/*添加视频特殊处理*/
/*PC端*/
/*M端*/
#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);
  }
}
.header .warning {
  position: fixed;
  top: 0;
  width: 100%;
  border: none;
}
.spread {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  top: 0;
  left: 0;
  pointer-events: all;
}
.spread img {
  width: 7.85rem;
  height: 5.26rem;
}
.container-fluid {
  position: relative;
  background: #f7f7f7;
}
.container-fluid .containerBox {
  position: relative;
  z-index: 1000;
}
.container-fluid .bannerBox {
  position: sticky;
  height: 9rem;
  top: 0;
  overflow: hidden;
}
.container-fluid .bannerBox .banner-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #000000;
  pointer-events: none;
  top: 0;
  left: 0;
  opacity: 0;
}
.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-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) 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: #ff8714;
}
.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: #ff8714;
}
.container-fluid .brand {
  height: 100vh;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.container-fluid .brand .brand-box {
  width: 12rem;
  height: 6.1rem;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0.25rem;
  justify-content: space-between;
}
.container-fluid .brand .brand-logo {
  width: 5.16rem;
  height: 1.83rem;
}
.container-fluid .brand .brand-con {
  text-align: center;
  color: #000;
  height: 2.3rem;
  width: 100%;
  position: relative;
}
.container-fluid .brand .brand-con h1,
.container-fluid .brand .brand-con h2,
.container-fluid .brand .brand-con h4 {
  font-family: "Nexa Bold Italic";
  font-size: 0.24rem;
  margin-bottom: 0.3rem;
  line-height: 0.4rem;
}
.container-fluid .brand .brand-con p {
  font-family: "Nexa Italic";
  font-size: 0.18rem;
  line-height: 0.3rem;
}
.container-fluid .brand .con-item {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.container-fluid .brand .con-item:nth-child(1) {
  opacity: 1;
}
.container-fluid .brand .more-btn {
  width: 2.12rem;
  height: 0.5rem;
  border-radius: 0.12rem;
  color: #fff;
  font-size: 0.25rem;
  line-height: 0.5rem;
  text-align: center;
  font-family: "Nexa Bold";
  background-color: #ff8714;
  cursor: pointer;
}
.container-fluid .hotProduct {
  height: 100vh;
  background-color: #f7f7f7;
  position: relative;
  display: flex;
  overflow: hidden;
}
.container-fluid .hotProduct .counter {
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 0.19rem;
  background-color: #ff8714;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  padding: 0.2rem;
  color: #fff;
  font-family: "Nexa Light Italic";
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.container-fluid .hotProduct .counter h3 {
  font-size: 0.6652rem;
  line-height: 0.83rem;
}
.container-fluid .hotProduct .counter .counter_total {
  font-size: 0.24rem;
  line-height: 0.3rem;
  text-align: right;
}
.container-fluid .hotProduct .left {
  width: 50%;
  position: relative;
}
.container-fluid .hotProduct .left .con-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 1.1rem 0;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.container-fluid .hotProduct .left .con-item:nth-child(1) {
  opacity: 1;
  padding-left: 2.4rem;
  text-align: left;
  align-items: flex-start;
}
.container-fluid .hotProduct .con-bottom {
  font-family: "Nexa Italic";
  font-size: 0.18rem;
  line-height: 0.48rem;
  color: #282828;
}
.container-fluid .hotProduct .feature {
  display: flex;
  column-gap: 0.45rem;
  border-bottom: 0.01rem solid #b2b2b2;
  margin-bottom: 0.25rem;
  justify-content: space-between;
}
.container-fluid .hotProduct .hot-logo {
  height: 0.52rem;
}
.container-fluid .hotProduct .hot-logo.hot-logo-2 {
  height: 0.5rem;
}
.container-fluid .hotProduct .hot-logo.hot-logo-3 {
  height: 0.51rem;
}
.container-fluid .hotProduct .hot-logo.hot-logo-4 {
  height: 0.9rem;
}
.container-fluid .hotProduct .feature-item {
  font-family: "Nexa Light Italic";
  font-size: 0.18rem;
  line-height: 0.7rem;
  color: 000000;
}
.container-fluid .hotProduct .right {
  width: 50%;
  position: relative;
}
.container-fluid .hotProduct .pro-img-item {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  height: 0;
}
.container-fluid .hotProduct .pro-img-item:nth-child(1) {
  height: 100%;
}
.container-fluid .hotProduct .pro-img-item img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100vh;
  object-fit: cover;
}
.container-fluid .guide {
  height: 100vh;
  background-image: linear-gradient(to bottom, #ff8714, #ffffff);
  position: relative;
  padding-left: 2.4rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.container-fluid .guide .con-box {
  width: 100%;
  position: relative;
  z-index: 2;
  color: #fff;
  overflow: hidden;
}
.container-fluid .guide .con-box h3 {
  font-size: 0.52rem;
  font-family: "Nexa Italic";
  margin-bottom: 0.45rem;
}
.container-fluid .guide .con-box h3 span {
  font-family: "Nexa Heavy Italic";
}
.container-fluid .guide .con-box p {
  font-family: "Nexa Bold";
  font-size: 0.26rem;
  line-height: 0.3614rem;
  overflow: hidden;
  /* 隐藏超出内容 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  display: -webkit-box;
  /* Webkit 浏览器多行文本溢出 */
  -webkit-line-clamp: 2;
  /* 限制为两行 */
  -webkit-box-orient: vertical;
  /* 垂直方向 */
}
.container-fluid .guide .activity-btn {
  position: absolute;
  top: 0.2rem;
  right: 2.4rem;
  display: flex;
  column-gap: 0.3rem;
}
.container-fluid .guide .guide-swiper-prev,
.container-fluid .guide .guide-swiper-next {
  height: 0.5rem;
  width: 0.75rem;
  border-radius: 0.06rem;
  background-color: #ff8714;
  font-size: 0.3rem;
  line-height: 0.5rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.container-fluid .guide .guide-swiper-prev {
  rotate: 180deg;
}
.container-fluid .guide .list-item {
  flex: 0 0 auto;
  width: 6.4rem;
  height: 4.65rem;
  border-radius: 0.2rem;
  box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.container-fluid .guide .list-item .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.6) 100%);
  transition: all 0.1s;
}
.container-fluid .guide .list-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container-fluid .guide .list-item .list-item-con {
  position: absolute;
  left: 0;
  bottom: 0.22rem;
  width: 100%;
  padding: 0 0.3rem 0 0.5rem;
  display: flex;
  justify-content: space-between;
  column-gap: 0.45rem;
  align-items: flex-end;
}
.container-fluid .guide .list-item .more-btn {
  width: 1.1rem;
  height: 0.31rem;
  border-radius: 0.08rem;
  background-color: #ff8714;
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.31rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
  color: #fff;
}
.container-fluid .guide .list-item .more-btn i {
  font-size: 0.18rem;
}
.container-fluid .guide .list-item:hover .more-btn {
  opacity: 1;
}
.container-fluid .guide .list-item:hover .mask {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.6) 100%);
}
.container-fluid .guide .line {
  font-size: 1rem;
  font-family: "Nexa Italic";
  color: rgba(255, 135, 20, 0.3);
  display: flex;
  width: 400%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.container-fluid .guide .line div {
  flex: 1;
  text-align: center;
}
.container-fluid .guide .line b {
  font-family: "Nexa Heavy Italic";
}
.container-fluid .why {
  height: 100vh;
  background-image: linear-gradient(to bottom, #ff8714, #88d0cf);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-fluid .why.why-0 {
  background-image: linear-gradient(to bottom, #82d5fc, #f5b952);
}
.container-fluid .why.why-1 {
  background-image: linear-gradient(to bottom, #8cca60, #ff9c05);
}
.container-fluid .why.why-2 {
  background-image: linear-gradient(to bottom, #2727d5, #88d0cf);
}
.container-fluid .why.why-3 {
  background-image: linear-gradient(to bottom, #0b3c79, #f0b985);
}
.container-fluid .why.why-4 {
  background-image: linear-gradient(to bottom, #1558ab, #020043);
}
.container-fluid .why.why-5 {
  background-image: linear-gradient(to bottom, #2727d5, #88d0cf);
}
.container-fluid .why .wave {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition-property: opacity;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  animation-name: waveUpDown;
  animation-timing-function: ease;
  animation-duration: 6.6s;
  animation-iteration-count: infinite;
}
.container-fluid .why .wave::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../image/wave.png);
  background-position: 0 0;
  background-size: 100%;
  background-repeat: repeat-x;
  filter: blur(3.125vw);
  transform: scale(1.2) translateY(-3.125vw);
  animation-name: wave;
  animation-timing-function: cubic-bezier(0, 0, 0.9, 0.98);
  animation-duration: 4.4s;
  animation-iteration-count: infinite;
}
.container-fluid .why .line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 600%;
  display: flex;
  font-family: "Nexa Italic";
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}
.container-fluid .why .line div {
  flex: 1;
}
.container-fluid .why .line b {
  font-family: "Nexa Heavy Italic";
}
.container-fluid .why h3 {
  font-family: "Nexa Italic";
  font-size: 0.52rem;
  color: #fff;
  margin-bottom: 0.3rem;
  text-align: center;
}
.container-fluid .why h3 b {
  font-family: "Nexa Heavy Italic";
}
.container-fluid .why .con {
  position: relative;
  z-index: 2;
}
.container-fluid .why .con-box {
  width: 11.25rem;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.container-fluid .why .con-box .left {
  width: 2.95rem;
  height: 100%;
  flex: 0 0 auto;
  font-family: "Nexa Bold";
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #ffffff;
  position: relative;
  text-align: right;
}
.container-fluid .why .con-box .left p {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
  opacity: 0;
  padding-right: 0.55rem;
}
.container-fluid .why .con-box .left p span {
  display: block;
  font-size: 0.16rem;
  line-height: 0.36rem;
}
.container-fluid .why .con-box .left p.active {
  opacity: 1;
}
.container-fluid .why .con-box .img-box {
  flex: 0 0 auto;
  width: 5.05rem;
  height: 6.37rem;
  border-radius: 0.3rem;
  overflow: hidden;
  margin: 0 auto 0 0.2rem;
  position: relative;
}
.container-fluid .why .con-box .img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.container-fluid .why .con-box .img-box img.active {
  opacity: 1;
}
.container-fluid .why .con-box .right {
  flex: 0 0 auto;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  border: 0.01rem solid #fff;
  text-align: center;
}
.container-fluid .why .con-box .right i {
  font-size: 0.9rem;
  color: #fff;
  line-height: 2.6rem;
}
.container-fluid .activity {
  height: 7.6rem;
  background-color: #fff;
  padding-top: 2.7rem;
  position: relative;
  overflow: hidden;
}
.container-fluid .activity .activity-btn {
  position: absolute;
  top: 1.9rem;
  right: 2.4rem;
  display: flex;
  column-gap: 0.3rem;
}
.container-fluid .activity .activity-swiper-prev,
.container-fluid .activity .activity-swiper-next {
  height: 0.5rem;
  width: 0.75rem;
  border-radius: 0.06rem;
  background-color: #ff8714;
  font-size: 0.3rem;
  line-height: 0.5rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.container-fluid .activity .activity-swiper-prev {
  rotate: 180deg;
}
.container-fluid .activity .activity-swiper {
  height: 3.18rem;
}
.container-fluid .activity .activity-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.container-fluid .activity .activity-swiper .swiper-slide {
  height: 100%;
  width: 5.62rem;
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}
.container-fluid .activity .activity-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.container-fluid .activity .activity-swiper .swiper-slide .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  transition: all 0.1s;
}
.container-fluid .activity .activity-swiper .swiper-slide .more-btn {
  position: absolute;
  right: 0.3rem;
  bottom: 0.22rem;
  width: 1.1rem;
  height: 0.31rem;
  border-radius: 0.08rem;
  background-color: #ff8714;
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.31rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
  color: #fff;
}
.container-fluid .activity .activity-swiper .swiper-slide .more-btn i {
  font-size: 0.18rem;
}
.container-fluid .activity .activity-swiper .swiper-slide:hover .more-btn {
  opacity: 1;
}
.container-fluid .activity .activity-swiper .swiper-slide:hover .mask {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.8) 100%);
}
.container-fluid .faq {
  padding: 0.35rem 0 1rem;
  position: relative;
  background-color: #fff;
}
.container-fluid .faq h2 {
  font-size: 0.52rem;
  font-family: "Nexa Italic";
  color: #ff8714;
  text-align: center;
  margin-bottom: 0.8rem;
}
.container-fluid .faq h2 b {
  font-family: "Nexa Heavy Italic";
}
.container-fluid .faq .faq-box {
  width: 14.4rem;
  margin: 0 auto;
  padding-top: 1.05rem;
  padding-bottom: 1.4rem;
  border-radius: 0.4rem;
  background-color: #fff0d9;
}
.container-fluid .faq .faq-list {
  padding: 0 1.2rem;
}
.container-fluid .faq .faq-list .faq-item {
  overflow: hidden;
  font-size: 0.18rem;
  margin-bottom: 0.34rem;
}
.container-fluid .faq .faq-list .faq-item .faq-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 0.33rem;
  cursor: pointer;
}
.container-fluid .faq .faq-list .faq-item .faq-title .faq-text {
  flex-grow: 1;
}
.container-fluid .faq .faq-list .faq-item .faq-title .faq-icon {
  width: 0.2rem;
  height: 0.2rem;
  line-height: 0.2rem;
  text-align: center;
  display: inline-block;
  transition: rotate 0.3s ease;
  rotate: 270deg;
  color: #7a7a7a;
  font-size: 0.16rem;
}
.container-fluid .faq .faq-list .faq-item .faq-con {
  display: none;
  padding: 0.15rem 0;
  line-height: 0.3rem;
  color: #8d8d8d;
}
.container-fluid .faq .faq-list .faq-item.active .faq-icon {
  rotate: 90deg;
}
@media (max-width: 750px) {
  #top-video {
    height: calc(100vh - 1.5rem);
    position: fixed;
    top: 1.5rem;
  }
  .spread img {
    width: 90%;
    height: auto;
  }
  .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: #ff8714;
  }
  .container-fluid .containerBox .bannerBox .banner .swiper-slide {
    font-size: 18px;
  }
  .container-fluid .containerBox .bannerBox .banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container-fluid .containerBox .bannerBox .bannerThumb {
    display: none;
  }
  .container-fluid .brand .brand-box {
    width: 90%;
  }
  .container-fluid .hotProduct {
    flex-direction: column;
  }
  .container-fluid .hotProduct .left,
  .container-fluid .hotProduct .right {
    width: 100%;
    height: 50%;
  }
  .container-fluid .hotProduct .left .con-item:nth-child(1) {
    padding-left: 0;
    text-align: center;
    align-items: center;
  }
  .container-fluid .guide {
    padding-left: 0.4rem;
  }
  .container-fluid .guide .con-box h3 span {
    display: block;
  }
  .container-fluid .guide .activity-btn {
    right: 0.4rem;
    top: 0.95rem;
  }
  .container-fluid .guide .line {
    font-size: 0.38rem;
    line-height: 2;
  }
  .container-fluid .why h3 {
    margin-bottom: 0.8rem;
    padding: 0 0.4rem;
  }
  .container-fluid .why .con-box {
    width: 100%;
    flex-direction: column;
    row-gap: 0.4rem;
    align-items: center;
  }
  .container-fluid .why .con-box .img-box {
    margin: 0;
  }
  .container-fluid .why .con-box .left {
    width: 100%;
  }
  .container-fluid .why .con-box .left p {
    height: 1.6rem;
    padding: 0 0.4rem;
    text-align: center;
  }
  .container-fluid .why .con-box .right {
    width: 1.2rem;
    height: 1.2rem;
  }
  .container-fluid .why .con-box .right i {
    line-height: 1.2rem;
  }
  .container-fluid .why .line {
    width: 400%;
    font-size: 0.85rem;
    line-height: 2;
  }
  .container-fluid .activity .activity-btn {
    right: 0.4rem;
  }
  .container-fluid .faq .faq-box {
    width: 95%;
  }
  .container-fluid .faq .faq-list {
    padding: 0 0.6rem;
  }
}
