/* * css: login page * ----------*/
*{
    font: 14px/1.5 'Microsoft YaHei', Verdana, Helvetica, Arial, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -box-sizing: border-box;
    padding:0;
    margin:0;
    list-style:none;
    box-sizing: border-box;
}
@media (min-width: 768px){
    body,html{
        width: 100%!important;
    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
    .background-img .header-box .logo-box .img-box {
        /*height: 25px !important;*/
    }
    .background-img .header-box .logo-box .font-18 {
        font-size: 18px !important;
    }
} (min-width: 768px){
    body,html{
        height:100%!important;
        width: 100%!important;
    }
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
    .background-img .header-box .logo-box .img-box {
        /*height: 25px !important;*/
    }
    .background-img .header-box .logo-box .font-18 {
        font-size: 18px !important;
    }
}
@media (max-height: 640px){

}
.login{
    min-height: 815px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 2px;
    padding-top: 40px;
}
.login-form{
    padding: 40px;
}
a.logo{
    display: block;
    height: 58px;
    width: 167px;
    margin: 0 auto 30px auto;
    background-size: 167px 42px;
}
.message {
    position: relative;
    height: 42px;
}
.message .userlogin{
    color: #006666;
    font-size: 28px;
    font-weight: bold;
    width: calc(55% - 15px);
    margin-left: 15px;
    text-align: center;
    display: inline-block;
}
.message .userlogin::before{
    content:'';
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: #006666;
}
.message .userlogin::after{
    content:'';
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 45%;
    height: 15px;
    background: #006666;
}
#darkbannerwrap {
    background: url(../images/aiwrap.png);
    width: 18px;
    height: 10px;
    margin: 0 0 20px -58px;
    position: relative;
}

.loginInput {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 3px;
    height: 50px;
    padding: 0px 16px;
    font-size: 14px;
    color: #555555;
    outline:none;
    width:100%;
}
input[type=text]:focus,
input[type=file]:focus,
input[type=password]:focus,
input[type=email]:focus, select:focus {
    border: 1px solid #27A9E3;
}


input[type=submit],
input[type=button]{
    display: inline-block;
    vertical-align: middle;
    padding: 12px 24px;
    margin: 0px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #27A9E3;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    outline:none;
    width:100%;
}
hr.hr15 {
    height: 15px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
hr.hr20 {
    height: 20px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.tip{
    color: #a94442;
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
}

.copyright{
    font-size: 12px;
    color: #666;
    text-align: center;
}

.codeInput{
    width:60%;border-top-right-radius: 0;border-bottom-right-radius: 0;float:left;
}

.codeImg{
    width:40%;cursor:pointer;float:left;
}

/*登录样式*/
.login-option{
    line-height: 32px;
    margin-bottom: 15px;
    padding: 0 15px;
}
.login-option .onlineconsult a{
    float: lest;
    color:  #006666;
    font-size: 14px;
    display: inline-block;
    line-height: 32px;
}
.login-option .onlineconsult img{
    height: 17px;
    width: 17px;
    margin-right: 5px;
    vertical-align: sub;
}
.login-option .forgetMm a{
    float: right;
    color: #FF7E00;
    font-size: 14px;
    display: inline-block;
    line-height: 32px;
}
.login-button{
    margin-bottom: 40px;
}
.login-button input{
    line-height: 40px;
    width: 40%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 0!important;
    background: #006666!important;
}
.login-button #loginBtn{
    float: left;
}
.login-button #registBtn{
    float: right;
}
.login-qrcode{
    font-size: 18px;
    margin-bottom: 15px;
    color: #232323;
    line-height: 32px;
    text-align: center;
}
.login-qrcode .qrcode-img img{
    width: 85px;
    height: 85px;
}


@media (max-width: 768px){
    .aside-img{
        display: none;
    }
    .tbContent{
        margin-bottom: 15px!important;
    }
    .container{
        margin: 15px!important;
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .navbar-logo span{
        line-height: 60px;
        font-size: 24px;
    }
   #login-title .navbar-header{
        margin: 0;
    }
    .img-box {
        width: auto !important;
        height: 25px !important;
    }
    .font-18 {
        font-size:0.3rem !important;
    }
    .background-img{
        padding: 20px !important;
    }
    .logo-box{
        width: auto !important;
        height: auto !important;
        pointer-events: none;
    }
    .card {
         position: relative !important;
         top: 0 !important;
         right: 0 !important;
         width: 6.8rem !important;
         height: 9rem !important;
        margin: 50px 0 0 0;
    }
    .background-img {
        background-size: cover !important;
        height: 816px !important;
    }
    .account-box {
        width: 100px !important;
    }
    .valid-box {
        width: calc(100% - 100px);
    }
}

