/* CSS -- reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

body {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #FFF;
}

/*common style*/
img {
  max-width: 100%;
  overflow: hidden;
}

.text-center {
  text-align: center;
}

#th-bundle {
  background: url(https://storage-asset.msi.com/event/2021/th/CNY-promotion-2021/images/bg.jpg) 0 center repeat;
  overflow: hidden;
  background-size: contain;
  font-size: 20px;
  font-family: "DINPro-Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif, 'cwTeXHei', 'Microsoft JhengHei';
  background-color: #9c3232;
}

#th-bundle .mainbox {
  max-width: 1920px;
  width: 90%;
  margin: 0 auto;
}

#th-bundle .kv {
  position: relative;
}

#th-bundle .kv__pic {
  width: 100%;
}

#th-bundle .kv__picMobile {
  display: none;
}

#th-bundle .search {
  margin: 2% 0;
  letter-spacing: 5px;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
}

#th-bundle .pd {
  padding: 0;
}

#th-bundle .pd__series {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

#th-bundle .pd__series--active {
  position: relative;
  top: auto;
  z-index: 1;
  opacity: 1;
}

#th-bundle .pd__name {
  padding: 15px 0;
  position: relative;
  z-index: 10;
  border-radius: 3px;
}

#th-bundle .pd__name ul {
  width: 100%;
  margin: 0 auto;
  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;
}

#th-bundle .pd__name ul li {
  text-transform: uppercase;
  font-size: 20px;
  color: white;
  padding: 4px;
  margin: 0 10px;
  text-align: center;
  cursor: pointer;
  border: 2px solid #e8a03c;
  border-radius: 10px;
  font-weight: bold;
  display: block;
  width: calc(100% / 5 - 10px);
}

#th-bundle .pd__name ul li.pd__name--active, #th-bundle .pd__name ul li:hover {
  background: #e8a03c;
  border: 2px solid #e8a03c;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

#th-bundle .pd__wrapper {
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  padding: 0;
  position: relative;
}

#th-bundle .pd__box {
  width: 100%;
  margin: 2% auto 6%;
  position: absolute;
  top: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
}

#th-bundle .pd__box-title {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  margin: 2% auto;
  color: #ffbd60;
}

#th-bundle .pd__box--active {
  position: relative;
  top: auto;
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

#th-bundle .pd__flex {
  background-color: #6f161a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 2%;
}

#th-bundle .pd__flexSlide {
  background-color: #6f161a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  padding: 0 2% 5%;
}

#th-bundle .pd__item {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

#th-bundle .pd__item-pic, #th-bundle .pd__item-pic2, #th-bundle .pd__item-pic3 {
  width: 80%;
  margin: 0 auto;
  display: none;
}

#th-bundle .pd__item-pic:nth-child(1), #th-bundle .pd__item-pic2:nth-child(1), #th-bundle .pd__item-pic3:nth-child(1) {
  display: inline-block;
}

#th-bundle .pd__item-title {
  color: #fff;
  font-weight: bold;
  margin: 2% auto;
  text-align: center;
}

#th-bundle .pd__select {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: calc(100%/2 - 20px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
}

#th-bundle .pd__select-title {
  color: #fff;
  font-weight: bold;
  margin: 2% auto;
  text-align: center;
}

#th-bundle .pd__selectItem, #th-bundle .pd__selectItem2, #th-bundle .pd__selectItem3 {
  width: 100%;
  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;
  margin: 1vh 0;
  padding-left: 16px;
  font-size: 18px;
  height: 40px;
  font-family: "Exo", sans-serif;
  background-color: #9b2722;
  color: #fff;
  border: 1px solid #ff8787;
}

#th-bundle .pd__selectFlex {
  margin-top: 5%;
  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;
}

#th-bundle .pd__selectFlex-title {
  color: #fff;
  margin: 2% auto;
  text-align: center;
}

#th-bundle .pd__selectFlex img {
  width: 50%;
}

#th-bundle .pd__flexSlider {
  background-color: #6f161a;
  margin-top: 24%;
}

