/* 注册页面头部 */
.header {width:100%;border-bottom:1px solid #f2f2f2;}
.head {width:100%;height:120px;overflow:hidden;}
.head .logo {height:40px;line-height:40px;margin-top:40px;}
.head .logo a {font-size:22px;font-family:'PingFangSC-Light','PingFang SC';font-weight:300;}
.head .logo a img {vertical-align:middle;margin-right:10px;}
.gs {width:174px;height:40px;margin-top:44px;line-height:40px;text-align:center;font-size:20px;color:#4A4A4A;}
.gs a {border-bottom:1px solid transparent;}


/* 注册功能的实现 */
.reg {width:410px;margin:40px auto;margin-bottom:30px;min-height:550px;}
.reg h2 {font-size:18px;margin-bottom:20px;color:#333;}
.reg .loginput ul li {width:100%;height:45px;border:1px solid #D2D2D2;margin-bottom:30px;position:relative;}
.reg .loginput ul li:nth-child(5){ border:none; margin-bottom:0px}
.reg ul li label {float:left;width:98px;height:45px;border-right:1px solid #D2D2D2;text-align:center;line-height:45px;font-size:14px;box-sizing:border-box;color:#666;position:relative;}
.reg .loginput ul li input {width:312px;height:45px;border:none;text-indent:33px;font-size:14px;}
.reg .loginput ul li:nth-child(5) label{ width:164px; border:none; line-height:25px;}
.reg .loginput ul li:nth-child(5) label input{ width:20px; height:16px; vertical-align:top; margin-top:4px;}
.reg .loginput ul li:nth-child(5) a{ font-size:14px; margin-left:-15px;}
.step{ width:410px; border:none;height: 45px;color: #fff;font-size: 16px;cursor: pointer; margin-bottom:30px;}
.reg ul li label i {position:absolute;font-size:13px;top:-2px;}
.reg .loginput ul li input:focus {outline:none;}
.reg .loginput a input:focus {outline:none;}
.reg .loginput ul li .code1 .btn {width:25%;position:absolute;top:0px;right:10px;font-size:14px;cursor:pointer;background:transparent;}
.reg .loginput ul li #idcode {position:absolute;}
.reg .loginput ul li font{ line-height:45px; margin-left:30px;}
#step_2 ul li span{ position:relative;}
#step_2 ul li .yzm2{ position:absolute; right:0px; top:4px;}
#toreg{ width:410px; border:none;height: 45px;color: #fff;font-size: 16px;cursor: pointer; margin-bottom:30px;}
#toreg:focus{ outline:none;}
