@charset "utf-8";
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height:100%;
    background: #FFF;
    font-size: 16px;
    font-family: -apple-system-font, "Helvetica Neue", Helvetica, "Hiragino Sans GB", "STHeitiSC-Light", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    line-height: 1;
    position: relative;
    vertical-align: middle;
    -webkit-text-size-adjust: 100%;				/* Fix for webkit minFont size */
    -webkit-tap-highlight-color	:rgba(0,0,0,0);	/* Remove highlight on tap event*/
    -moz-tap-highlight-color	:rgba(0,0,0,0);
    -ms-tap-highlight-color		:rgba(0,0,0,0);
    tap-highlight-color			:rgba(0,0,0,0);
}

@media screen and (min-width: 320px) {
    html {
        font-size: 100px;
    }
}
@media screen and (min-width: 360px) {
    html {
        font-size: 112.5px;
    }
}
@media screen and (min-width: 375px) {
    html {
        font-size: 117.18px;
    }
}
@media screen and (min-width: 400px) {
    html {
        font-size: 125px;
    }
}
@media screen and (min-width: 414px) {
    html {
        font-size: 129.37px;
    }
}
@media screen and (min-width: 440px) {
    html {
        font-size: 137.5px;
    }
}
 
@media screen and (min-width: 480px) {
    html {
        font-size: 150px;
    }
}
@media screen and (min-width: 640px) {
    html {
        font-size: 200px;
    }
}
@media screen and (min-width: 768px) {
    html {
        font-size: 240px;
    }
}

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, menu {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
fieldset, img {
    border: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}
legend {
    color: #000
}
i {
    font-style: normal
}
.clearfix:before,.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
a, div {
    -webkit-tap-highlight-color: transparent
}
a, a:active, a:hover {
    text-decoration: none
}
input:focus, li:focus, span:focus, i:focus, img:focus, button:focus,:focus {
    outline: 0
}
ol, ul,li{list-style: none; }
blockquote, q{ quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
em,i,b {font-style:normal;}
a img { border: none; text-decoration:none; }

input{
   -webkit-user-modify: read-write-plaintext-only;
   -webkit-tap-highlight-color:transparent;
}
input,select,option,textarea,button{
    appearance:none;
    -webkit-appearance:none;
    border-radius: 0;
    border: 0;
    padding: 0;
}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{
	border:none;padding:0;
}
.cl{*zoom:1}
.cl:before,.cl:after{display:table;line-height:0;content:""}
.cl:after{clear:both}
.clear{clear:both;height:0;clear:both;}
.height5{height:.05rem;}
.height10{height:.1rem;}
