/**
 * 白嫖顶部卡：贴合 freecloud，右侧可选文章/视频对应月份
 */

.central-banner .central-banner-content #promoHeroPc.server-info-wrap {
  padding: 40px 52px 36px !important;
  min-height: 220px;
  box-sizing: border-box;
}

.central-banner .central-banner-content #promoHeroPc .server-set {
  margin-bottom: 10px !important;
  font-size: 24px !important;
  line-height: 1.4 !important;
}

.central-banner .central-banner-content #promoHeroPc .configbox > p.subset {
  margin-bottom: 22px !important;
  line-height: 1.5 !important;
}

/* 左侧配置：横向四格，贴近秒杀产品卡 */
.central-banner .central-banner-content #promoHeroPc .configbox .promo-hero-config {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 26px 10px;
  box-sizing: border-box;
  background: #f7f8fa;
  border: 1px solid #eef0f3;
  border-radius: 4px;
  gap: 0;
}

.central-banner .central-banner-content #promoHeroPc .configbox .promo-hero-config dl {
  flex: 1 1 0;
  margin: 0;
  padding: 6px 16px;
  text-align: center;
  position: relative;
  min-width: 0;
  box-sizing: border-box;
}

.central-banner .central-banner-content #promoHeroPc .configbox .promo-hero-config dl:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 18%;
  right: 0;
  width: 1px;
  height: 64%;
  background: #e5e8ed;
}

.central-banner .central-banner-content #promoHeroPc .configbox .promo-hero-config dt {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  color: #2D3037;
  word-break: break-word;
  overflow-wrap: anywhere;
  white-space: normal;
}

.central-banner .central-banner-content #promoHeroPc .configbox .promo-hero-config dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
  color: #9EA7B3;
}

.central-banner .central-banner-content #promoHeroPc .serverwrap {
  align-items: stretch;
}

.central-banner .central-banner-content #promoHeroPc .configbox {
  flex: 1.15 !important;
  min-width: 0;
  padding-right: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: none !important;
}

/* 右侧：赠送时长选择 + 价格 + 按钮（同 freecloud 购买时长） */
.central-banner .central-banner-content #promoHeroPc .purchasebox {
  flex: 0 0 420px !important;
  max-width: 46%;
  padding-left: 36px !important;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  width: auto !important;
  border-left: none !important;
  box-sizing: border-box;
}

.central-banner .central-banner-content #promoHeroPc .purchasebox .purchase-time {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0 !important;
}

.central-banner .central-banner-content #promoHeroPc .purchasebox .purchase-time > p {
  font-size: 14px;
  color: #9EA7B3;
  margin: 0;
  white-space: nowrap;
}

.central-banner .central-banner-content #promoHeroPc .purchasebox .purchase-time ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.central-banner .central-banner-content #promoHeroPc .purchasebox .purchase-time ul li {
  min-width: 110px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  text-align: center;
  margin-right: -1px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid #DBE1E8;
  cursor: pointer;
  color: #2D3037;
  box-sizing: border-box;
}

.central-banner .central-banner-content #promoHeroPc .purchasebox .purchase-time ul li:first-child {
  border-radius: 2px 0 0 2px;
}

.central-banner .central-banner-content #promoHeroPc .purchasebox .purchase-time ul li:last-child {
  border-radius: 0 2px 2px 0;
  margin-right: 0;
}

.central-banner .central-banner-content #promoHeroPc .purchasebox .purchase-time ul li:hover {
  border-color: #FFB2B2;
  z-index: 1;
  position: relative;
}

.central-banner .central-banner-content #promoHeroPc .purchasebox .purchase-time ul li.select_time {
  border-color: #FF6666;
  color: #FF6666;
  background-color: #FFE0E0;
  z-index: 2;
  position: relative;
}

.central-banner .central-banner-content #promoHeroPc .purchase-pricebox {
  display: flex !important;
  width: 100%;
  justify-content: space-between !important;
  align-items: flex-end !important;
  margin: 0 !important;
}

.central-banner .central-banner-content #promoHeroPc .purchase-pricebox .pricebox {
  margin: 0 !important;
}

.central-banner .central-banner-content #promoHeroPc .purchase-pricebox .pricebox p {
  margin: 0;
  line-height: 1.2;
  font-size: 16px;
  color: #FF6666;
}