#th-bundle .pd__btn, #th-bundle .pd__btn2 {
  text-align: center;
  background-color: #e8a03c;
  color: #000;
  width: 330px;
  margin: 3% auto;
  font-weight: bold;
  border-radius: 9px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#th-bundle .pd__btn:hover, #th-bundle .pd__btn2:hover {
  background-color: #ffb349;
}

#th-bundle .pd__table, #th-bundle .pd__table2 {
  display: table;
  text-align: center;
  margin: 0 auto;
}

#th-bundle .pd__table td, #th-bundle .pd__table2 td {
  border: 1px solid #740303;
  background-color: rgba(255, 255, 255, 0.801);
  width: 400px;
  padding: 1%;
  text-align: center;
  color: #000;
}

#th-bundle .pd__table td s, #th-bundle .pd__table2 td s {
  font-size: 0.8em;
}

#th-bundle .pd__table td span, #th-bundle .pd__table2 td span {
  font-size: 1.1em;
  font-weight: bold;
  color: #d67f04;
}

#th-bundle .pd__table .title, #th-bundle .pd__table2 .title {
  font-weight: bold;
}

#th-bundle .pd .active {
  display: none;
}

#th-bundle .pd__au {
  position: relative;
  background-color: #811814;
  min-height: 500px;
}

#th-bundle .pd__txtbox {
  width: 60%;
  font-size: 1em;
  padding: 5%;
}

#th-bundle .pd__txtbox-title {
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1.2em;
}

#th-bundle .pd__txtbox-sub {
  margin-top: 1%;
  font-size: 0.9em;
}

#th-bundle .pd__txtbox-btn {
  display: block;
  text-decoration: none;
  text-align: center;
  width: 30%;
  font-size: 1.2em;
  color: white;
  border: 2px solid #dd6363;
  padding: 0.2%;
  margin-top: 3%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#th-bundle .pd__txtbox-btn:hover {
  background-color: #4d0000;
}

#th-bundle .pd__imgbox {
  position: absolute;
  right: 0%;
  bottom: 0;
  width: 50%;
}

#th-bundle .redeem {
  text-align: center;
  background-color: #570808;
  margin: 0 auto;
  padding: 2% 0 1%;
}

#th-bundle .redeem__title {
  color: #ffbd60;
  font-weight: bold;
  font-size: 2em;
}

#th-bundle .redeem__member {
  width: 350px;
  margin: 1% auto;
  display: inline-block;
  background-color: #e8a03c;
  border-radius: 10px;
  padding: 0.5%  2%;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-decoration: none;
  color: #1d1d1d;
  font-weight: bold;
}

#th-bundle .redeem__member:hover {
  background-color: #e8a03c;
}

#th-bundle .redeem__tc {
  margin: 1%  0;
}

#th-bundle .redeem__tc-btn {
  width: 350px;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #ffb349;
  border-radius: 10px;
  padding: 0.5%  2%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#th-bundle .redeem__tc-btn:hover {
  background-color: #ffb349;
  border: 1px solid #ffb349;
  color: #000;
}

#th-bundle .wtb {
  text-align: center;
  background-color: #570808;
  margin: 0 auto;
  padding: 2% 0 1%;
}

#th-bundle .wtb__title {
  color: #ffbd60;
  font-weight: bold;
  font-size: 2em;
}

#th-bundle .prize {
  text-align: center;
  background-color: #570808;
  margin: 0 auto;
  padding: 2% 0 1%;
}

#th-bundle .prize__title {
  color: #ffbd60;
  font-weight: bold;
  font-size: 2em;
}

#th-bundle .prize__flex {
  margin: 1.5%;
  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;
}

#th-bundle .prize__flex a {
  margin: 0 1%;
  display: inline-block;
  width: 30%;
}

@media (max-width: 1300px) {
  #th-bundle .pd__au {
    min-height: auto;
  }
  #th-bundle .pd__txtbox {
    padding: 2%;
  }
  #th-bundle .pd__txtbox-title {
    font-size: 1.4em;
    font-weight: bold;
  }
}

@media (max-width: 1160px) {
  #th-bundle .pd__name ul li {
    width: auto;
  }
}

