ul,li {
  list-style: none;
}
/*html{
  font-size: 100px;
}*/
* {
  margin: 0px;
  padding: 0px;
  font-family: "微软雅黑";
  box-sizing:border-box;
}
*, ::after, ::before {-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-o-text-size-adjust:none;-ms-text-size-adjust:none}
a {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
a,img,button,input,textarea,div,ul,li,{
    -webkit-tap-highlight-color:rgba(255,255,255,0);
}
input,textarea{-webkit-appearance:none;}
*{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    /* For some Androids */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.clear:after {
  content: '';
  overflow: hidden;
  clear: both;
  height: 0px;
  visibility: hidden;
  display: block;
}
.clear {
  -ms-zoom: 1;
}
a {
  text-decoration: none;
  color: #999;
}
img {
  display: block;
  border: 0 none;
}
input {
  outline: none;
  border: none;
  -webkit-appearance:none;
  appearance:none;outline:none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
textarea {  -webkit-appearance: none;}
em {
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.dis_none{display:none;}

/*@media screen and (max-width: 375px){
  html{
    font-size: 100px;
  }
}

@media screen and (min-width: 375px){
  html{
    font-size: 26.666666667vw;
  }
}
*/