@charset "UTF-8";

/** 媒体查询 */

/** 布局 */

.swiper-theme1 {
  --swiper-pagination-bullet-inactive-color: #333;
  --swiper-pagination-bullet-inactive-opacity: .6;
  --swiper-pagination-color: #333;
  --swiper-pagination-bullet-opacity: .6;
  --swiper-pagination-bullet-horizontal-gap: 15px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bottom: 1.875rem;
  /* swiper */
}

.swiper-theme1 .swiper-pagination-bullet {
  border: 0.25rem solid #333;
  transition: border-color 0.3s;
  /*no*/
}

.swiper-theme1 .swiper-pagination-bullet-active {
  border: 4px solid #E6000D;
}

@media (max-width: 800px) {
  .swiper-theme1 {
    --swiper-pagination-bottom: 0.3125rem;
    --swiper-pagination-bullet-horizontal-gap: 0.5rem;
    --swiper-pagination-bullet-width: 0.25rem;
    --swiper-pagination-bullet-height: 0.25rem;
  }

  .swiper-theme1 .swiper-pagination-bullet {
    border: 0.125rem solid #333;
    transition: border-color 0.3s;
  }

  .swiper-theme1 .swiper-pagination-bullet-active {
    border: 0.125rem solid #E6000D;
  }
}

body {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}

body::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}

@font-face {
  font-family: P;
  src: url(../assets/fonts/PMedium.ttf);
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: P;
  src: url(../assets/fonts/PMedium.ttf);
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: P;
  src: url(../assets/fonts/PMedium.ttf);
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: P;
  src: url(../assets/fonts/PMedium.ttf);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: P;
  src: url(../assets/fonts/PMedium.ttf);
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: P;
  src: url(../assets/fonts/PMedium.ttf);
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: P;
  src: url(../assets/fonts/PMedium.ttf);
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: P;
  src: url(../assets/fonts/PMedium.ttf);
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: P;
  src: url(../assets/fonts/PMedium.ttf);
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: P;
  src: url(../assets/fonts/PMedium.ttf);
  font-weight: 1000;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  font-family: P, Microsoft YaHei, Source Han Sans CN;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

.clear-a {
  color: inherit;
}

.clear-a,
.clear-a:link,
.clear-a:visited,
.clear-a:hover,
.clear-a:active {
  text-decoration: none;
}

.dis-con {
  display: contents;
}

.dis-in-flex {
  display: inline-flex;
}

.clear-btn {
  border: 0.0625rem solid #000000;
  background-color: transparent;
}

.overhide {
  overflow: hidden;
}

/** flex布局 */

.flex {
  display: flex;
}

.flex-box {
  display: flex;
  align-items: center;
}

.flex-box-center {
  display: flex;
  align-items: center;
}

.flex-box-start {
  display: flex;
  align-items: flex-start;
}

.flex-box-end {
  display: flex;
  align-items: flex-end;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-center {
  justify-content: center;
}

.flex-between {
  justify-content: space-between;
}

.flex-start {
  justify-content: flex-start;
}

.flex-end {
  justify-content: flex-end;
}

.flex-1 {
  flex-grow: 1;
}

.flex-wrap {
  flex-wrap: wrap;
}

/** 文本溢出 */

.ellipsis1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.ellipsis2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ellipsis3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.ellipsis4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.disb {
  display: block;
}

.w100 {
  width: 100%;
}

.w50 {
  width: 50%;
}

.w45 {
  width: 45%;
}

.w40 {
  width: 40%;
}

.w55 {
  width: 55%;
}

.h100 {
  height: 100%;
}

.col711 {
  color: #71120C;
}

.sizing-b {
  box-sizing: border-box;
}

.textc {
  text-align: center;
}

.nowrap {
  text-wrap: nowrap;
}

/** 图片 */

.cover {
  object-fit: cover;
}

.contain {
  object-fit: contain;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.relative {
  position: relative;
}

.z11 {
  z-index: 11;
}

html {
  font-size: 16px;
}

/*1350*/

/*1350 -end*/

/*1450 */

@media (min-width: 800px) {
  html {
    font-size: 8.8275862069px;
  }
}

@media (min-width: 820px) {
  html {
    font-size: 9.0482758621px;
  }
}

@media (min-width: 840px) {
  html {
    font-size: 9.2689655172px;
  }
}

@media (min-width: 860px) {
  html {
    font-size: 9.4896551724px;
  }
}

@media (min-width: 880px) {
  html {
    font-size: 9.7103448276px;
  }
}

@media (min-width: 900px) {
  html {
    font-size: 9.9310344828px;
  }
}

@media (min-width: 920px) {
  html {
    font-size: 10.1517241379px;
  }
}

@media (min-width: 940px) {
  html {
    font-size: 10.3724137931px;
  }
}

@media (min-width: 960px) {
  html {
    font-size: 10.5931034483px;
  }
}

@media (min-width: 980px) {
  html {
    font-size: 10.8137931034px;
  }
}

@media (min-width: 1000px) {
  html {
    font-size: 11.0344827586px;
  }
}

@media (min-width: 1020px) {
  html {
    font-size: 11.2551724138px;
  }
}

@media (min-width: 1040px) {
  html {
    font-size: 11.475862069px;
  }
}

@media (min-width: 1060px) {
  html {
    font-size: 11.6965517241px;
  }
}

@media (min-width: 1080px) {
  html {
    font-size: 11.9172413793px;
  }
}

@media (min-width: 1100px) {
  html {
    font-size: 12.1379310345px;
  }
}

@media (min-width: 1120px) {
  html {
    font-size: 12.3586206897px;
  }
}

@media (min-width: 1140px) {
  html {
    font-size: 12.5793103448px;
  }
}

@media (min-width: 1160px) {
  html {
    font-size: 12.8px;
  }
}

@media (min-width: 1180px) {
  html {
    font-size: 13.0206896552px;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 13.2413793103px;
  }
}

@media (min-width: 1220px) {
  html {
    font-size: 13.4620689655px;
  }
}

@media (min-width: 1240px) {
  html {
    font-size: 13.6827586207px;
  }
}

@media (min-width: 1260px) {
  html {
    font-size: 13.9034482759px;
  }
}

@media (min-width: 1280px) {
  html {
    font-size: 14.124137931px;
  }
}

@media (min-width: 1300px) {
  html {
    font-size: 14.3448275862px;
  }
}

@media (min-width: 1320px) {
  html {
    font-size: 14.5655172414px;
  }
}

@media (min-width: 1340px) {
  html {
    font-size: 14.7862068966px;
  }
}

@media (min-width: 1360px) {
  html {
    font-size: 15.0068965517px;
  }
}

@media (min-width: 1380px) {
  html {
    font-size: 15.2275862069px;
  }
}

@media (min-width: 1400px) {
  html {
    font-size: 15.4482758621px;
  }
}

@media (min-width: 1420px) {
  html {
    font-size: 15.6689655172px;
  }
}

@media (min-width: 1440px) {
  html {
    font-size: 15.8896551724px;
  }
}

@media (min-width: 1460px) {
  html {
    font-size: 16.1103448276px;
  }
}

@media (min-width: 1450px) {
  html {
    font-size: 16px;
  }
}

/*1450 -end*/

/*1600*/

/*1600 -end*/