body {
  background: #ebf0f9;
}
.wrapper {
  width: 7.5rem;
  margin: 0 auto;
}
.header {
  width: 7.5rem;
  height: 4.52rem;
  background: url(../images/bg-top.png) no-repeat;
  background-size: 100% 100%;
}
.big-banner {
  width: 7.22rem;
  height: 5.12rem;
  background: url(../images/ZBG.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0.32rem;
  left: 50%;
  margin-left: -3.61rem;
}
.big-banner .text1 {
  margin-top: 0.76rem;
  width: 2.87rem;
  height: 0.66rem;
  margin-left: auto;
  margin-right: auto;
  background: url(../images/text1.png) no-repeat;
  background-size: 100% 100%;
}
.big-banner .text2 {
  margin-top: 0.59rem;
  width: 5.65rem;
  height: 0.46rem;
  margin-left: auto;
  margin-right: auto;
  background: url(../images/text2.png) no-repeat;
  background-size: 100% 100%;
}
.big-banner .text3 {
  margin-top: 0.24rem;
  width: 4.6rem;
  height: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  background: url(../images/text3.png) no-repeat;
  background-size: 100% 100%;
}
.big-banner .com-btn {
  margin-top: 0.32rem;
}
.section1 {
  margin-top: 1.39rem;
}
.section1 .t1 {
  width: 6.04rem;
  height: 0.61rem;
  background: url(../images/g1.png) no-repeat;
  background-size: 100% 100%;
}
.section2 {
  margin-top: 1rem;
}
.section2 .t2 {
  width: 5.43rem;
  height: 0.57rem;
  margin-bottom: 0.4rem;
  background: url(../images/g2.png) no-repeat;
  background-size: 100% 100%;
}
.section2 .desc {
  padding: 0.4rem;
  background: #ffffff;
  font-size: 0.26rem;
  text-align: justify;
  line-height: 1.6;
}
.section2 .big-font {
  font-size: 0.3rem;
  text-align: center;
  padding: 0.4rem 0;
  font-weight: 800;
  color: #272f46;
}
.section2 .line {
  height: 1px;
  background: #272f46;
}
.section2 .v-line {
  width: 1px;
  height: 1.37rem;
  background: #272f46;
}
.section2 .show-list {
  display: flex;
  padding: 0.3rem;
  justify-content: space-between;
  align-items: center;
}
.section2 .show-list .show-item {
  height: 1.37rem;
  flex: 1;
  text-align: center;
}
.section2 .show-list .show-item img {
  width: 1.44rem;
  height: 1.26rem;
}
.section2 .show-list-2 {
  display: flex;
  padding: 0.3rem;
  justify-content: space-between;
  align-items: center;
}
.section2 .show-list-2 .show-item {
  height: 1.37rem;
  flex: 1;
  text-align: center;
}
.section2 .show-list-2 .show-item img.m7 {
  width: 2.21rem;
  height: 1.26rem;
}
.section2 .show-list-2 .show-item img.m8 {
  width: 2.48rem;
  height: 1.26rem;
}
.section2 .com-btn {
  margin-top: 0.4rem;
}
.section3 {
  margin-top: 1rem;
}
.section3 .t3 {
  width: 3.94rem;
  height: 0.57rem;
  margin-bottom: 0.4rem;
  background: url(../images/g3.png) no-repeat;
  background-size: 100% 100%;
}
.section3 .info {
  margin: 0 auto;
  width: 6.9rem;
  height: 6.7rem;
  background: url(../images/03bg-1.png) no-repeat;
  background-size: 100% 100%;
}
.section3 .info.info2 {
  margin-top: 0.2rem;
  background: url(../images/03bg-2.png) no-repeat;
  background-size: 100% 100%;
}
.section3 .info .title {
  padding-top: 2.06rem;
  font-size: 0.28rem;
  text-align: center;
  font-weight: bold;
  color: #000000;
}
.section3 .info .list {
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}
.section3 .info .list i {
  transform: scale(0.7);
  margin-right: 0.1rem;
}
.section3 .info .list a {
  font-size: 0.26rem;
  font-weight: 400;
  color: #000000;
  line-height: 0.4rem;
}
.section3 .com-btn {
  margin-top: 0.3rem;
}
.btns {
  display: flex;
  margin-top: 0.5rem;
  padding-bottom: 2rem;
  justify-content: space-between;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}
.com-btn {
  width: 2.68rem;
  height: 0.6rem;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(180deg, #c5a077 0%, #b4906b 100%);
  box-shadow: 0px 8px 16px 0px rgba(40, 48, 71, 0.2);
  border-radius: 0.3rem;
  font-size: 0.26rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.6rem;
  text-align: center;
  cursor: pointer;
}
.com-btn:hover {
  filter: brightness(0.8);
}
.com-btn-blue {
  width: 2.68rem;
  height: 0.66rem;
  background: linear-gradient(180deg, #516aa6 0%, #3b4f88 100%);
  box-shadow: 0px 8px 16px 0px rgba(40, 48, 71, 0.2);
  border-radius: 0.33rem;
  font-size: 0.26rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.66rem;
  text-align: center;
  cursor: pointer;
}
.com-btn-blue:hover {
  filter: brightness(0.8);
}
.com-plr30 {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.com-mlr30 {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
.swiper-container {
  width: 100%;
  height: 6.2rem;
  padding-left: 0.3rem;
  margin-top: 0.26rem;
}
.swiper-slide {
  text-align: center;
  background: #ffffff;
  margin-right: 0.3rem !important;
  width: 6.5rem;
  height: 5.8rem;
  padding: 0.3rem;
  /* Center slide text vertically */
}
.swiper-slide .swiper-banner {
  width: 5.9rem;
  height: 2.5rem;
  position: relative;
}
.swiper-slide .swiper-banner .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 0.5rem;
  height: 0.5rem;
  background: #272f46;
  opacity: 0.9;
  font-size: 0.26rem;
  text-align: center;
  font-weight: 600;
  color: #ffffff;
}
.swiper-slide .swiper-banner img {
  width: 100%;
  height: 100%;
}
.swiper-slide .desc {
  text-align: left;
}
.swiper-slide .desc .title {
  font-weight: bolder;
  padding-top: 0.4rem;
  padding-bottom: 0.2rem;
}
.swiper-slide .desc .text {
  font-size: 0.26rem;
  font-weight: 400;
  color: #010101;
}
.swiper-slide .com-btn {
  margin-top: 0.26rem;
}
.swiper-pagination {
  bottom: 0 !important;
}
:root {
  --swiper-theme-color: #272E45;
}