@media (max-width: 960px) {
  #th-bundle {
    background-size: contain;
  }
  #th-bundle .kv {
    position: relative;
  }
  #th-bundle .kv__pic {
    width: 100%;
    display: none;
  }
  #th-bundle .kv__picMobile {
    display: block;
  }
  #th-bundle .search {
    font-size: 0.9em;
  }
  #th-bundle .pd__name ul {
    display: block;
  }
  #th-bundle .pd__name ul li {
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #e8a03c;
    width: 90%;
    margin: 0px auto;
  }
  #th-bundle .pd__name ul li:nth-last-child(1) {
    border-bottom: none;
  }
  #th-bundle .pd__flex {
    display: block;
    padding: 4% 0;
  }
  #th-bundle .pd__item {
    width: 90%;
  }
  #th-bundle .pd__select {
    width: calc(100%/1 - 20px);
  }
  #th-bundle .pd__select-title {
    margin: 8% auto 0;
  }
  #th-bundle .pd__flexSlide {
    display: block;
  }
  #th-bundle .pd__flexSlider {
    margin-top: 3%;
  }
  #th-bundle .pd__table, #th-bundle .pd__table2 {
    display: block;
    overflow-x: auto;
  }
  #th-bundle .pd__table td, #th-bundle .pd__table2 td {
    min-width: 250px;
    padding: 0.5%;
    font-size: 0.9em;
  }
  #th-bundle .pd__table td s, #th-bundle .pd__table2 td s {
    font-size: 0.8em;
  }
  #th-bundle .pd__table td span, #th-bundle .pd__table2 td span {
    font-size: 1em;
  }
  #th-bundle .pd__au {
    min-height: auto;
  }
  #th-bundle .pd__txtbox {
    width: 100%;
    padding: 5%;
  }
  #th-bundle .pd__txtbox-title {
    font-size: 1.2em;
  }
  #th-bundle .pd__txtbox-btn {
    width: 300px;
  }
  #th-bundle .pd__imgbox {
    width: 100%;
    position: unset;
  }
  #th-bundle .redeem__title {
    font-size: 1.2em;
  }
  #th-bundle .prize__title {
    font-size: 1.2em;
  }
  #th-bundle .prize__flex {
    margin: 1.5%;
    display: block;
  }
  #th-bundle .prize__flex a {
    margin: 1% auto;
    display: block;
    width: 80%;
  }
}

@media (max-width: 480px) {
  #th-bundle .search {
    font-size: 0.7em;
    font-weight: unset;
  }
  #th-bundle .pd__name ul li {
    font-size: 16px;
    font-weight: unset;
  }
  #th-bundle .pd__flex {
    display: block;
    padding: 4% 0;
  }
  #th-bundle .pd__item {
    width: 90%;
  }
  #th-bundle .pd__select {
    width: calc(100%/1 - 20px);
  }
  #th-bundle .pd__select-title {
    font-size: 16px;
  }
  #th-bundle .pd__flexSlide {
    display: block;
  }
  #th-bundle .pd__flexSlider {
    margin-top: 3%;
  }
  #th-bundle .pd__table, #th-bundle .pd__table2 {
    display: block;
    overflow-x: auto;
  }
  #th-bundle .pd__table td, #th-bundle .pd__table2 td {
    min-width: 250px;
    padding: 0.5%;
    font-size: 0.9em;
  }
  #th-bundle .pd__table td s, #th-bundle .pd__table2 td s {
    font-size: 0.8em;
  }
  #th-bundle .pd__table td span, #th-bundle .pd__table2 td span {
    font-size: 1em;
  }
  #th-bundle .pd__au {
    min-height: auto;
  }
  #th-bundle .pd__txtbox {
    width: 100%;
    padding: 5%;
  }
  #th-bundle .pd__txtbox-sub {
    font-size: 16px;
  }
  #th-bundle .pd__txtbox-btn {
    font-size: 1em;
  }
  #th-bundle .pd__imgbox {
    width: 100%;
    position: unset;
  }
  #th-bundle .redeem__title {
    font-size: 1.2em;
  }
}
/*# sourceMappingURL=bundle.css.map */