body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
header,
menu,
section,
p,
input,
td,
th,
ins {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}

a:hover {
  text-decoration: none;
  color: #333;
}

a {
  text-decoration: none;
  color: #333;
}

a,
a *,
.f-hand,
.f-hand * {
  cursor: pointer;
}

div,
span,
img {
  box-sizing: border-box;
}

li,
s {
  list-style: none;
}

em,
i {
  font-style: normal;
  text-align: left;
  font-size: inherit;
}

.f,
.flex {
  display: flex;
}

.sb {
  display: flex;
  justify-content: space-between;
}

.col {
  display: flex;
  flex-direction: column;
}

.c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.a {
  cursor: pointer;
}

.ac {
  display: flex;
  align-items: center;
}

.wrap {
  display: flex;
  flex-wrap: wrap;
}

input {
  background: none;
  outline: none;
  border: none;
}

input:focus {
  border: none;
}

.main-width {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  color: #111217;
}

.width {
  margin: 0 auto;
  width: 1200px;
}

.z {
  position: relative;
  z-index: 2;
}

.hover {
  transition: transform 0.5s ease-in-out;
}

.hover:hover {
  transform: translateY(-3.5%);
}

.line16 {
  line-height: 1.6;
}

.container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.pointer {
  cursor: pointer;
}

.underline {
  text-decoration: underline;
}

.overflow {
  overflow: hidden;
}

.mobile {
  display: none;
}

.pc {
  display: flex;
}

.hide {
  opacity: 0;
}

.show {
  display: flex;
}

.hidden {
  display: none;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transform: scale(1) !important;
}

@media screen and (max-width: 767px) {
  .width {
    width: 95%;
  }
  .wmax {
    width: 100%;
  }
  .mobile {
    display: flex;
  }
  .pc {
    display: none;
  }
}/*# sourceMappingURL=base.css.map */