.central-banner .central-banner-content #promoHeroPc .purchase-pricebox .pricebox .price {
  font-size: 48px !important;
  line-height: 1 !important;
  margin: 0 2px 0 0 !important;
  vertical-align: -4px;
}

.central-banner .central-banner-content #promoHeroPc .purchase-pricebox .pricebox .month {
  color: #FF6666;
}

.central-banner .central-banner-content #promoHeroPc .purchase-pricebox .buynow {
  margin: 0 0 4px !important;
}

/* ===== 手机端白嫖产品卡 ===== */
.central-banner .central-banner-content #promoHeroMobile.promo-hero-mobile-card {
  width: calc(100% - 24px) !important;
  max-width: 420px;
  margin: 16px auto 0 !important;
  padding: 16px 16px 18px !important;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  float: none !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  overflow: visible;
}

#promoHeroMobile .promo-hero-mobile-head {
  margin-bottom: 12px;
}

#promoHeroMobile .promo-hero-mobile-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
}

#promoHeroMobile .promo-hero-mobile-title-row .server-set {
  flex: 1;
  min-width: 0;
  margin: 0 !important;
}

#promoHeroMobile .promo-hero-mobile-title-row .promo-open-my-orders {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: #409eff;
  text-decoration: none;
}

#promoHeroMobile .promo-hero-mobile-title-row .promo-open-my-orders:hover {
  color: #66b1ff;
  text-decoration: underline;
}

#promoHeroMobile .server-set {
  margin: 0 0 6px !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  color: #2d3037 !important;
  word-break: break-word;
}

#promoHeroMobile .subset {
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  color: #9ea7b3 !important;
}

#promoHeroMobile .promo-hero-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
  background: #f7f8fa;
  border: 1px solid #eef0f3;
  border-radius: 8px;
  overflow: hidden;
}

#promoHeroMobile .promo-hero-specs li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 10px 8px;
  box-sizing: border-box;
  text-align: center;
}

#promoHeroMobile .promo-hero-specs li:nth-child(odd) {
  border-right: 1px solid #eef0f3;
}

#promoHeroMobile .promo-hero-specs li:nth-child(-n+2) {
  border-bottom: 1px solid #eef0f3;
}

#promoHeroMobile .promo-hero-specs li:nth-child(odd)::after {
  display: none;
}

#promoHeroMobile .promo-hero-specs li strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #2d3037;
  line-height: 1.3;
  margin-bottom: 4px;
  word-break: break-word;
}

#promoHeroMobile .promo-hero-specs li span {
  display: block;
  font-size: 12px;
  color: #9ea7b3;
  line-height: 1.2;
}

#promoHeroMobile .promo-hero-duration {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  margin: 0 0 14px;
}

#promoHeroMobile .promo-hero-duration-label {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 500;
  color: #666;
  line-height: 1.4;
}

#promoHeroMobile .promo-hero-duration ul {
  display: flex;
  flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

#promoHeroMobile .promo-hero-duration ul li {
  flex: 1;
  min-height: 44px;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #dbe1e8;
  margin-right: -1px;
  background: #fff;
  color: #2d3037;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

#promoHeroMobile .promo-hero-duration ul li:first-child {
  border-radius: 6px 0 0 6px;
}

#promoHeroMobile .promo-hero-duration ul li:last-child {
  border-radius: 0 6px 6px 0;
  margin-right: 0;
}

#promoHeroMobile .promo-hero-duration ul li.select_time {
  border-color: #ff6666;
  color: #ff6666;
  background: #ffe0e0;
  z-index: 1;
  position: relative;
  font-weight: 600;
}

#promoHeroMobile .promo-hero-pricebox {
  padding: 14px 0 10px;
  margin-bottom: 4px;
  text-align: center;
  border-top: 1px solid #f0f2f5;
}

#promoHeroMobile .promo-hero-price-line {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 8px;
}

#promoHeroMobile .promo-hero-price-num {
  font-size: 34px;
  font-weight: 700;
  color: #ff6666;
  line-height: 1;
  letter-spacing: -0.5px;
}

#promoHeroMobile .promo-hero-price-duration {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

#promoHeroMobile .promo-hero-pricebox .promo-hero-renew {
  margin: 8px 0 0;
  font-size: 12px;
  color: #999;
  line-height: 1.5;
  text-align: center;
}

