.buy-member-banner {
  min-height: 699px;
  width: 100%;
  background: url("../img/buy-member/banner-bg.svg") no-repeat center -3px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.buy-member-banner .zs {
  margin-top: -80px;
}
.buy-member-banner .text {
  mix-blend-mode: overlay;
  margin-top: -60px;
}
.buy-member-contrast {
  position: relative;
}
.buy-member-contrast .contrast {
  position: absolute;
  z-index: 2;
  top: 210px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.buy-member-contrast .buy-member-item {
  max-width: 585px;
  overflow: hidden;
  background: #f7f8fc;
  position: relative;
  top: -80px;
}
.buy-member-contrast .buy-member-item .version {
  font-family: Arial-BoldMT;
  font-size: 80px;
  font-weight: bold;
  color: #e1e1e8;
  text-align: left;
  margin: 13px 23px;
}
.buy-member-contrast .buy-member-item .title {
  font-family: PingFangSC-Semibold;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0em;
  color: #5f607a;
}
.buy-member-contrast .buy-member-item .content {
  font-size: 18px;
  font-weight: normal;
  line-height: 45px;
  color: #5f607a;
  padding: 22px 0;
}

.buy-member-contrast .buy-member-item .line-bot {
  color: #5f607a;
  position: relative;
  padding: 0 0 54px;
  width: 100%;
  height: 25px;
  line-height: 25px;
}
.buy-member-contrast .buy-member-item .line-bot::before {
  position: absolute;
  content: "";
  height: 0;
  width: calc(100% - 72px);
  border-top: 1px solid #dfe0e8;
  top: 12px;
  left: 36px;
  z-index: 1;
}
.buy-member-contrast .buy-member-item .line-bot span {
  background: #f7f8fc;
  display: inline-block;
  padding: 0 23px;
  position: relative;
  z-index: 2;
  color: #5f607a;
}

.buy-member-contrast .buy-member-item2 {
  background: #fcfaf7;
}
.buy-member-contrast .buy-member-item2 .version {
  color: #f3eadf;
}
.buy-member-contrast .buy-member-item2 .title,
.buy-member-contrast .buy-member-item2 .content {
  color: #d68d11;
}
.buy-member-contrast .buy-member-item .line-bot {
  color: #d68d11;
}
.buy-member-contrast .buy-member-item2 .line-bot::before {
  border-top: 1px solid #d68d11;
}
.buy-member-contrast .buy-member-item2 .line-bot span {
  background: #fcfaf7;
  display: inline-block;
  color: #d68d11;
}

.buy-member-charging-method {
  min-height: 300px;
  background: url("../img/buy-member/sf-bg.svg") no-repeat center 0;
  background-size: cover;
  color: #fff;
}
.buy-member-charging-method {
  margin-top: 50px;
}
.buy-member-charging-method .title {
  margin: 50px 0 20px 60px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #fdffb9, #edb9ff, #89aaff, #a3ffee);
  will-change: transform;
  overflow: hidden;
  background-color: #173597;
  font-family: FZLTTHK--GBK1-0;
  font-size: 36px;
}
.buy-member-charging-method .content {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 60px;
}

.buy-member-charging-method .top-tit {
  font-family: FZLTZHK--GBK1-0;
  font-size: 20px;
  color: #bdbbc9;
  padding: 10px 0 25px;
}
.buy-member-charging-method .top-con {
  display: flex;
  flex-wrap: wrap;
}
.buy-member-charging-method .top-con .item {
  font-family: FZLTTHK--GBK1-0;
  font-size: 18px;
  position: relative;
  padding: 10px 0 10px 20px;
  min-width: 140px;
}
.buy-member-charging-method .top-con .item::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  transform: rotate(45deg);
  background-color: #ffffff;
}
.buy-member-charging-method .robot {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-height: 300px;
}
.buy-member-charging-method .robot img {
  max-width: 100%;
}
.buy-member-price-table {
  width: 100%;
  margin: 25px auto 65px;
  border: none;
}
.buy-member-price-table td {
  border: 5px solid #fff;
  font-size: 24px;
  color: #000000;
  line-height: 34px;
}
.buy-member-price-table .c1 {
  background: #ffcc02;
}
.buy-member-price-table .c2 {
  background: #fff5cc;
  font-weight: 600;
}

.buy-member-price-table .c3 {
  background: #fffcf0;
  font-weight: 600;
}
.price-table-iphone {
  display: none;
}
@media (max-width: 63.999em) {
  .price-table-pc {
    display: none;
  }
  .price-table-iphone {
    display: block;
  }
  .buy-member-banner {
    min-height: 270px;
    background: url("../img/buy-member/m/banner-bg.svg") no-repeat;
    background-size: cover;
  }
  .buy-member-banner .zs {
    margin-top: -30px;
    max-height: 150px;
  }
  .buy-member-banner .text {
    max-height: 36px;
    margin-top: -20px;
  }
  .buy-member-contrast .contrast {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    transform: translate(-50%, -50%);
    max-width: 80px;
  }
  .buy-member-contrast .buy-member-item {
    max-width: calc(100% - 40px);
    overflow: hidden;
    margin: 0 20px;
    background: #f7f8fc;
    top: -30px;
  }

  .buy-member-contrast .pure-u-lg-1-2:first-child .buy-member-item {
    margin-bottom: 20px;
  }
  .buy-member-contrast .pure-u-lg-1-2:last-child .buy-member-item {
    margin-top: 20px;
  }

  .buy-member-contrast .buy-member-item .version {
    font-size: 44px;
    margin: 3px 13px;
  }
  .buy-member-contrast .buy-member-item .title {
    font-family: PingFangSC-Semibold;
    font-size: 18px;
  }
  .buy-member-contrast .buy-member-item .content {
    font-size: 12px;
    line-height: 26px;
    color: #5f607a;
    padding: 10px 0;
  }

  .buy-member-contrast .buy-member-item .line-bot {
    padding: 0 0 32px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
  .buy-member-contrast .buy-member-item .line-bot::before {
    width: calc(100% - 40px);
    border-top: 1px solid #dfe0e8;
    left: 20px;
  }
  .buy-member-contrast .buy-member-item .line-bot span {
    padding: 0 12px;
  }
  .buy-member-contrast .buy-member-item2 {
    background: #fcfaf7;
  }
  .buy-member-contrast .buy-member-item2 .version {
    color: #f3eadf;
  }
  .buy-member-contrast .buy-member-item2 .title,
  .buy-member-contrast .buy-member-item2 .content {
    color: #d68d11;
  }
  .buy-member-contrast .buy-member-item .line-bot {
    color: #d68d11;
  }
  .buy-member-contrast .buy-member-item2 .line-bot::before {
    border-top: 1px solid #d68d11;
  }
  .buy-member-contrast .buy-member-item2 .line-bot span {
    background: #fcfaf7;
    display: inline-block;
    color: #d68d11;
  }

  .buy-member-charging-method {
    min-height: 276px;
    background: url("../img/buy-member/sf-bg.svg") no-repeat center 0;
    background-size: cover;
    color: #fff;
  }
  .buy-member-charging-method {
    margin-top: 20px;
  }
  .buy-member-charging-method .title {
    margin: 20px 0 20px 20px;
    font-size: 18px;
  }
  .buy-member-charging-method .content {
    display: flex;
    flex-direction: column;
    margin: 20px 0 0 20px;
  }

  .buy-member-charging-method .content .content-item:last-child {
    margin-top: 20px;
  }

  .buy-member-charging-method .top-tit {
    font-family: FZLTZHK--GBK1-0;
    font-size: 12px;
    color: #bdbbc9;
    padding: 0 0 10px;
  }
  .buy-member-charging-method .top-con {
    display: flex;
  }
  .buy-member-charging-method .top-con .item {
    font-size: 12px;
    padding: 10px 15px 10px 16px;
    min-width: 50px;
  }
  .buy-member-charging-method .top-con .item::before {
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }
  .buy-member-charging-method .robot {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    min-height: 50px;
  }
  .buy-member-charging-method .robot img {
    max-width: 150px;
    margin-top: -50px;
  }
  .buy-member-price-table {
    margin: 15px 0 35px;
    border: none;
  }
  .buy-member-price-table td {
    border: 5px solid #fff;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
  }
}

@media (max-width: 47.999em) {
}
