.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
@font-face {
  font-family: 'HarmonyOS_Sans_Regular';
  src: url('../fonts/HarmonyOS_Sans/HarmonyOS_Sans_Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HarmonyOS_Sans_Medium';
  src: url('../fonts/HarmonyOS_Sans/HarmonyOS_Sans_Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'HarmonyOS_Sans_Bold';
  src: url('../fonts/HarmonyOS_Sans/HarmonyOS_Sans_Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'HarmonyOS_Sans_Black';
  src: url('../fonts/HarmonyOS_Sans/HarmonyOS_Sans_Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'acFont';
  src: url('../fonts/ac-fonts/COMIC_1.TTF') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Comfortaa-Bold';
  src: url('../fonts/Comfortaa/Comfortaa-Bold-2.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
a {
  color: inherit;
}
a:active {
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.cgo {
  top: 130px !important;
}
.cgo canvas {
  height: 770px;
  left: 0 !important;
  position: absolute;
  width: 100%;
}
body {
  overflow-x: hidden;
}
.christmas-wrap {
  width: 1280px;
  margin: 0 auto;
}
.christmas-page {
  padding-bottom: 70px;
  font-family: 'HarmonyOS_Sans_Regular';
}
.christmas-page * {
  box-sizing: border-box;
}
.christmas-page .commit-title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.christmas-page .commit-title.sig-line .title-text {
  position: relative;
}
.christmas-page .commit-title.sig-line .title-text:before {
  background: url("../images/2025christmas/signature-line-icon.png") no-repeat center;
  width: 600px;
  height: 170px;
  background-size: cover;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: -1;
  margin: -85px auto 0;
  opacity: 0.6;
}
.christmas-page .commit-title .christmas-common-title {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.christmas-page .commit-title .title-cen {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 36px;
  line-height: 40px;
  color: #501816;
  display: inline-block;
  padding: 0 20px;
}
.christmas-page .commit-title .info-des {
  color: #D3322D;
}
.christmas-page .commit-title .christmas-common-des {
  font-size: 18px;
  color: #501816;
  line-height: 24px;
}
.christmas-page .the-btn {
  height: 44px;
  border-radius: 10px;
  padding: 1px;
  display: block;
  box-sizing: border-box;
  border: 1px solid #501816;
}
.christmas-page .the-btn:hover .scroll-mill {
  width: 100%;
}
.christmas-page .the-btn:hover .btn-cen {
  color: #FFFFFF;
}
.christmas-page .the-btn .btn-cen {
  width: 100%;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-family: 'HarmonyOS_Sans_Medium';
  font-size: 16px;
  color: #262626;
  line-height: 24px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.christmas-page .the-btn .scroll-mill {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 48px;
  height: 40px;
  box-sizing: border-box;
  background: #501816;
  border-radius: 8px;
  content: '';
  display: block;
  transition: all 0.3s ease-in-out;
}
.christmas-page .the-btn .scroll-mill:after {
  background: url("../images/2025christmas/jump-link-icon.png") no-repeat center;
  width: 24px;
  height: 24px;
  background-size: cover;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  margin: -12px auto 0;
}
.christmas-page .banner-module {
  min-width: 1280px;
  height: 790px;
  background: #410b12;
  position: relative;
}
.christmas-page .banner-module:after {
  background: url("../images/2025christmas/snow-bg.png") no-repeat center;
  width: 100%;
  min-width: 1280px;
  height: 162px;
  background-size: cover;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -104px;
  z-index: 2;
}
.christmas-page .banner-module .swiper-container .swiper-pagination {
  bottom: 72px;
}
.christmas-page .banner-module .swiper-container .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  opacity: 1;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@keyframes widthTo {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.christmas-page .banner-module .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 80px;
}
.christmas-page .banner-module .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 0;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  background: #FFFFFF;
  animation: widthTo 6s ease-in-out forwards;
}
.christmas-page .banner-module .christmas-wrap {
  height: 100%;
  position: relative;
}
.christmas-page .banner-module .banner-item {
  width: 100%;
  height: 790px;
  min-width: 1280px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.christmas-page .banner-module .banner-item .banner-logo {
  position: absolute;
  left: 0;
  top: 116px;
}
.christmas-page .banner-module .banner-item .banner-title {
  position: absolute;
  left: 0;
  top: 202px;
  z-index: 2;
}
.christmas-page .banner-module .banner-item:nth-child(3) .banner-logo {
  top: 123px;
}
.christmas-page .banner-module .banner-item:nth-child(3) .banner-title {
  top: 290px;
}
.christmas-page .banner-module .banner-time {
  width: 1280px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 66px;
  z-index: 3;
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@keyframes upAndDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scaleUp {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.christmas-page .banner-module .banner-btn {
  background: url("../images/2025christmas/banner-btn.png") no-repeat center;
  width: 238px;
  height: 60px;
  text-align: center;
  line-height: 50px;
  display: block;
  background-size: cover;
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 16px;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  animation: pulse 1.2s ease-in-out infinite;
  position: absolute;
  left: 0;
  top: 402px;
}
.christmas-page .banner-module .bt-remit {
  position: absolute;
  left: 70px;
  top: 466px;
  color: #FFFFFF;
}
.christmas-page .banner-module .bt-remit:before,
.christmas-page .banner-module .bt-remit:after {
  width: 178px;
  height: 104px;
  content: '';
  display: block;
  position: absolute;
  top: 8px;
}
.christmas-page .banner-module .bt-remit:before {
  background: url("../images/2025christmas/time-l-icon.png") no-repeat center;
  background-size: cover;
  left: -110px;
}
.christmas-page .banner-module .bt-remit:after {
  background: url("../images/2025christmas/time-r-icon.png") no-repeat center;
  background-size: cover;
  right: -110px;
}
.christmas-page .banner-module .bt-remit .time-title {
  font-family: 'HarmonyOS_Sans_Medium';
  font-size: 20px;
  font-style: italic;
  text-align: center;
  margin-bottom: 6px;
}
.christmas-page .banner-module .bt-remit .time-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 62px;
}
.christmas-page .banner-module .bt-remit .time-box .time-item {
  text-align: center;
}
.christmas-page .banner-module .bt-remit .time-box .time-row-t {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 26px;
  line-height: 32px;
  font-style: italic;
  margin-bottom: 6px;
}
.christmas-page .banner-module .bt-remit .time-box .time-des {
  font-family: HarmonyOS Sans;
  font-size: 14px;
  line-height: 17px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.8);
}
.christmas-page .banner-module .bt-remit .time-box .time-symbol {
  font-family: 'HarmonyOS_Sans_Medium';
  font-style: italic;
  font-size: 16px;
  width: 52px;
  text-align: center;
  margin-top: -20px;
}
.christmas-page .banner-module .bt-remit .mord-down {
  font-family: 'HarmonyOS_Sans_Bold';
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: -70px;
}
.christmas-page .banner-module .bt-remit .mord-down:before {
  background: url("../images/2025christmas/banner-down-icon.png") no-repeat center;
  width: 24px;
  height: 24px;
  background-size: cover;
  content: '';
  display: block;
  margin-right: 10px;
}
.christmas-page .banner-module .banner-time {
  margin-bottom: 20px;
}
.christmas-page .banner-module .banner-per {
  position: absolute;
  left: 0;
  top: 304px;
}
.christmas-page .banner-module .board-icon1 {
  position: absolute;
  top: 384px;
  left: 530px;
  animation: upAndDown 2s infinite linear 1s;
}
.christmas-page .banner-module .board-icon2 {
  position: absolute;
  right: 608px;
  top: 107px;
  animation: upAndDown 1.6s infinite linear 1s;
}
.christmas-page .banner-module .board-icon3 {
  position: absolute;
  right: 488px;
  top: 159px;
  animation: upAndDown 2s infinite linear 1s;
}
.christmas-page .banner-module .board-icon4 {
  position: absolute;
  right: 252px;
  top: 122px;
  animation: upAndDown 1.6s infinite linear 1s;
}
.christmas-page .banner-module .board-icon5 {
  position: absolute;
  right: -62px;
  top: 179px;
  animation: upAndDown 2s infinite linear 1s;
}
@keyframes fadeInBottomLeft6 {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(-80px, 160px, 0) scale(0);
    transform: translate3d(-80px, 160px, 0) scale(0);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateZ(0) scale(0);
    transform: translateZ(0) scale(1);
  }
}
.christmas-page .banner-module .animate__fadeInBottomLeft6 {
  animation-name: fadeInBottomLeft6;
}
.christmas-page .banner-module .board-icon6 {
  position: absolute;
  top: 155px;
  right: 8px;
  animation-delay: 0.6s;
}
@keyframes fadeInUp7 {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 270px, 0) scale(0);
    transform: translate3d(0, 270px, 0) scale(0);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }
}
.christmas-page .banner-module .animate__fadeInUp7 {
  animation-duration: 1.6s;
  animation-name: fadeInUp7;
}
.christmas-page .banner-module .board-icon7 {
  position: absolute;
  top: 104px;
  right: 234px;
  animation-delay: 0.3s;
}
@keyframes animate__fadeInBottomRight8 {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(50%, 70%, 0) scale(0);
    transform: translate3d(50px, 110px, 0) scale(0);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }
}
.christmas-page .banner-module .animate__fadeInBottomRight8 {
  animation-name: animate__fadeInBottomRight8;
}
.christmas-page .banner-module .board-icon8 {
  position: absolute;
  top: 275px;
  right: 380px;
}
@keyframes fadeInBottomRight9 {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(100px, 120px, 0) scale(0);
    transform: translate3d(100px, 120px, 0) scale(0);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }
}
.christmas-page .banner-module .animate__fadeInBottomRight9 {
  animation-name: fadeInBottomRight9;
}
.christmas-page .banner-module .board-icon9 {
  position: absolute;
  top: 287px;
  right: 414px;
  z-index: 1;
}
@keyframes fadeInUp10 {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 270px, 0) scale(0);
    transform: translate3d(0, 270px, 0) scale(0);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }
}
.christmas-page .banner-module .animate__fadeInUp10 {
  animation-name: fadeInUp10;
}
.christmas-page .banner-module .board-icon10 {
  position: absolute;
  top: 133px;
  right: 148px;
  z-index: 1;
  animation-duration: 1.6s;
  animation-delay: 0.3s;
}
@keyframes fadeInBottomLeft11 {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 100%, 0) scale(0);
    transform: translate3d(-270px, 160px, 0) scale(0);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateZ(0) scale(0);
    transform: translateZ(0) scale(1);
  }
}
.christmas-page .banner-module .animate__fadeInBottomLeft11 {
  animation-name: fadeInBottomLeft11;
}
.christmas-page .banner-module .board-icon11 {
  position: absolute;
  top: 190px;
  right: -200px;
  z-index: 1;
  animation-duration: 1.2s;
  animation-delay: 0.6s;
}
@keyframes flicker {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.christmas-page .banner-module .star-icon {
  position: absolute;
  top: 40px;
  right: 243px;
}
.christmas-page .banner-module .star-blink {
  animation: flicker 2.5s infinite linear;
}
.christmas-page .top-van-module {
  height: 62px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(6px);
  z-index: 88;
  display: none;
}
.christmas-page .top-van-module.fly {
  display: block;
}
.christmas-page .top-van-module .nav-remit {
  height: 62px;
  display: flex;
}
.christmas-page .top-van-module .nav-item {
  flex: 1;
  height: 100%;
  position: relative;
  font-family: HarmonyOS_Sans_Bold;
  font-size: 18px;
  color: #262626;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.christmas-page .top-van-module .nav-item:after {
  width: 0;
  height: 4px;
  background: #006A4A;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.christmas-page .top-van-module .nav-item.active {
  color: #006A4A;
}
.christmas-page .top-van-module .nav-item.active:after {
  width: 100%;
}
.christmas-page .coupons-module {
  background: #FCF4F2;
  padding: 80px 0 50px;
}
.christmas-page .coupons-module .free-coupons-remit {
  height: 286px;
  background: linear-gradient(91deg, #DD412E 16%, #ED6461 100%);
  border-radius: 14px;
  margin-top: 50px;
  padding: 22px;
  position: relative;
  margin-bottom: 60px;
}
.christmas-page .coupons-module .free-coupons-remit:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.christmas-page .coupons-module .free-coupons-remit:before {
  background: url("../images/2025christmas/coupon-flower-icon.png") no-repeat center;
  width: 200px;
  height: 200px;
  background-size: cover;
  content: '';
  display: block;
  position: absolute;
  left: 141px;
  top: 9px;
}
.christmas-page .coupons-module .free-coupons-remit:after {
  background: url("../images/2025christmas/coupons-bt-bg.png") no-repeat center;
  width: 1296px;
  height: 104px;
  background-size: cover;
  content: '';
  display: block;
  position: absolute;
  left: -8px;
  bottom: -4px;
  z-index: 1;
}
.christmas-page .coupons-module .coupons-item,
.christmas-page .coupons-module .coupons-item-tips {
  float: left;
  background: url("../images/2025christmas/coupon-bg.png") no-repeat center;
  width: 236px;
  height: 104px;
  text-align: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 14px 14px 6px;
  margin: 0 0 14px 14px;
  cursor: pointer;
}
.christmas-page .coupons-module .coupons-item:first-child,
.christmas-page .coupons-module .coupons-item-tips:first-child {
  padding: 7px 10px;
  background: unset;
  margin-left: unset;
  text-align: unset;
  cursor: default;
}
.christmas-page .coupons-module .coupons-item:nth-of-type(6),
.christmas-page .coupons-module .coupons-item-tips:nth-of-type(6) {
  margin-left: unset;
}
.christmas-page .coupons-module .coupons-item .cou-title,
.christmas-page .coupons-module .coupons-item-tips .cou-title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 28px;
  color: #FFFFFF;
  line-height: 30px;
  margin-bottom: 10px;
}
.christmas-page .coupons-module .coupons-item .num,
.christmas-page .coupons-module .coupons-item-tips .num {
  font-size: 32px;
  color: #FFCE80;
}
.christmas-page .coupons-module .coupons-item .cou-des,
.christmas-page .coupons-module .coupons-item-tips .cou-des {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 18px;
  display: flex;
}
.christmas-page .coupons-module .coupons-item .how-use,
.christmas-page .coupons-module .coupons-item-tips .how-use {
  font-family: 'HarmonyOS_Sans_Medium';
  color: #FCDB99;
  text-decoration: underline;
  margin-left: 8px;
  cursor: pointer;
}
.christmas-page .coupons-module .coupons-item .sum-num,
.christmas-page .coupons-module .coupons-item-tips .sum-num {
  font-family: 'HarmonyOS_Sans_Medium';
  font-size: 20px;
  line-height: 24px;
  color: #9F4418;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 4px;
}
.christmas-page .coupons-module .coupons-item .sum-num span,
.christmas-page .coupons-module .coupons-item-tips .sum-num span {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 30px;
  line-height: 30px;
}
.christmas-page .coupons-module .coupons-item .cou-prize,
.christmas-page .coupons-module .coupons-item-tips .cou-prize {
  font-size: 13px;
  line-height: 16px;
  color: #B26946;
}
.christmas-page .coupons-module .coupons-item .cou-bt,
.christmas-page .coupons-module .coupons-item-tips .cou-bt {
  font-size: 12px;
  color: #B11B1F;
  line-height: 16px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
}
.christmas-page .coupons-module .get-now-btn {
  width: 100%;
  height: 66px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.christmas-page .coupons-module .get-now-btn a {
  display: inline-block;
  width: 174px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: linear-gradient(90deg, #FCDC9C 0%, #F8BF65 100%);
  box-shadow: inset 0px 1px 1px 0px #FEF1D5;
  border-radius: 10px;
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 14px;
  color: #D3322D;
  transition: all 0.3s ease-in-out;
}
.christmas-page .coupons-module .get-now-btn a:hover {
  background: linear-gradient(135deg, #FFD580, #FFB642 100%);
}
.christmas-page .coupons-module .get-now-btn .is-end {
  background: linear-gradient(135deg, #FFE7BF 5%, #FFF7EA 53%, #FFE7BF 96%);
  box-shadow: 0px 2px 0px 0px #F3D29C, inset 0px 1px 1px 0px #FEF1D5;
}
.christmas-page .coupons-module .get-now-btn .is-end:hover {
  background: linear-gradient(135deg, #FFD692 5%, #FFE6BC 53%, #FFD692 96%);
}
.christmas-page .coupons-module .get-now-btn .is-over {
  background: linear-gradient(135deg, #FFE7BF 5%, #FFF7EA 53%, #FFE7BF 96%);
  box-shadow: inset 0px 1px 1px 0px #FEF1D5;
  color: rgba(211, 50, 45, 0.5);
}
.christmas-page .coupons-module .get-now-btn .is-over:hover {
  background: linear-gradient(135deg, #FFE7BF 5%, #FFF7EA 53%, #FFE7BF 96%);
}
.christmas-page .coupons-module .redeem-code-box {
  text-align: center;
}
.christmas-page .coupons-module .redeem-code-box .redeem-title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 28px;
  color: #501816;
  line-height: 34px;
  margin-bottom: 14px;
}
.christmas-page .coupons-module .redeem-code-box .course-tips {
  font-family: 'HarmonyOS_Sans_Medium';
  font-size: 16px;
  color: #D3322D;
  line-height: 24px;
  display: inline-block;
  text-decoration: underline;
  margin-bottom: 34px;
}
.christmas-page .coupons-module .redeem-code-box .code-input {
  margin-bottom: 34px;
}
.christmas-page .coupons-module .redeem-code-box .code-input.code-error .redeem-input {
  padding: 0 13px;
  background: rgba(253, 71, 54, 0.1);
  border: 1px solid #FD4736;
}
.christmas-page .coupons-module .redeem-code-box .input-text {
  display: flex;
  justify-content: center;
}
.christmas-page .coupons-module .redeem-code-box .code-verify {
  position: relative;
}
.christmas-page .coupons-module .redeem-code-box .code-error-des,
.christmas-page .coupons-module .redeem-code-box .have-coupon,
.christmas-page .coupons-module .redeem-code-box .coupon-redeemed {
  font-size: 16px;
  line-height: 24px;
  color: #FD4736;
  position: absolute;
  left: 14px;
  bottom: -30px;
}
.christmas-page .coupons-module .redeem-code-box .redeem-input {
  width: 440px;
  height: 48px;
  line-height: 48px;
  border: none;
  padding: 0 14px;
  background: #EFE8E5;
  border-radius: 10px;
  font-family: 'HarmonyOS_Sans_Medium';
  font-size: 16px;
  color: #262626;
}
.christmas-page .coupons-module .redeem-code-box .redeem-input::placeholder {
  color: #6C7073;
}
.christmas-page .coupons-module .redeem-code-box .redeem-input:focus,
.christmas-page .coupons-module .redeem-code-box .redeem-input:focus-visible {
  border: none;
  outline: unset;
}
.christmas-page .coupons-module .redeem-code-box .code-btn {
  height: 48px;
  line-height: 48px;
  padding: 0 12px;
  border-radius: 10px;
  text-align: center;
  background: #0A0A0A;
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 16px;
  color: #E1DD71;
  display: inline-block;
  cursor: pointer;
  margin-left: 14px;
  transition: all 0.3s ease-in-out;
}
.christmas-page .coupons-module .redeem-code-box .code-btn:hover {
  background: rgba(10, 10, 10, 0.8);
}
.christmas-page .coupons-module .redeem-code-box .redeem-des {
  font-size: 16px;
  color: #262626;
  line-height: 24px;
}
.christmas-page .coupons-module .redeem-code-box .redeem-des a {
  font-family: 'HarmonyOS_Sans_Bold';
  color: #D3322D;
  margin-left: 4px;
}
.christmas-page .coupons-module .redeem-code-box .come-des {
  font-family: 'HarmonyOS_Sans_Bold';
}
.christmas-page .merge-module {
  height: 1760px;
  background: #FCF4F2;
  position: relative;
}
.christmas-page .merge-module:before {
  background: url("../images/2025christmas/project-bg.png") no-repeat center;
  width: 100%;
  min-width: 1280px;
  height: 1450px;
  background-size: cover;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  z-index: 1;
}
.christmas-page .project-module {
  padding: 176px 0 0;
  margin-bottom: 76px;
}
.christmas-page .project-module .commit-title .christmas-common-title .title-cen {
  color: #FEFFDC;
}
.christmas-page .project-module .commit-title .christmas-common-des {
  color: #FEFFDC;
}
.christmas-page .project-module .project-remit {
  margin-top: 50px;
  position: relative;
}
.christmas-page .project-module .project-item {
  width: 406px !important;
  height: 586px;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #DBDEE2;
  border-radius: 14px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.christmas-page .project-module .project-item .project-pic {
  width: 366px;
  height: 244px;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 14px;
}
.christmas-page .project-module .project-item .project-pic img {
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.christmas-page .project-module .project-item .project-pic:hover img {
  transform: scale(1.1);
}
.christmas-page .project-module .project-item .free-more-btn {
  margin-bottom: 14px;
}
.christmas-page .project-module .project-item .free-more-btn:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.christmas-page .project-module .project-item .free-shipping {
  float: left;
  height: 22px;
  line-height: 22px;
  background: #FFFFFF;
  background: rgba(246, 79, 84, 0.1);
  border-radius: 2px;
  display: inline-block;
  padding: 0 6px;
  margin-left: 10px;
  font-family: 'HarmonyOS_Sans_Medium';
  font-size: 12px;
  color: #F44247;
}
.christmas-page .project-module .project-item .free-shipping:first-child {
  margin-left: unset;
}
.christmas-page .project-module .project-item .project-title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 18px;
  color: #262626;
  line-height: 24px;
  margin-bottom: 14px;
}
.christmas-page .project-module .project-item .project-des {
  font-size: 13px;
  color: #6C7073;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.christmas-page .project-module .project-item .tips-info {
  font-family: 'HarmonyOS_Sans_Bold';
  color: #262626;
}
.christmas-page .project-module .project-item .val-bt {
  margin-bottom: 26px;
}
.christmas-page .project-module .project-item .val-bt:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.christmas-page .project-module .project-item .val-row {
  float: left;
  margin-left: 34px;
}
.christmas-page .project-module .project-item .val-row:first-child {
  margin-left: unset;
}
.christmas-page .project-module .project-item .val-name {
  font-size: 12px;
  color: #6C7073;
  line-height: 16px;
  margin-bottom: 8px;
}
.christmas-page .project-module .project-item .val-mt {
  font-family: 'HarmonyOS_Sans_Regular';
  font-size: 13px;
  line-height: 18px;
  color: #262626;
}
.christmas-page .project-module .project-item .val-mt span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 2px;
}
.christmas-page .project-module .project-item .val-mt span::before {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  z-index: -1;
  margin: auto;
  width: 100%;
  height: 10px;
  background: #EDD9C8;
  border-radius: 5px;
  content: '';
  display: inline-block;
}
.christmas-page .project-module .project-item .reduced-rate {
  font-family: 'HarmonyOS_Sans_Medium';
  font-size: 20px;
  color: #3E2600;
  display: flex;
  align-items: flex-end;
  margin-bottom: 18px;
}
.christmas-page .project-module .project-item .current-price {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 28px;
  line-height: 28px;
  color: #3E2600;
  margin-left: 2px;
  margin-right: 4px;
}
.christmas-page .project-module .project-item .unit {
  font-size: 13px;
  color: #6C7073;
  line-height: 18px;
}
.christmas-page .project-module .project-item .discount-price {
  font-family: 'HarmonyOS_Sans_Regular';
  text-decoration-line: line-through;
  font-size: 13px;
  color: #6C7073;
  line-height: 18px;
  margin-left: 8px;
}
.christmas-page .project-module .project-item .the-btn {
  background: rgba(80, 24, 22, 0.04);
}
.christmas-page .project-module .started-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 1280px;
  height: 100%;
}
.christmas-page .project-module .started-btn .btn-icon {
  width: 46px;
  height: 46px;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  border: 2px solid #DBDEE2;
  position: absolute;
  top: 50%;
  z-index: 2;
  margin: -25px auto 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.christmas-page .project-module .started-btn .btn-icon:after {
  background: url("../images/2025christmas/swiper-icon-hover.png") no-repeat center;
  width: 24px;
  height: 24px;
  content: '';
  display: block;
  background-size: cover;
}
.christmas-page .project-module .started-btn .pre-btn {
  left: -20px;
}
.christmas-page .project-module .started-btn .pre-btn:after {
  transform: rotate(-180deg);
}
.christmas-page .project-module .started-btn .pre-btn.swiper-button-disabled:after {
  background: url("../images/2025christmas/swiper-icon.png") no-repeat center;
  transform: rotate(0deg);
}
.christmas-page .project-module .started-btn .next-btn {
  right: -20px;
}
.christmas-page .project-module .started-btn .next-btn.swiper-button-disabled:after {
  background: url("../images/2025christmas/swiper-icon.png") no-repeat center;
  transform: rotate(-180deg);
}
.christmas-page .design-service-module {
  position: relative;
  z-index: 1;
}
.christmas-page .design-service-module .design-remit {
  margin-top: 50px;
  display: flex;
}
.christmas-page .design-service-module .design-item {
  width: 413px;
  height: 566px;
  padding: 20px 24px 24px;
  box-shadow: 0px 28px 56px 0px rgba(47, 45, 94, 0.06), 0px 5px 20px 0px rgba(47, 45, 94, 0.06);
  border-radius: 14px;
  background: #FFFFFF;
  border: 1px solid #E9EBED;
  margin-left: 20px;
}
.christmas-page .design-service-module .design-item:first-child {
  margin-left: unset;
}
.christmas-page .design-service-module .design-item:hover .design-pic img {
  transform: scale(1.1);
}
.christmas-page .design-service-module .design-item .design-pic {
  width: 365px;
  height: 240px;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 22px;
}
.christmas-page .design-service-module .design-item .design-pic img {
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.christmas-page .design-service-module .design-item .design-title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 22px;
  line-height: 28px;
  color: #262626;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.christmas-page .design-service-module .design-item .design-des {
  font-size: 14px;
  color: #6C7073;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.christmas-page .design-service-module .design-item .design-val {
  margin-bottom: 18px;
}
.christmas-page .design-service-module .design-item .design-val li {
  font-size: 14px;
  color: #3B3E40;
  line-height: 20px;
  display: flex;
  align-items: center;
  margin-top: 14px;
}
.christmas-page .design-service-module .design-item .design-val li:before {
  background: url("../images/2025christmas/check-icon.png") no-repeat center;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: cover;
  content: '';
  margin-right: 8px;
}
.christmas-page .orders-module {
  background: url("../images/2025christmas/orders-bg.png") no-repeat center #FCF4F2;
  width: 100%;
  min-width: 1280px;
  height: 970px;
  background-size: cover;
  padding: 154px 0 196px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.christmas-page .orders-module .christmas-wrap {
  position: relative;
}
.christmas-page .orders-module .father-christmas-icon {
  background: url("../images/2025christmas/father-christmas-icon.png") no-repeat center;
  width: 136px;
  height: 136px;
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -217px;
  margin: 0 auto;
}
.christmas-page .orders-module .christmas-trees-icon {
  background: url("../images/2025christmas/christmas-trees-icon.png") no-repeat center;
  width: 134px;
  height: 134px;
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  bottom: -163px;
}
.christmas-page .orders-module .cabin-icon {
  background: url("../images/2025christmas/cabin-icon.png") no-repeat center;
  width: 134px;
  height: 134px;
  background-size: cover;
  display: block;
  position: absolute;
  right: 0;
  bottom: -163px;
}
.christmas-page .orders-module .commit-title .title-cen {
  color: #FEFFDC;
}
.christmas-page .orders-module .commit-title .christmas-common-des {
  color: #FEFFDC;
}
.christmas-page .orders-module .print-processing-box {
  margin-top: 50px;
  display: flex;
}
.christmas-page .orders-module .print-processing-box .print-item-row {
  width: 305px;
  height: 528px;
  display: block;
  border-radius: 14px;
  position: relative;
  margin-left: 20px;
}
.christmas-page .orders-module .print-processing-box .print-item-row:first-child {
  margin-left: unset;
}
.christmas-page .orders-module .print-processing-box .print-item-row:last-of-type .order-title {
  font-size: 15px;
}
.christmas-page .orders-module .print-processing-box .print-item-row .print-pic {
  width: 100%;
  height: 170px;
  overflow: hidden;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.christmas-page .orders-module .print-processing-box .print-item-row .print-pic img {
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.christmas-page .orders-module .print-processing-box .print-item-row .print-pic:hover img {
  transform: scale(1.05);
}
.christmas-page .orders-module .print-processing-box .print-item-row .print-val-row {
  background: url('../images/2025christmas/corner-bg.png') no-repeat center;
  width: 305px;
  height: 404px;
  background-size: cover;
  position: absolute;
  bottom: 0;
  padding: 22px 20px 20px;
}
.christmas-page .orders-module .print-processing-box .print-item-row .order-title {
  font-family: 'HarmonyOS_Sans_Bold';
  color: #3E2600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.christmas-page .orders-module .print-processing-box .print-item-row .order-des {
  font-size: 13px;
  color: #6C7073;
  line-height: 18px;
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 18px;
}
.christmas-page .orders-module .print-processing-box .print-item-row .val-box {
  margin-bottom: 20px;
  position: relative;
}
.christmas-page .orders-module .print-processing-box .print-item-row .val-box:after {
  background: url("../images/2025christmas/val-line-bg2.png") no-repeat center;
  width: 266px;
  height: 1px;
  content: '';
  display: block;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.christmas-page .orders-module .print-processing-box .print-item-row .val-row {
  margin-bottom: 18px;
}
.christmas-page .orders-module .print-processing-box .print-item-row .val-row:last-of-type {
  margin-bottom: unset;
  padding-bottom: 18px;
}
.christmas-page .orders-module .print-processing-box .print-item-row .val-row-col-l {
  font-size: 13px;
  color: #3B3E40;
  line-height: 18px;
  margin-bottom: 6px;
}
.christmas-page .orders-module .print-processing-box .print-item-row .val-row-col-r {
  font-size: 13px;
  color: #262626;
  line-height: 20px;
}
.christmas-page .orders-module .print-processing-box .print-item-row .val-row-col-r span {
  display: inline-block;
  position: relative;
  padding: 0 2px;
  z-index: 1;
}
.christmas-page .orders-module .print-processing-box .print-item-row .val-row-col-r span::before {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  z-index: -1;
  margin: auto;
  width: 100%;
  height: 10px;
  background: #EDD9C8;
  border-radius: 5px;
  content: '';
  display: inline-block;
}
.christmas-page .orders-module .print-processing-box .print-item-row .reduced-rate {
  font-family: HarmonyOS_Sans_Medium;
  font-size: 20px;
  color: #3E2600;
  line-height: 28px;
  margin-bottom: 6px;
  display: flex;
  align-items: flex-start;
}
.christmas-page .orders-module .print-processing-box .print-item-row .current-price {
  font-family: HarmonyOS_Sans_Bold;
  font-size: 28px;
  color: #3E2600;
  line-height: 28px;
  margin-left: 2px;
}
.christmas-page .orders-module .print-processing-box .print-item-row .discount-price {
  font-family: 'HarmonyOS_Sans_Regular';
  font-size: 12px;
  color: #FFFFFF;
  height: 26px;
  line-height: 26px;
  background: linear-gradient(90deg, #E30027 40%, #FB003A 50%, #E30027 60%);
  border-radius: 0 26px 26px 0;
  display: inline-block;
  padding: 0 9px 0 0;
  margin-left: 28px;
  position: relative;
}
.christmas-page .orders-module .print-processing-box .print-item-row .discount-price:before {
  background: url("../images/2025christmas/prize-icon2.png") no-repeat center;
  width: 22px;
  height: 26px;
  content: '';
  display: block;
  background-size: cover;
  position: absolute;
  left: -22px;
  top: 0;
}
.christmas-page .orders-module .print-processing-box .print-item-row .bt-des {
  font-size: 13px;
  color: #3B3E40;
  line-height: 18px;
  margin-bottom: 16px;
}
.christmas-page .special-module .special-remit {
  margin-top: 50px;
}
.christmas-page .special-module .special-remit:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.christmas-page .special-module .special-remit .special-sale-col {
  width: 305px;
  height: 394px;
  padding: 26px 17px 18px;
  border-radius: 14px;
  border: 1px solid #DBDEE2;
  display: block;
  float: left;
  transition: all 0.3s ease-in-out;
  margin: 0 0 20px 20px;
  position: relative;
}
.christmas-page .special-module .special-remit .special-sale-col:first-child {
  margin-left: unset;
}
.christmas-page .special-module .special-remit .special-sale-col:nth-of-type(5) {
  margin-left: unset;
}
.christmas-page .special-module .special-remit .special-sale-col:hover {
  box-shadow: 0px 28px 56px 0px rgba(47, 45, 94, 0.06), 0px 5px 20px 0px rgba(47, 45, 94, 0.06);
}
.christmas-page .special-module .special-remit .special-sale-col .mark-title {
  background: url("../images/2025christmas/scale-mark-icon.png") no-repeat center;
  width: 66px;
  height: 66px;
  padding: 27px 14px 10px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'HarmonyOS_Sans_Bold';
  color: #FFFFFF;
}
.christmas-page .special-module .special-remit .special-sale-col .mark-title .tp-num {
  font-size: 16px;
  line-height: 14px;
}
.christmas-page .special-module .special-remit .special-sale-col .mark-title .tp-dw {
  font-size: 14px;
  line-height: 14px;
}
.christmas-page .special-module .special-remit .special-sale-col .sale-pic {
  width: 180px;
  height: 180px;
  margin: 0 auto 16px;
  overflow: hidden;
}
.christmas-page .special-module .special-remit .special-sale-col .sale-pic img {
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.christmas-page .special-module .special-remit .special-sale-col .sale-title {
  font-family: 'HarmonyOS_Sans_Bold';
  height: 48px;
  font-size: 18px;
  color: #3E2600;
  line-height: 24px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.christmas-page .special-module .special-remit .special-sale-col .reduced-rate {
  display: flex;
  align-items: baseline;
  color: #3E2600;
  margin-bottom: 18px;
}
.christmas-page .special-module .special-remit .special-sale-col .symbol {
  font-family: 'HarmonyOS_Sans_Medium';
  font-size: 20px;
  line-height: 20px;
  margin-right: 2px;
}
.christmas-page .special-module .special-remit .special-sale-col .prize {
  font-family: 'HarmonyOS_Sans_Bold';
  font-weight: 800;
  font-size: 28px;
  line-height: 28px;
}
.christmas-page .copy-link-region {
  height: 274px;
  border: 1px solid #DBDEE2;
  background: #FFFFFF;
  border-radius: 14px;
}
.christmas-page .copy-link-region .copy-mul-row {
  display: flex;
  position: relative;
}
.christmas-page .copy-link-region .copy-mul-row:after {
  background: url("../images/2025christmas/socks-icon.png") no-repeat center;
  width: 134px;
  height: 129px;
  background-size: cover;
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.christmas-page .copy-link-region .copy-mul-row .copy-mul-pic {
  background: url('../images/2025christmas/copy-mul-bg.png') no-repeat center;
  width: 439px;
  height: 274px;
  background-size: cover;
  position: relative;
}
.christmas-page .copy-link-region .copy-mul-row .copy-mul-pic img {
  position: absolute;
  left: -20px;
  right: 0;
  top: 20px;
  margin: auto;
}
.christmas-page .copy-link-region .copy-mul-row .copy-mul-r {
  padding: 38px 30px;
}
.christmas-page .copy-link-region .copy-mul-row .col-title {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 18px;
  line-height: 24px;
  color: #262626;
  margin-bottom: 20px;
}
.christmas-page .copy-link-region .copy-mul-row .col-title .sumbol-btn {
  background: url("../images/2025christmas/question-mark.png") no-repeat center;
  width: 16px;
  height: 16px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 6px;
  margin-bottom: 4px;
  position: relative;
}
.christmas-page .copy-link-region .copy-mul-row .col-title .sumbol-btn:after {
  position: absolute;
  top: 0;
  left: -40px;
  width: 100px;
  height: 40px;
  content: '';
  display: block;
}
.christmas-page .copy-link-region .copy-mul-row .col-title .sumbol-btn:hover .review-tips {
  display: block;
}
.christmas-page .copy-link-region .copy-mul-row .col-title .sumbol-btn .review-tips {
  position: absolute;
  top: 34px;
  left: -234px;
  z-index: 1;
  width: 396px;
  margin-right: -114px;
  background: #fff;
  padding: 10px 20px 20px;
  color: #606266;
  line-height: 1.4;
  font-size: 14px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  word-break: break-word;
  user-select: text;
  display: none;
  font-weight: normal;
  cursor: default;
}
.christmas-page .copy-link-region .copy-mul-row .col-title .sumbol-btn .popover-arrow {
  border-width: 6px;
  -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: -6px;
  left: 60%;
  margin-right: 3px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.christmas-page .copy-link-region .copy-mul-row .col-title .sumbol-btn .review-text {
  font-size: 14px;
  line-height: 18px;
  word-break: break-word;
  color: #1E1E1E;
}
.christmas-page .copy-link-region .copy-mul-row .col-title .sumbol-btn .review-text .tips-title {
  font-family: 'HarmonyOS_Sans_Bold';
  margin-top: 12px;
  display: inline-block;
}
.christmas-page .copy-link-region .copy-mul-row .col-title .sumbol-btn .review-text .tips-des {
  font-family: 'HarmonyOS_Sans_Regular';
  line-height: 17px;
  margin-top: 4px;
  display: inline-block;
}
.christmas-page .copy-link-region .copy-mul-row .vk-start {
  margin-bottom: 22px;
}
.christmas-page .copy-link-region .copy-mul-row .copy-row {
  display: flex;
  margin-bottom: 22px;
}
.christmas-page .copy-link-region .copy-mul-row .get-link {
  width: 436px;
  height: 46px;
  background: #E9EBED;
  border-radius: 10px;
  border: none;
  padding-left: 20px;
  font-family: 'HarmonyOS_Sans_Regular';
  font-size: 16px;
  color: #262626;
}
.christmas-page .copy-link-region .copy-mul-row .get-link:focus {
  border: none;
  outline: none;
}
.christmas-page .copy-link-region .copy-mul-row .copy-link-btn {
  width: 96px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #501816;
  border-radius: 10px;
  font-family: HarmonyOS_Sans_Medium;
  font-size: 14px;
  color: #FFFFFF;
  margin-left: 12px;
  cursor: pointer;
  transition: all 0.3s;
}
.christmas-page .copy-link-region .copy-mul-row .copy-link-btn:hover {
  background: rgba(80, 24, 22, 0.8);
}
.christmas-page .copy-link-region .each-share-box {
  display: flex;
  align-items: center;
}
.christmas-page .copy-link-region .each-share-box .each-tag {
  font-family: 'HarmonyOS_Sans_Medium';
  font-size: 18px;
  line-height: 22px;
  color: #501816;
  margin-right: 8px;
}
.christmas-page .copy-link-region .each-share-box .each {
  margin-right: 20px;
}
.christmas-page .copy-link-region .each-share-box .each img {
  width: 40px;
  height: 40px;
  background-size: cover;
}
.christmas-page .copy-link-region .copy-des {
  font-size: 16px;
  line-height: 24px;
  color: #262626;
}
.christmas-pop-mask {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99999;
  right: 0;
  top: 0;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.christmas-pop-mask * {
  box-sizing: border-box;
}
.christmas-pop-mask .pop-wrap {
  background: #0f4243;
  width: 660px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 72px 24px 18px;
  box-sizing: border-box;
  border-radius: 14px;
}
.christmas-pop-mask .pop-wrap:before {
  background: url("../images/2025christmas/snowflake-bg.png") 0 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  z-index: -1;
}
.christmas-pop-mask .pop-wrap:after {
  background: url("../images/2025christmas/pop-snow-bg.png") no-repeat center;
  width: 100%;
  height: 58px;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: '';
  display: block;
  border-radius: 14px 14px 0 0;
}
.christmas-pop-mask .pop-wrap .close-btn {
  background: url("../images/2025christmas/close-btn-icon.png") no-repeat center;
  width: 36px;
  height: 36px;
  display: block;
  background-size: cover;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 30px;
  top: 50px;
}
.christmas-pop-mask .pop-wrap .close-btn:hover {
  transform: rotate(180deg);
}
.christmas-pop-mask .pop-wrap .bnt-bt {
  background: url("../images/2025christmas/pop-bt-bg.png") no-repeat center;
  width: 100%;
  height: 118px;
  background-size: cover;
  padding-top: 42px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.christmas-pop-mask .pop-wrap .btn {
  width: 200px;
  height: 48px;
  background: linear-gradient(90deg, #FCDC9C 0%, #F8BF65 100%);
  box-shadow: inset 0px 1px 1px 0px #FEF1D5;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 16px;
  color: #D3322D;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  margin: 0 auto;
}
.christmas-pop-mask .pop-wrap .btn:hover {
  background: linear-gradient(135deg, #FFD580, #FFB642 100%);
}
.christmas-pop-mask .pop-wrap.coupons {
  height: 644px;
}
.christmas-pop-mask .pop-wrap.coupons .coupon-head {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 26px;
  line-height: 32px;
  color: #FFFFFF;
  margin-bottom: 14px;
}
.christmas-pop-mask .pop-wrap.coupons .head-des {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  margin-bottom: 10px;
}
.christmas-pop-mask .pop-wrap.coupons .head-des a {
  text-decoration: underline;
  margin: 0 3px;
}
.christmas-pop-mask .pop-wrap.coupons .total-coupons {
  height: 380px;
  padding-top: 14px;
  overflow-y: auto;
  box-sizing: border-box;
}
.christmas-pop-mask .pop-wrap.coupons .total-coupons::-webkit-scrollbar {
  width: 5px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.1);
}
.christmas-pop-mask .pop-wrap.coupons .total-coupons::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 4px;
  background: #FFFFFF;
}
.christmas-pop-mask .pop-wrap.coupons .coupons-item {
  float: left;
  background: url("../images/2025christmas/pop-coupon-bg.png") no-repeat center;
  width: 280px;
  height: 136px;
  text-align: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 22px 16px 4px;
  margin: 0 0 16px 20px;
}
.christmas-pop-mask .pop-wrap.coupons .coupons-item:first-child {
  margin-left: unset;
}
.christmas-pop-mask .pop-wrap.coupons .coupons-item:nth-of-type(3) {
  margin-left: unset;
}
.christmas-pop-mask .pop-wrap.coupons .coupons-item:nth-of-type(5) {
  margin-left: unset;
}
.christmas-pop-mask .pop-wrap.coupons .coupons-item:nth-of-type(7) {
  margin-left: unset;
  margin-bottom: unset;
}
.christmas-pop-mask .pop-wrap.coupons .coupons-item:nth-of-type(9) {
  margin-left: unset;
  margin-bottom: unset;
}
.christmas-pop-mask .pop-wrap.coupons .coupons-item .sum-num {
  font-family: 'HarmonyOS_Sans_Medium';
  font-size: 20px;
  line-height: 24px;
  color: #9F4418;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 6px;
}
.christmas-pop-mask .pop-wrap.coupons .coupons-item .sum-num span {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 30px;
  line-height: 30px;
}
.christmas-pop-mask .pop-wrap.coupons .coupons-item .cou-prize {
  font-size: 13px;
  line-height: 20px;
  color: #B26946;
}
.christmas-pop-mask .pop-wrap.coupons .coupons-item .cou-bt {
  font-size: 12px;
  color: #B11B1F;
  line-height: 16px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.christmas-pop-mask .pop-wrap.code-pop,
.christmas-pop-mask .pop-wrap.end-pop {
  height: 260px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.christmas-pop-mask .pop-wrap.code-pop .code-des,
.christmas-pop-mask .pop-wrap.end-pop .code-des {
  font-family: 'HarmonyOS_Sans_Medium';
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
}
.christmas-pop-mask .pop-wrap.code-pop .btn,
.christmas-pop-mask .pop-wrap.end-pop .btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  margin: 0 auto;
}
.christmas-pop-mask .pop-wrap.use-pop {
  padding: 72px 30px 30px;
  height: 644px;
}
.christmas-pop-mask .pop-wrap.use-pop .rules-des {
  color: #FFFFFF;
}
.christmas-pop-mask .pop-wrap.use-pop .rules-des dt {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 14px;
}
.christmas-pop-mask .pop-wrap.use-pop .rules-des dd {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 16px;
}
.christmas-pop-mask .pop-wrap.activity-rules {
  height: 644px;
  padding: 72px 30px 16px;
}
.christmas-pop-mask .pop-wrap.activity-rules dl {
  color: #FFFFFF;
}
.christmas-pop-mask .pop-wrap.activity-rules dl dt {
  margin-bottom: 18px;
  font-family: 'HarmonyOS_Sans_Bold';
}
.christmas-pop-mask .pop-wrap.activity-rules dl dd {
  font-size: 16px;
  line-height: 22px;
  font-family: 'HarmonyOS_Sans_Medium';
}
.christmas-pop-mask .pop-wrap.activity-rules dl dd:last-of-type {
  margin-bottom: unset;
}
.christmas-pop-mask .pop-wrap.activity-rules .event-rules {
  margin-bottom: 30px;
}
.christmas-pop-mask .pop-wrap.activity-rules .event-rules dt {
  font-size: 26px;
  line-height: 32px;
}
.christmas-pop-mask .pop-wrap.activity-rules .event-rules dd {
  margin-bottom: 18px;
}
.christmas-pop-mask .pop-wrap.activity-rules .card-rules dt {
  font-size: 18px;
  line-height: 22px;
}
.christmas-pop-mask .pop-wrap.activity-rules .card-rules dd {
  padding-left: 6px;
  margin-bottom: 16px;
  display: flex;
}
.christmas-pop-mask .pop-wrap.activity-rules .card-rules dd:last-of-type {
  margin-bottom: unset;
}
.christmas-pop-mask .pop-wrap.activity-rules .card-rules dd p {
  margin-left: 6px;
}
@media screen and (max-width: 1280px) {
  .started-btn .pre-btn {
    left: 0 !important;
  }
  .started-btn .next-btn {
    right: 20px !important;
  }
}
/*# sourceMappingURL=christmas2025.css.map */