@charset "utf-8";
/*单行省略号*/
/*多行省略号*/
/**清除浮动**/
/**fit img**/
/*主色调*/
/*移动左右间隙*/
br {
  content: "";
  display: block;
  height: 10px;
}

.swiper-arrow {
  color: #fff;
  top: 45%;
}

.swiper-arrow::after {
  font-size: 60px;
}

.swiper-arrow.swiper-button-prev {
  left: 50%;
  margin-left: -540px;
}

.swiper-arrow.swiper-button-next {
  right: 50%;
  margin-right: -540px;
}

.page-des {
  margin-top: 32px;
  font-size: 20px;
}

.capacity {
  padding: 80px 0 110px;
}

.capacity .list {
  margin-top: 64px;
}

.capacity li ~ li {
  margin-top: 40px;
}

.capacity .tit {
  font-size: 16px;
}

.capacity .tit strong {
  font-size: 40px;
  font-weight: bold;
  margin: 0 8px 0 20px;
}

.capacity .line {
  width: 100%;
  height: 12px;
  margin-top: 22px;
  background: #e8e8e8;
}

.capacity .line .rate {
  display: block;
  height: 100%;
  background: linear-gradient(120deg, #009FEA, #00E1B3);
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 0%;
}

.cart {
  padding: 80px 0;
  height: 640px;
  box-sizing: border-box;
  background: linear-gradient(120deg, #009FEA, #00E1B3);
  color: #fff;
}

.cart .data-img {
  margin-top: 67px;
}

.field {
  padding: 80px 0;
}

.field .tabs:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}

.field .tabs a {
  display: block;
  float: left;
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #999;
  border: 1px solid #ddd;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.field .tabs a.on {
  background: linear-gradient(120deg, #009FEA, #00E1B3);
  color: #fff;
  border-color: transparent;
}

.field .swiper {
  margin-top: 64px;
}

.field .swiper .swiper-slide {
  width: 800px !important;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  background-color: #000;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.field .swiper .swiper-slide img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.5;
}

.field .swiper .swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.field .swiper .swiper-slide-active img {
  opacity: 1;
}

.field .swiper .swiper-container {
  padding-bottom: 60px;
}

.field .swiper .swiper-pagination {
  bottom: 0;
}

.field .swiper .swiper-pagination span {
  width: 10px;
  height: 10px;
  background: #cccccc;
  border: 2px solid transparent;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
  margin: 0 10px;
}

.field .swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background: white;
  border: 2px solid #00c6c9;
}

/*# sourceMappingURL=maps/platform.css.map */
