body {
  margin: 0;
  padding: 0;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 10pX;
  right: 30px;
  z-index: 20;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #bf997c;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#xmasdeals {
  font-family: "Century Gothic", "cwTeXHei", "Microsoft JhengHei";
  color: #ffedb3;
  font-size: 18px;
  line-height: 1.8;
  overflow-x: hidden;
  width: 100%;
  background: #000;
  background: url(https://storage-asset.msi.com/event/2021/cnd/christmas-deals/images/bg-loop.jpg) repeat-y;
  background-size: contain;
}
#xmasdeals .giftstar {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 750px;
}
#xmasdeals .giftstar__img {
  display: block;
  text-align: center;
  position: relative;
}
#xmasdeals .giftstar::before {
  -webkit-transition: 0.3 all;
  transition: 0.3 all;
  -webkit-animation: starbreath infinite 0.4s alternate;
          animation: starbreath infinite 0.4s alternate;
  right: 0;
  content: "";
  background-size: 100%;
  top: 80%;
  right: 95%;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
#xmasdeals .giftstar::after {
  -webkit-transition: 0.3 all;
  transition: 0.3 all;
  -webkit-animation: starbreath infinite 0.4s alternate;
          animation: starbreath infinite 0.4s alternate;
  right: 0;
  content: "";
  background-size: 100%;
  bottom: -40%;
  left: -15%;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
