.index {
  width: 100%;
}

.top {
  width: 100%;
  height: 70px;
  background: #fff;
}

.top .inner {
  /* margin-left: 16%; */
  width: 1300px;
  margin: auto;
  height: 70px;
  display: flex;
}
.top .tab{
  margin-left: 80px;
      display: flex;
    align-items: center;
}
.top .tab .nav-item{
  margin-right: 40px;
  color: #666666;
}
.top .tab  .active{
  color: #E143D1;
}
.top .inner img {
  display: block;
  padding-top: 20px;
  width: 189px;
  height: 30px;
}

.index .center {
  width: 100%;
  margin-top: 0;
  padding-bottom: 20px;
  background: url('https://cdn-oss-h5.xichm.cn/pc/main_bg%402x.png') no-repeat center;
  background-size: cover;
  /* background-color: #FFF7F5; */
  box-sizing: border-box;
  padding-top: 100px;
}

.index .center .inner {
  width: 1300px;
  margin: auto;
}

.index .center .left-box {
  width: 400px;
  /* width: 298px; */
  position: relative;
  margin-right: 30px;
}

.index .center .slogan {
  font-size: 48px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 40px;
}

.index .center .left-box .discount {
  width: 188px;
  height: 40px;
  line-height: 40px;
  background: rgba(255, 255, 255, 0);
  border-image: linear-gradient(225deg, rgba(254, 140, 67, 1), rgba(250, 46, 34, 1)) 1 1;
  border-radius: 20px;
  border: 1px solid;
  text-align: center;
  font-size: 16px;
  color: #FC5B40;
}

.index .center .left-box .ercode {
  width: 200px;
  position: absolute;
  margin-top: 50px;
}

.index .center .left-box .ercode img {
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
}

.index .center .left-box .ercode .text {
  text-align: center;
  font-size: 14px;
  color: #666666;
}

.index .center .right-box {
  margin-left: 390px;
  /* margin-top: 40px; */
}

.index .center .right-box .swiper-container {
  /* position: relative; */
  margin-top: -250px;
  width: 920px;
  height: 600px;
  padding-bottom: 40px;
}

.index .center .right-box .swiper-slide {
  width: 400px;
  transition: 300ms;
  transform: scale(0.85);
}

.index .center .right-box .swiper-slide-active {
  transform: scale(1);
}

.swiper-container .swiper-slide img {
  width: 100%;
}

.swiper-pagination .swiper-pagination-bullet {
  background: #E143D1;
  opacity: 0.2;
}

.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 16px;
  border-radius: 8px;
}

#slider-left {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 999;
  pointer-events: none;
  width: 280px;
  height: 560px;
}

#slider-left img {
  width: 100%;
}

#slider-right {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 999;
  pointer-events: none;
  width: 280px;
  height: 560px;
}

#slider-right img {
  width: 100%;
}

.bottom {
  width: 100%;
  /* height: 54px; */
  background: #E5E5E5;
  /* line-height: 35px; */
  height: 100px
}
 .bottom .bottom_p a{
    color: #2d8cf0;
}
.bottom p {
  text-align: center;
  font-size: 14px;
  color: #888888;
}

.bottom a {
  color: #999;
  appearance: none;
}

.bottom a:hover {
  text-decoration: none;
}

.agreement {
  font-size: 14px;
  color: #555555;
  height: 76px;
  line-height: 76px;
  text-align: center;

  a {
    color: #555555;
  }
}

.left-box .btn {
  width: 142px;
  height: 48px;
  background: linear-gradient(270deg, #36D530 0%, #0AB445 100%);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 48px;
  margin-top: 30px;
}