/* 登录 */
.login-wrapper{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
    z-index: 999;
    transform: translate(0,0);
}
.login{
    width: 400px;
    height: 487px;
    background: #FFFFFF;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.login .top{
    width: 100%;
    height: 70px;
    border: none;
    border-bottom: 1px solid #E3E4EF;
    padding-top: 17px;
    position: relative;
}
.login .top img{
    display: block;
    margin: 0 auto;
    height: 35px;
}
.login .top .icon-close{
    width: 27px;
    height: 27px;
    background: #EBECF2;
    position: absolute;
    top: 23px;
    right: 20px;
    padding: 5px;
}
.login .top .icon-close img{
    width: 17px;
    height: 17px;
}
.login .content{
    width: 100%;
    height: 100%;
    padding: 22px 34px 0;
}
.login .content .tab{
    padding: 0 49px 27px;
}
.login .content .tab li{
    font-size: 18px;
    color: #666666;
    cursor: pointer;
}
.login .content .tab li.active{
    font-weight: 600;
    color: #1D2843;
    position: relative;
}
.login .content .tab li.active::before{
    display: block;
    content: '';
    position: absolute;
    width: 85px;
    height: 3px;
    background: #3361E7;
    border-radius: 2px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.login-wrapper .content .ipt-list{
    width: 100%;
    height: 42px;
    margin-top: 20px;
}
.login-wrapper .content .ipt-list input{
    width:100%;
    height:42px;
    background:rgba(255,255,255,1);
    border:1px solid #dbe1f0;
    border-radius:5px;
    padding-left: 56px;
    font-size: 14px;
}
.login-wrapper .content .ipt-list hr{
    position: absolute;
    width:1px;
    height:16px;
    top: 14px;
    left: 46px;
    margin: 0;
    background-color: #dbe1f0;
    border: none;
}
.login-wrapper .content .ipt-list i{
    position: absolute;
    display: block;
    width: 16px;
    height: 21px;
    top: 11px;
    left: 16px;
    background-image: url(../images/icon-login-gather.png);
    background-repeat: no-repeat;
    background-size: 100px auto;
}
.login-wrapper .content .ipt-list .tips-error{
    font-size:12px;
    color:rgba(244,50,39,1);
    position: absolute;
    top: 42px;
    left: 0rem;
    display: none   ;
}


.login-wrapper .content .ipt-list.identifying-code input{
    width: 100%;
}
.login-wrapper .content .ipt-list.message-code input{
    width: 100%;
}
.login-wrapper .content .ipt-list.message-code button{
    width: 114px;
    height: 43px;
    background:#3361E7;
    border-radius:5px;
    position: absolute;
    top: 0;
    right: 0;
    font-size:14px;
    color:rgba(255,255,255,1);
}

.login-wrapper .content .ipt-list.password i{
    background-position: -82px 0;
}
.login-wrapper .content .ipt-list.message-code i{
    width: 20px;
    background-position: -81px -29px;
}
.login-wrapper .content .ipt-list.password i.eye{
    width: 25px;
    left: 292px;
    background-position: -50px 0;
}
.login-wrapper .content .ipt-list.message-code input{
    width: 213px;
}
.login-wrapper .content .tips-remember{
    width: 100%;
    height: 19px;
    margin-top: 28px;
}
.login-wrapper .content .tips-remember input{
    width: 0;
    height: 0;
}
.login-wrapper .content .tips-remember i{
    display: inline-block;
    width:19px;
    height:19px;
    background:rgba(255,255,255,1);
    border:1px solid #096DDE;
}
.login-wrapper .content .tips-remember span{
    font-size:14px;
    color:#494949;
    margin-left: 14px;
}
.login-wrapper .content .tips-remember-lable{
    cursor: pointer;
}
.login-wrapper .content .tips-remember a{
    font-size:14px;
    color:#3361E7;
}
.login-wrapper .content .tips-remember input:checked + i{
    background-repeat: no-repeat;
    border: none;
    background-color: #096EDB;
    background-image: url(../images/icon-login-gather.png);
    background-repeat: no-repeat;
    background-size: 120px auto;
    background-position: -61px -38px;
}
.login-wrapper  .content .register-btn{
    font-size:14px;
    color:#494949;
    text-align: center;
    margin-top: 24px;
}
.login-wrapper  .content .register-btn a{
    color: #096DDD;
}
.login-wrapper .content button.login-btn {
    width: 100%;
    height: 40px;
    background: #3361E7;
    border: 1px solid #3361E7;
    border-radius: 5px;
    font-size: 16px;
    color: rgba(255,255,255,1);
    margin-top: 40px;
}
.login-wrapper .content .reset-password-tit{
    font-size: 16px;
    font-weight: 600;
    color: #1D2843;
    text-align: center;
}
.i-checkbox-agreement:before {
    content: "*";
    color: red;
    font-size: 16px;
    height: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 22px;
    font-weight: 600;
    color: #1D2843;
}
.qrcodeLoginContent .qrcode{
    width: 165px;
    height: 165px;
    display: block;
    margin: 20px auto;
}
.qrcodeLoginContent .tips{
    font-size: 16px;
    color: #1D2843;
    text-align: center;
}
.resetPassword-btn{
    width:130px;
    height:40px;
    background:#3361E7;
    box-shadow:0px 4px 6px 0px rgba(39,124,242,0.2);
    border-radius:4px;
    font-size:16px;
    color:rgba(255,255,255,1);
    line-height:40px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    cursor: pointer;
    display: block;
}

.login_btn_index{
    width:130px;
    height:40px;
    background:#3361E7;
    box-shadow:0px 4px 6px 0px rgba(39,124,242,0.2);
    border-radius:4px;
    font-size:16px;
    color:rgba(255,255,255,1);
    line-height:40px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    cursor: pointer;
    display: block;
}
.register_btn_index{
    width:130px;
    height:40px;
    background:#3361E7;
    box-shadow:0px 4px 6px 0px rgba(39,124,242,0.2);
    border-radius:4px;
    font-size:16px;
    color:rgba(255,255,255,1);
    line-height:40px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    cursor: pointer;
    display: block;
}
.login-wrapper .content .ipt-list i.verificationCode{
    position: absolute;
    display: block;
    width: 16px;
    height: 21px;
    top: 11px;
    left: 16px;
    background-image: url(../images/icon-identifying-code.png);
    background-repeat: no-repeat;
    background-size: 16px auto;
}

/*首页新增样式*/
.login_advertising{
    width: 400px;
    height: 122px;
    background-image: url(//3w.cn/images/login_banner.jpg);
    background-size: 100% 100%;
    position: absolute;
    bottom: -128px;
    left: 0px;
}