/*登录页面 login.html*/
.loginDiv{padding:1.5rem;margin-top:2rem;}
.loginInput{position: relative}
.loginInput img{width: 25px;position: absolute}
.loginDiv input{width: 100%;padding: .8rem .8rem .8rem 3rem;box-sizing: border-box;margin: .8rem 0;border-radius: 20px;border: none;background: #eee;}
input::-webkit-input-placeholder{
    color: #999;
}
input:-moz-placeholder {
    color: #999;
}
input::-moz-placeholder{
    color: #999;
}
input:-ms-input-placeholder{
    color: #999;
}
/*-webkit-autofill用于覆盖chrome浏览器本身的背景颜色*/
input[type=text]:focus, input[type=password]:focus, textarea:focus {

/*-webkit-box-shadow: 0 0 0 1000px white inset;*/

outline:none;

}

.loginDiv input:nth-child(1){background: #eee url(/static/wx/img/front/login/userIcon.png).6rem center /1.5rem no-repeat!important;}
.loginDiv input:nth-child(2){background: #eee url(/static/wx/img/front/login/pwdIcon.png).6rem center /1.5rem no-repeat!important;}
.LoginButton{width: 100%;box-sizing: border-box;padding:0 2rem;margin-bottom: 2rem}
.LoginButton button{padding: .8rem;border-radius: 20px;color: #fff;background-color: #ed4040;width: 100%;border: none;}
.loginOther{padding: 2rem 0}
.loginImg{padding: 1.5rem 0;display: block;}
.with-line:before,.with-line:after{border-top: 1px solid #ddd;width: 25%;}
.with-line:before{left:2rem;}
.with-line:after{right:2rem;}

/*免费注册页面 register.html 忘记密码 forgetPwd.html*/
.register { width: 100%;height: 19.73rem; padding: 2.5rem 9% 0;box-sizing: border-box;  }
.register p {width: 100%;height: 3.8rem;border-bottom:0.03rem solid #d6d6d6 ;  }
.register .number span {float:left;width: 17%;height: 3.8rem;line-height: 3.8rem;  }
.register .number input{float:left;width:83%;border:none;height:3.8rem;line-height:3.8rem;  }
.register .password input {width: 100%;height:3.8rem;line-height: 3.8rem;border:none;  }
.register .Verification {border-bottom: none; }
.register .Verification .cation{float:left;width: 70%;height: 3.8rem;border:none;border-bottom:0.03rem solid #d6d6d6 ;line-height:3.8rem;  }
.register .Verification .btn {float:left;width: 30%;height: 2.87rem;margin-top: 1rem;border:none;border-radius: 2rem;font-size: .8rem;background-color:#f23a3a;color:#fff }
.register button {display: block;width: 100%;height: 2.8rem; margin:0 auto;line-height: 2.8rem;text-align: center;color:white;background:#f23a3a;border-radius: 1.5rem;  border: none;margin-top: 2.93rem; }
