#chinesenewyear img {
  max-width: 100%;
  overflow: hidden;
  vertical-align: bottom;
}

#chinesenewyear h2 {
  font-size: 36px;
}

@media (min-width: 996px) {
  #chinesenewyear h2 {
    font-size: 52px;
  }
}

#chinesenewyear .kv {
  width: 100%;
  background: url("https://storage-asset.msi.com/event/2024/TW/chinesenewyear/images/kv-bg.jpg") bottom center no-repeat;
  background-size: cover;
  padding: 5% 0;
}

#chinesenewyear .kv figure {
  max-width: 1920px;
  width: 80%;
  margin: auto;
}

@media (min-width: 996px) {
  #chinesenewyear .kv figure {
    width: 60%;
  }
}

#chinesenewyear .kv figure img {
  width: 100%;
}

#chinesenewyear .sec1 {
  width: 100%;
  background: url("https://storage-asset.msi.com/event/2024/TW/chinesenewyear/images/sec1-bg.jpg") top center no-repeat;
  background-size: cover;
  padding: 5% 0 30px;
}

#chinesenewyear .sec1__container {
  max-width: 2560px;
  width: 80%;
  margin: auto;
}

@media (min-width: 996px) {
  #chinesenewyear .sec1__container {
    width: 70%;
  }
}

#chinesenewyear .sec1__container figure {
  width: 100%;
}

#chinesenewyear .sec1__container figure img {
  width: 100%;
}

#chinesenewyear .redeem {
  position: relative;
  text-align: center;
  background: #b09146;
  color: #fff;
  padding: 30px 0;
}

#chinesenewyear .redeem__box {
  padding: 25px 0;
}

#chinesenewyear .redeem__box-item {
  border-bottom: rgba(255, 255, 255, 0.5) 1px solid;
  padding: 25px;
}

#chinesenewyear .redeem__box-item h3 {
  font-size: 24px;
  display: inline-block;
  font-weight: bold;
  padding-bottom: 10px;
}

#chinesenewyear .redeem__box-item:last-child {
  border: none;
}

#chinesenewyear .redeem__box-item a {
  color: #fff;
}

#chinesenewyear .redeem__box-item a span {
  display: block;
  color: #b5f8ff;
}

#chinesenewyear .redeem__box-item a:hover {
  color: #b5f8ff;
}

@media (min-width: 996px) {
  #chinesenewyear .redeem__box {
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #chinesenewyear .redeem__box-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-bottom: none;
    border-right: rgba(255, 255, 255, 0.5) 1px solid;
    padding: 45px;
  }
  #chinesenewyear .redeem__box-item h3 {
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 30px;
    font-weight: 600;
  }
}

#chinesenewyear .note {
  background: #000;
  padding: 50px 0;
  color: #fff;
}

#chinesenewyear .note h2 {
  text-align: center;
}

#chinesenewyear .note ul {
  margin: 25px 0 0 25px;
  text-align: left;
}

#chinesenewyear .note ul li {
  list-style: lower;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}
/*# sourceMappingURL=chinesenewyear.css.map */