/*添加视频特殊处理*/
/*PC端*/
/*M端*/
@font-face {
  font-family: 'ddt';
  src: url('../fonts/ddt-regular.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont Heavy DEMO';
  src: url('../fonts/Mont-HeavyDEMO.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ddt ext';
  src: url('../fonts/fonnts.com-ddt-extended.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#top-video {
  width: 100%;
  height: calc(100vh - 1.5rem);
  position: fixed;
  top: 1.5rem;
  left: 0;
  z-index: 1;
}
#top-video.fixed {
  height: 100vh;
  top: 0;
}
#top-video .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top-video a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#top-video a.none {
  cursor: default;
}
#top-video .video_ico {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2vh;
  animation: upDown 1s infinite;
  width: 0.4rem;
  height: 0.42rem;
  display: inline-block;
  transform: scale(0.5);
}
@keyframes upDown {
  from {
    margin-bottom: 0;
  }
  to {
    margin-bottom: 10px;
  }
}
@keyframes waveUpDown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-9.375vw);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes wave {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -100vw;
  }
}
@keyframes zoomLoop {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes ease-right {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@-webkit-keyframes ease-right {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.header .warning {
  position: fixed;
  top: 0;
  width: 100%;
  border: none;
}
.container-fluid {
  position: relative;
  background: #f7f6f5;
}
.container-fluid .containerBox {
  position: relative;
  z-index: 1000;
}
.container-fluid .bannerBox {
  height: 9rem;
  overflow: hidden;
}
.container-fluid .bannerBox .banner {
  height: 100%;
  width: 100%;
}
.container-fluid .bannerBox .banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.container-fluid .bannerBox .banner .swiper-slide .none {
  cursor: default;
}
.container-fluid .bannerBox .banner .swiper-slide a {
  display: block;
  height: 100%;
  overflow: hidden;
}
.container-fluid .bannerBox .banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container-fluid .bannerBox .banner .swiper-slide-active img {
  animation: zoomLoop 4s ease-in-out;
}
.container-fluid .bannerBox .banner .swiper-slide-active .banner-tit {
  animation: ease-right 0.5s ease-in-out 1s both;
}
.container-fluid .bannerBox .banner .swiper-slide-active .banner-text {
  animation: ease-right 0.7s ease-in-out 1.5s both;
}
.container-fluid .bannerBox .banner-video {
  position: absolute;
  width: 2.7rem;
  height: 1.57rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
  object-fit: cover;
}
.container-fluid .bannerBox .swiper-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container-fluid .bannerBox .video-box {
  position: absolute;
  bottom: 1.28rem;
  right: 2.4rem;
  width: 2.7rem;
  height: 1.57rem;
  cursor: pointer;
  z-index: 4;
}
.container-fluid .bannerBox .video-box::after {
  content: '';
  position: absolute;
  top: -1.25rem;
  right: -0.96rem;
  width: 1.35rem;
  height: 1.24rem;
  background: url(../image/video-icon.png?v=2442e5d307) no-repeat center center;
  background-size: 100% 100%;
}
.container-fluid .bannerBox .banner-swiper-button-next,
.container-fluid .bannerBox .banner-swiper-button-prev {
  width: 10%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
}
.container-fluid .bannerBox .banner-swiper-button-next i,
.container-fluid .bannerBox .banner-swiper-button-prev i {
  font-size: 0.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  opacity: 0;
}
.container-fluid .bannerBox .banner-swiper-button-next i:hover,
.container-fluid .bannerBox .banner-swiper-button-prev i:hover {
  color: #e0382b;
}
.container-fluid .bannerBox .banner-swiper-button-next:hover i,
.container-fluid .bannerBox .banner-swiper-button-prev:hover i {
  opacity: 1;
}
.container-fluid .bannerBox .banner-swiper-button-next {
  right: 0;
}
.container-fluid .bannerBox .banner-swiper-button-next i {
  right: 6%;
}
.container-fluid .bannerBox .banner-swiper-button-prev {
  left: 0;
}
.container-fluid .bannerBox .banner-swiper-button-prev i {
  transform: translateY(-50%) rotate(180deg);
  left: 6%;
}
.container-fluid .bannerBox .banner-swiper-pagination {
  position: absolute;
  width: 100%;
  z-index: 3;
  bottom: 0.4rem;
  left: 0;
  line-height: 0;
  font-size: 0;
  text-align: center;
}
.container-fluid .bannerBox .banner-swiper-pagination span {
  cursor: pointer;
  width: 0.1rem;
  height: 0.1rem;
  margin: 0 0.12rem;
  background-color: #fff;
  display: inline-block;
  border-radius: 0.05rem;
  position: relative;
  overflow: hidden;
}
.container-fluid .bannerBox .banner-swiper-pagination span::after {
  content: '';
  width: 0;
  position: absolute;
  height: 100%;
  border-radius: 0.05rem;
  background-color: #fff;
  transition: width 10s;
  left: 0;
  top: 0;
}
.container-fluid .bannerBox .banner-swiper-pagination span.swiper-pagination-bullet-active {
  width: 0.5rem;
}
.container-fluid .bannerBox .banner-swiper-pagination span.swiper-pagination-bullet-active::after {
  width: 100%;
  background-color: #e0382b;
}
.container-fluid .bannerBox .banner-con {
  position: absolute;
  top: 3.75rem;
  left: 2.4rem;
  color: #fff;
  text-align: left;
}
.container-fluid .bannerBox .banner-con .banner-tit {
  font-size: 0.65rem;
  line-height: 0.7rem;
  margin-bottom: 0.15rem;
  font-family: "ddt";
}
.container-fluid .bannerBox .banner-con .banner-text {
  font-size: 0.28rem;
  font-family: "Nexa Bold";
}
.container-fluid .brand {
  height: 9.6rem;
  text-align: center;
  overflow: hidden;
  padding-top: 1.2rem;
}
.container-fluid .brand .slogan {
  width: fit-content;
  font-family: "ddt ext";
  font-size: 0.855rem;
  color: #e0382b;
  letter-spacing: -3px;
  display: flex;
  flex-wrap: nowrap;
  column-gap: 0.5rem;
  animation: scroll-left 40s linear infinite;
  margin-bottom: 1.55rem;
  padding-left: 0.5rem;
}
.container-fluid .brand .slogan-item {
  white-space: nowrap;
}
.container-fluid .brand .brand-logo-box {
  width: 14.64rem;
  height: 1.66rem;
  margin: 0 auto 1.05rem;
}
.container-fluid .brand .brand-logo-box img {
  width: 100%;
}
.container-fluid .brand .introduction {
  font-size: 0.26rem;
  color: #e0382b;
  font-family: "Nexa";
}
.container-fluid .highlight {
  height: 7.86rem;
  display: flex;
  padding: 0 1.25rem;
  align-items: center;
}
.container-fluid .highlight .highlight-left {
  width: 10.18rem;
  height: 100%;
  flex: 0 0 auto;
  position: relative;
  border-radius: 0.35rem;
  overflow: hidden;
  margin-right: 1.15rem;
}
.container-fluid .highlight .highlight-left .img-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.container-fluid .highlight .highlight-left .img-box img {
  width: 100%;
  height: 100%;
}
.container-fluid .highlight .highlight-right {
  display: flex;
  height: 6.56rem;
}
.container-fluid .highlight .highlight-progress {
  height: 100%;
  width: 0;
  border-left: 1px dashed #e0382b;
  position: relative;
  margin-right: 0.65rem;
}
.container-fluid .highlight .highlight-progress-bar {
  position: absolute;
  width: 0.13rem;
  height: 0.93rem;
  border-radius: 0.065rem;
  background-color: #e0382b;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.container-fluid .highlight .highlight-title-box {
  display: flex;
  row-gap: 1.3rem;
  flex-direction: column;
  justify-content: center;
}
.container-fluid .highlight .highlight-title-item {
  display: flex;
  align-items: center;
  font-family: "rocgrotesk-medium";
  font-size: 0.49rem;
  color: #000;
  line-height: 1;
  opacity: 0.3;
}
.container-fluid .highlight .highlight-title-item .icon-box {
  width: 0.85rem;
}
.container-fluid .highlight .highlight-title-item:nth-child(1) {
  opacity: 1;
}
.container-fluid .highlight .highlight-title-item:nth-child(1) .icon {
  width: 0.52rem;
  height: 0.5rem;
}
.container-fluid .highlight .highlight-title-item:nth-child(2) .icon {
  width: 0.43rem;
  height: 0.43rem;
}
.container-fluid .highlight .highlight-title-item:nth-child(3) .icon {
  width: 0.47rem;
  height: 0.47rem;
}
.container-fluid .highlight .highlight-title-item:nth-child(4) .icon {
  width: 0.49rem;
  height: 0.49rem;
}
.container-fluid .enjoy {
  background-color: #f7f6f5;
  font-size: 0.5rem;
  font-family: "rocgrotesk-medium", 'Nexa Bold';
  line-height: 0.64rem;
  color: #000;
  position: relative;
  height: 6.2rem;
}
.container-fluid .enjoy .txt {
  padding: 1rem 0 0 1.25rem;
  position: absolute;
  width: 100%;
  height: 100%;
}
.container-fluid .enjoy .txt span {
  color: #e0382b;
}
.container-fluid .enjoy .txt.txt1 {
  opacity: 0.3;
}
.container-fluid .enjoy .txt.txt2 .letter {
  display: inline-block;
  opacity: 0;
}
@media only screen and (min-width: 751px) and (max-width: 1360px) {
  .fu.fu1 {
    right: calc(0.325rem + 0.4rem);
  }
}
@media only screen and (min-width: 751px) and (max-width: 1360px) {
  .fu.fu2 {
    right: calc(0.23rem + 0.4rem);
  }
}
@media only screen and (min-width: 751px) and (max-width: 1360px) {
  .go-top {
    right: calc(0.3rem + 0.4rem);
  }
}
@media (max-width: 750px) {
  .container-fluid .containerBox .bannerBox {
    position: relative;
    height: 13.36rem;
  }
  .container-fluid .containerBox .bannerBox .banner {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .container-fluid .containerBox .bannerBox .banner .swiper-pagination {
    top: initial;
    bottom: 0;
    background: #aedeee;
  }
  .container-fluid .containerBox .bannerBox .banner .swiper-pagination .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #e0382b;
  }
  .container-fluid .containerBox .bannerBox .banner .swiper-slide {
    font-size: 0.18rem;
  }
  .container-fluid .containerBox .bannerBox .banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container-fluid .containerBox .bannerBox .banner-con {
    top: 1.8rem;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .container-fluid .brand {
    height: 5.7rem;
    padding-top: 0.6rem;
  }
  .container-fluid .brand .slogan {
    font-size: 0.72rem;
    margin-bottom: 0.65rem;
  }
  .container-fluid .brand .brand-logo-box {
    width: 6.8rem;
    height: 0.8rem;
    margin: 0 auto 0.75rem;
  }
  .container-fluid .highlight {
    height: 7.6rem;
    padding: 0 0.36rem;
    flex-direction: column;
  }
  .container-fluid .highlight .highlight-left {
    width: 100%;
    margin-right: 0;
    height: 4.95rem;
  }
  .container-fluid .highlight .highlight-left .img-box img {
    object-fit: cover;
  }
  .container-fluid .highlight .highlight-right {
    flex-direction: column-reverse;
    row-gap: 0.4rem;
    align-items: center;
    height: fit-content;
    margin-top: 0.55rem;
  }
  .container-fluid .highlight .highlight-right .highlight-title-box {
    flex-direction: row;
    column-gap: 0.6rem;
  }
  .container-fluid .highlight .highlight-right .highlight-title-item {
    flex-direction: column;
    font-size: 0.26rem;
    row-gap: 0.12rem;
  }
  .container-fluid .highlight .highlight-right .highlight-title-item .icon-box {
    width: fit-content;
    height: 0.3rem;
  }
  .container-fluid .highlight .highlight-right .highlight-title-item .icon-box img {
    width: auto;
    height: 100%;
  }
  .container-fluid .highlight .highlight-right .highlight-progress-bar {
    width: 1.14rem;
    height: 0.07rem;
    border-radius: 0.0268rem;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .container-fluid .highlight .highlight-right .highlight-progress {
    width: 5.86rem;
    height: 0;
    margin-right: 0;
    border-left: none;
    border-bottom: 1px dashed #e0382b;
  }
  .container-fluid .enjoy {
    height: 5.5rem;
    font-size: 0.4rem;
    line-height: 0.5rem;
  }
  .container-fluid .enjoy .txt {
    padding: 0 0.35rem;
  }
}
