body{
  background: url('/assets/images/special-offer/black-friday/top-banner-bg.webp') 0 0 no-repeat;
  background-size:100% 495px;
}
main{
  background: url('/assets/images/special-offer/black-friday/bg-mobile400.webp') 0 0 no-repeat;
  background-size:100% auto;
  padding-bottom:60px;
  padding-top:12px;
}
main .discountBanner{
  margin-top:0px;
}
.winBtn{
  display: block;
}
.swiper-wrapper .winBtn{
  display: flex;
}
.macBtn{
  display: none;
}
*[data-sys="win"] .macBtn, *[data-sys="mac"] .winBtn{
  display: none;
}
*[data-sys="win"] .winBtn, *[data-sys="mac"] .macBtn{
  display: block;
}
*[data-sys="win"] .swiper-wrapper .winBtn, *[data-sys="mac"] .swiper-wrapper .macBtn{
  display: flex;
}
.topOfferWrap{
  position: relative;
  padding:13px 20px 37px 20px;
  /* height:335px; */
}
.topOfferWrap .rightImg{
  position: absolute;
  right:-16px;
  bottom:43px;
  z-index: -1;
}
.topOfferWrap .rightImg{
  position: absolute;
  right:-16px;
  bottom:43px;
  z-index: -1;
}
.rightImg img{
  width:392px;
  height: 290px;
}

