/* Login */
#login{padding:30px}
#login h2{font-weight:lighter;line-height:40px;margin-bottom:20px}
#login h2 i{float:left;font-size:40px;margin-right:10px}
#login .regCode{}
#login .regBtn{margin:30px 0}
#login .regUnLogin .btn{width:100%;height:94px;line-height:92px;-moz-border-radius: 10px;/* Gecko browsers */-webkit-border-radius: 10px; /* Webkit browsers */border-radius:10px;/* W3C syntax */}

/* regTip */
.regTip{font-size:24px;color:#888}

/* regLink */
.regLink{text-align:center;margin:40px 0}
.regLink a{color:#1081b6;font-size:36px}
.regLink a i{margin-left:10px}

/* regFooter */
.regFooter{text-align:center;padding:60px 0 40px}
.regFooter.posBtm{position:absolute;bottom:0;left:0;width:100%;padding:60px 40px}
.regFooter p{line-height:36px;font-size:24px;margin-top:10px}

/* register */
#register{padding:30px}
#register .regCode{}
#register .regBtn{margin:30px 0}
#register .regUnLogin .btn{width:100%;height:94px;line-height:92px}
#register .regCode a{border:0;height:70px;line-height:70px;text-align:center;font-size:28px}
#register .regRule{line-height:36px;margin-top:30px}
#register .regRule input{float:left;margin:3px 10px 0 0;width:30px;height:30px}
#register .regRule a{margin-left:5px;color:#1081b6}
.chk_2{display:none}
.chk_2 + label{width: 36px;height:36px;border:3px solid #d2d2d2;display: inline-block;position: relative;margin-right: 10px;float: left;background-color: #fff;box-sizing: border-box;}
.chk_2 + label:before{content: ' ';width: 36px;height: 36px;background:url(../imgs/right.png) no-repeat center;background-size:cover;position: absolute;top: 0;right: 0;z-index: 999;display: none;}
.chk_2:checked + label:before{display: block;}

/* Form */
.regForm{border:1px solid #c7c7c7;background-color:#fff;padding:5px 20px;-moz-border-radius: 15px;/* Gecko browsers */-webkit-border-radius: 15px; /* Webkit browsers */border-radius:15px;/* W3C syntax */}
.regForm li{position:relative;padding:10px 0 10px 60px;border-top:1px solid #c7c7c7}
.regForm li:first-child{border-top:none}
.regForm li input, .regForm li select{height:70px;font-size:30px;width:580px}
.regForm li .pos{position:absolute;left:0;top:10px;line-height:70px;font-size:40px;width:50px;text-align:center}
.regCode input{float:left;width:320px;font-size:30px;height:70px;background-color:#fff;box-sizing:border-box;box-shadow:none !important;}
.regCode a{float:right;width:220px;height:70px;border:1px solid #c7c7c7;-moz-border-radius: 10px;/* Gecko browsers */-webkit-border-radius: 10px; /* Webkit browsers */border-radius:10px;/* W3C syntax */}
.regCode img{float:right;width:215px;height:64px;padding: 2px;}
.regBtn .btn{width:100%;height:94px;line-height:94px;-moz-border-radius: 10px;/* Gecko browsers */-webkit-border-radius: 10px; /* Webkit browsers */border-radius:10px;/* W3C syntax */}