@import url("https://use.typekit.net/pvp1dzx.css");


.BackToSchool2024 {
  overflow: hidden;
  position: relative;
  background: #ffec9c;
  background-position:  top;
}

.commonTitleBox {
  color: #ffffff;
  font-size: 18px;
  position: relative;
  margin: 0 auto;
  text-transform: capitalize;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 900;
  font-style: normal;
}
@media (min-width: 996px) {
  .commonTitleBox {
    font-size: 25px;
    margin: 0 0 20px;
  }
}
.commonTitleBox-icon {
  max-width: 45px;
  display: inline-block;
  margin-left: 5px;
}
.commonSubTitle {
  color: #fefefe;
  font-size: 20px;
  line-height: 1.6;
  margin: 0 auto;
  font-weight: normal;
  font-weight: bold;
}

.commonTxt {
  color: #fefefe;
  font-size: 17px;
  line-height: 1.6;
  padding: 1% 0;
}

img {
  max-width: 100%;
  width: 100%;
  display: block;
}

a {
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.amenu {
  margin: auto;
  position: fixed;
  bottom: 5%;
  right: 2%;
  width: 80px;
  height: 80px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 26px;
  z-index: 199;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.amenu .amenu-title {
  color: #fff;
  font-size: 14px;
  margin-bottom: 8px;
  text-shadow: 0 0 10px #000;
}
.amenu .amenu-open-button {
  position: relative;
  width: 60px;
  height: 60px;
  transition: 0.2s;
}
.amenu .amenu-open-button:hover {
  cursor: pointer;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.amenu .amenu-open-button img {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* -webkit-filter: invert(1);
          filter: invert(1); */
}
@-webkit-keyframes float-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@keyframes float-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

.kv {
  position: relative;
}
.kv__tcTxt {
  position: absolute;
  bottom: 40px;
  left: 10%;
  color: #cc4527;
  font-size: 10px;
  text-align: center;
}
@media (min-width: 996px) {
  .kv__tcTxt {
    bottom: 60px;
    left: 25%;
    font-size: 12px;
  }
}
@media (min-width: 1921px) {
  .kv__tcTxt {
    bottom: 140px;
    left: 25%;
  }
}
.kv__title {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
}

@media (min-width: 996px) {
  .kv__title {
    top: 18%;
    width: 38%;
  }
}

.kv__date {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #cc4627;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .kv__date {
    font-size: 15px;
  }
}

@media (min-width: 996px) {
  .kv__date {
    top: 31%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.1vw;
    
  }
}

@media (min-width: 1921px) {
  .kv__date {
    font-size: 28px;
    
  }
}

.intro {
  position: relative;
  color: #fff;
  padding: 10px 0 10px;
  text-align: center;
  background: #f26721b1;
  margin-top: -30px;
}

@media (min-width: 996px) {
  .intro {
    margin-top: -40px;
  }
}

@media (min-width: 1921px) {
  .intro {
    margin-top: -100px;
  }
}

.intro img {
  width: auto;
}
.intro__icon {
  position: absolute;
  z-index: 1;
}
.intro__icon-1 {
  left: 8%;
  top: 0;
  width: 10%;
  -webkit-transform: rotate(345deg);
          transform: rotate(345deg);
}
@media (min-width: 996px) {
  .intro{
    padding: 10px 0 20px;
  }
  .intro__icon-1 {
    left: 10%;
    top: 30%;
    width: 6%;
  }
}
.intro__icon-2 {
  right: 9%;
  top: 46%;
  width: 15%;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
@media (min-width: 996px) {
  .intro__icon-2 {
    width: 8%;
  }
}
.intro__icon-3 {
  left: -10%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 26%;
}

.intro__wrapper-title {
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  text-shadow: 0 0 10px #af5319;
}

@media (min-width: 996px) {
  .intro__wrapper-title {
    font-size: 46px;
  }
}

.intro__wrapper-des {
  font-size: 16px;
  text-transform: uppercase;
  text-shadow: 0 0 10px #af5319;
}

@media (min-width: 996px) {
  .intro__wrapper-des {
    font-size: 25px;
  }
}

.intro__wrapper-des span {
  font-size: 20px;
}

@media (min-width: 996px) {
  .intro__wrapper-des span {
    font-size: 34px;
  }
  
}


@-webkit-keyframes glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 10px #6f2de9);
            filter: drop-shadow(0px 0px 10px #6f2de9);
  }
  100% {
    -webkit-filter: drop-shadow(0px 0px 10px #ffffff);
            filter: drop-shadow(0px 0px 10px #ffffff);
  }
}

@keyframes glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 10px #6f2de9);
            filter: drop-shadow(0px 0px 10px #6f2de9);
  }
  100% {
    -webkit-filter: drop-shadow(0px 0px 10px #ffffff);
            filter: drop-shadow(0px 0px 10px #ffffff);
  }
}


.pd {

} 



.pd__flex {
  margin: 10px 0px 0px;
  padding: 30px 0 0px;
}


.pd__table {
  position: relative;
  width: 100%;
  margin: 0px 0px 20px;
  border-radius: 20px;
  overflow: hidden;
}

/* .pd__table::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 101%;
  height: 102%;
  background: #5ba153;
  z-index: 0;
  border-radius: 20px;
} */

.pd__table-row {
  display: flex;
  width: 100%;
}

.pd__table-th {
  flex: 1;
  border: 10px solid #5ba153;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 20;
  position: relative;
  background: #365a32;
}

.pd__table-cell {
  flex: 1;
  border: 10px solid #5ba153;
  background-color: #287a1e;
  color: #fff;
  text-align: center;
  padding: 5px;
  position: relative;
  font-size: 14px;
}

/* 移除最左邊表頭的左上角圓角 */
.pd__table-row:first-child .pd__table-th:first-child {
  border-top-left-radius: 0;
}

/* 移除最右邊表頭的右上角圓角 */
.pd__table-row:first-child .pd__table-th:last-child {
  border-top-right-radius: 0;
}

.pd__title {
  text-align: center;
  background: #365a32;
  width: 100%;
  margin: 0px auto 0;
  padding: 10px 10px;
  font-size: 20px;
  color: #fff;
}

.pd__photo {
  width: 100%;
  margin: 0 auto;
  /* padding: 2px 2px 0 2px; */
  border: 5px solid #5ba153;
  border-radius: 20px;
  overflow: hidden;
}

/* .pd__photo figure img{
  border-radius: 0 0 0px 0px;
} */

.pd__table-cell a {
  background-color: #a74099;
  border-radius: 15px;
  padding: 5px 5px;
  color: #fff;
  text-align: center;
  display: inline-block;
}



.pd__table-cell a:hover {
  cursor: pointer;
  background-color: #f3a332;
}

@media (min-width: 996px) {

  .pd__title {
    font-size: 25px;
  }

  .pd__flex {
    display: flex;
    align-items: center;
    margin: 10px 0px 70px;
  }

  .pd__photo {
    width: 40%;
  }

  .pd__photo figure img{
    /* border-radius: 0 0 20px 20px; */
  }


  .pd__table {
    margin: 20px 0px 20px 30px;
  }
  .pd__table-th {
    padding: 15px 10px;
  }
  
  .pd__table-cell {
    font-weight: bold;
    padding: 15px 5px;
  }

  .pd__table-cell a {
    padding: 5px 25px;
  }
}


.identity {
  padding: 0 0 50px;
}
@media (min-width: 996px) {
  .identity {
    padding: 0 0 5%;
  }
}
.identity__wrapper {
  max-width: 1280px;
}
.identity__wrapper-intro {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 996px) {
  .identity__wrapper-intro {
    font-size: 26px;
  }
}
.identity__wrapper-block .cardItem {
  position: relative;
  margin: 20px 0;
  background: linear-gradient(45deg, #28337c, #7955a1 80%);
}
@media (min-width: 996px) {
  .identity__wrapper-block .cardItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 30px 0;
  }
}
.identity__wrapper-block .cardItem:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.identity__wrapper-block .cardItem:hover h6 {
  background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(#0f2d5b), color-stop(#3a44c1), to(transparent));
  background: linear-gradient(to left, transparent, #0f2d5b, #3a44c1, transparent);
}
.identity__wrapper-block .cardItem__leftBox {
  position: relative;
  display: inline-block;
  padding: 20px 0 10px;
  z-index: 20;
}
@media (min-width: 996px) {
  .identity__wrapper-block .cardItem__leftBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60%;
    padding: 0;
  }
}
.identity__wrapper-block .cardItem__leftBox-logo {
  width: 50%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .identity__wrapper-block .cardItem__leftBox-logo {
    width: 40%;
    margin: 0;
  }
}
@media (min-width: 996px) {
  .identity__wrapper-block .cardItem__leftBox-logo img {
    width: 80%;
    margin: 0 auto;
  }
}
.identity__wrapper-block .cardItem__leftBox-content {
  color: #fff;
  text-align: center;
  margin: 10px 0;
}
@media (min-width: 996px) {
  .identity__wrapper-block .cardItem__leftBox-content {
    width: 58%;
  }
}
.identity__wrapper-block .cardItem__leftBox-content h4 {
  font-size: 24px;
}
@media (min-width: 996px) {
  .identity__wrapper-block .cardItem__leftBox-content h4 {
    font-size: 32px;
  }
}
.identity__wrapper-block .cardItem__leftBox-content h6 {
  font-size: 17px;
  font-style: italic;
  margin: 10px 0 0;
  display: inline-block;
  padding: 2px 20px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#0f2d5b), color-stop(#3a44c1), to(transparent));
  background: linear-gradient(to right, transparent, #0f2d5b, #3a44c1, transparent);
}
@media (min-width: 996px) {
  .identity__wrapper-block .cardItem__leftBox-content h6 {
    font-size: 20px;
    padding: 2px 40px;
  }
}
@media (min-width: 996px) {
  .identity__wrapper-block .cardItem__rightBox {
    width: 40%;
  }
}
.identity__wrapper-block .cardItem__rightBox .videobox-wrapper {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .identity__wrapper-block .cardItem__rightBox .videobox-wrapper {
    width: 100%;
  }
}
.identity__wrapper-block .cardItem__rightBox .videobox-wrapper__box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.identity__wrapper-block .cardItem__rightBox .videobox-wrapper__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.identity__wrapper-block .cardItem:nth-child(1) {
  position: relative;
  background: url(https://storage-asset.msi.com/event/2024/CND/black-friday-deals/images/mag-bg.jpg);
  background-position: left;
  background-size: cover;
  background-repeat: repeat;
}
@media (min-width: 996px) {
  .identity__wrapper-block .cardItem:nth-child(1) {
    background-size: contain;
  }
}
.identity__wrapper-block .cardItem:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 0;
}
@media (min-width: 996px) {
  .identity__wrapper-block .cardItem:nth-child(1)::before {
    background: rgba(0, 0, 0, 0.5);
  }
}
.identity__wrapper-block .cardItem:nth-child(1) h6 {
  color: #e7cfa1;
}
.identity__wrapper-block .cardItem:nth-child(2) {
  position: relative;
  background: url(https://storage-asset.msi.com/event/2024/CND/black-friday-deals/images/mpg-bg.jpg);
  background-position: left;
  background-size: cover;
  background-repeat: repeat;
}
@media (min-width: 996px) {
  .identity__wrapper-block .cardItem:nth-child(2) {
    background-size: contain;
  }
}
.identity__wrapper-block .cardItem:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 0;
}
@media (min-width: 996px) {
  .identity__wrapper-block .cardItem:nth-child(2)::before {
    background: rgba(0, 0, 0, 0.5);
  }
}
.identity__wrapper-block .cardItem:nth-child(2) h6 {
  color: #ff6fad;
}
.identity__wrapper-block .cardItem:nth-child(3) {
  position: relative;
  background: url(https://storage-asset.msi.com/event/2024/CND/black-friday-deals/images/meg-bg.jpg);
  background-position: left;
  background-size: cover;
  background-repeat: repeat;
}
@media (min-width: 996px) {
  .identity__wrapper-block .cardItem:nth-child(3) {
    background-size: contain;
  }
}
.identity__wrapper-block .cardItem:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 0;
}
@media (min-width: 996px) {
  .identity__wrapper-block .cardItem:nth-child(3)::before {
    background: rgba(0, 0, 0, 0.5);
  }
}
.identity__wrapper-block .cardItem:nth-child(3) h6 {
  color: #d3e736;
}

.wtb {
  padding: 0 0 20px;
}
@media (min-width: 996px) {
  .wtb {
    /* padding: 0 0 5%; */
  }
}
.wtb .commonTitleBox {
  color: #3a3a3a;
}

.tabBox__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3% auto;
}
.tabBox__item {
  width: calc(33.3333333333% - 10px);
}
.tabBox p {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.6;
  background: #000000;
  padding: 5px 15px;
  text-align: center;
}






.redeem {
  margin-top: 70px;
}

.redeem .msi__container {
  text-align: center;
  position: relative;
  border-radius: 50px;
  padding: 50px 10px;
  border-radius: 18px;
  width: 90%;
  background: linear-gradient(145deg, #a8d9e4 10%, #c9d8a6 50%, #e2eec9 100%);
  z-index: 10;
  margin-bottom: 30px;
}

@media (min-width: 996px) {
  .redeem .msi__container {
    margin-bottom: 60px;
  }
}

.redeem .commonTitleBox {
  text-shadow: 0 0 10px #718b81;
}

.redeem__note {
  color: #422c01;
  font-size: 22px;
  font-style: italic;
  margin-bottom: 10px;
  background: #feeedeb9;
  width: auto;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  width: 90%;
}
.redeem__date{ 
  color: #000;
  font-size: 20px;
  margin-bottom: 20px;
}

.redeem__prizeImgBox {
  display: flex;
  justify-content: center;
}

.redeem__promotePic {
  max-width: 300px;
  margin: 0 0 50px;
}

.redeem__flex {
  margin: 50px 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

.redeem__flexBox {
  width: calc(100/ 3);
  max-width: 300px;
  color: #000;
}

.redeem__flexBox-icon {
  display: inline-block;
  max-width: 150px;
  margin-bottom: 15px;
}

.redeem__flexBox h4 {
  font-size: 22px;
}

.redeem__btnArea {
  max-width: 1000px;
  margin: 0 auto;
}

.redeem__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bolder;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  background: #3bb373;
  margin: 0 7px;
  color: #fff;
  transition: 0.2s;
  /* max-width: 300px; */
  width: calc( 100% - 20px );
  margin: 10px;
}

.redeem__btn a {
  color: #fff;
  display: inline-block;
}

.redeem__btn:hover {
  background: #3bb373cd;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff0d6;
}

@media (min-width: 996px) {
  .redeem {
    margin-top: 0px;
  }
  .redeem__btn {
    width: calc( (100% / 3) - 20px );
  }
  .redeem__note {
    font-size: 27px;
  }
}


#deHatch .subtab__itembox-flexfive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
#deHatch .subtab__itembox-flexfive .fiveTab__item {
  background: #ffffff;
  position: relative;
  margin: 1%;
  color: #555555;
  padding: 10px 10px;
  text-align: center;
  width: auto;
  cursor: pointer;
  border-radius: 8px;
  transition: 0.2s;
}
#deHatch .subtab__itembox-flexfive .fiveTab__item.active {
  background: #929292;
  color: #fff;

}

#deHatch .subtab__itembox-flexfive .fiveTab__item:hover {
  background: #929292;
  color: #fff;
}

.hideElement {
  display: none;
}

.content-wrapper {
    position: relative;
}


.dec-top-right {
    width: 14%;
    position: absolute;
    right: 0;
    top: 0;
}

.dec-top-left {
    width: 14%;
    position: absolute;
    left: 0;
    top: 5%;
}

.dec-bottom {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}






/* new table - 使用 table 顯示才能讓 rowspan/colspan 生效 */
.custom-table {
  width: 100%;
  max-width: 1280px;
  margin: 20px auto 0;
  overflow: hidden;
  background: #fcd374;
  border-collapse: collapse;
  table-layout: fixed;
}

@media (min-width: 996px) {
  .custom-table {
    /* margin: 20px 0px 20px 30px; */
  }
}

.custom-table-row {
  display: table-row;
}

.custom-table-header {
  background: #fcb414;
}

.custom-table-header .custom-table-cell {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 10px;
  letter-spacing: 1px;
  border-bottom: 8px solid #ffec9c;
  text-shadow: 0 0 10px #af5319;
}

@media (min-width: 996px) {
  .custom-table-header .custom-table-cell {
    font-size: 20px;
    font-weight: bold;
  }
}

.custom-table-cell a {
  text-decoration: underline;
  color: #cc4527;
}

.custom-table-cell a:hover {
  color: #af5319;
}

.custom-table-row:not(.custom-table-header) {
  background: #fbd776;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  border-bottom: 8px solid #ffec9c;
}

@media (min-width: 996px) {
  .custom-table-row:not(.custom-table-header) {
    font-size: 22px;
    font-weight: bold;
  }
}

.custom-table-row:last-child {
  border-bottom: none;
}

.custom-table-cell {
  display: table-cell;
  text-align: center;
  padding: 15px 5px;
  vertical-align: middle;
  font-family: inherit;
  font-size: inherit;
  background: transparent;
  color: #cc4527;
}
 

/* 讓內容不會貼邊 */
.custom-table-cell {
  box-sizing: border-box;
}

/* 只有資料列有右邊綠線，表頭沒有 */
.custom-table-row:not(.custom-table-header) .custom-table-cell:not(:last-child) {
  border-right: 8px solid #ffec9c;
}

/* RWD: 手機時字體縮小 */
@media (max-width: 600px) {
  .custom-table-header .custom-table-cell {
    /* font-size: 1.2rem; */
    /* padding: 16px 0 10px 0; */
  }
  /* .custom-table-row:not(.custom-table-header) {
    font-size: 1rem;
  } */
  .custom-table-cell {
    /* padding: 12px 0; */
  }
}



/* custom-table2 style*/
.custom-table2.qdOledMnt {
  width: 100%;
  max-width: 800px;
  margin: 20px auto 0;
  border-radius: 32px;
  overflow: hidden;
  background: #388a3c;
  box-shadow: 0 0 0 6px #388a3c;
}
@media (min-width: 996px) {
  .custom-table2.qdOledMnt {
    margin: 20px 0px 20px 30px;
  }
}
/* Header Row */
.custom-table2.qdOledMnt .custom-table-header-row {
  display: flex;
  background: #40663a;
}
.custom-table2.qdOledMnt .custom-table-header-cell {
  flex: 1;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 15px 10px;
  letter-spacing: 1px;
  border-bottom: 8px solid #6dc06d;
}
.custom-table2.qdOledMnt .custom-table-header-cell:first-child {
  border-top-left-radius: 32px;
}
.custom-table2.qdOledMnt .custom-table-header-cell:last-child {
  border-top-right-radius: 32px;
}

/* Content */
.custom-table2.qdOledMnt .custom-table-content {
  display: flex;
  width: 100%;
  background: #3ca43c;
}
.custom-table2.qdOledMnt .custom-table-models {
  flex: 2;
  display: flex;
  flex-direction: column;
}
.custom-table2.qdOledMnt .custom-table-row {
  display: flex;
}
.custom-table2.qdOledMnt .custom-table-panel-size,
.custom-table2.qdOledMnt .custom-table-model {
  background: #287a1e;
  color: #fff;
  font-size: 15px;
  padding: 15px 5px;
  text-align: left;
  border-bottom: 1px solid #6dc06d;
  font-family: inherit;
  flex: 1;
  display: flex;
  align-items: center;
  
}
.custom-table2.qdOledMnt .custom-table-panel-size {
  border-right: 4px solid #6dc06d;
  max-width: 120px;
  min-width: 80px;
  justify-content: flex-start;
  justify-content: center;
}
.custom-table2.qdOledMnt .custom-table-model {
  border-right: 4px solid #6dc06d;
  justify-content: flex-start;
  justify-content: center;
}
.custom-table2.qdOledMnt .custom-table-models .custom-table-row:last-child .custom-table-panel-size {
  border-bottom: 4px solid #6dc06d;
}
.custom-table2.qdOledMnt .custom-table-models .custom-table-row:last-child .custom-table-model {
  border-bottom: 4px solid #6dc06d;
}

@media (min-width: 996px) {
  .custom-table2.qdOledMnt .custom-table-models .custom-table-row:last-child .custom-table-panel-size {
    border-bottom: none;
  }
  .custom-table2.qdOledMnt .custom-table-models .custom-table-row:last-child .custom-table-model {
    border-bottom: none;
  }
}

.custom-table2.qdOledMnt .custom-table-content .custom-table-prize {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #287a1e;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  border-bottom-right-radius: 32px;
}
.custom-table2.qdOledMnt .custom-table-content .custom-table-prize div {
  line-height: 1.4;
}
@media (max-width: 800px) {
  .custom-table2.qdOledMnt .custom-table-content {
    flex-direction: column;
  }
  .custom-table2.qdOledMnt .custom-table-content .custom-table-models,
  .custom-table2.qdOledMnt .custom-table-content .custom-table-prize {
    flex: unset;
    width: 100%;
  }
  .custom-table2.qdOledMnt .custom-table-content .custom-table-prize {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 32px;
    padding: 24px 0;
  }
}

.custom-table2.qdOledMnt .custom-table-model a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.2s;
}
.custom-table2.qdOledMnt .custom-table-model a:hover {
  color: #ffa64a;
}

.custom-table2.qdOledMnt .custom-table-row .custom-table-panel-size,
.custom-table2.qdOledMnt .custom-table-row .custom-table-model {
  flex: unset;
  width: 50%;
  max-width: unset;
  min-width: unset;
}