.gradientDiv .topText{
  margin:20px 0 30px 0px;
}
.gradientDiv h1.gradient-text{
  display: inline-block;
  font-family: 'OleoScript-Bold';
  background: linear-gradient(99.29deg, #D0A177 0%, #F7DAB7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  margin-bottom:0px;
  font-size: 1.75rem;
  line-height: 3rem;
  text-align: start;
}
.topOfferWrap .gradientDiv h1.gradient-text{
  font-family: 'DelaGothicOne-Regular';
}
.gradientDiv p .normalText{
  font-size: 1rem;
  color:#FFFFFF;
  margin-top:8px;
  line-height: 1.4rem;
}
.gradientDiv p .lightText{
  font-family: 'OleoScript-Bold';
  background: linear-gradient(99.29deg, #c56107 0%, #F7DAB7 100%);
  font-size: 1rem;
  line-height: 1.4rem;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.countdownWrap{
  gap:10px;
}
.countdownWrap .countdownItem{
  width:30px;
  height:34px;
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px #E0834940;
  text-align: center;
  line-height: 34px;
  color:#e4a66e;
  font-family: 'NunitoSans-SemiBold';
  font-size: 1.5rem;
  border: 1px solid #432F1B;
  position: relative;
background-color: #2a1d11;
}
.countdownWrap .colon{
  color:#e4a66e;
  font-size: 1.5rem;
}
.countdownItem .left{
  width:2px;
  height:6px;
  position: absolute;
  left:-1px;
  top:13px;
  background-color:#FBF4EB;
}

.countdownItem .right{
  width:2px;
  height:6px;
  position: absolute;
  right:-1px;
  top:13px;
  background-color:#FBF4EB;
}
.countdownItem .underline{
  width:100%;
  height:2px;
  position: absolute;
  top:15px;
  left:0px;
  background-color:#FBF4EB;
}
.countdownTextWrap{
  width:360px;
  margin-top:20px;
}
.countdownTextWrap div{
  width:25%;
  font-size: 0.75rem;
  color:#00000066;
}
.countdownTextWrap div:nth-child(1){
  padding-left:20px;
}
.countdownTextWrap div:nth-child(2){
  padding-left:23px;
}
.countdownTextWrap div:nth-child(3){
  padding-left:29px;
}
.countdownTextWrap div:nth-child(4){
  padding-left:33px;
}

.discountBanner img{
  width:100%;
  height:auto;
  text-align: center;
  overflow: hidden;
}

.leftAndRightArticle{
  padding: 40px 20px 5px 20px;
  background-color:#FBEBCC;
  border-radius: 16px;
  margin-top:32px;
  position: relative;
}
.leftAndRightArticle .articleTitle h3{
  font-family: 'NunitoSans-ExtraBold';
  font-size: 1.75rem;
  line-height: 2.45rem;
  margin-bottom: 0;
  margin-top:20px;
}
.leftAndRightArticle .articleTitle h3 a{
  color:#00000;
}
.leftAndRightArticle .articleTitle h3 a:hover{
  color:#00000;
}
.leftAndRightArticle .discountIcon{
  position: absolute;
  width:136px;
  height: 52px;
  right:-8px;
  top:-12px;
  border-radius: 32px;
  box-shadow: 0px 4px 8px 0px #00000040;
}
.discountIcon div{
  width:100%;
  height:100%;
  position:relative;
}
.discountIcon .discountImg{
  position: absolute;
  left:0px;
  top:0px;
  width:136px;
  height: 52px;
}
.discountIcon span{
  font-family: 'NunitoSans-ExtraBold';
  font-size: 1.25rem;
  text-align: center;
  color:#ffffff;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
main .discountBannerTow{
  margin-top:60px;
}
.leftAndRightArticle .articleText{
  color:#000000;
  font-size: 1.125rem;
  line-height: 1.4rem;
  margin-top:18px;
}
.leftAndRightArticle .articleList{
  margin-top:20px;
  padding-left:0;
  list-style: none;
}
.articleList li{
  align-items: start;
  font-size: 1rem;
  margin-top:12px;
}
.articleList span{
  display: inline-block;
  width:8px;
  height:8px;
  background-color:#000000E5;
  border-radius: 50%;
  margin: 7px 4px 0 0;
}

.leftAndRightArticle .leftImg img{
  width:100%;
  height:auto;
}

.articleBtnWrap{
  margin-top:39px;
}
.changeTabWrap{
  width:240px;
  height:40px;
  border-radius: 100px;
  background-color: #c36714;
}
.changeTabWrap div{
  flex:1;
  text-align: center;
  color:#FFFFFF;
  font-size: 1.125rem;
  line-height: 40px;
  cursor: pointer;
  transition: 0.3s;
}
.changeTabWrap div:hover, .changeTabWrap div.active{
  border-radius: 100px;
  background-color: #FFFFFF4D;
}
.perpetualInfo{
  display: none;
}
.articleBtnWrap .priceInfo{
  margin-top:39px;
}
.priceInfo .price{
  color:#DD7820;
  font-size: 3.25rem;
  font-family: 'NunitoSans-ExtraBold';
}
.priceInfo .price span{
  color:#00000099;
  font-size: 1.5rem;
  font-family: 'NunitoSans-SemiBold';
  margin-left: 15px;
  text-decoration: line-through;
}
.discountTwoWrap .articleBtnWrap .priceInfo .price{
  font-size: 2.5rem;
}
.discountTwoWrap .articleBtnWrap .priceInfo .price span{
  font-size: 1.25rem;
}
.discountTwoWrap .articleBtnWrap{
  margin-top:30px;
}
.discountTwoWrap .articleBtnWrap .priceInfo{
  margin-top:30px;
}

.priceInfo .btnDiv{
  flex-wrap: wrap;
  width:100%;
}
.priceInfo .btnDiv a{
  width:100%;
}
.btnDiv .iconBlueBtn{
  margin-top:12px;
}

.discountTwoWrap .leftAndRightArticle{
  background-color:transparent;
  flex-wrap: wrap;
  padding:0px;
  margin-bottom: 100px;
}
.leftAndRightArticle .rightWrap, .leftAndRightArticle .leftWrap{
  background-color:#FBE8CC;
  border-radius: 16px;
  padding:30px;
  width:100%;
  position: relative;
}
.leftAndRightArticle .rightWrap .productIcon, .leftAndRightArticle .leftWrap .productIcon{
  width:72px;
  height:72px;
}
.leftAndRightArticle .rightWrap{
  margin-top:32px;
}
.sectionWrap{
  margin-top:120px;
}
.sectionWrap .gradientDiv{
  width:100%;
}
.sectionTitle .gradientDiv h2{
  text-align: center;
}
.sectionTitle .gradientDiv .gradient-text{
  display: inline-block;
  font-family: 'OleoScript-Bold';
  background: linear-gradient(270deg, #FF4ABC 47.97%, #FFA53D 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom:0px;
  font-size: 2.25rem;
  line-height: 3.15rem;
  text-align: center;
}
.sectionWrap .sectionTitle .boldText{
  font-family: 'NunitoSans-ExtraBold';
  font-size: 2.25rem;
  line-height: 3.15rem;
  text-align: center;
}
.sectionWrap .sectionTitle .normalText{
  font-size: 1rem;
  text-align: center;
  color:#00000099;
  margin-top:8px;
  line-height: 1.4rem;
}


/* 自定义样式 */
.btn-container {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; /* 平滑滚动 */
  scrollbar-width: none; /* 隐藏滚动条 - Firefox */
  padding-bottom: 10px; /* 给滚动条留空间 */
  margin-top:40px;
}

.btn-container::-webkit-scrollbar {
  display: none; /* 隐藏滚动条 - Chrome/Safari */
}
.btn-group-scroll {
  display: inline-flex;
  flex-wrap: nowrap;
  width:100%;
}

.btn-group-scroll .btn{
  font-family: 'NunitoSans-SemiBold';
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  gap: 10px;
  padding:0 20px;
  font-size: 1.125rem;
  border-radius: 8px;
  border: 1px solid #EFEFEF;
  color:#00000099;
  background-color:#FFFFFF;
}
.btn-group-scroll .btn:hover{
  background-color:#E05149;
  border: 1px solid #E05149;
  color:#ffffff;
}
.btn-group-scroll .btn:active{
  background-color:#BF443E;
  border: 1px solid #E05149;
  color:#ffffff;
}
.btn-group-scroll .active{
  background-color:#E05149;
  border: 1px solid #E05149;
  color:#ffffff;
}

.swiper{
  margin-top:40px;
}
.swiper-wrapper .content-item{
  width:100%;
  border-radius:16px;
  overflow: hidden;
  position: relative;
}
.swiper-wrapper .bgImg{
  width:100%;
  height: auto;
}
.content-item{
  display: none;
}
.active{
  display: block;
}
.textWrap{
  width: 100%;
  position: absolute;
  left:0px;
  bottom:0px;
  backdrop-filter: blur(2px);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  padding:20px 20px 16px 20px;
  align-items: end;
  z-index: 5;
}
.textWrap div{
  width:70%;
}
.textWrap h2{
  font-size: 1.25rem;
  color:#FFFFFF;
  font-family: 'NunitoSans-ExtraBold';
  margin-bottom: 0px;
}
.textWrap p{
  font-size: 0.875rem;
  color:#FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 0px;
}

.questionsWrap{
  margin-top:40px;
}
.questionsWrap .accordion-item{
  padding:32px 40px;
  margin-top:16px;
  border-radius: 16px;
  cursor: pointer;
  background-color: #FFFFFF80;
  border:none;
}
.questionsWrap .accordion-item h4{
  font-family: 'NunitoSans-SemiBold';
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.questionsWrap .accordion-item:has([aria-expanded="true"]){
  background-color: #FFFFFF;
}
.questionsWrap .accordion-item h4 span{
  flex: 1;
}
.questionsWrap .accordion-body{
  padding:0px;
}
.questionsWrap  .collapseBottomImg{
  width:100%;
  display: none;
  margin-top:16px;
  padding:0 3px 3px 3px;
}
 .questionsWrap .collapseBottomImg img{
  width:100%;
  height:auto;
}
.collapseBottomImg.collapseOne{
  display: block;
}
.questionsWrap .accordion-item p{
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1.4rem;
  color:#00000099;
  margin-top:10px;
}

.collapseRightWrap{
  margin-top:67px;
  padding-left:45px;
  width:804px;
  height: 536px;
  display: none;
}
.collapseRightWrap img{
  display: none;
}
.accordionBottomBtn{
  margin-top:40px;
}
.accordionBottomBtn .iconOrangeBtn{
  width:220px;
  height:52px;
  line-height: 52px;
  padding:0 16px 0 24px;
  font-size: 1.25rem;
}
.blackBgWrap{
  /*background: url('../../../images/specialOffer/bottomBg.png') 0 0 no-repeat;*/
  background-size: 100% 578px;
  border-radius: 32px;
  padding:60px 20px;
}
.blackBgWrap .sectionTitle .boldText{
  color:#ffffff;
}
.blackBgWrap .sectionTitle .normalText{
  color:#FFFFFF99;
}

.blackBgWrap .btnWrap{
  flex-wrap: wrap;
  margin-top:40px;
}
.blackBgWrap .iconOrangeBtn{
  width:100%;
  font-size: 1.25rem;
}
.blackBgWrap .whiteBorderBtn{
  width:100%;
  margin-top:16px;
  font-size: 1.25rem;
}
.iconYellowBtn img, .iconBlueBtn img{
  width:28px;
  height:28px;
}
.iconYellowBtn {
    display: inline-block;
    font-family: 'NunitoSans-SemiBold';
    height: 52px;
    line-height: 52px;
    padding: 0 16px;
    font-size: 1.25rem;
    text-align: center;
    border-radius: 8px;
	border: none !important;
    color: #fff;
    background: #312213;
    text-decoration: none;
    width: 100%;
}
.iconYellowBtn span{
	margin-left:4px;
}
.iconYellowBtn:hover{
  background: #312213;
}
.iconYellowBtn:active{
  background: #312213;
  color: #ffffff;
}
.iconBlueBtn {
    display: inline-block;
    font-family: 'NunitoSans-SemiBold';
    height: 52px;
    line-height: 52px;
    padding: 0 16px;
    font-size: 1.25rem;
    text-align: center;
    border-radius: 8px;
    border: none !important;
    color: #fff;
    background: #B88B45;
    text-decoration: none;
    width: 100%;
}
.iconBlueBtn span{
	margin-left:4px;
}
.iconBlueBtn:hover{
  background: #B88B45;
}
.iconBlueBtn:active{
  background: #B88B45;
  color: #ffffff;
}
@media (min-width: 768px) {
  body{
    background: url('/assets/images/special-offer/black-friday/top-banner-bg.webp') 0 0 no-repeat;
    background-size:100% 500px;
  }
  main{
    background: url('/assets/images/special-offer/black-friday/bg-ipad768.webp') 0 0 no-repeat;
    background-size:100% auto;
    padding-top: 60px;
  }
  .gradientDiv{
    width:392px;
  }
  .discountBanner{
    margin-top:60px;
  }
  .leftAndRightArticle{
    padding:40px 36px 25px 36px;
  }
  .leftAndRightArticle .articleList{
    padding-left: 10px;
  }
  .discountTwoWrap{
    margin-top:60px;
  }
  .discountTwoWrap .articleList{
    padding-left:0px;
  }
  main .discountBannerTow{
    margin-top:100px;
  }
  .btn-group-scroll div:first-child{
    width:100%;
  }
  .priceInfo .btnDiv a{
    width: 146px;
  }
  .discountTwoWrap .priceInfo .btnDiv a{
    flex-wrap: wrap;
    width:100%;
  }
  .discountTwoWrap ul{
    min-height: 288px;
  }
  .btnDiv .iconBlueBtn{
    margin-top:0;
    margin-left:12px;
  }
  .discountTwoWrap .priceInfo .btnDiv .iconBlueBtn{
    margin-top:12px;
    margin-left:0px;
  }
  .leftAndRightArticle .rightWrap, .leftAndRightArticle .leftWrap{
    width:336px;
  }
  .leftAndRightArticle .rightWrap{
    margin-top:0px;
  }
  .sectionTitle .gradientDiv .gradient-text{
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
  .sectionWrap .sectionTitle .boldText{
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
  .textWrap{
    padding:0 32px 32px 32px;
  }
  .textWrap div{
    width:60%;
  }
  .textWrap p{
    font-size: 0.875rem;
    color:#FFFFFF;
    overflow:hidden;
    text-overflow:clip;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 0px;
  }
  .blackBgWrap{
    padding:100px 96px;
  }
  .blackBgWrap .btnWrap{
    margin-top:64px;
  }
  .blackBgWrap .iconOrangeBtn{
    width:243px;
  }
  .iconOrangeBtn img{
    margin-bottom: 4px;
  }
  .blackBgWrap .whiteBorderBtn{
    width:243px;
    margin-top:0px;
    margin-left:16px;
  }
}
@media (min-width: 1024px) {
  body{
    background: url('/assets/images/special-offer/black-friday/top-banner-bg.webp') 0 0 no-repeat;
    background-size:100% 628px;
  }
  main{
    background: url('/assets/images/special-offer/black-friday/bg-web1024.webp') 0 0 no-repeat;
    background-size:100% auto;
    padding-bottom:120px;
    padding-top:120px;
  }
  .leftAndRightArticle{
    margin-top:60px;
    padding:80px 72px 60px 72px;
  }
  .topOfferWrap{
    height:467px;
  }
  .topOfferWrap .rightImg{
    position: absolute;
    right:0px;
    bottom:43px;
  }
  .topOfferWrap .rightImg{
    bottom:15px;
  }
  .rightImg img{
    width:519px;
    height: 384px;
  }
  .gradientDiv{
    width:520px;
  }
  .gradientDiv h1.gradient-text{
    font-size: 3rem;
    line-height: 4rem;
  }
  .gradientDiv p .normalText{
    font-size: 1.25rem;
    line-height: 1.575rem;
  }
  .gradientDiv p .lightText{
    font-size: 1.5rem;
    line-height: 1.575rem;
    margin-right: 5px;
  }
  .sectionTitle .gradientDiv .gradient-text{
    font-size: 3.75rem;
    line-height: 5.25rem;
  }
  .sectionWrap .sectionTitle .boldText{
    font-size: 3.75rem;
    line-height: 5.25rem;
  }
  .countdownWrap .countdownItem{
    width:48px;
    height:54px;
    border-radius: 12px;
    box-shadow: 0px 4px 4px 0px #E0834940;
    line-height: 54px;
    font-size: 2.25rem;
  }
  .countdownWrap .colon{
    color:#e4a66e;
    font-size: 2.25rem;
  }
  .countdownItem .left{
    width:3px;
    height:12px;
    position: absolute;
    left:-1px;
    top:19px;
  }
  
  .countdownItem .right{
    width:3px;
    height:12px;
    position: absolute;
    right:-1px;
    top:19px;
  }
  .countdownItem .underline{
    width:100%;
    height:2px;
    position: absolute;
    top:24px;
    left:0px;
    background-color:#FBF4EB;
  }
  .countdownTextWrap{
    width:520px;
  }
  .countdownTextWrap div:nth-child(1){
    padding-left:43px;
  }
  .countdownTextWrap div:nth-child(2){
    padding-left:46px;
  }
  .countdownTextWrap div:nth-child(3){
    padding-left:50px;
  }
  .countdownTextWrap div:nth-child(4){
    padding-left:55px;
  }
  .discountBannerTow{
    margin-top:120px;
  }
  .leftAndRightArticle .rightWrap, .leftAndRightArticle .leftWrap{
    width:464px;
  }
  .discountTwoWrap ul{
    min-height: 228px;
  }
  .discountTwoWrap .priceInfo .btnDiv a{
    width:146px;
  }
  .discountTwoWrap .priceInfo .btnDiv .iconBlueBtn{
    margin-top:0px;
    margin-left:12px;
  }
  .textWrap div{
    width:70%;
  }
  .textWrap p{
    font-size: 0.875rem;
    color:#FFFFFF;
    overflow:auto;
    text-overflow:clip;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin-bottom: 0px;
  }
  .blackBgWrap{
    padding:100px 106px;
  }
}
@media (min-width: 1200px) {
  .leftAndRightArticle .rightWrap, .leftAndRightArticle .leftWrap{
    width:550px;
  }
  .discountTwoWrap ul{
    min-height: 180px;
  }
}
@media (min-width: 1464px) {
  body{
    background: url('/assets/images/special-offer/black-friday/top-banner-bg.webp') 0 0 no-repeat;
    background-size:100% 1010px;
  }
  main{
    background: url('/assets/images/special-offer/black-friday/bg-web1024.webp') 0 0 no-repeat;
    background-size:100% auto;
  }
  .topOfferWrap{
    padding-top: 195px;
    height: 836px;
  }
  .leftAndRightArticle .articleTitle h3{
     margin-top:0px;
	 color: #000000;
  }
  .leftAndRightArticle .articleTitle h3 a{
	 color: #000000;
  }
  .leftAndRightArticle .articleTitle h3 a:hover{
	 color: #000000;
  }
.no-underline {
  text-decoration: none !important;
}

.no-underline:hover {
  text-decoration: none !important;
}
  .discountTwoWrap .articleBtnWrap{
    margin-top:54px;
  }
  .discountTwoWrap .articleBtnWrap .priceInfo{
    margin-top:60px;
  }
  .leftAndRightArticle .rightWrap, .leftAndRightArticle .leftWrap{
    padding:60px;
  }
  .rightImg img{
    width:660px;
    height: auto;
  }
  .topOfferWrap .rightImg{
    top:98px;
  }
  .gradientDiv{
    width:648px;
  }
  .countdownWrap .countdownItem{
    width:64px;
    height:72px;
    border-radius: 12px;
    box-shadow: 0px 4px 4px 0px #000;
    line-height: 72px;
    font-size: 3rem;
  }
  .countdownWrap .colon{
    font-size: 3rem;
  }
  .countdownItem .left{
    width:4px;
    height:16px;
    position: absolute;
    left:-1px;
    top:29px;
  }
  
  .countdownItem .right{
    width:4px;
    height:16px;
    position: absolute;
    right:-1px;
    top:29px;
  }
  .countdownItem .underline{
    width:100%;
    height:2px;
    position: absolute;
    top:34px;
    left:0px;
    background-color:#FBF4EB;
  }
  .countdownTextWrap{
    width:648px;
  }
  .countdownTextWrap div:nth-child(1){
    padding-left:58px;
  }
  .countdownTextWrap div:nth-child(2){
    padding-left:63px;
  }
  .countdownTextWrap div:nth-child(3){
    padding-left:73px;
  }
  .countdownTextWrap div:nth-child(4){
    padding-left:81px;
  }
  .discountBanner img{
    width:1240px;
    height:auto;
  }
  .discountTwoWrap .articleText{
    min-height: 44px;
  }
  .leftAndRightArticle .rightWrap, .leftAndRightArticle .leftWrap{
    width:702px;
  }
  .discountTwoWrap ul{
    min-height: 180px;
  }
  .collapseBottomImg{
    display: none!important;
  }
  .collapseRightWrap{
    display: block;
  }
  .collapseRightWrap img:first-child{
    display: block;
  }
  .collapseRightWrap img{
    width:100%;
    height:auto;
  }
  .blackBgWrap{
    padding:100px 200px;
  }
}