/*小组件*/
.w1006{ width: 1006px; margin: 0 auto;}

/*顶部*/
.top-body{ padding-top: 27px; padding-bottom: 18px;}
.top-logo{ width: 190px; height: 66px;margin-top: -19px;}
.top-logo-img img{ width: 177px; height: 98px;}
.top-logo-txt{ font-size: 12px; color: rgba(96,96,96,.92); text-align: center; margin-top: -6px;}
.top-home{padding-top: 42px;}
.top-home a{ color: rgba(0,0,0,.55);line-height: 20px; }
.top-home a:hover{ color: #f76120;}

/*主体*/
.login-main{ background-color: #54b1ff; background-image: url(../images/login-bg.jpg); height: 496px; background-position: center;}
.main-show{ margin-left: 116px; margin-top: 78px;}
.main-show img{ width: 258px; height: 322px;}
.main-register{ background: #f3f3f3; width: 392px; height: auto; margin-top: 41px;}
.reg-nav{ height:56px; }
.reg-nav ul li{ float: left; width: 50%; font-weight:bold;font-size: 20px; color: #3b3b3b; line-height: 56px; text-align: center; cursor: pointer;}
.reg-nav ul li.reg-nav-on{ border-top: 3px solid #c00a0e; line-height: 55px; background: #fff; margin-top: -2px;}

.reg-box{ width: 310px; margin: 0 auto; padding-top: 10px;}
.reg-common{ display: none; }
.reg-user{ height:40px; width: 308px; border:1px solid #c3c0c0; background: #fff; margin-top: 18px; }
.reg-user span{ float: left; width:38px; height: 40px; background: url(../images/reg-user-icon.jpg) center center no-repeat; }
.reg-user input{ float: left; width: 250px; height: 40px; border:none;}

.reg-psw{ height:40px; width: 308px; border:1px solid #c3c0c0; background: #fff; margin-top:18px;  }
.reg-psw span{ float: left; width:38px; height: 40px; background: url(../images/reg-psw-icon.jpg) center center no-repeat; }
.reg-psw input{ float: left; width: 250px; height: 40px; border:none;}

.reg-auto{ margin-top: 18px;}
.reg-auto #reg-zddl{ float: left; margin-top:3px; margin-right: 4px;}
.reg-auto label.fl-l{ color: #2d2c2c;}
.reg-auto a{ color:#2d2c2c; }
.reg-auto a:hover{color: #f76120;}
.reg-entry{ margin-top: 18px;}
.reg-entry a{ display: block; line-height: 40px; font-weight: bold; color: #fff; text-align: center; font-size: 18px; background: #c00a0e;}
.reg-txt{ margin-top: 18px;}
.reg-txt p{ text-align: right; font-size: 12px;color: #5d5d5d;}
.reg-txt p a{ color: #0f6fc0;}

.reg-scname{ height:40px; width: 308px; border:1px solid #c3c0c0; background: #fff; margin-top:18px; position: relative;  }
.reg-scname span{ float: left; width:38px; height: 40px; background: url(../images/reg-scname-icon.png) center center no-repeat; position: absolute; left: 0px; top: 0px; }
.reg-scname select{ width: 310px; height: 40px; border:none; text-indent: 34px;color: #999; margin-left: -1px; background-color: transparent;}

/*footer部分*/
.footer-body{ padding-top: 33px; padding-bottom: 40px;}
.footer-nav{ text-align: center;}
.footer-nav ul{ display: inline-block; overflow: hidden;}
.footer-nav ul li{ float: left; padding: 0px 18px; border-right: 1px solid #e4e4e4;}
.footer-nav ul li a{ font-size: 12px;}
.footer-nav ul li:last-of-type{ border:none;}
.footer-copyright{ margin-top: 8px;}
.footer-copyright p{ text-align: center; color: rgba(0,0,0,0.80);  font-size: 12px; }