.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;
}
.clickable {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.hover-status:hover {
  opacity: 0.8;
}
* {
  margin: 0;
  padding: 0;
}
img:not([src]),
img[src=""] {
  opacity: 0;
}
@-webkit-keyframes loading-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes loading-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.header-inner {
  width: 1200px !important;
}
.header-inner .title {
  font-size: 22px;
  white-space: nowrap;
  color: #353535;
  position: relative;
  top: -1px;
}
#footer-root {
  display: none;
}
.fake-hide {
  position: absolute;
  left: -999em;
  top: 0;
}
html,
body {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  background-color: transparent;
}
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;
}
html.body-iframe-for-extension,
body.body-iframe-for-extension {
  min-width: unset;
  padding-right: 76px;
  background-color: transparent ;
}
html.body-iframe-for-extension::-webkit-scrollbar,
body.body-iframe-for-extension::-webkit-scrollbar {
  width: 0px;
}
html.body-iframe-for-extension::-webkit-scrollbar-thumb,
body.body-iframe-for-extension::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #c8c8c8;
  cursor: pointer;
}
html.body-iframe-for-extension::-webkit-scrollbar-thumb:hover,
body.body-iframe-for-extension::-webkit-scrollbar-thumb:hover {
  background: #bebebe;
}
html.body-iframe-for-extension::-webkit-scrollbar-thumb:active,
body.body-iframe-for-extension::-webkit-scrollbar-thumb:active {
  background: #b0b0b0;
}
html.body-default,
body.body-default {
  background-color: #f6f8f9;
}
#style-center-view {
  color: #333333;
  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-center-view .hot-calendar {
  height: 146px;
  padding: 20px 0px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 6px;
  position: relative;
  margin-bottom: 16px;
}
#style-center-view .hot-calendar .title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  text-align: left;
  font-style: normal;
  padding: 0 20px;
  margin-bottom: 12px;
}
#style-center-view .hot-calendar .calendar-box {
  position: relative;
  width: 100%;
  padding: 0 20px;
}
#style-center-view .hot-calendar .calendar-box .arrow-calendar-left,
#style-center-view .hot-calendar .calendar-box .arrow-calendar-right {
  width: 31px;
  height: 31px;
  background: #ffffff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  box-shadow: 0px 1px 10px 0px rgba(183, 191, 186, 0.69);
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
}
#style-center-view .hot-calendar .calendar-box .arrow-calendar-left.arrow-calendar-left,
#style-center-view .hot-calendar .calendar-box .arrow-calendar-right.arrow-calendar-left {
  left: 4px;
  top: 20px;
}
#style-center-view .hot-calendar .calendar-box .arrow-calendar-left.arrow-calendar-right,
#style-center-view .hot-calendar .calendar-box .arrow-calendar-right.arrow-calendar-right {
  right: 4px;
  top: 20px;
}
#style-center-view .hot-calendar .calendar-box .calendar-box-inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}
#style-center-view .hot-calendar .calendar-box .calendar-box-inner::-webkit-scrollbar {
  display: none;
}
#style-center-view .hot-calendar .calendar-box .calendar-box-inner .hot-calendar-item {
  flex-shrink: 0;
  width: 219px;
  height: 73px;
  border-radius: 4px;
  margin-right: 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 12px 20px;
  padding-right: 0;
  cursor: pointer;
  border: 1px solid transparent;
}
#style-center-view .hot-calendar .calendar-box .calendar-box-inner .hot-calendar-item.selected {
  border: 1px solid #24be48;
}
#style-center-view .hot-calendar .calendar-box .calendar-box-inner .hot-calendar-item.pink {
  background: #fdecec;
}
#style-center-view .hot-calendar .calendar-box .calendar-box-inner .hot-calendar-item.blue {
  background: #ebf1f5;
}
#style-center-view .hot-calendar .calendar-box .calendar-box-inner .hot-calendar-item.green {
  background: #edf6e6;
}
#style-center-view .hot-calendar .calendar-box .calendar-box-inner .hot-calendar-item.yellow {
  background: #faf2ea;
}
#style-center-view .hot-calendar .calendar-box .calendar-box-inner .hot-calendar-item.purple {
  background: #ebeffd;
}
#style-center-view .hot-calendar .calendar-box .calendar-box-inner .hot-calendar-item .hot-calendar-item-inner-left {
  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;
}
#style-center-view .hot-calendar .calendar-box .calendar-box-inner .hot-calendar-item .hot-calendar-item-inner-left .hot-calendar-item-cover-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
}
#style-center-view .hot-calendar .calendar-box .calendar-box-inner .hot-calendar-item .hot-calendar-item-inner-left .hot-calendar-item-cover-desc {
  font-size: 13px;
  color: #909cb2;
  white-space: pre-wrap;
}
#style-center-view .hot-calendar .calendar-box .calendar-box-inner .hot-calendar-item .hot-calendar-item-inner-right {
  position: relative;
  width: 55px;
  height: 65px;
  right: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
