.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
@font-face {
  font-family: 'myfont';
  src: url('../fonts/MyriadPro-Regular.woff') format('woff'), /* chrome、firefox */ url('../fonts/MyriadPro-Regular.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../fonts/MyriadPro-Regular.otf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../fonts/MyriadPro-Regular.svg#iconfont') format('svg'), /* iOS 4.1- */ url('../fonts/MyriadPro-Regular.eot');
}
@font-face {
  font-family: 'activeFont';
  src: url("../activeFonts/DIN-Condensed-Bold.ttf");
}
@font-face {
  font-family: 'open-sans';
  src: url("../fonts/Open-Sans-2.ttf") format('opentype');
}
@font-face {
  font-family: 'open-sans-blod';
  src: url("../fonts/open-sans-v13-latin_vietnamese-700.woff.ttf") format('opentype');
}
@font-face {
  font-family: 'open-semi-bold';
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'NunitoSans';
  /*  src: url("../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-Regular.ttf") format('truetype');*/
}
@font-face {
  font-family: 'NunitoSans-Bold';
  src: url("../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-Bold.ttf") format('opentype');
}
@font-face {
  font-family: 'NunitoSans-Semibold';
  src: url("../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-SemiBold.ttf") format('opentype');
}
html,
body {
  font-size: 12px;
  font-family: NunitoSans, 'open-sans', 'Arial';
}
body {
  min-width: 1440px;
  overflow-x: hidden;
}
.the-header {
  min-width: 1440px;
}
.christmas-page {
  background: #bc3f39;
  min-height: 1500px;
  margin: 0 auto;
  border: 1px solid transparent;
}
.christmas-page .active-wrap {
  width: 1440px;
  margin: 0 auto;
}
.christmas-page * {
  box-sizing: border-box;
}
.christmas-page .banner-module {
  background: url("../images/2025-activity_jp/banner-bg.png") no-repeat center -105px;
  height: 735px;
  overflow: hidden;
  background-size: 100%;
  margin-bottom: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-width: 2560px) {
  .christmas-page .banner-module {
    background: url("../images/2025-activity_jp/banner-bg-big2.png") no-repeat center;
    background-size: 100%;
    height: 750px;
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 350dpi), (min-width: 3400px) {
  .christmas-page .banner-module {
    background: url("../images/2025-activity_jp/banner-bg-big3.png") no-repeat center;
    background-size: 100%;
    height: 750px;
  }
}
.christmas-page .banner-module .banner-coupons {
  display: block;
  margin: 150px auto 0;
}
@media (max-width: 1768px) {
  .christmas-page .banner-module .banner-coupons {
    display: block;
    margin: 100px auto 0;
  }
}
@media (max-width: 1680px) {
  .christmas-page .banner-module .banner-coupons {
    display: block;
    margin: 80px auto 0;
  }
}
@media (max-width: 1600px) {
  .christmas-page .banner-module .banner-coupons {
    display: block;
    margin: 60px auto 0;
  }
}
.christmas-page .banner-module .banner-des {
  text-align: center;
  font-size: 22px;
  color: #E0D1B3;
  line-height: 22px;
  margin-bottom: 28px;
}
.christmas-page .banner-module .banner-time {
  font-size: 22px;
  color: #E0D1B3;
  line-height: 22px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.christmas-page .banner-module .banner-time:before {
  display: inline-block;
  content: '';
  background: url("../images/2025-activity_jp/time-icon.png") no-repeat center;
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-right: 14px;
}
@media (max-width: 1440px) {
  .christmas-page .banner-module {
    background-position-y: -80px;
  }
}
.christmas-page .explanation-row {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
  justify-content: space-between;
}
.christmas-page .explanation-row .explanation-txt {
  background: url("../images/2025-activity_jp/explanation-bg.png") no-repeat left center;
  width: 920px;
  height: 500px;
  transition: all 0.3s linear;
}
.christmas-page .explanation-row.right {
  padding-right: 50px;
}
.christmas-page .explanation-row.right .explanation-txt {
  font-size: 32px;
  color: #850600;
  line-height: 48px;
  text-align: right;
  padding: 150px 120px 0 110px;
}
.christmas-page .explanation-row.left {
  padding-right: 50px;
}
.christmas-page .explanation-row.left .explanation-txt {
  font-size: 32px;
  color: #850600;
  line-height: 48px;
  text-align: center;
  padding: 146px 120px 0;
}
.christmas-page .view-info-box {
  margin: 150px auto 50px;
  position: relative;
}
.christmas-page .view-info-box:before {
  display: block;
  content: '';
  background: url("../images/2025-activity_jp/view-arrow-icon.png") no-repeat center;
  width: 720px;
  height: 130px;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: -118px;
  margin: auto;
  z-index: 4;
}
.christmas-page .view-info-box .info-params {
  position: relative;
}
.christmas-page .view-info-box .info-params:before {
  display: block;
  content: '';
  background: url("../images/2025-activity_jp/params-left-icon.png") no-repeat center;
  width: 280px;
  height: 242px;
  position: absolute;
  left: 0;
  top: 66px;
}
.christmas-page .view-info-box .info-params:after {
  display: block;
  content: '';
  background: url("../images/2025-activity_jp/params-right-icon.png") no-repeat center;
  width: 280px;
  height: 260px;
  position: absolute;
  right: 0;
  top: 47px;
}
.christmas-page .view-info-box .info-params .coupons-title {
  font-size: 32px;
  color: #AF0D25;
  line-height: 48px;
  text-align: center;
  width: 660px;
  margin: 0 auto 20px;
  font-weight: bold;
}
.christmas-page .view-info-box .info-params .des-txt {
  font-size: 20px;
  color: #1D1D1D;
  line-height: 30px;
  text-align: center;
  width: 550px;
  margin: 0 auto 40px;
}
.christmas-page .view-info-box .info-params .txt-el {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  color: #4E4E4E;
  line-height: 20px;
  width: 550px;
  margin: 0 auto 20px;
}
.christmas-page .view-info-box .info-params .txt-el .label {
  font-size: 20px;
  color: #CC9800;
  line-height: 20px;
}
.christmas-page .view-info-box .view-cost {
  background: #FAE1E3;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #AF0D25;
  margin-top: 40px;
}
.christmas-page .view-info-box .view-cost .cost-title {
  padding: 20px 0;
  text-align: center;
  font-size: 24px;
  color: #AF0D25;
  line-height: 36px;
  font-weight: bold;
}
.christmas-page .view-info-box .view-cost .jump-el {
  display: block;
}
.christmas-page .view-info-box .view-cost .cost-icon {
  display: block;
  margin: 0 auto 10px;
}
.christmas-page .view-info-box .info-wrap {
  position: relative;
  z-index: 2;
  padding: 0 20px 20px;
  min-height: 320px;
  background: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
}
.christmas-page .view-info-box.step1 .tag {
  display: block;
  content: '';
  background: url("../images/2025-activity_jp/tag1-icon.png") no-repeat center;
  width: 230px;
  height: 83px;
  background-size: cover;
  position: absolute;
  left: -194px;
  bottom: 700px;
  z-index: 1;
}
.christmas-page .view-info-box.step1:after {
  display: block;
  content: '';
  background: url("../images/2025-activity_jp/tag2-icon.png") no-repeat center;
  width: 313px;
  height: 133px;
  background-size: cover;
  position: absolute;
  right: -190px;
  bottom: -70px;
  z-index: 0;
}
.christmas-page .view-info-box.step2 .info-wrap {
  padding-bottom: 40px;
}
.christmas-page .view-info-box.step2 .step-title {
  font-size: 32px;
  color: #AF0D25;
  text-align: center;
  line-height: 48px;
  margin-bottom: 20px;
  position: relative;
  font-weight: bold;
}
.christmas-page .view-info-box.step2 .step-title:before {
  display: block;
  content: '';
  background: url("../images/2025-activity_jp/title-icon.png") no-repeat center;
  width: 45px;
  height: 43px;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 40px;
  z-index: 1;
}
.christmas-page .view-info-box.step2 .title-des {
  font-size: 19px;
  color: #1D1D1D;
  line-height: 30px;
  text-align: center;
  margin-bottom: 40px;
}
.christmas-page .view-info-box.step2 .rules-title {
  font-size: 24px;
  color: #AF0D25;
  line-height: 36px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.christmas-page .view-info-box.step2 .rules-el {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 24px;
  color: #AF0D25;
  padding: 0 210px;
  line-height: 36px;
  font-weight: bold;
}
.christmas-page .view-info-box.step2 .view-example {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.christmas-page .view-info-box.step2 .view-example .v-el {
  width: 690px;
  display: flex;
  flex-direction: column;
  padding: 40px 40px 0;
  background: #FAE1E3;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #AF0D25;
  align-items: center;
  justify-content: center;
}
.christmas-page .view-info-box.step2 .view-example .v-el img {
  display: block;
}
.christmas-page .view-info-box.step2 .view-example .v-el .txt {
  padding: 20px 0;
  font-size: 20px;
  color: #1D1D1D;
  line-height: 20px;
  text-align: center;
}
.christmas-page .view-info-box.step2 .rules-pic {
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.christmas-page .view-info-box.step2 .rules-pic dl {
  font-size: 20px;
  color: #1D1D1D;
  line-height: 30px;
}
.christmas-page .view-info-box.step2 .rules-pic dl dt {
  font-size: 24px;
  color: #AF0D25;
  line-height: 36px;
  font-weight: bold;
}
.christmas-page .view-info-box.step2 .rules-pic .pic .mark-icon {
  margin-right: 130px;
}
.christmas-page .view-info-box.step2:after {
  display: block;
  content: '';
  background: url("../images/2025-activity_jp/tag2-icon.png") no-repeat center;
  width: 313px;
  height: 133px;
  background-size: cover;
  position: absolute;
  left: -200px;
  z-index: 1;
  bottom: 150px;
}
.christmas-page .view-info-box.step3 .info-wrap {
  padding-bottom: 40px;
}
.christmas-page .view-info-box.step3:after {
  display: block;
  content: '';
  background: url("../images/2025-activity_jp/tag1-icon.png") no-repeat center;
  width: 230px;
  height: 83px;
  background-size: cover;
  position: absolute;
  right: 0;
  z-index: 1;
  top: -120px;
}
.christmas-page .view-info-box.step3 .step-title {
  font-size: 32px;
  color: #AF0D25;
  text-align: center;
  line-height: 48px;
  margin-bottom: 20px;
  position: relative;
  font-weight: bold;
}
.christmas-page .view-info-box.step3 .step-title:before {
  display: block;
  content: '';
  background: url("../images/2025-activity_jp/fans-icon.png") no-repeat center;
  width: 103px;
  height: 50px;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 40px;
  z-index: 1;
}
.christmas-page .view-info-box.step3 .title-des {
  font-size: 20px;
  color: #1D1D1D;
  line-height: 30px;
  text-align: center;
  margin-bottom: 40px;
}
.christmas-page .view-info-box.step3 .des-jump {
  font-size: 20px;
  color: #1D1D1D;
  line-height: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.christmas-page .view-info-box.step3 .des-jump .tw {
  text-decoration: underline;
  color: #007FC4;
  font-weight: bold;
  margin-right: 6px;
}
.christmas-page .view-info-box.step3 .des-jump .tw img {
  margin-right: 10px;
}
.christmas-page .view-info-box.step3 .des-jump .yb {
  color: #007FC4;
  text-decoration: underline;
  font-weight: bold;
  margin-left: 6px;
}
.christmas-page .view-info-box.step3 .des-jump .yb img {
  margin-right: 10px;
}
.christmas-page .view-info-box.step3 .rules-title {
  font-size: 24px;
  color: #AF0D25;
  line-height: 36px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.christmas-page .view-info-box.step3 .view-example {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.christmas-page .view-info-box.step3 .view-example .v-el {
  width: 690px;
  display: flex;
  flex-direction: column;
  padding: 40px 40px 0;
  background: #FAE1E3;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #AF0D25;
  align-items: center;
  justify-content: center;
}
.christmas-page .view-info-box.step3 .view-example .v-el img {
  display: block;
}
.christmas-page .view-info-box.step3 .view-example .v-el .txt {
  padding: 20px 0;
  font-size: 20px;
  color: #1D1D1D;
  line-height: 20px;
  text-align: center;
}
.christmas-page .view-info-box.step3 .view-example .v-els {
  display: flex;
  align-items: center;
  gap: 40px;
}
.christmas-page .view-info-box.step3 .join-title {
  font-size: 24px;
  color: #AF0D25;
  line-height: 36px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.christmas-page .view-info-box.step3 .join-box {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  color: #1D1D1D;
  padding: 0 40px;
  line-height: 30px;
}
.christmas-page .view-info-box.step3 .join-box dl {
  max-width: 564px;
  position: relative;
}
.christmas-page .view-info-box.step3 .join-box dl:first-child:after {
  display: block;
  content: '';
  background: url("../images/2025-activity_jp/sing1-icon.png") no-repeat center;
  width: 96px;
  height: 93px;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.christmas-page .view-info-box.step3 .join-box dl:first-child + dl:after {
  display: block;
  content: '';
  background: url("../images/2025-activity_jp/sign2-icon.png") no-repeat center;
  width: 106px;
  height: 60px;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.christmas-page .view-info-box.step3 .join-box dt {
  font-size: 24px;
  color: #AF0D25;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.christmas-page .view-info-box.step4:after {
  display: block;
  content: '';
  background: url("../images/2025-activity_jp/tag3-icon.png") no-repeat center;
  width: 313px;
  height: 133px;
  background-size: cover;
  position: absolute;
  left: -200px;
  z-index: 1;
  bottom: 324px;
}
.christmas-page .view-info-box.step4 dt {
  font-size: 32px;
  color: #AF0D25;
  line-height: 48px;
  text-align: center;
  position: relative;
  margin-bottom: 54px;
  font-weight: bold;
}
.christmas-page .view-info-box.step4 dl {
  font-size: 20px;
  color: #1D1D1D;
  padding: 0 40px;
  line-height: 30px;
}
.christmas-page .view-info-box.step4 .info-wrap {
  position: relative;
}
.christmas-page .view-info-box.step4 .info-wrap:before {
  display: block;
  content: '';
  background: url("../images/2025-activity_jp/fw-icon.png") no-repeat center;
  width: 120px;
  height: 126px;
  background-size: cover;
  position: absolute;
  bottom: 40px;
  right: 60px;
  z-index: 1;
}
.christmas-page .view-info-box.step4 .info-wrap:after {
  display: block;
  content: '';
  background: url("../images/2025-activity_jp/fulu-icon.png") no-repeat center;
  width: 56px;
  height: 84px;
  background-size: cover;
  position: absolute;
  left: 50px;
  top: 10px;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .view-info-box:after {
    display: none !important;
  }
}
/*# sourceMappingURL=2025-activity_jp.css.map */