html{
    font-family: "pingfang SC","Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
    font-size: 62.5%;
}
html,body,h1,h2,h3,h6,dt,dd,img,textarea,dl,ul,li,input,select{
    margin: 0;
	font-family: "pingfang SC","Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
    padding:0;
	font-weight: normal;
	box-sizing: border-box;
}
body{
	font-size: 1.4rem;
}
div{
	box-sizing: border-box;
}
p{
	margin: 0;
	padding:0;
}
ul,ol{
    list-style: none;
}
a,a:hover{
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
img{
    border: none;
	display: block;
	max-width: 100%;
	height: auto;
}
.container{
	padding: 0px 15px;
}
.clearfix{
    zoom: 1;
}
.clearfix::after{
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

