.jiankangz {
  height: 100vh;
  background: url(../images/bg.png) center no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}
.jiankangz .title {
  width: 12rem;
  margin: .61rem auto 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.jiankangz .title img {
  width: 0.6rem;
  height: 0.6rem;
}
.jiankangz .title h5 {
  padding-left: 0.15rem;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.25rem;
}
.jiankangz .title span {
  padding-left: 0.15rem;
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.25rem;
}
.jiankangz .wapper {
  height: 87vh;
  position: relative;
}
.jiankangz .container {
  width: 12rem;
  margin: auto;
  height: 80vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.jiankangz .container .text {
  margin-right: 1.52rem;
}
.jiankangz .container .text img {
  width: 4.92rem;
  margin-bottom: 0.52rem;
}
.jiankangz .container .text p {
  width: 369px;
  font-size: 0.24rem;
  font-family: PingFangSC;
  color: #ffffff;
  line-height: 33px;
}
.jiankangz .wapper .swipers {
  position: absolute;
  width: 4.4rem;
  box-shadow: -0.26rem 0.32rem 0.74rem #005381;
  margin-top: 3%;
  bottom: 0;
  right: 22%;
}
.jiankangz .wapper .swiper-container {
  margin: 0;
  margin-left: -0.08rem;
  width: 4.52rem;
  height: 7.34rem;
  margin-top: -10%;
}
.jiankangz .wapper .swiper-container .swiper-slide {
  width: 4.52rem !important;
  box-sizing: border-box;
}
.jiankangz .wapper .swiper-container .swiper-slide img {
  width: 4.52rem;
}
.jiankangz .wapper .swiper-container .swiper-pagination {
  width: 4.25rem;
  height: 0.66rem;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0%;
  top: 6.2rem;
  left: 3.4%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jiankangz .wapper .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #8E8E8E;
}
.jiankangz .wapper .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FFF55A;
}
.jiankangz .mark {
  position: absolute;
  width: 8rem;
  height: 7.3rem;
  background: url(../images/gold-bg.png);
  background-size: 100% 100%;
  right: 17%;
  z-index: 30;
  bottom: 2%;
}
.jiankangz .footer {
  width: 100vw;
  height: 13vh;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  text-align: right;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.jiankangz .footer .cen {
  width: 12rem;
  margin: auto;
}
.jiankangz .footer p {
  padding-right: 0.56rem;
  font-size: 0.12rem;
  font-family: SourceHanSansCN-Normal, SourceHanSansCN;
  font-weight: 400;
  color: #000000;
  line-height: 0.18rem;
}
/* @media screen and (max-width: 1366px) {
  .jiankangz {
    background: url(../images/bg-1.png) center no-repeat;
    background-size: 100% 100%;
  }
} */
