@charset "utf-8";

/* 根字号固定 20px，banner 区域单独用百分比/cqw 随图缩放 */
html {
  font-size: 20px;
  -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "PingFang SC", "Source Han Sans CN", "Microsoft YaHei", sans-serif;
  color: #333333;
  background: #ffffff;
  line-height: 1.5;
  overflow-x: hidden;
}

ol,
ul,
li {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  border: none;
  background: none;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
b,
i {
  font-weight: normal;
  font-style: normal;
}

p {
  margin: 0;
}
