.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
@font-face {
  font-family: 'myfont';
  src: url('../fonts/MyriadPro-Regular.woff') format('woff'), /* chrome、firefox */ url('../fonts/MyriadPro-Regular.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../fonts/MyriadPro-Regular.otf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../fonts/MyriadPro-Regular.svg#iconfont') format('svg'), /* iOS 4.1- */ url('../fonts/MyriadPro-Regular.eot');
}
@font-face {
  font-family: 'activeFont';
  src: url("../activeFonts/DIN-Condensed-Bold.ttf");
}
@font-face {
  font-family: 'open-sans';
  src: url("../fonts/Open-Sans-2.ttf") format('opentype');
}
@font-face {
  font-family: 'open-sans-blod';
  src: url("../fonts/open-sans-v13-latin_vietnamese-700.woff.ttf") format('opentype');
}
@font-face {
  font-family: 'open-semi-bold';
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'NunitoSans';
  /*  src: url("../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-Regular.ttf") format('truetype');*/
}
@font-face {
  font-family: 'NunitoSans-Bold';
  src: url("../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-Bold.ttf") format('opentype');
}
@font-face {
  font-family: 'NunitoSans-Semibold';
  src: url("../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-SemiBold.ttf") format('opentype');
}
html,
body {
  font-size: 12px;
  font-family: NunitoSans, 'open-sans', 'Arial';
}
.christmas-page * {
  box-sizing: border-box;
}
.christmas-page .common-title .title-tp {
  text-align: center;
}
.christmas-page .common-title .des-ct {
  font-size: 24px;
  font-family: 'OpenSans-Bold';
  line-height: 36px;
  color: #ffffff;
  text-align: center;
  margin-top: 40px;
}
.christmas-page .common-title .des-bt {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
}
.christmas-page .common-title .des-tp {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'OpenSans-Bold';
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
}
.christmas-page .common-title .des-tp span {
  width: 720px;
  text-align: center;
}
.christmas-page .the-btn {
  text-align: center;
  margin-top: 20px;
}
.christmas-page .the-btn a {
  transition: all 0.3s ease-in-out;
}
.christmas-page .the-btn a:hover {
  transform: scale(1.05);
}
.christmas-page .banner-module {
  background: url("../images/2025-activity/banner-bg.jpg") no-repeat center;
  width: 100%;
  min-width: 1440px;
  height: 652px;
  background-size: cover;
  position: relative;
  margin-top: -42px;
}
.christmas-page .banner-module .go_wrap {
  position: relative;
  height: 100%;
}
.christmas-page .banner-module .banner-tape-lights {
  background: url("../images/2025-activity/banner-tape-lights.png") no-repeat center;
  width: 100%;
  min-width: 1440px;
  height: 90px;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
}
.christmas-page .banner-module .banner-title {
  background: url("../images/2025-activity/banner-title.png") no-repeat center;
  width: 319px;
  height: 128px;
  position: absolute;
  left: 0;
  right: 0;
  top: 124px;
  z-index: 2;
  margin: 0 auto;
}
.christmas-page .banner-module .banner-des {
  position: absolute;
  top: 246px;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
}
.christmas-page .banner-module .banner-des span {
  border-radius: 10px;
  background: rgba(0, 125, 44, 0.5);
  display: inline-block;
  padding: 12px 16px;
}
.christmas-page .banner-module .banner-des span:after {
  background: url("../images/2025-activity/banner-des.png") no-repeat center;
  width: 607px;
  height: 25px;
  display: block;
  content: '';
}
.christmas-page .banner-module .banner-coupon {
  background: url("../images/2025-activity/banner-coupon.png") no-repeat center;
  width: 765px;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  top: 340px;
  margin: 0 auto;
}
.christmas-page .banner-module .mes-tips {
  position: absolute;
  left: 0;
  right: 0;
  top: 480px;
  color: #ffffff;
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.christmas-page .banner-module .mes-tips .mes-item {
  display: flex;
  align-items: center;
}
.christmas-page .banner-module .mes-tips .mes-item:before {
  width: 20px;
  height: 20px;
  content: '';
  display: block;
  margin-right: 10px;
}
.christmas-page .banner-module .mes-tips .mes-item:first-child:before {
  background: url("../images/2025-activity/banner-user-icon.png") no-repeat center;
}
.christmas-page .banner-module .mes-tips .mes-item:nth-child(2) {
  margin-left: 30px;
}
.christmas-page .banner-module .mes-tips .mes-item:nth-child(2):before {
  background: url("../images/2025-activity/banner-time-icon.png") no-repeat center;
}
.christmas-page .banner-module .banner-christmas-trees {
  background: url("../images/2025-activity/banner-christmas-trees.png") no-repeat center;
  width: 218px;
  height: 296px;
  position: absolute;
  left: 30px;
  bottom: 14px;
  z-index: 2;
}
.christmas-page .banner-module .banner-santa-claus {
  background: url("../images/2025-activity/banner-santa-claus.png") no-repeat center;
  width: 175px;
  height: 198px;
  position: absolute;
  right: 0;
  bottom: 30px;
}
.christmas-page .banner-module .banner-thick {
  background: url("../images/2025-activity/banner-thick.png") no-repeat center;
  width: 100%;
  min-width: 1440px;
  height: 144px;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -45px;
}
.christmas-page .christmas-remit {
  background: linear-gradient(270deg, #033D25 0%, #12774D 25%, #12774D 75%, #033D25 100%);
  min-width: 1440px;
  padding: 40px 0;
}
.christmas-page .coupon-module {
  margin-bottom: 60px;
}
.christmas-page .coupon-module .coupon-remit {
  background: url("../images/2025-activity/coupon-pic.png") no-repeat center;
  width: 1440px;
  height: 904px;
  margin: 40px auto 0;
}
.christmas-page .orders-module {
  margin-bottom: 60px;
}
.christmas-page .orders-module .gift-remit {
  background: url("../images/2025-activity/gift-bg.png") no-repeat center #be1020;
  width: 1440px;
  height: 438px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  gap: 20px;
}
.christmas-page .orders-module .gift-item {
  width: 690px;
  height: 398px;
  padding: 40px;
  box-sizing: border-box;
  background: #FFCAC4;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.christmas-page .orders-module .gift-item:first-child {
  padding: 40px 20px;
}
.christmas-page .orders-module .img-tp {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.christmas-page .share-module {
  margin-bottom: 60px;
}
.christmas-page .share-module .share-link {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'OpenSans-Bold';
  font-size: 24px;
  color: #ffffff;
}
.christmas-page .share-module .share-link a {
  margin-left: 10px;
  display: flex;
  align-items: center;
  font-family: 'OpenSans-Bold';
  font-size: 24px;
  color: #ffffff;
  text-decoration: underline;
}
.christmas-page .share-module .share-link a:last-child {
  margin-right: 10px;
}
.christmas-page .share-module .share-remit {
  background: url("../images/2025-activity/share-bg.png") no-repeat center #be1020;
  width: 1440px;
  height: 365px;
  padding: 20px;
  margin: 40px auto 0;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
}
.christmas-page .share-module .share-remit .share-item {
  width: 670px;
  background: #FFCAC4;
  border-radius: 10px;
  padding: 40px 30px;
  box-sizing: border-box;
  display: flex;
  gap: 30px;
}
.christmas-page .share-module .share-remit .share-rules {
  padding: 4px 0 16px 30px;
  color: #ffffff;
}
.christmas-page .share-module .share-remit .share-rules dt {
  font-family: 'OpenSans-Bold';
  font-size: 24px;
  line-height: 36px;
}
.christmas-page .share-module .share-remit .share-rules dd {
  font-size: 20px;
  line-height: 30px;
  margin-top: 20px;
}
.christmas-page .share-module .share-remit .share-rules a {
  color: #ffffff;
  text-decoration: underline;
}
.christmas-page .share-module .share-remit .share-rules .info {
  font-family: 'OpenSans-Bold';
  font-size: 24px;
}
.christmas-page .wish-module {
  margin-bottom: 60px;
}
.christmas-page .wish-module .wish-des {
  margin-top: 40px;
  font-family: 'OpenSans-Bold';
  font-size: 24px;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
}
.christmas-page .wish-module .wish-remit {
  background: url("../images/2025-activity/wish-bg.png") no-repeat center #be1020;
  width: 1440px;
  height: 385px;
  padding: 20px;
  margin: 40px auto 0;
  border-radius: 20px;
}
.christmas-page .wish-module .wish-remit .wish-pic {
  overflow: hidden;
  border-radius: 10px;
}
.christmas-page .wish-module .wish-remit .wish-pic img {
  transition: all 0.3s ease-in-out;
}
.christmas-page .wish-module .wish-remit .wish-pic:hover img {
  transform: scale(1.1);
}
.christmas-page .note-remit {
  background: url("../images/2025-activity/note-bg.png") no-repeat center #be1020;
  width: 1440px;
  height: 615px;
  padding: 20px;
  margin: 40px auto 0;
  border-radius: 20px;
}
.christmas-page .note-remit dl {
  width: 1400px;
  height: 575px;
  background: #FFCAC4;
  border-radius: 10px;
  padding: 30px 20px 20px;
}
.christmas-page .note-remit dl dd {
  color: #313131;
  font-size: 20px;
  margin-top: 38px;
  display: flex;
}
.christmas-page .note-remit dl dd:first-child {
  margin-top: unset;
}
.christmas-page .note-remit dl dd span {
  margin-right: 4px;
}
/*# sourceMappingURL=2025-activity.css.map */