* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-family: '思源黑体', 'Microsoft YaHei';
}

*:active,
*:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 0;
  background: #f3f3f4;
  /* user-select: none; */
}

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

i,
em {
  font-style: normal;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

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

.cle {
  clear: both;
}

:root::-webkit-scrollbar {
  display: none;
}

main {
  min-height: calc(100vh - 5.04rem);
}

.header {
  width: 100%;
}

.swiper-pagination-bullet {
  width: 0.98rem !important;
  height: 7px !important;
  background: #a8a8a8 !important;
  border-radius: 0 !important;
  margin: 0 0.1rem;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ca9b52 !important;
}
