.page {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow-y: auto;
  background-color: #F8F8F8;
  padding-bottom: 1.226667rem;
  background: #1D1D1D url(../img/top-bg-func.png) no-repeat top center;
  background-size: 100% auto;
}

.menu {
  width: 100%;
  overflow-x: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-overflow-style: none;
  /*火狐下隐藏滚动条*/
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.menu::-webkit-scrollbar {
  display: none
}

.menu-item {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 1.173333rem;
  font-size: .426667rem;
  color: rgba(255, 255, 255, .25);
  padding: 0 .32rem;
  line-height: 1.173333rem;
  position: relative;
  display: inline-block;
}

.menu-item.active {
  color: #E1BE72;
}

.menu-item.active::after {
  opacity: 1;
}

.menu-item::after {
  content: '';
  position: absolute;
  width: .8rem;
  height: .08rem;
  background: -webkit-linear-gradient(353deg, rgba(229, 199, 129, 1) 0%, rgba(217, 173, 87, 1) 100%);
  background: -moz-linear-gradient(353deg, rgba(229, 199, 129, 1) 0%, rgba(217, 173, 87, 1) 100%);
  background: linear-gradient(97deg, rgba(229, 199, 129, 1) 0%, rgba(217, 173, 87, 1) 100%);
  box-shadow: 0px 2px 9px 0px rgba(225, 192, 119, 0.31);
  border-radius: .08rem;
  bottom: 0;
  left: 50%;
  margin-left: -0.4rem;
  opacity: 0;
}

.page>.content {
  width: 100%;
  height: 11.146667rem;
  margin-top: .666667rem;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  -moz-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.swiper-slide .bg {
  width: 100%;
  height: 100%;
}

.swiper-slide .func {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 .533333rem;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-slide .func .icon {
  width: 1.6rem;
  height: 1.6rem;
}

.swiper-slide .func .name {
  color: #FFF8E6;
  font-size: .533333rem;
  margin-top: .32rem;
}

.swiper-slide .func .sub {
  font-size: .32rem;
  color: #FFF8E6;
  margin-top: .133333rem;
}

.swiper-slide .func .line {
  width: 100%;
  height: auto;
  margin-top: .8rem;
}

.swiper-slide .func .desc {
  color: #FFEED3;
  font-size: .32rem;
  margin-top: .533333rem;
  line-height: .48rem;
}

.pay-btn {
  margin: .8rem auto 0;
  box-shadow: 0px 2px 4px 0px rgba(97, 81, 54, 1);
}