#style-center-view .hot-calendar .calendar-box .calendar-box-inner .hot-calendar-item .hot-calendar-item-inner-right .hot-calendar-item-cover {
  width: 65px;
  position: absolute;
  right: -10px;
  bottom: 6px;
}
#style-center-view .hot-calendar .calendar-box .calendar-box-inner .hot-calendar-item .hot-calendar-item-inner-right .hot-calendar-item-time {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
#style-center-view .hot-calendar .calendar-box .calendar-box-inner .hot-calendar-item .hot-calendar-item-inner-right .hot-calendar-item-time .days {
  font-size: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
}
#style-center-view .hot-calendar .calendar-box .calendar-box-inner .hot-calendar-item .hot-calendar-item-inner-right .hot-calendar-item-time .day-text {
  font-size: 12px;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  position: relative;
  top: -6px;
}
#style-center-view .hot-calendar .calendar-box .calendar-box-inner .hot-calendar-item .hot-calendar-item-inner-right .hot-calendar-item-time .today-text {
  font-size: 18px;
  font-family: PingFangSC, PingFang SC;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  padding-right: 1.5px;
  padding-bottom: 6px;
}
#style-center-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-center-view .pay-tips-dialog .inner {
  width: 403px;
  height: 258px;
  max-width: 403px;
  min-width: 403px;
  background: white;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
}
#style-center-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-center-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-center-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-center-view .pay-tips-dialog .inner .btn {
  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-center-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-center-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-center-view .login-tips-dialog .dialog-inner .close-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
