﻿/*重置样式start*/
* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    color: #333;
    min-width: 100%;
    background: #fff;
    font-family: "Microsoft YaHei" !important;
}

    body.english {
        font-family: Arial !important;
    }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, fieldset, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}

table {
    border-collapse: collapse;
}

th {
    font-weight: 300;
    font-size: 14px;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

input[type=button]:focus, button:focus, input[type=text]:focus, input[type=password]:focus {
    outline: none;
}

input[type="button"], input[type="submit"], input[type="reset"], textarea {
    -webkit-appearance: none;
}

a {
    text-decoration: none;
    color: #666;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

    a img {
        border: none;
    }

.lf {
    float: left;
}

.rt {
    float: right;
}

.bc-ff {
    background-color: #fff;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

input:-ms-input-placeholder, input::-ms-input-placeholder {
    color: #cccccc;
}

input:-moz-placeholder, input::-moz-placeholder {
    color: #cccccc;
}

input::-webkit-input-placeholder {
    color: #cccccc;
}

input:disabled {
    background: #ffffff;
}
/*重置样式end*/



/*登录页面start*/
.bg {
    background: #f2f2f2;
}

.topBox {
    width: 100%;
    /*height: 640px;*/
    background: url("../images/bg.png") no-repeat;
    background-size: 100% 100%;
}

.icon_logo {
    overflow: hidden;
}

.logo {
    width: 36%;
    /*height: 370px;*/
    margin: 35px auto 85px;
}

    .logo img {
        width: 100%;
    }

.container {
    padding: 25px 15px 0;
    overflow: hidden;
}

.logoBox, .logoBox > ul {
    overflow: hidden;
    text-align: center;
}

    .logoBox > ul li {
        /*float: left;*/
        display: inline-block;
        padding: 10px 0 0;
        font-size: 1.1em;
        color: #999;
        cursor: pointer;
        text-align: center;
    }

        .logoBox > ul li:first-child {
            float: left;
        }

        .logoBox > ul li:last-child {
            float: right;
            padding-right: 0;
        }

        .logoBox > ul li.active {
            color: #e04a41;
        }

            .logoBox > ul li.active:after {
                display: block;
                content: '';
                width: 100%;
                height: 3px;
                margin-top: 5px;
                background: #e04a41;
            }

.login_content {
    padding: 35px 0 0;
}

.form-group {
    position: relative;
    width: 100%;
    height: 100%;
}

.iconfont {
    position: absolute;
    top: 18%;
    left: 6%;
    display: block;
    width: 25px;
    height: 25px;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.form-control {
    width: 100%;
    /*height: 120px;*/
    /*line-height: 120px;*/
    padding: 15px 0 15px 60px;
    margin-bottom: 15px;
    font-size: 1.3em;
    border: 1px solid #ccc;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.user {
    background: url("../images/user.png") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.password {
    background: url("../images/password.png") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.randomCode {
    background: url("../images/randomCode.png") no-repeat 0 3px;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.phone {
    background: url("../images/phone.png") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.identity {
    background: url("../images/identity .png") no-repeat 0 4px;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.car {
    background: url("../images/car.png") no-repeat 0 3px;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.login_btn {
    width: calc(100% - 2%);
    padding-left: 1%;
    padding-right: 1%;
    margin: 5% 0;
    color: #fff;
    border: 0;
    -webkit-box-shadow: 0 0 7px 0 #fe5f45;
    -moz-box-shadow: 0 0 7px 0 #fe5f45;
    box-shadow: 0 0 7px 0 #fe5f45;
    background: linear-gradient(to right,#f0342e,#fe6d46);
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control::-ms-input-placeholder {
    color: #999999;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}
/*登录页面end*/


/*工作台start*/
.boxFunction {
    display: inline;
    overflow: hidden;
}

.work .topBox {
    width: 100%;
    /*height: 376px;*/
    background: url("../images/bgWork.png") no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.cancel {
    float: right;
    display: inline-block;
    /*width: 160px;*/
    /*height: 70px;*/
    /*line-height: 70px;*/
    text-align: center;
    padding: 5px 25px;
    margin: 5px 4% 28% 0;
    font-size: 1.3em;
    color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    background: transparent;
}

.wordPlatform, .containerPlan {
    position: relative;
    padding: 0 4%;
    background: #f2f2f2;
}

    .wordPlatform .wordPlatform_box {
        position: absolute;
        top: -60px;
        width: calc(100% - 8%);
        padding: 0 6% 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        -webkit-box-shadow: 0 0 17px 0 #ccc;
        -moz-box-shadow: 0 0 17px 0 #ccc;
        box-shadow: 0 0 17px 0 #ccc;
        background: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.userImg {
    position: absolute;
    top: -50px;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    /*-webkit-box-shadow: 0 0 19px 0 #e04a41;
    -moz-box-shadow: 0 0 19px 0 #e04a41;
    box-shadow: 0 0 19px 0 #e04a41;*/
    background: #fff;
}

    .userImg img {
        width: 100%;
        height: 100%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

.useItemBox {
    width: 100%;
    padding-top: 65px;
    overflow: hidden;
}

    .useItemBox.height {
        height: 90px;
    }

.useItem {
    position: relative;
    width: 100%;
    /*height: 45px;*/
    /*line-height: 45px;*/
    padding: 12px 0;
    overflow: hidden;
}

.useItem_left {
    float: left;
    position: relative;
    width: 35%;
    height: 100%;
    line-height: 100%;
    /*overflow: hidden;*/
}

    .useItem_left .iconfont {
        width: 20px;
        height: 20px;
    }

    .useItem_left .user {
        top: 1px;
        left: 0;
    }

    .useItem_left .phone {
        top: 1px;
        left: 0;
    }

    .useItem_left .identity {
        top: 4px;
        left: 0;
        background: url("../images/identity .png") no-repeat;
        -webkit-background-size: 100%;
        background-size: 100%;
    }

    .useItem_left .workArea {
        top: 2px;
        left: 0;
        background: url("../images/workArea.png") no-repeat;
        -webkit-background-size: 100%;
        background-size: 100%;
    }

    .useItem_left .post {
        top: 3px;
        left: 0;
        background: url("../images/post.png") no-repeat;
        -webkit-background-size: 100%;
        background-size: 100%;
    }

    .useItem_left .role {
        top: 1px;
        left: 0;
        background: url("../images/role.png") no-repeat;
        -webkit-background-size: 100%;
        background-size: 100%;
    }

    .useItem_left span, .useItem_right span {
        display: inline-block;
        /*height: 51px;*/
        line-height: 22px;
        padding-left: 30px;
        font-size: 1.064em;
        color: #808080;
        min-height: 20px;
    }

.useItem_right {
    float: left;
    width: 65%;
    height: 100%;
    line-height: 100%;
    padding-left: 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

    .useItem_right span {
        /*padding-left: 30px;*/
        padding-left: 0;
        color: #212121;
    }

.functionItem {
    float: left;
    width: calc(100% - 2%);
    padding: 18px 0;
    margin-bottom: 4%;
    margin-left: 1%;
    text-align: center;
    color: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 7px 0 #e95a4e;
    -moz-box-shadow: 0 0 7px 0 #e95a4e;
    box-shadow: 0 0 7px 0 #e95a4e;
    background: linear-gradient(to right,#fa4c00,#e12d2d);
}

.functionItemW {
    width: calc(50% - 3%);
}

    .functionItemW:nth-child(2n+1) {
        margin-right: 2%;
    }

    .functionItemW:nth-child(2n) {
        margin-left: 2%;
    }

.functionItem:nth-child(6n) {
    margin-left: 2%;
}

.functionItem:nth-child(6n+1) {
    background: linear-gradient(115deg,#fa4c00,#e12d2d);
}

.functionItem:nth-child(6n+2) {
    background: linear-gradient(-140deg,#fa4c00,#e12d2d);
}

.functionItem:nth-child(6n+3) {
    background: linear-gradient(150deg,#fa4c00,#e12d2d);
}

.functionItem:nth-child(6n+4) {
    background: linear-gradient(-132deg,#fa4c00,#e12d2d);
}

.functionItem:nth-child(6n+5) {
    background: linear-gradient(115deg,#fa4c00,#e12d2d);
}

.functionItem:nth-child(6n+6) {
    background: linear-gradient(114deg,#fa4c00,#e12d2d);
}

.functionItem span {
    display: block;
    /*height: 65px;*/
    /*line-height: 65px;*/
    font-size: 1.3em;
}

.boxFunction .functionItem span {
    color: #fff;
}

.functionItem p {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 30px;
    padding: 5px 4%;
    margin: 0 auto;
    text-align: center;
    border: 0;
    opacity: 0.8;
    font-size: 1.1em;
    color: #fff;
    overflow: hidden;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.functionItem input::-webkit-input-placeholder {
    color: #ffffff;
}

.functionItem input:-ms-input-placeholder {
    color: #ffffff;
}

.functionItem input::-ms-input-placeholder {
    color: #ffffff;
}

.functionBox {
    overflow: hidden;
}

    .functionBox h3 {
        font-size: 1.3em;
        padding: 11px 1.1em;
    }

.arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.unitSelect {
    right: 35px;
}

.wordPlatform_box .arrow {
    top: 19px;
}

.arrow.arrow_bottom {
    background: url("../images/arrow_bottom.png") no-repeat right 0;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.arrow.arrow_top {
    background: url("../images/arrow_top.png") no-repeat right 0;
    -webkit-background-size: 100%;
    background-size: 100%;
}
/*工作台start*/



/*车辆信息绑定start*/
.HomeP {
    margin-bottom: 100px;
}

.Home.carMessage {
    border: 1px solid transparent;
}

.carMessageBox {
    margin-bottom: 30px;
    border: 1px solid transparent;
}

.Home .carMessage {
    padding: 6% 0;
    margin: 10px 4% 0 4%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 17px 0 #ccc;
    -moz-box-shadow: 0 0 17px 0 #ccc;
    box-shadow: 0 0 17px 0 #ccc;
    /*box-shadow: 0 0 17px 0 #ccc;*/
    background: #fff;
}

.scan {
    width: 100%;
    padding: 1% 0;
    text-align: center;
}

    .scan img {
        width: 18%;
    }

.scanMessage {
    width: 100%;
    padding-top: 6%;
    text-align: center;
}

    .scanMessage p {
        font-size: 1.3em;
        color: #212121;
    }

.carMessageBox .carDetail {
    padding: 4%;
    margin-top: 10px;
    margin-bottom: 15px;
}

.carItemBox {
    padding-top: 0;
}

.carItem {
    /*margin-bottom: 5%;*/
}

.carItem_left span {
    padding-left: 0;
    color: #999999;
}

.carItemBox .carItem:last-child {
    margin-bottom: 0;
}

.carMessageBox button, button.btn {
    width: calc(100% - 8%);
    padding: 15px 0;
    margin: 0 4%;
    border: 0;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    border-radius: 65px;
    font-size: 1.5em;
    color: #ffffff;
    background: linear-gradient(to right,#f0342e,#fe6d46);
    background: -moz-linear-gradient(to right,#f0342e,#fe6d46);
    background: -ms-linear-gradient(to right,#f0342e,#fe6d46);
    background: -o-linear-gradient(to right,#f0342e,#fe6d46);
    background: -webkit-linear-gradient(to right,#f0342e,#fe6d46);
    -webkit-box-shadow: 0 0 7px 0 #fe5f45;
    -moz-box-shadow: 0 0 7px 0 #fe5f45;
    box-shadow: 0 0 7px 0 #fe5f45;
}

/*车辆信息绑定end*/



/*调拨计划start*/
.topBg {
    width: 100%;
    height: 135px;
    background: #de4740;
}

.searchBox {
    position: absolute;
    top: -90px;
    width: calc(100% - 8%);
    padding: 35px 5%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 3px 7px 0 #ccc;
    -moz-box-shadow: 0 3px 7px 0 #ccc;
    box-shadow: 0 3px 7px 0 #ccc;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.areaBox {
    text-align: center;
    margin-bottom: 20px;
}

    .areaBox input {
        width: 33%;
        padding-bottom: 15px;
        color: #e04a41;
        font-size: 1.3em;
        border-bottom: 1px solid #ccc;
    }

        .areaBox input:first-child {
            float: left;
        }

        .areaBox input:last-child {
            float: right;
        }

    .areaBox span {
        display: inline-block;
        width: 35px;
        height: 35px;
        margin: 0 auto;
    }

        .areaBox span img {
            width: 100%;
        }

.searchBox button {
    width: 100%;
    padding: 15px 0;
    border: 0;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    border-radius: 65px;
    font-size: 1.3em;
    color: #ffffff;
    background: linear-gradient(to right,#f0342e,#fe6d46);
    background: -moz-linear-gradient(to right,#f0342e,#fe6d46);
    background: -ms-linear-gradient(to right,#f0342e,#fe6d46);
    background: -o-linear-gradient(to right,#f0342e,#fe6d46);
    background: -webkit-linear-gradient(to right,#f0342e,#fe6d46);
    -webkit-box-shadow: 0 0 7px 0 #fe5f45;
    -moz-box-shadow: 0 0 7px 0 #fe5f45;
    box-shadow: 0 0 7px 0 #fe5f45;
}

.PlanBox {
    position: absolute;
    top: 110px;
    width: calc(100% - 8%);
    overflow: hidden;
}

.planItem {
    width: 100%;
    padding: 25px 5%;
    margin-bottom: 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 3px 3px 22px -6px #ccc;
    -moz-box-shadow: 3px 3px 22px -6px #ccc;
    box-shadow: 3px 3px 22px -6px #ccc;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.planItemWL {
    margin-bottom: 15px;
}

.planItemLeft {
    float: left;
    width: 70%;
}

.planItemRight {
    float: right;
    width: 30%;
    /*margin-top: 20px;*/
    text-align: center;
}

    .planItemRight img {
        width: 100%;
    }

.titleBox {
    position: relative;
}

.yuan {
    width: 20px;
    height: 20px;
    top: 2px;
    left: 0;
    background: url("../images/yuan.png") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.title {
    padding-left: 30px;
    color: #e04a41;
    font-size: 1.3em;
}

.result {
    padding: 20px 0;
    font-size: 1.3em;
}

    .result b {
        font-weight: normal;
    }

    .result span {
        display: inline-block;
        width: 20%;
    }

        .result span img {
            width: 100%;
            padding-bottom: 5px;
        }

.resultName {
    font-size: 1.3em;
}

    .resultName:not(:last-child) {
        padding-bottom: 10px;
    }

    .resultName span {
        float: left;
        color: #999;
    }

    .resultName b {
        display: inline-block;
        /*height: 55px;*/
        max-width: 31%;
        font-weight: normal;
        overflow: hidden;
    }
/*调拨计划*/
.resultName1 {
    font-size: 1.3em;
}

    .resultName1:not(:last-child) {
        padding-bottom: 10px;
    }

    .resultName1 span {
        float: left;
        color: #999;
    }

    .resultName1 b {
        display: inline-block;
        /*height: 55px;*/
        max-width: 60%;
        font-weight: normal;
        overflow: hidden;
    }

.messageRight span {
    /*display: inline-block;*/
    /*height: 55px;*/
    /*width: 33%;*/
    padding-right: 10px;
    font-weight: normal;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.planItemRight p {
    color: #212121;
    font-size: 1em;
}

/*调拨计划end*/

/*二维码弹窗start*/
.MaskBox, .MaskBox1, .MaskBox2, .MaskBox3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    display: none;
}

.confirm {
    position: absolute;
    top: 50%;
    width: calc(100% - 20%);
    /*height: 30%;*/
    padding: 5% 4% 0;
    margin: -30% 10% 0 10%;
    text-align: center;
    font-size: 1.3em;
    color: #333333;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 20px;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.MaskBox .msg, .MaskBox1 .msg, .MaskBox2 .msg, .MaskBox3 .msg {
    line-height: 38px;
    padding-bottom: 10px;
}

.confirm p {
    /*height: 50px;*/
    /*line-height: 50px;*/
    padding-bottom: 20px;
    font-weight: bold;
}

.btnBox {
    /*position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 28%;*/
}

    .btnBox button {
        float: left;
        width: 50%;
        height: 100%;
        font-size: 1.3em;
        color: #e04841;
        border: 0;
        border-top: 1px solid #e6e6e6;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        background: #ffffff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.confirm .btnBox button {
    font-size: 1em;
}

.btnBox button:first-child {
    border-right: 1px solid #e6e6e6;
    border-bottom-right-radius: 0;
}

.btnBox button:last-child {
    /*border-right: 1px solid #e6e6e6;*/
    border-bottom-left-radius: 0;
}

.btnBox button:only-child {
    width: 100%;
    border-right: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
/*公共样式start*/
.containerBox {
    width: calc(100% - 8%);
    margin: 1.8% 4%;
}

    .containerBox .itemBox {
        position: relative;
        padding: 4% 4%;
        margin-bottom: 3.5%;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 3px 3px 22px -6px #ccc;
        -moz-box-shadow: 3px 3px 22px -6px #ccc;
        box-shadow: 3px 3px 22px -6px #ccc;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #ffffff;
        overflow: hidden;
    }

.containerBox1 .itemBox {
    padding: 15px;
}

.containerBox1 .itemBox {
    overflow: visible;
}

.line_item {
    /*height: 65px;*/
    /*line-height: 65px;*/
    padding: 8px 0;
}

    .line_item:after {
        display: block;
        content: '';
        clear: both;
    }

.searchBoxed {
    position: relative;
}

    .searchBoxed span {
        position: absolute;
        top: 23%;
        right: 4.5%;
        width: 20px;
    }

        .searchBoxed span img {
            width: 100%;
        }

    .searchBoxed button {
        position: absolute;
        top: 23%;
        right: 4.5%;
        width: 20px;
        border: 0;
        background: transparent;
    }

        .searchBoxed button img {
            width: 100%;
        }

.search, .history {
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 10px;
    font-size: 1.1em;
    color: #999999;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 22px -6px #ccc;
    -moz-box-shadow: 3px 3px 22px -6px #ccc;
    box-shadow: 3px 3px 22px -6px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    overflow: hidden;
}

.history {
    display: block;
    font-weight: normal;
    color: #212121;
    margin-bottom: 0;
}

.searchBoxed .history + span {
    top: 17px;
    width: 7px;
}
/*操作start*/
.operateBox {
    width: calc(100% - 8%);
    padding: 5px 0;
    margin: 10px 4%;
    text-align: center;
}

.operateBoxPosition {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0 0 0;
    background: #f2f2f2;
}

.operateBoxB {
    width: 100%;
    padding: 5px 4%;
    margin: 0;
    background: #fff;
    box-sizing: border-box;
}

.operateBox .addCar {
    display: inline-block;
    /*width: 33%;*/
    /* height: 58px; */
    margin: 0 0 0 14%;
    text-align: left;
}

.addCar span {
    display: block;
    /* height: 58px; */
    padding: 5px 0 5px 40px;
    font-size: 1.4em;
    color: #e04841;
    background: url(../images/add.png) no-repeat 0 3px;
    -webkit-background-size: 30px;
    background-size: 30px;
}

.operateBox .submit {
    float: right;
    /*height: 58px;*/
    padding: 5px 0;
}

.submit span {
    display: block;
    /*height: 58px;*/
    padding-left: 33px;
    font-size: 1.3em;
    color: #0057e6;
    background: url(../images/submit.png) no-repeat 0;
    -webkit-background-size: 22px;
    background-size: 22px;
}

/*操作end*/
.useItem_right span.blue {
    color: #0068e7;
}

.useItem_right span.red {
    color: #e04841;
}

.select {
    position: relative;
}

    .select .arrow.arrow_bottom{
        right: 5px;
        background: url(../images/arrow_bottom.png) no-repeat right 5px;
        -webkit-background-size: 90%;
        background-size: 90%;
    }
    .addCar_title1.select .arrow.arrow_bottom{
        right: 4%;
    }
    .select .arrow.arrow_right {
        background: url(../images/arrow_right.png) no-repeat right 2px;
        -webkit-background-size: 50%;
        background-size: 50%;
    }

.unit:after {
    position: absolute;
    top: 1px;
    right: 0;
    display: block;
    font-size: 1.1em;
    color: #212121;
}

.unit-kg:after {
    content: 'Kg';
}

.unit-KMH:after {
    content: 'KM/H';
}

.bgWrite {
    background: #ffffff;
    padding-bottom: 15px;
}

.bgCenter {
    text-align: center;
    margin-bottom: 15px;
}

.bgCenter1 {
    margin-bottom: 0;
}

    .bgCenter1.bgWrite {
        padding-bottom: 0;
    }

.lineW .useItem_left {
    width: 50%;
}

.lineW .useItem_right {
    width: 50%;
}

.Home .marginB {
    margin-bottom: 40px;
}

.margin110 {
    margin-bottom: 110px;
}

.baseMessage.marginB0 {
    margin-bottom: 0;
}

.useItem_left.wmin {
    width: 25%;
}

.displayNone {
    display: none;
}
/*公共样式end*/

/*火车到站start*/
.listBox {
    padding: 0 4%;
    margin-bottom: 3%;
    background: #ffffff;
}

.addCar_new .listBox.listBoxCx {
    padding: 0 4%;
}

.listBox:after {
    display: block;
    content: '';
    clear: both;
}

.addCar_new .listBox {
    padding: 10px 0 0 0;
}

.baseMessage .listBox {
    padding: 10px 0;
}

.decoration {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

    .decoration .carItem_left span {
        color: #212121;
    }

.listBox .decoration:last-child, .writeBox .listBox .decoration.lineW:last-child {
    border-bottom: 0;
}

.listBox .decoration.lineW:last-child {
    border-bottom: 1px solid #eee;
}

.searchResult .listBox .decorationBB {
    border-bottom: 1px solid #eee;
}

.addCar_title,.addCar_title1 {
    height: 28px;
    line-height: 26px;
    padding: 0 0 0 3%;
    font-size: 1.3em;
    color: #999999;
    border-left: 5px solid #e04841;
    overflow: hidden;
}

    .addCar_title span:last-child,.addCar_title1 span:last-child{
        float: right;
        margin-right: 4%;
    }

    .addCar_title span.close,.addCar_title1 span.close {
        width: 15px;
        height: 15px;
    }

        .addCar_title span.close img，.addCar_title1 span.close img {
            width: 100%;
        }

    .addCar_title span:first-child,.addCar_title1 span:first-child {
        float: left;
        display: block;
        width: 88%;
        line-height: 26px;
    }

.useItem_right input {
    /*height: 51px;*/
    line-height: 22px;
    padding-left: 5%;
    font-size: 1.1em;
    color: #212121;
}

.lineContent {
    padding: 0 4%;
}
/*火车到站end*/




/*排队信息start*/
.itemsBox {
}

    .itemsBox .item {
        width: 100%;
        padding: 4.5% 0;
        margin-bottom: 5%;
        text-align: center;
        font-size: 1.3em;
        color: #ffffff;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        background: linear-gradient(180deg,#fa7a43,#ff5646);
        background: -moz-linear-gradient(180deg,#fa7a43,#ff5646);
        background: -ms-linear-gradient(180deg,#fa7a43,#ff5646);
        background: -o-linear-gradient(180deg,#fa7a43,#ff5646);
        background: -webkit-linear-gradient(180deg,#fa7a43,#ff5646);
        -webkit-box-shadow: 0 0 7px 0 #fe5f45;
        -moz-box-shadow: 0 0 7px 0 #fe5f45;
        box-shadow: 0 0 7px 0 #fe5f45;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .itemsBox .item:nth-child(4n+2), .itemsBox .item:nth-child(4n+3) {
            background: linear-gradient(0deg,#fa7a43,#ff5646);
            background: -moz-linear-gradient(0deg,#fa7a43,#ff5646);
            background: -ms-linear-gradient(0deg,#fa7a43,#ff5646);
            background: -o-linear-gradient(0deg,#fa7a43,#ff5646);
            background: -webkit-linear-gradient(0deg,#fa7a43,#ff5646);
        }

        .itemsBox .item b {
            font-size: 1.35em;
        }

        .itemsBox .item:last-child, .itemsBox .item:last-child b {
            padding: 5.7% 0;
            font-size: 1.2em;
        }

/*排队信息end*/

/*审核页面start*/
.searchResultBox {
    margin-bottom: 100px;
}
/*员工收货页面因为添加了按钮，高度提高*/
.searchResultBox1 {
    margin-bottom: 150px;
}

.checkBox {
    padding-left: 40px;
}

.check, .checks {
    position: absolute;
    left: 4%;
    top: 50%;
    display: block;
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
    background: url(../images/check.png) no-repeat;
    background-size: 100%;
}

.checkAll .check, .checkAll .checks {
    left: 8%;
}

.check.checked, .checks.checked {
    background: url("../images/checked.png") no-repeat;
    background-size: 100%;
}

.useItem_right input.inputUser {
    display: inline-block;
    width: 40%;
    padding-left: 0;
    /*margin-left: 30px;*/
    border-bottom: 1px solid #ccc;
}

.verifyBox {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    /*height: 130px;*/
    padding: 0 4% 0 8%;
    -webkit-box-shadow: 0 3px 27px -2px #ccc;
    -moz-box-shadow: 0 3px 27px -2px #ccc;
    box-shadow: 0 3px 27px -2px #ccc;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.verifyBox3 {
    padding: 0 4%;
}

.verifyBox4 {
    padding: 0 4%;
}

.checkAll {
    float: left;
    height: 100%;
    font-size: 1.3em;
    color: #212121;
}

    .checkAll span {
        width: 40px;
        height: 30px;
        padding-left: 30px;
        -webkit-background-size: 37%;
        background-size: 37%;
    }

        .checkAll span.check.checked {
            -webkit-background-size: 37%;
            background-size: 37%;
        }

.verifyIf {
    float: right;
    width: calc(100% - 75px);
    text-align: right;
}

.verifyBox button {
    padding: 15px 11%;
    margin: 15px 0;
    font-size: 1.3em;
    color: #ffffff;
    border: 0;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    border-radius: 65px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.verifyIf button.OK {
    -webkit-box-shadow: 0 0 7px 0 #0057c1;
    -moz-box-shadow: 0 0 7px 0 #0057c1;
    box-shadow: 0 0 7px 0 #0057c1;
    background: linear-gradient(1deg,#0057c1,#0088e5);
    background: -moz-linear-gradient(1deg,#0057c1,#0088e5);
    background: -ms-linear-gradient(1deg,#0057c1,#0088e5);
    background: -o-linear-gradient(1deg,#0057c1,#0088e5);
    background: -webkit-linear-gradient(1deg,#0057c1,#0088e5);
}

.verifyIf button.NO {
    margin-left: 6%;
    -webkit-box-shadow: 0 0 7px 0 #fe5f45;
    -moz-box-shadow: 0 0 7px 0 #fe5f45;
    box-shadow: 0 0 7px 0 #fe5f45;
    background: linear-gradient(180deg,#fa7a43,#ff5646);
    background: -moz-linear-gradient(180deg,#fa7a43,#ff5646);
    background: -ms-linear-gradient(180deg,#fa7a43,#ff5646);
    background: -o-linear-gradient(180deg,#fa7a43,#ff5646);
    background: -webkit-linear-gradient(180deg,#fa7a43,#ff5646);
}

.verifyTitle span {
    display: block;
    /*height: 65px;*/
    /*line-height: 65px;*/
    padding: 4% 0;
    font-size: 1.3em;
    color: #212121;
    font-weight: 800;
}
/*审核页面end*/


/*员工-车辆信息预约start*/

.selectBox {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 58px;
    width: 100%;
    padding: 0 4%;
    margin-left: -4%;
    font-size: 1.3em;
    background: #ffffff;
    display: none;
}

.selectBox1 {
    width: calc(100% + 55px);
    margin-left: -60px;
}

.selectBox input {
    /*height: 45px;*/
    /*line-height: 45px;*/
    padding-left: 30px;
    font-size: 1.1em;
    color: #212121;
}

.arrow.factory {
    top: 2px;
}
/*员工-车辆信息预约end*/


/*运营商车号start*/
.containerCar {
    width: calc(100% - 8%);
    margin: 1.8% 4% 0;
}
/*运营商车号start*/




/*员工-收货start*/
.goods {
    padding: 35px 0;
    -webkit-box-shadow: 3px 3px 22px -6px #ccc;
    -moz-box-shadow: 3px 3px 22px -6px #ccc;
    box-shadow: 3px 3px 22px -6px #ccc;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.baseMessage {
    margin: 13px 0;
    -webkit-box-shadow: 3px 3px 22px -6px #ccc;
    -moz-box-shadow: 3px 3px 22px -6px #ccc;
    box-shadow: 3px 3px 22px -6px #ccc;
}

.goodsBox .verifyBox button {
    width: 100%;
    margin: 20px 0;
    -webkit-box-shadow: 0 0 7px 0 #fe5f45;
    -moz-box-shadow: 0 0 7px 0 #fe5f45;
    box-shadow: 0 0 7px 0 #fe5f45;
    background: linear-gradient(180deg,#fa7a43,#ff5646);
    background: -moz-linear-gradient(180deg,#fa7a43,#ff5646);
    background: -ms-linear-gradient(180deg,#fa7a43,#ff5646);
    background: -o-linear-gradient(180deg,#fa7a43,#ff5646);
    background: -webkit-linear-gradient(180deg,#fa7a43,#ff5646);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.verifyIfSelect button {
    padding-top: 10px;
    padding-bottom: 10px;
}

/*员工-收货end*/


/*员工-品保start*/
.baseMessage.MessageBase {
    margin-top: 0;
}

.addMessage {
    /*margin-top: -11px;*/
}

.MaskBox .btnBox button, .MaskBox1 .btnBox button, .MaskBox1 .btnBox a, .MaskBox2 .btnBox button, .MaskBox2 .btnBox a {
    padding: 15px 0;
}

.MaskBox3 .btnBox button, .MaskBox3 .btnBox a {
    padding: 15px 0;
}

.addCar_title span.addMessage i,.addCar_title1 span.addMessage i {
    display: block;
    padding: 0 10px 0 35px;
    margin-right: 10px;
    font-size: 1em;
    font-style: normal;
    color: #f0342e;
    border-radius: 25px;
    border: 1px solid #f0342e;
    background: url(../images/addIcon.png) no-repeat 9px center;
    -webkit-background-size: 20%;
    background-size: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*员工-品保end*/




/*员工-品保-钢材添加录入start*/
/*.writeBox {
    background: #f5f5f5;
}*/

.writeMessage .arrow {
    right: 4%;
    top: 5px;
}

    .writeMessage .arrow.arrow_top {
        top: 9px;
    }

.writeMessage .grayMessage {
    padding: 10px 4%;
    margin: 30px 4% 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #f5f5f5;
}

.writeBtn {
    padding: 10px 30px;
    margin: 10px 0;
    font-size: 1.1em;
    color: #f0342e;
    border: 1px solid #f0342e;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    border-radius: 55px;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.grayMessage {
    text-align: left;
}

    .grayMessage .carItem_left span {
        color: #212121;
    }

.writeBox .addCar_title, .writeBox .addCar_title1{
    border-left-color: #999999;
}

.writeBox .carItem_left span, .writeBox .useItem_right span {
    color: #999999;
}

/*员工-品保-钢材添加录入end*/

/*暂无数据页面start*/
.noDate {
    width: 100%;
    height: 100%;
    min-height: 410px;
    background: url("../images/noDate.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
}
/*暂无数据页面end*/



/*关于我们start*/
.aboutBG {
    position: relative;
    text-align: center;
    background: url("../images/aboutBG.png") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.backgroundLogo {
    width: 100%;
    text-align: center;
}

    .backgroundLogo img {
        width: 100%;
    }

.aboutImg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 45%;
    padding: 10px;
    margin-top: 36vh;
    margin-left: -22.5%;
    background: url("../images/about_erweima.png") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

    .aboutImg img {
        width: 100%;
    }

.aboutWord {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25vh;
    background: #e33633 url("../images/about_word.png") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

/*关于我们end*/

/*提示弹出框 20180930 09:32*/
.alertPop {
    position: fixed;
    bottom: 10px;
    width: 100%;
    font-size: 18px;
    text-align: center;
    opacity: 0;
    display: none;
}

    .alertPop span {
        display: inline-block;
        width: calc(100% - 30%);
        padding: 10px 0;
        margin: 0 15%;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        background: rgba(0,0,0,.3);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }


.useItem_right input.empty:-moz-placeholder {
    font-weight: bold;
    color: #ff0000;
}

.useItem_right input.empty::-webkit-input-placeholder {
    font-weight: bold;
    color: #ff0000;
}

.useItem_right input.empty::-moz-placeholder {
    font-weight: bold;
    color: #ff0000;
}

.useItem_right input.empty:-ms-input-placeholder {
    font-weight: bold;
    color: #ff0000;
}
/*控制用样式，只名字有用 配合 control.js使用*/
.c_ShenFenZheng {
}

.c_DatePicker {
}

.c_DatePickerYear {
}

.c_DatePickerYearmonth {
}

.c_RemoveChinese {
}

.c_Money {
}

.c_Email {
}

.c_Password {
}

.c_Phone {
}

.c_xingzhengquhua {
}

.c_YouBian {
}

.c_ShouJi {
}

.goodsBox .verifyBox3 button {
    float: left;
    width: 48%;
    margin: 10px 1%;
    font-size: 15px;
}

    .goodsBox .verifyBox3 button:last-child {
        width: calc(100% - 2%);
        margin-top: 0;
    }

.goodsBox .verifyBox4 button {
    float: left;
    width: 48%;
    margin: 10px 1%;
    font-size: 15px;
}
/*20181020*/
.confirm .aBtn {
    font-size: 1em;
}

.aBtn {
    float: left;
    width: 100%;
    height: 100%;
    font-size: 1.3em;
    color: #e04841;
    border: 0;
    padding: 10px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .aBtn:first-child {
        /*border-right: 1px solid #e6e6e6;*/
        border-bottom-right-radius: 0;
    }

    .aBtn:last-child {
        /*border-right: 1px solid #e6e6e6;*/
        border-bottom-left-radius: 0;
    }

    .aBtn:only-child {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .aBtn.aOk {
        width: 100%;
        border-right: 0;
        border-top-color: #ddd;
    }
/*调拨计划扫描二维码start*/
.scanEWM {
    position: absolute;
    top: -125px;
    right: 4%;
    height: 30px;
    padding-left: 30px;
    color: #fff;
    font-size: 19px;
    background: url('../images/saomiao.png') no-repeat;
}





.hunruliaoindex {
    position: relative;
}

    .hunruliaoindex .decoration:last-child {
        border-bottom: 1px solid #eee;
    }

    .hunruliaoindex .decoration:first-child {
        border: 0;
    }

    .hunruliaoindex i {
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 35px;
        font-style: normal;
        color: #f00;
    }
/*调拨计划扫描二维码end*/
.HomeBottom {
    margin-bottom: 70px;
}

.hunruliaoindex .selectBox.selectBoxed .decoration {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

    .hunruliaoindex .selectBox.selectBoxed .decoration input {
        font-size: 14px;
    }

.message_position {
    position: relative;
}
.writeBoxNone {
     display: none;
}