html,
body {
  scroll-behavior: smooth;
}
#gs-toast {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10000;
}
#gs-toast .message {
  position: absolute;
  left: 50%;
  top: 52px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  padding: 8px 16px;
  z-index: 10;
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#gs-toast .toast-hide {
  opacity: 0;
}
#style-footer .index-footer-inner {
  width: 100%;
  height: 438px;
  background: #fff;
}
#style-footer .index-footer-inner .inner {
  width: 1200px;
  height: 438px;
  box-sizing: border-box;
  padding: 45px 0 42px;
  margin: 0px auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  justify-content: center;
}
#style-footer .index-footer-inner .company-info {
  -webkit-box-flex: 1;
  flex: 1;
  margin-right: 50px;
  margin-left: 60px;
}
#style-footer .index-footer-inner .company-info .logo-area {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-bottom: 30px;
}
#style-footer .index-footer-inner .company-info .logo-area .col-flex {
  -webkit-box-flex: 1;
  flex: 1;
}
#style-footer .index-footer-inner .company-info .logo-area .col {
  display: block;
}
#style-footer .index-footer-inner .company-info .logo-area .logo-icon {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  margin-right: 9px;
}
#style-footer .index-footer-inner .company-info .logo-area .logo-text {
  width: 69px;
  height: 36px;
}
#style-footer .index-footer-inner .company-info .email-line {
  color: #353535;
  opacity: 0.59;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}
#style-footer .index-footer-inner .company-info .location-line {
  text-align: left;
  margin-top: 16px;
  color: #353535;
  opacity: 0.59;
  font-size: 12px;
  line-height: 17px;
}
#style-footer .index-footer-inner .company-info .website-record {
  text-align: left;
  margin-top: 2px;
  color: #353535;
  opacity: 0.59;
  font-size: 12px;
  line-height: 17px;
}
#style-footer .index-footer-inner .link-info {
  -webkit-box-flex: 2;
  flex: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  text-align: left;
}
#style-footer .index-footer-inner .link-info .link-area:nth-last-child(-n+2) {
  margin-left: 120px;
}
#style-footer .index-footer-inner .link-info .link-area .area-title {
  font-size: 16px;
  line-height: 22px;
  color: #353535;
  font-weight: 500;
  margin-bottom: 40px;
}
#style-footer .index-footer-inner .link-info .link-area .links-flex {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
}
#style-footer .index-footer-inner .link-info .link-area .links-flex .col-flex {
  -webkit-box-flex: 1;
  flex: 1;
}
#style-footer .index-footer-inner .link-info .link-area .links-flex .col {
  display: block;
}
#style-footer .index-footer-inner .link-info .link-area .links-flex ul:first-child {
  margin-right: 33px;
}
#style-footer .index-footer-inner .link-info .link-area ul.links > li {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  margin-bottom: 21px;
  position: relative;
}
#style-footer .index-footer-inner .link-info .link-area ul.links > li:hover a {
  color: #24BE48;
}
#style-footer .index-footer-inner .link-info .link-area ul.links > li:hover .hover-box {
  display: block;
}
#style-footer .index-footer-inner .link-info .link-area ul.links > li a {
  color: #353535;
  opacity: 0.62;
  font-size: 15px;
  line-height: 21px;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
#style-footer .index-footer-inner .link-info .link-area ul.links > li .hover-box {
  display: none;
  position: absolute;
  background: #fff;
  padding: 9px 16px;
  font-size: 14px;
  line-height: 14px;
  color: #353535;
  top: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  white-space: nowrap;
  border-radius: 5px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  z-index: 9;
}
#style-footer .index-footer-inner .link-info .link-area ul.links > li .hover-box:after {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background: #fff;
  bottom: -5px;
  left: 50%;
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: none;
  border-top: none;
}
#style-footer .index-footer-inner .link-info .link-area ul.links > li span {
  color: #353535;
  opacity: 0.62;
  font-size: 15px;
  line-height: 21px;
  white-space: nowrap;
  font-weight: 400;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