#style-center-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%;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
#style-center-view .login-tips-dialog .dialog-inner .content .no-login-logo {
  width: 143px;
  height: 95px;
}
#style-center-view .login-tips-dialog .dialog-inner .content p {
  text-align: center;
  color: #8d8d8d;
  font-size: 15px;
}
#style-center-view .login-tips-dialog .dialog-inner .content p span {
  color: #24be48;
}
#style-center-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-center-view #style-footer {
  top: -999px;
  z-index: 100;
  background-color: #ffffff;
  width: 100%;
}
#style-center-view #style-footer.pos-abs {
  position: absolute;
}
#style-center-view #style-footer .index-footer-inner {
  height: 380px;
}
#style-center-view .to-top {
  position: absolute;
  bottom: -88px;
  width: 48px;
  height: 48px;
  border-radius: 5px;
  background: #ffffff;
  cursor: pointer;
  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;
  font-size: 12px;
  border: 1px solid #ededed;
}
#style-center-view .to-top .img {
  margin-bottom: 2px;
}
#style-center-view .to-top .img.hover {
  display: none;
}
#style-center-view .to-top span {
  display: none;
}
#style-center-view .to-top:hover {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.09);
  border: none;
}
#style-center-view .to-top:hover img.hover {
  margin-top: 7px;
  display: block;
}
#style-center-view .to-top:hover img.normal {
  display: none;
}
#style-center-view .to-top:hover span {
  display: block;
  color: #24be48;
}
#style-center-view .page-list {
  z-index: 101;
  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;
  width: -webkit-fit-content;
  width: fit-content;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(640px, -50%);
  transform: translate(640px, -50%);
}
#style-center-view .page-list.page-fixed {
  position: fixed;
}
#style-center-view .page-list li {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  word-break: keep-all;
}
#style-center-view .page-list li:last-child {
  margin-right: 0;
}
#style-center-view .page-list .no-bg-btn {
  width: -webkit-fit-content;
  width: fit-content;
}
#style-center-view .page-list .preview-btn:not(.not-clickable),
#style-center-view .page-list .next-btn:not(.not-clickable) {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#style-center-view .page-list .preview-btn:not(.not-clickable):hover,
#style-center-view .page-list .next-btn:not(.not-clickable):hover {
  opacity: 0.8;
}
#style-center-view .page-list .preview-btn.not-clickable,
#style-center-view .page-list .next-btn.not-clickable {
  color: #999999;
}
#style-center-view .page-list .total-count,
#style-center-view .page-list .preview-btn {
  margin-bottom: 25px;
}
#style-center-view .page-list .next-btn {
  margin-top: 10px;
}
#style-center-view .page-list .page-btn:not(.no-bg-btn) {
  background: #ffffff;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  margin-bottom: 15px;
}
#style-center-view .page-list .page-btn:not(.no-bg-btn) .inverted-triangulation-previous {
  width: 8px;
  height: 8px;
  border: 1px solid #595959;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: none;
  border-right: none;
}
#style-center-view .page-list .page-btn:not(.no-bg-btn) .inverted-triangulation-next {
  width: 8px;
  height: 8px;
  border: 1px solid #595959;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: none;
  border-left: none;
}
#style-center-view .page-list .page-btn:not(.no-bg-btn):not(.selected):not(.not-clickable) {
  border: 1px solid #ededed;
}
#style-center-view .page-list .page-btn:not(.no-bg-btn):nth-child(n + 2):not(.not-clickable):not(.selected):hover {
  color: #24be48;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.09);
}
#style-center-view .page-list .page-btn:not(.no-bg-btn):first-child {
  cursor: text;
}
#style-center-view .page-list .page-btn:not(.no-bg-btn).selected {
  background: #24be48;
  color: #fff;
}
#style-center-view .page-list .page-btn:not(.no-bg-btn).not-clickable {
  color: rgba(51, 51, 51, 0.39);
}
#style-center-view .page-list .page-btn:not(.no-bg-btn).jump-page-input {
  cursor: text;
  text-align: center;
  border: 1px solid #24be48;
  outline: none;
  margin-top: 8px;
  margin-bottom: 8px;
}
#style-center-view .page-list .jump-to-remind {
  text-align: center;
}
#style-center-view .page-list .jump-to-remind p {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #595959;
  line-height: 22px;
}
#style-center-view .page-list .ellipses {
  background: transparent;
  width: 36px;
  margin: -10px 0 12px;
}
#style-center-view.style-center-iframe-for-extension {
  overflow: hidden;
}
#style-center-view.style-center-iframe-for-extension .page-list {
  left: unset;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(calc(-50% - 40px));
  transform: translateY(calc(-50% - 40px));
}
#style-center-view.style-center-iframe-for-extension .page-list .to-top {
  bottom: -43px;
}
#style-center-view.style-center-iframe-for-extension .inner {
  padding-top: 0;
  min-width: unset;
  width: 100%;
  background: #F5F8F9;
}
#style-center-view.style-center-iframe-for-extension .inner .material-list .material-col {
  width: 24%;
  -webkit-box-flex: unset;
  flex: unset;
}
#style-center-view .inner {
  -webkit-box-flex: 1;
  flex: 1;
  margin: 0 auto;
  min-width: 1200px;
  max-width: 1200px;
  padding-top: 16px;
}
#style-center-view .inner .loading-wrap {
  width: 100%;
  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;
  position: relative;
  z-index: 99;
  font-size: 13px;
  color: #999999;
  line-height: 18px;
  margin-top: 135px;
  padding-bottom: 130px;
}
#style-center-view .inner .loading-wrap img {
  margin-bottom: 13px;
}
#style-center-view .inner .loading-wrap .loading-box {
  width: 113px;
  height: 113px;
  border-radius: 56.5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 13px;
}
#style-center-view .inner .loading-wrap .loading-box .loading-bg {
  position: absolute;
  z-index: 0;
}
#style-center-view .inner .loading-wrap .loading-box .loading {
  margin: 0;
  -webkit-animation: loading-rotate 1.5s linear infinite;
  animation: loading-rotate 1.5s linear infinite;
}
#style-center-view .inner .loading-wrap a {
  color: #24be48;
}
#style-center-view .inner .header-tabs {
  width: 100%;
  height: 55px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.02);
  border-radius: 4px 4px 0px 0px;
  display: -webkit-box;
  display: flex;
  position: relative;
  z-index: 10;
  padding-left: 8px;
}
#style-center-view .inner .header-tabs .header-tab {
  font-family: PingFangSC, PingFang SC;
  font-size: 18px;
  color: #595959;
  text-align: left;
  font-style: normal;
  position: relative;
  padding: 0 12px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
}
#style-center-view .inner .header-tabs .header-tab .active-icon {
  display: none;
}
#style-center-view .inner .header-tabs .header-tab.active {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
}
#style-center-view .inner .header-tabs .header-tab.active .active-icon {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 6px;
  width: 16px;
}
#style-center-view .inner .header {
  padding: 20px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 6px;
  position: relative;
}
#style-center-view .inner .header.show {
  display: -webkit-box;
  display: flex;
}
#style-center-view .inner .header .header-list-box {
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#style-center-view .inner .header .style-tag-list .header-base-tag-list {
  display: -webkit-box;
  display: flex;
  padding-bottom: 24px;
  gap: 16px;
}
#style-center-view .inner .header .style-tag-list .header-base-tag-list .header-base-tag .title-item {
  width: 62px;
  height: 28px;
  background: #f5f8f9;
  border-radius: 2px;
  display: -webkit-box;
  display: flex;
  color: #5b687c;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  cursor: pointer;
}
#style-center-view .inner .header .style-tag-list .header-base-tag-list .header-base-tag .title-item:hover {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
#style-center-view .inner .header .style-tag-list .header-base-tag-list .header-base-tag .title-item.selected {
  color: #fff;
  background: #26be49;
}
#style-center-view .inner .header .style-tag-list .header-base-sub-tag-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-bottom: 20px;
}
#style-center-view .inner .header .style-tag-list .header-base-sub-tag-list .header-base-tag-li {
  font-weight: 400;
  font-size: 14px;
  color: #6f7a8c;
  text-align: left;
  font-style: normal;
  border-right: 1px solid #efefef;
  padding-right: 20px;
  margin-right: 20px;
  cursor: pointer;
}
#style-center-view .inner .header .style-tag-list .header-base-sub-tag-list .header-base-tag-li.selected {
  color: #15b039;
}
#style-center-view .inner .header .style-tag-list .header-base-sub-tag-list .header-base-tag-li:first-child {
  padding-left: 0;
}
#style-center-view .inner .header .style-tag-list .header-base-sub-tag-list .header-base-tag-li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
#style-center-view .inner .header .style-tag-list .bottom-line {
  width: 100%;
  height: 0.5px;
  box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
}
#style-center-view .inner .header .style-tag-list .style-tag-li {
  line-height: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
}
#style-center-view .inner .header .style-tag-list .style-tag-li .title {
  width: 52px;
  height: 34px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #6f7a8c;
  text-align: left;
  font-style: normal;
}
#style-center-view .inner .header .style-tag-list .style-tag-li .tag-list {
  width: 1070px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 4px;
}
#style-center-view .inner .header .style-tag-list .style-tag-li .tag-list .tag-li {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 2px;
  line-height: initial;
  padding: 2px 12px;
  color: #6f7a8c;
}
#style-center-view .inner .header .style-tag-list .style-tag-li .tag-list .tag-li.selected {
  background: #f5f8f9;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
}
#style-center-view .inner .header .template-tag-list {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  gap: 18px;
}
#style-center-view .inner .header .template-tag-list .template-tag-li {
  width: 80px;
  padding: 15px 0 12px 0;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #eceef6;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  cursor: pointer;
}
#style-center-view .inner .header .template-tag-list .template-tag-li.selected {
  border: 1px solid #26be49;
  background: #f6fcf3;
}
#style-center-view .inner .header .template-tag-list .template-tag-li .icon {
  width: 26px;
  height: 26px;
  margin-bottom: 4px;
}
#style-center-view .inner .header .template-tag-list .template-tag-li .title {
  font-weight: 400;
  font-size: 14px;
  color: #595959;
  text-align: center;
  font-style: normal;
}
#style-center-view .inner .header .header-bottom-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-top: 8px;
}
#style-center-view .inner .header .header-bottom-box .selected-tag-list-content {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
}
#style-center-view .inner .header .header-bottom-box .selected-tag-list-content .selected-tag-list-title {
  padding-top: 1px;
  color: #384936;
  font-weight: 600;
}
#style-center-view .inner .header .header-bottom-box .selected-tag-list-content .selected-tag-list {
  width: 0;
  -webkit-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}
