*{
	margin: 0;
	padding: 0;
}
body{
	color:#333;
	font-size: 14px;
	font-family: "微软雅黑";
}
.clearfix::after { display: block; content: ''; height: 0; font-size: 0; clear: both; } .clearfix { zoom: 1;}
ul>li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #333;
}
input,button,select{
	border:none;
	outline: none;
}
.Width{
	width:1200px;
	margin:0 auto;
}

.grey {
    color: #ccc;
}
.red {
    color: #f00;
}


.header .Width{
	position: relative;
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.big-box{
	height:460px;
	padding-top: 35px;
	/*padding-bottom: 225px;*/
	background: #f8f8f8;
	overflow: hidden;
}

.big-box .login-cont{
	overflow:hidden;
}
.ht-top{
	height:60px;
	line-height: 60px;
	background: #e82930;
}
.ht-top .left-logo{
	font-size: 24px;
}
.ht-top .left-logo img{
	vertical-align: middle;
	margin-right:5px;
}
.ht-top .left-logo a{
	color:#fff;
}
.ht-top .left-logo{
	float:left;
}
.ht-top .right-wel{
	float:right;
	color:#fff;
	font-size: 14px;
}
.ht-top .right-wel .tuic a{
	margin-left:15px;
	cursor:pointer;
	color: #fff;
}
.ht-top .httop-menu{
	float:left;
}
.ht-top .httop-menu ul{
	margin-left:68px;
	overflow:hidden;
}
.ht-top .httop-menu li{
	padding:0 10px;
	float:left;
	margin-right:25px;
}
.ht-top .httop-menu li:hover{
	background:#fa3e42;
}
.ht-top .httop-menu li a{
	display: block;
	color:#fff;
	font-size:16px;
}
/*注册,登陆页头部*/
.top-logo{
	background: #fff;
	line-height: 75px;
}
.top-logo a{
	display:inline-block;
}
.top-logo img{
	height:37px;
	vertical-align: middle;
}
.top-logo span{
	display: inline-block;
	position: relative;
	top:5px;
	font-size: 26px;
	margin-left:8px;
}

.login-cont .left-img{
	float:left;
	margin-left:164px;
	margin-top: 20px;
}
.login-cont .left-img img{
	width:560px;
}
.login-cont .right-infor{
	width:305px;
	padding:56px 20px 0;
	height:380px;
	float:right;
	border:1px solid #e4e4e4;
	background:#fff;
	
}
.login-cont .right-infor input{
	font-size:16px;
}
.right-infor .tel input,.right-infor .password input,.yzcode input,.shur-code input{
	width:290px;
	height:38px;
	border:1px solid #bdbdbd;
	margin-bottom: 25px;
	text-indent: 15px;
}

.tel span {
    color: #FF1334;
    padding-left: 4px;
}
.password span {
    color: #FF1334;
    padding-left: 4px;
}

.label_checkbox {
    display: inline-block;
    width:auto;
    height: 20px;
    font-size: 14px;
    cursor: pointer;
}
.label_checkbox i {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    border: #e3e3e3 1px solid;
    border-radius: 3px;
}
.label_checkbox span{
	margin-left:15px;
}
/*.label_checkbox input[type="checkbox"],input[type="radio"] {display:none;}  */
.label_checkbox input[type="radio"] + i {border-radius:3px;}  
.label_checkbox input[type="checkbox"]:checked + i,input[type="radio"]:checked + i {background:#e0e0e5;color:#000;}   
.label_checkbox input[type="checkbox"]:disabled + i,input[type="radio"]:disabled + i {border-color:#ccc;}  
.label_checkbox input[type="checkbox"]:checked:disabled + i,input[type="radio"]:checked:disabled + i {background:#ccc;}  
.loginBtn button{
	width:308px;
	height:40px;
	text-align: center;
	line-height: 40px;
	color:#fff;
	background:#e82930;
	margin-top:40px;
	margin-bottom: 30px;
	font-size:18px;
}
.login_links{
	font-size:14px;
	overflow:hidden;
}
.login_links .regBtn{
	float:left;
}
.login_links .forgBtn{
	float:right;	
}

.login_links a{
	color:#333;
}
.login_links a:hover{
	color:#fc6621;
	text-decoration: underline;
}

/*注册页面*/
.login-cont .register-right-infor{
	padding-top:30px;
	height:370px;
}
.register-right-infor .tel input, .register-right-infor .password input{
	margin-bottom:10px;
}
.yzcode{
	overflow: hidden;
}
.yzcode input,.shur-code input{
	width:172px;
	margin-right: 15px;
	float:left;
	margin-bottom: 10px;
}
.yzcode span,.shur-code button{
	float:left;
}
.yzcode span img{
	width:116px;
	
}
.shur-code button{
	width:115px;
	height:40px;
	background:#e9eaed;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
	cursor: pointer;
}
.loginBtn button:hover{
	background-color:#f13752;
	cursor: pointer;
}
.loginBtn.reg-ann button{
	margin-top:10px;
	margin-bottom: 20px;
}
.reglogin_links{
	color:#666;
	font-size: 14px;
	text-align: right;
}
.reglogin_links a:hover{
	color:#ff303b;
	text-decoration:underline;
}

.footer{
	width:100%;
	height:185px;
	padding-top: 40px;
	background:#fff;
}
.footer-cont{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.footer-cont .flogo{
	height:35px;
	color:#fff;
	font-size:28px;
	margin-bottom: 25px;
	overflow: hidden;
}
.footer-cont .flogo span{
	float:left;
	color:#333;
}
.footer-cont .flogo img{
	height: 35px;
	margin-right:5px;
	float:left;
}
.footer-cont>div,.footer-news>div{
	float:left;
}
.flogo-links{
	width:240px;
}
.flogo-links a{
	display: inline-block;
	font-size: 14px;
	color:#333;
	margin-right:20px;
	margin-bottom:10px;
}
.footer a:hover{
	color:#e82930;
	text-decoration:underline;
}
.footer-news h5{
	font-size: 16px;
	color:#333;
	font-weight: normal;
	margin-bottom: 20px;
}
.footer-news>div{
	width:220px;
}
.footer-news>div a{
	display:block;
	color:#333;
	font-size: 14px;
	margin-bottom: 12px;
}
.footer-logo{
	margin-right:168px;
}

.footer-erm{
	margin-left: 60px;
}
.footer-erm>div{
	float:left;
	font-size: 14px;
	color:#000;
}
.footer-erm>div{
	width:98px;
	text-align: center;
}
.footer-erm .perm{
	margin-right:50px;
}
.footer-erm>div img{
	width:96px;
	margin-bottom:18px;
}
/*@media screen and (max-width:1366px){
	.footer{
		bottom:-185px;
	}
}*/

@media screen and (max-width:1200px){
 body{
	color:#333;
	font-size: .7rem;
	font-family: "微软雅黑";
	 width: 18.75rem;
 }
	html {
		font-size: 20px;
	}

	.Width{
		width: 98%;
		margin: 0 auto;

	}

	.header .Width{
		width: 98%;
	}
	.ht-top{
		height:auto;
		line-height: 1.5rem;
	}
	.ht-top .left-logo{
		font-size: .8rem;
	}
	.ht-top .left-logo img{
		height: 1.2rem;
		margin-right: .2rem;
	}
	.ht-top .left-logo{
		float: none;
	}
	.ht-top .httop-menu{
		float: none;
		line-height: 2rem;
	}
	.ht-top .httop-menu ul{
		margin-left: 0;
	}
	.ht-top .httop-menu li{
		width: 16.66%;
		padding:0;
		float:left;
		margin-right:0;
		text-align: center;
	}
	.ht-top .httop-menu li a{
		font-size: .7rem;
	}


}