/*重置样式start*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, fieldset, textarea, p, blockquote, th, td {
    border: none;
}

html, body {
    min-height: 100%;
}

body {
    font-size: 14px;
    color: #333;
    max-width:640px;
    margin:0 auto;
    background: #fff;
    font-family: "Microsoft YaHei" !important;
}

body.english {
    font-family: Arial !important;
}

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;
}
input[type="button"],button{
    border: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:-webkit-autofill { 
    box-shadow: 0 0 0px 1000px white inset;
}
/*重置样式end*/

/*公共样式start*/

.bg{
    /*min-height: 100vh;*/
    background: #f2f2f2;
}
/*弹窗样式start*/

.mark{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    display: block;
}
.markPop{
    position: relative;
    z-index: 55;
    /*display: none;*/
}
/*.Block{*/
    /*display: block;*/
/*}*/
.mark.displayNone{
    display: none;
}
.auditBox{
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 5;
    width: calc(100% - 60px);
    margin: 0 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.auditBox .auditMsg{
    position: relative;
    padding: 10px 15px;
}
.auditBox .auditMsg h2{
    color: #1A1A1A;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}
.auditBox .auditMsg .edit{
    width: 100%;
    padding: 15px;
    margin: 11px 0 5px;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #F6F6F6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.auditBox .auditMsg .edit::-webkit-input-placeholder { /* WebKit browsers */
    color:#ccc;
}
.auditBox .auditMsg .edit:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#ccc;
}
.auditBox .auditMsg .edit::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#ccc;
}
.auditBox .auditMsg .edit:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#ccc;
}
.auditBox .auditMsg .edit.error::-webkit-input-placeholder { /* WebKit browsers */
    color:#f00;
}
.auditBox .auditMsg .edit.error:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#f00;
}
.auditBox .auditMsg .edit.error::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#f00;
}
.auditBox .auditMsg .edit.error:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#f00;
}
.auditBox .auditMsg .edit:focus{
    border: 0;
    outline: none;
}
.closeBtn{
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    width: 21px;
}
.auditBox .btnBox{
    overflow: hidden;
}
.auditBox button{
    float: left;
    width: 50%;
    padding: 15px 0 18px;
    color: #fff;
    font-size: 16px;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.auditBox button.yes{
    border-bottom-left-radius: 15px;
    background: #FE7575;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.auditBox button.no{
    border-bottom-right-radius: 15px;
    background: #33ABFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*弹窗样式end*/

/*公共样式start*/


/*登录页面start*/
.bg{
    background: #f5f5f5;
}
.topBox{
    width: 100%;
    height: 640px;
    background: url("../images/bg.png") no-repeat;
    background-size:100% 100%;
}
.icon_logo{
    overflow: hidden;
}
.logo{
    width: 383px;
    height: 370px;
    margin: 35px auto 0;
}
.logo img{
    width: 100%;
}
.container{
    padding: 20px 5% 0;
   /* overflow: hidden;*/
}
.logoBox,.logoBox>ul{
   /* overflow: hidden;*/
    text-align:center;
}
.logoBox > ul li {
    position: relative;
    float:left;
    /*display: inline-block;*/
    width: 50%;
    text-align: center;
    padding: 7px 0 3px;
    font-size: 20px;
    color: #999;
    cursor: pointer;
    box-sizing: border-box;
}
/*.logoBox>ul li:first-child{
    float: left;
}
.logoBox>ul li:last-child{
    float: right;
    padding-right: 0;
}*/
.logoBox>ul li.active{
    color: #1167ba;
}
.logoBox > ul li.active:after {
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%,0);
    display: block;
    content: '';
    width: 100px;
    height: 3px;
    margin-top: 5px;
    background: #1167ba;
}
.login_content{
    padding: 10px 0 0;
}
.form-group{
    position: relative;
    z-index:99;
    width: 100%;
    height: 100%;
    /*overflow:hidden;*/
}
.iconfont{
    position: absolute;
    top: 11px;
    left: 8px;
    display: block;
    width: 19px;
    height: 19px;
}
.form-control {
    width: 100%;
    line-height: 40px;
    padding-left: 45px;
    margin-bottom: 20px;
    font-size: 15px;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.login-switch {
    background-image: url(../images/switch.png);
    background-size: 100%;
}
.user{
    background: url("../images/user.png") no-repeat;
    background-size:100%;
}
.password {
    background: url("../images/password.png") no-repeat;
    background-size:100%;
}
.passwords {
    background: url('../images/passs.png') no-repeat;
    background-size: 100%;
}
.phone {
    background: url("../../../../Content/images/phone_Login.png") no-repeat;
    background-size: 100%;
}

.identity {
    background: url("../../../../Content/images/identity.png") no-repeat 0 4px;
    background-size: 100%;
}
.company-type{
    background-image:url(../images/company-type.png);
    background-size:90% 100%;
    background-repeat:no-repeat;
    background-position:center;
}
.login_btn {
    height: 48px;
    color: #fff;
    padding: 0;
    border: 0;
    font-size: 18px;
    background: #0071bd;
    box-shadow: 0px 10px 20px 0px rgba(0, 113, 189, 0.35);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 113, 189, 0.35);
    border-radius: 5px;
}
.form-control::-webkit-input-placeholder{
    color: #999999;
}
.form-control::-ms-input-placeholder{
    color: #999999;
}
.form-control:-ms-input-placeholder{
    color: #999999;
}
/*登录页面end*/


/*登录页面start*/
.index-bg{
    position: relative;
}
.index-bg .bj{
    width: 100%;
    /*height:45vh;*/
}
.form-box{
    position: absolute;
    top: 130%;
    left: 0;
    width: 100%;
    z-index: 1;
}
.form-box .box{
    margin: 0 15px;
    border-radius: 10px;
    background-color: #fff;
    padding: 25px 15px;
    -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 25px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 25px 0 rgba(0,0,0,.3);
}
/*.input-box{
    position: relative;
    margin-bottom: 15px;
}
.input-box label{
    font-size: 16px;
    color: #666;
    padding-left: 10px;
}
.input-box input{
    font-size: 16px;
    height: 45px;
    padding: 0 15px;
    border: none;
    background-color: #EEEEEE;
    margin-top: 10px;
    width: 100%;
    border-radius: 5px;
    outline: none;
}*/
.input-box input.empty::-webkit-input-placeholder {
    color: #f00;
}
.input-box input.empty:-ms-input-placeholder{
    color: #f00;
}
.input-box input.empty::-moz-placeholder{
    color: #f00;
}
.check-box{
    overflow: hidden;
}
.check-box label{
    float: left;
}
.check-box label span{
    position: relative;
    float: left;
    width: 17px;
    height: 17px;
    margin: 1px 5px 0 0;
    border: 1px solid #ddd;

}
.check-box label span:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '√';
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    background: #33abff;
    display: none;
}
.check-box label span.checked:before{
    display: block;
}
.check-box label input{
    /*vertical-align: -3%;*/
}
.check-box a{
    float: right;
}
.form-box .btn{
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
}
.form-box .btn button{
    width: 100%;
    height: 50px;
    background-color: #33abff;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 10px;
}
.footer{
    /*position: fixed;
    z-index:11;
    bottom: 5px;
    left: 0;*/
    width: 100%;
    line-height: 30px;
    text-align: center;
}
/*.footer p{
    position:absolute;
    top:50%;
    width:100%;
    color:#fff;
    transform:translate(0,-50%);
}*/
.topLogo{
    position:relative;
    text-align:center;
}
.topLogo .Logo_SS{
    /*position:absolute;
    z-index:11;
    bottom:-70px;
    left:50%;*/
    width:120px;
   /* transform:translate(-50%,0);*/
   padding-top:12px;
}