#style-center-view .inner .header .header-bottom-box .selected-tag-list-content .selected-tag-list .selected-tag {
  background: #f5f8f9;
  border-radius: 2px;
  padding: 2px 12px;
  padding-right: 0;
  display: -webkit-box;
  display: flex;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
#style-center-view .inner .header .header-bottom-box .selected-tag-list-content .selected-tag-list .selected-tag .close {
  cursor: pointer;
  padding-right: 12px;
  padding-left: 8px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#style-center-view .inner .header .header-bottom-box .selected-tag-list-content .selected-tag-list .selected-tag .close img {
  width: 9px;
}
#style-center-view .inner .header .header-bottom-box .line {
  width: 1165px;
  height: 1px;
  box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
#style-center-view .inner .header .header-bottom-box .header-bottom-box-bottom-btn {
  font-weight: 400;
  font-size: 15px;
  color: #26be49;
  text-align: left;
  font-style: normal;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#style-center-view .inner .header .header-bottom-box .header-bottom-box-bottom-btn .arrow {
  margin-left: 4px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#style-center-view .inner .header .header-bottom-box .header-bottom-box-bottom-btn .arrow.arrow-bottom {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#style-center-view .inner .header .hot-list {
  margin-top: 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
#style-center-view .inner .header .hot-list .hot-link {
  width: 222px;
  height: 132px;
  display: block;
  border-radius: 6px;
  background-color: #f0f0f0;
}
#style-center-view .inner .header .hot-list .hot-link .img {
  border-radius: 6px;
  width: 222px;
  height: 132px;
  object-fit: cover;
}
#style-center-view .inner .header .style-center-toggle-setting-wrap {
  position: absolute;
  top: 4px;
  right: 22px;
  z-index: 10;
}
#style-center-view .inner .header .style-center-toggle-setting-wrap .entry-btn {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  padding: 10px 2px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#style-center-view .inner .header .style-center-toggle-setting-wrap .entry-btn > .icon {
  width: 14px;
  height: 12px;
  margin-right: 5px;
}
#style-center-view .inner .header .style-center-toggle-setting-wrap .entry-btn > .text {
  color: #333333;
  font-size: 14px;
}
#style-center-view .inner .header .style-center-toggle-setting-wrap .entry-btn .drop-down-box {
  width: 289px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.13);
  background: white;
  border-radius: 6px;
  padding: 8px 0 0;
  position: absolute;
  right: 0;
  top: 38px;
  cursor: default;
}
#style-center-view .inner .header .style-center-toggle-setting-wrap .entry-btn .drop-down-box::after {
  box-sizing: content-box;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: white;
  position: absolute;
  right: 6px;
  top: -17px;
}
#style-center-view .inner .header .style-center-toggle-setting-wrap .entry-btn .drop-down-box > .text {
  font-size: 13px;
  color: #333333;
  line-height: 19px;
  white-space: pre-wrap;
  word-break: break-all;
  text-align: left;
  position: relative;
  padding: 0 9px 0 12px;
  margin-bottom: 9px;
}
#style-center-view .inner .header .style-center-toggle-setting-wrap .entry-btn .drop-down-box .toggle-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 32px;
  border-top: 1px solid #e8e8eb;
  padding: 0 9px 0 12px;
  font-size: 13px;
  color: #333333;
}
#style-center-view .inner .header .style-center-toggle-setting-wrap .entry-btn .drop-down-box .toggle-box .toggle-btn-v1 {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#style-center-view .inner .header .style-center-toggle-setting-wrap .entry-btn .drop-down-box .toggle-box .toggle-btn-v1:hover {
  opacity: 0.8;
}
#style-center-view .inner .header .style-center-toggle-setting-wrap .entry-btn .drop-down-box .toggle-box .toggle-btn-v1 img {
  position: relative;
  top: 1px;
}
#style-center-view .inner .header .style-center-toggle-setting-wrap .entry-btn .drop-down-box .toggle-btn {
  cursor: pointer;
}
#style-center-view .inner .header .style-center-toggle-setting-wrap .entry-btn .drop-down-box .toggle-btn .icon {
  width: 26px;
  height: 17px;
}
#style-center-view .inner .header .style-center-toggle-setting-wrap .tips-box {
  position: absolute;
  right: 0;
  top: 38px;
  width: 184px;
  background: #3c3d3d;
  border-radius: 6px;
  padding: 8px 12px 8px 12px;
  color: #ffffff;
  line-height: 20px;
  font-size: 12px;
  text-align: left;
}
#style-center-view .inner .header .style-center-toggle-setting-wrap .tips-box::before {
  box-sizing: content-box;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-bottom-color: #3c3d3d;
  position: absolute;
  right: 6px;
  top: -17px;
}
#style-center-view .inner .header .style-center-toggle-setting-wrap .tips-box .confirm-btn {
  color: #24be48;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  right: 12px;
  bottom: 7px;
}
#style-center-view .inner .header .style-center-toggle-setting-wrap .tips-box .confirm-btn:hover {
  text-decoration: underline;
}
#style-center-view .inner .style-nav {
  margin: 25px 0 16px 0;
  background-color: #ffffff;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 6px;
}
#style-center-view .inner .style-nav .style-order-rule-box {
  -webkit-box-flex: 1;
  flex: 1;
  margin-left: 19px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
