/*登陆注册页面样式*/
html,body{height:100%;}
.login-wrap{width:14.0rem;overflow:hidden;margin:auto;}
.login-wrap h2{width:100%;height:8.5rem;padding:3.0rem 0 3.5rem;}
.login-wrap h2 img{width:auto;height:100%;}
.login-wrap p{width:100%;overflow:hidden;border-bottom:1px solid #EAE9E9;position:relative;}
.login-wrap p i{width:1.7rem;height:2.75rem;line-height:2.5rem;text-align:center;position:absolute;left:0;top:0;}
.login-wrap p i img{width:1.0rem;height:auto;display:inline-block;}
.login-wrap p input{width:100%;float:left;height:2.75rem;font-size:0.8rem;border:none;padding-left:1.7rem;box-sizing:border-box;}
.login-wrap p.bordernone{border-bottom:none;}
.logbtn{margin:3.25rem auto 1.0rem;float:left;width:100%;}
.login-wrap .whitebtn{background:none;border:1px solid #2784FF;color:#2784FF;width:100%;float:left;box-sizing:border-box;margin:0;}
.regPop{width:15.0rem;height:20.0rem;left:50%;margin-left:-7.5rem;top:50%;margin-top:-10.5rem;background:#f6f6f6;display:none;}
.regPop h4{margin-top:5.0rem;}
.regPop p{margin-top:6.0rem;}
.regPop p em{padding:0 0.3rem;color:#2784FF;}