html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,select,p,blockquote,table,tr,th,td,img {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	width: 100%;
	height: 100%;
}
body {
	position: relative;
	background: #FFFFFF;
	width: 100%;
	min-width: 280px;
	height: 100%;
	-webkit-font-smoothing: antialiased;
}
body, input, textarea, select {
	font-family: "Microsoft YaHei", "Arial", sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 150%;
}
div, ul, li, p {
	position: relative;
	line-height: 150%;
}
span {
	line-height: 150%;
}
div, ul, li, p, a, button, input, textarea, select {
	-webkit-tap-highlight-color: rgba(255,0,0,0);
}
a {
	text-decoration: none;
	color: #333333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
li {
	list-style: none;
}
img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}
.hide {
	display: none;
}
.iblock {
	display: inline-block;
}
.bold {
	font-weight: bold;
}
.pointer {
	cursor: pointer;
}
.move {
	cursor: move;
}
.crosshair {
	cursor: crosshair;
}
.break {
	word-wrap: break-word;
}
.keep {
	word-break: keep-all;
	white-space: nowrap;
}
.ellipsis {
	text-overflow: ellipsis;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
}
.radius5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.shadow {
	-webkit-box-shadow: 3px 3px 20px #888888;
	-moz-box-shadow: 3px 3px 20px #888888;
	box-shadow: 3px 3px 20px #888888;
}
.opacity8 {
	filter: alpha(opacity=80);
	-khtml-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.transition {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.cover {
	position: absolute;
	left: 50%;
	min-width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translateX(-50%);
}
.noselect {
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
::-ms-clear, ::-ms-reveal {
	display: none;
}
@keyframes toShow {
	0% {
		filter: alpha(opacity=0);
		-khtml-opacity: 0;
		-moz-opacity: 0;
		opacity: 0;
	}
	100% {
		filter: alpha(opacity=100);
		-khtml-opacity: 1;
		-moz-opacity: 1;
		opacity: 1;
	}
}
.box {
	max-width: 100%;
	min-width: 280px;
	margin: 0 auto;
}
.pc {
	display: block;
}
.mobile {
	display: none;
}

/* pc: width >= 1600px */
@media screen and (min-width: 1600px) {
	.box {
		width: 1570px;
	}
}

/* pc: width <= 1600px */
@media screen and (max-width: 1600px) {
	.box {
		width: 1370px;
	}
}

/* pc: width <= 1400px */
@media screen and (max-width: 1400px) {
	.box {
		width: 1170px;
	}
}

/* pc: width <= 1200px */
@media screen and (max-width: 1200px) {
	.box {
		width: 960px;
	}
}

/* pad: width <= 991px */
@media screen and (max-width: 991px) {
	.box {
		width: 750px;
	}
	.pc {
		display: none;
	}
	.mobile {
		display: block;
	}
}

/* mobile: width <= 767px */
@media screen and (max-width: 767px) {
	.box {
		width: 100%;
	}
}