#style-center-view .inner .style-nav .style-order-rule-box .hot-box {
  margin-left: 19px;
}
#style-center-view .inner .style-nav .style-order-rule-box .hot-box img {
  margin-right: 3px;
  position: relative;
  top: 2px;
}
#style-center-view .inner .style-nav .style-order-rule-box .hot-box a {
  color: #24be48;
}
#style-center-view .inner .style-nav .style-order-rule-box .style-order-rule {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: flex-favedt;
  justify-content: flex-favedt;
  -webkit-box-align: center;
  align-items: center;
}
#style-center-view .inner .style-nav .style-order-rule-box .style-order-rule .point-img {
  width: 14px;
  position: relative;
  top: 1px;
}
#style-center-view .inner .style-nav .style-order-rule-box .style-order-rule .sort {
  font-size: 16px;
  margin-left: 6px;
  border-radius: 2px;
  color: #333;
}
#style-center-view .inner .style-nav .style-order-rule-box .style-order-rule .style-order-rule-type {
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  font-size: 14px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background: #f6f8f9;
  border-radius: 2px;
  width: 128px;
  height: 32px;
  line-height: 30px;
  padding: 0 12px;
  box-sizing: border-box;
}
#style-center-view .inner .style-nav .style-order-rule-box .style-order-rule .style-order-rule-type .arrow-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
}
#style-center-view .inner .style-nav .style-order-rule-box .style-order-rule .style-order-rule-type::after {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  border-left: 1px solid rgba(0, 0, 0, 0.45);
  position: absolute;
  right: 10px;
  top: 9px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.45);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#style-center-view .inner .style-nav .style-order-rule-box .style-order-rule .style-order-rule-type.arrow-top::after {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  top: 14px;
}
#style-center-view .inner .style-nav .style-order-rule-box .style-order-rule-list {
  width: 105px;
  background: #fff;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  padding: 0 2px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: absolute;
  top: 35px;
  left: 72px;
  border-radius: 4px;
  border: 1px solid #f4f4f4;
  box-sizing: border-box;
  display: none;
  z-index: 101;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: 0px 6px 30px 0px rgba(0, 14, 51, 0.08);
}
#style-center-view .inner .style-nav .style-order-rule-box .style-order-rule-list.show {
  display: block;
  z-index: 99999;
}
#style-center-view .inner .style-nav .style-order-rule-box .style-order-rule-list .style-order-rule-item {
  -webkit-box-flex: 1;
  flex: 1;
  font-size: 14px;
  color: #404040;
  border-bottom: 1px solid #f4f4f4;
  padding: 5px;
  width: 81px;
  cursor: pointer;
}
#style-center-view .inner .style-nav .style-order-rule-box .style-order-rule-list .style-order-rule-item:hover {
  color: #1aad19;
}
#style-center-view .inner .style-nav .style-order-rule-box .style-order-rule-list .style-order-rule-item:last-child {
  border: none;
}
#style-center-view .inner .style-nav .style-order-rule-box .style-order-rule-list .style-order-rule-item.selected {
  color: #1aad19;
}
#style-center-view .inner .style-nav .style-order-rule-box .style-order-rule-list .style-order-rule-item.end {
  border: 0;
}
#style-center-view .inner .style-nav .search-box {
  text-align: right;
  margin-right: 20px;
  background: #f6f8f9;
  width: 320px;
  height: 39px;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  box-sizing: border-box;
  position: relative;
}
#style-center-view .inner .style-nav .search-box .search-ipt {
  height: 39px;
  float: left;
  background: none;
  padding-left: 13px;
  box-sizing: border-box;
  border: 0;
  outline: none;
  font-size: 15px;
}
#style-center-view .inner .style-nav .search-box .close {
  width: 27px;
  padding: 5px;
  position: absolute;
  top: 4px;
  right: 80px;
}
#style-center-view .inner .style-nav .search-box .search-btn {
  width: 73px;
  height: 39px;
  background: #1aad19;
  border: 1px solid #1aad19;
  outline: none;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  position: relative;
  bottom: 1px;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#style-center-view .inner .material-list {
  width: 100%;
  position: relative;
  min-height: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-column-gap: 16px;
  column-gap: 16px;
}
#style-center-view .inner .material-list .material-col {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  row-gap: 16px;
  flex-basis: calc(100% / 4);
}
#style-center-view .inner .material-list p.id {
  text-align: left;
  padding: 5px;
  padding-left: 13px;
  border-top: 1px solid #e8e8e8;
  font-size: 13px;
  color: #999999;
}
#style-center-view .inner .material-list .page-list {
  min-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
