@charset "utf-8";
body,div,h1,h2,h3,h4,h5,h6,p,header,ul,li,dl,dt,dd,ol,nav,input,footer{ margin:0; padding:0;}
body{ width:100%;min-height:100%;color:#000;font-family:Arial, Helvetica, sans-serif;overflow-x: hidden;}
body,button, input, select, textarea {
    font: 10px/1.5 Microsoft Yahei, Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}
html {font-size: 62.5%;width:100%;min-height:100%;overflow-x: hidden; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
ol,ul,li{ list-style:outside none none;}


table { border-collapse: collapse;border-spacing: 0;}

a{ text-decoration:none;}
a:hover{ text-decoration:none;}
:focus { outline:0; }

/*去掉iPhone上的默认圆角样式*/
input {-webkit-appearance:none;border-radius: 0; }
input[type="submit"],input[type="reset"],input[type="button"],input{-webkit-appearance:none;}
textarea {-webkit-appearance: none;}

/*去出选中时高亮*/
img,input,a {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-touch-callout: none;
}
/*隐藏bady滚动条*/
body::-webkit-scrollbar{
    display: none;
}