@charset "utf-8";
/*@font-face {
    font-family: 'stxiheiregular';
    src: url('../fonts/stxihei-webfont.ttf') format('truetype'),
         url('../fonts/stxihei-webfont.svg#stxiheiregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

*, *::before, *::after {
	 box-sizing: border-box;
	 font-family: 'Microsoft YaHei UI','Microsoft YaHei',SimSun,'Segoe UI',Tahoma,Helvetica,Sans-Serif,'Helvetica';
}
html {
	font-size: 10px;
}
::-webkit-scrollbar {
    height: 0px;            
 }
/*@media only screen and (min-width: 481px) {
 html {font-size: 94%!important;}
}
@media only screen and (min-width: 561px) {
 html {
font-size: 109%!important;
}
}
@media only screen and (min-width: 641px) {
 html {
font-size: 125%!important;
}
}*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	font-size: 1.2rem;
	color: #666;
	background: #f2f2f2;
	width: 100%;
}
a, button, input, textarea {
}
fieldset, img {
	border: 0;
}
ol, ul {
	list-style: none;
}
em {
	font-style: normal;
}
input, button, select, textarea {
	outline: none;
}
textarea {
	resize: none;
}
p {
	text-align: justify;
	text-justify: distribute;
}

a {
	color: #666;
	text-decoration: none;
}

