* {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
}
.container {
  position: relative;
  width: 7.5rem;
  height: auto;
  margin: 0 auto;
  padding-bottom: 2rem;
  --bg-img: url('/img/ban 1.jpg');
}
.container::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bg-img) no-repeat fixed;
  background-size: cover;
  filter: blur(3px);
  z-index: -1;
}
.container .glass {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.05));
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.container .content {
  width: 7.5rem;
  margin: 0 auto;
  overflow-x: hidden;
  z-index: 99;
  height: auto;
}
.container .content .top_pic {
  position: relative;
  width: 7.5rem;
}
.container .content .top_pic .top_bg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  width: 7.5rem;
  height: 1.2rem;
}
.container .content .top_pic .top_bg .logo {
  width: auto;
  height: 0.7rem;
  padding-left: 0.2rem;
}
.container .content .top_pic .top_bg > span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0.2rem;
  gap: 0.2rem;
}
.container .content .top_pic .top_bg > span img {
  width: 0.7rem;
}
.container .content .top_pic .top_bg .top_btn {
  position: absolute;
  top: 0.33rem;
  right: 0.25rem;
  width: auto;
  height: 0.68rem;
  z-index: 9;
  animation-name: scale;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.container .content .top_pic .swiper-container {
  width: 7.5rem;
  height: 7.3rem;
  /*.swiper-button-next {
          background: url("img/btn_right.png") no-repeat;
          background-size: contain;
          right: 12%;
          width: 85/@px;
        }

        .swiper-button-prev {
          background: url("img/btn_left.png") no-repeat;
          background-size: contain;
          left: 12%;
          width: 85/@px;
        }*/
}
.container .content .top_pic .swiper-container .swiper-slide {
  width: 7.5rem;
  height: 7.3rem;
  overflow: hidden;
  margin: 0 auto;
}
.container .content .top_pic .swiper-container .swiper-slide img {
  width: 3.5rem;
  height: 2.3rem;
  margin: 0 auto;
  overflow: hidden;
  object-fit: contain;
}
.container .content .top_pic .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  transform: scale(1.8);
}
.container .content .top_pic .swiper-container .swiper-slide-active,
.container .content .top_pic .swiper-container .swiper-slide-duplicate-active {
  transform: scale(2.7);
  z-index: 99;
  opacity: 1;
}
.container .content .top_pic img {
  width: 100%;
}
.container .content .title {
  position: relative;
  width: 6.8rem;
  margin: 0.2rem auto;
  font-size: 0.26rem;
  border-left: 0.06rem solid #fba30b;
  padding-left: 0.15rem;
  margin-bottom: 0.2rem;
}
.container .content .h5-popular-list01 {
  margin-bottom: 0.15rem;
}
.container .content .h5-popular-list01 img {
  width: 90%;
  display: block;
}
.container .content .h5-popular-list02 img {
  width: 90%;
  display: block;
}
.container .content .des3 {
  text-align: center;
  margin-top: -0.25rem;
}
.container .content .des3 img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.container .content .btn-img {
  display: block;
  width: 3.8rem;
  height: 0.9rem;
  margin: 0.5rem auto;
  margin-top: 2.6rem;
}
.container .content .btn-img img {
  width: 100%;
}
.container .content .kf {
  position: fixed;
  display: block;
  top: 30%;
  right: 0.4rem;
  width: 1.06rem;
  height: 1.6rem;
  z-index: 99;
}
.container .content .kf img {
  width: 100%;
}
.container .content .des {
  display: block;
  width: 5rem;
  height: 0.3rem;
  margin: 0.3rem auto;
}
.container .content .des img {
  width: 100%;
  display: block;
}
.container .content .btn_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 7.5rem;
  height: 1.35rem;
  margin: auto;
  z-index: 99;
  padding-top: 0.3rem;
}
.container .content .btn_bottom .img_lump {
  width: 5.3rem;
  margin: 0 auto;
}
.container .content .btn_bottom .img_lump img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
}
@keyframes scale {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
  to {
    transform: scale(1);
  }
}
