/* 用户注册 */
.dataBody{ width: 100%; min-height: 800px; overflow: hidden; background-color:#DDD3C9; }
.reg_from{ width: 90%; margin: 20px auto; height: auto; overflow: hidden;}
.reg_from .tit{ line-height: 35px; font-size: 16px;}
.reg_from .prompt{ line-height: 35px;  color: #666;font-size: 12px;}
.reg_from .prompt .color1{ color: #0586EC; font-size: 14px;}
.reg_from .row{ width: 100%;  margin: 20px 0px; overflow: hidden;}
.reg_from .row .row1,
.reg_from .row .row2,
.reg_from .row .row3{float:left;height: 40px; line-height: 40px;}
.reg_from .row .row1{ width: 120px;  text-align: right; font-size: 16px;}
.reg_from .row .row2{ width: 260px;    line-height: inherit; }
.reg_from .row .row3{ width: 350px; }
.reg_from .input{width: 240px; height: 35px; line-height: 35px; font-size: 100%; background-color: #F4FFE1; border: 1px solid #999; padding: 0px 5px;}
.reg_from .msg{ width:100%; height:40px; font-size: 12px; color: red;line-height: 40px;    background: url(../images/reg/must-enter.jpg) left center no-repeat; padding-left:20px;}
.reg_from .success {background: url(../images/reg/tip-img.png) 0 13px no-repeat;}
.reg_from .error {color: #ff0000; background: url(../images/reg/tip-img.png) 0 -35px no-repeat;}
.reg_from .legal_notices{ padding: 20px; color:#666; border-top: 1px dashed #666; line-height: 30px; }

.reg_from .logindesc{position: relative; height: 20px;}
.reg_from .logindesc .abs{ position: absolute;}
.reg_from .logindesc .an2{ transition: all 0.2s ease-out 0s;}
.reg_from .logindesc .lg-slides{ background:#818181; border-radius:12px; width:53px; height:18px; line-height:20px;  left:0; top:0px; color:#fff; cursor: pointer;overflow: hidden;}
.reg_from .logindesc .lg-slides-btn{ display:block; border-radius:12px; width:20px; height:14px; left:2px; top:2px; background:#fff; z-index:22;}
.reg_from .logindesc .lg-btn{ width:246px; height:102px; border-bottom:1px dotted #e6e6e6; margin:0 auto;}
.reg_from .logindesc .lg-on{width:0; height:18px; left:4px; top:0px; overflow:hidden;}
.reg_from .logindesc .lg-off{width:25px; height:18px; right:4px; top:0px;}
.reg_from .logindesc .on{ background:#4088c3}
.reg_from .logindesc .on .lg-on{width:25px; height:18px; left:4px;}
.reg_from .logindesc .on .lg-off{ width:0;  overflow:hidden;}
.reg_from .logindesc .on .lg-slides-btn{left:31px;}
.reg_from .logindesc .agreed{ height: 18px; line-height: 18px; font-size: 12px; color: #666; left:60px; top:0px;}
.reg_from .logindesc .agreed a{ font-size: 12px; color: #4088c3;}
.reg_from .logindesc .agreed a:hover{ text-decoration: underline;}

.reg_from .btn{ width: 250px; height: 40px; line-height: 40px; border: 1px solid #66482C; background-color:#C0A88E;  font-size: 16px;font-weight: 600;  color: #fff; }
.reg_from .btn:hover{ background-color: #66482C; color: #fff;}

