@charset "utf-8";
/* 公共移动端基础样式（补写，非原厂文件，用于让转盘皮肤能正常运行） */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
* {
  box-sizing: border-box;
}
ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
  border: 0;
}
button {
  border: 0;
  background: none;
  outline: none;
  -webkit-appearance: none;
}
input, textarea {
  outline: none;
  border: 0;
  -webkit-appearance: none;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.fl { float: left; }
.fr { float: right; }
