*{
	margin:0;
	padding:0;
	font-size: 16px;
	font-family: "微软雅黑";
}
ul,li{
	list-style: none;
}
header{
	height:66px;
	line-height: 66px;
	/*background-color: #EFEFEF;*/
}
input:focus{
	outline:none;
}
select:focus{
	outline:none;
}
.pointer{
	cursor:pointer;
}
.headContent{
	width:1000px;
	margin:0 auto;
}
.headContent>div{
	float: left;
}
.logo{
	width:200px;
	height:66px;
	background: url('../images/logo (2).png') center no-repeat;
	background-size: 90%;
}
.title{
	width:650px;
	font-size: 20px;
}
.tip{
	width:150px;
}
.tip>span{
	color:#D82832;
	padding-left: 10px;
}
.loginbtn{
	width:100%;
	height:50px;
	line-height: 50px;
	background-color: #D82832;
	text-align: center;
	color:#FFF;
}
.uhide{
	display:none!important;
}
.before{
	width:40px;
	line-height: 50px;
	text-align: center;
	color:#D82832;
	font-size: 20px;
	padding-top: 5px;
}
.cl:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}
