/*reset*/
html, body, div, p, ul, li, dl, dt, dd, i, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table,
th, td, span{ margin: 0; padding: 0; box-sizing: border-box;border: none;}
ul,li{ list-style: none; }
button{background: rgba(0,0,0,0);display: block;}button:focus{outline:none}
a,img{ display: inline-block; *display: inline; }
a{ text-decoration: none; }
img{ vertical-align: top; border: none; }
body{ -webkit-tap-highlight-color: transparent; }
html,body{ width: 100%; height:100%; font-family: "PingFang_Medium", Arial, Helvetica, sans-serif; }
body{font-size: 33.334px;position: relative;-webkit-tap-highlight-color: rgba(0,0,0,0);}
@media only screen and (min-width: 750px) {body {position: fixed;left: 0;right: 0; width: 750px;margin: 0 auto !important;}}
#container{	background-color: #FFFFFF;position: absolute;top: 0;left: 0;right: 0;bottom: 0;}
.page{position: absolute;width: 100%;top:0;bottom: 0px; overflow-y: scroll;}
.myFadeIn{animation: kf_fadeIn 1.5s both;}
@keyframes kf_fadeIn{
	0%{opacity: 0;}
	100%{opacity: 1;}
}