@charset "utf-8";
.vip-user-page {
  background-image: url(../images/glodcard-banner.png);
  background-repeat: no-repeat;
  background-position: center 0;
}
.vip-user-page .auto-center {
  max-width: 1440px;
}
.vip-user-page .vip-banner-wrap {
  padding-top: 140px;
  padding-bottom: 95px;
}
.vip-user-page .vip-banner-wrap .vip-banner-content {
  position: relative;
}
.vip-user-page .vip-banner-wrap .vip-banner-content .title {
  padding-top: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 48px;
  line-height: 50px;
  color: #13182C;
}
.vip-user-page .vip-banner-wrap .vip-banner-content .title span {
  color: #FF4444;
}
.vip-user-page .vip-banner-wrap .vip-banner-content .subtitle {
  font-weight: 400;
  font-size: 28px;
  color: #13182C;
  margin-top: 50px;
}
.vip-user-page .vip-banner-wrap .vip-banner-content .subtitle span {
  color: #FF4444;
}
.vip-user-page .vip-banner-wrap .vip-banner-content .gift-box {
  position: absolute;
  top: 0;
  right: 60px;
  width: 305px;
  height: 189px;
}
.vip-user-page .group-product-wrap {
  padding-bottom: 80px;
}
.vip-user-page .group-product-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.vip-user-page .group-product-list .group-item {
  padding: 112px 40px 40px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  transition: all 0.3s;
}
.vip-user-page .group-product-list .group-item:hover {
  margin-top: -10px;
}
.vip-user-page .group-product-list .group-item:nth-child(2) .group-product-header {
  background: linear-gradient(90deg, #11172B, #0D111F, #B5363C 118%);
}
.vip-user-page .group-product-list .group-item:nth-child(2) .group-product-header .group-img-tag {
  top: -29px;
}
.vip-user-page .group-product-list .group-item:nth-child(2) .group-product-info .group-btn-box span {
  color: #FFFFFF;
  background: linear-gradient(0deg, #FFF7E0 0%, #FFE9A6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vip-user-page .group-product-list .group-item .group-product-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 244px;
  background: linear-gradient(-90deg, #FF8F8F, #FF4444);
  border-radius: 16px 16px 0px 0px;
  z-index: 1;
  padding: 40px 40px 0;
}
.vip-user-page .group-product-list .group-item .group-product-header .group-img-tag {
  position: absolute;
  right: 40px;
  top: -22px;
}
.vip-user-page .group-product-list .group-item .group-product-header dl {
  display: flex;
  align-items: flex-end;
}
.vip-user-page .group-product-list .group-item .group-product-header dl dt {
  display: flex;
  align-items: center;
  margin-right: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 28px;
  color: #FFF7E0;
  background: linear-gradient(0deg, #FFF7E0 0%, #FFE9A6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vip-user-page .group-product-list .group-item .group-product-header dl dt span.vip {
  flex-shrink: 0;
  width: 51px;
  height: 23px;
  margin-right: 5px;
  background-image: url(../images/vip.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 51px 23px;
}
.vip-user-page .group-product-list .group-item .group-product-header dl dd {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFF7E0;
  background: linear-gradient(0deg, #FFF7E0 0%, #FFE9A6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vip-user-page .group-product-list .group-item .group-product-info {
  position: relative;
  z-index: 2;
  height: 564px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(19, 24, 44, 0.04);
  border-radius: 16px;
  padding: 30px 40px 120px;
}
.vip-user-page .group-product-list .group-item .group-product-info dl {
  border-bottom: 1px solid #F0F2F8;
  padding-bottom: 24px;
  margin-bottom: 40px;
}
.vip-user-page .group-product-list .group-item .group-product-info dl dt {
  font-weight: 400;
  font-size: 24px;
  color: #13182C;
  margin-bottom: 20px;
}
.vip-user-page .group-product-list .group-item .group-product-info dl dt p {
  display: inline-block;
  font-family: MiSans;
  font-weight: 600;
  font-size: 32px;
  color: #FF4444;
}
.vip-user-page .group-product-list .group-item .group-product-info dl dt span {
  display: inline-block;
  vertical-align: bottom;
  line-height: 36px;
}
.vip-user-page .group-product-list .group-item .group-product-info dl dd {
  font-weight: 400;
  font-size: 20px;
  color: #FF4444;
}
.vip-user-page .group-product-list .group-item .group-product-info ul li {
  margin-bottom: 30px;
  padding-left: 30px;
  background-image: url(../images/d-power-img01.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  font-weight: 400;
  font-size: 16px;
  color: #5E6D81;
  line-height: 20px;
}
.vip-user-page .group-product-list .group-item .group-product-info ul li:last-child {
  margin-bottom: 0;
}
.vip-user-page .group-product-list .group-item .group-product-info .group-btn-box {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
}
.vip-user-page .group-product-list .group-item .group-product-info .group-btn-box button {
  display: block;
  width: 100%;
  height: 72px;
  background: linear-gradient(90deg, #FF8F8F, #FF4444);
  border-radius: 36px;
  border: none;
  outline: none;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  cursor: pointer;
  text-align: center;
  line-height: 72px;
}
.vip-user-page .group-product-list .group-item .group-product-info .group-btn-box button i {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url(../images/vip-hot.png) no-repeat center;
  background-size: 18px 18px;
}
.vip-user-page .group-product-list .group-item .group-product-info .group-btn-box button span {
  display: inline-block;
}
.vip-user-page .group-product-list .group-item .group-product-info .group-btn-box button:hover {
  background: #FF4444;
}
.dialog-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}
.dialog-wrap .dialog {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dialog-wrap .dialog-content {
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(19, 24, 44, 0.04);
  border-radius: 16px;
  width: 666px;
}
.dialog-wrap .dialog-content.newuser-dialog {
  width: 606px;
}
.dialog-wrap .dialog-content.newuser-dialog .dialog-header-box {
  background: linear-gradient(-90deg, #FF8F8F, #FF4444);
}
.dialog-wrap .dialog-content.newuser-dialog .dialog-header-box .title {
  font-weight: 400;
  font-size: 28px;
  color: #FFF7E0;
  line-height: 88px;
  background: linear-gradient(0deg, #FFF7E0 0%, #FFE9A6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dialog-wrap .dialog-content.newuser-dialog .dialog-body-box {
  min-height: 330px;
  padding: 40px 40px 50px;
}
.dialog-wrap .dialog-content.vip-buy-dialog .dialog-header-box {
  background: linear-gradient(90deg, #11172B, #0D111F, #B5363C 138%);
}
.dialog-wrap .dialog-content.vip-buy-dialog .dialog-header-box .title {
  font-weight: 400;
  font-size: 28px;
  color: #FFF7E0;
  line-height: 88px;
  background: linear-gradient(0deg, #FFF7E0 0%, #FFE9A6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dialog-wrap .dialog-content.vip-buy-dialog .dialog-header-box .img-box {
  top: -45px;
}
.dialog-wrap .dialog-content .dialog-header-box {
  padding: 0 32px;
  min-height: 88px;
  position: relative;
  border-radius: 16px 16px 0px 0px;
}
.dialog-wrap .dialog-content .dialog-header-box .title-box {
  display: flex;
  align-items: center;
}
.dialog-wrap .dialog-content .dialog-header-box .title-box span.vip {
  flex-shrink: 0;
  width: 62px;
  height: 28px;
  margin-right: 5px;
  background-image: url(../images/vip.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 62px 28px;
}
.dialog-wrap .dialog-content .dialog-header-box .img-box {
  position: absolute;
  right: 32px;
  top: -35px;
}
.dialog-wrap .dialog-content .dialog-body-box {
  padding: 40px 32px 60px;
}
.dialog-wrap .dialog-content .dialog-body-box .newuser-coupon-box {
  display: none;
}
.dialog-wrap .dialog-content .dialog-body-box .newuser-coupon-box .img {
  display: block;
  width: 68px;
  height: 68px;
  margin: 0 auto;
}
.dialog-wrap .dialog-content .dialog-body-box .newuser-coupon-box dl {
  padding: 24px 0 36px;
}
.dialog-wrap .dialog-content .dialog-body-box .newuser-coupon-box dl dt {
  font-weight: 400;
  font-size: 18px;
  color: #13182C;
  text-align: center;
  margin-bottom: 22px;
}
.dialog-wrap .dialog-content .dialog-body-box .newuser-coupon-box dl dd {
  font-weight: 400;
  font-size: 14px;
  color: #5E6D81;
  text-align: center;
}
.dialog-wrap .dialog-content .dialog-body-box .newuser-coupon-box .group-button {
  display: flex;
  justify-content: center;
}
.dialog-wrap .dialog-content .dialog-body-box .newuser-coupon-box .group-button a,
.dialog-wrap .dialog-content .dialog-body-box .newuser-coupon-box .group-button button {
  display: block;
  width: 144px;
  height: 48px;
  font-size: 16px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  border: none;
  cursor: pointer;
  margin-right: 16px;
  text-align: center;
  line-height: 48px;
}
.dialog-wrap .dialog-content .dialog-body-box .newuser-coupon-box .group-button a:last-child,
.dialog-wrap .dialog-content .dialog-body-box .newuser-coupon-box .group-button button:last-child {
  margin-right: 0;
}
.dialog-wrap .dialog-content .dialog-body-box .newuser-coupon-box .group-button a.confirm-btn,
.dialog-wrap .dialog-content .dialog-body-box .newuser-coupon-box .group-button button.confirm-btn {
  background: linear-gradient(90deg, #FF8F8F, #FF4444);
  border-radius: 24px;
  color: #fff;
}
.dialog-wrap .dialog-content .dialog-body-box .newuser-coupon-box .group-button a.confirm-btn:hover,
.dialog-wrap .dialog-content .dialog-body-box .newuser-coupon-box .group-button button.confirm-btn:hover {
  background: #FF4444;
}
.dialog-wrap .dialog-content .dialog-body-box .vip-buy-wrapper {
  display: flex;
}
.dialog-wrap .dialog-content .dialog-body-box .vip-buy-wrapper .buy-qrcode-box {
  flex-shrink: 0;
  width: 220px;
  height: 220px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #DBE1E8;
  margin-right: 32px;
  overflow: hidden;
  padding: 8px;
}
.dialog-wrap .dialog-content .dialog-body-box .vip-buy-wrapper .buy-qrcode-box img {
  width: 100%;
  height: 100%;
}
.dialog-wrap .dialog-content .dialog-body-box .vip-buy-wrapper .info-wrapper {
  flex: 1 0;
  padding-top: 10px;
  line-height: 24px;
}
.dialog-wrap .dialog-content .dialog-body-box .vip-buy-wrapper .info-wrapper .info-price-box {
  margin-bottom: 30px;
}
.dialog-wrap .dialog-content .dialog-body-box .vip-buy-wrapper .info-wrapper .info-price-box .price-box {
  font-weight: 500;
  font-size: 40px;
  color: #FF4444;
  margin-bottom: 12px;
}
.dialog-wrap .dialog-content .dialog-body-box .vip-buy-wrapper .info-wrapper .info-price-box .price-box i {
  display: inline-block;
  font-size: 24px;
  width: 12px;
}
.dialog-wrap .dialog-content .dialog-body-box .vip-buy-wrapper .info-wrapper .info-price-box .price-label {
  display: flex;
  font-weight: 400;
  font-size: 14px;
  color: #13182C;
  line-height: 20px;
}
.dialog-wrap .dialog-content .dialog-body-box .vip-buy-wrapper .info-wrapper .info-price-box .price-label > p {
  margin-right: 8px;
}
.dialog-wrap .dialog-content .dialog-body-box .vip-buy-wrapper .info-wrapper .info-price-box .price-label > p:nth-child(2) {
  color: #5E6D81;
  text-decoration: line-through;
}
.dialog-wrap .dialog-content .dialog-body-box .vip-buy-wrapper .info-wrapper .info-price-box .price-label > p:nth-child(3) {
  color: #FF4545;
}
.dialog-wrap .dialog-content .dialog-body-box .vip-buy-wrapper .info-wrapper dl {
  font-weight: 400;
  font-size: 14px;
  color: #13182C;
  margin-bottom: 36px;
}
.dialog-wrap .dialog-content .dialog-body-box .vip-buy-wrapper .info-wrapper dl dt {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.dialog-wrap .dialog-content .dialog-body-box .vip-buy-wrapper .info-wrapper dl dt img {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  vertical-align: middle;
}
.dialog-wrap .dialog-content .dialog-body-box .vip-buy-wrapper .info-wrapper dl dd {
  display: flex;
}
.dialog-wrap .dialog-content .dialog-body-box .vip-buy-wrapper .info-wrapper dl dd a {
  font-weight: 400;
  font-size: 14px;
  color: #6349FF;
  margin-right: 12px;
}
.dialog-wrap .dialog-content .dialog-body-box .vip-buy-wrapper .info-wrapper .tips {
  font-weight: 400;
  font-size: 14px;
  color: #5E6D81;
}