#style-footer .index-footer-inner .link-info .link-area ul.links > li span:hover {
  color: #24BE48;
}
#style-footer .index-footer-inner .link-info .link-area ul.links > li .mp-qrcode-box {
  width: 280px;
  height: 165px;
  position: absolute;
  top: -10px;
  right: -55px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 7px 8px;
  box-sizing: border-box;
  border-radius: 5px;
}
#style-footer .index-footer-inner .link-info .link-area ul.links > li .mp-qrcode-box ul {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
#style-footer .index-footer-inner .link-info .link-area ul.links > li .mp-qrcode-box ul li img {
  width: 128px;
  height: 128px;
}
#style-footer .index-footer-inner .link-info .link-area ul.links > li .mp-qrcode-box ul li p {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: #353535;
}
#style-footer .index-footer-inner .link-info .link-area ul.links > li .mp-qrcode-box:after {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -4px;
  right: 90px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: none;
  border-top: none;
}
#style-footer .index-footer-inner .link-info .link-area ul.links > li .cs-qrcode-box {
  width: 144px;
  height: 144px;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 5px;
}
#style-footer .index-footer-inner .link-info .link-area ul.links > li .cs-qrcode-box img {
  width: 128px;
  height: 128px;
}
#style-footer .index-footer-inner .link-info .link-area ul.links > li .cs-qrcode-box:after {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  background: #fff;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: none;
  border-top: none;
}
#style-footer .index-footer-inner .link-info .link-area ul.links > li .company-profile {
  position: absolute;
  width: 399px;
  height: auto;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(-50%, -121%);
  transform: translate(-50%, -121%);
  left: 50%;
  padding: 16px 32px;
  padding-bottom: 38px;
  z-index: 100;
}
#style-footer .index-footer-inner .link-info .link-area ul.links > li .company-profile p {
  font-size: 16px;
  color: #222;
  font-weight: 500;
}
#style-footer .index-footer-inner .link-info .link-area ul.links > li .company-profile .close {
  position: absolute;
  right: 20px;
  top: 16px;
  width: 14px;
  height: 14px;
}
#style-footer .index-footer-inner .link-info .link-area ul.links > li .company-profile .content {
  padding-top: 12px;
  color: #353535;
  font-size: 14px;
}
#style-footer .index-footer-inner .link-info .link-area ul.links > li .company-profile .arrow {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  background: #FFF;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.15);
}
.new-user-discount-box-wrapper {
  color: #215e1f;
  font-size: 13px;
}
.new-user-discount-box-wrapper .countdown-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  line-height: initial;
}
.new-user-discount-box-wrapper .countdown-box .label {
  margin: 0 2px;
}
.new-user-discount-box-wrapper .countdown-box .label:last-child {
  margin-right: 0;
}
.new-user-discount-box-wrapper .countdown-box .time {
  width: 22px;
  height: 22px;
  line-height: initial;
  font-size: 14px;
  font-weight: 600;
  margin: 0 2px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #f06e2a;
  background: -webkit-linear-gradient(323deg, #fff4bf 0%, #ffe9a6 100%);
  background: linear-gradient(127deg, #fff4bf 0%, #ffe9a6 100%);
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid #fffae7;
}
.new-user-discount-box-wrapper .label-text {
  position: relative;
  top: 1px;
  font-weight: 600;
  font-size: 13px;
  color: rgba(0, 65, 0, 0.85);
}
.new-user-discount-box-wrapper .bell {
  width: 16px;
}
.new-user-discount-box-wrapper .pay-btn {
  width: 84px;
  height: 28px;
  background: -webkit-linear-gradient(119deg, #53da4a 0%, #b4fa5a 100%);
  background: linear-gradient(331deg, #53da4a 0%, #b4fa5a 100%);
  border-radius: 16px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #005900;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-weight: 600;
  position: absolute;
  right: 27px;
  cursor: pointer;
  line-height: initial;
}
.new-user-discount-box-wrapper .close-btn {
  width: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.new-user-discount-box-wrapper .new-user-discount-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 400;
  position: relative;
  border-radius: 8px;
  padding: 8px;
  padding-left: 12px;
}
.new-user-discount-box-wrapper .new-user-discount-box .bg.top {
  display: none;
}
.new-user-discount-box-wrapper .new-user-discount-box .bg.bottom {
  display: none;
}
.new-user-discount-box-wrapper .new-user-discount-box.with-mpEditPage-single {
  display: none;
}
.new-user-discount-box-wrapper .new-user-discount-box.with-mpEditPage-multi {
  width: 100%;
  height: 38px;
  background: -webkit-linear-gradient(328deg, #e3ffdf 0%, #e9fedd 41%, #efffdd 76%, #f5fddb 100%);
  background: linear-gradient(122deg, #e3ffdf 0%, #e9fedd 41%, #efffdd 76%, #f5fddb 100%);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.new-user-discount-box-wrapper .new-user-discount-box.with-mpEditPage-multi .label-text {
  position: relative;
  top: 2px;
}
.new-user-discount-box-wrapper .new-user-discount-box.with-mpEditPage-multi .bell {
  width: 16px;
  margin-right: 4px;
}
.new-user-discount-box-wrapper .new-user-discount-box.with-mpEditPage-multi .countdown-box {
  position: relative;
}
.new-user-discount-box-wrapper .new-user-discount-box.with-mpIndexPage {
  width: 183px;
  height: 67px;
  -webkit-box-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 12px;
  position: relative;
  z-index: 1;
}
.new-user-discount-box-wrapper .new-user-discount-box.with-mpIndexPage .bg {
  width: 215px;
  position: absolute;
  z-index: -1;
  right: -17px;
}
.new-user-discount-box-wrapper .new-user-discount-box.with-mpIndexPage .bg.top {
  display: none;
}
.new-user-discount-box-wrapper .new-user-discount-box.with-mpIndexPage .bg.bottom {
  top: -16px;
  display: block;
}
.new-user-discount-box-wrapper .new-user-discount-box.with-popup {
  width: 183px;
  height: 67px;
  -webkit-box-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 12px;
  position: relative;
  z-index: 1;
}
.new-user-discount-box-wrapper .new-user-discount-box.with-popup .bg {
  width: 215px;
  position: absolute;
  z-index: -1;
  right: -17px;
}
.new-user-discount-box-wrapper .new-user-discount-box.with-popup .bg.top {
  top: -10px;
  display: block;
}
.new-user-discount-box-wrapper .new-user-discount-box.with-popup .bg.bottom {
  display: none;
}
.new-user-discount-box-wrapper .new-user-discount-box-bar {
  width: 314px;
  height: 38px;
  background: -webkit-linear-gradient(328deg, #e3ffdf 0%, #e9fedd 41%, #efffdd 76%, #f5fddb 100%);
  background: linear-gradient(122deg, #e3ffdf 0%, #e9fedd 41%, #efffdd 76%, #f5fddb 100%);
  border-radius: 4px;
  position: relative;
  padding-left: 10px;
  -webkit-box-align: center;
  align-items: center;
  display: none;
}
.new-user-discount-box-wrapper .new-user-discount-box-bar.with-mpEditPage-single {
  display: -webkit-box;
  display: flex;
}
.new-user-discount-box-wrapper .new-user-discount-box-bar.with-mpEditPage-single .label-text {
  position: relative;
  top: 2px;
}
.new-user-discount-box-wrapper .new-user-discount-box-bar.with-mpEditPage-single .bell {
  width: 16px;
  margin-right: 4px;
  position: relative;
  top: 1px;
}
.new-user-discount-box-wrapper .new-user-discount-box-bar.with-mpEditPage-single .countdown-box {
  position: relative;
}
.new-user-discount-box-wrapper .new-user-discount-box-bar.with-mpEditPage-single .countdown-box .label:last-child {
  margin-right: 0;
}
.new-user-discount-box-wrapper .new-user-discount-box-bar .pay-btn {
  width: 58px;
  height: 28px;
}
.new-user-discount-box-wrapper .new-user-discount-box-bar .close-btn {
  width: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.buy-vip-dialog-v3-container {
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.buy-vip-dialog-v3-container * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.buy-vip-dialog-v3-container .inner {
  width: 916px;
  height: 640px;
  border-radius: 4px;
  position: relative;
  overflow: visible;
  background-color: white;
}
.buy-vip-dialog-v3-container .inner > .advanced-feature-lock-tips {
  height: 34px;
  line-height: 34px;
  background-color: white;
  border-radius: 2px;
  font-size: 13px;
  color: #333333;
  position: absolute;
  padding: 0 12px;
  white-space: nowrap;
  word-break: keep-all;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.19);
  z-index: 10;
  right: 66px;
  top: -16px;
}
.buy-vip-dialog-v3-container .inner > .advanced-feature-lock-tips span {
  font-weight: bold;
  margin: 0 2px;
}
.buy-vip-dialog-v3-container .inner > .advanced-feature-lock-tips::after {
  box-sizing: content-box;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: white;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  bottom: -10px;
}
.buy-vip-dialog-v3-container .inner .close-btn {
  width: 20px;
  height: 20px;
  padding: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 10;
}
.buy-vip-dialog-v3-container .inner.step-1 {
  width: 936px;
  height: 640px;
}
.buy-vip-dialog-v3-container .inner.step-2 {
  width: 378px;
  height: 373px;
}
.buy-vip-dialog-v3-container .inner.step-3 {
  width: 460px;
  height: 416px;
}
.buy-vip-dialog-v3-container .inner.step-4 {
  width: 460px;
  height: 416px;
}
.buy-vip-dialog-v3-container .inner.step-5 {
  width: 818px;
  height: 826px;
  background: transparent;
  box-shadow: unset;
}
.buy-vip-dialog-v3-container .step-box.step-1 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel {
  width: 304px;
  height: 100%;
  background: #18b33c;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .gift-box {
  width: 100%;
  -webkit-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 27px;
  position: relative;
  z-index: 1;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .gift-box > .title {
  font-size: 16px;
  font-weight: bold;
  color: white;
  height: 22px;
  line-height: 22px;
  min-height: 22px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .gift-box > .desc {
  font-size: 13px;
  height: 18px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 6px;
  min-height: 18px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .gift-box > .desc.mt-0 {
  margin-top: 0px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .gift-box .gift-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-top: 9px;
  -webkit-box-flex: 1;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  padding: 0 14px;
  overscroll-behavior: none;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .gift-box .gift-list .col-flex {
  -webkit-box-flex: 1;
  flex: 1;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .gift-box .gift-list .col {
  display: block;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .gift-box .gift-list::-webkit-scrollbar {
  width: 8px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .gift-box .gift-list::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #c8c8c8;
  cursor: pointer;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .gift-box .gift-list::-webkit-scrollbar-thumb:hover {
  background: #bebebe;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .gift-box .gift-list::-webkit-scrollbar-thumb:active {
  background: #b0b0b0;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .gift-box .gift-list::-webkit-scrollbar-track-piece {
  background-color: #20c05c;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .gift-box .gift-list::-webkit-scrollbar {
  width: 4px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .gift-box .gift-list::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .gift-box .gift-list .gift-v1-li {
  width: 33.33333333%;
  min-width: 33.33333333%;
  max-width: 33.33333333%;
  -webkit-box-flex: 1;
  flex: 1;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-top: 11px;
  padding: 7px 0;
  border-radius: 4px;
  cursor: pointer;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .gift-box .gift-list .gift-v1-li:hover {
  background: #17aa38;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .gift-box .gift-list .gift-v1-li .icon-placeholder,
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .gift-box .gift-list .gift-v1-li .icon {
  width: 26px;
  height: 26px;
  border-radius: 4px;
  background: white;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .gift-box .gift-list .gift-v1-li .title {
  height: 18px;
  line-height: 18px;
  font-size: 13px;
  color: white;
  margin-top: 8px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .gift-box .gift-list .gift-v1-li .desc {
  height: 17px;
  line-height: 17px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .gift-box .vip-lock-layer {
  width: 276px;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(30, 173, 63, 0.82);
  border-radius: 4px;
  border: 1px solid #3ec05d;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .gift-box .vip-lock-layer .icon {
  margin-top: 110px;
  width: 71px;
  height: 66px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .gift-box .vip-lock-layer .title {
  height: 21px;
  line-height: 21px;
  color: white;
  font-size: 15px;
  font-weight: bold;
  margin-top: 5px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .gift-box .vip-lock-layer .desc {
  height: 18px;
  line-height: 18px;
  color: white;
  font-size: 13px;
  margin-top: 3px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .partner-comment-box {
  width: 100%;
  height: 254px;
  min-height: 254px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: relative;
  padding-top: 26px;
  z-index: 1;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .partner-comment-box::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.14);
  width: 264px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .partner-comment-box > .title {
  color: white;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .partner-comment-box .comment-box {
  width: 100%;
  height: 74px;
  min-height: 74px;
  margin-top: 12px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 38px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .partner-comment-box .comment-box .icon {
  width: 12px;
  height: 11px;
  position: absolute;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .partner-comment-box .comment-box .icon.before {
  left: 20px;
  top: 0;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .partner-comment-box .comment-box .icon.after {
  right: 20px;
  bottom: 0;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .partner-comment-box .comment-box .comment {
  width: 100%;
  white-space: pre-wrap;
  word-break: break-all;
  line-height: 18px;
  font-size: 13px;
  color: white;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .partner-comment-box .partner-comment-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  align-content: center;
  margin-top: 24px;
  width: 100%;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .partner-comment-box .partner-comment-list .partner-comment-li {
  width: 25%;
  min-width: 25%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  opacity: 0.65;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .partner-comment-box .partner-comment-list .partner-comment-li:hover {
  opacity: 1;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .partner-comment-box .partner-comment-list .partner-comment-li.active {
  opacity: 1;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .partner-comment-box .partner-comment-list .partner-comment-li.active .avatar-placeholder,
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .partner-comment-box .partner-comment-list .partner-comment-li.active .avatar {
  width: 38px;
  height: 38px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .partner-comment-box .partner-comment-list .partner-comment-li .avatar-placeholder,
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .partner-comment-box .partner-comment-list .partner-comment-li .avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid white;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .partner-comment-box .partner-comment-list .partner-comment-li .avatar-placeholder {
  background: white;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel .partner-comment-box .partner-comment-list .partner-comment-li .nickname {
  height: 17px;
  line-height: 17px;
  font-size: 12px;
  color: white;
  margin-top: 5px;
  white-space: nowrap;
  word-break: keep-all;
}
.buy-vip-dialog-v3-container .step-box.step-1 .left-panel > .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel {
  -webkit-box-flex: 1;
  flex: 1;
  height: 100%;
  padding-top: 26px;
  overflow: hidden;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel > .vip-version-category-list {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  list-style: none;
  z-index: 1;
  position: relative;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel > .vip-version-category-list > .vip-version-category-li {
  width: 278px;
  height: 58px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background: rgba(241, 244, 248, 0.56);
  border-radius: 6px 6px 0px 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel > .vip-version-category-list > .vip-version-category-li.active {
  background: white;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel > .vip-version-category-list > .vip-version-category-li.active > .title,
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel > .vip-version-category-list > .vip-version-category-li.active > .desc {
  color: #333333;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel > .vip-version-category-list > .vip-version-category-li > .title {
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: #666666;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel > .vip-version-category-list > .vip-version-category-li > .title .icon {
  width: 17px;
  height: 20px;
  object-fit: cover;
  margin-right: 10px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel > .vip-version-category-list > .vip-version-category-li > .desc {
  color: #777777;
  font-size: 13px;
  height: 18px;
  line-height: 18px;
  margin-top: 3px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box {
  width: 100%;
  padding: 12px 32px 0 24px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: relative;
  z-index: 2;
  background: white;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box > .sub-title {
  height: 20px;
  line-height: 20px;
  color: #333333;
  font-weight: bold;
  font-size: 14px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  white-space: nowrap;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box > .sub-title .icon {
  width: 20px;
  height: 13px;
  margin-right: 6px;
  object-fit: cover;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .category-list {
  width: 100%;
  height: 34px;
  line-height: 34px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-top: 10px;
  left: -8px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .category-list .feature-category-li {
  height: 100%;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  color: #666666;
  width: 100px;
  max-width: 100px;
  white-space: nowrap;
  word-break: keep-all;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .category-list .feature-category-li .new-icon {
  position: absolute;
  line-height: 1;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 10px;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  background: #eb423b;
  padding: 3px 2px;
  border-radius: 8px 0px 8px 0px;
  right: -8px;
  top: -8px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .category-list .feature-category-li .new-icon em {
  display: block;
  font-style: normal;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .category-list .feature-category-li.advanced-feature {
  height: 28px;
  min-width: 90px;
  margin-right: 8px;
  font-weight: bold;
  color: #333333;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .category-list .feature-category-li.advanced-feature::after {
  display: none !important;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .category-list .feature-category-li.advanced-feature::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #e8e8e8;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .category-list .feature-category-li.advanced-feature.active {
  color: #dfba76;
  background: -webkit-linear-gradient(309deg, #616161 0%, #404040 100%);
  background: linear-gradient(141deg, #616161 0%, #404040 100%);
  border-radius: 4px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .category-list .feature-category-li > .icon {
  width: 15px;
  height: 12px;
  margin-right: 4px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .category-list .feature-category-li::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background: #20c05c;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  display: none;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .category-list .feature-category-li:hover {
  color: #20c05c;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .category-list .feature-category-li.active {
  font-size: 14px;
  color: #20c05c;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .category-list .feature-category-li.active::after {
  display: block;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list {
  width: 612px;
  height: 324px;
  overflow: auto;
  overscroll-behavior: none;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 0 24px;
  position: relative;
  z-index: 1;
  left: -24px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list::-webkit-scrollbar {
  width: 8px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #c8c8c8;
  cursor: pointer;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list::-webkit-scrollbar-thumb:hover {
  background: #bebebe;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list::-webkit-scrollbar-thumb:active {
  background: #b0b0b0;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.flash-sale-feature-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  padding-top: 49px;
  position: relative;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.flash-sale-feature-list .flash-sale-tips {
  width: 560px;
  height: 42px;
  background: #fff3e3;
  border-radius: 2px;
  border: 1px solid #ffbfa9;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 13px;
  color: #ff541a;
  text-align: left;
  font-style: normal;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: 16px;
  padding-left: 16px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.flash-sale-feature-list .flash-sale-tips img {
  width: 12px;
  margin-right: 4px;
  position: relative;
  top: -2px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.with-welfare-tips {
  height: 296px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.with-huabei {
  height: 277px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.with-welfare-tips.with-huabei {
  height: 247px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list::-webkit-scrollbar {
  width: 4px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #d6d6d6;
  border-radius: 20px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list .feature-li {
  width: 100%;
  flex-shrink: 0;
  list-style: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list .feature-li.flash-sale-feature-li {
  display: -webkit-box;
  display: flex;
  flex-shrink: initial;
  width: 180px;
  height: 232px;
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  margin-right: 12px;
  cursor: pointer;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list .feature-li.flash-sale-feature-li:last-child {
  margin-right: 4px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list .feature-li.flash-sale-feature-li:hover {
  box-shadow: 0px 2px 10px 0px #e8e8e8;
  background: #f9fff8;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list .feature-li.flash-sale-feature-li:hover > div .flash-sale-title,
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list .feature-li.flash-sale-feature-li:hover > div .flash-sale-desc {
  color: #17b23d;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list .feature-li.flash-sale-feature-li > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 12px;
  padding-right: 12px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list .feature-li.flash-sale-feature-li > div .flash-sale-icon {
  width: 116px;
  left: 4px;
  margin-bottom: 12px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list .feature-li.flash-sale-feature-li > div .flash-sale-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 20px;
  text-align: left;
  font-style: normal;
  margin-bottom: 16px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list .feature-li.flash-sale-feature-li > div .flash-sale-desc {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 18px;
  text-align: left;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list .feature-li.active .title,
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list .feature-li.active .desc {
  color: #20c05c !important;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list .feature-li.active .desc {
  opacity: 0.7 !important;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list .feature-li.active .active-icon:not(.mpa-hide) {
  display: block;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list .feature-li > div {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  margin: 9px 0;
  padding: 6px 12px;
  position: relative;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list .feature-li > div > .active-icon {
  position: absolute;
  left: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
  width: 15px;
  height: 11px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list .feature-li > div .icon-placeholder,
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list .feature-li > div > .icon {
  width: 52px;
  height: 51px;
  min-width: 52px;
  min-height: 51px;
  border-radius: 50%;
  margin-right: 13px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list .feature-li > div .icon-placeholder {
  background: #fff6f0;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list .feature-li > div .right-box {
  -webkit-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list .feature-li > div .right-box .title {
  line-height: 20px;
  font-weight: bold;
  font-size: 14px;
  color: #353535;
  margin-top: 3px;
  position: relative;
  cursor: default;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list .feature-li > div .right-box .title .feature-scope {
  font-size: 12px;
  color: #999999;
  font-weight: normal;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list .feature-li > div .right-box .title .special-flag {
  height: 15px;
  line-height: 15px;
  position: absolute;
  right: -38px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: -webkit-linear-gradient(314deg, #f7786f 0%, #eb433c 100%);
  background: linear-gradient(136deg, #f7786f 0%, #eb433c 100%);
  border-radius: 2px;
  color: white;
  font-size: 10px;
  font-weight: bold;
  white-space: nowrap;
  word-break: keep-all;
  padding: 0 3px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list .feature-li > div .right-box .title .special-flag .icon {
  width: 12px;
  height: 9px;
  margin-right: 2px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list .feature-li > div .right-box .title .special-flag::before {
  box-sizing: content-box;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right-color: #f7786f;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -7px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list .feature-li > div .right-box .desc {
  margin-top: 5px;
  line-height: 18px;
  white-space: pre-wrap;
  word-break: break-all;
  font-size: 13px;
  color: #999999;
  text-align: left;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list {
  height: 388px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list.with-welfare-tips {
  height: 360px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list.with-huabei {
  height: 341px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list.with-welfare-tips.with-huabei {
  height: 311px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list > .advanced-feature-title {
  width: 100%;
  height: 22px;
  flex-shrink: 0;
  margin: 12px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list > .advanced-feature-title .icon {
  width: 19px;
  height: 23px;
  object-fit: contain;
  margin: 0 2px 0 25px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list > .advanced-feature-title span {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  margin-right: 15px;
  white-space: nowrap;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list > .advanced-feature-title .line-icon {
  width: 120px;
  object-fit: contain;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list > .advanced-feature-li {
  width: 100%;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  padding: 12px 0 12px 10px;
  margin-bottom: 10px;
  flex-shrink: 0;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list > .advanced-feature-li.active {
  background: rgba(249, 230, 194, 0.26);
  border: 1px solid rgba(223, 186, 118, 0.26);
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list > .advanced-feature-li > .icon-placeholder {
  width: 106px;
  height: 106px;
  min-width: 106px;
  border-radius: 4px;
  background: #fff6f0;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list > .advanced-feature-li > .icon {
  width: 106px;
  height: 106px;
  min-width: 106px;
  object-fit: contain;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list > .advanced-feature-li > .info-wrapper {
  width: 380px;
  min-width: 380px;
  margin-left: 23px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-right: 18px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list > .advanced-feature-li > .info-wrapper > .title {
  height: 18px;
  line-height: 18px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list > .advanced-feature-li > .info-wrapper > .title span {
  white-space: nowrap;
  word-break: keep-all;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list > .advanced-feature-li > .info-wrapper > .title > .special-flag {
  height: 18px;
  line-height: 18px;
  background: #f5d9a5;
  border-radius: 4px;
  color: #895b10;
  right: -46px;
  font-size: 12px;
  padding: 0 3px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 6px;
  font-weight: normal;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list > .advanced-feature-li > .info-wrapper > .title > .special-flag .icon {
  width: 12px;
  height: 10px;
  margin-right: 1px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list > .advanced-feature-li > .info-wrapper > .title > .special-flag::before {
  display: none;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list > .advanced-feature-li > .info-wrapper > .title > .feature-scope {
  font-size: 12px;
  color: #666666;
  font-weight: normal;
  height: 17px;
  line-height: 17px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list > .advanced-feature-li > .info-wrapper > .desc {
  font-size: 13px;
  width: 100%;
  white-space: pre-wrap;
  word-break: break-all;
  color: #777777;
  line-height: 18px;
  margin-top: 10px;
  text-align: left;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list > .advanced-feature-li > .info-wrapper > .scenes-list {
  width: 100%;
  margin-top: 16px;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  overflow: auto;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list > .advanced-feature-li > .info-wrapper > .scenes-list::-webkit-scrollbar {
  width: 8px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list > .advanced-feature-li > .info-wrapper > .scenes-list::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #c8c8c8;
  cursor: pointer;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list > .advanced-feature-li > .info-wrapper > .scenes-list::-webkit-scrollbar-thumb:hover {
  background: #bebebe;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list > .advanced-feature-li > .info-wrapper > .scenes-list::-webkit-scrollbar-thumb:active {
  background: #b0b0b0;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list > .advanced-feature-li > .info-wrapper > .scenes-list::-webkit-scrollbar {
  height: 4px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list > .advanced-feature-li > .info-wrapper > .scenes-list .scenes-li {
  height: 23px;
  line-height: 23px;
  border-radius: 4px;
  background: -webkit-linear-gradient(309deg, #616161 0%, #404040 100%);
  background: linear-gradient(141deg, #616161 0%, #404040 100%);
  text-align: center;
  margin-right: 12px;
  color: #f6d392;
  font-size: 12px;
  padding: 0 8px;
  white-space: nowrap;
  word-break: keep-all;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list > .advanced-feature-li > .action-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list > .advanced-feature-li > .action-wrap > .mpa-btn-v1 {
  width: 72px;
  height: 32px;
  line-height: 32px;
  background: #f1f1f1;
  border: none;
  color: #333;
  font-size: 13px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list > .advanced-feature-li > .action-wrap > .mpa-btn-v1:hover {
  opacity: 0.8;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list > .advanced-feature-li > .action-wrap > .mpa-btn-v1:last-child {
  margin-top: 16px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list > .advanced-feature-li.advanced-feature-li-vip2 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-bottom: 0;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list > .advanced-feature-li.advanced-feature-li-vip2 > .info-wrapper {
  width: auto;
  min-width: unset;
  -webkit-box-flex: 1;
  flex: 1;
  margin-right: 0;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list > .advanced-feature-li.advanced-feature-li-vip2 > .info-wrapper .vip2-feature-list {
  -webkit-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  list-style: none;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list > .advanced-feature-li.advanced-feature-li-vip2 > .info-wrapper .vip2-feature-list > .vip2-feature-li {
  width: 30%;
  margin-top: 10px;
  text-align: left;
  position: relative;
  color: #333333;
  font-size: 13px;
  text-indent: 14px;
  white-space: nowrap;
  word-break: keep-all;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list > .advanced-feature-li.advanced-feature-li-vip2 > .info-wrapper .vip2-feature-list > .vip2-feature-li.vip2-feature-li-more {
  text-indent: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list > .advanced-feature-li.advanced-feature-li-vip2 > .info-wrapper .vip2-feature-list > .vip2-feature-li.vip2-feature-li-more::before {
  display: none;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list > .advanced-feature-li.advanced-feature-li-vip2 > .info-wrapper .vip2-feature-list > .vip2-feature-li.vip2-feature-li-more img {
  width: 14px;
  height: 14px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list > .advanced-feature-li.advanced-feature-li-vip2 > .info-wrapper .vip2-feature-list > .vip2-feature-li.vip2-feature-li-more span {
  font-size: 12px;
  color: #999999;
  margin-left: 6px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box .feature-list.advanced-feature-list > .advanced-feature-li.advanced-feature-li-vip2 > .info-wrapper .vip2-feature-list > .vip2-feature-li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #e1b157;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box > .mask-for-advanced-feature {
  width: 100%;
  height: calc(100% - 74px);
  background: rgba(255, 255, 255, 0.86);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box > .mask-for-advanced-feature > .icon {
  width: 161px;
  height: 166px;
  object-fit: contain;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box > .mask-for-advanced-feature > .desc {
  height: 20px;
  line-height: 20px;
  color: #333333;
  font-size: 14px;
  margin-top: 20px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box > .mask-for-advanced-feature > .mpa-btn-v1 {
  width: 108px;
  height: 32px;
  margin-top: 16px;
  border: 1px solid #20c05c;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: #20c05c;
  font-size: 14px;
  font-weight: bold;
  border-radius: 18px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .feature-box > .mask-for-advanced-feature > .mpa-btn-v1 .icon {
  width: 19px;
  height: 23px;
  object-fit: contain;
  margin-right: 3px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 28px 32px 0 30px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box.with-welfare-tips {
  padding-top: 10px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .welfare-tips {
  width: 556px;
  height: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  background: #f4f4f4;
  border-radius: 2px;
  margin-bottom: 16px;
  padding: 0 12px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .welfare-tips .gift-icon {
  width: 15px;
  height: 15px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .welfare-tips .text {
  color: #333333;
  font-size: 12px;
  margin-left: 6px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .purchase-time-box {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .purchase-time-box .label {
  color: #353535;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-right: 12px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .purchase-time-box .purchase-time-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .purchase-time-box .purchase-time-list .mpa-btn-v1.purchase-time-btn {
  height: 32px;
  line-height: 32px;
  min-width: 96px;
  margin-right: 21px;
  border-radius: 4px;
  border: 1px solid #cacaca;
  color: #8d8d8d;
  font-size: 14px;
  position: relative;
  z-index: 3;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .purchase-time-box .purchase-time-list .mpa-btn-v1.purchase-time-btn.active {
  border: 1px solid #20c05c;
  color: #20c05c;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .purchase-time-box .purchase-time-list .mpa-btn-v1.purchase-time-btn.hide-ai-tips .tips-ai {
  display: none;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .purchase-time-box .purchase-time-list .mpa-btn-v1.purchase-time-btn.hide-ai-tips .give-ai-vip-tooltip {
  display: none ;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .purchase-time-box .purchase-time-list .mpa-btn-v1.purchase-time-btn.hide-ai-tips:hover .give-ai-vip-tooltip {
  display: none ;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .purchase-time-box .purchase-time-list .mpa-btn-v1.purchase-time-btn:last-child {
  margin: 0;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .purchase-time-box .purchase-time-list .mpa-btn-v1.purchase-time-btn:hover .give-ai-vip-tooltip {
  display: block;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .purchase-time-box .purchase-time-list .mpa-btn-v1.purchase-time-btn .tips {
  position: absolute;
  height: 17px;
  line-height: 17px;
  background: #eb433c;
  border-radius: 12px;
  color: white;
  padding: 0 8px;
  font-weight: bold;
  top: -9px;
  right: -2px;
  font-size: 10px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .purchase-time-box .purchase-time-list .mpa-btn-v1.purchase-time-btn .tips.vip2.gift-ai {
  display: none;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .purchase-time-box .purchase-time-list .mpa-btn-v1.purchase-time-btn .tips-ai {
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 18px;
  line-height: 18px;
  background: #F5722E;
  width: 92px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .purchase-time-box .purchase-time-list .mpa-btn-v1.purchase-time-btn .give-ai-vip-tooltip {
  position: absolute;
  width: 200px;
  top: -58px;
  left: -30px;
  display: none;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .purchase-time-box .purchase-time-list > .tips-box {
  height: 17px;
  line-height: 17px;
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  left: 0;
  bottom: -26px;
  word-break: keep-all;
  white-space: nowrap;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .purchase-time-box .purchase-time-list > .tips-box .icon {
  width: 15px;
  height: 15px;
  margin-right: 4px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .purchase-time-box .purchase-time-list > .tips-box .text {
  color: #ff7600;
  font-size: 12px;
  position: relative;
  top: 1px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .purchase-time-box .huabei-checkbox-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .purchase-time-box .huabei-checkbox-wrap > .tips {
  position: absolute;
  padding: 2px 8px;
  border-radius: 4px;
  border: 1px solid #ea423b;
  color: #f0423a;
  font-size: 11px;
  white-space: nowrap;
  word-break: keep-all;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -28px;
  line-height: 16px;
  cursor: default;
  background: white;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .purchase-time-box .huabei-checkbox-wrap > .tips::after {
  box-sizing: content-box;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: white;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  bottom: -10px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .purchase-time-box .huabei-checkbox-wrap > .tips::before {
  box-sizing: content-box;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #EA423B;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  bottom: -11px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .purchase-time-box .huabei-checkbox-wrap .checkbox {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  border: 1px solid #666666;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  box-sizing: border-box;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .purchase-time-box .huabei-checkbox-wrap .checkbox .select-icon {
  width: 8px;
  height: 6px;
  display: none;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .purchase-time-box .huabei-checkbox-wrap .checkbox.checked {
  border: none;
  background-color: #20c05c;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .purchase-time-box .huabei-checkbox-wrap .checkbox.checked .select-icon {
  display: inline-block;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .purchase-time-box .huabei-checkbox-wrap .huabei-icon {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .purchase-time-box .huabei-checkbox-wrap .text {
  color: #666666;
  font-size: 13px;
  margin-left: 4px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .huabei-stages-box {
  width: 100%;
  height: 46px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  margin-top: 15px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .huabei-stages-box .label {
  color: #353535;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-right: 16px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .huabei-stages-box .loading-icon {
  width: 12px;
  height: 12px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .huabei-stages-box .huabei-stages-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .huabei-stages-box .huabei-stages-list .huabei-stages-li {
  width: 120px;
  height: 46px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #999999;
  font-size: 13px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-right: 20px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .huabei-stages-box .huabei-stages-list .huabei-stages-li.active {
  border: 1px solid #26be49;
  color: #26be49;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .huabei-stages-box .huabei-stages-list .huabei-stages-li .price-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 18px;
  line-height: 18px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .huabei-stages-box .huabei-stages-list .huabei-stages-li .fee-box {
  height: 18px;
  line-height: 18px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .buy-box {
  width: 100%;
  height: 53px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 24px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .buy-box.with-huabei {
  margin-top: 10px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .buy-box .invoice-tips {
  color: #999999;
  font-size: 14px;
  position: relative;
  text-indent: 13px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .buy-box .invoice-tips::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d8d8d8;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .buy-box .right-box {
  -webkit-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .buy-box .right-box .price-box {
  margin-right: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: relative;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .buy-box .right-box .price-box .welfare-label {
  position: absolute;
  background: #ffdabb;
  border-radius: 13px 2px 13px 2px;
  color: #e98930;
  font-weight: 400;
  font-size: 13px;
  padding: 0 9px;
  height: 20px;
  line-height: 20px;
  right: 0;
  top: -18px;
  white-space: nowrap;
  word-break: keep-all;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .buy-box .right-box .price-box .actual-price {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
  height: 36px;
  line-height: 36px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .buy-box .right-box .price-box .actual-price .label {
  font-size: 14px;
  color: #535353;
  margin-right: 2px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .buy-box .right-box .price-box .actual-price .price {
  color: #20c05c;
  font-size: 25px;
  font-weight: bold;
  margin-right: 1px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .buy-box .right-box .price-box .actual-price .unit {
  color: #20c05c;
  font-size: 16px;
  position: relative;
  top: 2px;
  height: 22px;
  line-height: 22px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .buy-box .right-box .price-box .origin-price {
  height: 17px;
  line-height: 17px;
  color: #8d8d8d;
  font-size: 12px;
  text-decoration: line-through;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .buy-box .right-box .mpa-btn-v1.buy-btn {
  width: 235px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  color: white;
  font-size: 14px;
  position: relative;
  letter-spacing: 2px;
  border: none;
  z-index: 3;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .buy-box .right-box .mpa-btn-v1.buy-btn.hide-welfare-tips .new-user-discount-box-wrapper {
  display: none;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .buy-box .right-box .mpa-btn-v1.buy-btn .new-user-discount-box {
  position: absolute;
  right: -20px;
  top: -77px;
}
.buy-vip-dialog-v3-container .step-box.step-1 .right-panel .action-box .buy-box .right-box .mpa-btn-v1.buy-btn .new-user-discount-box * {
  box-sizing: border-box;
  line-height: initial;
  letter-spacing: initial;
}
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .left-panel {
  background: -webkit-linear-gradient(309deg, #616161 0%, #404040 100%);
  background: linear-gradient(141deg, #616161 0%, #404040 100%);
}
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .left-panel > .gift-box > .title {
  font-weight: bold;
}
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .left-panel > .gift-box > .title,
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .left-panel > .gift-box > .desc {
  color: #dfba76;
}
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .left-panel > .gift-box > .gift-list::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .left-panel > .gift-box > .gift-list::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
}
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .left-panel > .gift-box > .gift-list .gift-v1-li .title,
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .left-panel > .gift-box > .gift-list .gift-v1-li .desc {
  color: #dfba76;
}
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .left-panel > .gift-box > .gift-list .gift-v1-li:hover {
  background: rgba(0, 0, 0, 0.09);
}
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .left-panel > .partner-comment-box > .title {
  color: #dfba76;
}
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .left-panel > .partner-comment-box .comment {
  color: #dfba76;
}
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .left-panel > .partner-comment-box .partner-comment-li .nickname {
  color: #dfba76;
}
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .right-panel > .feature-box .category-list {
  height: 34px;
  line-height: 34px;
  background: -webkit-linear-gradient(309deg, #616161 0%, #404040 100%);
  background: linear-gradient(141deg, #616161 0%, #404040 100%);
  border-radius: 4px;
}
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .right-panel > .feature-box .category-list .feature-category-li {
  height: 22px;
  line-height: 22px;
  padding: 0 8px;
  color: #dfba76;
}
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .right-panel > .feature-box .category-list .feature-category-li.advanced-feature {
  height: 22px;
  line-height: 22px;
  min-width: auto;
  margin-right: 8px;
  font-weight: bold;
  color: #dfba76;
}
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .right-panel > .feature-box .category-list .feature-category-li.advanced-feature::after {
  display: none !important;
}
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .right-panel > .feature-box .category-list .feature-category-li.advanced-feature::before {
  background: #dfba76;
}
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .right-panel > .feature-box .category-list .feature-category-li.advanced-feature.active {
  background: #dfba76;
  border-radius: 3px;
  color: white;
}
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .right-panel > .feature-box .category-list .feature-category-li .text {
  font-weight: normal;
}
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .right-panel > .feature-box .category-list .feature-category-li:hover {
  color: #f5d393;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.09);
}
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .right-panel > .feature-box .category-list .feature-category-li.active {
  background: #dfba76;
  border-radius: 3px;
  color: white;
  font-weight: bold;
}
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .right-panel > .feature-box .category-list .feature-category-li.active::after {
  display: none;
}
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .right-panel > .feature-box .feature-list {
  border-top: 1px solid transparent;
}
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .right-panel > .feature-box .feature-list .feature-li {
  border-radius: 4px;
  border: 1px solid transparent;
}
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .right-panel > .feature-box .feature-list .feature-li > .right-box .desc {
  color: #777777 !important;
}
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .right-panel > .feature-box .feature-list .feature-li > .right-box .title .special-flag {
  height: 18px;
  line-height: 18px;
  background: -webkit-linear-gradient(309deg, #616161 0%, #404040 100%);
  background: linear-gradient(141deg, #616161 0%, #404040 100%);
  border-radius: 4px;
  padding: 0 3px;
  color: #f6d392;
  right: -46px;
}
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .right-panel > .feature-box .feature-list .feature-li > .right-box .title .special-flag::before {
  display: none;
}
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .right-panel > .feature-box .feature-list .feature-li.active {
  border: 1px solid #dfba76;
}
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .right-panel > .feature-box .feature-list .feature-li.active .right-box .title,
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .right-panel > .feature-box .feature-list .feature-li.active .right-box .desc {
  color: #b98627 !important;
}
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .right-panel > .feature-box .feature-list .feature-li.active .right-box .title .feature-scope {
  color: #dfba76;
}
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .right-panel > .action-box > .purchase-time-box > .purchase-time-list .mpa-btn-v1.purchase-time-btn.active {
  border: 1px solid #dfba76;
  background: #ffeecd;
  color: #b98627;
  font-weight: bold;
}
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .right-panel > .action-box > .purchase-time-box > .purchase-time-list .mpa-btn-v1.purchase-time-btn.active .tips-ai {
  font-weight: normal;
}
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .right-panel > .action-box > .huabei-stages-box .huabei-stages-li.active {
  border: 1px solid #dfba76;
  background: #ffeecd;
  color: #b98627;
}
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .right-panel > .action-box > .buy-box > .right-box > .price-box .actual-price .price,
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .right-panel > .action-box > .buy-box > .right-box > .price-box .unit {
  color: #c68e28;
}
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .right-panel > .action-box > .buy-box > .right-box > .mpa-btn-v1.primary.buy-btn {
  background: -webkit-linear-gradient(309deg, #616161 0%, #404040 100%);
  background: linear-gradient(141deg, #616161 0%, #404040 100%);
  color: #f6d392;
}
.buy-vip-dialog-v3-container .step-box.step-1.theme-for-vip3 > .right-panel > .action-box > .buy-box > .right-box > .mpa-btn-v1.primary.buy-btn:hover {
  opacity: 0.86;
}
.buy-vip-dialog-v3-container .step-box.step-2 {
  width: 100%;
  height: 100%;
  padding-top: 24px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.buy-vip-dialog-v3-container .step-box.step-2 .title {
  height: 36px;
  line-height: 36px;
  width: 100%;
  color: #333333;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.buy-vip-dialog-v3-container .step-box.step-2 .pay-channel-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 24px;
}
.buy-vip-dialog-v3-container .step-box.step-2 .pay-channel-box .mpa-btn-v1.pay-channel-btn {
  width: 124px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #cdcdcd;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.buy-vip-dialog-v3-container .step-box.step-2 .pay-channel-box .mpa-btn-v1.pay-channel-btn:first-child {
  margin-right: 10px;
}
.buy-vip-dialog-v3-container .step-box.step-2 .pay-channel-box .mpa-btn-v1.pay-channel-btn:last-child {
  margin-left: 10px;
}
.buy-vip-dialog-v3-container .step-box.step-2 .pay-channel-box .mpa-btn-v1.pay-channel-btn.active {
  border: 1px solid #20c05c;
}
.buy-vip-dialog-v3-container .step-box.step-2 .pay-channel-box .mpa-btn-v1.pay-channel-btn.active .icon {
  display: none;
}
.buy-vip-dialog-v3-container .step-box.step-2 .pay-channel-box .mpa-btn-v1.pay-channel-btn.active .icon.active {
  display: block;
}
.buy-vip-dialog-v3-container .step-box.step-2 .pay-channel-box .mpa-btn-v1.pay-channel-btn.active .select-icon {
  display: block;
}
.buy-vip-dialog-v3-container .step-box.step-2 .pay-channel-box .mpa-btn-v1.pay-channel-btn.active::after {
  display: block;
}
.buy-vip-dialog-v3-container .step-box.step-2 .pay-channel-box .mpa-btn-v1.pay-channel-btn::after {
  content: "";
  width: 18px;
  height: 18px;
  background: #20c05c;
  position: absolute;
  right: -9px;
  bottom: -9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
  display: none;
}
.buy-vip-dialog-v3-container .step-box.step-2 .pay-channel-box .mpa-btn-v1.pay-channel-btn .select-icon {
  display: none;
  position: absolute;
  width: 8px;
  height: 6px;
  right: 0;
  bottom: 1px;
  z-index: 2;
}
.buy-vip-dialog-v3-container .step-box.step-2 .pay-channel-box .mpa-btn-v1.pay-channel-btn .icon.active {
  display: none;
}
.buy-vip-dialog-v3-container .step-box.step-2 .pay-channel-box .mpa-btn-v1.pay-channel-btn .icon.wechat {
  width: 84px;
  height: 18px;
}
.buy-vip-dialog-v3-container .step-box.step-2 .pay-channel-box .mpa-btn-v1.pay-channel-btn .icon.ali {
  width: 95px;
  height: 18px;
}
.buy-vip-dialog-v3-container .step-box.step-2 .price-text {
  color: #333333;
  font-size: 14px;
  margin-top: 12px;
  font-weight: 600;
}
.buy-vip-dialog-v3-container .step-box.step-2 .huabei-desc {
  margin-top: 20px;
  width: 100%;
  color: #333333;
  font-size: 14px;
}
.buy-vip-dialog-v3-container .step-box.step-2 .huabei-desc .desc {
  height: 20px;
  line-height: 20px;
  width: 100%;
  text-align: center;
}
.buy-vip-dialog-v3-container .step-box.step-2 .huabei-desc .desc span {
  color: #20c05c;
}
.buy-vip-dialog-v3-container .step-box.step-2 .pay-qr-box {
  width: 150px;
  height: 150px;
  margin-top: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.buy-vip-dialog-v3-container .step-box.step-2 .pay-qr-box .pay-qr {
  position: relative;
  width: 100%;
  height: 100%;
}
.buy-vip-dialog-v3-container .step-box.step-2 .pay-qr-box .pay-qr > table {
  width: 150px;
  height: 150px;
}
.buy-vip-dialog-v3-container .step-box.step-2 .pay-qr-box .loading-icon {
  width: 20px;
  height: 20px;
}
.buy-vip-dialog-v3-container .step-box.step-2 .pay-qr-box .loading-fail-box {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background: #f8f8f8;
}
.buy-vip-dialog-v3-container .step-box.step-2 .pay-qr-box .loading-fail-box .icon {
  width: 54px;
  height: 49px;
  margin-top: 32px;
}
.buy-vip-dialog-v3-container .step-box.step-2 .pay-qr-box .loading-fail-box .tips {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: #999999;
  height: 17px;
  line-height: 17px;
  font-size: 12px;
  margin-top: 8px;
}
.buy-vip-dialog-v3-container .step-box.step-2 .pay-qr-box .loading-fail-box .tips .mpa-link-btn {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #459ae9;
  margin-left: 8px;
}
.buy-vip-dialog-v3-container .step-box.step-2 .pay-qr-box .loading-fail-box .tips .mpa-link-btn:hover {
  text-decoration: underline;
}
.buy-vip-dialog-v3-container .step-box.step-2 .pay-qr-box .loading-fail-box .contact-btn {
  color: #666666;
  font-size: 12px;
  margin-top: 19px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 17px;
  line-height: 17px;
}
.buy-vip-dialog-v3-container .step-box.step-2 .pay-qr-box .loading-fail-box .contact-btn:hover {
  text-decoration: underline;
}
.buy-vip-dialog-v3-container .step-box.step-2 .invoice-tips {
  color: #999999;
  font-size: 14px;
  position: relative;
  text-indent: 13px;
  margin-top: 16px;
}
.buy-vip-dialog-v3-container .step-box.step-2 .invoice-tips::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d8d8d8;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.buy-vip-dialog-v3-container .step-box.step-3 {
  width: 100%;
  height: 100%;
  padding-top: 24px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.buy-vip-dialog-v3-container .step-box.step-3 .title {
  height: 36px;
  line-height: 36px;
  width: 100%;
  color: #333333;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.buy-vip-dialog-v3-container .step-box.step-3 .pay-success-tips {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 13px;
  height: 25px;
  line-height: 25px;
}
.buy-vip-dialog-v3-container .step-box.step-3 .pay-success-tips .icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.buy-vip-dialog-v3-container .step-box.step-3 .pay-success-tips .text {
  color: #20c05c;
  font-size: 18px;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
}
.buy-vip-dialog-v3-container .step-box.step-3 .desc {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 23px;
  line-height: 23px;
  margin-top: 14px;
}
.buy-vip-dialog-v3-container .step-box.step-3 .desc .col-flex {
  -webkit-box-flex: 1;
  flex: 1;
}
.buy-vip-dialog-v3-container .step-box.step-3 .desc .col {
  display: block;
}
.buy-vip-dialog-v3-container .step-box.step-3 .desc .text {
  color: #000;
  font-size: 14px;
}
.buy-vip-dialog-v3-container .step-box.step-3 .desc .icon {
  width: 20px;
  height: 12px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.buy-vip-dialog-v3-container .step-box.step-3 .qr-code-wrap {
  margin-top: 12px;
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.buy-vip-dialog-v3-container .step-box.step-3 .qr-code-wrap .loading-icon {
  width: 20px;
  height: 20px;
}
.buy-vip-dialog-v3-container .step-box.step-3 .qr-code-wrap .qr-code {
  width: 100%;
  height: 100%;
}
.buy-vip-dialog-v3-container .step-box.step-3 .mpa-btn-v1.primary {
  width: 252px;
  height: 40px;
  line-height: 40px;
  margin-top: 48px;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
}
.buy-vip-dialog-v3-container .step-box.step-4 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-top: 28px;
}
.buy-vip-dialog-v3-container .step-box.step-4 .icon {
  width: 85px;
  height: 85px;
}
.buy-vip-dialog-v3-container .step-box.step-4 .title {
  height: 20px;
  line-height: 20px;
  margin-top: 17px;
  color: #333333;
  font-size: 14px;
}
.buy-vip-dialog-v3-container .step-box.step-4 .gift-box {
  background: #fff;
  border: 1px solid #e9e9e9;
  width: 372px;
  height: 116px;
  border-radius: 3px;
  padding: 28px 10px 24px 10px;
  box-sizing: border-box;
  position: relative;
  margin-top: 36px;
}
.buy-vip-dialog-v3-container .step-box.step-4 .gift-box > .desc {
  position: absolute;
  top: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #24be58;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
  height: 22px;
  background: #edfae9;
  border-radius: 11px 2px 11px 2px;
  padding: 0 6px;
}
.buy-vip-dialog-v3-container .step-box.step-4 .gift-box .gift-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.buy-vip-dialog-v3-container .step-box.step-4 .gift-box .gift-list .col-flex {
  -webkit-box-flex: 1;
  flex: 1;
}
.buy-vip-dialog-v3-container .step-box.step-4 .gift-box .gift-list .col {
  display: block;
}
.buy-vip-dialog-v3-container .step-box.step-4 .gift-box .gift-list .gift-v2-li {
  position: relative;
  width: 82px;
  height: 22px;
  margin-bottom: 14px;
  list-style: none;
}
.buy-vip-dialog-v3-container .step-box.step-4 .gift-box .gift-list .gift-v2-li .icon {
  width: 82px;
  height: 22px;
  object-fit: cover;
}
.buy-vip-dialog-v3-container .step-box.step-4 .gift-box .gift-list .gift-v2-li .desc-pop {
  display: none;
  padding: 10px 13px;
  border: none;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  font-size: 13px;
  line-height: 22px;
  position: absolute;
  left: -16px;
  bottom: calc(100% + 5px);
  white-space: nowrap;
  border-radius: 4px;
  z-index: 9999;
}
.buy-vip-dialog-v3-container .step-box.step-4 .gift-box .gift-list .gift-v2-li .desc-pop .name {
  color: #333;
}
.buy-vip-dialog-v3-container .step-box.step-4 .gift-box .gift-list .gift-v2-li .desc-pop .price {
  color: #ec5a00;
  font-weight: bold;
}
.buy-vip-dialog-v3-container .step-box.step-4 .gift-box .gift-list .gift-v2-li .desc-pop .desc {
  color: #c6985f;
  position: static;
  background: transparent;
  margin-left: 10px;
}
.buy-vip-dialog-v3-container .step-box.step-4 .gift-box .gift-list .gift-v2-li .desc-pop::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #fff;
  z-index: 2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -3px;
  left: 20px;
}
.buy-vip-dialog-v3-container .step-box.step-4 .gift-box .gift-list .gift-v2-li:hover .desc-pop {
  display: block;
}
.buy-vip-dialog-v3-container .step-box.step-4 .gift-box .gift-list .gift-v2-li.right-most .desc-pop {
  left: auto;
  right: -12px;
}
.buy-vip-dialog-v3-container .step-box.step-4 .gift-box .gift-list .gift-v2-li.right-most .desc-pop::after {
  left: auto;
  right: 60px;
}
.buy-vip-dialog-v3-container .step-box.step-4 .gift-box .vip-lock-layer {
  width: 100%;
  height: 130px;
  position: absolute;
  top: -14px;
  left: 0;
  z-index: 1;
  border-radius: 3px;
  background: rgba(254, 255, 242, 0.9);
  border: 1px dashed rgba(36, 190, 72, 0.46);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.buy-vip-dialog-v3-container .step-box.step-4 .gift-box .vip-lock-layer .icon {
  width: 15px;
  height: 17px;
  object-fit: cover;
}
.buy-vip-dialog-v3-container .step-box.step-4 .gift-box .vip-lock-layer .desc {
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #24be58;
  line-height: 20px;
  margin: 0 0 0 5px;
}
.buy-vip-dialog-v3-container .step-box.step-4 .button-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 40px;
}
.buy-vip-dialog-v3-container .step-box.step-4 .button-wrap .mpa-btn-v1 {
  width: 152px;
  height: 40px;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.65);
}
.buy-vip-dialog-v3-container .step-box.step-4 .button-wrap .mpa-btn-v1.primary {
  color: white;
}
.buy-vip-dialog-v3-container .step-box.step-4 .button-wrap .mpa-btn-v1:first-child {
  margin-right: 10px;
}
.buy-vip-dialog-v3-container .step-box.step-4 .button-wrap .mpa-btn-v1:last-child {
  margin-left: 10px;
}
.buy-vip-dialog-v3-container .step-box.step-5 .step5-close-btn {
  width: 32px;
  cursor: pointer;
  position: absolute;
  top: 178px;
  right: 137px;
}
.buy-vip-dialog-v3-container .step-box.step-5 .banner {
  width: 100%;
  height: 100%;
}
.buy-vip-dialog-v3-container .step-box.step-5 .old-user-welfare-countdown-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: 390px;
  left: 405px;
}
.buy-vip-dialog-v3-container .step-box.step-5 .old-user-welfare-countdown-box .unit {
  font-size: 18px;
  color: #ffffff;
  margin: 0 4px;
}
.buy-vip-dialog-v3-container .step-box.step-5 .old-user-welfare-countdown-box .hour,
.buy-vip-dialog-v3-container .step-box.step-5 .old-user-welfare-countdown-box .min,
.buy-vip-dialog-v3-container .step-box.step-5 .old-user-welfare-countdown-box .second {
  width: 29px;
  height: 37px;
  background: -webkit-linear-gradient(top, #a1221a 0%, #680f0b 100%);
  background: linear-gradient(180deg, #a1221a 0%, #680f0b 100%);
  border-radius: 6px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 37px;
}
.buy-vip-dialog-v3-container .step-box.step-5 .receive-btn {
  width: 266px;
  height: 65px;
  position: absolute;
  bottom: 163px;
  left: 283px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.buy-vip-dialog-v3-container.direct-mode .inner.step-1 {
  width: 973px;
  height: 620px;
}
.buy-vip-dialog-v3-container.direct-mode .step-box.step-1 .right-panel {
  padding-top: 20px;
}
.buy-vip-dialog-v3-container.direct-mode .step-box.step-1 .right-panel .vip-version-category-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-left: 32px;
}
.buy-vip-dialog-v3-container.direct-mode .step-box.step-1 .right-panel .vip-version-category-list .vip-version-category-li {
  width: 299px;
}
.buy-vip-dialog-v3-container.direct-mode .step-box.step-1 .right-panel .feature-box {
  padding-right: 39px;
  padding-left: 32px;
}
.buy-vip-dialog-v3-container.direct-mode .step-box.step-1 .right-panel .feature-list {
  padding: 0;
  left: 0;
  width: 100%;
  border-bottom: none;
}
.buy-vip-dialog-v3-container.direct-mode .step-box.step-1 .right-panel .feature-list.flash-sale-feature-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.buy-vip-dialog-v3-container.direct-mode .step-box.step-1 .right-panel .feature-list.flash-sale-feature-list .flash-sale-tips {
  width: 100%;
}
.buy-vip-dialog-v3-container.direct-mode .step-box.step-1 .right-panel .feature-list.flash-sale-feature-list .flash-sale-feature-li {
  margin-right: 0;
}
.buy-vip-dialog-v3-container.direct-mode .step-box.step-1 .right-panel .feature-list.flash-sale-feature-list .flash-sale-feature-li:last-child {
  margin-right: 0;
}
.buy-vip-dialog-v3-container.direct-mode .step-box.step-1 .right-panel .feature-list .feature-li > div {
  padding-left: 0;
  padding-right: 0;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box {
  display: -webkit-box;
  display: flex;
  padding-left: 30px;
  padding-top: 16px;
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  box-shadow: 0px -1px 0px 0px rgba(224, 224, 224, 0.5);
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .left-pay-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: relative;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .left-pay-box .plan-tips {
  font-weight: 400;
  font-size: 13px;
  color: #666666;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 8px;
  line-height: initial;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .left-pay-box .plan-box {
  display: -webkit-box;
  display: flex;
  position: relative;
  gap: 10px;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .left-pay-box .plan-box .plan-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  width: 88px;
  height: 48px;
  background: #FCFCFC;
  border-radius: 8px;
  border: 1px solid #E9E9E9;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .left-pay-box .plan-box .plan-item.hide-ai-tips .tips-ai {
  display: none;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .left-pay-box .plan-box .plan-item.hide-ai-tips .give-ai-vip-tooltip {
  display: none;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .left-pay-box .plan-box .plan-item.hide-ai-tips:hover .give-ai-vip-tooltip {
  display: none;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .left-pay-box .plan-box .plan-item > * {
  position: relative;
  z-index: 1;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .left-pay-box .plan-box .plan-item .plan-item-time {
  font-weight: 400;
  font-size: 13px;
  color: #333333;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .left-pay-box .plan-box .plan-item .plan-item-price {
  font-weight: 600;
  font-size: 24px;
  color: #333333;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .left-pay-box .plan-box .plan-item .plan-item-origin-price {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .left-pay-box .plan-box .plan-item .background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: none;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .left-pay-box .plan-box .plan-item .selected-icon {
  width: 22px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .left-pay-box .plan-box .plan-item:hover,
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .left-pay-box .plan-box .plan-item.selected {
  border: 1px solid transparent;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .left-pay-box .plan-box .plan-item:hover .plan-item-time,
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .left-pay-box .plan-box .plan-item.selected .plan-item-time {
  color: #24be48;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .left-pay-box .plan-box .plan-item:hover .plan-item-price,
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .left-pay-box .plan-box .plan-item.selected .plan-item-price {
  color: #24be48;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .left-pay-box .plan-box .plan-item:hover .background,
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .left-pay-box .plan-box .plan-item.selected .background {
  display: block;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .left-pay-box .plan-box .plan-item.selected .selected-icon {
  display: block;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .left-pay-box .plan-box .plan-item .tips {
  padding: 0 8px;
  height: 17px;
  background: #f5722e;
  border-radius: 9px;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  top: -10px;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .left-pay-box .plan-box .plan-item .tips.vip2.gift-ai {
  display: none;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .left-pay-box .plan-box .plan-item .tips-ai {
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 18px;
  line-height: 18px;
  background: #F5722E;
  width: 92px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .left-pay-box .plan-box .plan-item .tips-ai.new-tips-ai {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 82px;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .left-pay-box .plan-box .plan-item .tips-ai.new-tips-ai img {
  width: 14px;
  margin-right: 6px;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .left-pay-box .plan-box .plan-item .give-ai-vip-tooltip {
  position: absolute;
  width: 200px;
  top: -58px;
  left: -30px;
  display: none;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .left-pay-box .plan-box .plan-item:hover .give-ai-vip-tooltip {
  display: block;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .left-pay-box .vip-gift-tips {
  height: 29px;
  border-radius: 4px;
  margin-top: 8px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  color: rgba(0, 65, 0, 0.85);
  line-height: normal;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .left-pay-box .vip-gift-tips img {
  height: 18px;
  margin-right: 5px;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .left-pay-box .time-limited-benefit-tips-new {
  position: absolute;
  left: 250px;
  top: -100px;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .right-pay-box {
  display: -webkit-box;
  display: flex;
  margin-left: 35px;
  position: relative;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .right-pay-box .time-limited-benefit-tips {
  position: absolute;
  width: 159px;
  height: 67px;
  z-index: 10;
  left: -25px;
  top: -80px;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .right-pay-box .time-limited-benefit-tips .time-limited-benefit-tips-bg {
  position: absolute;
  left: -16px;
  top: -13px;
  width: 191px;
  height: 106px;
  z-index: -1;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .right-pay-box .time-limited-benefit-tips .discount-countdown {
  padding: 8px 12px;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .right-pay-box .time-limited-benefit-tips .discount-countdown .discount-countdown-title {
  font-weight: 600;
  font-size: 13px;
  color: rgba(0, 65, 0, 0.85);
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .right-pay-box .time-limited-benefit-tips .discount-countdown .time-countdown {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-top: 4px;
  -webkit-column-gap: 4px;
  column-gap: 4px;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .right-pay-box .time-limited-benefit-tips .discount-countdown .time-countdown > span {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: -webkit-linear-gradient(323deg, #fff4bf 0%, #ffe9a6 100%);
  background: linear-gradient(127deg, #fff4bf 0%, #ffe9a6 100%);
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid #fffae7;
  font-weight: 600;
  font-size: 14px;
  color: #f06e2a;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .right-pay-box .time-limited-benefit-tips .discount-countdown .time-countdown .desc {
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  color: rgba(0, 65, 0, 0.85);
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .right-pay-box .pay-qr-box {
  width: 110px;
  height: 110px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .right-pay-box .pay-qr-box .pay-qr {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .right-pay-box .pay-qr-box .pay-qr img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .right-pay-box .pay-qr-box .loading-icon {
  width: 20px;
  height: 20px;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .right-pay-box .pay-qr-box .loading-fail-box {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background: #f8f8f8;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .right-pay-box .pay-qr-box .loading-fail-box .icon {
  width: 48px;
  height: 43px;
  margin-top: 12px;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .right-pay-box .pay-qr-box .loading-fail-box .tips {
  color: #999999;
  height: 17px;
  line-height: 17px;
  font-size: 12px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 12px;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .right-pay-box .pay-qr-box .loading-fail-box .tips .mpa-link-btn {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #459ae9;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .right-pay-box .pay-qr-box .loading-fail-box .tips .mpa-link-btn:hover {
  text-decoration: underline;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .right-pay-box .pay-qr-box-right-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-left: 15px;
  padding-top: 2px;
  height: 110px;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .right-pay-box .pay-qr-box-right-box .pay-qr-box-right-box-inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .right-pay-box .pay-qr-box-right-box .pay-channel-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 162px;
  height: 29px;
  background: #F9F9F9;
  border-radius: 8px;
  border: 1px solid #F2F2F2;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .right-pay-box .pay-qr-box-right-box .pay-channel-box .pay-channel-btn {
  height: 25px;
  border-radius: 6px;
  padding: 4px 8px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 12px;
  color: #666666;
  cursor: pointer;
  line-height: initial;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .right-pay-box .pay-qr-box-right-box .pay-channel-box .pay-channel-btn .icon {
  width: 17px;
  height: 17px;
  margin-right: 4px;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .right-pay-box .pay-qr-box-right-box .pay-channel-box .pay-channel-btn.selected {
  background: #ffffff;
  box-shadow: 0px 0px 7px 0px rgba(92, 92, 92, 0.08);
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .right-pay-box .pay-qr-box-right-box .actual-price {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 8px;
  line-height: normal;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .right-pay-box .pay-qr-box-right-box .actual-price .label {
  font-weight: 600;
  font-size: 14px;
  color: #2c2c2c;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .right-pay-box .pay-qr-box-right-box .actual-price .price {
  font-weight: 600;
  font-size: 20px;
  color: #24be48;
  line-height: normal;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .right-pay-box .pay-qr-box-right-box .actual-price .origin-price {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  margin-left: 8px;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .right-pay-box .pay-qr-box-right-box .tips {
  padding: 0 6px;
  font-weight: 400;
  font-size: 12px;
  color: #dd4c00;
  height: 18px;
  background: -webkit-linear-gradient(298deg, #FFF5F4 0%, #ffd8c8 100%);
  background: linear-gradient(152deg, #FFF5F4 0%, #ffd8c8 100%);
  border-radius: 2px;
  width: -webkit-fit-content;
  width: fit-content;
  margin-top: 2px;
}
.buy-vip-dialog-v3-container.direct-mode .direct-action-box .right-pay-box .invoice-tips {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  margin-top: 8px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.vip-gift-list-dialog * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.vip-gift-list-dialog .inner {
  width: 848px;
  height: 582px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  padding-top: 26px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
}
.vip-gift-list-dialog .inner .close-btn {
  width: 20px;
  height: 20px;
  padding: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 12px;
  right: 14px;
  z-index: 10;
}
.vip-gift-list-dialog .inner .title {
  width: 100%;
  font-size: 19px;
  font-weight: bold;
  color: #333333;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 34px;
  height: 26px;
  line-height: 26px;
  min-height: 26px;
}
.vip-gift-list-dialog .inner .title .icon {
  width: 22px;
  height: 22px;
  margin-left: 5px;
  position: relative;
  top: -1px;
}
.vip-gift-list-dialog .inner .gift-list {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  overflow-y: scroll;
  margin-top: 20px;
  padding: 10px 22px 0 22px;
  -webkit-box-flex: 1;
  flex: 1;
}
.vip-gift-list-dialog .inner .gift-list::-webkit-scrollbar {
  width: 8px;
}
.vip-gift-list-dialog .inner .gift-list::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #c8c8c8;
  cursor: pointer;
}
.vip-gift-list-dialog .inner .gift-list::-webkit-scrollbar-thumb:hover {
  background: #bebebe;
}
.vip-gift-list-dialog .inner .gift-list::-webkit-scrollbar-thumb:active {
  background: #b0b0b0;
}
.vip-gift-list-dialog .inner .gift-list .gift-li {
  width: calc((100% - 72px) / 3);
  height: 94px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 6px;
  padding: 0 12px;
  border: 1px solid #e8e8e8;
  margin: 0 12px 15px 12px;
}
.vip-gift-list-dialog .inner .gift-list .gift-li.active {
  background: #f6fff8;
  border: 1px solid #87e49d;
}
.vip-gift-list-dialog .inner .gift-list .gift-li .category {
  height: 23px;
  line-height: 23px;
  border-radius: 4px;
  background: #ffeecf;
  font-size: 12px;
  color: #c2620f;
  font-weight: bold;
  padding: 0 7px;
  position: absolute;
  top: -12px;
  left: -12px;
}
.vip-gift-list-dialog .inner .gift-list .gift-li .icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
}
.vip-gift-list-dialog .inner .gift-list .gift-li .right-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: 14px;
  overflow: hidden;
}
.vip-gift-list-dialog .inner .gift-list .gift-li .right-box .name {
  font-size: 16px;
  color: #222222;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
}
.vip-gift-list-dialog .inner .gift-list .gift-li .right-box .detail {
  font-size: 14px;
  color: #c69860;
  margin-top: 5px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 20px;
  line-height: 20px;
}
.vip-gift-list-dialog .inner .gift-list .gift-li .right-box .value {
  font-size: 14px;
  color: #999999;
  margin-top: 4px;
  height: 20px;
  line-height: 20px;
}
#mpa-pay-success-dialog {
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.48);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
#mpa-pay-success-dialog p {
  margin: 0;
}
#mpa-pay-success-dialog .mpa-btn,
#mpa-pay-success-dialog .btn {
  outline: none;
  cursor: pointer;
  padding: 0;
  min-width: 58px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  color: #666666;
  background-color: #FFFFFF;
}
#mpa-pay-success-dialog .mpa-btn:hover,
#mpa-pay-success-dialog .btn:hover {
  background-color: #F8F8F8;
  border-color: #D3D3D3;
  color: #333333;
}
#mpa-pay-success-dialog .mpa-btn:active,
#mpa-pay-success-dialog .btn:active {
  background-color: #F2F2F2;
  border-color: #CFCFCF;
  color: #1A1A1A;
}
#mpa-pay-success-dialog .mpa-btn:disabled,
#mpa-pay-success-dialog .btn:disabled,
#mpa-pay-success-dialog .mpa-btn.disabled,
#mpa-pay-success-dialog .btn.disabled,
#mpa-pay-success-dialog .mpa-btn.mpa-disabled,
#mpa-pay-success-dialog .btn.mpa-disabled {
  border-color: #D6D6D6;
  background-color: #FAFAFA;
  color: #B9B9B9;
  cursor: not-allowed;
}
#mpa-pay-success-dialog .mpa-btn.mpa-btn-primary,
#mpa-pay-success-dialog .btn.btn-primary {
  border-color: #24BE58;
  color: #FFFFFF;
  background-color: #24BE58;
}
#mpa-pay-success-dialog .mpa-btn.mpa-btn-primary:hover,
#mpa-pay-success-dialog .btn.btn-primary:hover {
  border-color: #21AF51;
  color: #FFFFFF;
  background-color: #21AF51;
}
#mpa-pay-success-dialog .mpa-btn.mpa-btn-primary:active,
#mpa-pay-success-dialog .btn.btn-primary:active {
  border-color: #1FA63F;
  color: #FFFFFF;
  background-color: #1FA63F;
}
#mpa-pay-success-dialog .mpa-btn.mpa-btn-primary:disabled,
#mpa-pay-success-dialog .btn.btn-primary:disabled,
#mpa-pay-success-dialog .mpa-btn.mpa-btn-primary.disabled,
#mpa-pay-success-dialog .btn.btn-primary.disabled,
#mpa-pay-success-dialog .mpa-btn.mpa-btn-primary.mpa-disabled,
#mpa-pay-success-dialog .btn.btn-primary.mpa-disabled {
  border-color: #D6D6D6;
  background-color: #FAFAFA;
  color: #B9B9B9;
  cursor: not-allowed;
  background-image: unset;
}
#mpa-pay-success-dialog .inner {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 15%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: white;
  text-align: left;
  width: 540px;
  border-radius: 2px;
  padding: 0 32px;
  height: 296px;
  box-sizing: border-box;
}
#mpa-pay-success-dialog .dialog-title {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  margin-top: 33px;
  display: -webkit-box;
  display: flex;
}
#mpa-pay-success-dialog .dialog-title img {
  width: 21px;
  height: 21px;
  margin-right: 9px;
}
#mpa-pay-success-dialog img.close-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
  height: 14px;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  padding: 5px;
  box-sizing: content-box;
  opacity: 0.6;
}
#mpa-pay-success-dialog img.close-btn:hover {
  opacity: 1;
}
#mpa-pay-success-dialog .d-content .succecc-prompt {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 53px;
  margin-bottom: 53px;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
}
#mpa-pay-success-dialog .d-content .succecc-prompt img {
  margin-right: 8px;
  width: 37px;
  height: 37px;
}
#mpa-pay-success-dialog .d-content .controls {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
#mpa-pay-success-dialog .d-content .controls .item > p {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-top: 4px;
  text-align: center;
  word-break: keep-all;
  white-space: nowrap;
}
#mpa-pay-success-dialog .d-content .controls .item > button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 207px;
  height: 48px;
  border-color: #24BE48;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}
#mpa-pay-success-dialog .d-content .controls .item > button img.receipt {
  width: 15px;
  height: 20px;
  margin-right: 9px;
}
#mpa-pay-success-dialog .d-content .controls .item > button img.gift {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}
#mpa-pay-success-dialog .d-content .controls .item > button:hover {
  border-color: #24BE48;
}
#mpa-pay-success-dialog .d-content .controls .item + .item {
  margin-left: 16px;
}
#mpa-pay-success-dialog .d-content .more-service-wrap {
  position: relative;
  margin-top: 63px;
  margin-bottom: 32px;
  padding: 34px 12px 0 12px;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
}
#mpa-pay-success-dialog .d-content .more-service-wrap > p {
  position: absolute;
  left: calc(50% - 151px);
  top: -13px;
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  text-align: center;
  background-color: white;
  padding-left: 8px;
}
#mpa-pay-success-dialog .d-content .more-service-wrap .more-service {
  display: -webkit-box;
  display: flex;
  background: #f9f9f9;
  border-radius: 3px;
}
#mpa-pay-success-dialog .d-content .more-service-wrap .more-service .split-line {
  width: 1px;
  height: 114px;
  background-color: #e8e8e8;
  margin-top: 23px;
}
#mpa-pay-success-dialog .d-content .more-service-wrap .more-service .sevice {
  -webkit-box-flex: 1;
  flex: 1;
  text-align: center;
  padding: 18px 0;
}
#mpa-pay-success-dialog .d-content .more-service-wrap .more-service .sevice .title {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
#mpa-pay-success-dialog .d-content .more-service-wrap .more-service .sevice .title img {
  margin-right: 8px;
}
#mpa-pay-success-dialog .d-content .more-service-wrap .more-service .sevice .li-content {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  padding: 16px 40px;
}
#mpa-pay-success-dialog .d-content .more-service-wrap .more-service .sevice .advantages span {
  background: rgba(36, 190, 72, 0.07);
  border-radius: 4px;
  padding: 7px 12px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
#mpa-pay-success-dialog .d-content .more-service-wrap .more-service .sevice .advantages span + span {
  margin-left: 8px;
}
#mpa-pay-success-dialog .d-content .consult {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #24be48;
  display: -webkit-box;
  display: flex;
}
#mpa-pay-success-dialog .d-content .consult > div {
  -webkit-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 10px 120px;
  padding: 4px 0;
  position: relative;
  cursor: pointer;
}
#mpa-pay-success-dialog .d-content .consult > div > img {
  margin-right: 6px;
}
#mpa-pay-success-dialog .d-content .consult > div .popup {
  cursor: default;
  position: absolute;
  background-color: white;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  display: none;
  bottom: 30px;
  padding: 12px 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 4px;
}
#mpa-pay-success-dialog .d-content .consult > div .popup::after {
  bottom: -12px;
  box-sizing: content-box;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: white;
  position: absolute;
  right: calc(50% - 6px);
}
#mpa-pay-success-dialog .d-content .consult > div .popup p {
  margin-top: 7px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  white-space: nowrap;
}
#mpa-pay-success-dialog .d-content .consult > div .popup img {
  width: 120px;
  height: 120px;
}
#mpa-pay-success-dialog .d-content .consult > div:hover .popup {
  display: -webkit-box;
  display: flex;
}
#mpa-pay-success-dialog-v1 {
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.48);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
#mpa-pay-success-dialog-v1 p {
  margin: 0;
}
#mpa-pay-success-dialog-v1 .inner {
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: white;
  text-align: left;
  width: 738px;
  border-radius: 2px;
  padding: 0 62px 62px 62px;
  box-sizing: border-box;
}
#mpa-pay-success-dialog-v1 .vip-success-icon-box {
  position: absolute;
  left: 50%;
  top: -50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#mpa-pay-success-dialog-v1 .vip-success-icon-box img {
  width: 113px;
  height: 88px;
}
#mpa-pay-success-dialog-v1 .vip-success-text-box {
  text-align: center;
  margin-top: 60px;
}
#mpa-pay-success-dialog-v1 .vip-success-text-box p {
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
#mpa-pay-success-dialog-v1 .dialog-title {
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  margin-top: 16px;
}
#mpa-pay-success-dialog-v1 .dialog-title p {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
}
#mpa-pay-success-dialog-v1 .dialog-title span {
  display: inline-block;
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: bold;
  color: #24BE48;
  line-height: 22px;
}
#mpa-pay-success-dialog-v1 .dialog-title img {
  width: 18px;
  height: 18px;
  margin-right: 2px;
}
#mpa-pay-success-dialog-v1 .vip-success-icon-box {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#mpa-pay-success-dialog-v1 .vip-success-icon-box img {
  width: 113px;
  height: 88px;
}
#mpa-pay-success-dialog-v1 img.close-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
  height: 14px;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  padding: 5px;
  box-sizing: content-box;
  opacity: 0.6;
}
#mpa-pay-success-dialog-v1 img.close-btn:hover {
  opacity: 1;
}
#mpa-pay-success-dialog-v1 .d-content .succecc-prompt {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 53px;
  margin-bottom: 53px;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
}
#mpa-pay-success-dialog-v1 .d-content .succecc-prompt img {
  margin-right: 8px;
  width: 37px;
  height: 37px;
}
#mpa-pay-success-dialog-v1 .d-content .controls {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 24px;
}
#mpa-pay-success-dialog-v1 .d-content .controls .item {
  width: 152px;
  height: 40px;
  margin: 0px 10px;
}
#mpa-pay-success-dialog-v1 .d-content .controls .item > .mpa-btn {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #24BE48;
  border-radius: 3px;
}
#mpa-pay-success-dialog-v1 .d-content .controls .item > .mpa-btn p {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #24BE48;
  line-height: 22px;
}
#mpa-pay-success-dialog-v1 .d-content .controls .item .mpa-btn:hover {
  border-radius: 3px;
  background: #F5FFF7;
  border: 1px solid #24BE48;
}
#mpa-pay-success-dialog-v1 .d-content .controls .item .mpa-btn:hover p {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #24BE48;
  line-height: 22px;
}
#mpa-pay-success-dialog-v1 .d-content .more-service-wrap {
  position: relative;
  margin-top: 63px;
  margin-bottom: 32px;
  padding: 34px 12px 0 12px;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
}
#mpa-pay-success-dialog-v1 .d-content .more-service-wrap > p {
  position: absolute;
  left: calc(50% - 151px);
  top: -13px;
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  text-align: center;
  background-color: white;
  padding-left: 8px;
}
#mpa-pay-success-dialog-v1 .d-content .more-service-wrap .more-service {
  display: -webkit-box;
  display: flex;
  background: #f9f9f9;
  border-radius: 3px;
}
#mpa-pay-success-dialog-v1 .d-content .more-service-wrap .more-service .split-line {
  width: 1px;
  height: 114px;
  background-color: #e8e8e8;
  margin-top: 23px;
}
#mpa-pay-success-dialog-v1 .d-content .more-service-wrap .more-service .sevice {
  -webkit-box-flex: 1;
  flex: 1;
  text-align: center;
  padding: 18px 0;
}
#mpa-pay-success-dialog-v1 .d-content .more-service-wrap .more-service .sevice .title {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
#mpa-pay-success-dialog-v1 .d-content .more-service-wrap .more-service .sevice .title img {
  margin-right: 8px;
}
#mpa-pay-success-dialog-v1 .d-content .more-service-wrap .more-service .sevice .li-content {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  padding: 16px 40px;
}
#mpa-pay-success-dialog-v1 .d-content .more-service-wrap .more-service .sevice .advantages span {
  background: rgba(36, 190, 72, 0.07);
  border-radius: 4px;
  padding: 7px 12px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
#mpa-pay-success-dialog-v1 .d-content .more-service-wrap .more-service .sevice .advantages span + span {
  margin-left: 8px;
}
#mpa-pay-success-dialog-v1 .d-content .consult {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #24be48;
  display: -webkit-box;
  display: flex;
}
#mpa-pay-success-dialog-v1 .d-content .consult > div {
  -webkit-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 10px 120px;
  padding: 4px 0;
  position: relative;
  cursor: pointer;
}
#mpa-pay-success-dialog-v1 .d-content .consult > div > img {
  margin-right: 6px;
}
#mpa-pay-success-dialog-v1 .d-content .consult > div .popup {
  cursor: default;
  position: absolute;
  background-color: white;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  display: none;
  bottom: 30px;
  padding: 12px 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 4px;
}
#mpa-pay-success-dialog-v1 .d-content .consult > div .popup::after {
  bottom: -12px;
  box-sizing: content-box;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: white;
  position: absolute;
  right: calc(50% - 6px);
}
#mpa-pay-success-dialog-v1 .d-content .consult > div .popup p {
  margin-top: 7px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  white-space: nowrap;
}
#mpa-pay-success-dialog-v1 .d-content .consult > div .popup img {
  width: 120px;
  height: 120px;
}
#mpa-pay-success-dialog-v1 .d-content .consult > div:hover .popup {
  display: -webkit-box;
  display: flex;
}
#mpa-pay-success-dialog-v1 .pay-success-order-text-box {
  width: 100%;
  text-align: center;
  margin-top: 8px;
}
#mpa-pay-success-dialog-v1 .pay-success-order-text-box p {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
#mpa-pay-success-dialog-v1 .extra-gift-box {
  margin-top: 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}
#mpa-pay-success-dialog-v1 .extra-gift-box .qr-box {
  width: 133px;
  height: 133px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
#mpa-pay-success-dialog-v1 .extra-gift-box .qr-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mpa-pay-success-dialog-v1 .extra-gift-box .qr-box .loading-icon {
  width: 20px;
  height: 20px;
}
#mpa-pay-success-dialog-v1 .extra-gift-box p {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin-top: 8px;
  text-align: center;
}
#mpa-pay-success-dialog-v1 .extra-gift-box p span {
  color: #24BE48;
  margin: 0 4px;
}
* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  height: auto;
  background-color: #f6f8f9;
  box-sizing: border-box;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 8px;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #c8c8c8;
  cursor: pointer;
}
html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background: #bebebe;
}
html::-webkit-scrollbar-thumb:active,
body::-webkit-scrollbar-thumb:active {
  background: #b0b0b0;
}
html.lock-scroll,
body.lock-scroll {
  overflow: hidden;
}
.header-inner {
  width: 1200px !important;
}
.header-inner .title {
  font-size: 22px;
  white-space: nowrap;
  color: #353535;
  position: relative;
  top: -1px;
}
a {
  text-decoration: none;
}
#style-detail-view {
  min-height: calc(100vh - 68px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
#style-detail-view .login-tips-dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
#style-detail-view .login-tips-dialog .dialog-inner {
  width: 414px;
  height: 249px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 32px 23px;
  border-radius: 4px;
  background: white;
}
#style-detail-view .login-tips-dialog .dialog-inner .close-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
#style-detail-view .login-tips-dialog .dialog-inner .content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  min-width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
#style-detail-view .login-tips-dialog .dialog-inner .content .no-login-logo {
  width: 143px;
  height: 95px;
}
#style-detail-view .login-tips-dialog .dialog-inner .content p {
  text-align: center;
  color: #8d8d8d;
  font-size: 15px;
}
#style-detail-view .login-tips-dialog .dialog-inner .content p span {
  color: #24be48;
}
#style-detail-view .login-tips-dialog .dialog-inner .content .login-btn {
  display: inline-block;
  border: none;
  outline: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  background: #24be48;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 4px;
  color: #fff;
  padding: 0px 35px;
}
#style-detail-view .pay-tips-dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  align-self: center;
  left: 0;
  top: 0;
}
#style-detail-view .pay-tips-dialog .inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  width: 403px;
  height: 258px;
  background: white;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
}
#style-detail-view .pay-tips-dialog .inner .close-icon {
  position: absolute;
  width: 22px;
  height: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: -28px;
  right: 0;
}
#style-detail-view .pay-tips-dialog .inner .bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 463px;
  top: 17px;
  z-index: 0;
}
#style-detail-view .pay-tips-dialog .inner .text {
  height: 24px;
  line-height: 24px;
  font-size: 17px;
  color: #353535;
  margin-top: 132px;
  position: relative;
  z-index: 1;
}
#style-detail-view .pay-tips-dialog .inner .btn {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  line-height: 21px;
  padding: 6px 26px;
  background: #24be48;
  margin-top: 30px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  z-index: 1;
}
#style-detail-view .rich-toast {
  width: 292px;
  height: auto;
  position: fixed;
  top: 371px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  color: #fff;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 23px 0 30px 0;
  z-index: 10;
}
#style-detail-view .rich-toast.show {
  display: -webkit-box;
  display: flex;
}
#style-detail-view .rich-toast .img,
#style-detail-view .rich-toast .title,
#style-detail-view .rich-toast .desc {
  -webkit-box-flex: 1;
  flex: 1;
}
#style-detail-view .rich-toast .title {
  font-size: 20px;
  line-height: 58px;
}
#style-detail-view .rich-toast .desc {
  padding: 0 28px;
  font-size: 16px;
}
#style-detail-view .content {
  max-width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
#style-detail-view .content .recommend .recommend-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  border-top: 1px solid #e8e8eb;
  position: relative;
}
#style-detail-view .content .recommend .recommend-nav .selected-line {
  position: absolute;
  width: 73px;
  top: -2px;
  left: 0px;
  height: 3px;
  background: #24be48;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
#style-detail-view .content .recommend .recommend-nav .selected-line .selected {
  margin-left: 70px;
}
#style-detail-view .content .recommend .recommend-nav .nav-li {
  color: rgba(51, 51, 51, 0.4);
  line-height: 22px;
  font-size: 16px;
  height: 45px;
  padding: 13px 5px 10px;
  box-sizing: border-box;
  margin-right: 20px;
  margin-top: -2px;
  cursor: pointer;
}
#style-detail-view .content .recommend .recommend-nav .selected {
  color: #333333;
}
#style-detail-view .content .recommend .material-box {
  position: relative;
}
#style-detail-view .content .recommend .loading-wrap {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  z-index: 99;
}
#style-detail-view .content .recommend .no-data {
  display: none;
  font-size: 14px;
  color: #333333;
}
#style-detail-view .content .recommend .no-data.show {
  display: block;
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
}
#style-detail-view .content .recommend .no-data .no-find-style {
  margin-top: 20px;
}
#style-detail-view .content .recommend .material-item-li {
  padding: 17px 0 0 17px;
  float: left;
}
#style-detail-view .content .recommend .material-item-li:first-child {
  padding-left: 0;
}
#style-detail-view .content .recommend .material-item-li .material-item-li-inner {
  background: #fff;
  width: 287px;
  height: auto;
  border-radius: 6px;
  overflow: hidden;
}
#style-detail-view .content .recommend .material-item-li .material-item-li-inner:hover {
  box-shadow: 0px 4px 13px 0px rgba(188, 191, 193, 0.46);
}
#style-detail-view .content .recommend .material-item-li .style-graphic {
  cursor: pointer;
  height: auto;
}
#style-detail-view .content .recommend .material-item-li .style-graphic .filter-type {
  text-align: right;
  padding: 9px;
}
#style-detail-view .content .recommend .material-item-li .style-graphic .filter-type .icon.vip {
  width: 16px;
  height: 16px;
  margin-left: 6px;
}
#style-detail-view .content .recommend .material-item-li .style-graphic .filter-type .icon.star {
  width: 18px;
  height: 18px;
  position: relative;
  top: 1px;
}
#style-detail-view .content .recommend .material-item-li .style-graphic .template-cover-detail {
  padding: 0 10px 10px 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
#style-detail-view .content .recommend .material-item-li .style-graphic .template-cover-detail .template-cover-wrap {
  width: 258px;
  height: 275px;
  position: relative;
  overflow: hidden;
}
#style-detail-view .content .recommend .material-item-li .style-graphic .template-cover-detail .template-cover-wrap:hover .black-layer {
  display: -webkit-box;
  display: flex;
}
#style-detail-view .content .recommend .material-item-li .style-graphic .template-cover-detail .template-cover-wrap .coverImg {
  width: 100%;
  height: 100%;
}
#style-detail-view .content .recommend .material-item-li .style-graphic .template-cover-detail .template-cover-wrap .black-layer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: none;
}
#style-detail-view .content .recommend .material-item-li .style-graphic .template-cover-detail .template-cover-wrap .black-layer .center-area .preview {
  width: 40px;
  height: 40px;
  margin-bottom: 4px;
}
#style-detail-view .content .recommend .material-item-li .style-graphic .template-cover-detail .template-cover-wrap .black-layer .center-area p {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
}
#style-detail-view .content .recommend .material-item-li .style-graphic .template-cover-detail .template-cover-wrap .title-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 28px;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}
#style-detail-view .content .recommend .material-item-li .style-graphic .template-cover-detail .template-cover-wrap .title-wrap p {
  margin-left: 7px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
}
#style-detail-view .content .recommend .material-item-li .style-graphic .detail {
  padding: 20px 10px;
  text-align: left;
}
#style-detail-view .content .recommend .material-item-li .style-graphic .detail * {
  max-width: 100% !important;
  box-sizing: border-box !important;
  word-wrap: break-word !important;
  word-break: normal !important;
}
#style-detail-view .content .recommend .material-item-li .style-tag {
  border-top: 1px solid #f0f0f0;
  height: auto;
}
#style-detail-view .content .recommend .material-item-li .style-tag .copy-faved {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  font-size: 12px;
  color: #353535;
  height: 45px;
  line-height: 45px;
}
#style-detail-view .content .recommend .material-item-li .style-tag .copy-faved .col-flex {
  -webkit-box-flex: 1;
  flex: 1;
}
#style-detail-view .content .recommend .material-item-li .style-tag .copy-faved .col {
  display: block;
}
#style-detail-view .content .recommend .material-item-li .style-tag .copy-faved .time {
  -webkit-box-flex: 1;
  flex: 1;
  text-align: left;
  margin-left: 12px;
  color: #979797;
}
#style-detail-view .content .recommend .material-item-li .style-tag .copy-faved .time .img {
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  margin-right: 2px;
}
#style-detail-view .content .recommend .material-item-li .style-tag .copy-faved .desc {
  margin-left: 4px;
  opacity: 0.6;
}
#style-detail-view .content .recommend .material-item-li .style-tag .copy-faved .style-detail-btn {
  font-size: 12px;
  position: absolute;
  left: 0;
  padding-left: 20px;
  cursor: pointer;
  color: #979797;
}
#style-detail-view .content .recommend .material-item-li .style-tag .copy-faved .style-detail-btn:hover {
  color: #333333;
}
#style-detail-view .content .recommend .material-item-li .style-tag .copy-faved .copy {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
#style-detail-view .content .recommend .material-item-li .style-tag .copy-faved .copy .col-flex {
  -webkit-box-flex: 1;
  flex: 1;
}
#style-detail-view .content .recommend .material-item-li .style-tag .copy-faved .copy .col {
  display: block;
}
#style-detail-view .content .recommend .material-item-li .style-tag .copy-faved .copy:hover .desc,
#style-detail-view .content .recommend .material-item-li .style-tag .copy-faved .copy:hover .copy-icon,
#style-detail-view .content .recommend .material-item-li .style-tag .copy-faved .copy:hover .faved-icon {
  opacity: 1;
}
#style-detail-view .content .recommend .material-item-li .style-tag .copy-faved .faved {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 20px 0 13px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
#style-detail-view .content .recommend .material-item-li .style-tag .copy-faved .faved .col-flex {
  -webkit-box-flex: 1;
  flex: 1;
}
#style-detail-view .content .recommend .material-item-li .style-tag .copy-faved .faved .col {
  display: block;
}
#style-detail-view .content .recommend .material-item-li .style-tag .copy-faved .faved:hover .desc,
#style-detail-view .content .recommend .material-item-li .style-tag .copy-faved .faved:hover .copy-icon,
#style-detail-view .content .recommend .material-item-li .style-tag .copy-faved .faved:hover .faved-icon {
  opacity: 1;
}
#style-detail-view .content .recommend .material-item-li .style-tag .copy-faved .copy-icon {
  position: relative;
  top: -2px;
  opacity: 0.6;
  width: 20px;
  height: 20px;
}
#style-detail-view .content .recommend .material-item-li .style-tag .copy-faved .faved-icon {
  opacity: 0.6;
  position: relative;
  top: -2px;
  width: 16px;
  height: 16px;
}
#style-detail-view .content .recommend .material-item-li .style-tag .copy-faved .faved-icon.active {
  opacity: 1;
}
#style-detail-view .content .recommend .material-item-li .style-tag .style-tag-list {
  line-height: 30px;
  padding: 0 4px;
}
#style-detail-view .content .recommend .material-item-li .style-tag .style-tag-list .tag-title {
  font-size: 14px;
  margin: 0 0 8px 8px;
  float: left;
}
#style-detail-view .content .recommend .material-item-li .style-tag .style-tag-list .tag-title:last-child {
  margin-bottom: 18px;
}
#style-detail-view .content .recommend .material-item-li .style-tag .style-tag-list .tag-title a {
  color: #333333;
  background: #f6f8f9;
  text-decoration: none;
  padding: 5px 8px;
  border-radius: 6px;
  font-size: 14px;
}
#style-detail-view .content .recommend .material-item-li .style-tag p.id {
  text-align: left;
  padding: 5px;
  padding-left: 13px;
  border-top: 1px solid #e8e8e8;
  font-size: 13px;
  color: #999999;
}
#style-detail-view .to-top {
  position: fixed;
  bottom: 456px;
  right: 25px;
  width: 51px;
  height: 51px;
  background: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.21);
  border-radius: 4px;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
#style-detail-view .to-top .img {
  width: 18px;
  height: 24px;
}
#style-detail-view .pos-abs {
  position: absolute;
  width: 100%;
}
#style-detail {
  box-sizing: border-box;
  max-width: 1200px;
  max-height: 582px;
  margin: 23px auto 36px;
  padding: 19px 42px 35px 42px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
}
#style-detail nav {
  color: #333333;
  font-size: 14px;
  text-align: left;
}
#style-detail nav .style-center {
  color: #24be48;
}
#style-detail nav .style-center:hover {
  opacity: 0.8;
}
#style-detail .style-detail-container {
  margin-top: 37px;
  display: -webkit-box;
  display: flex;
}
#style-detail .style-detail-container .template-style-cover {
  width: 310px;
  height: 310px;
}
#style-detail .style-detail-container .template-style-cover img {
  width: 100%;
  height: 100%;
}
#style-detail .style-detail-container .style-detail-content {
  min-height: 361px;
  max-height: 471px;
  width: 422px;
  box-sizing: border-box;
  padding: 0 14px;
  min-width: 422px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
  overflow: auto;
}
#style-detail .style-detail-container .style-detail-content * {
  max-width: 100% !important;
  box-sizing: border-box !important;
  word-wrap: break-word !important;
  word-break: normal !important;
}
#style-detail .style-detail-container .style-detail-content::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
#style-detail .style-detail-container .style-detail-content::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}
#style-detail .style-detail-container .style-detail-content::-webkit-scrollbar-thumb {
  height: 5px;
  border-radius: 10px;
  background-color: #dfdfdf;
  cursor: pointer;
}
#style-detail .style-detail-container .style-detail-intro {
  margin-left: 42px;
}
#style-detail .style-detail-container .style-detail-intro .style-detail-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
#style-detail .style-detail-container .style-detail-intro .style-detail-info .info {
  max-width: 540px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 24px;
  color: #333333;
}
#style-detail .style-detail-container .style-detail-intro .style-detail-info .star {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 12px;
  background: #b1d84f;
  color: #ffffff;
  padding: 0 9px;
  border-radius: 9px;
  margin-left: 13px;
}
#style-detail .style-detail-container .style-detail-intro .style-detail-info .pay {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 12px;
  background: #f0c084;
  color: #ffffff;
  padding: 0 9px;
  border-radius: 9px;
  margin-left: 6px;
}
#style-detail .style-detail-container .style-detail-intro .mate-content {
  color: rgba(51, 51, 51, 0.32);
  font-size: 15px;
  line-height: 21px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
#style-detail .style-detail-container .style-detail-intro .mate-content .img {
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  margin-right: 4px;
}
#style-detail .style-detail-container .style-detail-intro .mate-content .from {
  margin-left: 40px;
  margin-right: 37px;
}
#style-detail .style-detail-container .style-detail-intro .style-tag-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 20px;
  color: #333333;
}
#style-detail .style-detail-container .style-detail-intro .style-tag-list.statement {
  color: rgba(51, 51, 51, 0.45);
}
#style-detail .style-detail-container .style-detail-intro .style-tags {
  margin: 0;
  -webkit-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
#style-detail .style-detail-container .style-detail-intro .style-tags .style-tag {
  font-size: 14px;
  color: #333333;
  background-color: #f6f8f9;
  padding: 5px 8px 5px 8px;
  border-radius: 6px;
  margin-right: 8px;
}
#style-detail .style-detail-container .style-detail-intro .style-operator {
  margin-top: 48px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
#style-detail .style-detail-container .style-detail-intro .style-operator img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
#style-detail .style-detail-container .style-detail-intro .style-operator img.preview-icon {
  width: 19px;
  height: 12px;
}
#style-detail .style-detail-container .style-detail-intro .style-operator .copy {
  padding: 8px 16px;
  border: 1px solid #56be48;
  border-radius: 4px;
  color: #24be48;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
#style-detail .style-detail-container .style-detail-intro .style-operator .preview {
  padding: 8px 16px;
  border: 1px solid #56be48;
  border-radius: 4px;
  color: #24be48;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
#style-detail .style-detail-container .style-detail-intro .style-operator .faved {
  padding: 8px 16px;
  border: 1px solid #56be48;
  border-radius: 4px;
  color: #24be48;
  margin: 0 46px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.template-style-preview-box {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.template-style-preview-box * {
  max-width: 100% !important;
}
.template-style-preview-box .template-wrap {
  position: fixed;
  top: 3%;
}
.template-style-preview-box .template-wrap .close-btn {
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 40px;
  right: -40px;
  top: -11px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.template-style-preview-box .template-wrap .close-btn img {
  width: 20px;
  height: 20px;
}
.template-style-preview-box .template-box {
  width: 331px;
  height: 712px;
  background: #ffffff;
  padding: 12px 4px 12px 12px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.template-style-preview-box .template-box::-webkit-scrollbar {
  width: 8px;
}
.template-style-preview-box .template-box::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #c8c8c8;
  cursor: pointer;
}
.template-style-preview-box .template-box::-webkit-scrollbar-thumb:hover {
  background: #bebebe;
}
.template-style-preview-box .template-box::-webkit-scrollbar-thumb:active {
  background: #b0b0b0;
}
.template-style-preview-box .template-box * {
  box-sizing: border-box;
}