#style-center-view .inner .material-list .page-list li {
  margin-right: 9px;
  padding: 10px 14px;
  line-height: 22px;
}
#style-center-view .inner .material-list .page-list li:last-child {
  margin-right: 0;
}
#style-center-view .inner .material-list .page-list .page-btn {
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #ededed;
  cursor: pointer;
}
#style-center-view .inner .material-list .page-list .page-btn:first-child {
  cursor: text;
}
#style-center-view .inner .material-list .page-list .page-btn.selected {
  background: #24be48;
  color: #fff;
  border: none;
}
#style-center-view .inner .material-list .page-list .ellipses {
  background: transparent;
}
#style-center-view .inner .material-list .material-item-li:first-child {
  padding-left: 0;
}
#style-center-view .inner .material-list .material-item-li .material-item-li-inner {
  background: #fff;
  max-width: 287px;
  width: 100%;
  height: auto;
  border-radius: 6px;
  overflow: hidden;
}
#style-center-view .inner .material-list .material-item-li .material-item-li-inner:hover {
  box-shadow: 0px 4px 13px 0px rgba(188, 191, 193, 0.46);
}
#style-center-view .inner .material-list .material-item-li .style-graphic {
  cursor: pointer;
  height: auto;
}
#style-center-view .inner .material-list .material-item-li .style-graphic .filter-type {
  text-align: right;
  padding: 9px;
}
#style-center-view .inner .material-list .material-item-li .style-graphic .filter-type .icon.vip {
  width: 16px;
  height: 16px;
  margin-left: 6px;
}
#style-center-view .inner .material-list .material-item-li .style-graphic .filter-type .icon.star {
  width: 18px;
  height: 18px;
  position: relative;
  top: 1px;
}
#style-center-view .inner .material-list .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-center-view .inner .material-list .material-item-li .style-graphic .template-cover-detail .template-cover-wrap {
  width: 258px;
  height: 275px;
  position: relative;
  overflow: hidden;
}
#style-center-view .inner .material-list .material-item-li .style-graphic .template-cover-detail .template-cover-wrap .coverImg {
  width: 100%;
  height: 100%;
}
#style-center-view .inner .material-list .material-item-li .style-graphic .template-cover-detail .template-cover-wrap:hover .black-layer:not(.hide-black-layer) {
  display: -webkit-box;
  display: flex;
}
#style-center-view .inner .material-list .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: none;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
#style-center-view .inner .material-list .material-item-li .style-graphic .template-cover-detail .template-cover-wrap .black-layer .center-area .preview {
  width: 40px;
  height: 40px;
  margin-bottom: 4px;
}
#style-center-view .inner .material-list .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-center-view .inner .material-list .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-center-view .inner .material-list .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-center-view .inner .material-list .material-item-li .style-graphic .detail {
  padding: 20px 10px;
  text-align: left;
}
#style-center-view .inner .material-list .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-center-view .inner .material-list .material-item-li .style-graphic .detail section[data-mpa-material-zoom] {
  zoom: 0.7;
}
#style-center-view .inner .material-list .material-item-li .style-tag {
  border-top: 1px solid #f0f0f0;
  height: auto;
}
#style-center-view .inner .material-list .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-center-view .inner .material-list .material-item-li .style-tag .copy-faved .col-flex {
  -webkit-box-flex: 1;
  flex: 1;
}
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .col {
  display: block;
}
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .time {
  -webkit-box-flex: 1;
  flex: 1;
  text-align: left;
  margin-left: 12px;
  color: #979797;
}
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .time .img {
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  margin-right: 2px;
}
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .desc {
  margin-left: 4px;
  opacity: 0.6;
}
#style-center-view .inner .material-list .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-center-view .inner .material-list .material-item-li .style-tag .copy-faved .style-detail-btn:hover {
  color: #333333;
}
#style-center-view .inner .material-list .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-center-view .inner .material-list .material-item-li .style-tag .copy-faved .copy .col-flex {
  -webkit-box-flex: 1;
  flex: 1;
}
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .copy .col {
  display: block;
}
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .copy:hover .desc,
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .copy:hover .copy-icon,
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .copy:hover .faved-icon {
  opacity: 1;
}
#style-center-view .inner .material-list .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-center-view .inner .material-list .material-item-li .style-tag .copy-faved .faved .col-flex {
  -webkit-box-flex: 1;
  flex: 1;
}
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .faved .col {
  display: block;
}
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .faved:hover .desc,
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .faved:hover .copy-icon,
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .faved:hover .faved-icon {
  opacity: 1;
}
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .copy-icon {
  position: relative;
  top: -2px;
  opacity: 0.6;
  width: 20px;
  height: 20px;
}
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .faved-icon {
  opacity: 0.6;
  position: relative;
  top: -2px;
  width: 16px;
  height: 16px;
}
#style-center-view .inner .material-list .material-item-li .style-tag .copy-faved .faved-icon.active {
  opacity: 1;
}
#style-center-view .inner .material-list .material-item-li .style-tag .style-tag-list {
  line-height: 30px;
  padding: 0 4px;
}
#style-center-view .inner .material-list .material-item-li .style-tag .style-tag-list .tag-title {
  font-size: 14px;
  margin: 0 0 8px 8px;
  float: left;
}
#style-center-view .inner .material-list .material-item-li .style-tag .style-tag-list .tag-title:last-child {
  margin-bottom: 18px;
}
#style-center-view .inner .material-list .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;
  cursor: pointer;
}
#style-center-view .inner .material-list .no-style-data {
  display: none;
  text-align: center;
}
#style-center-view .inner .material-list .no-style-data.show {
  display: block;
}
#style-center-view .inner .load-hint {
  width: 100%;
  margin: 20px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