.loginWay {
    float: left;
    margin-top: 7px;
}
.logoBox > ul li.roleP{
    position:relative;
    text-align:left;
    padding-left:7px;
}
.logoBox > ul li.roleP:before{
    content:"";
    position:absolute;
    top:10px;
    left:0;
    width:2px;
    height:19px;
    background:#157bdb;
}
.yzmGet{
    position: absolute;
    right: 0;
    bottom: 25px;
    padding: 7px 10px;
    color: #fff;
    border: 0;
    border-radius:3px;
    font-size:12px;
    background: #157bdb;
}
.yzmGet1 {
    position: absolute;
    right: 0;
    bottom: 25px;
    padding: 7px 10px;
    color: #fff;
    border: 0;
    border-radius: 3px;
    font-size: 12px;
    background: #157bdb;
}
.logoBox > ul li.roleP.active:after{
    display:none;
}
.form-control:focus{
    outline:0;
}
/*登录页面end*/

/*选择工厂start*/
.banner img{
    width: 100%;
}
.factoryContent{
    width: 100%;
    padding: 15px;
    margin: 0 0 15px 0;
    background: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.factoryContent .item{
    float: left;
    display: block;
    width: 25%;
    text-align: center;
}
.factoryContent .item .itemA{
    position: relative;
    display: inline-block;
    width: 63px;
    /*height:63px;*/
    height:50px;
    padding: 15px;
    margin: 0 0 5px 0;
    font-size: 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    white-space: nowrap;
    text-overflow:ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    /*background: #1482ec;*/
}
.factoryContent .item p{
    height: 38px;
    padding: 0 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.factoryContent .item img{
    position: absolute;
    top: 15px;
    left: 15px;
    width: 33px;
    -webkit-tap-highlight-color:navajowhite;
}
.factoryContent .item img.car{
    top: 20px;
}
/*选择工厂end*/

/*待预约审核start*/
.listStyle{
    width: 100%;
    padding: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.listStyle .item{
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 15px;
    margin: 0 0 15px 0;
    font-size: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.listStyle .item:last-child{
    margin-bottom: 0;
}
.listStyle.listDetail .item:after,.listStyle.listDetail .item:before{
    display: none;
}
.listStyle.listAudit .item:after{
    display: none;
}
.listStyle .item:after{
    position: absolute;
    top: 50%;
    right: 25px;
    content: '';
    display: block;
    width: 10px;
    height: 17px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: url("../images/rightArrow.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.listStyle.listHistory .item:after{
    display: none;
}
.listStyle .item:before{
    position: absolute;
    top: 0;
    right: 5px;
    content: '';
    display: block;
    width: 80px;
    height: 66px;
}
/*.listStyle.listWait .item:before{*/
    /*background: url("../images/AuditIcon_Wait.png") no-repeat;*/
    /*-webkit-background-size: 100% 100%;*/
    /*background-size: 100% 100%;*/
/*}*/
.listStyle.listWait .item .itemBox:before{
    position: absolute;
    top: 0;
    right: 5px;
    content: '';
    display: block;
    width: 80px;
    height: 66px;
    background: url("../images/AuditIcon_Wait.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.listStyle.listWait .item:after{
    display: none;
}
.listStyle.listWait .item .itemBox:after{
    position: absolute;
    top: 50%;
    right: 25px;
    content: '';
    display: block;
    width: 10px;
    height: 17px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: url("../images/rightArrow.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.listStyle.listWaits .item:before{
    background: url("../images/AuditIcon_Wait.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.listStyle.listAudit .item.yes:before,.listStyle.listOrder .item.yes:before{
    background: url("../images/AuditIcon_yes.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.listStyle.listAudit .item.no:before,.listStyle.listOrder .item.no:before{
    background: url("../images/AuditIcon_no.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.listStyle.listOrder .item.detail:before{
    background: url("../images/detail.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.listStyle.listOrder .item.addCar:before{
    background: url("../images/addCar.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.listStyle.listOrder .item.addNoCar:before{
    background: url("../images/addNoCar.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.listStyle .item .line{
    display: inline-block;
    width: 100%;
    line-height: 28px;
}
.listStyle .item .line>label{
    float: left;
    width: 80px;
    color: #2a2a2a;
}
.listStyle .item .line>span{
    position: relative;
    float: left;
    width: calc(100% - 80px);
    color: #333333;
}
    .listStyle.listHistory .item.yes:before { /*已审核*/
        background: url("../images/AuditIcon_yes.png") no-repeat;
        background-size: 100% 100%;
    }

    .listStyle.listHistory .item.wait:before { /*未审核*/
        background: url("../images/AuditIcon_Wait.png") no-repeat;
        background-size: 100% 100%;
    }

    .listStyle.listHistory .item.deny:before { /*已驳回*/
        background: url("../images/AuditIcon_no.png") no-repeat;
        background-size: 100% 100%;
    }

    .listStyle.listHistory .item.noUse:before { /*已作废*/
        background: url("../images/AuditIcon_noUse.png") no-repeat;
        background-size: 100% 100%;
    }

    .listStyle.listHistory .item.useOk:before { /*已完成*/
        background: url("../images/AuditIcon_OK.png") no-repeat;
        background-size: 100% 100%;
    }
/*待预约审核end*/

/*首页start*/
.userHome{
    position: relative;
    padding: 0 15px 151px;
    background: url("../images/bbg.png") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.userHome .userMsg{
    width: 100%;
    padding: 15px 0;
    overflow: hidden;
}
.userMsg .userImg{
    float: left;
    width: 75px;
    height: 75px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.userMsg .msg{
    float: left;
    width: calc(100% - 150px);
    padding: 13px 0 0 10px;
    color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.userMsg .msg h3{
    font-size: 18px;
    font-weight: 600;
}
.userMsg .msg span{
    display: block;
    line-height: 35px;
}
.userMsg .cancel{
    float: right;
    padding: 6px 20px;
    margin: 25px 0 0 0;
    color: #FFFFFF;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(255,255,255,.3);
}
.userList{
    position: absolute;
    top: 105px;
    left: 15px;
    width: calc(100% - 30px);
    padding: 15px 15px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.userList li{
    position: relative;
    width: calc(50% - 5px);
    height: 125px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 10px 20px 0;
    margin: 0 0 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.userList li:nth-child(2n+1){
    float: left;
}
.userList li:nth-child(2n+2){
    float: right;
}
.userList .MsgImg{
    position: relative;
    z-index: 11;
    overflow: hidden;
}
.MsgImg img{
    float: left;
    width: 80px;
}
.MsgImg i{
    float: right;
    width: calc(100% - 80px);
    padding: 5px 0 0 0;
    line-height: 21px;
    font-size: 12px;
    color: #FFFFFF;
    font-style: normal;
}
.userList li p{
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    padding: 5px;
    text-align: center;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 14px;
    background: rgba(255,255,255,.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.userList li:first-child{
    background: url("../images/homeIcon1.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.userList li:nth-child(2){
    background: url("../images/homeIcon2.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.userList.peopleBox li:first-child{
    background: url("../images/homeIcon2.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.userList.peopleBox li:nth-child(2){
    background: url("../images/homeIcon1.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.userList.peopleBox li:nth-child(3){
    background: url("../images/homeIcon3.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.userList.peopleBox li:nth-child(4){
    background: url("../images/homeIcon4.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.factoryContent h3{
    color: #999999;
    padding: 0 0 10px 0;
}
 /*首页end*/


/*审核历史start*/
.section{
    float: left;
    width: calc(50% - 22px);
    margin-right: 10px;
}
.section:last-child{
    float: right;
    margin-right: 0;
    margin-left: 10px;
}
/*审核历史end*/

/*关于我们start*/
.bgAbout{
    width: 100%;
    height: 100vh;
    background: url("../images/bgAbout.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.aboutWay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 33%;
    padding: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.erweima{
    position: absolute;
    top: 30%;
    left: 0;
}
.erweimaQrcode {
    width: 100%;
    padding: 20px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.erweimaQrcode canvas{
    width:100%;
}
.erweimaNumber{
    width:100%;
    text-align:center;
}
.erweima .erweimaBg {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.erweimaImg{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0 30% 30%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.cursor{
    position: absolute;
    bottom: 30%;
    right: 10px;
    z-index: 1;
    width: 30%;
}
.footerAbout{
    position: absolute;
    bottom: 10%;
    width: 100%;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

/*关于我们end*/




/*搜索框start*/
.selectContent{
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 10px;
    background: #EDEDED;
}
.selectBoxs{
    position: relative;
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.selectBoxs:after{
    display: block;
    content: '';
    clear: both;
}
.selectBoxs li{
    float: left;
    width: 33%;
    font-size: 15px;
    text-align: center;
}
.selectBoxs li span{
    display: block;
}
.selectBoxs li span b{
    font-weight: 500;
}
.selectBoxs li.active{
    color: #33ABFF;
}
.selectBoxs li:first-child{
    text-align: left;
}
.selectBoxs li:last-child{
    text-align: right;
}
.arrow{
    display: inline-block;
    width: 13px;
    height: 11px;
    margin: 0 0 0 3px;
}
.bottomArrow{
    background: url("../images/bottomArrow.png") no-repeat center center;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.selectBoxs li.active .bottomArrow{
    background: url("../images/bottomArrow_checked.png") no-repeat center center;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.search{
    float: right;
    width: 16px;
    height: 16px;
    margin: 2px 0 0 6px;
    background: url("../images/search.png") no-repeat center center;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.lineB0 .searchBox{
    width: 100%;
    line-height: 30px;
    padding: 3px 5px 3px 35px;
    border: 1px solid #ccc;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: #f8f8f8;
}
.lineB0{
    position: relative;
}
.lineB0 button{
    position: absolute;
    top: 11px;
    right: 16px;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    border: 0;
    font-size: 15px;
    outline: 0;
    background: transparent;
    display: block;
}
.lineB0:before{
    position: absolute;
    content: '';
    top: 18px;
    left: 18px;
    display: block;
    width: 20px;
    height: 20px;
    margin: 2px 0 0 6px;
    background: url("../images/search.png") no-repeat center center;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.selectBoxs li.active .search{
    background: url("../images/search_checked.png") no-repeat center center;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.selectResultBox{
    position: absolute;
    z-index: 11;
    top: 40px;
    left: -10px;
    width: calc(100% + 20px);
    /*padding: 10px 20px 51px 20px;*/
    padding: 0 20px 10px;
    background: #EDEDED;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.selectResultBox.displayBlock{
    display: block;
}
.selectResultBox .line{
    width: 100%;
}
.selectResultBox .line span{
    display: block;
    width: 100%;
    text-align: left;
    color: #1A1A1A;
}
.selectResultBox .inputBox{
    position: relative;
    width: 100%;
    padding:10px 0;
    overflow: hidden;
}
.selectResultBox .inputBox input{
    float: left;
    width: calc(50% - 15px);
    line-height: 25px;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.selectResultBox .inputBox input:only-child{
    width: 100%;
}
.selectResultBox .inputBoxi:after{
    content: '';
    position: absolute;
    top: 25px;
    left: calc(50% - 12px);
    width: 24px;
    height: 2px;
    background: #CCCCCC;
}
.selectResultBox .btnBoxs{
    position: absolute;
    left: 0;
    width: 100%;
    margin: 10px 0 0 0;
    background: #FFFFFF;
}
.selectResultBox .btnBoxs button{
    float: left;
    width: 50%;
    padding: 12px 0;
    font-size: 16px;
    color: #666666;
    border: 0;
    outline: 0;
    background: #FFFFFF;
}
.selectResultBox .btnBoxs button.sureBtn{
    color: #FFFFFF;
    background: #33ABFF;
}
.selectResultBox .option{
    line-height: 30px;
    color: #1A1A1A;
}
/*搜索框end*/



/*发起预约页面start*/
.listStyle.listStyleOther .item:after,.listStyle.listStyleOther .item:before{
    display: none;
}
.listStyleOther{
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.listStyle.listStyleOther .item{
    padding: 0;
    margin: 0 0 7px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.listStyle.listStyleOther .item .line{
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px solid #f2f2f2;
}
.listStyle.listStyleOther .item .line:last-child{
    /*border: 0;*//*张登地注释的--2020-3-26 15:35:01*/
}
.listStyle.listStyleOther .item .line>span>img{
    position: absolute;
    top: 11px;
    right: 15px;
    z-index: 11;
    display: block;
    width: 18px;
}
.listStyleOther .item .line>span input{
    width: calc(100% - 50px);
    line-height: 25px;
    background: #ffffff;
}
.listStyle.listStyleOther .item .line>span>img.delete{
    width: 16px;
    top: 8px;
}
.btnBoxsFixed{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    overflow: hidden;
}
.btnBoxs.btnBoxsAdd{
    position: fixed;
    bottom: 55px;
    left: 0;
    z-index: 11;
    width: 100%;
    margin:0;
    overflow: hidden;
}
.btnBoxsFixed button {
    float: left;
    width: 50%;
    padding: 15px 0 18px;
    color: #fff;
    font-size: 16px;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btnBoxsFixed.btnBoxsFixed3 button{
    float: left;
    width: 33.33%;
    padding: 15px 0 18px;
    color: #fff;
    font-size: 16px;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btnBoxsFixed button img{
    width:100%;
}
.btnBoxs{
    width: 100%;
    margin: 30px auto;
    text-align:center;
    overflow: hidden;
}
/*.btnBoxs button {
    display: inline-block;
    width: 86%;
    padding: 30px 0;
    margin: 0 10% 10px 10%;
    color: #fff;
    font-size: 16px;
    border: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/
.btnBoxsFixed button:only-child{
    width: 100%;
}
.btnBoxsFixed button.addBtn {
    background: #FE7575;
}
.btnBoxsFixed button.addPlanBtn, .btnBoxsFixed button.adopt,.btnBoxsFixed button.addPlanOrderBtn{
    background: #FE7575;
}
    .btnBoxsFixed button.addPlanBtn.bohui, .btnBoxsFixed button.adopt, .btnBoxsFixed button.addPlanOrderBtn {
        background: #157bdb;
    }
.btnBoxsFixed button.orderBtn,.btnBoxsFixed button.addper {
    background: #33ABFF;
}
.btnBoxsFixed button.prohibit{
     background:#0ce175;
}
.btnBoxs button.addper{
    width: 100%;
    padding: 15px 0 18px;
    color: #fff;
    font-size: 16px;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btnBoxs button.TG,.btnBoxs button.BH,.btnBoxs button.TJ {
    padding: 0;
    margin: 0 7% 15px;
    background: transparent;
}
.btnBoxs button img{
    width: 100%;
}

.listStyle.listStyleOther.alertBottom{
    position: fixed;
    left: 0;
    bottom: -100%;
}
.listStyle.listStyleOther.alertBottom .item{
    -webkit-border-top-left-radius: 11px;
    -moz-border-top-left-radius: 11px;
    border-top-left-radius: 11px;
    -webkit-border-top-right-radius: 11px;
    -moz-border-top-right-radius: 11px;
    border-top-right-radius: 11px;
    margin: 0;
}
.listStyle.listStyleOther.alertBottom .item .lineBox{
    height:150px;
    overflow-y: auto;
}
.alertBottom .closeImgBtn{
    position: absolute;
    top: 17px;
    right: 15px;
    z-index: 11;
    display: block;
    width: 13px;
}
.listStyle.listStyleOther.alertBottom .item .line:not(:first-child){
    padding: 7px 15px;
}
.listStyle.alertBottom .item .line>label{
    width: 100%;
    text-align: center;
}
/*发起预约页面end*/

/*录入车辆start*/
.carNumber{
    padding: 10px 15px;
    color: #1A1A1A;
    background: #F5D9D9;
}

/*错误信息弹窗start*/
.errorMsgBox{
    position: fixed;
    left: 0;
    bottom: 100px;
    width: calc(100% - 30px);
    line-height: 25px;
    padding: 7px 15px;
    margin: 0 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: rgba(255,0,0,.5);
}

.okMsgBox {
    position: fixed;
    left: 0;
    bottom: 50%;
    width: calc(100% - 30px);
    line-height: 25px;
    padding: 7px 15px;
    margin: 0 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: rgba(20,120,255,.8);
}
/*错误信息弹窗end*/




/*新增加弹窗多字段start*/
.listStyle.listStyleOther .item .line{
    position: relative;
}
.listStyleMore{
    position: absolute;
    z-index: 99;
    top: 49px;
    left: 0;
    height: 334px;
    background: #ffffff;
    overflow-y: auto;
}
.listStyleMore .listStyle{
    padding: 0 15px;
}
/*新增加弹窗多字段start*/



textarea.edit{
    float: right;
    width: calc(100% - 0px);
    padding: 5px 15px;
    margin: 0 0 5px;
    font-size: 15px;
    font-family: "Microsoft YaHei" ! important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #F6F6F6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
textarea.edit:focus{
    border: 0;
    outline: none;
}





/*树形列表start*/
.treeView ul{
	padding-left: 25px;
}
.treeView li.hiden ul{
	display: none;
}
.treeView li{
	position: relative;
	margin-left: -3px;
}
.treeView > li{
	margin-left: 0;
}
.treeView li:before{
	position: absolute;
	content: "";
	border-left: 1px dotted #339933;
}
.treeView li:after{
	content: "";
	position: absolute;
	left: -9px;
	top: -19px;
	bottom: 20px;
	border-left: 1px dotted #339933;
}
.treeView ul li:last-child:after{
	bottom: auto;
	height: 41px;
}
.treeView > li:first-child::before,.treeView ul > li:first-child::before{
}
.treeView > li:before{
	top: 21px;
	left: -5px;
	bottom: -22px;
}
.treeView > li:after{
	left: -4px;
	top: 21px;
	width: 11px;
	border-top: 1px dotted #339933;
	border-left: none;
}
.treeView > li:last-child::before,.treeView ul > li:last-child::before{
	bottom: auto;
	height: 0;
}
.treeView > li:first-child:last-child::before,.treeView ul > li:first-child:last-child::before{
	height: auto;
	bottom: 24px;
	display: none;
}
.treeView > li:only-of-type::after,.treeView > li:only-of-type::before{
	display: none;
}
.treeView li a{
	position: relative;
	padding: 7px 0;
	display: table;
	font-size: 16px;
	color: #333;
	line-height: 16px;
}
.treeView li a:hover{
	color: #339933;
}
.treeView li a:before{
	content: "";
	position: absolute;
	left: -9px;
	top: 21px;
	width: 17px;
	border-top: 1px dotted #339933;
}
.treeView > li > a:before{
	display: none;
}
.treeView li a .box{
	display: table;
	padding: 8px;
}
.treeView li.active > a .box{
	background-color: #339933;
	border-radius: 3px;
}
.treeView li.active > a .box .icon,.treeView li.active > a .box .image,.treeView li.active > a .box .title,.treeView li.active > a .box .num{
	color: #fff;
}
.treeView li a .icon,.treeView li a .image,.treeView li a .title,.treeView li a .num{
	float: left;
	margin-right: 3px;
	display: block;
}
.treeView li a .icon,.treeView li a .image{
	color: #339933;
}
.treeView li a:hover .fa-minus-square-o::before,.treeView li.hiden a .fa-minus-square-o::before{
	content: "\f196";
}
.treeView li.hiden a:hover .fa-minus-square-o::before{
	content: "\f147";
}
.treeView li a .icon{
	font-size: 15px;
	margin-right: 5px;
	position: relative;
}
.treeView li a .icon:after{
	content: "";
	position: absolute;
	top: 6px;
	left: 13px;
	width: 3px;
	border-top: 1px dotted #339933;
}
.treeView li a .title{
}
.treeView li a .num{
	color: #ff6316;
	margin-right: 0;
}

/*树形列表start*/


/*弹窗start*/
.popBoxed{
    position:absolute;
    top:50%;
    left:50%;
    z-index:999;
    width:80%;
    margin:0 auto;
    overflow-y:auto;
    transform:translate(-50%,-50%);
    background:#fff;
    border-radius:15px;
    border: 1px solid #ddd;
    padding: 0 0 20px 20px;
    display:none;
}


/*弹窗end*/


.UnitsInfor_unified_h3 {
    padding: 3px 0 8px 15px;
}
/**201910241604万光涛添加弹框提示样式 start*/

.alertBox, .alertBoxeds {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 999999;
    width: calc(100% - 60px);
    padding: 15px 10px 0;
    margin: 0 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
}
.alertPopBox .alertBox{
    top: 60%;
    width: calc(100% - 120px);
    margin: 0 60px;
}
.alertBoxeds {
    position: absolute;
    max-height: 90vh;
    overflow-y: auto;
}

    .alertBox p, .alertBoxeds p {
        width: 100%;
        line-height: 35px;
        color: #000;
        font-size: 18px;
        text-align: center;
    }

    .alertBox .alertMsg, .alertBoxeds .alertMsg {
        padding: 5px 0 10px;
    }

        .alertBox .alertMsg p, .alertBoxeds .alertMsg p {
            line-height: 30px;
            font-size: 16px;
            color: #333333;
        }

.alertBox button.ok, .alertBox button.alertBox_OK {
    width: 100%;
    padding: 15px 0 18px;
    color: #009f4b;
    font-size: 16px;
    border: 0;
    border-top: 1px solid #e6e6e6;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.alertBox button.alertCheLiang_OK {
    width: 100%;
    padding: 15px 0 18px;
    color: #009f4b;
    font-size: 16px;
    border: 0;
    border-top: 1px solid #e6e6e6;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.alertBox button.okorno,.alertBox1 button.okorno {
    float:left;
    width: 49%;
    padding: 15px 0 18px;
    color: #009f4b;
    font-size: 16px;
    border: 0;
    border-top: 1px solid #e6e6e6;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.alertShengMing button.okorno.button_ok{
    color:#999;
}
.alertShengMing button.okorno.button_ok.okColor{
    color:#009f4b;
}
.alertBox button.okorno.button_ok,.alertBox1 button.okorno.button_ok{
    border-left:1px solid #e6e6e6;
    border-bottom-left-radius:0;
}
button.btn.ok, .alertBox btn.alertBox_OK {
        background: #00c75e;
    }

.alertBox btn.alertCheLiang_OK {
    background: #00c75e;
}
.index-bg .box .checkError {
    position: absolute;
    top: 45%;
    left: 55%;
    display: table;
    transform: translate(-50%,-50%);
    z-index: 10;
    max-width: 65%;
    padding: 18px 10px;
    border-radius: 5px;
    background: #ff6170;
    color: #fff;
    text-align: center;
    font-size: 14px;
     font-weight: bold;
}
/*弹框提示样式结束end*/

/*微信端input为空时错误样式*/
.errorInfo::-webkit-input-placeholder {
    color: #f00;
}

.errorInfo:-moz-placeholder {
    color: #f00;
}

.errorInfo::-moz-placeholder {
    color: #f00;
}

.errorInfo:-ms-input-placeholder {
    color: #f00;
}

.errorInfo::-ms-input-placeholder {
    color: #f00;
}

/*设置默认隐藏*/
.DefaultHiding {
    display:none !important;
}


/*暂无数据页面start*/
.noDate {
    width: 100%;
    height: 100%;
    min-height: 310px;
    background: url("../images/noDate.png") no-repeat center;
    -webkit-background-size: 50%;
    background-size: 50%;
}
/*暂无数据页面end*/
/*绿色字体*/
.textgreen {
        color: #00c35c !important;
        font-weight: bold;
    }

        .selectResultBox .inputBox {
            overflow: initial;
            display: table;
            width: 100%;
        }

        .input-group-btn {
            width: 0;
        }

/*关于我们start*/
.aboutBG {
    position: relative;
    text-align: center;
    background: url("../images/aboutBG.png") no-repeat;
    -webkit-background-size: 100%;
    background-size: 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;
}

.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%;
}
  .aboutImg img {
        width: 100%;
    }

/*控制搜索框样式start*/
.selectBoxs li:only-child .screen {
    width: 60px;
    margin: 0 auto;
}

.selectBoxs li:only-child {
    width: 100%;
}

.selectResultBox .inputBox input:only-child, .selectResultBox .inputBox .input-group input {
    width: 100%;
}

.input-group-btn {
    width: 0;
}
/*控制搜索框样式end*/
/*统一样式开始*/
.item.search-panel .form-control, .search-form .search-shiduan.form-control{
    margin-bottom: 0;
    padding-left: 12px;
}
.form-list .form-control {
    height: 40px;
}
.item.search-panel{
    padding-left:12px;
}
.data-nav .iconfont{
    position:initial;
    display:initial;
}
.radio-select .selection .iconfont{
    right:-14px;
}
.radio-select .list li .iconfont{
    left:initial;
    width:initial;
    height:initial;
}
.btn-reset{
    background-color:#fff;
    color:#333;
}
.search-group .data-list {
    height: 70vh;
}

.search-group .data-list .table th, .search-group .data-list .table td {
    padding: 1.2rem 0.5rem;
    border: none;
    border-bottom: 1px solid #f2f2f2;
    font-size: 1.6rem;
    font-weight: normal;
}

.search-group .data-list .table td {
    font-size: 1.4rem;
}

.search-group .data-list .table thead th:first-child, .search-group .data-list .table tbody td:first-child {
    display: none;
}
.search-group {
    animation: search-move 0.5s 1;
}
@keyframes search-move {
    from {
        left: 100%;
    }

    to {
        left: 0;
    }
}
/*统一样式结束*/