.main {
  width: 100%;
  min-height: 50.84rem;
  background: #fff;
}

.section-header {
  height: 3.64rem;
}

.section-header .content {
  text-align: center;
}

.section-header .content h2 {
  font-size: 0.6rem;
  line-height: 0.8rem;
  margin-bottom: 0.16rem;
}

.section-header .content p {
  font-size: 0.28rem;
  line-height: 0.4rem;
}

.section-buy-card {
  width: 100%;
}

.section-buy-card .card {
  position: relative;
  width: 5.7rem;
  height: 7.78rem;
  background: -webkit-gradient(linear, left top, right top, from(#d3dceb), to(#98a2b3));
  background: linear-gradient(90deg, #d3dceb 0%, #98a2b3 100%);
  border-radius: 0.2rem;
  overflow: hidden;
  border: 1px solid #f2f2f2;
  margin: 0 0.3rem;
  -webkit-transform: translateY(-1.46rem);
          transform: translateY(-1.46rem);
  padding: 0.5rem 0.55rem;
  color: #39404d;
}

.section-buy-card .card .card-name {
  font-size: 0.5rem;
  line-height: 0.7rem;
}

.section-buy-card .card .card-intro {
  margin-top: 0.1rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
}

.section-buy-card .card .price {
  font-size: 0.36rem;
  font-weight: 800;
  margin-top: 0.5rem;
}

.section-buy-card .card .price strong {
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.section-buy-card .card .button {
  cursor: pointer;
  margin-top: 0.4rem;
  width: 3.6rem;
  height: 0.88rem;
  background: #ffffff;
  border-radius: 0.1rem;
  font-size: 0.3rem;
  line-height: 0.88rem;
}

.section-buy-card .card .privilege-list {
  color: #333333;
  width: 100%;
  padding-top: 0.35rem;
}

.section-buy-card .card .privilege-list .privilege-item {
  padding: 0.15rem 0;
  height: 0.7rem;
}

.section-buy-card .card .privilege-list .privilege-item .name {
  height: 0.4rem;
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.4rem;
}

.section-buy-card .card .privilege-list .privilege-item .icon {
  font-size: 0.32rem;
  color: #fff;
}

.section-buy-card .card.gold {
  background: -webkit-gradient(linear, left top, right top, from(#FFE9CC), to(#F3BE7B));
  background: linear-gradient(90deg, #FFE9CC 0%, #F3BE7B 100%);
  color: #623900;
}

.section-buy-card .card .recommend {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  width: 0.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.22rem;
  text-align: center;
  color: #fff;
  background: url("../img/recommend.png") no-repeat;
  background-size: 0.8rem 0.8rem;
}

.section-buy-intro {
  width: 100%;
  padding-bottom: 0.4rem;
}

.section-buy-intro .intro-hd {
  width: 100%;
  text-align: center;
  color: #333333;
  padding-bottom: 0.8rem;
}

.section-buy-intro .intro-hd h3 {
  font-size: 0.5rem;
  line-height: 0.7rem;
}

.section-buy-intro .intro-hd p {
  margin-top: 0.1rem;
  font-size: 0.2rem;
  line-height: 0.4rem;
}

.section-buy-intro .intro-bd {
  width: 100%;
}

.section-buy-intro .intro-bd .table {
  font-size: 0.28rem;
  width: 12rem;
  margin: 0 auto;
  background: #FFF;
  border: 1px solid #F2F2F2;
  text-align: center;
  line-height: 1.2rem;
  margin-bottom: 0.6rem;
}

.section-buy-intro .intro-bd .table .iconfont {
  font-size: 0.32rem;
}

.section-buy-intro .intro-bd .table .table-hd {
  font-weight: bold;
}

.section-buy-intro .intro-bd .table .table-hd .td:first-child {
  position: relative;
}

.section-buy-intro .intro-bd .table .table-hd .td:first-child::before {
  content: '';
  position: absolute;
  width: 0.08rem;
  height: 0.4rem;
  background: #CCA067;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section-buy-intro .intro-bd .table .table-bd .tr:hover {
  opacity: 0.8;
}

.section-buy-intro .intro-bd .table .table-bd .tr:nth-child(odd) {
  background: #F6F7F8;
}

.section-buy-intro .intro-bd .table .table-bd .tr:last-child {
  border-bottom: none;
}

.section-buy-intro .intro-bd .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #fff;
}

.section-buy-intro .intro-bd .table .tr .td {
  width: 2.4rem;
  height: 1.2rem;
}

.section-buy-intro .intro-bd .table .tr .td:nth-child(2) {
  background: #FFE9CC;
  color: #623900;
}

.section-buy-intro .intro-bd .table .tr .td:nth-child(3) {
  background: #DFE4EB;
  color: #39404D;
}

.section-buy-intro .intro-bd .table .tr .td:first-child {
  width: 4.8rem;
  text-align: left;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0.3rem;
}

.section-buy-intro .intro-bd .table .tr .td:first-child strong {
  font-size: 0.28rem;
  line-height: 0.28rem;
  margin-bottom: 0.08rem;
}

.section-buy-intro .intro-bd .table .tr .td:first-child p {
  font-size: 0.24rem;
  line-height: 0.32rem;
}

.section-buy-intro .intro-bd .table .tr .td:last-child {
  background: #FFF;
}

.section-buy-intro .intro-bd .table .tr .td .mini-text {
  font-size: 0.18rem;
  line-height: 0.25rem;
  padding: 0 0.17rem;
  margin-top: 0.2rem;
}

.bottom-apply-ad {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 0.6rem;
  background: #221D17;
  padding-left: 0.2rem;
}

.bottom-apply-ad .slog {
  width: calc(100%-8.26rem);
}

.bottom-apply-ad .slog img {
  height: 0.36rem;
  width: 0.36rem;
}

.bottom-apply-ad .slog strong {
  font-size: 0.2rem;
  color: #FFD292;
  line-height: 0.6rem;
  padding-left: 0.2rem;
}

.bottom-apply-ad .handle {
  height: 0.6rem;
  width: 8.26rem;
  background: url("../img/bottom-bg.png") no-repeat;
  background-size: 8.26rem 1.60rem;
  padding: 0.09rem 0 0 2.13rem;
}

.bottom-apply-ad .handle .button {
  width: 1.5rem;
  height: 0.44rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0.05rem 0.1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.05rem 0.1rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.44rem;
  font-size: 0.2rem;
  font-weight: bold;
  color: #623900;
}

.footer {
  height: 6.05rem;
  padding-bottom: 1.6rem;
}
/*# sourceMappingURL=buy.css.map */