.jkhh {
  max-width: 14.43rem;
  height: 4.2rem;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1.3rem;
}
.jkhh-left {
  color: #3B3939;
  max-width: 4.52rem;
}
.jkhh-title {
  font-size: 0.48rem;
  font-weight: bold;
  margin-bottom: 0.41rem;
}
.jkhh-info {
  font-size: 0.22rem;
  line-height: 0.44rem;
  text-align: justify;
}
.jkhh-right {
  flex: 1;
  height: 100%;
  display: flex;
  column-gap: 0.37rem;
  justify-content: flex-end;
}
.jkhh-right .icon-bg {
  background: linear-gradient(180deg, transparent, rgba(43, 43, 43, 0.98));
  height: 1.08rem;
}
.jkhh-item {
  position: relative;
  cursor: pointer;
  height: 100%;
  width: 1.08rem;
  overflow: hidden;
  border-radius: 0.16rem;
  background-color: rgba(43, 43, 43, 0.1);
  transition: width 0.4s ease-in-out;
  display: flex;
  align-items: flex-end;
}
.jkhh-item .swiper-container-jkhh {
  position: absolute;
  top: 0;
  left: 0;
  width: 4.6rem;
  height: 100%;
}
.jkhh-item .swiper-container-jkhh .swiper-slide {
  width: 100% !important;
}
.jkhh-item .swiper-container-jkhh .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, transparent, rgba(43, 43, 43, 0.98));
}
.jkhh-item .swiper-container-jkhh img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jkhh-item .swiper-container-jkhh .swiper-pagination {
  text-align: left;
  bottom: 0.25rem;
  padding-left: 0.3rem;
  display: none;
}
.jkhh-item .swiper-container-jkhh .swiper-pagination-bullet {
  width: 0.08rem !important;
  height: 0.08rem !important;
  opacity: 1 !important;
  margin: 0 0.1rem !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.jkhh-item .swiper-container-jkhh .swiper-pagination-bullet-active {
  background-color: #D7000F !important;
}
.jkhh-item video,
.jkhh-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.jkhh-item-icon {
  flex: 1;
  font-size: 0.34rem;
  color: #fff;
  height: 3.35rem;
  padding-bottom: 0.26rem;
  background: linear-gradient(180deg, transparent, rgba(43, 43, 43, 0.8));
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.jkhh-item.none video::-webkit-media-controls-enclosure {
  display: none;
}
.jkhh-item.active {
  width: 4.6rem;
}
.jkhh-item.active .swiper-pagination {
  display: block !important;
}
.jkhh-item.active > video {
  object-fit: contain;
  background-color: #000;
}
.jkhh-item.active .jkhh-item-icon {
  display: none;
}
#fnfzczwy {
  max-width: 14.31rem;
  padding: 0.4rem 0;
}
#fnfzczwy .swiper-slide {
  opacity: 0;
  transition: 300ms;
  transform: scale(0.766);
  display: flex;
  justify-content: center;
}
#fnfzczwy .swiper-slide .imgCon {
  font-size: 0;
  position: relative;
}
#fnfzczwy .swiper-slide .imgCon > img,
#fnfzczwy .swiper-slide .imgCon .flip {
  width: 10rem;
  height: 6rem;
  max-width: 100%;
  object-fit: cover;
  border-radius: 0.16rem;
  will-change: transform;
  backface-visibility: hidden;
}
#fnfzczwy .swiper-slide .imgCon .flip img {
  width: 10rem;
  height: 6rem;
  max-width: 100%;
}
#fnfzczwy .swiper-slide-active {
  opacity: 1;
  z-index: 1;
  filter: none;
  width: 10rem;
  transform: scale(1);
}
#fnfzczwy .swiper-slide-active .imgCon img {
  max-width: initial;
}
#fnfzczwy .swiper-slide-prev,
#fnfzczwy .swiper-slide-next {
  opacity: 1;
  overflow: hidden;
  border-radius: 0.16rem;
}
#fnfzczwy .swiper-slide-prev .imgCon::after,
#fnfzczwy .swiper-slide-next .imgCon::after {
  content: '';
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.2);
}
#fnfzczwy .flip {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(180deg);
}
#fnfzczwy .rotate .main {
  transition: transform 1s ease-in-out;
  transform: rotateY(180deg);
}
#fnfzczwy .rotate .flip {
  transition: transform 1s ease-in-out;
  transform: rotateY(360deg);
}
.wyshCon {
  position: relative;
  color: #fff;
}
.wyshCon .pc-show {
  width: 100%;
}
.wyshCon .wyshInfo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.wyshCon .wyshInfo .wyshTit {
  text-align: center;
  font-size: 0.6rem;
  padding-bottom: 0.7rem;
}
.wyshCon .wyshInfo .wyshMsg {
  margin: 0 auto;
  max-width: 10.76rem;
  font-size: 0.24rem;
  line-height: 0.44rem;
  letter-spacing: -0.0048rem;
}
.fztree {
  max-width: 14.17rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.fztree-left {
  max-width: 6.34rem;
  margin-right: 1.16rem;
}
.fztree-item {
  margin-bottom: 0.54rem;
}
.fztree-item:last-of-type {
  margin-bottom: 0;
}
.fztree-title {
  font-size: 0.36rem;
  line-height: 0.44rem;
  margin-bottom: 0.24rem;
  font-weight: bold;
}
.fztree-info {
  font-size: 0.24rem;
  line-height: 0.4rem;
  text-align: justify;
}
.enjoy {
  margin: 0 auto 1.6rem;
  height: 7rem;
  border-radius: 0.16rem;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.enjoy-title {
  flex: 1;
  font-size: 0.34rem;
  padding: 0.36rem 0 0 0.36rem;
  cursor: pointer;
}
.enjoy-desc {
  padding: 0 0.32rem 0 0.36rem;
  font-size: 0.22rem;
  line-height: 0.44rem;
  opacity: 0;
  text-align: justify;
  color: #fff;
}
.enjoy-item {
  padding: 0 0.2rem 0.36rem;
  width: 5.47rem;
  height: 1.21rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: height 0.4s ease-in-out;
}
.enjoy-item::before {
  content: '';
  display: block;
  height: 0.02rem;
  position: absolute;
  width: 5.11rem;
  background: #dee1e2;
}
.enjoy-item:first-child::before {
  display: none;
}
.enjoy-item .right {
  position: absolute;
  right: 0;
  top: 0;
  width: 8.96rem;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 0;
}
.enjoy-item .right > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.enjoy-item .right .video-box {
  width: 100%;
  height: 100%;
}
.enjoy-item .right .video-box video {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.enjoy-item .right .video-box .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
  font-family: 'gwzp';
  z-index: 1;
  text-align: center;
  line-height: 1rem;
  font-size: 0.6rem;
  color: #000;
}
.enjoy-item .right .swiper-container-enjoy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.enjoy-item .right .swiper-container-enjoy .swiper-slide {
  width: 100% !important;
}
.enjoy-item .right .swiper-container-enjoy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.enjoy-item.active {
  height: 3.41rem;
  background-color: #D7000F;
  color: #fff;
}
.enjoy-item.active .right {
  opacity: 1;
  z-index: 1;
}
.enjoy-item.active .enjoy-desc {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  transition-delay: 0.4s;
}
.enjoy-item.active + div::before,
.enjoy-item.active::before {
  display: none;
}
@media screen and (max-width: 750px) {
  .swiper-container-mp {
    width: 100%;
    padding: 0 0.3rem 0.9rem;
  }
  .swiper-container-mp .swiper-slide {
    width: 6.4rem;
    height: max-content;
    box-shadow: 0px 20px 45px 2px rgba(222, 233, 248, 0.8);
  }
  .swiper-container-mp .swiper-slide .top {
    width: 100%;
    height: 4.26rem;
  }
  .swiper-container-mp .swiper-slide .top p,
  .swiper-container-mp .swiper-slide .top video {
    width: 100%;
    height: 100%;
  }
  .swiper-container-mp .swiper-slide .top video {
    background-color: #000;
  }
  .swiper-container-mp .swiper-slide .top .cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-container-mp .swiper-slide .top .swiper-container-mp-sub {
    width: 100%;
    height: 100%;
  }
  .swiper-container-mp .swiper-slide .top .swiper-container-mp-sub .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .swiper-container-mp .swiper-slide .top .swiper-container-mp-sub .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-container-mp .swiper-slide .top .swiper-container-mp-sub .swiper-pagination {
    text-align: left;
    padding-left: 0.2rem;
  }
  .swiper-container-mp .swiper-slide .top .swiper-container-mp-sub .swiper-pagination .swiper-pagination-bullet {
    width: 0.1rem !important;
    height: 0.1rem !important;
  }
  .swiper-container-mp .swiper-slide .bottom {
    padding: 0.3rem 0.3rem 0.5rem;
  }
  .swiper-container-mp .swiper-slide .bottom .title {
    font-size: 0.4rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
  }
  .swiper-container-mp .swiper-slide .bottom .desc {
    font-size: 0.3rem;
    line-height: 0.4rem;
    text-align: justify;
  }
  .swiper-container-mp .swiper-pagination {
    bottom: 0.3rem;
  }
  .swiper-container-mp .swiper-pagination .swiper-pagination-bullet {
    width: 0.15rem !important;
    height: 0.15rem !important;
    opacity: 1 !important;
    margin: 0 0.1rem !important;
    background-color: #C8CDD4 !important;
  }
  .swiper-container-mp .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #E60000 !important;
  }
  .wyshCon img {
    width: 100%;
  }
  .wyshCon .wyshInfo .wyshTit {
    padding-bottom: 0.6rem;
    font-size: 0.5rem;
  }
  .wyshCon .wyshInfo .wyshMsg {
    max-width: 100%;
    padding: 0 0.3rem;
    font-size: 0.32rem;
    line-height: 0.6rem;
  }
  #fnfzczwy .swiper-slide .imgCon > img,
  #fnfzczwy .swiper-slide .imgCon .flip,
  #fnfzczwy .swiper-slide .imgCon .flip img {
    width: 6rem;
    height: 3.5rem;
  }
  div[class^='swiper-button']::after {
    font-size: 0.5rem;
  }
  .fztree {
    flex-direction: column-reverse;
  }
  .fztree img {
    width: 6.8rem;
    display: block;
    margin: 0 auto;
  }
  .fztree .fztree-left {
    margin-right: 0;
    margin-top: 0.3rem;
    padding: 0 0.3rem;
    max-width: initial;
  }
  .fztree .fztree-left .fztree-item {
    padding-top: 0.24rem;
    margin-bottom: 0.3rem;
    position: relative;
    height: 1.02rem;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
  }
  .fztree .fztree-left .fztree-item:last-of-type {
    border-bottom: none;
  }
  .fztree .fztree-left .fztree-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.24rem;
    display: block;
    z-index: 1;
    width: 0.1rem;
    height: 0.44rem;
    border-radius: 0.1rem;
    background-color: #e60600;
    transition: all 0.3s;
  }
  .fztree .fztree-left .fztree-item.active {
    height: auto;
    border-bottom: none;
  }
  .fztree .fztree-left .fztree-item.active .fztree-title {
    color: #fff;
  }
  .fztree .fztree-left .fztree-item.active .fztree-title .icon {
    display: none;
  }
  .fztree .fztree-left .fztree-item.active::before {
    top: 0;
    width: 7.1rem;
    height: 100%;
  }
  .fztree .fztree-left .fztree-item.active .fztree-info {
    opacity: 1;
  }
  .fztree .fztree-left .fztree-item .fztree-title {
    font-size: 0.36rem;
    line-height: 0.44rem;
    margin-bottom: 0;
    font-weight: bold;
    padding: 0 0 0 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    color: #2B2B2B;
    transition: all 0.3s;
  }
  .fztree .fztree-left .fztree-item .fztree-title .icon {
    font-size: 0.25rem;
    transform: rotate(-90deg);
    color: #666;
  }
  .fztree .fztree-left .fztree-item .fztree-info {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #fff;
    border-radius: 0.2rem;
    font-size: 0.3rem;
    opacity: 0;
    overflow: hidden;
    padding: 0.3rem;
    transition: all 0.3s;
  }
}
