@charset "UTF-8";

.preparation-describe {
  position: relative;
  min-height: 14rem;
  padding: 1rem 0 1.2rem;
  background: #F5F9FA;
}

.preparation-container .middle-container {
  position: relative;
  z-index: 1;
  margin-top: .8rem;
}

.preparation-describe .pic-left {
  position: relative;
  top: -.7rem;
  width: 2.47rem;
  height: 2.92rem;
}

.preparation-describe .desc-content {
  position: absolute;
  left: 50%;
  width: 40%;
  transform: translateX(-50%);
}

.preparation-describe .pic-right {
  width: 2.8rem;
  height: 3.31rem;
}

.preparation-describe .desc-content .title {
  font-size: .48rem;
  text-align: center;
  color: #4b5170;
}

.preparation-describe .desc-content .desc {
  margin-top: .32rem;
  font-size: .16rem;
  line-height: 1.8;
  text-indent: 2em;
  color: #999;
}

.preparation-describe .pic-top {
  position: relative;
  z-index: 1;
  width: 5.54rem;
  height: 4.86rem;
  margin: 0 auto;
}

.preparation-describe .pic-bottom {
  position: relative;
  z-index: 1;
  width: 4.19rem;
  height: 2.64rem;
  margin: 1rem 0 0 24vw;
}

.preparation-describe .bg-top-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 4.18rem;
  height: 4.44rem;
}

.preparation-describe .bg-right-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4.65rem;
  height: 6.54rem;
}

.preparation-describe .pc {
  display: block;
}

.preparation-describe .app {
  display: none;
}

.preparation-describe .app .pic {
  position: relative;
  top: auto;
  margin: 0;
}

.preparation-describe .app .preparation-swiper {
  position: relative;
  display: flex;
  padding-bottom: .8rem;
}

.preparation-describe .app .preparation-swiper .indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
}

.preparation-describe .app .preparation-swiper .pagination-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80%;
  height: 2px;
  transform: translateX(-50%);
}

.preparation-describe .app .preparation-swiper .pagination-wrap {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 2px;
  background: #ebebeb;
}

.preparation-describe .app .swiper-container {
  height: auto;
}

.preparation-describe .app .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
}

.preparation-describe .app .desc-content {
  position: relative;
  left: auto;
  width: 100%;
  padding: 0 .5rem;
  margin-top: 1rem;
  transform: none;
}

@media screen and (max-width: 1366px) {
  .preparation-describe .desc-content .desc {
    font-size: .22rem;
  }
}

@media screen and (max-width: 768px) {
  .preparation-describe {
    min-height: auto;
  }

  .preparation-describe .pc {
    display: none;
  }

  .preparation-describe .app {
    display: block;
  }

  .preparation-describe .desc-content .desc {
    font-size: .26rem;
  }
}

.provide-ensure {
  width: 100%;
}

.provide-ensure .item {
  display: table;
}