#promoHeroMobile .promo-hero-mobile-action {
  margin-top: 8px;
}

#promoHeroMobile .promo-hero-mobile-action .buy,
#promoHeroMobile .promo-hero-mobile-action .shopbtn,
#promoHeroMobile .promo-hero-mobile-action a {
  display: block !important;
  width: 100% !important;
  height: 46px !important;
  line-height: 46px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-align: center !important;
  box-sizing: border-box !important;
  background: #ff6666 !important;
  background-color: #ff6666 !important;
  border: none !important;
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

#promoHeroMobile .promo-hero-mobile-action .buy:active,
#promoHeroMobile .promo-hero-mobile-action .shopbtn:active,
#promoHeroMobile .promo-hero-mobile-action a:active {
  background: #ff5252 !important;
  background-color: #ff5252 !important;
}

@media screen and (max-width: 360px) {
  .central-banner .central-banner-content #promoHeroMobile.promo-hero-mobile-card {
    width: calc(100% - 16px) !important;
    padding: 14px 14px 16px !important;
  }

  #promoHeroMobile .promo-hero-mobile-title-row .promo-open-my-orders {
    font-size: 11px;
  }

  #promoHeroMobile .server-set {
    font-size: 16px !important;
  }

  #promoHeroMobile .promo-hero-price-num {
    font-size: 30px;
  }

  #promoHeroMobile .promo-hero-specs li strong {
    font-size: 14px;
  }
}

.promo-hero-renew {
  margin: 6px 0 0;
  color: #666;
  font-size: 13px;
  line-height: 1.4;
}

.promo-hero-renew span {
  color: #FF6666;
  font-weight: 600;
}

.central-banner .central-banner-content #promoHeroPc .purchase-pricebox .promo-hero-renew {
  margin: 4px 0 0;
  font-size: 14px;
}

.promo-open-my-orders:hover {
  opacity: 0.85;
  text-decoration: underline;
}

.promo-hero-card-toolbar {
  margin: 0 0 10px;
  text-align: left;
}

.promo-hero-card-toolbar a {
  display: inline-flex;
  align-items: center;
  color: #409eff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.promo-hero-card-toolbar a:hover {
  color: #66b1ff;
  text-decoration: underline;
}

#promoHeroMobile .promo-hero-card-toolbar {
  margin: -2px 0 10px;
  text-align: right;
}

#promoHeroMobile .promo-hero-card-toolbar a {
  font-size: 13px;
  padding: 4px 0;
}

.central-banner .central-banner-content #promoHeroPc .promo-hero-card-toolbar {
  margin: 0 0 12px;
}

.central-banner .central-banner-content #promoHeroPc .promo-hero-card-toolbar a {
  font-size: 15px;
}

.promo-open-orders-wrap {
  padding: 0;
  max-height: min(58vh, 480px);
  overflow: auto;
  box-sizing: border-box;
}

.promo-open-orders-empty {
  padding: 48px 16px;
  text-align: center;
  color: #999;
  font-size: 14px;
}

.promo-open-orders-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.promo-open-orders-table th,
.promo-open-orders-table td {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 8px;
  text-align: left;
  vertical-align: top;
}

.promo-open-orders-table th {
  color: #666;
  font-weight: 600;
  background: #fafafa;
}

.promo-open-order-status {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap;
}

.promo-open-order-status.is-pending {
  color: #e6a23c;
  background: #fdf6ec;
}

.promo-open-order-status.is-approved {
  color: #67c23a;
  background: #f0f9eb;
}

.promo-open-order-status.is-rejected {
  color: #f56c6c;
  background: #fef0f0;
}

.promo-open-order-status.is-cancelled {
  color: #909399;
  background: #f4f4f5;
}

.promo-open-order-link {
  margin-top: 4px;
  font-size: 12px;
  word-break: break-all;
}

.promo-open-order-link a {
  color: #409eff;
}

.promo-open-order-console-link {
  color: #409eff;
  font-weight: 600;
}

.promo-open-order-console-link:hover {
  color: #66b1ff;
  text-decoration: underline;
}

.promo-open-order-console-btn {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  background: #ecf5ff;
  color: #409eff;
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap;
}

.promo-open-order-console-btn:hover {
  background: #d9ecff;
  color: #337ecc;
}

