.vip-bg { display: flex; position: relative; margin-top: -16px; width: 100%; height: 260px; justify-content: center; }
.vip-image { display: flex; position: absolute; justify-content: center; width: 100%; height: 200vh; z-index: 1; overflow: hidden; }
.vip-content { position: relative; z-index: 2; width: 1200px; margin: 60px auto 0 auto; text-align: center; }
.vip-title { font-size: 40px; color: #010103; font-weight: 600; }
.vip-current { padding: 0!important; border: 0!important; }
.faq-list { padding-bottom: 40px; }
#vips { background-color: #fff; }
.vip-background { position: absolute; top: 0; width: 100%; height: auto; }
.vip-box .box { position: relative; background: #fff; border-radius: 8px; padding: 24px 24px 5px 24px; z-index: 1; box-shadow: 4px 10px 30px rgba(152, 174, 200, 0.2); --card-color: var(--b2color); }
.vip-box .box .headers { padding-bottom: 24px; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; text-align: center; }
.box .name { color: #1b2337; font-size: 24px; font-weight: 600; margin-top: 10px; }
.box .price { display: grid; grid-auto-flow: column; justify-content: center; align-items: end; gap: 4px; line-height: 1; height: 30px; }
.box .price-prefix { color: #ff4800; font-size: 16px; }
.box .price-value { position: relative; font-size: 30px; font-weight: 600; color: #ff4800; margin-bottom: -4px; }
.box .price-unit { color: #1b2337; font-size: 16px; }
.box .button { padding: 14px 24px; width: 120px; height: 46px; border-radius: 12px; margin: 0 auto 32px auto; color: #fff; background: var(--card-color); font-weight: 600; font-size: 16px; cursor: pointer; transition: all .2s ease; line-height: 1; border: 0; }
.box .button:hover { outline: 0; opacity: .8; }
.box .vip-group li { display: flex; justify-content: space-between; font-weight: 400; font-size: 12px; margin-bottom: 20px; line-height: 1; }
.box .vip-group li span:first-child { color: #7f8792; }
.box .vip-group li span:last-child { color: #636c78; font-weight: 600; }
.review-vips { margin-top: 30px; padding-bottom: 50px; overflow: hidden; }
.review-vips-content { --antd-wave-shadow-color: #2254f4; -webkit-text-size-adjust: 100%; font-size: 14px; font-variant: tabular-nums; line-height: 1.5; color: #68707c; -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: transparent; list-style: none; box-sizing: border-box; margin: 0; padding: 0; display: flex; flex-direction: row-reverse; justify-content: space-between; text-align: left; background-color: #fff; border-radius: 16px; -webkit-box-shadow: 0 12px 48px rgba(0, 0, 0, 0.04); background-size: 59px 58px; background-position: 16px 16px; background-repeat: no-repeat; overflow: hidden; }
.review-vips-content { height: 180px!important; }
.review-vips-user { margin-left: 30px; display: grid; justify-items: center; align-content: center; gap: 10px; }
.review-vips-user .user-img { box-sizing: content-box; width: 60px; height: 60px; border-radius: 50%; border: 2px solid #c7dbff; margin: 4px; }
.review-vips-user .user-job { font-size: 14px; line-height: 1; font-weight: 500; }
.review-vips-user .user-name { font-size: 12px; line-height: 14px; color: #636c78; }
.user-message { margin-left: 40px; margin-top: 70px; line-height: 30px; color: #636c78; }
.user-message p { margin-left: 60px; font-size: 18px; font-weight: 700; }
.module-title { width: 100%; text-align: center; }
.module-title h2 { font-style: normal; font-weight: 600; font-size: 32px; text-align: center; color: #000; }
.faq-list h2 { font-weight: 600; font-size: 20px; line-height: 24px; color: #000; }
.faq-list p { line-height: 28px; font-size: 14px; margin-top: 16px; color: #636c78; }
.section-bg { width: 100%; height: 360px; }
.section-bg .content { text-align: center; overflow: hidden; position: relative; z-index: 10; margin-top: 50px; }
.section-bg .content h2 { line-height: 50px; color: #000; font-size: 32px; font-weight: 600; margin-bottom: 10px; margin-top: 25px; position: relative; }
.section-bg .content p { font-style: normal; font-weight: 400; font-size: 16px; margin-top: 16px; text-align: center; color: #636c78; }
.section-bg .content h2:before { position: absolute; margin: auto; top: 80px; left: 0; right: 0; bottom: -90px; display: inline-block; content: ""; width: 70px; height: 3px; background-color: #fff; }
.section-bg .content .buttons { width: 160px; height: 48px; line-height: 48px; background: var(--b2color); border-radius: 4px; display: block; margin: 45px auto; font-weight: 600; font-size: 16px; color: #fff; cursor: pointer; transition: all .2s ease; }
.section-bg .content .buttons:hover { border: 1px solid #fff; color: var(--b2color); background: 0; }
.vip-card-badge { width: 100px; height: 24px; line-height: 24px; border-bottom-left-radius: 8px; border-top-right-radius: 8px; font-style: normal; font-weight: 600; font-size: 14px; text-align: center; position: absolute; right: 0; top: 0; color: #874707; background: #ffd685; }
@media screen and (max-width: 767px) {
  .vips .site-content { margin: 0!important; }
  .review-item-content { padding: 5px 55px; }
  .vip-title { font-size: 32px; }
  .title-content { display: none; }
  .review-vips-content { display: block!important; height: auto!important; }
  .review-vips-user { margin-top: 10px; margin-left: 0; }
  .user-message { font-size: 14px; margin-top: 5px; margin-left: 0; padding-bottom: 10px; }
  .user-message p { margin: 0 15px; }
  .section-bg .content h2 { font-size: 20px; }
  .section-bg .content .buttons { margin: 30px auto; }
  .section-bg { height: 300px; }
  .m-t-10-s { margin-top: 10px; }
}