.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: 400;
  font-style: normal;
}
@font-face {
  font-family: 'HarmonyOS_Sans_Bold';
  src: url('../fonts/HarmonyOS_Sans/HarmonyOS_Sans_Bold.ttf') format('truetype');
  font-weight: bold;
  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;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
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-module-box {
  background-color: #ecf3df;
  min-width: 1280px;
  padding-bottom: 40px;
  font-family: HarmonyOS_Sans;
}
.header-wrap .hm-left .logo {
  background: url("../images/2024christmas/iconspirit2.png?v=20241125") no-repeat;
  background-position: 0 -78px !important;
  height: 44px;
}
.header-wrap .hm-left .logo a {
  height: 44px;
}
.christmas-wrap {
  width: 1280px;
  margin: 0 auto;
}
.commit-title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.commit-title .title-icon-l {
  background: url('../images/2024christmas/commit-title-l.png') no-repeat center;
  width: 224px;
  height: 40px;
  display: inline-block;
  background-size: cover;
}
.commit-title .title-icon-r {
  background: url('../images/2024christmas/commit-title-r.png') no-repeat center;
  width: 224px;
  height: 40px;
  display: inline-block;
  background-size: cover;
}
.commit-title .title-text {
  margin: 0 30px;
}
.commit-title .christmas-common-title {
  font-size: 35px;
  color: #277967;
  font-family: HarmonyOS_Sans_Bold;
  text-align: center;
}
.commit-title .common-hint-title {
  color: #BD7034;
}
.commit-title .christmas-common-des {
  font-size: 16px;
  color: #757A83;
  margin-top: 16px;
  font-family: HarmonyOS_Sans;
}
.commit-title .christmas-how-use {
  color: #D53025;
  text-decoration-line: underline;
  cursor: pointer;
  margin-left: 10px;
}
.commit-title .lint-des {
  color: #D53025;
}
.banner-module {
  background: url("../images/2024christmas/banner-bg.png") no-repeat center #104130;
  height: 774px;
  min-width: 1280px;
  background-size: cover;
  overflow: hidden;
}
.banner-module .pillar-bg {
  position: absolute;
  right: 0;
  bottom: 108px;
  background: url('../images/2024christmas/pillar-bg.png') no-repeat center;
  width: 1280px;
  height: 265px;
  background-size: cover;
}
.banner-module .christmas-wrap {
  position: relative;
  height: 100%;
}
.banner-module .father-christmas-icon {
  background: url('../images/2024christmas/father-christmas-icon.png') no-repeat center;
  width: 215px;
  height: 215px;
  background-size: cover;
  position: absolute;
  top: -5px;
  right: 100px;
  animation: swing 2s linear infinite;
  transform-origin: top left;
}
.banner-module .banner-box {
  position: absolute;
  left: 0;
  top: 36px;
  right: 0;
  margin: auto;
}
.banner-module .banner-box .time {
  background: url("../images/2024christmas/time-logo.png") no-repeat center;
  width: 202px;
  height: 26px;
  background-size: cover;
  margin: auto;
  visibility: hidden;
}
.banner-module .banner-box .title-logo {
  background: url("../images/2024christmas/banner-title-logo.png") no-repeat center;
  width: 721px;
  height: 60px;
  background-size: cover;
  margin: auto;
}
.banner-module .banner-box .hint-l {
  background: url("../images/2024christmas/save-logo.png") no-repeat center;
  width: 118px;
  height: 74px;
  background-size: cover;
}
.banner-module .banner-box .banner-title {
  margin-top: 4px;
  font-size: 54px;
  color: #613319;
}
.banner-module .banner-box .hint-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    /* 缩放比例为1 */
  }
  50% {
    transform: scale(1.05);
    /* 缩放比例为1.2 */
  }
}
.banner-module .banner-box .hint-num {
  background: url("../images/2024christmas/hint-num-logo.png") no-repeat center;
  width: 150px;
  height: 70px;
  background-size: cover;
  margin-left: 14px;
  animation: pulse 1.2s ease-in-out infinite;
}
@keyframes upAndDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
.banner-module .light-list1 {
  width: 141px;
  height: 129px;
  overflow: hidden;
  position: absolute;
  left: 70px;
  top: 307px;
  z-index: 5;
}
@keyframes heightFn {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.banner-module .light-list1 .mask {
  display: block;
  content: '';
  width: 141px;
  height: 129px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  z-index: 2;
  background-size: cover;
  animation: heightFn 0.2s linear forwards;
}
.banner-module .light-list1 span {
  display: inline-block;
}
.banner-module .light-list1 .light-bg {
  background: url("../images/2024christmas/light-bg-1.png") no-repeat center;
  width: 141px;
  height: 129px;
  background-size: cover;
  position: absolute;
  bottom: 0;
}
.banner-module .light-list1 .light-gift {
  background: url("../images/2024christmas/light-gift-1.png") no-repeat center;
  width: 109px;
  height: 109px;
  background-size: cover;
  position: absolute;
  left: 16px;
  top: -10px;
  z-index: 4;
  animation: upAndDown 1.2s infinite linear 1s;
}
.banner-module .light-list2 {
  width: 242px;
  height: 152px;
  overflow: hidden;
  position: absolute;
  left: 209px;
  top: 359px;
  z-index: 5;
}
@keyframes heightFn {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.banner-module .light-list2 .mask {
  display: block;
  content: '';
  width: 242px;
  height: 152px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  z-index: 2;
  background-size: cover;
  animation: heightFn 0.2s linear forwards;
}
.banner-module .light-list2 span {
  display: inline-block;
}
.banner-module .light-list2 .light-bg {
  background: url("../images/2024christmas/light-bg-2.png") no-repeat center;
  width: 242px;
  height: 152px;
  background-size: cover;
  position: absolute;
  bottom: 0;
}
.banner-module .light-list2 .light-gift {
  background: url("../images/2024christmas/light-gift-2.png") no-repeat center;
  width: 198px;
  height: 122px;
  background-size: cover;
  position: absolute;
  left: 16px;
  top: 30px;
  z-index: 4;
  animation: scaleUp 0.5s linear forwards;
}
.banner-module .light-list3 {
  width: 412px;
  height: 260px;
  overflow: hidden;
  position: absolute;
  left: 431px;
  top: 248px;
  z-index: 5;
}
@keyframes heightFn {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes scaleUp {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.banner-module .light-list3 .mask {
  display: block;
  content: '';
  width: 412px;
  height: 260px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  z-index: 2;
  background-size: cover;
  animation: heightFn 0.2s linear forwards;
}
.banner-module .light-list3 span {
  display: inline-block;
}
.banner-module .light-list3 .light-bg {
  background: url("../images/2024christmas/light-bg-3.png") no-repeat center;
  width: 412px;
  height: 260px;
  background-size: cover;
  position: absolute;
  bottom: 0;
}
.banner-module .light-list3 .light-gift {
  background: url("../images/2024christmas/light-gift-3.png") no-repeat center;
  width: 242px;
  height: 242px;
  background-size: cover;
  position: absolute;
  left: 98px;
  top: 12px;
  z-index: 4;
  animation: scaleUp 0.4s linear forwards;
}
.banner-module .light-list4 {
  width: 244px;
  height: 173px;
  overflow: hidden;
  position: absolute;
  right: 251px;
  bottom: 252px;
  z-index: 5;
}
@keyframes heightFn {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.banner-module .light-list4 .mask {
  display: block;
  content: '';
  width: 244px;
  height: 173px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  z-index: 2;
  background-size: cover;
  animation: heightFn 0.2s linear forwards;
}
.banner-module .light-list4 span {
  display: inline-block;
}
.banner-module .light-list4 .light-bg {
  background: url("../images/2024christmas/light-bg-4.png") no-repeat center;
  width: 244px;
  height: 173px;
  background-size: cover;
  position: absolute;
  bottom: 0;
}
.banner-module .light-list4 .light-gift {
  background: url("../images/2024christmas/light-gift-4.png") no-repeat center;
  width: 114px;
  height: 114px;
  background-size: cover;
  position: absolute;
  left: 30px;
  top: 45px;
  z-index: 4;
  animation: scaleUp 0.5s linear forwards;
}
.banner-module .light-list4 .gift-icon {
  background: url("../images/2024christmas/light-gift-5.png") no-repeat center;
  width: 76px;
  height: 76px;
  background-size: cover;
  position: absolute;
  left: 125px;
  top: 85px;
  z-index: 4;
  animation: scaleUp 0.5s linear forwards;
}
.banner-module .light-list5 {
  width: 158px;
  height: 117px;
  position: absolute;
  right: 79px;
  bottom: 336px;
  z-index: 5;
}
@keyframes heightFn {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.banner-module .light-list5 .mask {
  display: block;
  content: '';
  width: 244px;
  height: 173px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  z-index: 2;
  background-size: cover;
  animation: heightFn 0.2s linear forwards;
}
.banner-module .light-list5 span {
  display: inline-block;
}
.banner-module .light-list5 .light-bg {
  background: url("../images/2024christmas/light-bg-5.png") no-repeat center;
  width: 158px;
  height: 117px;
  background-size: cover;
  position: absolute;
  bottom: 0;
}
.banner-module .light-list5 .light-gift {
  background: url("../images/2024christmas/light-gift-6.png") no-repeat center;
  width: 133px;
  height: 124px;
  background-size: cover;
  position: absolute;
  left: 17px;
  top: -30px;
  z-index: 4;
  animation: upAndDown 1.2s infinite linear 1s;
}
@keyframes swing {
  0% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
.banner-module .nail-icon {
  background: url("../images/2024christmas/nail-icon.png") no-repeat center;
  width: 17px;
  height: 17px;
  background-size: cover;
  display: inline-block;
  position: absolute;
  left: 102px;
  bottom: 304px;
  z-index: 6;
}
.banner-module .swing-bg {
  background: url('../images/2024christmas/stockings-icon.png') no-repeat center;
  width: 87px;
  height: 128px;
  display: inline-block;
  background-size: cover;
  position: absolute;
  left: 40px;
  bottom: 198px;
  z-index: 5;
  animation: swing 2s linear infinite;
  transform-origin: top;
}
.banner-module .gift-box-l {
  width: 64px;
  height: 86px;
  overflow: hidden;
  position: absolute;
  right: 200px;
  bottom: 208px;
  z-index: 4;
}
.banner-module .gift-box-l .gift-box-icon {
  background: url('../images/2024christmas/gift-box-icon.png') no-repeat center;
  width: 64px;
  height: 86px;
  display: inline-block;
  background-size: cover;
  z-index: 4;
}
.banner-module .birdie-icon {
  background: url('../images/2024christmas/birdie-icon.png') no-repeat center;
  width: 116px;
  height: 116px;
  background-size: cover;
  position: absolute;
  right: 24px;
  bottom: 280px;
  z-index: 5;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.banner-module .gold-icon span {
  width: 90px;
  height: 90px;
  display: inline-block;
}
.banner-module .gold-icon .gold-icon-1 {
  background: url("../images/2024christmas/gold-icon-1.png") no-repeat center;
  width: 54px;
  height: 54px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 160px;
  animation: blink 1.5s infinite 1s;
}
.banner-module .gold-icon .gold-icon-2 {
  background: url("../images/2024christmas/gold-icon-2.png") no-repeat center;
  background-size: cover;
  position: absolute;
  top: 216px;
  left: 198px;
  animation: blink 1.5s infinite 2s;
}
.banner-module .gold-icon .gold-icon-3 {
  background: url("../images/2024christmas/gold-icon-3.png") no-repeat center;
  background-size: cover;
  position: absolute;
  top: 177px;
  right: 225px;
  animation: blink 1.5s infinite 1s;
}
.banner-module .gold-icon .gold-icon-4 {
  background: url("../images/2024christmas/gold-icon-4.png") no-repeat center;
  background-size: cover;
  position: absolute;
  top: 104px;
  right: 20px;
  animation: blink 1.5s infinite 2s;
}
.scrolling-nav-region .christmas-wrap {
  position: relative;
}
.scrolling-nav-region .design-nav {
  position: absolute;
  top: 694px;
  left: 0;
  right: 0;
  margin: auto;
}
.scrolling-nav-region .design-nav .hoverBg {
  position: absolute;
  left: 0px;
  top: 8px;
  background: url('../images/2024christmas/nav-menu-bg.png') no-repeat center;
  width: 300px;
  height: 84px;
  background-size: cover;
  display: block;
  transition: transform 0.3s ease;
  transform: translateX(10px);
}
.scrolling-nav-region .design-nav.fly {
  height: 62px;
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(6px);
  z-index: 88;
}
.scrolling-nav-region .design-nav.fly .nav-box {
  background: none;
  height: 62px;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  width: 1280px;
  margin: auto;
}
.scrolling-nav-region .design-nav.fly .nav-box .nav-item {
  position: relative;
}
.scrolling-nav-region .design-nav.fly .nav-box .nav-item:hover .nav-title {
  color: #006A4A;
}
.scrolling-nav-region .design-nav.fly .nav-box .nav-item::after {
  width: 0;
  height: 4px;
  background: #006A4A;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  top: 58px;
  text-align: center;
}
.scrolling-nav-region .design-nav.fly .nav-box .nav-item.active {
  background: none;
  height: unset;
  height: 62px;
}
.scrolling-nav-region .design-nav.fly .nav-box .nav-item.active::after {
  width: 100%;
}
.scrolling-nav-region .design-nav.fly .nav-box .nav-item.active .nav-title {
  color: #006A4A;
  font-family: HarmonyOS_Sans_Bold;
}
.scrolling-nav-region .design-nav.fly .nav-box .nav-item .nav-des {
  display: none;
}
.scrolling-nav-region .design-nav.fly .nav-box .hoverft .nav-title {
  color: #333;
}
.scrolling-nav-region .nav-box {
  width: 1280px;
  height: 100px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  padding: 8px 10px;
  display: flex;
  justify-content: space-between;
}
.scrolling-nav-region .nav-box .nav-item {
  width: 300px;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  background: transparent;
  position: relative;
}
.scrolling-nav-region .nav-box .nav-item::after {
  background: url('../images/2024christmas/nav-menu-bg.png') no-repeat center;
  width: 300px;
  height: 84px;
  background-size: cover;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  opacity: 0;
  visibility: hidden;
}
.scrolling-nav-region .nav-box .nav-item.hoverft .nav-title {
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
.scrolling-nav-region .nav-box .nav-item.hoverft .nav-des {
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
.scrolling-nav-region .nav-box .nav-item.active::after {
  opacity: 1;
  visibility: visible;
}
.scrolling-nav-region .nav-box .nav-item.active .nav-title {
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
.scrolling-nav-region .nav-box .nav-item.active .nav-des {
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
.scrolling-nav-region .nav-box .nav-title {
  font-family: HarmonyOS_Sans_Bold;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.95);
  position: relative;
  z-index: 2;
}
.scrolling-nav-region .nav-box .nav-des {
  font-family: HarmonyOS_Sans;
  font-size: 14px;
  color: #1E1E1E;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
.activity-time-region {
  background-color: #e1efcf;
  padding: 60px 0 40px 0;
}
.activity-time-region .activity-t-icon {
  background: url("../images/2024christmas/christmas-t-1.png") no-repeat center;
  width: 547px;
  height: 46px;
  display: block;
  margin: 0 auto 24px;
  background-size: cover;
}
.activity-time-region .time-box {
  width: 478px;
  height: 78px;
  background: rgba(0, 106, 74, 0.1);
  border-radius: 10px;
  margin: 36px auto 0;
  color: #006A4A;
  display: flex;
  justify-content: center;
  align-items: center;
}
.activity-time-region .time-box .time-item {
  text-align: center;
}
.activity-time-region .time-box .time-row-t {
  font-size: 28px;
  font-weight: 700;
}
.activity-time-region .time-box .time-des {
  font-size: 12px;
  font-style: italic;
  opacity: 0.7;
  margin-top: 2px;
}
.activity-time-region .time-box .time-symbol {
  font-size: 28px;
  width: 70px;
  text-align: center;
  margin-top: -20px;
}
.free-christmas-coupons {
  padding-top: 72px;
}
.free-christmas-coupons .free-coupons-box {
  background: url("../images/2024christmas/free-coupons-box.png") no-repeat center;
  width: 1275px;
  height: 374px;
  margin-top: 40px;
  position: relative;
  background-size: cover;
}
.free-christmas-coupons .free-coupons-box::after {
  background: url('../images/2024christmas/christmas-envelope.png') no-repeat center;
  width: 1280px;
  min-width: 1280px;
  height: 74px;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: -4px;
  z-index: 3;
  background-size: cover;
}
.free-christmas-coupons .free-coupons-box .christmas-trees-icon {
  background: url('../images/2024christmas/christmas-trees-icon.png') no-repeat center;
  width: 168px;
  height: 168px;
  background-size: cover;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -7px;
  z-index: 4;
}
.free-christmas-coupons .free-coupons-box .christmas-bell-icon {
  background: url('../images/2024christmas/christmas-bell-icon.png') no-repeat center;
  width: 168px;
  height: 168px;
  background-size: cover;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -10px;
  z-index: 4;
}
.free-christmas-coupons .free-coupons-box .free-region {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 44px;
  padding: 24px 26px;
  margin-left: -10px;
}
.free-christmas-coupons .free-coupons-box .free-item {
  background: url('../images/2024christmas/coupons-list.png') no-repeat center;
  width: 236px;
  height: 140px;
  padding: 8px 12px 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  z-index: 3;
  background-size: cover;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.free-christmas-coupons .free-coupons-box .free-item::before {
  background: url('../images/2024christmas/half-sem-l.png') no-repeat center;
  width: 6px;
  height: 12px;
  content: '';
  display: block;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 69px;
  opacity: 0;
  visibility: visible;
}
.free-christmas-coupons .free-coupons-box .free-item::after {
  background: url('../images/2024christmas/half-sem-r.png') no-repeat center;
  width: 6px;
  height: 12px;
  content: '';
  display: block;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 69px;
  opacity: 0;
  visibility: visible;
}
.free-christmas-coupons .free-coupons-box .free-item:hover {
  box-shadow: 0px 2px 8px 0px rgba(206, 32, 41, 0.4);
}
.free-christmas-coupons .free-coupons-box .free-item:hover::before,
.free-christmas-coupons .free-coupons-box .free-item:hover::after {
  opacity: 1;
  visibility: visible;
}
.free-christmas-coupons .free-coupons-box .sum-num {
  font-size: 15px;
  color: #FFF2D2;
  font-family: HarmonyOS_Sans_Medium;
}
.free-christmas-coupons .free-coupons-box .sum-num span {
  font-size: 30px;
}
.free-christmas-coupons .free-coupons-box .sum-title {
  font-size: 16px;
  color: #FFF2D2;
  margin-top: 1px;
}
.free-christmas-coupons .free-coupons-box .sum-des {
  margin-top: 22px;
  font-size: 12px;
  color: rgba(255, 242, 210, 0.5);
  line-height: 14px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.free-christmas-coupons .get-now-btn {
  text-align: center;
  margin-top: 40px;
}
.free-christmas-coupons .get-now-btn a {
  height: 46px;
  line-height: 46px;
  min-width: 220px;
  text-align: center;
  padding: 0 40px;
  box-sizing: border-box;
  background: linear-gradient(135deg, rgba(0, 106, 74, 0.8) 0%, #006A4A 100%);
  border-radius: 25px;
  font-size: 16px;
  color: #FFFFFF;
  display: inline-block;
  font-family: HarmonyOS_Sans_Medium;
  transition: all 0.3s;
  box-shadow: 0px 4px 12px 0px rgba(0, 77, 53, 0.3);
}
.free-christmas-coupons .get-now-btn a:hover {
  background: linear-gradient(135deg, rgba(0, 106, 74, 0.7) 0%, #006A4A 100%);
}
.free-christmas-coupons .get-now-btn a.is-end {
  color: #8F401E;
  background: linear-gradient(315deg, #FFC467 0%, #FFE8C3 100%);
  box-shadow: 0px 4px 12px 0px rgba(216, 174, 108, 0.3);
}
.free-christmas-coupons .get-now-btn a.is-end:hover {
  background: linear-gradient(315deg, #FFC467 0%, #FFE8C3 80%);
}
.free-christmas-coupons .get-now-btn a.is-over {
  opacity: 0.5;
}
.free-christmas-coupons .redeem-code-box {
  text-align: center;
  margin-top: 36px;
}
.free-christmas-coupons .redeem-code-box .redeem-title {
  font-family: HarmonyOS_Sans_Medium;
  font-size: 22px;
  color: #1E1E1E;
}
.free-christmas-coupons .redeem-code-box .course-tips {
  font-family: HarmonyOS_Sans_Medium;
  font-size: 14px;
  font-weight: 700;
  color: #006A4A;
  text-decoration-line: underline;
  display: inline-block;
  margin-top: 16px;
}
.free-christmas-coupons .redeem-code-box .code-input {
  width: 813px;
  position: relative;
  margin: 18px auto 0;
}
.free-christmas-coupons .redeem-code-box .code-input.code-error .redeem-input {
  background: rgba(253, 71, 54, 0.1);
  border: 1px solid #FD4736;
}
.free-christmas-coupons .redeem-code-box .code-input .code-error-des {
  font-size: 14px;
  color: #FD4736;
  text-align: left;
  padding-left: 20px;
  display: none;
}
.free-christmas-coupons .redeem-code-box .code-input .have-coupon {
  font-size: 14px;
  color: #FD4736;
  text-align: left;
  padding-left: 20px;
  display: none;
}
.free-christmas-coupons .redeem-code-box .code-input .coupon-redeemed {
  font-size: 14px;
  color: #FD4736;
  text-align: left;
  padding-left: 20px;
  display: none;
}
.free-christmas-coupons .redeem-code-box .redeem-input {
  width: 100%;
  height: 52px;
  font-family: HarmonyOS_Sans_Medium;
  font-size: 16px;
  color: #1E1E1E;
  border-radius: 26px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding-left: 20px;
  margin-bottom: 10px;
}
.free-christmas-coupons .redeem-code-box .redeem-input:focus {
  outline: none;
}
.free-christmas-coupons .redeem-code-box .redeem-input::placeholder {
  color: #8D9095;
}
.free-christmas-coupons .redeem-code-box .code-btn {
  height: 36px;
  line-height: 36px;
  min-width: 179px;
  padding: 0 16px;
  text-align: center;
  font-family: HarmonyOS_Sans_Medium;
  font-size: 14px;
  color: #006A4A;
  background: #b4d4b4;
  border-radius: 18px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 8px;
  cursor: pointer;
}
.free-christmas-coupons .redeem-code-box .code-btn.active {
  background: linear-gradient(135deg, rgba(0, 106, 74, 0.7) 0%, #006A4A 100%);
  color: #fff;
}
.free-christmas-coupons .redeem-code-box .redeem-des {
  font-family: HarmonyOS_Sans_Medium;
  font-size: 14px;
  color: #1E1E1E;
  margin-top: 10px;
}
.free-christmas-coupons .redeem-code-box .redeem-des a {
  color: #006A4A;
  font-weight: 700;
}
.design-prototype {
  background-color: #ecf3df;
  padding: 72px 0 140px;
}
.design-prototype .title-text {
  margin: 0 20px;
}
.design-prototype .design-box {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.design-prototype .design-box .design-el {
  background: url("../images/2024christmas/design-bg-1.png") no-repeat center;
  width: 300px;
  height: 418px;
  position: relative;
  background-size: cover;
}
.design-prototype .design-box .design-el img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-size: cover;
}
.design-prototype .design-box .design-el:first-child {
  margin-top: 28px;
}
.design-prototype .design-box .design-el:first-child img {
  top: 210px;
}
.design-prototype .design-box .design-el:nth-child(2) {
  background: url("../images/2024christmas/design-bg-2.png") no-repeat center;
  width: 340px;
  height: 474px;
  margin: 0 64px;
  background-size: cover;
}
.design-prototype .design-box .design-el:nth-child(2) .el-title {
  top: 122px;
}
.design-prototype .design-box .design-el:nth-child(2) img {
  top: 182px;
}
.design-prototype .design-box .design-el:last-child {
  margin-top: 28px;
}
.design-prototype .design-box .design-el:last-child img {
  top: 206px;
}
.design-prototype .design-box .el-title {
  position: absolute;
  top: 108px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 22px;
  color: #FFF2D2;
  line-height: 26px;
  font-family: HarmonyOS_Sans_Medium;
}
.design-prototype .jump-order {
  text-align: center;
  margin-top: 40px;
}
.design-prototype .jump-order a {
  height: 46px;
  line-height: 46px;
  min-width: 220px;
  text-align: center;
  padding: 0 40px;
  box-sizing: border-box;
  background: linear-gradient(135deg, rgba(0, 106, 74, 0.8) 0%, #006A4A 100%);
  border-radius: 25px;
  display: inline-block;
  color: #FFFFFF;
  font-family: HarmonyOS_Sans_Medium;
  font-size: 16px;
  transition: all 0.3s;
  box-shadow: 0px 4px 12px 0px rgba(0, 77, 53, 0.3);
}
.design-prototype .jump-order a:hover {
  background: linear-gradient(135deg, rgba(0, 106, 74, 0.7) 0%, #006A4A 100%);
}
.design-prototype .design-rules {
  margin-top: 36px;
}
.design-prototype .design-rules dt {
  font-size: 22px;
  color: #1D6B5B;
  font-family: HarmonyOS_Sans_Bold;
}
.design-prototype .design-rules dd {
  font-size: 16px;
  color: #1E1E1E;
  line-height: 24px;
  margin-top: 10px;
}
.design-prototype .design-rules dd a {
  text-decoration: underline;
}
.design-prototype .design-rules dd:first-of-type {
  margin-top: 10px;
}
.design-prototype .design-rules dd b {
  font-weight: normal;
}
.design-prototype .design-rules .tag {
  color: #006A4A;
  font-family: HarmonyOS Sans Medium;
  font-weight: 700;
}
.unique-order-region {
  background-color: #ecf3df;
  position: relative;
  min-height: 808px;
}
.unique-order-region::before {
  background: url('../images/2024christmas/order-pic.png') no-repeat center;
  height: 661px;
  min-width: 1280px;
  content: '';
  display: block;
  background-size: cover;
}
.unique-order-region .order-box {
  position: absolute;
  top: 80px;
  width: 100%;
}
.unique-order-region .order-box .commit-title {
  margin: auto;
}
.unique-order-region .order-box .commit-title .christmas-common-title {
  font-size: 35px;
  color: #FFF2D2;
  font-family: HarmonyOS_Sans_Bold;
}
.unique-order-region .order-box .commit-title .christmas-common-des {
  font-size: 16px;
  color: #FFF2D2;
}
.unique-order-region .order-box .commit-title .title-icon-l {
  background: url('../images/2024christmas/order-title-l.png') no-repeat center;
  background-size: cover;
}
.unique-order-region .order-box .commit-title .title-icon-r {
  background: url('../images/2024christmas/order-title-r.png') no-repeat center;
  background-size: cover;
}
.unique-order-region .activity-t-icon {
  background: url('../images/2024christmas/christmas-t-2.png') no-repeat center;
  width: 618px;
  height: 152px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -107px;
  margin: auto;
  background-size: cover;
}
.unique-order-region .order-swiper-box {
  margin-top: 40px;
  position: relative;
  /* .swiper-wrapper {
       transition-duration: .5s !important;
     }*/
}
.unique-order-region .order-swiper-box:hover .started-btn {
  opacity: 1;
  overflow: visible;
}
.unique-order-region .order-swiper-box .swiper-wrapper-init {
  transform: translate3d(320px, 0px, 0px) !important;
}
.unique-order-region .order-swiper-box .started-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 1280px;
  height: 100%;
}
.unique-order-region .order-swiper-box .started-btn .btn-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(38, 38, 41, 0.3);
  backdrop-filter: blur(6px);
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
}
.unique-order-region .order-swiper-box .started-btn .btn-icon::after {
  background: url("../images/2024christmas/started-icon.png") no-repeat center;
  width: 22px;
  height: 22px;
  content: '';
  display: inline-block;
  position: absolute;
  left: -2px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
}
.unique-order-region .order-swiper-box .started-btn .btn-icon.pre-btn {
  left: -80px;
}
.unique-order-region .order-swiper-box .started-btn .btn-icon.pre-btn.active {
  background: rgba(38, 38, 41, 0.4);
}
.unique-order-region .order-swiper-box .started-btn .btn-icon.pre-btn.active::after {
  background: url('../images/2024christmas/started-icon-hover.png') no-repeat center;
  background-size: cover;
  transform: rotate(180deg);
  transition: 0.3s ease;
}
.unique-order-region .order-swiper-box .started-btn .btn-icon.pre-btn.active:hover::after {
  transform: rotate(180deg) scale(1.1);
}
.unique-order-region .order-swiper-box .started-btn .btn-icon.next-btn {
  right: -80px;
}
.unique-order-region .order-swiper-box .started-btn .btn-icon.next-btn::after {
  transform: rotate(180deg);
}
.unique-order-region .order-swiper-box .started-btn .btn-icon.next-btn.active {
  background: rgba(38, 38, 41, 0.4);
}
.unique-order-region .order-swiper-box .started-btn .btn-icon.next-btn.active::after {
  background: url('../images/2024christmas/started-icon-hover.png') no-repeat center;
  background-size: cover;
  transform: rotate(0deg);
  right: -2px;
  transition: 0.3s ease;
}
.unique-order-region .order-swiper-box .started-btn .btn-icon.next-btn.active:hover::after {
  transform: scale(1.1);
}
.unique-order-region .order-swiper-box .unique-order-item {
  width: 500px !important;
  height: 598px;
  background: #FFF6D8;
  border-radius: 14px;
  display: inline-block;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.unique-order-region .order-swiper-box .unique-order-item .order-pic {
  width: 460px;
  height: 258px;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
}
.unique-order-region .order-swiper-box .unique-order-item .order-pic img {
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.unique-order-region .order-swiper-box .unique-order-item .order-pic:hover img {
  transform: scale(1.05);
}
.unique-order-region .order-swiper-box .unique-order-item .free-more-btn {
  margin-top: 16px;
}
.unique-order-region .order-swiper-box .unique-order-item .free-shipping {
  font-size: 12px;
  color: #F43E3E;
  height: 18px;
  line-height: 18px;
  display: inline-block;
  padding: 0 6px;
  border-radius: 3px;
  background: rgba(244, 62, 62, 0.08);
}
.unique-order-region .order-swiper-box .unique-order-item .order-title {
  font-size: 18px;
  font-family: HarmonyOS_Sans_Bold;
  color: #1E1E1E;
  margin-top: 18px;
}
.unique-order-region .order-swiper-box .unique-order-item .order-des {
  font-family: HarmonyOS_Sans;
  font-size: 14px;
  color: #757A83;
  line-height: 18px;
  margin-top: 16px;
  height: 36px;
}
.unique-order-region .order-swiper-box .unique-order-item .val-box {
  margin-top: 26px;
}
.unique-order-region .order-swiper-box .unique-order-item .val-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.unique-order-region .order-swiper-box .unique-order-item .val-box::after {
  background: url("../images/2024christmas/order-line-bg.png") no-repeat center;
  width: 100%;
  height: 2px;
  content: '';
  display: inline-block;
  margin-top: 24px;
}
.unique-order-region .order-swiper-box .unique-order-item .val-row {
  font-size: 14px;
  float: left;
  margin-right: 40px;
}
.unique-order-region .order-swiper-box .unique-order-item .val-row:last-child {
  margin-right: 0;
}
.unique-order-region .order-swiper-box .unique-order-item .val-row .val-title {
  color: #757A83;
}
.unique-order-region .order-swiper-box .unique-order-item .val-row .val-des {
  color: #091221;
  font-family: HarmonyOS_Sans_Medium;
  font-size: 14px;
  margin-top: 12px;
}
.unique-order-region .order-swiper-box .unique-order-item .val-row .val-des span {
  display: inline-block;
  position: relative;
  padding: 0 5px;
}
.unique-order-region .order-swiper-box .unique-order-item .val-row .val-des span::before {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 10px;
  background: rgba(0, 106, 74, 0.1);
  border-radius: 6px;
  content: '';
  display: inline-block;
}
.unique-order-region .order-swiper-box .unique-order-item .rate-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
.unique-order-region .order-swiper-box .unique-order-item .reduced-rate {
  font-family: HarmonyOS_Sans_Medium;
  font-size: 16px;
  color: #1E1E1E;
}
.unique-order-region .order-swiper-box .unique-order-item .reduced-rate .current-price {
  font-family: HarmonyOS_Sans_Bold;
  font-size: 28px;
}
.unique-order-region .order-swiper-box .unique-order-item .reduced-rate .unit {
  font-size: 14px;
  color: #757A83;
}
.unique-order-region .order-swiper-box .unique-order-item .reduced-rate .discount-price {
  font-size: 12px;
  color: #8D9095;
  text-decoration-line: line-through;
  font-family: HarmonyOS_Sans;
  margin-left: 6px;
}
.unique-order-region .order-swiper-box .unique-order-item .price-quote-btn {
  width: 200px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  display: block;
  border-radius: 25px;
  font-family: HarmonyOS_Sans_Medium;
  font-size: 16px;
  color: #FFFFFF;
  transition: all 0.3s;
  background: linear-gradient(135deg, rgba(0, 106, 74, 0.8) 0%, #006A4A 100%);
}
.unique-order-region .order-swiper-box .unique-order-item .price-quote-btn:hover {
  background: linear-gradient(135deg, rgba(0, 106, 74, 0.7) 0%, #006A4A 100%);
}
.print-processing-region {
  padding-top: 80px;
}
.print-processing-region .commit-title .title-text {
  margin: 0 20px;
}
.print-processing-region .print-processing-box {
  margin-top: 44px;
  display: flex;
  margin-left: -20px;
}
.print-processing-region .print-processing-box .print-item-row {
  width: 305px;
  height: 536px;
  display: block;
  border-radius: 14px;
  position: relative;
  margin-left: 20px;
}
.print-processing-region .print-processing-box .print-item-row:last-child .order-title {
  font-size: 15px;
}
.print-processing-region .print-processing-box .print-item-row .order-marker-des {
  background: url("../images/2024christmas/corner-mark.png") no-repeat center;
  width: 122px;
  height: 48px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-family: HarmonyOS_Sans;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 18px;
  z-index: 2;
  background-size: cover;
}
.print-processing-region .print-processing-box .print-item-row .print-pic {
  width: 100%;
  height: 170px;
  overflow: hidden;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.print-processing-region .print-processing-box .print-item-row .print-pic img {
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.print-processing-region .print-processing-box .print-item-row .print-pic:hover img {
  transform: scale(1.05);
}
.print-processing-region .print-processing-box .print-item-row .print-val-row {
  background: url('../images/2024christmas/corner-bg.png') no-repeat center;
  width: 305px;
  height: 396px;
  position: absolute;
  bottom: 0;
  padding: 20px 16px;
}
.print-processing-region .print-processing-box .print-item-row .order-title {
  font-family: HarmonyOS_Sans_Bold;
  font-size: 18px;
  color: #1E1E1E;
}
.print-processing-region .print-processing-box .print-item-row .order-des {
  font-family: HarmonyOS_Sans;
  font-size: 14px;
  color: #757A83;
  line-height: 17px;
  margin-top: 18px;
  height: 50px;
}
.print-processing-region .print-processing-box .print-item-row .val-box {
  margin-top: 14px;
}
.print-processing-region .print-processing-box .print-item-row .val-row {
  margin-top: 14px;
  height: 48px;
}
.print-processing-region .print-processing-box .print-item-row .val-row:first-child {
  margin-top: 25px;
}
.print-processing-region .print-processing-box .print-item-row .val-row-col-l {
  font-family: HarmonyOS_Sans;
  font-size: 14px;
  color: #757A83;
}
.print-processing-region .print-processing-box .print-item-row .val-row-col-r {
  font-family: HarmonyOS_Sans_Medium;
  font-size: 14px;
  color: #091221;
  margin-top: 12px;
}
.print-processing-region .print-processing-box .print-item-row .val-row-col-r span {
  display: inline-block;
  position: relative;
  padding: 0 5px;
}
.print-processing-region .print-processing-box .print-item-row .val-row-col-r span::before {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 10px;
  background: rgba(0, 106, 74, 0.1);
  border-radius: 6px;
  content: '';
  display: inline-block;
}
.print-processing-region .print-processing-box .print-item-row .reduced-rate {
  font-family: HarmonyOS_Sans_Medium;
  font-size: 16px;
  color: #1E1E1E;
  margin-top: 40px;
  line-height: 28px;
}
.print-processing-region .print-processing-box .print-item-row .current-price {
  font-family: HarmonyOS_Sans_Bold;
  font-size: 28px;
  color: #1E1E1E;
}
.print-processing-region .print-processing-box .print-item-row .discount-price {
  font-family: HarmonyOS_Sans;
  font-size: 14px;
  color: #757A83;
}
.print-processing-region .print-processing-box .print-item-row .price-quote-btn {
  font-family: HarmonyOS_Sans_Medium;
  font-size: 16px;
  color: #FFFFFF;
  width: 265px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 25px;
  display: inline-block;
  margin-top: 16px;
  transition: all 0.3s;
  background: linear-gradient(135deg, rgba(0, 106, 74, 0.8) 0%, #006A4A 100%);
  margin-left: 4px;
}
.print-processing-region .print-processing-box .print-item-row .price-quote-btn:hover {
  background: linear-gradient(135deg, rgba(0, 106, 74, 0.7) 0%, #006A4A 100%);
}
.guess-parent-region {
  padding-top: 80px;
}
.guess-parent-region .draw-person-box {
  height: 44px;
  background: #FFFBEF;
  box-shadow: 0px 2px 10px 0px #E6EED6;
  border-radius: 22px;
  margin-top: 30px;
  padding: 0 18px;
}
.guess-parent-region .draw-person-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.guess-parent-region .draw-person-box .person-l {
  float: left;
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-top: 10px;
}
.guess-parent-region .draw-person-box .person-l .draw-list {
  font-family: HarmonyOS_Sans_Medium;
  font-size: 16px;
  color: #006A4A;
  margin-left: 8px;
}
.guess-parent-region .draw-person-box .person-r {
  float: left;
  width: 1080px;
  color: #E43E33;
  height: 44px;
}
.guess-parent-region .draw-person-box .person-r .winner-mask {
  margin-top: 14px;
  margin-left: 8px;
  height: 18px;
  overflow: hidden;
  position: relative;
}
.guess-parent-region .draw-person-box .person-r .winner-mask:hover .partner-logo-box {
  animation-play-state: paused !important;
}
@keyframes svgmoveone_3LsCY {
  0% {
    transform: translateX(0) translateZ(0);
  }
  100% {
    transform: translateX(-100%) translateZ(0);
  }
}
@keyframes svgmovetwo_1_6cc {
  0% {
    transform: translateX(100%) translateZ(0);
  }
  100% {
    transform: translateX(0) translateZ(0);
  }
}
.guess-parent-region .draw-person-box .person-r .winner-mask .partner-logo-box {
  font-size: 14px;
  color: #006A4A;
  height: 18px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.guess-parent-region .draw-person-box .person-r .winner-mask .partner-logo-box dd {
  margin-left: 12px;
  min-width: 210px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.guess-parent-region .draw-person-box .person-r .winner-mask .partner-logo-box dd:first-child {
  margin-left: 0;
}
.guess-parent-region .draw-person-box .person-r .winner-mask .partner-logo-box.run-one {
  animation: svgmoveone_3LsCY 130s infinite linear;
}
.guess-parent-region .draw-person-box .person-r .winner-mask .partner-logo-box.run-two {
  left: 16px;
  animation: svgmovetwo_1_6cc 130s infinite linear;
}
.guess-parent-region .guess-parent-box {
  background: url('../images/2024christmas/the-guess-bg.png') no-repeat center;
  width: 1280px;
  height: 906px;
  margin-top: 40px;
  padding: 20px 0px 50px 60px;
}
.guess-parent-region .guess-parent-box .prize-view-box {
  padding-left: 34px;
}
.guess-parent-region .guess-parent-box .prize-view-box .prize-view-title {
  font-family: HarmonyOS_Sans_Medium;
  font-size: 22px;
  color: #FFF2D2;
}
.guess-parent-region .guess-parent-box .prize-view-box .prize-total-box {
  margin-top: 10px;
}
.guess-parent-region .guess-parent-box .prize-view-box .prize-total-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.guess-parent-region .guess-parent-box .prize-view-box .prize {
  position: relative;
  width: 126px;
  height: 124px;
  float: left;
  margin-left: 12px;
}
.guess-parent-region .guess-parent-box .prize-view-box .prize .mark-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
}
.guess-parent-region .guess-parent-box .prize-view-box .prize .first-mark-icon {
  background: url('../images/2024christmas/first-mark-icon.png') no-repeat center;
  width: 78px;
  height: 30px;
  background-size: cover;
}
.guess-parent-region .guess-parent-box .prize-view-box .prize .second-mark-icon {
  background: url('../images/2024christmas/secong-mark-icon.png') no-repeat center;
  width: 94px;
  height: 30px;
  background-size: cover;
}
.guess-parent-region .guess-parent-box .prize-view-box .prize .third-mark-icon {
  background: url('../images/2024christmas/third-mark-icon.png') no-repeat center;
  width: 78px;
  height: 30px;
  background-size: cover;
}
.guess-parent-region .guess-parent-box .prize-view-box .prize:first-child {
  margin-left: 0;
}
.guess-parent-region .guess-parent-box .prize-view-box .prize h6 {
  font-size: 13px;
  color: #006A4A;
  position: absolute;
  left: 0;
  bottom: -4px;
  z-index: 1;
  text-align: center;
  right: 0;
  margin: auto;
  width: 100%;
  padding: 8px 0;
  font-weight: 500;
}
.guess-parent-region .guess-parent-box .the-luck-box {
  width: 100%;
  height: 640px;
  margin-top: 70px;
}
.guess-parent-region .guess-parent-box .the-luck-box .guess-tips {
  padding-left: 340px;
  padding-right: 60px;
}
.guess-parent-region .guess-parent-box .the-luck-box .guess-tips:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.guess-parent-region .guess-parent-box .the-luck-box .guess-tips .count-row {
  float: left;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  background: #FFF2D2;
  border-radius: 22px;
  padding: 0 28px;
  font-family: HarmonyOS_Sans_Medium;
  font-size: 16px;
  color: #145E51;
}
.guess-parent-region .guess-parent-box .the-luck-box .guess-tips .amount {
  background: linear-gradient(180deg, #277967 0%, #1A6657 100%);
  height: 26px;
  line-height: 27px;
  padding: 0 5px;
  display: inline-block;
  border-radius: 4px;
  color: #FFF2D2;
}
.guess-parent-region .guess-parent-box .the-luck-box .guess-tips .prize-btn {
  float: right;
  font-family: HarmonyOS_Sans_Medium;
  font-size: 16px;
  color: #145E51;
  height: 44px;
  min-width: 126px;
  padding: 0 24px;
  box-sizing: border-box;
  text-align: center;
  line-height: 44px;
  display: inline-block;
  background: #FFF2D2;
  border-radius: 22px;
  position: relative;
}
.guess-parent-region .guess-parent-box .the-luck-box .guess-tips .prize-btn:after {
  position: absolute;
  right: 16px;
  top: 16px;
  background: url('../images/2024christmas/my-prize-icon.png') no-repeat center;
  width: 14px;
  height: 14px;
  content: '';
  display: block;
  transition: all 0.3s;
}
.guess-parent-region .guess-parent-box .the-luck-box .guess-tips .prize-btn:hover::after {
  transform: translateX(4px);
}
.guess-parent-region .guess-parent-box .the-luck-box .each-row {
  margin-top: 60px;
  padding-left: 32px;
  height: 488px;
  position: relative;
  /*@keyframes upAndDownone {
          0% {
            transform: translateY(0);
          }

          50% {
            transform: translateY(-15px);
          }

          100% {
            transform: translateY(0);
          }
        }
        @keyframes upAndDowntwo {
          0% {
            transform: translateY(0);
          }

          50% {
            transform: translateY(-15px);
          }

          100% {
            transform: translateY(0);
          }
        }
*/
}
.guess-parent-region .guess-parent-box .the-luck-box .each-row .each-item {
  cursor: pointer;
  width: 276px;
  height: 210px;
}
.guess-parent-region .guess-parent-box .the-luck-box .each-row .gift1 {
  position: absolute;
  left: 12px;
  top: 8px;
}
.guess-parent-region .guess-parent-box .the-luck-box .each-row .gift1 .gift {
  animation: upAndDownone 3.2s infinite linear;
}
.guess-parent-region .guess-parent-box .the-luck-box .each-row .gift2 {
  position: absolute;
  left: 304px;
  top: 8px;
}
.guess-parent-region .guess-parent-box .the-luck-box .each-row .gift2 .gift {
  animation: upAndDowntwo 2.5s infinite linear;
}
.guess-parent-region .guess-parent-box .the-luck-box .each-row .gift3 {
  position: absolute;
  right: 314px;
  top: 8px;
}
.guess-parent-region .guess-parent-box .the-luck-box .each-row .gift3 .gift {
  animation: upAndDownone 3.2s infinite linear;
}
.guess-parent-region .guess-parent-box .the-luck-box .each-row .gift4 {
  position: absolute;
  right: 28px;
  top: 8px;
}
.guess-parent-region .guess-parent-box .the-luck-box .each-row .gift4 .gift {
  animation: upAndDowntwo 2.5s infinite linear;
}
.guess-parent-region .guess-parent-box .the-luck-box .each-row .gift5 {
  position: absolute;
  left: 12px;
  bottom: -30px;
}
.guess-parent-region .guess-parent-box .the-luck-box .each-row .gift5 .gift {
  animation: upAndDownone 3.2s infinite linear;
}
.guess-parent-region .guess-parent-box .the-luck-box .each-row .gift6 {
  position: absolute;
  left: 304px;
  bottom: -30px;
}
.guess-parent-region .guess-parent-box .the-luck-box .each-row .gift6 .gift {
  animation: upAndDowntwo 2.5s infinite linear;
}
.guess-parent-region .guess-parent-box .the-luck-box .each-row .gift7 {
  position: absolute;
  right: 314px;
  bottom: -30px;
}
.guess-parent-region .guess-parent-box .the-luck-box .each-row .gift7 .gift {
  animation: upAndDownone 3.2s infinite linear;
}
.guess-parent-region .guess-parent-box .the-luck-box .each-row .gift8 {
  position: absolute;
  right: 30px;
  bottom: -30px;
}
.guess-parent-region .guess-parent-box .the-luck-box .each-row .gift8 .gift {
  animation: upAndDowntwo 2.5s infinite linear;
}
.christmas-topic-module {
  padding-top: 80px;
}
.christmas-topic-module .game-box {
  background: url('../images/2024christmas/game-bg-box.png') no-repeat center;
  width: 1280px;
  height: 938px;
  margin-top: 36px;
  padding: 88px 40px 40px;
  position: relative;
}
.christmas-topic-module .game-box::before {
  background: url('../images/2024christmas/father-christmas.png') no-repeat center;
  width: 112px;
  height: 220px;
  content: '';
  display: block;
  position: absolute;
  right: -112px;
  top: 56px;
  background-size: cover;
}
.christmas-topic-module .game-box .problem-item .problem-title {
  width: 184px;
  height: 32px;
  background-size: cover !important;
}
.christmas-topic-module .game-box .problem-item .problem-title.title1 {
  background: url("../images/2024christmas/questions-1.png") no-repeat center;
}
.christmas-topic-module .game-box .problem-item .problem-title.title2 {
  background: url("../images/2024christmas/questions-2.png") no-repeat center;
}
.christmas-topic-module .game-box .problem-item .problem-des {
  font-size: 18px;
  color: #FFF2D2;
  line-height: 27px;
  margin-top: 14px;
  height: 82px;
}
.christmas-topic-module .game-box .problem-item .problem-pic {
  width: 440px;
  height: 264px;
  background-size: cover;
  display: block;
  margin: 24px auto;
}
.christmas-topic-module .game-box .problem-item .choice-item {
  background: rgba(248, 248, 248, 0.1);
  border-radius: 10px;
  border: 1px solid rgba(255, 242, 210, 0.5);
  height: 56px;
  line-height: 56px;
  padding: 0 16px;
  font-size: 16px;
  font-family: HarmonyOS_Sans_Regular;
  color: #FFF2D2;
  cursor: pointer;
  margin-top: 22px;
  position: relative;
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.christmas-topic-module .game-box .problem-item .choice-item.active {
  background: #FFF2D2;
  color: #04825C;
}
.christmas-topic-module .game-box .problem-item .choice-item.correct-active {
  background: rgba(86, 201, 86, 0.3);
  border: 2px solid #56C956;
  color: #FFF2D2;
}
.christmas-topic-module .game-box .problem-item .choice-item.correct-active::after {
  background: url("../images/2024christmas/correct-icon.png") no-repeat center;
  width: 24px;
  height: 24px;
  content: '';
  display: block;
  position: absolute;
  right: 16px;
  top: 14px;
  background-size: cover;
}
.christmas-topic-module .game-box .problem-item .choice-item.error-active {
  background: rgba(253, 71, 54, 0.3);
  border: 2px solid #FD4736;
  color: #FFF2D2;
}
.christmas-topic-module .game-box .problem-item .choice-item.error-active::after {
  background: url("../images/2024christmas/error-icon.png") no-repeat center;
  width: 24px;
  height: 24px;
  content: '';
  display: block;
  position: absolute;
  top: 14px;
  right: 16px;
  background-size: cover;
}
.christmas-topic-module .game-box .problem-item .more-btn {
  margin-top: 30px;
  text-align: center;
}
.christmas-topic-module .game-box .problem-item .more-btn span {
  font-family: HarmonyOS_Sans_Medium;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  width: 200px;
  text-align: center;
  border-radius: 25px;
  cursor: pointer;
  display: inline-block;
}
.christmas-topic-module .game-box .problem-item .next-btn {
  color: #04825C;
  background: #FFF2D2;
}
.christmas-topic-module .game-box .problem-item .pre-btn {
  border: 1px solid #FFF2D2;
  color: #FFF2D2;
  margin-right: 56px;
}
.christmas-topic-module .game-box .problem-item .disable {
  background: rgba(255, 242, 210, 0.5) !important;
  cursor: no-drop !important;
}
.christmas-topic-module .game-box .problem-item .sub-btn {
  background: rgba(255, 242, 210);
  color: #04825C;
}
.special-module {
  padding-top: 80px;
}
.special-module .special-sale-row {
  margin-left: -20px;
  margin-top: 44px;
}
.special-module .special-sale-row:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.special-module .special-sale-row .special-sale-col {
  width: 305px;
  height: 412px;
  background: #FFFFFF;
  border-radius: 14px;
  padding: 0px 18px 20px;
  position: relative;
  margin-left: 20px;
  float: left;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.special-module .special-sale-row .mark-title {
  background: url('../images/2024christmas/scale-mark-icon.png') no-repeat center;
  width: 68px;
  height: 51px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #D53025;
  font-family: HarmonyOS_Sans_Bold;
  text-align: center;
  padding-top: 7px;
  line-height: 14px;
  padding-right: 10px;
  background-size: cover;
}
.special-module .special-sale-row .mark-title span {
  font-size: 12px;
  margin-top: -6px;
}
.special-module .special-sale-row .sale-pic {
  width: 217px;
  height: 216px;
  margin: auto;
}
.special-module .special-sale-row .sale-title {
  font-family: HarmonyOS_Sans_Medium;
  font-size: 18px;
  color: #1E1E1E;
  height: 66px;
  margin-top: -4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.special-module .special-sale-row .reduced-rate {
  font-family: HarmonyOS_Sans_Medium;
  font-size: 16px;
  color: #1E1E1E;
  margin-top: 24px;
}
.special-module .special-sale-row .current-price {
  font-size: 28px;
  font-family: HarmonyOS_Sans_Bold;
  color: #1E1E1E;
}
.special-module .special-sale-row .discount-price {
  font-family: HarmonyOS_Sans;
  font-size: 14px;
  color: #757A83;
  text-decoration: line-through;
}
.special-module .special-sale-row .jump-btn {
  height: 44px;
  line-height: 44px;
  border-radius: 25px;
  font-family: HarmonyOS_Sans_Medium;
  font-size: 16px;
  color: #FFFFFF;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 14px;
  transition: all 0.3s;
  background: linear-gradient(135deg, rgba(0, 106, 74, 0.8) 0%, #006A4A 100%);
}
.special-module .special-sale-row .jump-btn:hover {
  background: linear-gradient(135deg, rgba(0, 106, 74, 0.7) 0%, #006A4A 100%);
}
.special-module .copy-link-region {
  height: 274px;
  background: #FFFFFF;
  border-radius: 14px;
}
.special-module .copy-link-region .copy-mul-row {
  display: flex;
  position: relative;
}
.special-module .copy-link-region .copy-mul-row::after {
  background: url('../images/2024christmas/share-tree-icon.png') no-repeat center;
  width: 134px;
  height: 124px;
  content: '';
  display: block;
  position: absolute;
  right: 22px;
  bottom: 0;
}
.special-module .copy-link-region .copy-mul-row .copy-mul-pic {
  background: url('../images/2024christmas/copy-mul-bg.png') no-repeat center;
  width: 439px;
  height: 274px;
  position: relative;
}
.special-module .copy-link-region .copy-mul-row .copy-mul-pic img {
  position: absolute;
  left: -20px;
  right: 0;
  top: 20px;
  margin: auto;
}
.special-module .copy-link-region .copy-mul-row .copy-mul-r {
  margin-top: 30px;
  margin-left: 58px;
}
.special-module .copy-link-region .copy-mul-row .col-title {
  font-family: HarmonyOS_Sans_Bold;
  font-size: 18px;
  color: #1E1E1E;
}
.special-module .copy-link-region .copy-mul-row .col-title .tips {
  color: #006A4A;
}
.special-module .copy-link-region .copy-mul-row .col-title .sumbol-btn {
  background: url("../images/2024christmas/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;
}
.special-module .copy-link-region .copy-mul-row .col-title .sumbol-btn:after {
  position: absolute;
  top: 0;
  left: -8px;
  width: 40px;
  height: 40px;
  content: '';
  display: block;
}
.special-module .copy-link-region .copy-mul-row .col-title .sumbol-btn:hover .review-tips {
  display: block;
}
.special-module .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;
}
.special-module .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;
}
.special-module .copy-link-region .copy-mul-row .col-title .sumbol-btn .review-text {
  font-size: 14px;
  line-height: 18px;
  word-break: break-word;
  color: #1E1E1E;
}
.special-module .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;
}
.special-module .copy-link-region .copy-mul-row .col-title .sumbol-btn .review-text .tips-des {
  font-family: HarmonyOS_Sans;
  line-height: 17px;
  margin-top: 4px;
  display: inline-block;
}
.special-module .copy-link-region .copy-mul-row .copy-row {
  display: flex;
  margin-top: 26px;
}
.special-module .copy-link-region .copy-mul-row .get-link {
  width: 563px;
  height: 46px;
  background: #EEEEEE;
  border-radius: 25px;
  border: none;
  padding-left: 28px;
  font-family: HarmonyOS_Sans;
  font-size: 16px;
  color: #1E1E1E;
}
.special-module .copy-link-region .copy-mul-row .get-link:focus {
  border: none;
  outline: none;
}
.special-module .copy-link-region .copy-mul-row .copy-link-btn {
  width: 144px;
  text-align: center;
  height: 46px;
  line-height: 46px;
  background: #006A4A;
  border-radius: 25px;
  font-family: HarmonyOS_Sans_Medium;
  font-size: 16px;
  color: #FFFFFF;
  margin-left: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.special-module .copy-link-region .copy-mul-row .copy-link-btn:hover {
  box-shadow: 0px 4px 12px 0px rgba(0, 77, 53, 0.3);
}
.special-module .copy-link-region .each-share-box {
  margin-top: 26px;
  display: flex;
  align-items: center;
}
.special-module .copy-link-region .each-share-box .each-tag {
  font-family: HarmonyOS_Sans;
  font-size: 16px;
  color: #006A4A;
  margin-right: 14px;
}
.special-module .copy-link-region .each-share-box .each {
  margin-right: 20px;
}
.special-module .copy-link-region .each-share-box .each img {
  width: 40px;
  height: 40px;
  background-size: cover;
}
.special-module .copy-link-region .copy-des {
  font-family: HarmonyOS_Sans;
  font-size: 16px;
  color: #1E1E1E;
  margin-top: 22px;
}
.special-module .copy-link-region .copy-des .more-modules {
  font-family: HarmonyOS_Sans_Medium;
  color: #006A4A;
  margin-left: 14px;
}
.project-solicitation {
  padding-top: 80px;
}
.project-solicitation .title-text {
  margin: 0 26px;
}
.project-solicitation .apply-now {
  text-align: center;
  margin-top: 24px;
}
.project-solicitation .apply-now .apply-btn {
  height: 46px;
  line-height: 46px;
  padding: 0 62px 0 40px;
  background: linear-gradient(135deg, rgba(0, 106, 74, 0.8) 0%, #006A4A 100%);
  box-shadow: 0px 4px 12px 0px rgba(0, 77, 53, 0.3);
  border-radius: 25px;
  display: inline-block;
  font-family: HarmonyOS_Sans_Medium;
  font-size: 16px;
  color: #FFFFFF;
  transition: all 0.3s;
  position: relative;
}
.project-solicitation .apply-now .apply-btn:after {
  position: absolute;
  right: 32px;
  top: 10px;
  background: url('../images/2024christmas/apply-edit.png') no-repeat center;
  width: 26px;
  height: 26px;
  content: '';
  display: inline-block;
  background-size: cover;
}
.project-solicitation .apply-now .apply-btn:hover {
  background: linear-gradient(135deg, rgba(0, 106, 74, 0.7) 0%, #006A4A 100%);
}
.project-solicitation .video-parent {
  position: relative;
  z-index: 5;
  margin-top: 30px;
}
.project-solicitation .video-parent .christmas-loading:after {
  width: 1280px;
  position: absolute;
  left: 20px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 6px;
  z-index: 22;
  content: '';
  display: block;
  background: url("data:image/gif;base64,R0lGODlhIAAgAPcAAP///7Ozs/v7+9bW1uHh4fLy8rq6uoGBgTQ0NAEBARsbG8TExJeXl/39/VRUVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAAACwAAAAAIAAgAAAI+gABCBxIkOCCAwsKKlzIcOCBhwUJFGiocICBgg8PEBzAkSLBAg8DEMw4sADHAR5HPkQpkKTAkwRSDjTwkIFDiAAInJRJkMHDiwBcwuQ5cMABnxMfOsi5c6DOATFfMmCQcGCAnwp1ljwJdeCCqVNZGq3akGvHnmCnRvVodu3GtDZTPnW78CsDlnJ5EgBKtC9RsxxNLjBAuHBfwBwLK+Yr8+QCmAMGL/ZLWSZdipcZzvW4OaXZiQpNcuUJuGBpzHifclyruuvLy6oJdmbq+uVqAE1PgiYqWuzZ2Idv4z47vLbcpsWdIvcsPHlR4szxOneamWEBussrZzVOMSAAIfkEBQoAAAAsAAAAABgAEgAACIAAAQgcSLAggAEGEypkAIAhQQMLFEZUOJDBgQMJGWgs6FDggosYDWrsmBCkgYQLNhLsaAAkxYYMJhIkAFJmxoYEBFps6FIgAQMGEFZUWbBlToEDgAI9SoCB0JdIlUIsADXhT6lVFSY9mVVhgaddw3odQLYs2KpmzYolUHZBWbEBAQAh+QQFCgAAACwBAAAAHQAOAAAIiQABCBxIcOAABgUTKlwoEGHCAQwHEoBIkIFFggEiEjRggGJDAA4BUAzJkKMBAgMthiSpcYDJlApZMlzAceTFAiBFFsSpkIBJnAgRGvg40MCBA0MHDEA5kGYAj00JLjh69KRSpTwLDI14kOpRg1cJMNXo9QBUkVfPLjR6IGNPpWM1MoibUKxGjQEBACH5BAUKAAAALAcAAAAZABEAAAiBAAEIHAiAgAGCCBMqBLDAwAKEDxcWIIDQgEWCDDIuHDCg4sWBGjdyLDDQ4kGQDCImJMCxo0CTAheEXAigJUUAMAkwALCTpkCbOD/OROjyJ8ebBAf0rLk04QCkCpHuDOCTZs+mVSHGzOrTAEmuYMMmPEC27AGVYM2aFQuArAOzCwICACH5BAUKAAAALA4AAAASABgAAAiCAAEsIACgoMGDCAcsQAhgAEGGAhcsNLjAgAGIEScCIGDxIkSJGjsOwAiy4ICOGDMCKNDx4UeJDQMY0CiQAYOUBgoctMmAJkabAICmDBr05tCdRo8edKm0adOkKW9KdXrAIIORTpsaYHrUwIEDAah+/eoT4gAGYw9AxZnWo9IAZAEEBAAh+QQFCgAAACwOAAAAEgAeAAAImQABDCgAoKDBgwgFDkjIsOCAhwcHLFjQ8OFCgxMvJrRoUCLFihALTvzIkCOAkQ0dhswY0YABAgwJaCTg0qXGhgtqGiDZUOfLlB1tAkU4cKhRowySKhUIlAEAp1Cdplya9KjVgwStfjRw1SCDmw0JBDg4lqGBAzAFVm3I4IDbgwacggVAwO0BnkDPvrVql+vRAXav2s161CXDgAAh+QQFCgAAACwPAAEAEQAfAAAIjAABCBwIgEABgggTDhiQsGGBhQ0jLiQQkSCBhQwrCrwIUePGjgM5ehSIcQDFihwxaiyZUSPHkyMJwBxJE6GBmzgXaMTJ00DFngZ01hxKcwADBkI9Hj1ac+nShjpbCjyaVKBPpgN1MhB4oCuAgyQjdj1AEGvCsQO3VkRLk+1UtWcPOFDY0K3HBQeqagwIACH5BAUKAAAALAgADgAYABIAAAh9AAEIHEiwIIABCBMOKGCw4UCFCh06TLggIQGJGDNiHKAxowEDHDsa/EjyosiBBRaQNLBA5AAGJgmsDHnwgIGGDAwO+GgSAIMDB3ISJMCgKMYFQA+YFApgAVOHSW86LNpyZFKCT30aNZi0KsasAq9iPVDQa1mpA3OCPUmzY0AAIfkEBQoAAAAsAgASAB0ADgAACIkAAQgcSLCgQQAEDhIkwEChQQIDBiQ8aODAAQMOCUbcWECjxY8ZNW6MKJDBxwMMBmQkgHHgSJYnWyZcYHCAAQM0B0JUWfFAAII/AWBkQBRAgZsGJj4sqBJAQ6dQAdi8GXLgU4JFBS642bRqVKhXWVINWbQr0asAtrasihatS6UOu2IN6pXt2owBAQAh+QQFCgAAACwAAA8AGQARAAAIgAAXHBhI8ACAgwgTKjxYsODChwkFEnQwEKLFixgxFjCQseOCjg8ZgIQYIGEAAhgHQGTAQOXBlgsJDJiZ0CVHhCxFAjDAE4DMmQUSBlXIEiHPmz9dWmT5cWfPgzMHoHy4oKjRp1BpLk14tKbWhVav3kQ4FWJThAsMnB2p0EDZhAEBACH5BAUKAAAALAEACAARABgAAAh3AAccOGAAgMGDCA8aGDhwQcKHABgOZDAAIsIFEg9YTBhgYMGNHEGKHEmypMmTKDcuYMCgJEuWIF++BLmyJcICHx+ydHhwgQEDFQcINUggIYGfBgoAEFoRItKmTCEOQHow6kOkRQ1aTfizqdahDwl4/ToWpFgAAQEAIfkEBQoAAAAsAAACAA4AHQAACIoAAQgcCGCBAYIIBx44wCAhwoUHBjgcGADiRIULD15cYJFgQ4IQP3qUCIDAgQAEUYokMHHAR5ETFwiUeRFAAY01WzLYyROmwJ49E7rcCYBnzqMISV4cYMCAUoQEmkp1aFDqggJCrQ4kMACrwKhOCQ4Yy1Kg14EFxg4o61At24Rcx9ZUm1NuzgJvAwIAOw==") no-repeat center rgba(0, 0, 0, 0.1);
}
.project-solicitation .video-parent .grid {
  position: relative;
  margin-left: -20px;
}
.project-solicitation .video-parent .list-items {
  position: relative;
}
.project-solicitation .video-parent .list-items .box-item {
  position: relative;
  width: 100%;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.project-solicitation .video-parent .list-items .box-item .sign1:after {
  display: block;
  content: '';
  background: url("../images/anniversary9sales/title-sponsor.png") no-repeat center;
  width: 132px;
  height: 114px;
  position: absolute;
  top: -12px;
  left: -12px;
  z-index: 1;
}
.project-solicitation .video-parent .list-items:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.project-solicitation .video-parent .list-items .col-4 {
  float: left;
  width: 305px;
  height: 360px;
  margin: 0 0 20px 20px;
}
.project-solicitation .video-parent .p-rollover {
  position: relative;
  background: #EDF3FF;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  overflow: hidden;
}
.project-solicitation .video-parent .p-rollover:hover:after {
  z-index: 0 !important;
}
.project-solicitation .video-parent .p-rollover:hover .tips-text {
  opacity: 1;
  visibility: visible;
}
.project-solicitation .video-parent .p-rollover:hover img {
  transform: scale(1.07);
}
.project-solicitation .video-parent .p-rollover .tips-text {
  font-size: 14px;
  color: #fff;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease-in-out;
  line-height: 18px;
  width: 100%;
  height: 100%;
  position: relative;
}
.project-solicitation .video-parent .p-rollover .tips-text .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  padding: 0px 26px 0 32px;
  height: 90px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  word-break: break-word;
}
.project-solicitation .video-parent .p-rollover .img-cover {
  display: block;
  height: 198px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.project-solicitation .video-parent .p-rollover .img-cover:hover:before {
  opacity: 1;
  visibility: visible;
}
.project-solicitation .video-parent .p-rollover .img-cover:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}
.project-solicitation .video-parent .p-rollover .img-cover img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  transition: transform 0.75s ease 0s;
}
.project-solicitation .video-parent .p-body {
  background: #fff;
  padding: 17px 0 0;
  box-sizing: border-box;
  border-radius: 0 0 10px 10px;
}
.project-solicitation .video-parent .p-body .p-name {
  font-size: 18px;
  line-height: 22px;
  color: #1E1E1E;
  height: 42px;
  padding: 0 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
  font-family: HarmonyOS_Sans_Medium;
}
.project-solicitation .video-parent .p-body .p-name .title-link {
  cursor: pointer;
  color: #202121;
}
.project-solicitation .video-parent .p-body .p-name .title-link:hover {
  color: #202121;
}
.project-solicitation .video-parent .p-body .p-tool {
  padding: 12px 12px 6px;
  color: #8D9095;
  box-sizing: border-box;
  font-size: 12px;
  font-family: HarmonyOS_Sans;
}
.project-solicitation .video-parent .p-body .p-tool .iconfont {
  vertical-align: middle;
}
.project-solicitation .video-parent .p-body .p-tool .preview-icon {
  background: url('../images/2024christmas/preview-icon.png') no-repeat center;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: bottom;
  background-size: cover;
}
.project-solicitation .video-parent .p-body .p-tool .comment-icon {
  background: url('../images/2024christmas/comment-icon.png') no-repeat center;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: bottom;
  background-size: cover;
}
.project-solicitation .video-parent .p-body .p-tool .favorites-icon {
  background: url('../images/2024christmas/favorites-icon.png') no-repeat center;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: bottom;
  background-size: cover;
}
.project-solicitation .video-parent .p-body .p-tool .view-num {
  margin-right: 6px;
}
.project-solicitation .video-parent .p-body .p-release {
  margin-top: 6px;
}
.project-solicitation .video-parent .p-body .p-release::before {
  background: url("../images/2024christmas/creat-line-bg.png") no-repeat center;
  width: 262px;
  height: 2px;
  content: '';
  display: block;
  margin: auto;
}
.project-solicitation .video-parent .p-body .release-user {
  position: relative;
  padding: 11px 13px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.project-solicitation .video-parent .p-body .release-user:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.project-solicitation .video-parent .p-body .release-user .list {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 4px;
}
.project-solicitation .video-parent .p-body .release-user .list:hover .release-tips {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.project-solicitation .video-parent .p-body .release-user .release-name {
  vertical-align: super;
  max-width: 80%;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  font-size: 14px;
  color: #333333;
}
.project-solicitation .video-parent .p-body .release-user .head-img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
}
.project-solicitation .video-parent .p-body .release-user .head-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.project-solicitation .video-parent .p-body .release-user .head-img img:hover {
  opacity: 0.55;
  -ms-opacity: 0.55;
  -moz-opacity: 0.55;
  -o-opacity: 0.55;
  filter: opacity(55);
}
.project-solicitation .video-parent .p-body .release-user img {
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-solicitation .video-parent .p-body .release-user .release-tips {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 150px;
  min-height: 149px;
  padding: 25px 20px;
  background-color: #fcfcfc;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 14px;
  color: #202121;
  -webkit-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 200;
}
.project-solicitation .video-parent .p-body .release-user .release-tips:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  margin-left: -6px;
  border: solid transparent;
  border-top-color: #fcfcfc;
  border-width: 8px 6px;
  pointer-events: none;
}
.project-solicitation .video-parent .p-body .release-user .release-tips .row-user {
  margin-bottom: 10px;
  text-align: center;
  line-height: normal;
}
.project-solicitation .video-parent .p-body .release-user .release-tips .row-user .text-gray {
  color: #767676;
}
.project-solicitation .video-parent .p-body .release-user .release-tips .row-user a {
  color: #202121 !important;
}
.project-solicitation .video-parent .p-body .release-user .release-tips .row-user a:hover {
  color: #64686a !important;
}
.project-solicitation .video-parent .p-body .release-user .release-tips .row-user:last-child {
  margin-bottom: 0;
}
.project-solicitation .video-parent .p-body .release-user .release-tips .row-user ul {
  display: block;
  width: 100%;
}
.project-solicitation .video-parent .p-body .release-user .release-tips .row-user .avatar-profile {
  position: relative;
  display: block;
}
.project-solicitation .video-parent .p-body .release-user .release-tips .row-user .avatar-profile a {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 100%;
}
.project-solicitation .video-parent .p-body .release-user .release-tips .row-user .avatar-profile img {
  border-radius: 50%;
}
.project-solicitation .video-parent .p-body .release-user .release-tips .row-user .list-stats-icons {
  text-align: center;
  font-weight: bold;
  color: #a6abab;
}
.project-solicitation .video-parent .p-body .release-user .release-tips .row-user .list-stats-icons li {
  display: inline-block;
  margin: 0 3px;
}
.project-solicitation .video-parent .p-body .release-user .release-tips .row-user .list-stats-icons li span {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.project-solicitation .video-parent .p-body .release-user .release-tips .row-user .list-stats-icons .projects .yy-icon {
  background-position: -103px -345px;
}
.project-solicitation .video-parent .p-body .release-user .release-tips .row-user .list-stats-icons .favorites .yy-icon {
  background-position: -134px -344px;
}
.project-solicitation .video-parent .p-body .release-user .release-tips .row-user .text-black {
  color: #202121;
}
.project-solicitation .video-parent .p-body .release-user .yy-icon {
  background-image: url("../images/2023christmas/icon.png");
  background-repeat: no-repeat;
  display: inline-block;
  overflow: hidden;
}
.project-solicitation #pages {
  margin: 16px auto 0;
  text-align: center;
  position: relative;
  z-index: 3;
}
.project-solicitation #pages .disable:hover {
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.14) !important;
  cursor: no-drop;
}
.project-solicitation #pages .disable:hover .yy-ljt {
  background: url('../images/2024christmas/arrow-left-s-line-hover.png') no-repeat center !important;
  background-size: cover !important;
  width: 16px;
  height: 16px;
  transform: rotate(0deg) !important;
}
.project-solicitation #pages #pageprev:hover .yy-ljt {
  background: url('../images/2024christmas/arrow-left-s-line.png') no-repeat center;
  transform: rotate(180deg);
  background-size: cover;
}
.project-solicitation #pages #pagenext:hover .yy-rjt {
  background: url('../images/2024christmas/arrow-left-s-line.png') no-repeat center;
  transform: rotate(0deg);
  background-size: cover;
}
.project-solicitation #pages .yy-ljt {
  background: url('../images/2024christmas/arrow-left-s-line-hover.png') no-repeat center;
  width: 16px;
  height: 16px;
  display: inline-block;
  font-weight: normal;
  background-size: cover;
}
.project-solicitation #pages .yy-rjt {
  background: url('../images/2024christmas/arrow-left-s-line-hover.png') no-repeat center;
  width: 16px;
  height: 16px;
  display: inline-block;
  font-weight: normal;
  transform: rotate(180deg);
  background-size: cover;
}
.project-solicitation #pages .yy-icon {
  background-repeat: no-repeat;
  display: inline-block;
  overflow: hidden;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.project-solicitation #pages span {
  width: 11px;
  height: 18px;
}
.project-solicitation #pages a {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  margin-right: 4px;
  transition: background-color 0.2s ease-out;
  vertical-align: middle;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.14);
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-family: 'HarmonyOS_Sans_Medium';
}
.project-solicitation #pages a#pageactive {
  background: #006A4A;
  border-color: #006A4A;
  color: #fff;
}
.project-solicitation #pages a:hover {
  background: #006A4A;
  border-color: #006A4A;
  color: #fff;
}
.project-solicitation #pages a#pageprev,
.project-solicitation #pages a#pagenext {
  background: #fff;
  line-height: 40px;
  position: relative;
}
.project-solicitation #pages a#pageprev:hover,
.project-solicitation #pages a#pagenext:hover {
  background: #006A4A;
  border-color: #006A4A;
}
.project-solicitation .the-rules-box {
  margin-top: 40px;
}
.project-solicitation .the-rules-box .rules-title {
  font-family: HarmonyOS_Sans_Bold;
  font-size: 22px;
  color: #006A4A;
  margin-bottom: 20px;
}
.project-solicitation .the-rules-box .rules-des {
  font-size: 16px;
  color: #1E1E1E;
  line-height: 24px;
  margin-top: 10px;
}
.project-solicitation .the-rules-box .rules-des .rules-skip {
  text-decoration: underline;
}
.project-solicitation .the-rules-box .dollars,
.project-solicitation .the-rules-box .dollars-time,
.project-solicitation .the-rules-box .rules-skip {
  color: #006A4A;
  font-family: HarmonyOS Sans Medium;
  font-weight: 700;
}
.christmas-pop-mask {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 90;
  right: 0;
  top: 0;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.55);
}
.christmas-pop-mask .pop-wrap {
  background: url("../images/2024christmas/popup-box-1.png") no-repeat center;
  width: 690px;
  height: 380px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 89;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 30px;
  box-sizing: border-box;
}
.christmas-pop-mask .pop-wrap .close-btn {
  background: url("../images/2024christmas/close-btn.png") no-repeat center;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  transition: all 0.3s;
}
.christmas-pop-mask .pop-wrap .close-btn:hover {
  transform: rotate(90deg);
}
.christmas-pop-mask .pop-wrap .pop-tool {
  text-align: center;
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
}
.christmas-pop-mask .pop-wrap .btn {
  width: 200px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: linear-gradient(135deg, rgba(0, 106, 74, 0.8) 0%, #006A4A 100%);
  border-radius: 25px;
  display: inline-block;
  font-family: HarmonyOS_Sans_Medium;
  font-size: 16px;
  color: #FFFFFF;
  transition: all 0.3s;
}
.christmas-pop-mask .pop-wrap::after {
  background: url("../images/2024christmas/popup-bell.png") no-repeat center;
  width: 117px;
  height: 102px;
  content: '';
  display: block;
  position: absolute;
  right: -28px;
  bottom: -24px;
}
.christmas-pop-mask .pop-wrap .rules-head {
  font-size: 22px;
  color: #006A4A;
  margin-top: 30px;
  font-family: HarmonyOS_Sans_Bold;
}
.christmas-pop-mask .pop-wrap .rules-text {
  color: #1E1E1E;
  line-height: 24px;
  font-size: 16px;
  margin-top: 12px;
}
.christmas-pop-mask .pop-wrap .rules-text dd {
  margin-top: 10px;
}
.christmas-pop-mask .pop-wrap .rules-text a {
  text-decoration: underline;
}
.christmas-pop-mask .pop-wrap .rules-text .flg {
  color: #006A4A;
  font-weight: 700;
}
.christmas-pop-mask .pop-wrap .rules-text .time {
  color: #006A4A;
}
.christmas-pop-mask .pop-wrap .rules-text .flg-jump {
  color: #006A4A;
  text-decoration: underline;
  font-weight: 700;
}
.christmas-pop-mask .pop-wrap.use-pop {
  background: url("../images/2024christmas/popup-box-2.png") no-repeat center;
  height: 612px;
}
.christmas-pop-mask .pop-wrap.use-pop .inter-img {
  margin-top: 16px;
  border-radius: 4px;
}
.christmas-pop-mask .pop-wrap.coupons {
  background: url('../images/2024christmas/popup-box-2.png') no-repeat center;
  width: 690px;
  height: 612px;
  padding-top: 40px;
}
.christmas-pop-mask .pop-wrap.coupons .coupon-head {
  font-family: HarmonyOS_Sans_Bold;
  font-size: 22px;
  color: #006A4A;
  text-align: center;
}
.christmas-pop-mask .pop-wrap.coupons .head-des {
  font-size: 14px;
  color: #1E1E1E;
  line-height: 24px;
  text-align: center;
  margin-top: 22px;
}
.christmas-pop-mask .pop-wrap.coupons .head-des .tag {
  color: #006A4A;
  text-decoration: underline;
  font-weight: 700;
}
.christmas-pop-mask .pop-wrap.coupons .total-coupons-mask {
  padding: 12px 0px 0;
  margin-left: -4px;
}
.christmas-pop-mask .pop-wrap.coupons .total-coupons {
  margin-top: 6px;
  height: 362px;
  overflow-y: auto;
  margin-right: -8px;
}
.christmas-pop-mask .pop-wrap.coupons .total-coupons:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.christmas-pop-mask .pop-wrap.coupons .total-coupons::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
  background: #fff;
}
.christmas-pop-mask .pop-wrap.coupons .total-coupons::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 5px;
  background: #006A4A;
}
.christmas-pop-mask .pop-wrap.coupons .total-coupons .item {
  background: url("../images/2024christmas/item-bg.png") no-repeat center;
  width: 198px;
  height: 174px;
  background-size: cover;
  color: #fff;
  float: left;
  margin-left: 14px;
  margin-bottom: 14px;
  padding: 18px 14px 16px;
}
.christmas-pop-mask .pop-wrap.coupons .total-coupons .item:first-child {
  margin-left: 0;
}
.christmas-pop-mask .pop-wrap.coupons .total-coupons .item:nth-child(4) {
  margin-left: 0;
}
.christmas-pop-mask .pop-wrap.coupons .total-coupons .item:nth-child(7) {
  margin-left: 0;
}
.christmas-pop-mask .pop-wrap.coupons .total-coupons .title {
  padding-bottom: 14px;
  color: #FFF2D2;
  font-size: 14px;
  text-align: center;
}
.christmas-pop-mask .pop-wrap.coupons .total-coupons .price {
  font-size: 30px;
  color: #FFF2D2;
  text-align: center;
  margin-top: 20px;
  font-family: HarmonyOS_Sans_Bold;
}
.christmas-pop-mask .pop-wrap.coupons .total-coupons .price .tag {
  font-size: 15px;
  color: #FFF2D2;
  margin-top: 14px;
  margin-right: 4px;
}
.christmas-pop-mask .pop-wrap.coupons .total-coupons .text {
  color: rgba(255, 242, 210, 0.5);
  margin: 4px auto 0;
  text-align: center;
  font-size: 12px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 14px;
}
.christmas-pop-mask .pop-wrap.coupons .tool-row {
  margin-top: 22px;
  text-align: center;
}
.christmas-pop-mask .pop-wrap.coupons .tool-row .btn:last-child {
  background: transparent;
  border: 1px solid #006A4A;
  color: #006A4A;
  margin-left: 36px;
}
.christmas-pop-mask .pop-wrap.coupons .tool-row .btn:last-child:hover {
  box-shadow: none;
}
.christmas-pop-mask .pop-wrap.end-pop {
  background: url('../images/2024christmas/topic-bg.png') no-repeat center;
  width: 690px;
  height: 240px;
}
.christmas-pop-mask .pop-wrap.end-pop .rules-text {
  text-align: center;
  margin-top: 34px;
}
.christmas-pop-mask .pop-wrap.change .rules-text {
  margin-top: 72px;
}
.christmas-pop-mask .pop-wrap.change .tool-row {
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  text-align: center;
}
.christmas-pop-mask .pop-wrap.change .tool-row .btn:last-child {
  border: 1px solid #006A4A;
}
.christmas-pop-mask .pop-wrap.run-out {
  background: url('../images/2024christmas/topic-bg.png') no-repeat center;
  height: 240px;
}
.christmas-pop-mask .pop-wrap.run-out .rules-text {
  margin-top: 50px;
  padding: 0 20px;
}
.christmas-pop-mask .pop-wrap.win .win-title {
  font-family: HarmonyOS_Sans_Bold;
  font-size: 22px;
  color: #006A4A;
  text-align: center;
}
.christmas-pop-mask .pop-wrap.win .des {
  color: #1E1E1E;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}
.christmas-pop-mask .pop-wrap.win .des a {
  color: #006A4A;
  text-decoration: underline;
  font-weight: 700;
}
.christmas-pop-mask .pop-wrap.win .show-product {
  position: relative;
  margin-top: 28px;
  height: 164px;
  display: flex;
  justify-content: center;
}
.christmas-pop-mask .pop-wrap.win .show-product img {
  position: relative;
  z-index: 3;
  top: -10px;
}
.christmas-pop-mask .pop-wrap.win .show-name {
  font-size: 16px;
  font-weight: 700;
  color: #E13D35;
  text-align: center;
  margin: 14px auto 0;
  width: 424px;
}
.christmas-pop-mask .pop-wrap.win .show-des {
  font-size: 14px;
  color: #666666;
  text-align: center;
  font-weight: 600;
  width: 424px;
  margin: 6px auto 0;
}
.christmas-pop-mask .pop-wrap.win .win-tool {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
}
.christmas-pop-mask .pop-wrap.win .win-tool .btn {
  width: 200px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  border-radius: 25px;
  color: #FFFFFF;
  display: inline-block;
  box-sizing: border-box;
}
.christmas-pop-mask .pop-wrap.win .win-tool .btn.redeem {
  background: linear-gradient(135deg, rgba(0, 106, 74, 0.8) 0%, #006A4A 100%);
  margin-right: 36px;
}
.christmas-pop-mask .pop-wrap.win .win-tool .btn.consent {
  border: 1px solid #006A4A;
  color: #006A4A;
  background: transparent;
}
.christmas-pop-mask .pop-wrap.topic {
  background: url("../images/2024christmas/topic-bg.png") no-repeat center;
  width: 690px;
  height: 240px;
  display: block;
}
.christmas-pop-mask .pop-wrap.topic .rules-text {
  text-align: center;
  margin-top: 30px;
  line-height: 24px;
  padding-right: 20px;
}
.christmas-pop-mask .pop-wrap.topic .pop-tool {
  text-align: center;
  position: absolute;
  bottom: 32px;
  right: 0;
  left: 0;
}
.new-year-theme .banner-module {
  background: url("../images/2024christmas/banner-bg_theme.png") no-repeat center #f03749;
  background-size: cover;
}
.new-year-theme .banner-module .pillar-bg {
  background: url('../images/2024christmas/pillar-bg_theme.png') no-repeat center;
  width: 1280px;
  height: 265px;
  background-size: cover;
}
.new-year-theme .banner-module .nail-icon {
  background: none;
}
.new-year-theme .banner-module .swing-bg {
  background: url('../images/2024christmas/stockings-icon_theme.png') no-repeat center;
  width: 109px;
  height: 130px;
  background-size: cover;
}
.new-year-theme .banner-module .light-list5 .light-gift {
  background: url("../images/2024christmas/light-gift-6_theme.png") no-repeat center;
  width: 160px;
  height: 117px;
  background-size: cover;
  left: 0;
}
.new-year-theme .banner-module .gift-box-l {
  width: 70px;
  height: 48px;
  right: 164px;
}
.new-year-theme .banner-module .gift-box-l .gift-box-icon {
  background: url('../images/2024christmas/gift-box-icon_theme.png') no-repeat center;
  width: 70px;
  height: 48px;
  background-size: cover;
}
.new-year-theme .banner-module .light-list3 .light-gift {
  background: url("../images/2024christmas/light-gift-3_theme.png") no-repeat center;
  background-size: cover;
}
.new-year-theme .banner-module .light-list4 .light-gift {
  background: url("../images/2024christmas/light-gift-4_theme.png") no-repeat center;
  background-size: cover;
}
.new-year-theme .banner-module .light-list4 .gift-icon {
  background: url("../images/2024christmas/light-gift-5_theme.png") no-repeat center;
  background-size: cover;
}
.new-year-theme .banner-module .birdie-icon {
  background: url('../images/2024christmas/birdie-icon_theme.png') no-repeat center;
  background-size: cover;
}
.new-year-theme .banner-box .time {
  background: url("../images/2024christmas/time-logo_theme.png") no-repeat center;
  width: 185px;
  height: 26px;
  background-size: cover;
  visibility: visible;
}
.new-year-theme .banner-box .title-logo {
  background: url("../images/2024christmas/banner-title-logo_theme.png") no-repeat center;
  width: 755px;
  height: 62px;
  background-size: cover;
}
.new-year-theme .banner-box .hint-l {
  background: url("../images/2024christmas/save-logo_theme.png") no-repeat center;
  width: 205px;
  height: 38px;
  background-size: cover;
}
.new-year-theme .banner-box .hint-num {
  background: url("../images/2024christmas/hint-num-logo_theme.png") no-repeat center;
  width: 190px;
  height: 52px;
  background-size: cover;
  margin-left: -34px;
}
.new-year-theme .banner-box .father-christmas-icon {
  background: url('../images/2024christmas/glim-icon-1.png') no-repeat center;
  width: 110px;
  height: 110px;
  background-size: cover;
  top: 77px;
  right: 210px;
}
.new-year-theme .gold-icon .gold-icon-1 {
  background: url("../images/2024christmas/gold-icon-1_theme.png") no-repeat center;
  width: 54px;
  height: 54px;
  background-size: cover;
}
.new-year-theme .gold-icon .gold-icon-2 {
  background: url("../images/2024christmas/gold-icon-2_theme.png") no-repeat center;
  width: 90px;
  height: 90px;
  background-size: cover;
}
.new-year-theme .gold-icon .gold-icon-3 {
  background: url("../images/2024christmas/gold-icon-3_theme.png") no-repeat center;
  width: 90px;
  height: 90px;
  background-size: cover;
  top: 230px;
}
.new-year-theme .gold-icon .gold-icon-4 {
  background: url("../images/2024christmas/gold-icon-4_theme.png") no-repeat center;
  width: 90px;
  height: 90px;
  background-size: cover;
}
.new-year-theme .scrolling-nav-region .hoverBg {
  position: absolute;
  left: 0px;
  top: 8px;
  background: url('../images/2024christmas/nav-menu-bg_theme.png') no-repeat center;
  width: 300px;
  height: 84px;
  background-size: cover;
  display: block;
  transition: transform 0.3s ease;
  transform: translateX(10px);
}
.new-year-theme .nav-box .nav-item.active::after {
  background: url('../images/2024christmas/nav-menu-bg_theme.png') no-repeat center;
  width: 300px;
  height: 84px;
  background-size: cover;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.new-year-theme .nav-box .nav-item.active .nav-title {
  color: #FFF2D2;
}
.new-year-theme .nav-box .nav-item.active .nav-des {
  color: #FFF2D2;
}
.new-year-theme .nav-box .nav-item.hoverft .nav-title {
  color: #FFF2D2;
}
.new-year-theme .nav-box .nav-item.hoverft .nav-des {
  color: #FFF2D2;
}
.new-year-theme .scrolling-nav-region .fly .nav-item:hover .nav-title {
  color: #006A4A !important;
}
.new-year-theme .scrolling-nav-region .nav-box {
  background: linear-gradient(180deg, #FEF4E7 0%, #F5D5BB 100%);
}
@keyframes fireworksAnimation {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.new-year-theme .fireworks-icon-1 {
  background: url('../images/2024christmas/fireworks-icon-1.png') no-repeat center;
  width: 164px;
  height: 164px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50px;
  animation: fireworksAnimation 1.7s linear infinite;
}
.new-year-theme .fireworks-icon-2 {
  background: url('../images/2024christmas/fireworks-icon-2.png') no-repeat center;
  width: 252px;
  height: 252px;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0px;
  animation: fireworksAnimation 1.7s linear 1.8s infinite;
}
.new-year-theme .fireworks-icon-3 {
  background: url('../images/2024christmas/fireworks-icon-3.png') no-repeat center;
  width: 134px;
  height: 134px;
  background-size: cover;
  position: absolute;
  top: 160px;
  left: 330px;
  animation: fireworksAnimation 1.7s linear infinite;
  animation-delay: 0.8s;
}
.new-year-theme .activity-time-region {
  background: #fff2dc;
}
.new-year-theme .design-prototype {
  background-color: #fff9ec;
}
.new-year-theme .unique-order-region::before {
  background: url('../images/2024christmas/order-pic_theme.png') no-repeat center;
  background-size: cover;
}
.new-year-theme .design-prototype .design-box .design-el:nth-child(2) img {
  top: 194px;
}
@media screen and (max-width: 1440px) {
  .christmas-topic-module .game-box::before {
    display: none;
  }
  .started-btn .pre-btn {
    left: -27px !important;
  }
  .started-btn .next-btn {
    right: -27px !important;
  }
}
@media screen and (max-width: 1366px) {
  .started-btn .pre-btn {
    left: 0px !important;
  }
  .started-btn .next-btn {
    right: 0px !important;
  }
}
@media screen and (max-width: 1280px) {
  .christmas-topic-module .game-box::before {
    display: none;
  }
  .started-btn .pre-btn {
    left: 0px !important;
  }
  .started-btn .next-btn {
    right: 17px !important;
  }
}
/*# sourceMappingURL=christmas2024.css.map */