/* 
    author   fanginna
    date     20190620
*/
.content{position: relative;}
.register-contain{width:90%;margin:0 auto;position: relative;}
.register-contain>h1{padding-top: 1.5rem;font-size: 1.4rem;color: #333;font-weight: bold;}
.register-contain>h2{margin-top: 0.5rem;font-size: 0.9rem;color: #333;font-weight: bold;}
.register-contain>ul{margin-top: 0.2rem;}
.register-contain>ul>li{width:100%;border-bottom:1px solid #d5d5d5;margin-top: 1.75rem;position: relative;}
.register-contain>ul>li.border-none{border:none;}
.register-contain>ul>li>label{font-size: 0.75rem;color: #333;width:25%;text-align: left;float: left;height: 1.75rem;line-height: 1.75rem;}
.register-contain>ul>li>input{width:75%;float: left;height: 1.75rem;line-height: 1.75rem;border:none;outline: none;font-size: 0.6rem;}
.register-contain>ul>li>div.pwd-box{width:60%;float: left;height: 1.75rem;line-height: 1.75rem;}
.register-contain>ul>li>div>input{border:none;outline: none;font-size: 0.6rem;}
.register-contain>ul>li .msg{position: absolute;left:0;bottom: -1rem;color: #f4523b;font-size: 0.5rem;display: none;}
.register-contain>ul>li.veri-code>input[type="button"]{width:3.75rem;height:1.45rem;border:1px solid #e5e5e5;background-color:#eee;color:#666;font-size:0.6rem;border-radius:3px;position: absolute;right:0;bottom:0.25rem;cursor: pointer;line-height: 1.45rem;background-color: #232f3c; color: #fff;}
.register-contain>ul>li.imgcaptcha-li>img{width:3.75rem;height:1.45rem;border:1px solid #e5e5e5;position: absolute;right:0;bottom:0.25rem;cursor: pointer;box-sizing: border-box;}
.register-contain>ul>li>em{background: url(../../images/user/eye1.png) no-repeat;background-size: 100%;width: 0.9rem;height: 0.55rem;display: inline-block;position: absolute;right: 1rem;bottom: 0.425rem;cursor: pointer;}
.register-contain>ul>li>em.pwd-display{background: url(../../images/user/eye2.png) no-repeat;background-size: 100%;}
.register-contain>ul>li.reg-btn{margin-top: 2rem;}
.register-contain>ul>li.reg-btn>input{height: 2.5rem; line-height: 2.5rem;font-size: 0.9rem;color: #fff;text-align: center;background-color: #232f3c;width: 100%;}
.register-contain>p{text-align: right;font-size: 0.7rem;color: #666;margin-top: 0.75rem;}
.register-contain>p>a{font-size: 0.7rem;color: #232f3c; text-decoration: underline;}
.register-contain>div.protocol-box{color: #999;font-size: 0.5rem;text-align: center;margin-top: 1.25rem;margin-bottom: 1rem;}
.register-contain>div>a{color: #268fcf;font-size: 0.5rem;}
.register-contain>div.msg-box{position: relative;}
.msg-box .msg{position: absolute;left:0;top: 1rem;color: #f4523b;font-size: 0.5rem;display: none;}


/* 协议 */
.agreement-box{width: 100%;position: absolute;left:0;top:0;height: 100%;background-color: #fff;display: none;}
.agreement-box>div{height: 80%;width: 84%;margin:0 auto;overflow-y:auto;}
.agreement-box>div>h1{font-size: 1.2rem;color: #333;margin-top: 1.625rem;text-align: center;font-weight: bold;}
.agreement-box>div>h2{font-size: 0.7rem;color: #666;margin-top: 2rem;}
.agreement-box>div>p{font-size: 0.7rem;color: #666;margin-top: 0.6rem;line-height: 1.5rem;}
.agreement-box>a{width: 84%;margin:2rem 8%;height: 2rem;display: inline-block;background-color: #dcdcdc;color: #333;font-size: 0.9rem;text-align: center;line-height: 2rem;border-radius: 4px;}

