.discount_container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.discount_content {
  margin: 0 auto;
  width: 1200px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.discount_navWrap {
  width: 230px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: sticky;
  top: 0;
}
.discount_navWrap .nav_top {
  width: 230px;
  height: 175px;
  display: block;
  background-image: url(../img/nav-top.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  position: relative;
}
.discount_navWrap .nav_top span {
  font-size: 15px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 9px 8px;
  text-align: center;
  text-shadow: 0 1px 1px #7e4985;
}
.discount_navWrap .navMenu_inner {
  width: 100%;
  min-height: 322px;
  -webkit-box-shadow: 0 0 10px rgba(12, 47, 116, 0.2862745098), inset 0 0 3px #305bb1;
          box-shadow: 0 0 10px rgba(12, 47, 116, 0.2862745098), inset 0 0 3px #305bb1;
  border-radius: 8px;
  backdrop-filter: blur(11px);
  opacity: 0.94;
  -webkit-backdrop-filter: blur(11px);
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.discount_navWrap .navMenu_inner li {
  width: 100%;
  font-size: 15px;
  line-height: 26px;
  padding: 5px 20px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--primary-color);
  cursor: pointer;
  position: relative;
}
.discount_navWrap .navMenu_inner li:not(:last-of-type) {
  margin-bottom: 10px;
}
.discount_navWrap .navMenu_inner li .iconfont {
  font-size: 18px;
  text-align: center;
  margin-right: 10px;
}
.discount_navWrap .navMenu_inner li:hover {
  color: #fff;
  text-shadow: 0 1px 1px #7e4985;
  background: -webkit-gradient(linear, left top, left bottom, from(#133ead), to(#005ac6));
  background: linear-gradient(180deg, #133ead 0%, #005ac6 100%);
}
.discount_navWrap .navMenu_inner li.active {
  color: #fff;
  text-shadow: 0 1px 1px #7e4985;
  background: var(--primary-color);
}

.discount_bannerInner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 30px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 840px;
}

.banner_item {
  width: 100%;
  border-radius: 8px;
  padding: 0;
  position: relative;
  cursor: pointer;
}
.banner_item:hover .discount_img > .q-img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: brightness(1.08);
          filter: brightness(1.08);
}
.banner_item:not(:last-of-type) {
  margin-bottom: 20px;
}
.banner_item .discount_img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  height: 385px;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.banner_item .discount_img img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.banner_item .discount_img img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: brightness(1.08);
          filter: brightness(1.08);
}
.banner_item .tag {
  width: 118px;
  height: 38px;
  font-size: 14px;
  background-image: url(../img/tag.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  position: absolute;
  left: -5px;
  top: 50px;
  color: #fff;
  padding: 12px 10px 5px 18px;
  z-index: 2;
  text-shadow: 0 1px 1px #7e4985;
}
.banner_item .discount_info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: var(--primary-color);
  border-radius: 8px 8px 0 0;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 1;
  text-shadow: 0 1px 1px #7e4985;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.banner_item .discount_info .discount_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  font-weight: 700;
}
.banner_item .discount_info .discount_time {
  font-size: 16px;
  width: 260px;
}
.banner_item .discount_info .discount_time span {
  font-size: 15px;
}

.discountInfo_container {
  width: 1500px;
  margin: 0 auto;
}

.discount2_title {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.discount2_title h3 {
  font-size: 1.2rem;
  font-weight: bold;
}

.li-disc {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  padding: 20px;
  list-style-type: decimal;
}
.li-disc > li {
  margin-bottom: 12px;
}
.li-disc ul {
  list-style-type: disc;
  padding-left: 1.5em;
  margin-top: 6px;
}

.discountInfo_content {
  margin-left: 50px;
  font-size: 16px;
  letter-spacing: normal;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  word-break: break-all;
  line-height: 1.5;
}
.discountInfo_content p {
  color: #fff;
}

#discount .modal_content {
  max-width: 980px;
  margin: 75px auto;
}
#discount .modal_content .discount_content {
  max-width: 980px;
  max-height: calc(100vh - 180px);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background-color: rgba(18, 66, 109, 0.9058823529);
  -webkit-box-shadow: none;
          box-shadow: none;
}
#discount .modal_content .modal_SlideAnimation {
  -webkit-animation: fadeIn_top 0.5s;
          animation: fadeIn_top 0.5s;
}
#discount .modal_content .modal_footer {
  padding: 20px 30px;
}
#discount .modal_content .modal_footer .base-btn {
  width: 50%;
  min-width: 195px;
  border-radius: 50px;
}
#discount .modal_content .discount_header {
  padding: 0;
  background: transparent;
  border-bottom: 0px;
}
#discount .modal_content .discount_header .activeBanner_Img {
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 307px;
  display: block;
  position: relative;
  opacity: 0.86;
}
#discount .modal_content .discount_header .activeBanner_Img:after {
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 60px;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 66, 109, 0)), color-stop(45%, rgba(18, 66, 109, 0.662745098)), color-stop(96%, #12436d)) 0% 0%;
  background: linear-gradient(180deg, rgba(18, 66, 109, 0) 0%, rgba(18, 66, 109, 0.662745098) 45%, #12436d 96%) 0% 0%;
}
#discount .modal_content .discount_header .activeBanner_Img img {
  width: 100%;
}
#discount .modal_content .discountInfo_container {
  width: 100%;
  padding: 30px 0;
  position: relative;
  height: auto;
}
#discount .modal_content .discountInfo_container:not(:last-of-type) {
  margin-bottom: 40px;
}
#discount .modal_content .discountInfo_container:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 38px;
  background-size: 100% 100%;
  background-position: 0 0;
  background-image: url(../img/prmo1.webp);
  background-repeat: no-repeat;
}
#discount .modal_content .discountInfo_container:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 31px;
  background-size: 100% 100%;
  background-position: 0 0;
  background-image: url(../img/prmo2.webp);
  background-repeat: no-repeat;
}
#discount .modal_content .discountInfo_container .discount_title {
  position: absolute;
  padding: 10px 20px;
  top: -11px;
  left: 50%;
  font-size: 20px;
  color: var(--primary-color);
  display: inline-block;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
