.center-nav {
  height: 92px;
  margin-bottom: 130px;
  background: #fafafa;
}
.center-nav .center-nav-main {
  height: 100%;
}
.center-nav .center-nav-item img {
  width: 22px;
  margin-right: 10px;
  margin-top: 3px;
}
.center-nav .center-nav-item > div {
  font-size: 24px;
  color: #e4007f;
  letter-spacing: 24px;
  line-height: 40px;
}
.center-nav .center-nav-item p {
  line-height: 24px;
  letter-spacing: 0px;
  color: #888888;
  font-size: 16px;
}
.swiper-container {
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.swiper-container .swiper-slide img {
  width: 100%;
}
.imgshow {
  justify-content: space-around;
  margin-bottom: 120px;
}
.imgshow .btn {
  width: 332px;
  height: 60px;
  margin-bottom: 30px;
  background-image: linear-gradient(-90deg, #e4007f 0%, #ff4aaf 100%), linear-gradient(#c4c4c4, #c4c4c4);
  background-blend-mode: normal, 
        normal;
  box-shadow: 0px 2px 30px 0px rgba(255, 74, 175, 0.3);
  border-radius: 30px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
}
.imgshow .btn2 {
  background-image: linear-gradient(-90deg, #3c7ef8 0%, #3a9cff 100%), linear-gradient(#c4c4c4, #c4c4c4);
  background-blend-mode: normal, 
      normal;
  box-shadow: 0px 2px 30px 0px rgba(60, 126, 248, 0.3);
}
.imgshow img {
  width: 380px;
  height: 762px;
}
