﻿@charset "utf-8";
/* CSS Document */

/*登陆*/
.login-wrap {padding:130px 30px 50px 30px;}
.login-wrap section ul li {margin-bottom:20px;}
.login-wrap section ul li dl dd {font-size:32px;}
.login-wrap section ul li input {border:1px solid #e9e9e9; background-color:#fbfbfb; height:66px; width:98%; margin-top:20px; padding-left:10px; font-size:28px; color:#767676;}
.login-error {width:500px; height:250px; box-shadow:0 0 5px #FFF; position: fixed; top:50%; left:50%; margin:-125px 0 0 -250px; background:url(../images/user/error.png) no-repeat 30px 50px; background-color:#FFF !important; display:none; z-index:9999999;}
.login-error p {font-size:28px; line-height:40px; padding:50px 0 0 110px; color:#666;}
.login-error a {width:150px; height:50px; display:block; font-size:28px; color:#FFF; background-color:#e91d25; border:none; position:absolute; right:50px; top:150px; line-height:50px; text-align:center;}

.help {font-size:26px;}
.help div {text-align:center; margin-top:60px; border-top:1px solid #e8e8e8;}
.help p{background:#F5F5F5; padding:0 5px; width:160px; margin:0 auto; margin-top:-20px;}
.help ul{margin-top:30px;}
.help ul li{width:60px; height:60px; margin:0 auto;}
.help ul li a{display:block; width:60px; height:60px; background:url(../images/public/qq.png) no-repeat; background-size:cover;}

/*注册*/
.login-wrap section ul li dl span {font-size:24px; color:#e91d25; display:block; float:right; line-height:40px;}
.none {display:none !important;}

