﻿html {
	color: rgb(34, 34, 34); font-family: "Microsoft YaHei"; font-size: 62.5%;
}
::selection {
	text-shadow: none; background-color: rgb(179, 212, 252);
}
ul {
	margin: 0px; padding: 0px;
}
li {
	list-style: none;
}
.center-block {
	margin-right: auto; margin-left: auto; display: block;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.text-right {
	text-align: right !important;
}
.text-left {
	text-align: left !important;
}
.text-center {
	text-align: center !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	overflow: hidden;
}
.text-hide {
	font: 0px/0 a; border: 0px currentColor; border-image: none; color: transparent; font-size-adjust: none; font-stretch: normal; text-shadow: none; background-color: transparent;
}
.clearfix::before {
	display: table; content: " ";
}
.clearfix::after {
	display: table; content: " ";
}
.clearfix::after {
	clear: both;
}
body {
	font-size: 1.6rem;
}
a {
	color: rgb(102, 102, 102); text-decoration: none;
}
a:hover {
	color: rgb(188, 0, 5); text-decoration: none;
}
a:active {
	color: rgb(188, 0, 5); text-decoration: none;
}
.bigbox {
	margin: 0px auto; width: 67.7%;
}
.bigbox2 {
	margin: 0px auto; width: 72.9%;
}