#style-center-view .inner .load-hint .text {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: flex-favedt;
  justify-content: flex-favedt;
  -webkit-box-align: center;
  align-items: center;
  font-size: 16px;
  color: #8d8d8d;
}
#style-center-view .inner .load-hint .text .icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
#style-center-view .inner .no-data {
  display: none;
}
#style-center-view .inner .no-data.show {
  display: block;
  margin-top: 100px;
  text-align: center;
}
#style-center-view .inner .no-data .no-find-style {
  margin-bottom: 23px;
}
#style-center-view .inner .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;
}
#style-center-view .inner .rich-toast.show {
  display: -webkit-box;
  display: flex;
}
#style-center-view .inner .rich-toast .img,
#style-center-view .inner .rich-toast .title,
#style-center-view .inner .rich-toast .desc {
  -webkit-box-flex: 1;
  flex: 1;
}
#style-center-view .inner .rich-toast .title {
  font-size: 20px;
  line-height: 58px;
}
#style-center-view .inner .rich-toast .desc {
  padding: 0 28px;
  font-size: 16px;
}
footer {
  height: 32px;
  background: #ffffff;
  border-top: 1px solid #eeeeee;
  z-index: 3;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
footer > .footer-inner-style-center {
  width: 1200px;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
footer > .footer-inner-style-center > .left {
  font-size: 12px;
  color: #666666;
  line-height: 17px;
}
footer > .footer-inner-style-center > .left > .record-number-span,
footer > .footer-inner-style-center > .left .location,
footer > .footer-inner-style-center > .left .phone,
footer > .footer-inner-style-center > .left .about-us-btn {
  margin-left: 16px;
}
footer > .footer-inner-style-center > .left > .record-number-span {
  text-decoration: none;
  color: #666666;
}
footer > .footer-inner-style-center > .left > .about-us-btn {
  cursor: pointer;
}
footer > .footer-inner-style-center > .left > .about-us-btn:hover {
  color: #24be48;
}
footer > .footer-inner-style-center > .right {
  font-size: 12px;
  color: #444444;
  line-height: 17px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  align-items: center;
}
footer > .footer-inner-style-center > .right > .action-btn {
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 16px;
  text-decoration: none;
  color: #444444;
}
footer > .footer-inner-style-center > .right > .action-btn > img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
footer > .footer-inner-style-center > .right > .action-btn > .img-hover {
  display: none;
}
footer > .footer-inner-style-center > .right > .action-btn:hover > span {
  color: #24be48;
}
footer > .footer-inner-style-center > .right > .action-btn:hover > .img {
  display: none;
}
footer > .footer-inner-style-center > .right > .action-btn:hover > .img-hover {
  display: block;
}
@media screen and (max-width: 1300px) {
  footer {
    padding: 0 15px 0 20px;
  }
}
.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: 48%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.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: 612px;
  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;
}
