.vip-body .vip-pricing-content {
  position: relative;
  background: url("../images/vip/vip-bg.png") no-repeat #F0F5FD;
  background-size: 100% auto;
  padding: 1rem 0 1rem;
}
.vip-body .vip-pricing-content .container {
  position: relative;
  z-index: 2;
}
.vip-body .vip-title {
  font-size: 0.45rem;
  font-weight: 400;
  color: #007dff;
  text-align: center;
}
.vip-body .vip-title .main {
  background: linear-gradient(90deg, #c956f6 0%, #428dff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.vip-body .vip-desc {
  font-size: 0.625rem;
  font-weight: 500;
  color: #333;
  text-align: center;
}
.vip-body .function-content {
  width: 100%;
  height: 3.7rem;
  background: linear-gradient(180deg, #DFEDFF 0%, rgba(255, 255, 255, 0.29) 100%);
  box-shadow: inset 0 0.025rem 0 0 #FFFFFF;
  border-radius: 0.3rem;
  backdrop-filter: blur(0.125rem);
  margin-top: 0.625rem;
}
.vip-body .function-content .function-swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.vip-body .function-content .function-swiper .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  height: 50% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.vip-body .function-content .function-swiper .swiper-slide .function-icon {
  width: 0.65rem;
  height: auto;
}
.vip-body .function-content .function-swiper .swiper-slide .function-title {
  font-size: 0.25rem;
  font-weight: 400;
  color: #666666;
}
.vip-body .function-content .function-swiper .swiper-slide .function-batch {
  position: absolute;
  top: 0.25rem;
  left: calc(50% + 0.25rem);
  width: 0.55rem;
  height: 0.275rem;
  background: linear-gradient(264deg, #FF496B 0%, #CDC3FF 100%);
  border-radius: 0.15rem 0.15rem 0.15rem 0px;
  font-size: 0.175rem;
  font-weight: 400;
  color: #FFFFFF;
}
.vip-body .function-content .function-button-next,
.vip-body .function-content .function-button-prev {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: -0.375rem;
  width: 0.75rem;
  height: 0.75rem;
  transform: translateY(-50%);
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.275rem;
  color: #666;
  cursor: pointer;
  transition: all 0.1s linear;
}
.vip-body .function-content .function-button-next {
  left: auto;
  right: -0.375rem;
  cursor: pointer;
}
.vip-body .function-content .swiper-button-disabled {
  opacity: 0;
}
.vip-body .function-section {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D8E9FF;
  border-radius: 0.3rem;
  backdrop-filter: blur(0.125rem);
  margin-top: 1.25rem;
  padding: 0.625rem 0.75rem;
}
.vip-body .function-section .function-header {
  position: absolute;
  top: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  height: 0.75rem;
  border-top: 1px solid #D8E9FF;
  background-color: #fff;
  line-height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.25rem;
}
.vip-body .function-section .function-header::after, .vip-body .function-section .function-header::before {
  content: "";
  width: 1.45rem;
  height: 0.75rem;
  background: url("../images/function-title-left.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: -1.4rem;
  top: -1px;
}
.vip-body .function-section .function-header::after {
  background-image: url("../images/function-title-right.png");
  left: auto;
  right: -1.4rem;
}
.vip-body .function-section .function-header .header-text {
  font-size: 0.35rem;
  font-weight: 600;
  color: #333333;
  background: linear-gradient(90deg, #C956F6 0%, #428DFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vip-body .function-section .dividing-line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #D8E9FF;
  margin: 0.5rem 0 0.875rem;
}
.vip-body .function-section .dividing-line .complimentary-tag {
  position: absolute;
  top: -0.175rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.95rem;
  height: 0.35rem;
  background: linear-gradient(104deg, #C956F6 0%, #428DFF 100%);
  border-radius: 0.1rem;
  font-size: 0.2rem;
  font-weight: 400;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vip-body .function-section .dividing-line::after {
  content: "";
  position: absolute;
  top: 0.2125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.1375rem;
  height: 0.2625rem;
  background: url("../images/vip/free-arrow.png") no-repeat center center;
  background-size: contain;
}
.vip-body .function-section .function-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.vip-body .function-section .function-list .function-item {
  position: relative;
  text-align: center;
  font-size: 18px;
  width: 1.875rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.vip-body .function-section .function-list .function-item .function-icon {
  width: 0.65rem;
  height: auto;
}
.vip-body .function-section .function-list .function-item .function-title {
  font-size: 0.25rem;
  font-weight: 400;
  color: #666666;
  margin-top: 0.125rem;
}
.vip-body .function-section .function-list .function-item .function-batch {
  position: absolute;
  top: 0rem;
  left: calc(50% + 0.375rem);
  width: 0.55rem;
  height: 0.275rem;
  background: linear-gradient(264deg, #FF496B 0%, #CDC3FF 100%);
  border-radius: 0.15rem 0.15rem 0.15rem 0px;
  font-size: 0.175rem;
  font-weight: 400;
  color: #FFFFFF;
}
.vip-body .function-section .function-list.free-function .function-item .function-title {
  color: #999999;
}
.vip-body .product-pricing {
  margin-top: 0.75rem;
}
.vip-body .product-pricing .premium-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vip-body .product-pricing .premium-list .premium-item {
  position: relative;
  width: 3.375rem;
  height: 4.5rem;
  background: #FFFFFF;
  border-radius: 0.2rem;
  padding: 0.575rem 0.4125rem;
}
.vip-body .product-pricing .premium-list .premium-item .premium-time {
  font-size: 0.375rem;
  font-weight: 500;
  color: #333333;
}
.vip-body .product-pricing .premium-list .premium-item .premium-price {
  font-size: 0.3rem;
  font-weight: 500;
  color: #FF5967;
  margin-top: 0.15rem;
}
.vip-body .product-pricing .premium-list .premium-item .premium-price .price-number {
  font-size: 0.6rem;
  font-weight: 600;
  color: #FF5967;
}
.vip-body .product-pricing .premium-list .premium-item .premium-price-small {
  font-size: 0.3rem;
  font-weight: 400;
  color: #999999;
}
.vip-body .product-pricing .premium-list .premium-item .premium-ratio {
  position: absolute;
  top: -0.2rem;
  left: 0;
  padding: 0.075rem 0.2rem;
  background: linear-gradient(90deg, #ffa918 0%, #f5212d 100%);
  border-radius: 1.25rem 1.25rem 1.25rem 0;
  font-size: 0.25rem;
  font-weight: 400;
  color: #ffffff;
  white-space: nowrap;
}
.vip-body .product-pricing .premium-list .premium-item .purchase-button {
  position: absolute;
  left: 50%;
  bottom: 0.4125rem;
  transform: translateX(-50%);
  display: block;
  width: 2.75rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  border-radius: 0.2rem;
  font-size: 0.3rem;
}
.vip-body .product-pricing .premium-list .premium-item .purchase-button.red-button {
  background: linear-gradient(118deg, #FF5342 0%, #FF8A6B 100%);
  border: none;
}

.vip-statistics {
  height: 2.2rem;
  border-radius: 0.125rem;
  border: 1px solid #e9e9e9;
}
.vip-statistics ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.vip-statistics ul li {
  width: 25%;
  height: 100%;
  box-sizing: border-box;
  padding: 0.4rem 0;
  border-right: 1px solid #e9e9e9;
  text-align: center;
}
.vip-statistics ul li:last-child {
  border-right: none;
}
.vip-statistics ul li .label {
  font-size: 0.3rem;
  color: #333333;
}
.vip-statistics ul li .value {
  color: #d69a56;
  font-size: 0.3rem;
}
.vip-statistics ul li .value .number {
  font-size: 0.75rem;
  font-weight: bold;
}
.vip-statistics ul li .value .unit {
  font-size: 0.4875rem;
}
.vip-statistics ul li .value .before {
  font-size: 0.4375rem;
}

.advantage-section .section-header {
  text-align: center;
}
.advantage-section .section-header .join-vip-button {
  font-size: 0.2rem;
  color: #ffffff;
  border-radius: 0.2875rem;
  background: linear-gradient(96deg, #f2be87 0%, #ff9621 100%);
  padding: 0.125rem 0.25rem;
  margin: 0 auto;
}
.advantage-section .section-header .join-vip-button:hover {
  background: linear-gradient(96deg, #f2be87 0%, #ff9621 100%);
  color: #ffffff;
}
.advantage-section .section-header .title {
  font-size: 0.4rem;
  color: #333333;
  margin-top: 0.25rem;
}
.advantage-section .advantage-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.advantage-section .advantage-list li {
  width: 8.3375rem;
  height: 2rem;
  background: linear-gradient(86deg, #fff6ef 0%, #f8e0ce 100%);
  border-radius: 10px;
  margin-bottom: 0.25rem;
  box-sizing: border-box;
  padding: 0.475rem 0.4375rem 0;
}
.advantage-section .advantage-list li .title {
  color: #6c3c14;
  font-size: 0.3rem;
}
.advantage-section .advantage-list li .desc {
  color: #704414;
  font-size: 0.175rem;
  margin-top: 0.3rem;
}

.common-problem .section-header {
  text-align: center;
}
.common-problem .section-header .zh-title {
  font-size: 0.45rem;
  color: #333333;
}
.common-problem .section-header .en-title {
  font-size: 0.25rem;
  color: #666666;
  margin-top: 0.125rem;
}
.common-problem .section-header img {
  width: 100%;
}
.common-problem ul li {
  width: 100%;
  padding: 0 0.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}
.common-problem ul li:first-child {
  margin-top: 0;
}
.common-problem ul li .index {
  width: 0.575rem;
  height: 0.575rem;
  line-height: 0.575rem;
  text-align: center;
  color: #ffffff;
  border-radius: 100%;
  background: #6b3d1e;
  font-weight: bold;
  font-size: 0.325rem;
  flex-shrink: 0;
  margin-right: 0.375rem;
}
.common-problem ul li .text {
  flex: 1;
}
.common-problem ul li .text .title {
  font-size: 0.3rem;
  color: #d69a56;
  font-weight: bold;
  padding: 0.375rem 0;
  border-bottom: 1px dashed #e6d2b6;
}
.common-problem ul li .text .content {
  font-size: 0.25rem;
  color: #333333;
  padding: 0.375rem 0;
}
.common-problem .prompt {
  color: #909090;
  font-size: 0.2rem;
  text-align: center;
}

.customer-service-header .title {
  width: 100%;
  text-align: center;
}
.customer-service-header .title img {
  width: 100%;
}

.customer-service {
  width: 100%;
  height: 5.0625rem;
}
.customer-service .background {
  width: 100%;
  height: 3.75rem;
  background: url("../images/vip/customer-service-details.jpg") no-repeat;
  background-size: cover;
}
.customer-service .service-list {
  height: 3.575rem;
  margin-top: -2.3rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11);
  background: #ffffff;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  padding: 0.875rem 0.75rem 0.8375rem;
  text-align: center;
}
.customer-service .service-list li {
  height: 1.85rem;
  width: 100%;
  padding: 0 0.9125rem;
  border-right: 1px solid #e9e9e9;
}
.customer-service .service-list li .icon {
  width: 0.575rem;
  height: 0.575rem;
  object-fit: contain;
  margin: 0 auto;
}
.customer-service .service-list li .title {
  font-size: 0.275rem;
  color: #333333;
  margin-top: 0.225rem;
}
.customer-service .service-list li .desc {
  font-size: 0.2rem;
  color: #666666;
  line-height: 1.6;
  margin-top: 0.15rem;
}

/*# sourceMappingURL=vip.css.map */
