@charset "utf-8";
html,body{
	position: relative;
    background: #fff;
    color: #000;
    width: 100%;
    font-size: 100px;
}
/* @media screen and (max-width: 414px) {
	html,body{
		font-size: 80px;
	}
}
@media screen and (max-width: 320px) {
	html,body{
		font-size: 70px;
	}
} */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;
    padding:0;
}
body,button,input,select,textarea {
    font: 0.14rem '\5FAE\8F6F\96C5\9ED1';
    color: #333;
}
fieldset,img {
    border:none;
}
iframe {
    display:block;
}
ol,ul {
    list-style:none;
}
ins,a {
    text-decoration:none;
    color: inherit;
}
header,nav,article,section,aside,footer{
	display:block;
}
a:focus,*:focus {
    outline:none;
}
a.jumpBtn{
	display: inline-block;
	width: 100%;
	height: 100%;
}
 .clearFix:after{ 
	display: block;
	content: "";
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.detil_man{
	height: 2.3rem;
}
.icon{
	display: inline-block;
}
.clearFix{
	zoom: 1;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.hide {
    display:none;
}
.block {
    display:block;
}
.center{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.content{
	max-width: 12rem;
	margin: 0 auto;
	height: 100%;
	/* padding: 0 0.3rem; */
}
.justify{
	text-align: justify;
	text-justify: inter-ideograph;
}
.setPadding{
	padding: 0 0.3rem;
}
