@charset "UTF-8";
* {
  -webkit-text-size-adjust: none;
}

* {
  box-sizing: border-box;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, dl, dd, pre {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  margin: 0 auto;
  padding: 0;
  font-family: Microsoft YaHei;
  font-size: 0.12rem;
  text-decoration: none;
  color: #333;
  background-color: #F4F6F8;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  width: 100%;
  height: 100%;
}

button {
  border: none;
}

img {
  vertical-align: bottom;
}

input {
  background-color: transparent;
  border: none;
}

input:focus,
select:focus {
  outline: none;
}

textarea {
  border: none;
  outline: none; /*边线不显示*/
  resize: none; /*禁止拉伸*/
  appearance: none;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}