@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

img {
  width: 100%;
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: Microsoft YaHei, Helvetica, STHeiTi, "sans-serif";
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  color: #FFF;
  font-size: 0.0938rem;
  user-select: none;
}

/*禁止字体缩放*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* 点击a链接出现蓝色背景问题解决 */
a:link,
a:active,
a:visited,
a:hover {
  background: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

/*禁止长按保存*/
img {
  user-select: none;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  width: auto9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*防止ie图片缩放失真*/
}

button {
  border: none;
  outline: none;
  background-color: transparent;
}