#xmasdeals img {
  max-width: 100%;
  overflow: hidden;
}
#xmasdeals h2 {
  text-align: center;
  color: #f4cfa6;
  font-size: 3.5rem;
  margin: 15px 0;
  text-transform: uppercase;
}
#xmasdeals h2.bottom-sp {
  margin-bottom: 5%;
}
@media only screen and (max-width: 960px) {
  #xmasdeals h2 {
    font-size: 2.6rem;
  }
}
#xmasdeals h3 {
  color: #e0513d;
  font-size: 3.5rem;
  position: relative;
  text-align: center;
  margin: 4vw auto 10px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #xmasdeals h3 {
    font-size: 2.6rem;
  }
}
#xmasdeals h3::before {
  content: "";
  background: url(https://storage-asset.msi.com/event/2021/cnd/christmas-deals/images/h3-deco.png) no-repeat center;
  position: absolute;
  top: -4vw;
  width: 100%;
  height: 4vw;
  background-size: contain;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#xmasdeals p {
  color: #f4cfa6;
  text-align: center;
}
#xmasdeals p.note {
  font-size: 14px;
  color: #bf997c;
}
#xmasdeals p.period {
  color: #e0513d;
  font-weight: bold;
  text-shadow: 2px 2px 8px #000, 2px 2px 15px #602b23;
}
#xmasdeals .common__container {
  margin: 0 auto;
}
#xmasdeals .common__container.lg {
  max-width: 1920px;
  width: 80%;
}
@media screen and (max-width: 1680px) {
  #xmasdeals .common__container.lg {
    width: 90%;
  }
}
@media only screen and (max-width: 960px) {
  #xmasdeals .common__container.lg {
    width: 96%;
  }
}
#xmasdeals .common__container.md {
  width: 80%;
  max-width: 1600px;
}
#xmasdeals .common__container.sm {
  width: 70%;
}
@media only screen and (max-width: 960px) {
  #xmasdeals .common__container.sm {
    width: 96%;
  }
}
#xmasdeals .common__top {
  padding-top: 5%;
}
#xmasdeals .common__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 960px) {
  #xmasdeals .common__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#xmasdeals .common__flex.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#xmasdeals .series {
  opacity: 1;
  position: relative;
  z-index: 10;
}
#xmasdeals .series--active {
  opacity: 1;
  position: relative;
  z-index: 99;
}
#xmasdeals .series .gift {
  width: 50%;
  max-width: 400px;
  margin: 3% auto 1%;
  text-align: center;
  position: relative;
  z-index: 1;
}
#xmasdeals .series .gift::before {
  content: "";
  background: url(https://storage-asset.msi.com/event/2021/cnd/christmas-deals/images/sticker-red.png) no-repeat;
  position: absolute;
  right: -35px;
  top: -5%;
  width: 40%;
  height: 15%;
  background-size: cover;
  margin: 0 auto;
  z-index: 2;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
#xmasdeals .series .frame {
  position: relative;
  padding-bottom: 4%;
}
#xmasdeals .series .frame::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: radial-gradient(circle at 0% 100%, transparent 3%, #633e39 3%) no-repeat, radial-gradient(circle at 100% 0%, transparent 3%, #633e39 3%) no-repeat, radial-gradient(circle at 0% 0%, transparent 3%, #633e39 3%) no-repeat, radial-gradient(circle at 100% 100%, transparent 3%, #633e39 3%) no-repeat;
  background-position: 0% 100%, 100% 0%, 0% 0%, 100% 100%;
  background-size: 85% 85%;
  opacity: 0.2;
}
#xmasdeals .series .frame::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: radial-gradient(circle at 0% 100%, transparent 3%, #c0a591 3%) no-repeat, radial-gradient(circle at 100% 0%, transparent 3%, #c0a591 3%) no-repeat, radial-gradient(circle at 0% 0%, transparent 3%, #c0a591 3%) no-repeat, radial-gradient(circle at 100% 100%, transparent 3%, #c0a591 3%) no-repeat;
  background-position: 0% 100%, 100% 0%, 0% 0%, 100% 100%;
  background-size: 85% 85%;
  -webkit-transform: scale(0.985);
          transform: scale(0.985);
  opacity: 0.5;
}
#xmasdeals .kv {
  background: url(https://storage-asset.msi.com/event/2021/cnd/christmas-deals/images/banner-bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
#xmasdeals .kv p {
  font-size: 24px;
  text-align: center;
}
#xmasdeals .kv__rope {
  margin-top: -2.7%;
  position: relative;
  z-index: 2;
}
#xmasdeals .kv__title {
  position: absolute;
  top: 0;
}
#xmasdeals .kv .banner {
  position: relative;
}
#xmasdeals .kv .banner__img {
  opacity: 1;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
}
#xmasdeals .kv .banner__img--active {
  opacity: 1;
  z-index: 99;
}
#xmasdeals .content {
  padding: 2rem 0px 10% 0px;
  position: relative;
  z-index: 1;
}
#xmasdeals .content::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  background: url(https://storage-asset.msi.com/event/2021/cnd/christmas-deals/images/bg.jpg) no-repeat top center;
  height: 100%;
  z-index: 2;
  background-size: 100%;
}
#xmasdeals .content::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url(https://storage-asset.msi.com/event/2021/cnd/christmas-deals/images/bg-bottom.jpg) no-repeat bottom center;
  height: 100%;
  z-index: 1;
  background-size: 100%;
}
#xmasdeals .content .earn__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 480px) {
  #xmasdeals .content .earn__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#xmasdeals .content .earn__flex figure {
  margin: 0 1em;
  position: relative;
  border: 6px solid #a08353;
  border-radius: 5px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: calc( 100% / 3 - 0px );
  max-width: 600px;
}
@media only screen and (max-width: 480px) {
  #xmasdeals .content .earn__flex figure {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10%;
  }
}
#xmasdeals .content .earn__flex figure:hover {
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 30px 30px 5px #181616;
          box-shadow: 30px 30px 5px #181616;
  transition: 0.3s all;
}
#xmasdeals .content .earn__flex figure::before {
  content: "";
  background: url(https://storage-asset.msi.com/event/2021/cnd/christmas-deals/images/sticker-stripe.png) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: -10%;
  width: 40%;
  height: 20%;
  background-size: contain;
  margin: 0 auto;
}
#xmasdeals .content .earn__flex figure:hover::before {
  background: url(https://storage-asset.msi.com/event/2021/cnd/christmas-deals/images/sticker-stripe-hover.png) no-repeat;
  background-size: contain;
}
#xmasdeals .content .video__wrap {
  width: 80%;
  margin: auto;
  max-width: 1440px;
}
#xmasdeals .content .video__wrap .videobox-wrapper {
  width: 60%;
  margin: 0 auto;
}
#xmasdeals .content .video__wrap .videobox-wrapper__box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
#xmasdeals .content .video__wrap .videobox-wrapper__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#xmasdeals .content .video__flex {
  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;
}
@media only screen and (max-width: 480px) {
  #xmasdeals .content .video__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#xmasdeals .content .video__itembox {
  position: relative;
  width: calc( 100%/3 - 20px);
  margin: 0 10px;
}
@media only screen and (max-width: 480px) {
  #xmasdeals .content .video__itembox {
    width: calc( 100% - 20px);
    max-width: 400px;
    padding-bottom: 5%;
  }
}
#xmasdeals .content .video__itembox .btplay {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
#xmasdeals .content .video__block {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
#xmasdeals .content .redeem .slick-slide {
  min-height: 520px;
}
#xmasdeals .content .redeem .slick-arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 25px;
}
#xmasdeals .content .redeem .slick-prev {
  left: 15px;
  z-index: 99;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#xmasdeals .content .redeem .slick-next {
  right: 15px;
  z-index: 99;
}
#xmasdeals .content .redeem .common__flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#xmasdeals .content .redeem__item {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
}
@media only screen and (max-width: 960px) {
  #xmasdeals .content .redeem__item {
    width: 75%;
    margin: 0 auto;
  }
}
#xmasdeals .content .redeem__item p {
  text-align: center;
  color: #bf997c;
  font-size: 18px;
}
#xmasdeals .content .redeem__item a, #xmasdeals .content .redeem__item span {
  color: #bf997c;
}
#xmasdeals .content .redeem__item--wreath {
  width: 100%;
  height: 300px;
  position: relative;
  background: url(https://storage-asset.msi.com/event/2021/cnd/christmas-deals/images/step-bg.png) no-repeat top center;
  background-size: contain;
  -webkit-filter: drop-shadow(10px 10px 15px #000);
          filter: drop-shadow(10px 10px 15px #000);
  text-align: center;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  color: #bf997c;
}
@media only screen and (max-width: 1360px) {
  #xmasdeals .content .redeem__item--wreath {
    height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  #xmasdeals .content .redeem__item--wreath {
    height: 350px;
  }
}
#xmasdeals .content .redeem__item--wreath img {
  width: 8%;
  padding-bottom: 1.5%;
}
#xmasdeals .content .redeem__arrow {
  margin: 0 auto;
  width: 2%;
  padding-top: 100px;
}
@media only screen and (max-width: 960px) {
  #xmasdeals .content .redeem__arrow {
    padding: 10px 0px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
#xmasdeals .content .redeem__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-top: 40px;
}
@media only screen and (max-width: 960px) {
  #xmasdeals .content .redeem__btn {
    display: block;
    margin-top: 0px;
  }
}
#xmasdeals .content .redeem__btn a {
  width: calc( 100% / 3 - 40px);
  padding: 10px 0px;
  font-size: 20px;
  background-color: #7d8364;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  text-align: center;
  text-decoration: none;
  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;
}
@media only screen and (max-width: 960px) {
  #xmasdeals .content .redeem__btn a {
    width: 100%;
    margin: 1% auto;
  }
}
#xmasdeals .content .redeem__btn a:hover {
  background-color: #e0513d;
}
#xmasdeals #category {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 2% 0 3%;
}
#xmasdeals #category.fixedBox {
  width: 100%;
}
#xmasdeals #category.fixedBox.fixed {
  position: fixed;
  top: 0;
  z-index: 50;
  background: rgba(34, 34, 34, 0.7);
  border-bottom: 1px solid #ffedb3;
}
#xmasdeals #category div {
  text-align: center;
  color: #000;
  list-style: none;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  display: inline-block;
  cursor: pointer;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 960px) {
  #xmasdeals #category div {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  #xmasdeals #category div {
    width: 50%;
  }
}
#xmasdeals #category div.sticker {
  background: transparent;
  padding: 1.5rem 1rem 1rem;
  margin: 0 1rem 1rem;
  outline: none;
  -webkit-box-shadow: 5px 25px 20px -6px #1f150e;
          box-shadow: 5px 25px 20px -6px #1f150e;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  position: relative;
  border: solid 7px #d7bc91;
  background: #d7bc91;
  -webkit-transition: 0.5 all;
  transition: 0.5 all;
  font-size: 2.5rem;
}
@media only screen and (max-width: 960px) {
  #xmasdeals #category div.sticker {
    font-size: 1.6rem;
    padding: 0.5rem;
  }
}
#xmasdeals #category div.sticker:hover {
  -webkit-box-shadow: 25px 30px 30px -6px #1f150e;
          box-shadow: 25px 30px 30px -6px #1f150e;
  -webkit-transform: translate(-5px, -5px);
          transform: translate(-5px, -5px);
}
#xmasdeals #category div.sticker.active {
  background: #d67457;
  color: #fff;
  border: solid 7px #d67457;
  -webkit-transition: 0.5 all;
  transition: 0.5 all;
}
#xmasdeals #category div.sticker.active::before {
  content: "";
  background: url(https://storage-asset.msi.com/event/2021/cnd/christmas-deals/images/sticker-red.png) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: -35%;
  width: 50%;
  height: 50%;
  background-size: cover;
  margin: 0 auto;
}
#xmasdeals #category div.sticker::before {
  content: "";
  background: url(https://storage-asset.msi.com/event/2021/cnd/christmas-deals/images/sticker-g.png) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: -35%;
  width: 50%;
  height: 50%;
  background-size: cover;
  margin: 0 auto;
}
#xmasdeals .model {
  text-align: center;
}
#xmasdeals .model__title {
  color: #ffffff;
  font-size: 50px;
  display: inline-block;
  padding-bottom: 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 500px) {
  #xmasdeals .model__title {
    color: #ffffff;
    font-size: 40px;
  }
}
#xmasdeals .model__line {
  margin: 2% auto;
  position: relative;
}
#xmasdeals .model__line::before {
  content: "";
  height: 1px;
  width: 40%;
  top: 24px;
  left: 8%;
  background: #b29687;
  position: absolute;
}
#xmasdeals .model__line::after {
  content: "";
  height: 1px;
  width: 40%;
  top: 24px;
  right: 8%;
  background: #b29687;
  position: absolute;
}
#xmasdeals .model__pdBox {
  margin: 0px auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 10;
  background-image: radial-gradient(farthest-side at 50% 150%, rgba(191, 153, 124, 0.6), rgba(255, 255, 255, 0));
  position: relative;
}
@media only screen and (max-width: 1135px) {
  #xmasdeals .model__pdBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#xmasdeals .model__pdBox-txt {
  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;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  padding: 40px 20px 0px 20px;
  -webkit-transition: 0.3 all;
  transition: 0.3 all;
}
@media only screen and (max-width: 1680px) {
  #xmasdeals .model__pdBox-txt {
    font-size: 22px;
  }
}
#xmasdeals .model__pdBox-txt::before {
  content: "";
  width: 2px;
  background: url(https://storage-asset.msi.com/event/2021/cnd/christmas-deals/images/tab-line.png) repeat-y;
  right: 0;
  height: 60%;
  position: absolute;
}
#xmasdeals .model__pdBox-txt:nth-last-of-type(1)::before {
  display: none;
}
#xmasdeals .model__pdBox-txt p {
  color: #1f150e;
}
#xmasdeals .model__pdBox-txt:hover p {
  color: #ffdc6b;
  -webkit-transition: 0.3 all;
  transition: 0.3 all;
}
#xmasdeals .model__pdBox-txt--active {
  content: "";
  background-size: inherit;
  top: -8%;
  -webkit-transition: 0.3 all;
  transition: 0.3 all;
  -webkit-animation: starbreath infinite 0.4s alternate;
          animation: starbreath infinite 0.4s alternate;
}
@-webkit-keyframes starbreath {
  0% {
    background: url(https://storage-asset.msi.com/event/2021/cnd/christmas-deals/images/star.png) no-repeat right top;
    background-size: inherit;
  }
  100% {
    background: url(https://storage-asset.msi.com/event/2021/cnd/christmas-deals/images/star-2.png) no-repeat right top;
    background-size: inherit;
  }
}
@keyframes starbreath {
  0% {
    background: url(https://storage-asset.msi.com/event/2021/cnd/christmas-deals/images/star.png) no-repeat right top;
    background-size: inherit;
  }
  100% {
    background: url(https://storage-asset.msi.com/event/2021/cnd/christmas-deals/images/star-2.png) no-repeat right top;
    background-size: inherit;
  }
}
#xmasdeals .model__pdBox-txt--active P {
  color: #ffdc6b;
}
@media only screen and (max-width: 1535px) {
  #xmasdeals .model__pdBox-txt {
    margin: 0 5px;
    padding: 3% 10px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 1135px) {
  #xmasdeals .model__pdBox-txt {
    margin: 0px;
    padding: 30px 10px 0px 10px;
  }
}
@media screen and (max-width: 960px) {
  #xmasdeals .model__pdBox-txt {
    font-size: 20px;
  }
}
#xmasdeals .model__pdBox-txt .twoBtn {
  position: absolute;
  left: 50%;
  top: 101%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 10;
  border-top: 0;
  color: #ffedb3;
  background-color: rgba(96, 43, 35, 0.6);
  width: 104%;
  border-radius: 0 0 5px 5px;
  display: none;
}
#xmasdeals .model__pdBox-txt .twoBtn--active {
  display: block;
}
#xmasdeals .model__pdBox-txt .twoBtn__txt {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 2% 0;
  margin: 0;
  color: #f4cfa6;
}
#xmasdeals .model__pdBox-txt .twoBtn__txt--active {
  color: #ffdc6b;
  background-color: #602b23;
  display: block;
}
#xmasdeals .model__pdBox-txt .twoBtn__txt:hover {
  background-color: rgba(96, 43, 35, 0.9);
}
@media only screen and (max-width: 1135px) {
  #xmasdeals .model__pdBox-txt .twoBtn {
    width: 102%;
  }
}
@media only screen and (max-width: 768px) {
  #xmasdeals .model__pdBox-txt .twoBtn {
    width: 101.5%;
  }
}
#xmasdeals .model__pdBox-txt p {
  margin: 0;
}
#xmasdeals .model__wrapper {
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 1366px) {
  #xmasdeals .model__wrapper {
    width: 85%;
  }
}
@media only screen and (max-width: 768px) {
  #xmasdeals .model__wrapper {
    padding: 8% 0 2%;
    width: 100%;
  }
}
@media only screen and (max-width: 542px) {
  #xmasdeals .model__wrapper {
    padding: 13% 0 2%;
  }
}
#xmasdeals .model__box {
  visibility: hidden;
  position: absolute;
  top: 0;
  z-index: 0;
  opacity: 0;
  padding: 2%;
  text-align: center;
}
#xmasdeals .model__box .note {
  font-size: 16px;
  color: #f4cfa6;
  margin-top: 15px;
}
#xmasdeals .model__box--active {
  position: relative;
  top: auto;
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
#xmasdeals .model__box .twoBtn__box {
  visibility: hidden;
  position: absolute;
  top: 0;
  z-index: 0;
  opacity: 0;
}
#xmasdeals .model__box .twoBtn__box--active {
  position: relative;
  top: auto;
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
#xmasdeals .model__box-title {
  padding: 0 0 2%;
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #525252;
}
#xmasdeals .model__box-title:hover {
  text-decoration: underline;
}
#xmasdeals .model__noPadding {
  padding: 0;
}
#xmasdeals .model .seemore__box {
  margin: 3% 0px;
  display: inline-block;
  padding: 1% 20% 0px;
  font-size: 24px;
  text-decoration: none;
  color: #ffedb3;
  border-top: 1px solid #a78e7f;
}
#xmasdeals .model .seemore__box-ntb {
  background-color: #b79e59;
  color: #fff;
  font-size: 50px;
  margin: 15px auto 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: breath infinite 1s;
          animation: breath infinite 1s;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  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;
}
#xmasdeals .model .seemore__box-ntb:hover {
  -webkit-transform: scale(1.1) rotate(360deg);
          transform: scale(1.1) rotate(360deg);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  text-decoration: none;
}
@-webkit-keyframes breath {
  0% {
    background-color: #000;
  }
  50% {
    background-color: #b79e59;
  }
  100% {
    background-color: #000;
  }
}
@keyframes breath {
  0% {
    background-color: #000;
  }
  50% {
    background-color: #b79e59;
  }
  100% {
    background-color: #000;
  }
}
#xmasdeals .model__boxFlex {
  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;
}
@media only screen and (max-width: 960px) {
  #xmasdeals .model__boxFlex {
    display: block;
  }
}
#xmasdeals .model__boxFlex-pdPic {
  width: 30%;
}
@media only screen and (max-width: 960px) {
  #xmasdeals .model__boxFlex-pdPic {
    width: 70%;
  }
}
#xmasdeals .model__btnFlex {
  width: 65%;
  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;
}
@media only screen and (max-width: 960px) {
  #xmasdeals .model__btnFlex {
    width: 100%;
  }
}
#xmasdeals .model__btn {
  display: block;
  margin: 0.5em;
  cursor: pointer;
  text-decoration: none;
  width: 30%;
  -webkit-transition: -webkit-transform 0.33s;
  transition: -webkit-transform 0.33s;
  transition: transform 0.33s;
  transition: transform 0.33s, -webkit-transform 0.33s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: 25% 50%;
          transform-origin: 25% 50%;
  height: 100px;
}
@media only screen and (max-width: 960px) {
  #xmasdeals .model__btn {
    min-width: 40%;
    height: 70px;
  }
}
#xmasdeals .model__btn:hover {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
#xmasdeals .model__btn-name {
  color: #1f150e;
  border-radius: 5px;
  height: 100px;
  width: 100%;
  padding: 0 10px;
  font-weight: bold;
  line-height: normal;
  -webkit-transform: translateZ(20px);
          transform: translateZ(20px);
  position: relative;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='80' height='80'><polygon points='40 0,0 40,40 80,80 40' style='fill: peachpuff;fill-rule:nonzero;'></polygon></svg>");
  background-size: 20px 20px;
  background-repeat: round round;
  position: relative;
  opacity: 1;
  text-align: center;
  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;
}
@media screen and (max-width: 960px) {
  #xmasdeals .model__btn-name {
    font-size: 16px;
    height: 70px;
  }
}
#xmasdeals .model__btn-name::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  background: peachpuff;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  #xmasdeals .model__btn-name::after {
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
  }
}
#xmasdeals .model__btn-link {
  width: 100%;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='80' height='80'><polygon points='40 0,0 40,40 80,80 40' style='fill:firebrick;fill-rule:nonzero;'></polygon></svg>");
  background-size: 20px 20px;
  background-repeat: round round;
  font-size: 22px;
  color: #fff;
  height: 100px;
  -webkit-transform: rotateX(-180deg) translateZ(30px) translateY(90px) translateX(10px);
          transform: rotateX(-180deg) translateZ(30px) translateY(90px) translateX(10px);
  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;
  font-family: "Century Gothic", "cwTeXHei", "Microsoft JhengHei";
  font-weight: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 960px) {
  #xmasdeals .model__btn-link {
    height: 70px;
    -webkit-transform: rotateX(-180deg) translateZ(30px) translateY(60px) translateX(10px);
            transform: rotateX(-180deg) translateZ(30px) translateY(60px) translateX(10px);
  }
}
#xmasdeals .model__btn-link::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  background: firebrick;
  z-index: -1;
}
#xmasdeals .model__prize {
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  margin: 2% auto 2%;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1%;
  font-size: 25px;
  font-weight: bold;
}
#xmasdeals .model__prize-currency, #xmasdeals .model__prize-num {
  margin: 0 5px;
}
@media only screen and (max-width: 768px) {
  #xmasdeals .model__prize {
    width: 350px;
  }
}
#xmasdeals .getUrPrize {
  text-align: center;
  padding: 10px 2%;
  margin-bottom: 2%;
  position: relative;
  color: #f4cfa6;
}
#xmasdeals .getUrPrize select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
#xmasdeals .getUrPrize__title {
  font-size: 26px;
}
#xmasdeals .getUrPrize__alert {
  display: none;
}
#xmasdeals .getUrPrize__pdBox {
  width: 80%;
  margin: 35px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1366px) {
  #xmasdeals .getUrPrize__pdBox {
    width: 85%;
  }
}
@media only screen and (max-width: 1135px) {
  #xmasdeals .getUrPrize__pdBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  #xmasdeals .getUrPrize__pdBox {
    width: 100%;
  }
}
#xmasdeals .getUrPrize__pdBox-txt {
  background-color: #3F4DD2;
  display: block;
  color: #f4c24c;
  text-decoration: none;
  text-align: center;
  border: 5px solid #f4c24c;
  cursor: pointer;
  border-radius: 5px;
  padding: 1% 25px;
  margin: 0 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 20px;
  font-weight: bolder;
}
@media only screen and (max-width: 1535px) {
  #xmasdeals .getUrPrize__pdBox-txt {
    margin: 0 5px;
    padding: 1% 20px;
  }
}
@media only screen and (max-width: 1135px) {
  #xmasdeals .getUrPrize__pdBox-txt {
    width: 48%;
    margin: 5px;
  }
}
@media only screen and (max-width: 768px) {
  #xmasdeals .getUrPrize__pdBox-txt {
    width: 100%;
  }
}
#xmasdeals .getUrPrize__pdBox-txt:hover {
  border: 5px solid #f4c24c;
  background-color: #f4c24c;
}
#xmasdeals .getUrPrize__pdBox-txt--active {
  background-color: #3f3f3f3f;
  color: #b79e59;
}
#xmasdeals .getUrPrize__wrapper {
  width: 75%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1366px) {
  #xmasdeals .getUrPrize__wrapper {
    width: 85%;
  }
}
@media only screen and (max-width: 768px) {
  #xmasdeals .getUrPrize__wrapper {
    padding: 8% 0 2%;
    width: 100%;
  }
}
@media only screen and (max-width: 542px) {
  #xmasdeals .getUrPrize__wrapper {
    padding: 13% 0 2%;
  }
}
#xmasdeals .getUrPrize__currency {
  position: absolute;
  right: 2%;
  top: 3%;
  padding: 5px;
  border-radius: 5px;
  z-index: 100;
  color: #4b312e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 15%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  #xmasdeals .getUrPrize__currency {
    right: 2%;
  }
}
#xmasdeals .getUrPrize__currency svg {
  display: block;
  width: 60%;
}
#xmasdeals .getUrPrize__currency-chooseC {
  display: block;
  padding: 5px;
  border-radius: 5px;
}
#xmasdeals .getUrPrize__box {
  visibility: hidden;
  position: absolute;
  top: 0;
  z-index: 0;
  opacity: 0;
}
#xmasdeals .getUrPrize__box-title {
  margin: 0;
  text-align: center;
  font-size: 20px;
  color: #f4cfa6;
  margin-top: 5px;
}
#xmasdeals .getUrPrize__box-mainselect {
  width: 450px;
  margin: 0 auto;
  color: #525252;
  font-size: 20px;
  padding: 10px 15px;
  border-radius: 5px;
  display: block;
  background: #f4cfa6;
}
@media only screen and (max-width: 500px) {
  #xmasdeals .getUrPrize__box-mainselect {
    font-size: 16px;
  }
}
#xmasdeals .getUrPrize__box-mainselect option {
  width: 450px;
  display: block;
}
@media only screen and (max-width: 768px) {
  #xmasdeals .getUrPrize__box-mainselect {
    width: 350px;
  }
  #xmasdeals .getUrPrize__box-mainselect option {
    width: 350px;
    font-size: 18px;
  }
}
#xmasdeals .getUrPrize__box--active {
  position: relative;
  top: auto;
  z-index: 9;
  opacity: 1;
  visibility: visible;
}
#xmasdeals .getUrPrize__prize {
  border-radius: 5px;
  background-color: #a53737;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  margin: 0 auto 2%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1%;
  font-size: 25px;
  font-weight: bold;
}
#xmasdeals .getUrPrize__prize-currency, #xmasdeals .getUrPrize__prize-num {
  margin: 0 5px;
}
@media only screen and (max-width: 768px) {
  #xmasdeals .getUrPrize__prize {
    width: 350px;
  }
}
#xmasdeals .getUrPrize__resetWrap {
  padding: 5px 1%;
  border: 1px solid #ccc;
  color: #ccc;
  display: inline-block;
  margin-top: -20px;
  position: relative;
  z-index: 100;
}
#xmasdeals .getUrPrize__resetWrap p {
  margin: 0;
}
#xmasdeals .getUrPrize__resetWrap .select__reset {
  background: transparent;
}
#xmasdeals .modal-content {
  background: none;
}
#xmasdeals .modal-content p {
  color: #fff;
  text-align: left;
}
#xmasdeals .wtb {
  position: relative;
  z-index: 9999;
}/*# sourceMappingURL=main.css.map */