* {
	font-family: "Microsoft YaHei" , Arial , Helvetica , sans-serif;
}

.container {
	max-width: 58rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

h1 {
	font-size: 45px;
	color: #333;
	margin: 30px 0 10px;
}

h2 {
	font-size: 20px;
	color: #555;
}

h3 {
	font-size: 24px;
	color: #555;
}

h4 {
	font-size: 14px;
	color: #555;
}

hr {
	display: block;
	width: 7rem;
	height: 1px;
	margin: 2.5rem 0;
	background-color: #eee;
	border: 0;
}

a {
	color: #08c;
	text-decoration: none;
}

p {
	font-size: 12px;
}

button {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #FFFFFF;
	color: #99a2aa;
	border: 1px solid #e5e9ef;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.btnormal {
	margin: 0.25rem;
	text-align: left;
	width: 7.6rem;
}
.btnormal .yohotitle {
	color: #000000;
}

.btnormal:hover {
	color: #198ce4;
	border: 1px solid #198ce4;
}
.btnormal:hover .yohotitle {
	color: #198ce4;
}

.btselect {
	margin: 0.25rem;
	background: #198ce4;
	color: #ffffff;
	border: 1px solid #198ce4;
	text-align: left;
	width: 7.6rem;
}
.btselect .yohotitle {
	color: #ffffff;
}

#goleft {
	width:25px;
	height:65px;
	position:absolute;
	cursor:pointer;
	z-index:2;
	left:0px;
	float:left;
}
#goright {
	width:25px;
	height:65px;
	position:absolute;
	cursor:pointer;
	z-index:2;
	right:0px;
	float:right;
}