.provide-ensure .item .pic-img,
.provide-ensure .item .desc {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.provide-ensure .item .pic-img .pic {
  width: 100%;
  height: 100%;
}

.provide-ensure .item .desc {
  padding-left: 1.2rem;
}

.provide-ensure .item .desc .box {
  width: 70%;
}

.provide-ensure .item .desc .tit {
  font-size: .48rem;
  color: #4b5170;
}

.provide-ensure .item .desc .txt {
  margin-top: .4rem;
  font-size: .16rem;
  line-height: 1.8;
  color: #999;
}

.provide-ensure .item:nth-child(2n + 2) .desc {
  padding-left: 0;
  padding-right: 1.27rem;
}

.provide-ensure .item:nth-child(2n + 2) .desc .box {
  margin-left: auto;
}

@media screen and (max-width: 1366px) {
  .provide-ensure .item .desc .txt {
    font-size: .22rem;
  }
}

@media screen and (max-width: 768px) {
  .provide-ensure {
    padding-bottom: 1rem;
  }

  .provide-ensure .item {
    display: flex;
    flex-direction: column;
    margin-top: .5rem;
  }

  .provide-ensure .item .pic-img,
  .provide-ensure .item .desc {
    display: table;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .provide-ensure .item .desc {
    margin-top: .5rem;
  }

  .provide-ensure .item .desc .box {
    margin: 0 auto;
  }

  .provide-ensure .item .desc .tit {
    text-align: center;
  }

  .provide-ensure .item .desc .txt {
    font-size: .26rem;
    text-align: justify;
  }

  .provide-ensure .item:nth-child(2n + 2) {
    flex-direction: column-reverse;
  }

  .provide-ensure .item:nth-child(2n + 2) .desc {
    padding-left: 0;
    padding-right: 0;
  }
}

.cell-storage-container {
  position: relative;
  width: 100%;
  min-height: 7.2rem;
  background: #F5F9FA url(../images/pages/preparation/cell-bg-img.png) center center no-repeat;
  background-size: contain;
  background-position: right .2rem;
}

.cell-storage-container .container .box {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 32%;
  transform: translateY(-50%);
}

.cell-storage-container .tit {
  font-size: .48rem;
  color: #262626;
}

.cell-storage-container .desc {
  margin-top: .4rem;
  font-size: .16rem;
  line-height: 1.8;
  color: #333;
}

.cell-storage-container .line {
  width: .32rem;
  height: .02rem;
  margin-top: .76rem;
  background: #0162ce;
}

.cell-storage-container .round {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.15rem;
  height: 1.58rem;
}

@media screen and (max-width: 1366px) {
  .cell-storage-container .container .box {
    width: 36%;
  }

  .cell-storage-container .desc {
    font-size: .22rem;
  }
}

@media screen and (max-width: 768px) {
  .cell-storage-container {
    height: auto;
    min-height: auto;
    padding: 1rem 0 4rem;
    background-size: contain;
    background-position: right bottom;
  }

  .cell-storage-container .container .box {
    position: relative;
    top: auto;
    width: auto;
    transform: translateY(0);
  }

  .cell-storage-container .desc {
    font-size: .3rem;
  }
}

.storage-type {
  padding: 1.22rem 0 1.72rem;
}

.storage-type .storage-swiper {
  position: relative;
  height: 3.13rem;
  margin-top: .63rem;
}

.storage-type .swiper-container {
  position: static;
}

.storage-type .storage-swiper-container .swiper-pagination {
  bottom: -.6rem;
}

.storage-type .swiper-slide {
  position: relative;
  height: 3.13rem;
  padding: .7rem .8rem;
  border-radius: .1rem;
  border: 1px #D4DBDD solid;
  overflow: hidden;
}

.storage-type .swiper-slide::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: .02rem;
  height: .12rem;
  background: linear-gradient(0deg, #16D799, #0164CD);
  transform: translateX(-50%);
}

.page-swiper-container .swiper-pagination-bullet {
  background: #E0E0E0;
}

.storage-type .swiper-slide .num {
  position: absolute;
  top: .29rem;
  right: .29rem;
  font-size: .27rem;
  line-height: 1;
  color: #e8e8e8;
}

.storage-type .storage-swiper .normal .icon {
  width: auto;
  height: .66rem;
}

.storage-type .storage-swiper .normal .tit {
  margin-top: .22rem;
  font-size: .26rem;
  line-height: 1.6;
  text-align: center;
  color: #333;
}

.storage-type .storage-swiper .active {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: .34rem;
  opacity: 0;
  background: linear-gradient(119deg, #16D799, #0164CD);
  transition: all .3s ease-in-out;
}

.storage-type .storage-swiper .active .icon {
  width: auto;
  height: .48rem;
}

.storage-type .storage-swiper .active .tit {
  margin-top: .22rem;
  font-size: .2rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.storage-type .storage-swiper .active .desc {
  height: 1rem;
  margin-top: .22rem;
  font-size: .16rem;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  overflow-y: auto;
}

.storage-type .swiper-slide:hover .active {
  width: 100%;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .storage-type .storage-swiper {
    height: auto;
  }

  .storage-type .storage-swiper .swiper-wrapper {
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    /* -ms-flex-direction: column; */
    /* flex-direction: column; */
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }

  .storage-type .swiper-wrapper {
    margin-top: -.3rem;
    margin-left: -.3rem;
  }

  .storage-type .swiper-slide {
    display: inline-block;
    width: calc(100% / 2 - .3rem);
    height: 5rem;
    margin-top: .3rem;
    margin-left: .3rem;
  }

  .storage-type .swiper-slide .normal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .storage-type .storage-swiper .active {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .storage-type .storage-swiper .active .tit {
    margin-top: .4rem;
  }

  .storage-type .storage-swiper .active .desc {
    margin-top: .3rem;
  }
}

@media screen and (max-width: 768px) {
  .storage-type .swiper-slide {
    width: 100%;
    height: 4rem;
    margin-bottom: .3rem;
  }
}