@charset "UTF-8";
/* 基础样式文件 */
html {
  font-size: calc(100vw / 19.2);
  color: #191919;
}
@media (max-width: 768px) {
  html {
    font-size: calc(100vw / 6);
  }
}
html, body, figure, dl, dd, img, form, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, button, input, textarea, a, span, em {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 16px;
  font-family: "Microsoft YaHei", "PingFang SC", "Microsoft YaHei UI",
    "Source Han Sans CN", "Source Han Serif CN", "SimSun", "SimHei", "Arial";
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  /* tap-highlight-color: transparent; */
  background: #fff;
  padding-top: calc(26px + 0.32rem);
}

input,
textarea,
button {
  padding: 0;
  /* font-family: Verdana, Arial; */
  /* font-family: "Microsoft Yahei", "PingFang SC", "PingFangSC-Regular"; */
  -webkit-appearance: none;
}

select {
  -webkit-appearance: none;
}

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

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  object-fit: cover;
}

/*富文本图片处理*/
.txt img {
  height: auto !important;
}

input[type="submit"],
input[type="text"],
button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
}

input:focus,
textarea:focus,
button:focus,
input:active {
  outline-color: transparent;
  border: 0;
}

select,
input,
select,
textarea {
  vertical-align: middle;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

ul,
ol,
li {
  list-style-type: none;
  line-height: 1;
}

a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  line-height: 1;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

a:active {
  text-decoration: none;
}

