.xsgj {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.xsgj-item {
  max-width: 3.11rem;
}
.xsgj-item img {
  height: 1.4rem;
}
.xsgj-title {
  font-size: 0.36rem;
  font-weight: bold;
  margin: 0.5rem 0 0.23rem;
}
.xsgj-info {
  padding: 0.26rem 0 0 0.3rem;
  border-top: 0.02rem solid #cecece;
  font-size: 0.22rem;
  line-height: 0.36rem;
  color: #3b3939;
  text-align: justify;
}
.xsgj-info li {
  list-style-type: disc;
}
.xsgj-info li::marker {
  color: #d94545;
  font-size: 0.2rem;
}
.zzxz {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.12rem;
  justify-content: space-around;
  align-items: flex-start;
}
.zzxz-item {
  padding: 0.3rem;
  background: #ffffff;
  border-radius: 0.12rem;
}
.zzxz-item img {
  height: 0.8rem;
}
.zzxz-info {
  padding-top: 0.24rem;
  font-size: 0.4rem;
  line-height: 0.56rem;
  font-weight: bold;
  color: #2b2b2b;
  white-space: pre;
}
.zxyx {
  height: 1.9rem;
  border-radius: 0.12rem;
  margin: 0.12rem auto 0;
  padding-left: 0.35rem;
  background: linear-gradient(90deg, #dc1f2d 0%, #f9616c 100%), #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.zxyx-con {
  position: absolute;
  font-size: 0.36rem;
  color: #fff;
  line-height: 0.6rem;
  z-index: 2;
}
.zxyx img {
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 1;
}
.lingyu {
  display: flex;
  margin: 0 auto 1.3rem;
  justify-content: space-around;
}
.lingyu-item {
  position: relative;
}
.lingyu-item img {
  width: 3.5rem;
  height: 4.4rem;
  border-radius: 0.12rem;
}
.lingyu-con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.lingyu-con-title {
  margin: 0.47rem 0.3rem 0.6rem;
  height: 0.86rem;
  display: flex;
  align-items: center;
  font-size: 0.4rem;
  white-space: pre;
}
.lingyu-con-info {
  font-size: 0.24rem;
  line-height: 0.36rem;
  padding: 0 0.3rem;
}
@media screen and (max-width: 750px) {
  .swiper-pagination {
    bottom: 0.3rem !important;
  }
  .swiper-pagination-bullet {
    width: 0.15rem !important;
    height: 0.15rem !important;
    opacity: 1;
    background: #C8CDD4 !important;
    margin: 0 0.1rem !important;
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E60000 !important;
  }
  .swiper-container-top {
    width: 100%;
    padding: 0 0.3rem 0.9rem;
  }
  .swiper-container-top .swiper-wrapper .swiper-slide {
    height: auto;
    box-shadow: 0px 20px 45px 2px rgba(222, 233, 248, 0.8);
    padding: 0.68rem 0 0.3rem;
  }
  .swiper-container-top .swiper-wrapper .swiper-slide img {
    height: 1.5rem;
    display: block;
    margin-bottom: 0.52rem;
    margin-left: 0.44rem;
  }
  .swiper-container-top .swiper-wrapper .swiper-slide .title {
    font-size: 0.4rem;
    line-height: 0.6rem;
    font-weight: 700;
    color: #222;
    padding: 0 0.44rem;
    margin-bottom: 0.2rem;
  }
  .swiper-container-top .swiper-wrapper .swiper-slide .des {
    padding: 0 0.44rem;
    font-size: 0.34rem;
    line-height: 0.44rem;
    color: #444;
  }
  .swiper-container-zzxz {
    padding: 0 0.3rem 0.9rem;
  }
  .swiper-container-zzxz .swiper-wrapper .swiper-slide {
    height: auto;
    background: #f6faff;
    box-shadow: 0px 20px 45px 2px rgba(222, 233, 248, 0.8);
  }
  .zxyx {
    height: 3rem;
    width: 7.2rem;
  }
  .zxyx img {
    height: auto !important;
    width: 3.4rem;
  }
  .swiper-container-lingyu {
    width: 100%;
    padding: 0 0.3rem 0.9rem;
  }
  .swiper-container-lingyu .swiper-wrapper .swiper-slide {
    height: auto;
    border-radius: 0.12rem;
    box-shadow: 0px 20px 45px 2px rgba(222, 233, 248, 0.8);
  }
  .swiper-container-lingyu .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .swiper-container-lingyu .swiper-wrapper .swiper-slide .lingyu-con-title {
    font-size: 0.4rem;
    line-height: 0.6rem;
    height: auto;
    font-weight: 700;
  }
  .swiper-container-lingyu .swiper-wrapper .swiper-slide .lingyu-con-info {
    font-size: 0.32rem;
    line-height: 0.5rem;
    padding: 0 0.3rem;
  }
}
