html{
  font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
html,body{
  width: 100%;
  height: 100%;
}
body{
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.5;
  outline: 0;
}
html,body,
header,section,footer,
div,ul,ol,li,img,a,span,
em,del,legend,center,strong,
var,fieldset,form,label,
dl,dt,dd,cite,input,
hr,time,mark,code,
figcaption,figure,textarea,
h1,h2,h3,h4,h5,h6,p{
  margin: 0;
  border: 0;
  padding: 0;
  font-style: normal;
}
h1,h2,h3,h4,h5,h6{
  font-size: small;
}
ul,li{
  list-style: none;
}
b,strong{
  font-weight: 700;
}
img{
  border: none;
  outline: none;
}
pre{
  overflow: auto;
}
iframe{
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
textarea{
  overflow: hidden;
  resize: none;
}
button{
  overflow: visible;
}
button,select{
  text-transform: none;
}
button,input,optgroup,select,textarea{
  margin: 0;
  font: inherit;
  color: inherit;
}
hr{
  height: 0;
  box-sizing: content-box;
}
pre{
  overflow: auto;
}
*{
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
a{
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  &:hover{
    outline: 0;
  }
}
::-ms-reveal{display:none;}
::-webkit-input-placeholder{
  text-overflow:ellipsis;
}
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  overflow: auto;
}
::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
  min-height: 25px;
  min-width: 25px;
  border: 1px solid #e0e0e0;
  border-radius: 0px;
}
::-webkit-scrollbar-track {
  background-color: #f7f7f7;
  border: 1px solid #efefef;
}