.promo-open-order-actions {
  margin: 0 0 8px;
}

.promo-open-order-due {
  margin-top: 6px;
  color: #909399;
  font-size: 12px;
}

.promo-open-order-remark {
  margin-top: 4px;
  color: #f56c6c;
  font-size: 12px;
  line-height: 1.4;
}

.promo-open-orders-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.promo-open-order-card {
  border: 1px solid #eef0f3;
  border-radius: 6px;
  padding: 12px;
  background: #fff;
}

.promo-open-order-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.promo-open-order-id {
  color: #909399;
  font-size: 12px;
}

.promo-open-order-title {
  font-size: 15px;
  font-weight: 600;
  color: #2d3037;
  margin-bottom: 8px;
}

.promo-open-order-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
  color: #666;
  font-size: 12px;
}

.promo-open-order-meta span {
  padding: 2px 8px;
  background: #f7f8fa;
  border-radius: 4px;
}

.promo-open-order-time {
  margin-top: 8px;
  color: #999;
  font-size: 12px;
}

/* Element UI 弹窗 */
.promo-open-el-dialog {
  border-radius: 10px;
  overflow: hidden;
}

.promo-open-el-dialog .el-dialog__header {
  padding: 16px 20px 12px;
  border-bottom: 1px solid #eef0f3;
}

.promo-open-el-dialog .el-dialog__title {
  font-size: 16px;
  font-weight: 600;
  color: #2d3037;
}

.promo-open-el-dialog .el-dialog__body {
  padding: 16px 20px 8px;
}

.promo-open-el-dialog .el-dialog__footer {
  padding: 12px 20px 16px;
  border-top: 1px solid #eef0f3;
}

.promo-open-el-dialog-body {
  max-height: min(62vh, 560px);
  overflow: auto;
}

.promo-open-el-dialog .el-button--danger {
  background-color: #ff6666;
  border-color: #ff6666;
}

.promo-open-el-dialog .el-button--danger:hover,
.promo-open-el-dialog .el-button--danger:focus {
  background-color: #ff5252;
  border-color: #ff5252;
}

.promo-open-el-box {
  width: min(580px, 92vw) !important;
  border-radius: 10px;
  overflow: hidden;
}

.promo-open-el-box .el-message-box__header {
  padding: 16px 20px 10px;
}

.promo-open-el-box .el-message-box__title {
  font-size: 16px;
  font-weight: 600;
}

.promo-open-el-box .el-message-box__content {
  padding: 8px 20px 12px;
}

.promo-open-el-box .el-message-box__btns {
  padding: 10px 20px 16px;
}

.promo-open-el-box .el-button--primary {
  background-color: #ff6666;
  border-color: #ff6666;
}

.promo-open-el-box .el-button--primary:hover,
.promo-open-el-box .el-button--primary:focus {
  background-color: #ff5252;
  border-color: #ff5252;
}

.promo-open-rules-wrap {
  box-sizing: border-box;
}

.promo-open-rules-box .promo-open-rules-body h3 {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 700;
  color: #2d3037;
  line-height: 1.5;
}

.promo-open-rules-box.el-message-box {
  max-height: min(88vh, 640px);
  margin-top: 6vh !important;
}

.promo-open-rules-box .el-message-box__content {
  max-height: calc(min(88vh, 640px) - 120px);
  overflow: hidden;
}

.promo-open-rules-box .promo-open-rules-body {
  max-height: min(46vh, 360px);
  overflow: auto;
  padding: 0;
  color: #4a4f57;
  font-size: 14px;
  line-height: 1.75;
  scrollbar-width: thin;
  scrollbar-color: #c8cdd4 transparent;
}

.promo-open-rules-box .promo-open-rules-body::-webkit-scrollbar {
  width: 6px;
}

.promo-open-rules-box .promo-open-rules-body::-webkit-scrollbar-thumb {
  background: #c8cdd4;
  border-radius: 6px;
}

.promo-open-rules-box .promo-open-rules-body p {
  margin: 0 0 12px;
  text-align: justify;
  word-break: break-word;
}

.promo-open-rules-box .promo-open-rules-body p:first-child {
  margin-bottom: 14px;
  padding: 10px 12px 10px 14px;
  border-radius: 6px;
  background: #fff8f0;
  border: 1px solid #ffe7c2;
  color: #ad6800 !important;
  font-size: 13px;
  line-height: 1.65;
}

