.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 #065f96;
}
.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: #a1c5db;
  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: 0px 1px 1px #065f96;
  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: 0px 1px 1px #065f96;
  background: -webkit-gradient(linear, left top, left bottom, from(#005ac6), to(#133ead));
  background: linear-gradient(180deg, #005ac6 0%, #133ead 100%);
}

.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: 275px;
  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 #065f96;
}
.banner_item .discount_info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#005ac6), to(#133ead));
  background: linear-gradient(180deg, #005ac6 0%, #133ead 100%);
  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 #065f96;
  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;
}

#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: #263270;
  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: #263270;
}
#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: transparent -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #edf4ff), to(#ffffff));
  background: transparent linear-gradient(180deg, #ffffff 0%, #edf4ff 50%, #ffffff 100%);
  -webkit-box-shadow: 0 2px 6px rgba(5, 19, 48, 0.2470588235), inset 0 -3px #238aff;
          box-shadow: 0 2px 6px rgba(5, 19, 48, 0.2470588235), inset 0 -3px #238aff;
}
.promoList-content .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.9375rem;
  color: #263270;
  text-shadow: 0px 1px 1px #edf4ff;
}
.promoList-content .base-btn {
  width: auto;
  color: #fff;
  z-index: 1;
  padding: 0 0.625rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#005ac6), to(#133ead));
  background: linear-gradient(180deg, #005ac6 0%, #133ead 100%);
  text-shadow: 0 1px 1px #065f96;
  line-height: 1.5rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
}

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

.promoDtail-content, .promoDtail-rule {
  width: 100%;
  padding: 0.6125rem;
  line-height: 1.6125rem;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 5px rgba(5, 19, 48, 0.2470588235);
          box-shadow: 0 2px 5px rgba(5, 19, 48, 0.2470588235);
  background: transparent;
  font-size: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.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: #263270;
  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: #263270;
}
.promoDtail-content img {
  width: 100%;
}
.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;
}