#discount .modal_content .discountInfo_container .discountInfo_wrap {
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-size: 100% 100%;
  background-image: url(../img/prmo3.webp);
  background-repeat: repeat-y;
  word-break: break-all;
  padding: 0 30px;
  line-height: 24px;
  min-height: 30px;
  color: var(--primary-color);
}
#discount .modal_content .discountInfo_container .discountInfo_wrap li {
  width: 100%;
}
#discount .modal_content .discountInfo_content {
  font-size: 14px;
  letter-spacing: normal;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  word-break: break-all;
}

/*mob*/
.promoList-Item {
  width: 100%;
  height: auto;
  position: relative;
}
.promoList-Item:not(:last-of-type) {
  margin-bottom: 0.6125rem;
}

.listImg-Wrap {
  width: 100%;
  height: auto;
  border-radius: 0.5rem 0.5rem 0 0;
  overflow: hidden;
}
.listImg-Wrap img {
  width: 100%;
  height: auto;
}

.promoList-content {
  width: 100%;
  min-height: 2.25rem;
  border-radius: 0 0 8px 8px;
  margin-top: -0.35rem;
  padding: 0.75rem 0.6125rem 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--primary-color);
  margin-bottom: 10px;
}
.promoList-content .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.9375rem;
  color: #fff;
}
.promoList-content .base-btn {
  width: auto;
  color: var(--primary-color);
  z-index: 1;
  padding: 0 0.625rem;
  background: rgba(51, 144, 255, 0.6980392157);
  line-height: 1.5rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
}
.promoList-content .base-btn span {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #A5E7F3), color-stop(21%, rgba(38, 255, 136, 0.85)), color-stop(57%, #01F5FE), color-stop(87%, #5690FD));
  background: linear-gradient(180deg, #A5E7F3 3%, rgba(38, 255, 136, 0.85) 21%, #01F5FE 57%, #5690FD 87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.promo-imgBox {
  width: 100%;
  height: auto;
  margin: 0 0 0.6125rem;
}

.promoDtail-content, .promoDtail-rule {
  width: 100%;
  padding: 0.6125rem;
  line-height: 1.6125rem;
  border-radius: 8px;
  background: transparent;
  font-size: 0.875rem;
}

.promoDtail-content:not(:last-of-type), .promoDtail-rule:not(:last-of-type) {
  margin-bottom: 0.6125rem;
}

.promoDtail-content .title, .promoDtail-rule .title {
  width: 8rem;
  font-size: 1rem;
  line-height: 1.125rem;
  text-align: center;
  color: var(--primary-color);
  margin: 0 auto 0.9375rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.promoDtail-content .title:before, .promoDtail-content .title:after {
  position: absolute;
  content: "";
  width: 5.6875rem;
  height: 1.125rem;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
}

.promoDtail-rule .title:before, .promoDtail-rule .title:after {
  position: absolute;
  content: "";
  width: 5.6875rem;
  height: 1.125rem;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
}

.promoDtail-content .title:before, .promoDtail-rule .title:before {
  left: -6rem;
  background-image: url(../img/prmo-m1.webp);
}

.promoDtail-content .title:after, .promoDtail-rule .title:after {
  right: -6rem;
  background-position: 0 100%;
  background-image: url(../img/prmo-m2.webp);
}

.promoDtail-content {
  color: var(--primary-color);
}
.promoDtail-content td {
  font-size: 0.8125rem !important;
  border-width: 1px !important;
  border-color: rgba(255, 255, 255, 0.1490196078) !important;
}
.promoDtail-content td > span {
  font-size: 0.8125rem !important;
}

.discount .subFooter2-container {
  background: transparent;
  border: none;
}

.section-wrap {
  position: relative;
  padding-top: 40px;
  margin-bottom: 20px;
}

.vip-section {
  border: 6px solid #f7b52c;
  border-radius: 16px;
  padding: 40px 20px;
  background-color: rgba(255, 255, 255, 0.05);
  position: relative;
}

.vip-title-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #1e2a78, #006fa9);
  border-radius: 100px;
  padding: 0 50px;
  z-index: 2;
}

.vip-title, .vip-subtitle {
  font-size: 32px;
  color: #f7b52c;
  font-weight: 900;
  text-align: center;
  text-shadow: 2px 2px 0 #000066, 4px 4px 0 #000066;
  white-space: nowrap;
}

.vip-subtitle {
  color: #f7b52c !important;
  margin-bottom: 30px;
}

.vip-table {
  overflow-x: auto;
  max-width: 1200px;
  margin: 0 auto;
}
.vip-table table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.vip-table thead th {
  background: #f7b52c;
  color: #000;
  padding: 8px;
  font-size: 16px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  white-space: nowrap;
}
.vip-table thead th:first-child {
  background: transparent;
}
.vip-table td {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px;
  font-size: 15px;
}
.vip-table tbody td {
  color: #fff;
}
.vip-table tr:nth-child(3), .vip-table tr:nth-child(4), .vip-table tr:nth-child(5) {
  background-color: rgba(42, 121, 175, 0.5411764706);
}

.tip-box {
  background: -webkit-gradient(linear, left top, right top, from(#eea000), color-stop(#f9c200), to(#eea000));
  background: linear-gradient(to right, #eea000, #f9c200, #eea000);
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 100px;
  width: 25%;
}

@media (max-width: 992px) {
  .discountInfo_content {
    margin-left: 15px;
  }
  .tip-box {
    width: 100%;
  }
  .section-wrap img {
    width: 100%;
  }
}