 .bg-banner{
     width: 100%;
     position: absolute;
     top: 0;
     height: 100%;
     object-fit: cover;
 }
 #wxlogin {
     width: 60px;
     height: 60px;
     background: #FFFFFF;
     border-radius: 50%;
     display: flex;
     justify-content: center;
     align-items: center;
     margin: 40px auto 0;
     cursor: pointer;
 }
 #header {
     background: transparent;
     position: relative;
     z-index: 9999;
 }
 #nav>ul>li>a {
     color: #fff;
 }
 .navPhone {
     color: #fff;
 }
 #js-userinfo a.passport {
     color: #fff;
 }
 .login-box{
     position: absolute;
     right: 20%;
     top: 25%;
     z-index: 66;
 }
#login-wrap {
     width: 460px;
     background-color: rgba(255,255,255,0.33);
     border-radius: 12px;
     padding: 45px 30px 25px;
     min-height: 500px;
}
 .login-tabs{
     margin-bottom: 35px;
 }
.login-tabs div{
    font-weight: bold;
    color: #666666;
    font-size: 20px;
    cursor: pointer;
}
 .login-tabs div.actived{
     color: #333333;
     font-size: 24px;
 }
ul.login-list input {
    display: inline-block;
}

.login-input {
    height: 260px;
}

.login-input .input-group {
    display: flex;
    margin-bottom: 20px;
}
 .login-input .input-group input.login-text{
     height: 55px;
     width: 100%;
     border-radius: 12px;
     border: 1px solid #FFFFFF;
     padding-left: 36px;
     font-size: 18px;
     color: #fff;
     background: transparent;
 }
 .tips{
     text-align: center;
     color: #333;
     margin-top: 5px;
 }
 .tips a{
     color: #333;
 }
 .login-input .input-group input.tel{
     background: url("../img/banner/shouji.png") 12px center no-repeat;
 }
 .login-input .input-group input.code{
     background: url("../img/banner/yanzhengma.png") 12px center no-repeat;
 }
 .login-input .input-group input::-webkit-input-placeholder{
     color: #fff;
 }
 .login-input .input-group-code input.login-text{
     width: 260px;
 }
 .count-back{
     height: 40px;
     line-height: 40px;
     width: 120px;
     border-radius: 21px;
     padding: 0;
     background: #FF3A36;
 }
.btn-block {
    height: 50px;
    background: #FF3A36;
    border-radius: 35px;
    font-size: 20px;
}

.glyphicon {
    top: 0;
}

.form-control {
    height: 48px;
    font-size: 16px;
}

.fl input[type=checkbox] {
    vertical-align: text-top;
    margin-right: 3px;
}

.fl label {
    font-weight: 400;
}

.input-group-addon {
    padding: 6px 20px;
}
 #alverification,#alverification #SM_BTN_1,
 #alverification #rectMask,#alverification #sm-btn-bg,
 #alverification #rectTop,#alverification #rectBottom{
     width: 100%!important;
     height: 55px!important;
     line-height: 55px!important;
     border-radius: 12px;
     border: 0!important;
 }
 #alverification #rectBottom{
     top: 0!important;
 }
