@charset "UTF-8";
@font-face {
	font-family: "io-icon";
	src:url("../font/io-icon.eot");
	src:url("../font/io-icon.eot#iefix") format("embedded-opentype"),
		url("../font/io-icon.ttf") format("truetype"),
		url("../font/io-icon.woff") format("woff"),
		url("../font/io-icon.svg#io-icon") format("svg");
	font-weight: normal;
	font-style: normal;
}


/*
	base
=========================================*/
html {
	background: #fff;
}
body {
	background: transparent;
	font-family: "Microsoft YaHei", sans-serif;
	color: #333;
	letter-spacing: normal;
}
html:not(:target)[data-scale="1"] body {
	font-size: 14px;
}
html:not(:target)[data-scale="2"] body {
	font-size: 15px;
}
html:not(:target)[data-scale="3"] body {
	font-size: 16px;
}

a {
	text-decoration: none;
	color: inherit;
}
a[href] {
	text-decoration: none;
	color: inherit;
}
a[href]:hover {
	text-decoration: none;
	font-color:#2f00ec;
}
/*
a[href=""] {
	background: #fcc !important;
	color: #f00 !important;
}
*/
strong {
	font-weight: bold;
}
em {
	font-style: normal;
	font-weight: bold;
}
img {
	max-width: 100%;
	max-height: 100%;
}
button {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	cursor: pointer;
}
select,
textarea,
input[type="text"] {
	background: #fff;
	display: inline-block;
	box-sizing: border-box;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1) inset;
	max-width: 100%;
	height: 30px;
	margin: 0;
	padding: 0.25em 0.5em;
	border: 1px solid #666;
	border-radius: 0;
	vertical-align: middle;
	font-family: inherit;
	font-size: 14px;
	line-height: 1;
}
input[type="text"] {
	width: 100%;
}
input[type="text"][size="2"] {
	width: 2em;
}
input[type="text"][size="3"] {
	width: 3em;
}
input[type="text"][size="4"] {
	width: 4em;
}
input[type="text"][size="6"] {
	width: 6em;
}
input[type="text"][size="8"] {
	width: 8em;
}
input[type="text"][size="12"] {
	width: 12em;
}
input[type="text"][size="16"] {
	width: 16em;
}
input[type="text"][size="20"] {
	width: 20em;
}
input[type="text"][size="30"] {
	width: 30em;
}
textarea {
	width: 100%;
	height: 12em;
}

/*
	x-align
=========================================*/
.x-left {
	text-align: left !important;
}
.x-center {
	text-align: center !important;
}
.x-right {
	text-align: right !important;
}
.x-top {
	vertical-align: top !important;
}
.x-middle {
	vertical-align: middle !important;
}
.x-bottom {
	vertical-align: bottom !important;
}
.x-baseline {
	vertical-align: baseline !important;
}


/*
	x-text
=========================================*/
.x-underline {
	text-decoration: underline !important;
}
.x-small {
	font-size: 0.8em;
}


/*
	x-color
=========================================*/
.x-alert {
	color: #f55 !important;
}


/*
	icon
=========================================*/
i[data-icon]:before {
	content: attr(data-icon);
	font-family: "io-icon";
}


/*
	x-display
=========================================*/
.x-show {
	display: block;
}
.x-hide {
	display: none;
}
.x-clear {
	clear: both;
}
.x-pc {
	display: block;
}
.x-sp {
	display: none;
}
@media screen and (max-width: 750px) {
.x-pc {
	display: none;
}
.x-sp {
	display: block;
}
.section-body img{
	height:100%!important;
}
}







/*
	
=========================================*/





