[class^="icon-"], [class*=" icon-"] {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body{
	background: #494A5F;
	color: #D5D6E2;
	font-weight: 500;
	max-width: 1580px;
	min-width: 1200px;
	font-size: 1.05em;
	font-family: "Microsoft YaHei","宋体","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo;
}
a{ color: rgba(255, 255, 255, 0.6);outline: none;text-decoration: none;-webkit-transition: 0.2s;transition: 0.2s;}
a:hover,a:focus{color:#74777b;text-decoration: none;}
.container{
	margin: 0 auto;
}
.search{
	background:url(../images/logo.png) no-repeat center;
	height: 80px;
	width: 100%;
	margin: 0;
}
.register{
	background:url(../images/register.png) no-repeat center;
	height: 80px;
	width: 100%;
	margin: 0;
}
.question{
	background:url(../images/question.png) no-repeat center;
	height: 80px;
	width: 100%;
	margin: 0;
}
.intrduce{
	background:url(../images/introduce.png) no-repeat center;
	height: 80px;
	width: 100%;
	margin: 0;
}
.notice{
	padding-top: 30px;line-height:35px; font-size: 20px; text-align: left
}