@charset "UTF-8";
html {
  overflow-x: hidden;
  font-size: -webkit-calc(100vw/7.5);
  font-size: -moz-calc(100vw/7.5);
  font-size: calc(100vw/7.5);
  font-family: "Source Han Sans SC","HanHei SC","PingFang SC","Helvetica Neue",Helvetica,"Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif; }

body {
  font-size: 0.16rem;
  color: #444; }

* {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: inherit;
  line-height: inherit; }

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

img {
  border: none;
  vertical-align: middle;
  width: 100%; }

i, em {
  font-style: normal; }

ol, ul {
  list-style: none; }

h1, h2, h3, h4, h5, h6, strong, b {
  font-weight: normal; }

input, select, button, h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-family: inherit; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none;
  color: #666; }

body {
  margin: 0 auto;
  min-width: 320px;
  min-height: 100%;
  font-family: Microsoft YaHei, Helvetica, STHeiti STXihei, Microsoft JhengHei, Arial;
  line-height: 1.5;
  color: #666;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important; }

textarea {
  resize: none; }

input[type="text"], input[type='tel'], input[type='button'], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none; }

body {
  font-size: 0.14rem;
  -webkit-overflow-scrolling: touch; }

/*允许独立的滚动区域触摸回弹*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  -webkit-text-size-adjust: none; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both; }
