/* CSS Document */
body{ background-color:#f7f7f7}
.header-wrap{ border-bottom:3px solid #fa4e68}
/**登录**/
.login-wrap{ height:565px; background:url(../images/login.png) 0px 50px no-repeat}
.login-box{ width:388px;height:408px; border:1px solid #ddd; float:right; margin-top:78px;}
.login-user{ padding:15px 30px 10px 30px; font-size:20px; height:40px; line-height:40px;}
.login-form{ padding:0 30px; overflow:hidden; *padding-bottom:20px;}
.login-form input{ float:left; width:100%; height:44px; line-height:44px; border:1px solid #dadada; margin-bottom:15px; background:none;}
.login-form .username,.login-form .password{text-indent:40px;}
placeholder{ color:#999}
.login-form .username:focus,.login-form .password:focus,.register-form input:focus{ border:1px solid #fa4e68}
.login-form .username{ background:url(../images/login-ico.png) 13px 10px no-repeat;}
.login-form .password{ background:url(../images/login-ico.png) 13px -43px no-repeat;}
.login-form .l-btn{ cursor:pointer; border:none; font-size:20px; background-color:#fa4e68; border-radius:3px; color:#fff; margin-top:5px;}
.find-wrap,.login-more{ margin:0 30px; padding-bottom:15px;}
.find-wrap a{ color:#999; text-decoration:underline; float:left}
.find-wrap .regsit{ color:#fa4e68; float:right}
.find-wrap a:hover{ color:#fa0e68;}
.login-more{ height:35px; margin-top:20px; padding-top:20px; border-top:1px dotted #b8b9ba;}
.login-more a{ display:inline-block; width:103px; height:35px; line-height:35px;}
.login-more a:hover,.login-form .l-btn:hover{opacity:.8;filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);}
.login-more .qq{ background:url(../images/login-more.png) 0px 0px no-repeat}
.login-more .sina{ background:url(../images/login-more.png) -113px 0 no-repeat; margin:0 9px;}
.login-more .wechat{ background:url(../images/login-more.png) -227px 0 no-repeat}
.login-more p{ padding-bottom:10px; color:#999}
/**注册**/
.register-form{padding:0 30px;}
.register-form dl{  position:relative; height:65px;}
.register-form dt{ position:absolute; left:0; width:70px; height:36px; line-height:36px; text-align:right; color:#999}
.register-form dd{ position:absolute; left:80px;}
.register-form dd input{ padding-left:15px;height:34px; line-height:34px; border:1px solid #dadada; width:225px;}
/**tips默认隐藏，输入正确为tips-ok，错误为tips-no**/
.register-form dd .tips{ display:none; height:22px; line-height:22px; margin-top:2px; padding-left:20px;font-size:12px;}
.register-form dd .tips-ok,.register-form dd .tips-no{ display:block}
.register-form dd .tips-ok{background:url(../images/login-ico.png) 0px -110px no-repeat;color:#48a631;}
.register-form dd .tips-no{background:url(../images/login-ico.png) 0px -159px no-repeat;color:#fa4e68;}
.register-form .reg-btn{ left:80px; margin-top:10px;}
.register-form .reg-submit{ cursor:pointer; border:none; border-radius:3px; width:110px; height:42px; line-height:42px; text-align:center; color:#fff; font-size:20px; background-color:#fa4e68;}
.register-form .fast-login{ height:42px; line-height:42px;margin-top:10px; left:200px; color:#999}
.register-form .fast-login a{color:#fa4e68;}
.register-form .fast-login a:hover{ text-decoration:underline}