.promo-open-rules-box .promo-open-rules-body span[style*='color:red'],
.promo-open-rules-box .promo-open-rules-body span[style*='color: red'] {
  color: #e64545 !important;
  font-weight: 600;
}

.promo-open-rules-deposit-tip {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 12px;
  padding: 12px;
  border-radius: 6px;
  background: #f7f9fc;
  border: 1px solid #eef0f3;
}

.promo-open-rules-deposit-icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background: #409eff;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.promo-open-rules-deposit-tip strong {
  display: block;
  margin-bottom: 4px;
  color: #2d3037;
  font-size: 13px;
}

.promo-open-rules-deposit-tip p {
  margin: 0;
  color: #666;
  font-size: 12px;
  line-height: 1.6;
}

.promo-open-ad-panel,
.promo-open-wx-panel {
  text-align: center;
}

.promo-open-ad-title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
  color: #2d3037;
}

.promo-open-ad-desc,
.promo-open-wx-desc {
  margin: 0 0 14px;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.promo-open-ad-qr img {
  width: 200px;
  height: 200px;
  border: 1px solid #ebeef5;
  border-radius: 8px;
  background: #fff;
}

.promo-open-ad-tip {
  margin: 10px 0 0;
  color: #909399;
  font-size: 12px;
}

.promo-open-ad-guide {
  margin-top: 16px;
  padding: 12px 14px;
  text-align: left;
  background: #f7f9fc;
  border: 1px solid #eef0f3;
  border-radius: 6px;
}

.promo-open-ad-guide h5 {
  margin: 0 0 8px;
  font-size: 14px;
  color: #2d3037;
}

.promo-open-ad-guide ul {
  margin: 0;
  padding-left: 18px;
  color: #666;
  font-size: 13px;
  line-height: 1.8;
}

.promo-open-ad-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}

.promo-open-apply-form {
  line-height: 1.6;
}

.promo-open-guide-box--modal {
  margin-bottom: 12px;
  padding: 10px 12px;
  background: #f8f9fb;
  border: 1px solid #e8ebf0;
  border-radius: 6px;
  color: #555;
  font-size: 13px;
  line-height: 1.65;
}

.promo-open-apply-plan {
  margin-bottom: 12px;
  padding: 10px 12px;
  background: #fff7f7;
  border: 1px solid #ffd6d6;
  border-radius: 6px;
}

.promo-open-apply-plan-title {
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}

.promo-open-apply-plan-body {
  color: #666;
  font-size: 13px;
}

.promo-open-apply-plan-body strong {
  color: #e54545;
}

.promo-open-apply-plan-note {
  color: #999;
  font-size: 12px;
  margin-top: 6px;
}

.promo-open-form-item {
  margin-bottom: 12px;
}

.promo-open-form-item label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #2d3037;
  font-size: 13px;
}

.promo-open-form-item .is-required {
  color: #f56c6c;
}

.promo-open-input {
  width: 100%;
  height: 36px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #606266;
  background: #fff;
}

.promo-open-input:focus {
  outline: none;
  border-color: #409eff;
}

.promo-open-deposit-tip {
  line-height: 1.7;
  color: #606266;
  font-size: 14px;
}

.promo-open-page-rules {
  line-height: 1.75;
  color: #4a4f57;
  font-size: 14px;
}

.promo-open-page-rules h3 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #2d3037;
}

.promo-open-page-rules p {
  margin: 0 0 12px;
  text-align: justify;
  word-break: break-word;
}

.promo-open-page-rules p:first-of-type[style*='color:red'],
.promo-open-page-rules p:first-of-type[style*='color: red'] {
  padding: 10px 12px;
  border-radius: 6px;
  background: #fff8f0;
  border: 1px solid #ffe7c2;
  color: #ad6800 !important;
  font-size: 13px;
}

.promo-open-page-rules span[style*='color:red'],
.promo-open-page-rules span[style*='color: red'] {
  color: #e64545 !important;
  font-weight: 600;
}

.promo-open-page-rules-loading {
  color: #999;
  font-size: 13px;
}

.promo-open-deposit-tip .is-danger {
  color: #f56c6c;
  font-weight: 600;
}
