@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  margin: 0;
}

ul {
  list-style: none;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: "MinionPro";
  src: url("../fonts/minion-pro/MinionPro-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MinionPro";
  src: url("../fonts/minion-pro/MinionPro-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "MinionPro";
  src: url("../fonts/minion-pro/MinionPro-BoldIt.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "MinionPro";
  src: url("../fonts/minion-pro/MinionPro-It.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "MinionPro";
  src: url("../fonts/minion-pro/MinionPro-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "MinionPro";
  src: url("../fonts/minion-pro/MinionPro-MediumIt.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "MinionPro";
  src: url("../fonts/minion-pro/MinionPro-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "MinionPro";
  src: url("../fonts/minion-pro/MinionPro-SemiboldIt.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "MinionPro";
  src: url("../fonts/minion-pro/MinionPro-BoldCn.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "MinionPro";
  src: url("../fonts/minion-pro/MinionPro-BoldCnIt.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Britannic";
  src: url("../fonts/BritannicLTBold.ttf");
  font-weight: bold;
  font-style: normal;
}
.dialog-content, .notice .block-content, .notice .desc, .fourth .lucky-bag-item .right .spec-item .item, .third .question-block .answer-item-title, .third .question-block .question-result-content .note, .sign-in-dialog .sign-in-content .note, body {
  font-family: "Noto Sans TC", sans-serif;
}

.fifth .red-envelope-list .red-envelope .text, .fifth .right .lottery-box, header .preview-date, header .title-bottom, header .title-top, header .active-date > em {
  font-family: "Noto Serif TC", serif;
}

.third .question-block .answer-item, .third .question-block em, .second .card .text {
  font-family: "Minion Pro", serif;
}

.fifth .left .subtitle .num, .fourth .lucky-bag-item .price, .fourth .top .subtitle .num, .third .question-block .question-result-content .price, .third .question-block .question-result-content .symbol, .third .top .subtitle .num, .sign-in-dialog .sign-in-content .price, .sign-in-dialog .sign-in-content .symbol, .second .subtitle .num {
  font-family: "Britannic", sans-serif;
}

.fourth .cart-btn, .fourth .lucky-bag-item .swiper .swiper-slide-prev,
.fourth .lucky-bag-item .swiper .swiper-slide-next, .third .question-block .answer-item-title, .third .question-block .answer-item:after, .third .question-block .answer-item, .third .question-block .answer-option, .third .question-block .title, .third .question-block em {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

body {
  font-size: 16px;
  background-color: #fff9e1;
}

.outer {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.deco {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.deco img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

header {
  position: relative;
  background-color: #f5cda9;
}
@media (max-width: 640px) {
  header {
    display: none;
  }
}
header .deco-circle-text {
  position: absolute;
  left: 51%;
  top: 10%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 640px) {
  header .deco-circle-text {
    width: 100%;
  }
}
header .deco-tree {
  left: 0;
  top: 0;
  z-index: 3;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media (max-width: 1440px) {
  header .deco-tree {
    width: 300px;
  }
}
@media (max-width: 1180px) {
  header .deco-tree {
    max-width: 240px;
  }
}
@media (max-width: 820px) {
  header .deco-tree {
    max-width: 150px;
  }
}
@media (max-width: 640px) {
  header .deco-tree {
    display: none;
  }
}
header .deco-money {
  left: 8.5%;
  top: 20%;
  width: 85px;
  height: 85px;
  z-index: 2;
}
@media (max-width: 820px) {
  header .deco-money {
    display: none;
  }
}
header .deco-money2 {
  left: 16%;
  top: 13%;
  width: 48px;
  height: 48px;
  z-index: 2;
}
@media (max-width: 820px) {
  header .deco-money2 {
    display: none;
  }
}
header .deco-money-green {
  left: 9.5%;
  bottom: 9%;
  width: 140px;
  height: 140px;
  z-index: 3;
}
@media (max-width: 1024px) {
  header .deco-money-green {
    display: none;
  }
}
header .deco-money-green2 {
  left: 16%;
  bottom: 19.5%;
  width: 90px;
  height: 90px;
}
@media (max-width: 1024px) {
  header .deco-money-green2 {
    display: none;
  }
}
header .deco-tree2 {
  right: 0;
  top: 29%;
  z-index: 1;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
@media (max-width: 1440px) {
  header .deco-tree2 {
    max-width: 300px;
  }
}
@media (max-width: 1180px) {
  header .deco-tree2 {
    max-width: 240px;
  }
}
@media (max-width: 820px) {
  header .deco-tree2 {
    max-width: 150px;
  }
}
@media (max-width: 640px) {
  header .deco-tree2 {
    display: none;
  }
}
header .deco-flower {
  left: 8%;
  top: 42%;
}
@media (max-width: 1180px) {
  header .deco-flower {
    max-width: 240px;
  }
}
@media (max-width: 1024px) {
  header .deco-flower {
    max-width: 160px;
  }
}
@media (max-width: 640px) {
  header .deco-flower {
    max-width: 100px;
  }
}
header .deco-snake {
  opacity: 0.3;
  -webkit-filter: grayscale(1) brightness(2.5);
          filter: grayscale(1) brightness(2.5);
  right: 0;
  top: 0;
}
header .deco-snake2 {
  opacity: 0.3;
  -webkit-filter: grayscale(1) brightness(2.5);
          filter: grayscale(1) brightness(2.5);
  left: 0;
  top: 0;
}
@media (max-width: 1180px) {
  header .deco-snake2 {
    display: none;
  }
}
header .deco-pattern {
  right: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  header .deco-pattern {
    display: none;
  }
}
header .deco-moneys {
  bottom: 5%;
  right: 25%;
  z-index: 3;
}
@media (max-width: 1024px) {
  header .deco-moneys {
    display: none;
  }
}
header .deco-man {
  bottom: -15%;
  right: 5.5%;
  z-index: 3;
}
@media (max-width: 1680px) {
  header .deco-man {
    right: 4.5%;
    bottom: -18%;
  }
}
@media (max-width: 1440px) {
  header .deco-man {
    max-width: 350px;
  }
}
@media (max-width: 1180px) {
  header .deco-man {
    max-width: 300px;
  }
}
@media (max-width: 1024px) {
  header .deco-man {
    max-width: 240px;
  }
}
@media (max-width: 820px) {
  header .deco-man {
    max-width: 180px;
  }
}
@media (max-width: 640px) {
  header .deco-man {
    max-width: 100px;
  }
}
@media (max-width: 375px) {
  header .deco-man {
    display: none;
  }
}
header .deco-scrolldown {
  bottom: 3.5%;
  left: 49%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 220px;
  height: 130px;
  z-index: 3;
  pointer-events: auto;
  aspect-ratio: 220/130;
}
@media (max-width: 1680px) {
  header .deco-scrolldown {
    bottom: 2%;
  }
}
@media (max-width: 1180px) {
  header .deco-scrolldown {
    max-width: 180px;
    bottom: -2.5%;
  }
}
@media (max-width: 1024px) {
  header .deco-scrolldown {
    bottom: -13%;
  }
}
@media (max-width: 820px) {
  header .deco-scrolldown {
    max-width: 140px;
    bottom: -20%;
  }
}
@media (max-width: 640px) {
  header .deco-scrolldown {
    bottom: -15%;
    left: 45%;
  }
}
@media (max-width: 375px) {
  header .deco-scrolldown {
    display: none;
  }
}
header .deco-scrolldown .arrow {
  position: absolute;
  left: 55%;
  top: 35%;
}
@media (max-width: 1180px) {
  header .deco-scrolldown .arrow {
    top: 30%;
    max-width: 24px;
  }
}
@media (max-width: 820px) {
  header .deco-scrolldown .arrow {
    top: 15%;
    max-width: 18px;
  }
}
header .moon {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 0;
}
@media (max-width: 640px) {
  header .moon {
    height: 100%;
  }
}
header .moon img {
  width: 100%;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 640px) {
  header .moon img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
header .text {
  position: absolute;
  left: 50.5%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1280px) {
  header .text {
    left: 50%;
  }
}
@media (max-width: 1024px) {
  header .text {
    top: 56%;
  }
}
@media (max-width: 820px) {
  header .text {
    width: 60%;
  }
}
@media (max-width: 640px) {
  header .text {
    width: 90%;
  }
}
header .subtitle {
  font-size: 32px;
  color: #b54245;
  font-weight: 700;
  text-shadow: 0 0 6px #fff;
  margin-bottom: 70px;
  letter-spacing: 7.68px;
  text-indent: 7.68px;
}
@media (max-width: 1680px) {
  header .subtitle {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1180px) {
  header .subtitle {
    font-size: 22px;
  }
}
@media (max-width: 820px) {
  header .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  header .subtitle {
    font-size: 24px;
    text-align: center;
    letter-spacing: 2.4px;
    text-indent: 2.4px;
  }
}
@media (max-width: 390px) {
  header .subtitle {
    font-size: 20px;
  }
}
header .active-date {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  line-height: 1;
  color: #fff;
  padding: 3.5px 20px;
  height: 48px;
  background-color: #74282a;
  max-width: 680px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 3px 7.84px 0.16px rgba(22, 22, 22, 0.41);
          box-shadow: 0px 3px 7.84px 0.16px rgba(22, 22, 22, 0.41);
  margin-bottom: 45px;
}
@media (max-width: 1680px) {
  header .active-date {
    gap: 10px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  header .active-date {
    padding: 3.5px 10px;
    gap: 5px;
  }
}
@media (max-width: 820px) {
  header .active-date {
    height: 36px;
    gap: 0;
  }
}
@media (max-width: 768px) {
  header .active-date {
    max-width: 100%;
  }
}
header .active-date .year {
  color: #74282a;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
  background-color: #f8bc60;
  border-radius: 10px;
  padding: 3px 15px;
  letter-spacing: 1.76px;
  text-indent: 1.76px;
}
@media (max-width: 1280px) {
  header .active-date .year {
    font-size: 18px;
  }
}
@media (max-width: 1180px) {
  header .active-date .year {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  header .active-date .year {
    font-size: 14px;
  }
}
@media (max-width: 820px) {
  header .active-date .year {
    font-size: 12px;
    padding: 3px 8px;
  }
}
@media (max-width: 820px) {
  header .active-date .icon {
    max-width: 24px;
    margin: 0 5px;
  }
}
header .active-date .date {
  font-size: 24px;
  letter-spacing: 0.75px;
  text-indent: 0.75px;
}
@media (max-width: 1280px) {
  header .active-date .date {
    font-size: 20px;
  }
}
@media (max-width: 1180px) {
  header .active-date .date {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  header .active-date .date {
    font-size: 16px;
  }
}
@media (max-width: 820px) {
  header .active-date .date {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  header .active-date .date {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
header .active-date .date em {
  font-style: italic;
  font-weight: 600;
  font-size: 30px;
  padding: 0 1.25px;
  display: inline-block;
  letter-spacing: 1.02px;
  text-indent: 1.02px;
}
@media (max-width: 1280px) {
  header .active-date .date em {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  header .active-date .date em {
    font-size: 18px;
  }
}
@media (max-width: 820px) {
  header .active-date .date em {
    font-size: 16px;
  }
}
header .active-date .date .weekday {
  font-size: 14px;
  font-weight: 700;
  color: #ffe6c0;
  letter-spacing: 0.42px;
  text-indent: 0.42px;
}
@media (max-width: 1280px) {
  header .active-date .date .weekday {
    font-size: 12px;
  }
}
header .active-date > em {
  font-weight: 700;
  font-size: 20px;
  font-style: normal;
  letter-spacing: 4px;
  text-indent: 4px;
}
@media (max-width: 1280px) {
  header .active-date > em {
    font-size: 18px;
  }
}
@media (max-width: 820px) {
  header .active-date > em {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  header .active-date > em {
    display: none;
  }
}
header .title-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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;
}
header .title-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #74282a;
  font-size: 130px;
  font-weight: 900;
  line-height: calc(PhotoShopLineHeight / fontSize)px;
  letter-spacing: 11.2px;
  text-indent: 11.2px;
}
@media (max-width: 1680px) {
  header .title-top {
    font-size: 110px;
  }
}
@media (max-width: 1520px) {
  header .title-top {
    font-size: 100px;
  }
}
@media (max-width: 1360px) {
  header .title-top {
    font-size: 90px;
  }
}
@media (max-width: 1240px) {
  header .title-top {
    font-size: 80px;
  }
}
@media (max-width: 820px) {
  header .title-top {
    font-size: 50px;
  }
}
@media (max-width: 640px) {
  header .title-top {
    font-size: 64px;
  }
}
@media (max-width: 390px) {
  header .title-top {
    font-size: 50px;
  }
}
header .title-top .logo {
  font-size: 0;
  margin-right: 20px;
  margin-left: 40px;
}
@media (max-width: 1520px) {
  header .title-top .logo {
    max-width: 180px;
    margin-left: 20px;
  }
}
@media (max-width: 1360px) {
  header .title-top .logo {
    max-width: 150px;
  }
}
@media (max-width: 1240px) {
  header .title-top .logo {
    margin-left: 10px;
    max-width: 120px;
  }
}
@media (max-width: 820px) {
  header .title-top .logo {
    max-width: 80px;
  }
}
@media (max-width: 640px) {
  header .title-top .logo {
    max-width: 100px;
    margin-left: 0;
    margin-right: 10px;
  }
}
header .title-bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #981417;
  line-height: 1;
  font-size: 150px;
  font-weight: 900;
  margin-bottom: 30px;
  letter-spacing: 43.75px;
  text-indent: 43.75px;
}
@media (max-width: 1680px) {
  header .title-bottom {
    font-size: 130px;
  }
}
@media (max-width: 1520px) {
  header .title-bottom {
    font-size: 110px;
  }
}
@media (max-width: 1360px) {
  header .title-bottom {
    font-size: 95px;
  }
}
@media (max-width: 1240px) {
  header .title-bottom {
    font-size: 80px;
    letter-spacing: 20px;
    text-indent: 20px;
  }
}
@media (max-width: 820px) {
  header .title-bottom {
    font-size: 50px;
    letter-spacing: 17.5px;
    text-indent: 17.5px;
  }
}
@media (max-width: 640px) {
  header .title-bottom {
    font-size: 64px;
  }
}
@media (max-width: 390px) {
  header .title-bottom {
    font-size: 55px;
  }
}
header .preview-date {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f0c675), color-stop(50%, #ffe2b1));
  background-image: linear-gradient(to bottom, #f0c675 50%, #ffe2b1 50%);
  padding: 7.5px 0;
  width: 100%;
  max-width: 740px;
  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;
  gap: 10px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 5.12px;
  text-indent: 5.12px;
  color: #4c181a;
}
@media (max-width: 1440px) {
  header .preview-date {
    font-size: 26px;
  }
}
@media (max-width: 1280px) {
  header .preview-date {
    font-size: 22px;
  }
}
@media (max-width: 1180px) {
  header .preview-date {
    font-size: 20px;
  }
}
@media (max-width: 820px) {
  header .preview-date {
    font-size: 16px;
    padding: 3.5px 0;
  }
}
header .preview-date .icon {
  font-size: 0;
}
@media (max-width: 820px) {
  header .preview-date .icon {
    max-width: 24px;
  }
}

.mobileBanner {
  font-size: 0;
}
@media (min-width: 641px) {
  .mobileBanner {
    display: none;
  }
}

.container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 1500px) {
  .container {
    max-width: 95vw;
    padding: 0 30px;
  }
}

.second {
  margin-top: -17vh;
  background-image: url("../images/second-bg.png");
  background-size: cover;
  padding: 200px 0 25px;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 1280px) {
  .second {
    padding: 150px 0 25px;
  }
}
@media (max-width: 1200px) {
  .second {
    margin-top: 0;
    background-image: none;
    background-color: #b54245;
    padding: 60px 0 25px;
  }
}
.second .deco img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.second .deco-leaf {
  top: 15%;
  right: 36.5%;
}
@media (max-width: 1024px) {
  .second .deco-leaf {
    display: none;
  }
}
.second .deco-couplet {
  top: 30%;
  right: 7.5%;
  width: 135px;
  height: 135px;
}
@media (max-width: 1180px) {
  .second .deco-couplet {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1024px) {
  .second .deco-couplet {
    width: 60px;
    height: 60px;
    top: 25%;
  }
}
@media (max-width: 640px) {
  .second .deco-couplet {
    display: none;
  }
}
.second .deco-man {
  width: 300px;
  left: 13%;
  bottom: -1%;
}
@media (max-width: 1680px) {
  .second .deco-man {
    width: 250px;
    left: 8%;
    bottom: 2%;
  }
}
@media (max-width: 1180px) {
  .second .deco-man {
    max-width: 200px;
    left: 4%;
    bottom: 4%;
  }
}
@media (max-width: 820px) {
  .second .deco-man {
    max-width: 140px;
    bottom: -5%;
  }
}
@media (max-width: 640px) {
  .second .deco-man {
    max-width: 100px;
  }
}
.second .deco-firework1 {
  width: 350px;
  height: 350px;
  left: 2.5%;
  top: 27%;
}
@media (max-width: 1680px) {
  .second .deco-firework1 {
    top: 24%;
  }
}
@media (max-width: 1280px) {
  .second .deco-firework1 {
    width: 280px;
    height: 280px;
    top: 20%;
  }
}
@media (max-width: 1180px) {
  .second .deco-firework1 {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 1024px) {
  .second .deco-firework1 {
    width: 160px;
    height: 160px;
    top: 10%;
  }
}
@media (max-width: 640px) {
  .second .deco-firework1 {
    display: none;
  }
}
.second .top {
  text-align: center;
  margin-bottom: 55px;
}
@media (max-width: 640px) {
  .second .top {
    margin-bottom: 20px;
  }
}
.second .subtitle {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  font-size: 60px;
  font-weight: 900;
  margin-bottom: 30px;
  letter-spacing: 6px;
  text-indent: 6px;
}
@media (max-width: 1440px) {
  .second .subtitle {
    font-size: 55px;
  }
}
@media (max-width: 1280px) {
  .second .subtitle {
    font-size: 48px;
  }
}
@media (max-width: 1180px) {
  .second .subtitle {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  .second .subtitle {
    margin-bottom: 15px;
  }
}
@media (max-width: 640px) {
  .second .subtitle {
    font-size: 30px;
  }
}
.second .subtitle .deco-grass {
  width: 45px;
  height: auto;
}
.second .subtitle .deco-grass img {
  width: 100%;
  height: auto;
}
.second .subtitle .num {
  line-height: 1;
  font-weight: 700;
  font-size: 122px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  display: inline-block;
}
@media (max-width: 1440px) {
  .second .subtitle .num {
    font-size: 110px;
  }
}
@media (max-width: 1280px) {
  .second .subtitle .num {
    font-size: 90px;
  }
}
@media (max-width: 1180px) {
  .second .subtitle .num {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    font-size: 70px;
  }
}
@media (max-width: 640px) {
  .second .subtitle .num {
    font-size: 50px;
  }
}
.second .title {
  line-height: 1;
  font-size: 62px;
  font-weight: 900;
  margin-bottom: 30px;
  letter-spacing: 6.2px;
  text-indent: 6.2px;
}
@media (max-width: 1440px) {
  .second .title {
    font-size: 50px;
  }
}
@media (max-width: 1280px) {
  .second .title {
    font-size: 42px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1180px) {
  .second .title {
    font-size: 36px;
  }
}
@media (max-width: 375px) {
  .second .title {
    font-size: 28px;
  }
}
.second .desc {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  text-indent: 2px;
}
@media (max-width: 1440px) {
  .second .desc {
    font-size: 18px;
  }
}
.second .card-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(7, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 20px;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .second .card-list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (max-width: 640px) {
  .second .card-list {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(4, 1fr);
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.second .card {
  width: 75px;
  height: 105px;
  border-radius: 10px;
  background-color: #a02a2b;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (max-width: 640px) {
  .second .card {
    width: 100%;
    aspect-ratio: 75/105;
  }
}
.second .card.current {
  border: 2px solid #ffe6af;
}
.second .card.current .img-box {
  scale: 1.35;
  -webkit-transform: translateX(15%) translateY(-15%);
          transform: translateX(15%) translateY(-15%);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.second .card .img-box {
  width: 50px;
  height: 50px;
}
.second .card .img-box img {
  -o-object-fit: contain;
     object-fit: contain;
}
.second .card .text {
  color: #ffc665;
  font-weight: 700;
  font-size: 17px;
}
.second .sign-in-btn {
  position: relative;
  max-width: 260px;
  margin: 75px auto 0;
}
@media (max-width: 1440px) {
  .second .sign-in-btn {
    margin: 50px auto 20px;
  }
}
@media (max-width: 1280px) {
  .second .sign-in-btn {
    margin: 40px auto 30px;
    max-width: 240px;
  }
}
@media (max-width: 1180px) {
  .second .sign-in-btn {
    margin: 30px auto 40px;
  }
}
.second .sign-in-btn a {
  color: #ffe8c1;
  font-weight: 900;
  font-size: 22px;
  text-align: center;
  letter-spacing: 10px;
  text-indent: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 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;
}

.sign-in-dialog {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
}
.sign-in-dialog .sign-in-content {
  text-align: center;
}
.sign-in-dialog .sign-in-content .large {
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  position: relative;
  z-index: 2;
  letter-spacing: 12px;
  text-indent: 12px;
}
.sign-in-dialog .sign-in-content .coins-img {
  max-width: 250px;
  margin: 20px auto;
}
.sign-in-dialog .sign-in-content .coins-img img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1.5;
}
.sign-in-dialog .sign-in-content .ribbons-img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.sign-in-dialog .sign-in-content .text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 2;
  letter-spacing: 6.4px;
  text-indent: 6.4px;
}
@media (max-width: 640px) {
  .sign-in-dialog .sign-in-content .text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.sign-in-dialog .sign-in-content .symbol {
  color: #fcd98a;
  font-size: 50px;
  font-weight: 700;
}
.sign-in-dialog .sign-in-content .price {
  color: #fcd98a;
  font-size: 80px;
  font-weight: 900;
}
.sign-in-dialog .sign-in-content .note {
  margin-top: 25px;
  background-color: #9caf59;
  padding: 5px 30px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 3.6px;
  text-indent: 3.6px;
}
@media (max-width: 640px) {
  .sign-in-dialog .sign-in-content .note {
    padding: 5px 15px;
  }
}
.sign-in-dialog .sign-in-dialog-close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
@media (max-width: 640px) {
  .sign-in-dialog .sign-in-dialog-close {
    right: -50px;
    top: -50px;
  }
}
.sign-in-dialog .sign-in-dialog-close img {
  width: 50px;
  height: 50px;
}

.third {
  position: relative;
  padding: 290px 0 0;
  z-index: 2;
}
@media (max-width: 1024px) {
  .third {
    padding: 120px 0 0;
  }
}
@media (max-width: 640px) {
  .third {
    padding: 60px 0 0;
  }
}
.third .bg {
  position: absolute;
  right: 0;
  top: -7%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 1536px) {
  .third .bg {
    top: -7.5%;
  }
}
@media (max-width: 1440px) {
  .third .bg {
    top: -8.7%;
  }
}
@media (max-width: 1366px) {
  .third .bg {
    top: -9.5%;
  }
}
@media (max-width: 1180px) {
  .third .bg {
    top: -11%;
  }
}
@media (max-width: 1024px) {
  .third .bg {
    display: none;
  }
}
.third .deco-lantern {
  top: 6%;
  right: 25.5%;
  width: 120px;
  height: 164px;
  aspect-ratio: 120/164;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
@media (max-width: 1024px) {
  .third .deco-lantern {
    right: 15%;
    max-width: 80px;
  }
}
@media (max-width: 640px) {
  .third .deco-lantern {
    display: none;
  }
}
.third .deco-item {
  top: 5.5%;
  right: 33%;
  width: 66px;
  height: 66px;
}
@media (max-width: 1280px) {
  .third .deco-item {
    display: none;
  }
}
.third .deco-item2 {
  width: 118px;
  height: 50px;
  top: 7%;
  left: 12%;
}
@media (max-width: 1280px) {
  .third .deco-item2 {
    width: 90px;
    height: 40px;
  }
}
@media (max-width: 640px) {
  .third .deco-item2 {
    display: none;
  }
}
.third .deco-item3 {
  width: 180px;
  height: 75px;
  top: 10.5%;
  right: 44.5%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (max-width: 1280px) {
  .third .deco-item3 {
    width: 140px;
    height: 60px;
  }
}
@media (max-width: 1024px) {
  .third .deco-item3 {
    top: 5%;
  }
}
@media (max-width: 640px) {
  .third .deco-item3 {
    display: none;
  }
}
.third .deco-man {
  left: 23%;
  top: 8%;
}
@media (max-width: 1680px) {
  .third .deco-man {
    left: 20%;
  }
}
@media (max-width: 1440px) {
  .third .deco-man {
    max-width: 400px;
    top: 10%;
  }
}
@media (max-width: 1280px) {
  .third .deco-man {
    max-width: 360px;
    left: 18%;
  }
}
@media (max-width: 1180px) {
  .third .deco-man {
    max-width: 300px;
  }
}
@media (max-width: 1024px) {
  .third .deco-man {
    display: none;
  }
}
.third .deco-man2 {
  left: 0;
  top: 17.5%;
}
@media (max-width: 1680px) {
  .third .deco-man2 {
    max-width: 500px;
  }
}
@media (max-width: 1440px) {
  .third .deco-man2 {
    max-width: 400px;
    top: 20%;
  }
}
@media (max-width: 1280px) {
  .third .deco-man2 {
    max-width: 360px;
  }
}
@media (max-width: 1180px) {
  .third .deco-man2 {
    max-width: 300px;
  }
}
@media (max-width: 1024px) {
  .third .deco-man2 {
    display: none;
  }
}
.third .deco-firework1 {
  width: 240px;
  height: 240px;
  right: 15%;
  top: -15%;
}
@media (max-width: 1440px) {
  .third .deco-firework1 {
    top: -20%;
    right: 6%;
  }
}
@media (max-width: 1280px) {
  .third .deco-firework1 {
    display: none;
  }
}
.third .deco-firework2 {
  width: 350px;
  height: 350px;
  right: 1%;
  top: -2%;
}
@media (max-width: 1440px) {
  .third .deco-firework2 {
    width: 300px;
    height: 300px;
    right: 0;
  }
}
@media (max-width: 1024px) {
  .third .deco-firework2 {
    width: 120px;
    height: 120px;
  }
}
.third .top {
  margin-bottom: 80px;
}
@media (max-width: 640px) {
  .third .top {
    margin-bottom: 40px;
  }
}
.third .top .text {
  max-width: 585px;
  margin-left: auto;
  margin-right: 120px;
  text-align: center;
  color: #b54245;
}
@media (max-width: 1024px) {
  .third .top .text {
    margin-right: auto;
  }
}
.third .top .subtitle {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-size: 60px;
  font-weight: 900;
  margin-bottom: 10px;
  letter-spacing: 6.2px;
  text-indent: 6.2px;
}
@media (max-width: 1440px) {
  .third .top .subtitle {
    font-size: 55px;
  }
}
@media (max-width: 1280px) {
  .third .top .subtitle {
    font-size: 48px;
  }
}
@media (max-width: 1180px) {
  .third .top .subtitle {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  .third .top .subtitle {
    font-size: 30px;
  }
}
.third .top .subtitle .deco-grass {
  width: 45px;
  height: auto;
}
.third .top .subtitle .deco-grass img {
  width: 100%;
  height: auto;
}
.third .top .subtitle .num {
  line-height: 1;
  font-weight: 700;
  font-size: 122px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  display: inline-block;
}
@media (max-width: 1440px) {
  .third .top .subtitle .num {
    font-size: 110px;
  }
}
@media (max-width: 1280px) {
  .third .top .subtitle .num {
    font-size: 90px;
  }
}
@media (max-width: 1180px) {
  .third .top .subtitle .num {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    font-size: 70px;
  }
}
@media (max-width: 640px) {
  .third .top .subtitle .num {
    font-size: 50px;
  }
}
.third .top .title {
  line-height: 1;
  font-size: 62px;
  font-weight: 900;
  margin-bottom: 30px;
  letter-spacing: 6.2px;
  text-indent: 6.2px;
}
@media (max-width: 1440px) {
  .third .top .title {
    font-size: 50px;
  }
}
@media (max-width: 1280px) {
  .third .top .title {
    font-size: 42px;
  }
}
@media (max-width: 1180px) {
  .third .top .title {
    font-size: 36px;
  }
}
@media (max-width: 375px) {
  .third .top .title {
    font-size: 28px;
  }
}
.third .top .desc {
  color: #020202;
  max-width: 470px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  text-indent: 2px;
}
@media (max-width: 1440px) {
  .third .top .desc {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .third .top .desc {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .third .top .desc {
    max-width: 100%;
  }
}
.third .question-block {
  position: relative;
  max-width: 1300px;
  padding: 80px 0 60px;
  height: 650px;
  margin-left: 45px;
  -webkit-transform-origin: top;
          transform-origin: top;
  background-size: cover;
  background-image: url("../images/question-bg.png");
}
@media (max-width: 1440px) {
  .third .question-block {
    margin-left: 0;
  }
}
@media (max-width: 1280px) {
  .third .question-block {
    height: 580px;
    padding: 40px 0 30px;
  }
}
@media (max-width: 820px) {
  .third .question-block {
    height: auto;
    padding: 15px 0;
  }
}
.third .question-block:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: -20px;
  height: 32px;
  background-image: url("../images/question-border.svg");
}
.third .question-block:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  height: 32px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  background-image: url("../images/question-border.svg");
}
.third .question-block .question-content,
.third .question-block .question-result-content {
  max-width: 940px;
  margin: 0 auto;
  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;
}
@media (max-width: 940px) {
  .third .question-block .question-content,
  .third .question-block .question-result-content {
    max-width: 90%;
  }
}
@media (max-width: 820px) {
  .third .question-block:has(.question-result-content.show) .question-content {
    height: 0;
  }
}
.third .question-block .question-result-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
}
.third .question-block .question-result-mask img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.third .question-block .question-result-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 820px) {
  .third .question-block .question-result-content.show {
    height: auto;
  }
}
@media (max-width: 820px) {
  .third .question-block .question-result-content {
    position: relative;
    left: auto;
    top: auto;
    height: 0;
    -webkit-transform: none;
            transform: none;
    padding: 20px;
  }
}
.third .question-block .question-result-content .answer-text {
  position: relative;
  z-index: 4;
  margin-bottom: 20px;
}
.third .question-block .question-result-content .answer-text-question {
  color: #9d0b0f;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 3.2px;
  text-indent: 3.2px;
}
@media (max-width: 640px) {
  .third .question-block .question-result-content .answer-text-question {
    font-size: 20px;
  }
}
.third .question-block .question-result-content .answer-text-answer {
  color: #9d0b0f;
  letter-spacing: 1.6px;
  text-indent: 1.6px;
}
.third .question-block .question-result-content .large {
  color: #9d0b0f;
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
  position: relative;
  z-index: 2;
  letter-spacing: 12px;
  text-indent: 12px;
}
@media (max-width: 640px) {
  .third .question-block .question-result-content .large {
    font-size: 36px;
  }
}
.third .question-block .question-result-content .result-img {
  max-width: 250px;
}
@media (max-width: 640px) {
  .third .question-block .question-result-content .result-img {
    max-width: 160px;
  }
}
.third .question-block .question-result-content .result-img img {
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1.5;
}
.third .question-block .question-result-content .ribbons-img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.35;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.third .question-block .question-result-content .text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  color: #9d0b0f;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 2;
  letter-spacing: 6.4px;
  text-indent: 6.4px;
}
@media (max-width: 640px) {
  .third .question-block .question-result-content .text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 18px;
    gap: 5px;
  }
}
.third .question-block .question-result-content .symbol {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 640px) {
  .third .question-block .question-result-content .symbol {
    font-size: 30px;
  }
}
.third .question-block .question-result-content .price {
  font-size: 70px;
  font-weight: 900;
}
@media (max-width: 640px) {
  .third .question-block .question-result-content .price {
    font-size: 40px;
  }
}
.third .question-block .question-result-content .question-result-get-btn {
  position: relative;
  max-width: 260px;
  margin-top: 20px;
}
@media (max-width: 640px) {
  .third .question-block .question-result-content .question-result-get-btn {
    margin-top: 10px;
  }
}
.third .question-block .question-result-content .question-result-get-btn a {
  color: #ffe8c1;
  font-weight: 900;
  font-size: 22px;
  text-align: center;
  letter-spacing: 10px;
  text-indent: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 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;
}
@media (max-width: 640px) {
  .third .question-block .question-result-content .question-result-get-btn a {
    font-size: 18px;
  }
}
.third .question-block .question-result-content .note {
  margin-top: 25px;
  background-color: #9caf59;
  padding: 5px 30px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 3.6px;
  text-indent: 3.6px;
}
@media (max-width: 640px) {
  .third .question-block .question-result-content .note {
    font-size: 16px;
    letter-spacing: 1.6px;
    text-indent: 1.6px;
    padding: 5px 15px;
  }
}
@media (max-width: 400px) {
  .third .question-block .question-result-content .note {
    font-size: 14px;
    letter-spacing: 1.12px;
    text-indent: 1.12px;
  }
}
.third .question-block em {
  color: #9d0b0f;
  font-size: 60px;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 48px;
  text-align: center;
  line-height: 1;
  letter-spacing: 6px;
  text-indent: 6px;
}
@media (max-width: 1280px) {
  .third .question-block em {
    font-size: 50px;
  }
}
@media (max-width: 820px) {
  .third .question-block em {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .third .question-block em {
    margin-bottom: 10px;
  }
}
.third .question-block .title {
  color: #9d0b0f;
  font-size: 30px;
  font-weight: 700;
  line-height: calc(PhotoShopLineHeight / fontSize)px;
  letter-spacing: 4.5px;
  text-indent: 4.5px;
}
@media (max-width: 1280px) {
  .third .question-block .title {
    font-size: 24px;
  }
}
@media (max-width: 820px) {
  .third .question-block .title {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .third .question-block .title {
    font-size: 18px;
    letter-spacing: 1.8px;
    text-indent: 1.8px;
  }
}
.third .question-block .answer-item-list {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  margin-top: 60px;
}
@media (max-width: 1280px) {
  .third .question-block .answer-item-list {
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .third .question-block .answer-item-list {
    margin-top: 10px;
  }
}
.third .question-block .answer-option {
  position: relative;
  z-index: 2;
}
.third .question-block .answer-item {
  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;
  font-size: 36px;
  font-weight: 700;
  color: #b78d0a;
  cursor: pointer;
  position: relative;
  letter-spacing: 5.4px;
  text-indent: 5.4px;
}
@media (max-width: 820px) {
  .third .question-block .answer-item {
    font-size: 28px;
  }
}
.third .question-block .answer-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/answer-option-bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 1;
}
.third .question-block .answer-item:hover {
  color: #9d0b0f;
}
.third .question-block .answer-item:hover .answer-item-title {
  text-shadow: 0px 6px 4.75px rgba(17, 17, 17, 0.28);
}
.third .question-block .answer-item:hover:after {
  content: "";
  position: absolute;
  opacity: 1;
}
.third .question-block .answer-item-img {
  font-size: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  position: relative;
  height: 240px;
  z-index: 2;
}
@media (max-width: 1280px) {
  .third .question-block .answer-item-img {
    max-height: 200px;
  }
}
@media (max-width: 820px) {
  .third .question-block .answer-item-img {
    max-height: 140px;
  }
}
.third .question-block .answer-item-img img {
  height: auto;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.third .question-block .answer-item-title {
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
  font-size: 25px;
  text-align: center;
  height: 60px;
  letter-spacing: 3.75px;
  text-indent: 3.75px;
}
@media (max-width: 1280px) {
  .third .question-block .answer-item-title {
    font-size: 20px;
    height: 50px;
  }
}
@media (max-width: 820px) {
  .third .question-block .answer-item-title {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .third .question-block .answer-item-title {
    font-size: 16px;
    height: 40px;
    margin-bottom: 10px;
    letter-spacing: 1.8px;
    text-indent: 1.8px;
  }
}

.fourth {
  position: relative;
  padding: 180px 0 350px;
  background-image: url("../images/fourth-bg2.jpg");
  z-index: 1;
}
@media (max-width: 1680px) {
  .fourth {
    padding: 140px 0 300px;
  }
}
@media (max-width: 1536px) {
  .fourth {
    padding: 100px 0 300px;
  }
}
@media (max-width: 1180px) {
  .fourth {
    padding: 60px 0 300px;
  }
}
@media (max-width: 820px) {
  .fourth {
    padding: 100px 0 100px;
    background-size: 100%;
  }
}
.fourth .bg {
  position: absolute;
  top: -18%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 1440px) {
  .fourth .bg {
    top: -15%;
  }
}
.fourth .deco-man {
  left: 12%;
  top: 3.5%;
}
@media (max-width: 1680px) {
  .fourth .deco-man {
    left: 8%;
  }
}
@media (max-width: 1440px) {
  .fourth .deco-man {
    max-width: 250px;
  }
}
@media (max-width: 1180px) {
  .fourth .deco-man {
    max-width: 200px;
  }
}
@media (max-width: 1024px) {
  .fourth .deco-man {
    max-width: 160px;
  }
}
@media (max-width: 820px) {
  .fourth .deco-man {
    max-width: 120px;
  }
}
@media (max-width: 640px) {
  .fourth .deco-man {
    max-width: 100px;
    top: 1.2%;
  }
}
.fourth .deco-item {
  width: 70px;
  height: 70px;
  left: 6%;
  top: 12%;
}
.fourth .deco-item2 {
  height: 55px;
  width: 255px;
  left: 31%;
  top: 2%;
}
@media (max-width: 1440px) {
  .fourth .deco-item2 {
    display: none;
  }
}
.fourth .deco-flower {
  top: -1.5%;
}
@media (max-width: 1180px) {
  .fourth .deco-flower {
    display: none;
  }
}
.fourth .deco-money {
  left: 6%;
  top: 47%;
}
.fourth .deco-lucky-bag {
  right: 18.5%;
  top: 9.5%;
  z-index: 3;
}
@media (max-width: 1680px) {
  .fourth .deco-lucky-bag {
    top: 6.5%;
    right: 14%;
  }
}
@media (max-width: 1440px) {
  .fourth .deco-lucky-bag {
    top: 6%;
    right: 8%;
    max-width: 250px;
  }
}
@media (max-width: 1180px) {
  .fourth .deco-lucky-bag {
    top: 2%;
    max-width: 200px;
  }
}
@media (max-width: 1024px) {
  .fourth .deco-lucky-bag {
    max-width: 160px;
    top: 5%;
  }
}
@media (max-width: 820px) {
  .fourth .deco-lucky-bag {
    right: 4%;
    max-width: 140px;
  }
}
@media (max-width: 640px) {
  .fourth .deco-lucky-bag {
    display: none;
  }
}
.fourth .deco-left-top-line {
  left: 0;
  top: 19%;
}
.fourth .deco-right-top-line {
  right: 0;
  top: 26%;
}
.fourth .deco-right-line {
  right: 0;
  top: 62%;
}
.fourth .deco-left-line {
  left: 0;
  bottom: 0;
}
.fourth .top {
  text-align: center;
  margin-bottom: 120px;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .fourth .top {
    margin-bottom: 60px;
  }
}
@media (max-width: 640px) {
  .fourth .top {
    margin-bottom: 30px;
  }
}
.fourth .top .subtitle {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  font-size: 60px;
  font-weight: 900;
  margin-bottom: 30px;
  letter-spacing: 6px;
  text-indent: 6px;
}
@media (max-width: 1440px) {
  .fourth .top .subtitle {
    font-size: 50px;
  }
}
@media (max-width: 1280px) {
  .fourth .top .subtitle {
    font-size: 42px;
  }
}
@media (max-width: 1180px) {
  .fourth .top .subtitle {
    font-size: 36px;
  }
}
@media (max-width: 640px) {
  .fourth .top .subtitle {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.fourth .top .subtitle .deco-grass {
  width: 45px;
  height: auto;
}
.fourth .top .subtitle .deco-grass img {
  width: 100%;
  height: auto;
}
.fourth .top .subtitle .num {
  line-height: 1;
  font-weight: 700;
  font-size: 122px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  display: inline-block;
}
@media (max-width: 1440px) {
  .fourth .top .subtitle .num {
    font-size: 100px;
  }
}
@media (max-width: 1280px) {
  .fourth .top .subtitle .num {
    font-size: 90px;
  }
}
@media (max-width: 1180px) {
  .fourth .top .subtitle .num {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    font-size: 70px;
  }
}
@media (max-width: 640px) {
  .fourth .top .subtitle .num {
    font-size: 50px;
  }
}
.fourth .top .title {
  line-height: 1;
  font-size: 62px;
  font-weight: 900;
  margin-bottom: 30px;
  letter-spacing: 6.2px;
  text-indent: 6.2px;
}
@media (max-width: 1440px) {
  .fourth .top .title {
    font-size: 50px;
  }
}
@media (max-width: 1280px) {
  .fourth .top .title {
    font-size: 42px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1180px) {
  .fourth .top .title {
    font-size: 36px;
  }
}
@media (max-width: 640px) {
  .fourth .top .title {
    font-size: 30px;
    line-height: 1.5;
  }
}
@media (max-width: 375px) {
  .fourth .top .title {
    font-size: 28px;
  }
}
.fourth .lucky-bag-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: 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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 95px 0 30px;
  position: relative;
  max-width: 870px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .fourth .lucky-bag-item {
    background-color: #fff9e1;
    border-radius: 10px;
    padding: 20px 0;
    margin-bottom: 20px;
  }
}
.fourth .lucky-bag-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: 95%;
  background-position: center top;
  background-image: url("../images/lucky-bag-item-bg.png");
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 820px) {
  .fourth .lucky-bag-item:before {
    background-size: contain;
  }
}
@media (max-width: 640px) {
  .fourth .lucky-bag-item:before {
    display: none;
  }
}
.fourth .lucky-bag-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: contain;
  background-position: center 92.5%;
  background-image: url("../images/lucky-bag-item-bottom.png");
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 820px) {
  .fourth .lucky-bag-item:after {
    background-position: center 85%;
  }
}
@media (max-width: 640px) {
  .fourth .lucky-bag-item:after {
    display: none;
  }
}
.fourth .lucky-bag-item .deco-leaf {
  position: relative;
  z-index: 2;
  width: 50px;
  height: 45px;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .fourth .lucky-bag-item .deco-leaf {
    width: 30px;
    height: 25px;
    margin-bottom: 10px;
  }
}
.fourth .lucky-bag-item .deco-leaf img {
  width: 100%;
  height: auto;
}
.fourth .lucky-bag-item .subtitle {
  color: #a2373a;
  font-size: 48px;
  font-weight: 500;
  line-height: calc(PhotoShopLineHeight / fontSize)px;
  letter-spacing: 4.8px;
  text-indent: 4.8px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1440px) {
  .fourth .lucky-bag-item .subtitle {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .fourth .lucky-bag-item .subtitle {
    font-size: 26px;
  }
}
.fourth .lucky-bag-item .img {
  position: relative;
  max-height: 370px;
  z-index: 2;
}
@media (max-width: 820px) {
  .fourth .lucky-bag-item .img {
    max-height: 280px;
  }
}
.fourth .lucky-bag-item .img img {
  width: auto;
  height: 320px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 820px) {
  .fourth .lucky-bag-item .img img {
    height: 280px;
  }
}
.fourth .lucky-bag-item .swiper {
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-inactive-color: #b54245;
  --swiper-pagination-color: #7fbe25;
  --swiper-pagination-right: auto;
  --swiper-pagination-left: 15%;
  position: relative;
  max-width: 870px;
  max-height: 370px;
  z-index: 2;
  text-align: center;
  overflow-y: visible;
  overflow-x: clip;
}
@media (max-width: 640px) {
  .fourth .lucky-bag-item .swiper {
    --swiper-pagination-left: 5%;
  }
}
@media (max-width: 1024px) {
  .fourth .lucky-bag-item .swiper {
    max-width: 80vw;
  }
}
.fourth .lucky-bag-item .swiper .swiper-prev {
  position: absolute;
  top: 50%;
  left: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .fourth .lucky-bag-item .swiper .swiper-prev {
    left: 25%;
  }
}
@media (max-width: 820px) {
  .fourth .lucky-bag-item .swiper .swiper-prev {
    left: 20%;
  }
}
@media (max-width: 640px) {
  .fourth .lucky-bag-item .swiper .swiper-prev {
    left: 10%;
  }
}
.fourth .lucky-bag-item .swiper .swiper-next {
  position: absolute;
  top: 50%;
  right: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .fourth .lucky-bag-item .swiper .swiper-next {
    right: 25%;
  }
}
@media (max-width: 820px) {
  .fourth .lucky-bag-item .swiper .swiper-next {
    right: 20%;
  }
}
@media (max-width: 640px) {
  .fourth .lucky-bag-item .swiper .swiper-next {
    right: 10%;
  }
}
.fourth .lucky-bag-item .swiper .swiper-slide-prev,
.fourth .lucky-bag-item .swiper .swiper-slide-next {
  -webkit-transform: scale(0.8) translateY(-50%);
          transform: scale(0.8) translateY(-50%);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.fourth .lucky-bag-item .swiper .swiper-horizontal > .swiper-pagination-bullets,
.fourth .lucky-bag-item .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.fourth .lucky-bag-item .swiper .swiper-pagination-custom,
.fourth .lucky-bag-item .swiper .swiper-pagination-fraction {
  width: auto;
  top: 80%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fourth .lucky-bag-item .swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.fourth .lucky-bag-item .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
}
.fourth .lucky-bag-item .swiper .swiper-slide img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1024px) {
  .fourth .lucky-bag-item .swiper .swiper-slide img {
    height: 280px;
    width: auto;
  }
}
.fourth .lucky-bag-item .price {
  color: #a2373a;
  font-size: 92px;
  font-weight: 700;
  line-height: 1;
  line-height: calc(PhotoShopLineHeight / fontSize)px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1536px) {
  .fourth .lucky-bag-item .price {
    font-size: 80px;
  }
}
@media (max-width: 1440px) {
  .fourth .lucky-bag-item .price {
    font-size: 60px;
  }
}
@media (max-width: 820px) {
  .fourth .lucky-bag-item .price {
    font-size: 42px;
  }
}
.fourth .lucky-bag-item .toolbar {
  margin-top: 35px;
  max-width: 90%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 640px) {
  .fourth .lucky-bag-item .toolbar {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    gap: 10px;
    padding: 10px 0;
  }
}
.fourth .lucky-bag-item .toolbar:has(.center:not(.none)) {
  width: 100%;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-left: 0;
  margin-top: 45px;
  margin-bottom: 15px;
}
@media (max-width: 640px) {
  .fourth .lucky-bag-item .toolbar:has(.center:not(.none)) {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.fourth .lucky-bag-item .toolbar:has(.center:not(.none)) .center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.fourth .lucky-bag-item .toolbar:has(.center:not(.none)) .title {
  text-align: center;
}
.fourth .lucky-bag-item .toolbar .option {
  border-radius: 10px;
  background-color: #fff;
  border: 2px solid #b54245;
  color: #a2373a;
  font-size: 18px;
  font-weight: 700;
  padding: 5px 15px;
  letter-spacing: 1.8px;
  text-indent: 1.8px;
}
@media (max-width: 640px) {
  .fourth .lucky-bag-item .toolbar .option {
    font-size: 16px;
    letter-spacing: 1.28px;
    text-indent: 1.28px;
  }
}
.fourth .lucky-bag-item .toolbar .title {
  color: #b54245;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-align: right;
  letter-spacing: 3.8px;
  text-indent: 3.8px;
}
@media (max-width: 820px) {
  .fourth .lucky-bag-item .toolbar .title {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .fourth .lucky-bag-item .toolbar .title {
    font-size: 18px;
  }
}
.fourth .lucky-bag-item .toolbar .title small {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.2px;
  text-indent: 1.2px;
}
@media (max-width: 820px) {
  .fourth .lucky-bag-item .toolbar .title small {
    font-size: 16px;
  }
}
.fourth .lucky-bag-item .left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 820px) {
  .fourth .lucky-bag-item .left {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 640px) {
  .fourth .lucky-bag-item .left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.fourth .lucky-bag-item .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 820px) {
  .fourth .lucky-bag-item .right {
    gap: 15px;
  }
}
@media (max-width: 640px) {
  .fourth .lucky-bag-item .right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.fourth .lucky-bag-item .right .spec-item {
  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;
}
.fourth .lucky-bag-item .right .spec-item .item {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 5px;
  text-indent: 5px;
}
@media (max-width: 820px) {
  .fourth .lucky-bag-item .right .spec-item .item {
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  .fourth .lucky-bag-item .right .spec-item .item {
    font-size: 16px;
  }
}
.fourth .lucky-bag-item .right .spec-item .item.blue {
  color: #1eb0c9;
}
.fourth .lucky-bag-item .right .spec-item .item.green {
  color: #7fbe25;
}
.fourth .lucky-bag-item .right .spec-item .item.black {
  color: #484848;
}
.fourth .lucky-bag-item .right .spec-item .item.yellow {
  color: #dc8528;
}
.fourth .lucky-bag-item .right .spec-item select {
  text-align: center;
  width: 65px;
  border-radius: 12px;
}
.fourth .cart-btn {
  position: relative;
  max-width: 260px;
  margin: 30px auto 0;
  z-index: 2;
}
@media (max-width: 820px) {
  .fourth .cart-btn {
    margin: 10px auto 30px;
    max-width: 200px;
  }
}
@media (max-width: 640px) {
  .fourth .cart-btn {
    margin: 10px auto;
  }
}
.fourth .cart-btn.disabled a {
  color: #000;
  font-weight: 500;
  cursor: auto;
}
.fourth .cart-btn.disabled:hover {
  scale: 1;
}
.fourth .cart-btn:hover {
  scale: 0.95;
}
.fourth .cart-btn a {
  color: #ffe8c1;
  font-weight: 900;
  font-size: 25px;
  text-align: center;
  letter-spacing: 10px;
  text-indent: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 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;
}
@media (max-width: 820px) {
  .fourth .cart-btn a {
    font-size: 20px;
    letter-spacing: 4px;
    text-indent: 4px;
  }
}

.fifth {
  position: relative;
  z-index: 2;
}
.fifth .bg {
  top: -35%;
  position: absolute;
  z-index: 1;
}
@media (max-width: 1366px) {
  .fifth .bg {
    top: -30%;
  }
}
@media (max-width: 820px) {
  .fifth .bg {
    top: -18%;
  }
}
@media (max-width: 640px) {
  .fifth .bg {
    top: -10%;
  }
}
@media (max-width: 480px) {
  .fifth .bg {
    top: -7%;
  }
}
@media (max-width: 390px) {
  .fifth .bg {
    top: -5%;
  }
}
.fifth .bg .deco-lantern {
  top: 5%;
  left: 10%;
}
@media (max-width: 1024px) {
  .fifth .bg .deco-lantern {
    opacity: 0.25;
  }
}
@media (max-width: 640px) {
  .fifth .bg .deco-lantern {
    display: none;
  }
}
.fifth .bg .deco-lantern2 {
  top: 0;
  right: 37%;
}
@media (max-width: 1024px) {
  .fifth .bg .deco-lantern2 {
    opacity: 0.25;
  }
}
@media (max-width: 640px) {
  .fifth .bg .deco-lantern2 {
    display: none;
  }
}
.fifth .bg .deco-lantern3 {
  top: 8%;
  right: 3%;
}
@media (max-width: 1024px) {
  .fifth .bg .deco-lantern3 {
    opacity: 0.25;
  }
}
@media (max-width: 640px) {
  .fifth .bg .deco-lantern3 {
    display: none;
  }
}
.fifth .bg .deco-text-lantern {
  -webkit-transform-origin: top;
          transform-origin: top;
}
@media (max-width: 1440px) {
  .fifth .bg .deco-text-lantern {
    max-width: 120px;
  }
}
@media (max-width: 1366px) {
  .fifth .bg .deco-text-lantern {
    max-width: 100px;
  }
}
@media (max-width: 1024px) {
  .fifth .bg .deco-text-lantern {
    max-width: 80px;
  }
}
@media (max-width: 820px) {
  .fifth .bg .deco-text-lantern {
    max-width: 60px;
  }
}
.fifth .bg .deco-text-lantern1 {
  top: 5%;
  left: 30%;
}
@media (max-width: 640px) {
  .fifth .bg .deco-text-lantern1 {
    left: 10%;
  }
}
.fifth .bg .deco-text-lantern2 {
  top: 7%;
  left: 39%;
}
@media (max-width: 640px) {
  .fifth .bg .deco-text-lantern2 {
    top: 6%;
    left: 30%;
  }
}
.fifth .bg .deco-text-lantern3 {
  top: 5%;
  left: 49%;
}
@media (max-width: 640px) {
  .fifth .bg .deco-text-lantern3 {
    left: 60%;
  }
}
.fifth .bg .deco-text-lantern4 {
  top: 2%;
  left: 60%;
}
@media (max-width: 640px) {
  .fifth .bg .deco-text-lantern4 {
    top: 21%;
    left: 80%;
  }
}
.fifth .bg2 {
  position: absolute;
  top: 85%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1366px) {
  .fifth .bg2 {
    top: 75%;
  }
}
.fifth .container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1180px) {
  .fifth .container {
    max-width: 90vw;
  }
}
.fifth .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 820px) {
  .fifth .top {
    padding-top: 60px;
  }
}
@media (max-width: 640px) {
  .fifth .top {
    padding-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.fifth .left {
  width: 50%;
  color: #9d0b0f;
}
@media (max-width: 1440px) {
  .fifth .left {
    text-align: center;
  }
}
@media (max-width: 640px) {
  .fifth .left {
    width: 100%;
  }
}
.fifth .left .subtitle {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  font-size: 60px;
  font-weight: 900;
  margin-bottom: 30px;
  letter-spacing: 6px;
  text-indent: 6px;
}
@media (max-width: 1440px) {
  .fifth .left .subtitle {
    font-size: 50px;
  }
}
@media (max-width: 1280px) {
  .fifth .left .subtitle {
    font-size: 42px;
  }
}
@media (max-width: 1180px) {
  .fifth .left .subtitle {
    font-size: 36px;
  }
}
@media (max-width: 820px) {
  .fifth .left .subtitle {
    margin-bottom: 20px;
  }
}
.fifth .left .subtitle .deco-grass {
  width: 45px;
  height: auto;
}
.fifth .left .subtitle .deco-grass img {
  width: 100%;
  height: auto;
}
.fifth .left .subtitle .num {
  line-height: 1;
  font-weight: 700;
  font-size: 122px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  display: inline-block;
}
@media (max-width: 1440px) {
  .fifth .left .subtitle .num {
    font-size: 110px;
  }
}
@media (max-width: 1280px) {
  .fifth .left .subtitle .num {
    font-size: 90px;
  }
}
@media (max-width: 1180px) {
  .fifth .left .subtitle .num {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    font-size: 70px;
  }
}
@media (max-width: 820px) {
  .fifth .left .subtitle .num {
    font-size: 60px;
  }
}
.fifth .left .title {
  line-height: 1;
  font-size: 62px;
  font-weight: 900;
  margin-bottom: 30px;
  letter-spacing: 6.2px;
  text-indent: 6.2px;
}
@media (max-width: 1440px) {
  .fifth .left .title {
    font-size: 50px;
  }
}
@media (max-width: 1280px) {
  .fifth .left .title {
    font-size: 42px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1180px) {
  .fifth .left .title {
    font-size: 36px;
  }
}
@media (max-width: 375px) {
  .fifth .left .title {
    font-size: 28px;
  }
}
.fifth .left .desc {
  color: #020202;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  text-indent: 2px;
}
@media (max-width: 1440px) {
  .fifth .left .desc {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .fifth .left .desc {
    font-size: 16px;
  }
}
.fifth .right {
  width: 50%;
  position: relative;
}
@media (max-width: 640px) {
  .fifth .right {
    width: 100%;
    margin-top: 52px;
  }
}
.fifth .right .lottery-bg {
  position: absolute;
  left: 64%;
  top: 58%;
  width: 130%;
  height: 130%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
@media (max-width: 1180px) {
  .fifth .right .lottery-bg {
    width: 110%;
    height: 110%;
  }
}
@media (max-width: 640px) {
  .fifth .right .lottery-bg {
    width: 100%;
    height: 300%;
    top: 70%;
  }
}
.fifth .right .lottery-bg img {
  width: 100%;
  height: 100%;
}
.fifth .right .lottery-box {
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: 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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 900;
  font-size: 30px;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  letter-spacing: 4.5px;
  text-indent: 4.5px;
  line-height: calc(PhotoShopLineHeight / fontSize)px;
}
@media (max-width: 1180px) {
  .fifth .right .lottery-box {
    font-size: 24px;
  }
}
.fifth .right .lottery-box span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fifth .right .lottery-box .count {
  font-size: 70px;
  color: #ffda62;
}
.fifth .red-envelope-list {
  margin-top: 150px;
  margin-bottom: 300px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 70px;
}
@media (max-width: 1366px) {
  .fifth .red-envelope-list {
    margin-bottom: 150px;
  }
}
@media (max-width: 1180px) {
  .fifth .red-envelope-list {
    margin-bottom: 100px;
    gap: 45px;
  }
}
@media (max-width: 640px) {
  .fifth .red-envelope-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 120px;
  }
}
@media (max-width: 390px) {
  .fifth .red-envelope-list {
    margin-bottom: 50px;
  }
}
.fifth .red-envelope-list .red-envelope {
  cursor: pointer;
  position: relative;
}
.fifth .red-envelope-list .red-envelope:nth-child(1) .man {
  top: -35%;
}
.fifth .red-envelope-list .red-envelope:nth-child(2) .man {
  top: -30%;
}
.fifth .red-envelope-list .red-envelope:nth-child(4) .man {
  top: -35%;
}
.fifth .red-envelope-list .red-envelope .man {
  position: absolute;
  left: 50%;
  top: -25%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  z-index: 2;
}
@media (max-width: 480px) {
  .fifth .red-envelope-list .red-envelope .man {
    width: 70%;
  }
}
.fifth .red-envelope-list .red-envelope .text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 40px;
  color: #b83b32;
  font-size: 110px;
  font-weight: 900;
  z-index: 2;
  letter-spacing: 11px;
  text-indent: 11px;
}
@media (max-width: 1440px) {
  .fifth .red-envelope-list .red-envelope .text {
    font-size: 90px;
  }
}
@media (max-width: 820px) {
  .fifth .red-envelope-list .red-envelope .text {
    font-size: 70px;
  }
}
.fifth .red-envelope-list .red-envelope .text .after {
  position: absolute;
  left: 55%;
  top: 55%;
  height: 100%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  text-indent: 0;
  color: #fff;
  font-size: 46px;
  text-align: center;
}
@media (max-width: 1440px) {
  .fifth .red-envelope-list .red-envelope .text .after {
    font-size: 40px;
  }
}
@media (max-width: 820px) {
  .fifth .red-envelope-list .red-envelope .text .after {
    font-size: 30px;
  }
}
.fifth .red-envelope-list .red-envelope .red-envelope-img {
  position: relative;
  z-index: 1;
}
.fifth .red-envelope-list .red-envelope .red-envelope-img .after {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.notice {
  max-width: 1340px;
  margin: 0 auto;
  padding-bottom: 150px;
}
@media (max-width: 1366px) {
  .notice {
    max-width: 90vw;
  }
}
@media (max-width: 768px) {
  .notice {
    padding-bottom: 80px;
  }
}
.notice .title {
  color: #9d0b0f;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 3px;
  text-indent: 3px;
}
.notice .desc {
  color: #595959;
  font-weight: 500;
  letter-spacing: 1.7px;
  text-indent: 1.7px;
  line-height: calc(PhotoShopLineHeight / fontSize)px;
}
.notice .block {
  padding: 0 30px;
  margin: 15px 0;
}
@media (max-width: 640px) {
  .notice .block {
    padding: 0 10px;
  }
}
.notice .block-title {
  font-size: 18px;
  font-weight: 700;
  padding: 5px 30px;
  margin: 0 -30px;
  border-radius: 5px;
  background-color: #e5ddbd;
  letter-spacing: 1.8px;
  text-indent: 1.8px;
  color: #9e8b3f;
}
@media (max-width: 640px) {
  .notice .block-title {
    margin: 0;
  }
}
.notice .block-content {
  color: #595959;
  font-weight: 500;
  padding: 10px 0;
  letter-spacing: 1.7px;
  text-indent: 1.7px;
  line-height: calc(PhotoShopLineHeight / fontSize)px;
}
.notice .block-content ul {
  list-style: "※";
  padding-left: 20px;
}
.notice .table {
  max-width: 100%;
  overflow-x: scroll;
}
.notice table {
  width: 100%;
  border: 1px solid #595959;
  border-collapse: collapse;
  margin: 20px auto;
}
.notice table td {
  text-align: center;
  padding: 20px 40px;
  font-size: 16px;
  border: 1px solid #595959;
}
@media (max-width: 1366px) {
  .notice table td {
    padding: 15px 30px;
  }
}
@media (max-width: 820px) {
  .notice table td {
    padding: 10px 15px;
  }
}
@media (max-width: 640px) {
  .notice table td {
    word-break: keep-all;
  }
}
.notice table td em {
  color: #b54245;
  font-size: 14px;
  font-style: normal;
}

.mask {
  position: fixed;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  pointer-events: none;
  z-index: 99;
}
.mask.show {
  opacity: 1;
  pointer-events: auto;
}

.dialog {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 10px;
  padding: 50px;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  width: 600px;
}
@media (max-width: 640px) {
  .dialog {
    max-width: 90vw;
  }
}
.dialog-close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.dialog-close img {
  width: 50px;
  height: 50px;
}
.dialog-content {
  color: #b54245;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}
.dialog-content img {
  margin: 0 auto;
}
.dialog.answer-dialog .dialog-content {
  color: #b54245;
  background-color: #ffe2b1;
  font-size: 16px;
  font-weight: 500;
  padding: 20px;
  text-align: left;
  letter-spacing: 0.8px;
  text-indent: 0.8px;
  line-height: calc(PhotoShopLineHeight / fontSize)px;
}

footer {
  background-color: #b54245;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}