@font-face {
  font-family: "pingfang";
  src: url("../static/font/PINGFANG\ MEDIUM.TTF") format("truetype");
}

@font-face {
  font-family: "gotham";
  src: url("../static/font/Gotham-Medium.otf") format("truetype");
}
@font-face {
  font-family: "Niveau_Grotesk";
  src: url("../static/font/Niveau\ Grotesk\ Regular.ttf") format("truetype");
}

* {
  list-style: none;
  font-family: "gotham";
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  color: #333;
}
input {
  border: none;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.4948rem !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.swiper-pagination-bullet {
  margin: 0 9px !important;
  border: 2px solid #fff !important;
  opacity: 0.4 !important;
  background-color: transparent !important;
  width: 0.0521rem !important;
  height: 0.0521rem !important;
}
.swiper-button-next,
.swiper-button-prev {
  width: 0.7292rem !important;
  top: 100% !important;
  height: 0.4948rem !important;
  margin-top: 0 !important;
  transform: translateY(-100%) !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "" !important;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.p160 {
  padding: 0 0.8333rem;
  box-sizing: border-box;
}

.common_title {
  margin-top: 0.5rem;
  margin-left: 0.8333rem;
  font-size: 40px;
  color: #222;
  position: relative;
}
.common_title::after {
  content: "";
  position: absolute;
  bottom: -0.0208rem;
  left: 0.0156rem;
  width: 0.1563rem;
  height: 0.0208rem;
  background-color: #900816;
}
