#logo {
  z-index: 200;
}


body {
	overflow: initial !important;
}

body,div,p,img,h1,h2,h3,h4,h5,h6,form,table,th,tr,td,ul,ol,li,dl,dt,dd{margin:0}
button{padding:0;border:none}
img{vertical-align:top}
.flex{display:-webkit-flex;display:flex;}
.flex-row-rev{display:-webkit-flex;display:flex;flex-direction:row-reverse}
.flex-col{display:-webkit-flex;display:flex;flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.item-start{align-items:flex-start}
.item-center{align-items:center}
.item-end{align-items:flex-end}
.justify-center{justify-content:center}
.justify-end{justify-content:flex-end}
.justify-between{justify-content:space-between}
.justify-around{justify-content:space-around}
.w1200{width:90vw;margin:0 auto;max-width: 1700px !important;}

main {
  font-size: 16px;
  font-weight: 500;
}
main a{text-decoration: underline;}
.sy-pc {
  display: block;
}
.sy-mb {
  display: none;
}

.sy-sec{
  position: relative;
  width: 100%;
}

#hd_wrapper.is-black .hd_navi #gnb_1dul .gnb_1dli a{
  color: #fff;
}

.mask {
  overflow: hidden;
  cursor: not-allowed !important;
}
.mask::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #000;
  opacity: 0.1;
  z-index: 2;
}

.pop-up {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pop-mask {
  display: none;
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0px;
 left: 0px;
 background: #000;
 opacity: 0.3;
 z-index: 999;
}

.sy-sec .sy-sec-title {
  font-size: 40px;
  line-height: 44px;
  margin-top: 100px;
  font-weight: 600;
  background: linear-gradient(91.9deg, #3A3A3A 11.41%, #FDC431 109.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}


.sy-sec .sy-sec-subhead {
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  color: #0A0A0A;
  margin-top: 12px;
  margin-bottom: 60px;
}



/* banner */
.sy-sec-banner {

}

.sy-sec-banner img {
  width: 100%;
  object-fit: cover;
  position: relative;
}


.sy-sec-banner .sy-content{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}
.sy-sec-banner .sy-content .sy-box{
  padding-top: 2%;
 }

 .sy-sec-banner .sy-content .sy-box h2{
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #FBEB8C;
 }

 .sy-sec-banner .sy-content .sy-box .sectit {
  font-weight: 700;
  font-size: 48px;
  line-height:62px;
  margin-bottom: 22px;
  background: linear-gradient(99.45deg, #FBEB8C 17.69%, #F9B363 90.01%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
 }

 .sy-sec-banner .sy-content .sy-box .date {
  font-size: 20px;
  line-height: 22px;
  color: #FFFFFFCC;
  margin-bottom: 16px;
 }

 .sy-sec-banner  .countdown-warpper{margin-bottom:27px;width:341px;}
 .sy-sec-banner  .countdown-timer{display: flex;justify-content: space-between;gap:19px}
 .sy-sec-banner  .countdown-timer .timer-item {
      gap:5px;display: flex;
      flex-direction: column;
      align-items: center;
  }
 .sy-sec-banner  .countdown-timer .timer-num{width:57px;height:61px;font-size:24px;color:#fff;background: rgba(255, 255, 255, 0.4);border-radius: 4.5px;display: flex;align-items: center;justify-content: center;}
 .sy-sec-banner  .countdown-timer .timer-mark{height:57px;line-height:61px;font-size:18px;color:#E2E2E2}
 .sy-sec-banner  .countdown-timer .timer-label{font-size:12px;color:#E2E2E2}
 .sy-sec-banner .invite {
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.sy-sec-banner .sy-banner-btn{
  line-height: 22px;
  font-weight: 600;
  color: #FFFFFF;
  display: inline-block;
  /* display: flex;
  align-items: center; */
}
.sy-sec-banner .sy-banner-btn svg {
  line-height: 22px;
}


/* nav */
.sy-sec-nav{
  border-bottom: 1px solid #D4D4D4;
  position: sticky;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 10;
 }



.sy-sec-nav ul li {
  width: 20%;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  line-height: 22px;
  color: #0A0A0A;
  padding: 17px 0px;
 
}

.sy-sec-nav ul li span{
  display: inline-block;
}

.sy-sec-nav ul .active {
  border-bottom: 2px solid #0A0A0A;
}



/* 抽奖模块 */
.sy-sec-lottery {
  text-align: center;
  background: #FFF2CE4D;
}

.sy-sec-lottery .sy-sec-content {
  display: flex;
  justify-content: space-between;

}
.sy-sec-lottery .sy-sec-content>img {
  width: 665px;
}

.sy-sec-lottery .sy-sec-content .sy-se-content-info {
  width: 443px;
}

.sy-se-content-info .info-title {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 38px;
  color: #0A0A0A;
  position: relative;
}

.info-select {
  margin-bottom: 38px;
  position: relative;
}
.info-select .select-item {
  width: 100%;
  padding: 16px 0px 17px;
  background: #fff;
  border: 0.5px solid #E1E1E1;
  display: flex;
  align-items: center;
  border-radius: 36px;
  cursor: pointer;
  margin-bottom: 16px;
  box-shadow: -0.82px 6.53px 15.51px 0px #0000000D;
  position: relative;
}
.info-select .select-item img {
  margin: 0px 20px 0px 29px;
}
.info-select .select-item span {
  font-size: 18px;
  line-height: 25px;
  color: #404040;
}

.info-select .select-item .img-default{
  display: block;
}
.info-select .select-item .img-active{
  display: none;
}

.info-select .select-active .img-default {
  display: none;
}
.info-select .select-active .img-active {
  display: block;
}


.info-btn {
  width: 100%;
  padding: 9px 0px;
  background: #FF7A3D;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 22px;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
.info-agree {
  display: flex;
  align-items: flex-start;
}
.info-agree input {
  display: block;
  position: relative;
  top: 5px;
  margin-right: 6px;
  cursor: pointer;
  -webkit-appearance: textfield;
}

.info-agree .agree-text {
  color: #737373;
  line-height: 22px;
  margin-bottom: 30px;
  text-align: start;
}

.info-agree .agree-text a {
  color: #737373;
  text-decoration: underline;
}

.info-policy {
  color: #666666;
  line-height: 22px;
  text-align: start;
}

.info-policy span {
  display: inline-block;
  margin: 0px 24px ;
}

.sy-sec-prize {
  margin-top: 80px;
}

.info-policy button{
  text-decoration: underline;
  color: #666666;
  line-height: 22px;
  position: relative;
}

.tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #fff;
  color: #737373;
  text-align: start;
  border-radius: 6px;
  padding: 12px;
  position: absolute;
  z-index: 1;
  top: 120%; /* 定位在触发元素上方 */
  left: 50%; /* 水平居中 */
  margin-left: -60px; /* 调整位置使气泡悬浮框居中 */
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltiptext::after {
  content: '';
  position: absolute;
  bottom: 100%; /* 在气泡下方 */
  left: 20%; /* 居中 */
  margin-left: -5px; /* 调整箭头位置 */
  border-width: 5px;
  border-style: solid;
  border-color:  transparent transparent #fff transparent; /* 上箭头 */
}


.prize-title {
  font-size: 28px;
  line-height: 44px;
  color: #050505;
  margin-bottom: 16px;
  text-align: start;
}
.sy-sec-prize .prize-list {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 100px;
}

.sy-sec-prize .prize-list>div {
  width: 25%;
}
.sy-sec-prize .prize-list .prize-item {
  background: linear-gradient(180deg, #FAF7F2 15.3%, #FFFFFF 100%);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 11px 29px 42.5px 0px #6E3B000A;
}

.sy-sec-prize .prize-list .prize-item:nth-child(1) img{
  width: 145px;
  margin-bottom: 29px;
  margin-top: 24px;
}

.sy-sec-prize .prize-list .prize-item:nth-child(2) img{
  width: 152px;
  margin-bottom: 13px;
  margin-top: 19.5px;
}

.sy-sec-prize .prize-list .prize-item:nth-child(3) img{
  width: 151px;
  margin-bottom: 40px;
  margin-top: 56px;
}


.prize-desc {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #404040;
}

.sy-sec-prize .prize-list .prize-item-last{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  
}
.sy-sec-prize .prize-list .prize-item-last  .last-item {
  padding: 17px 25px 21px 19px;
  height: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(180deg, #FAF7F2 15.3%, #FFFFFF 100%);
  border-radius: 12px;
  box-shadow: 11px 29px 42.5px 0px #6E3B000A;

}

.sy-sec-prize .prize-list .prize-item-last  .last-item img{
  width:90px;
}


/* 评论模块 */
.sy-sec-comment {
  text-align: center;
}
.sy-sec-comment  .sy-sec-content {
  display: flex;
  justify-content: space-between;
  gap: 26px;
  margin-bottom: 20px;
}
.sy-sec-comment .content-pic {
  width: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #FAF9F6 0%, #FFFFFF 100%);
  border: 1px solid;
  border-image-source: linear-gradient(180deg, #FFFFFF 0%, #FAFAFA 100%);
  box-shadow: 11.04px 29.1px 42.65px 0px #6E3B0014;
  border-radius: 12px;

}
.sy-sec-comment .content-pic .pic-box {
  display: flex;
  flex-direction: column;
}
.sy-sec-comment .content-pic .pic-box:first-child img {
  width: 143px;
  margin-bottom: 27px;


} 

.sy-sec-comment .content-pic .pic-box:last-child img {
  width: 195px;
} 


.sy-sec-comment .content-pic .pic-line {
  width: 1px;
  background: #E5E5E5;
  height: 207px;
  margin-left: 32px;
}

.sy-sec-comment .content-pic .pic-box span {
  font-size: 24px;
  line-height: 34px;
  color: #404040;
}

.sy-sec-comment  .content-details {
  flex: 1;
  box-shadow: 11.04px 29.1px 42.65px 0px #6E3B0014;
  border: 1px solid;
  border-image-source: linear-gradient(180deg, #FFFFFF 0%, #FAFAFA 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #FAF9F6 0%, #FFFFFF 100%),
linear-gradient(0deg, #FFFCF5, #FFFCF5);
  padding: 30px 0px;
  border-radius: 12px;
}

.sy-sec-comment  .details-text {
  font-size: 24px;
  color: #4D4D4D;
  line-height: 30px;
  margin-bottom: 20px;
}
.sy-sec-comment  .details-text span {
  color: #050505;
}

.sy-sec-comment  .details-text .text-tips {
  font-size: 20px;
  line-height: 30px;
}

.sy-sec-comment  .comment-btn {
  background: #0A0A0A;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  padding: 8px 103px;
  border-radius: 4px;
  margin-bottom: 10px;
  cursor: pointer;
}

.sy-sec-comment  .comment-btn.comment-btn-disabled {
  background: #A3A3A3;
  cursor: not-allowed;
}

.comment-notice-btn {
  color: #666666;
  font-size: 16px;
  line-height: 22px;
  text-decoration: underline;
  font-weight: 600;
}

.comment-list {
  margin-bottom: 35px;
}

.comment-item {
  display: flex;
  align-items: flex-start;
  padding: 16px 24px;
  border-radius: 12px;
  box-shadow: 0px 8px 13.6px 9px #6156380A;
  backdrop-filter: blur(30px);
  background: #FFFFFF99;
  width: 100%;
  margin-bottom: 13px;
  position: relative;
}

.comment-item  .comment-icon {
  width: 29px;
  margin-right: 23px;
}

.comment-item .user-info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.comment-item .user-info .user-name {
  color: #404040;
  font-size: 14px;
  line-height: 20px;
  margin-right: 32px;
}

.comment-item .user-info .user-date {
  color: #A3A3A3;
  line-height: 17px;
  font-size: 12px;
}

.comment-content {
  width: calc(100% - 100px);
}


.comment-item .comment-text {
  font-size: 18px;
  line-height: 25px;
  color: #737373;
  display: -webkit-box; /* 必须设置或继承 */
  -webkit-box-orient: vertical; /* 必须设置或继承 */
  -webkit-line-clamp: 2; /* 限制在一行内显示文本的行数 */
  overflow: hidden; /* 隐藏溢出的内容 */
  width: 100%;
  text-align: start;
}

.comment-item .comment-text.open {
  -webkit-line-clamp: unset;
}

.comment-item  .comment-unfold{
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-50%) ;
  cursor: pointer;
}
.comment-item  .comment-unfold.open {
  transform: translateY(-50%) rotate(180deg);
}

.comment-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 50px;
  
}
.comment-pagination div {
  font-size: 14px;
  color: #A3A3A3;
  cursor: pointer;
}
.comment-pagination .pagination-active {
  color: #0A0A0A;
  cursor: not-allowed;
}
.pagination-prev,.pagination-next {
  color: #0A0A0A;
  cursor: pointer;
}

.pagination-not {
  color:#A3A3A3;
  cursor: not-allowed;
}

.comment-more {
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  text-align: center;
  color: #0A0A0A;
  margin-bottom: 33px;
}

.comment-more-btn {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;

}
.comment-more-btn .more-btn {
 width: 389px;
 padding: 0px 21.5px;
 backdrop-filter: blur(30px);
  box-shadow: 0px 8px 13.6px 9px #6156380F;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  height: 80px;
}
.more-btn-left {
  display: flex;
  align-items: center;
}
.more-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.more-icon {
  cursor: pointer;
}


/* 产品模块 */
.sy-sec-product {
  text-align: center;
  background: #FFF2CE4D;
}

.sy-sec-product  .sy-sec-title {
  margin-bottom: 60px;
}

.sy-sec-product .image-card {
  display: flex;
  margin-bottom: 48px;
} 

.image-card {

}

.image-card>img{
  width: calc(100% - 384px);
  box-shadow: 0px 4px 16px 0px #11111A1A;
  cursor: pointer;
}


.product-card {
  width: 384px;
  box-shadow: 0px 8px 32px 0px #11111A0D;
  position: relative;
  background: #fff;
}

.product-card .product-discount {
  position: absolute;
  left: 16px;
  top: 0px;
  width: 95px;
}
.product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.product-card .product-pic {
  width: 260px;
  cursor: pointer;
}

.product-card .product-info{
  width: 100%;
  padding: 0px 24px 24px;
  text-align: start;

}

.product-card .product-info .product-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 16px;
}

.product-card .product-info .product-colors {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.product-colors .product-color  {
  padding: 3px;
  margin-right: 4px;
  position: relative;
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: pointer;
}

.product-colors .product-color span {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.product-colors .product-color.color-active {
  border: 1px solid #FF7A3D;
  cursor: not-allowed;
}

.product-type {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.product-type-item {
  display: flex;
  align-items: flex-start;
  margin-right: 20px;
  flex-direction: column;
}
.type-item-title {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 8px;
  color: #A3A3A3;
  text-decoration: underline;
}
.type-lis {
  display: flex;
  align-items: center;
}
.type-lis .type-li {
  margin-right: 6px;
  background: #F7F7F7;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 18px;
  color: #A3A3A3;
  border-radius: 4px;
  cursor: pointer;
}

.type-lis .type-li.type-li-active {
  color: #FF7A3D;
  background: #FFF8F5;
  border: 1px solid var(--brand-tertiary, #FFB688);
  cursor: not-allowed;
}

.product-price {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.new-price {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #FF4D0A;
  margin-right: 10px;
}
.original-price{
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #0A0A0A;
  text-decoration: line-through;
}

.product-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-btns .add-btn{
  padding: 9px 0px;
  flex: 1;
  cursor: pointer;
  border-radius: 4px;
  background: #FF7A3D;
  color: #fff;
}
.product-btns .skip-btn {
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid var(--brand-secondary, #FF9962);
  margin-left: 12px;
}

/* 轮播图 */
.product-swiper-box {
  margin-left: calc(50% - 600px);
  overflow: hidden;
  padding-bottom: 100px;
} 
.product-swiper {
  width: 1200px;
  margin: 0px;
  overflow: visible;
}
.swiper-wrapper {
  
}

.swiper-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 55px;
}
.swiper-switch .swiper-pagination {
  position: relative;
}
.swiper-switch  .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #D1D5DB;
  border-radius: 50%;
  margin-right: 16px;

}
.swiper-switch  .swiper-pagination-bullet-active {
    border-radius: 8px;
    width: 36px;
    height: 8px;
    background: #000000B2;

}
.swiper-pagination-btns {
  display: flex;
  align-items: center;
  gap: 20px;
}

.swiper-button-disabled svg {
  opacity: 0.3;
}



/* 分享模块 */
.sy-sec-share {
  text-align: center;
  margin-bottom: 80px;
}
.share-btns {
  display: flex;
  gap: 68px;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}
.share-btns .share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  cursor: pointer;
  color: #0A0A0A;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;


}


/* 弹窗设置 */

.pop-close {
  position: absolute;
  top: 30px;
  right: 31px;
  cursor: pointer;
}


/* 抽奖弹窗 */
.lottery-pop {
  width: 902px;
  padding: 16px;
  background: #F8DC92;
  border-radius: 18px;
  user-select: none;

}
.lottery-pop .pop-content {
  border-radius: 10px;
  padding: 29px 35px;
  background: linear-gradient(180deg, #FFF3D4 77.16%, #FFE9AF 108.71%);
}

.lottery-pop .pop-content .pop-pic {
  position: relative;
  width: 802px;
}

.lottery-mask {
  position: absolute;
  left: 28px;
  top: 28px;
}

.lottery-pop .pop-content .pop-product {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
}



.lottery-pop .pop-title {
  color: #B99375;
  font-weight: 700;
  font-size: 30px;
  line-height: 33px;
  text-align: center;
  margin-top: 26px;
}

.lottery-pop .pop-text{
  background: linear-gradient(90deg, #79583D 0%, #C0965A 65.87%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  margin-top: 17px;
}
.lottery-pop .pop-tips {
  text-align: center;
  color: #B4A496;
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  margin-top: 13px;

}


/* 抽奖注意事项 */
.lottery-tips-pop {
  background: #fff;
  border-radius: 18px;
}

.lottery-tips-pop .pop-content {
  padding: 40px;
}

.lottery-tips-pop .pop-content .pop-title {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  color: #2F2F2F;
  margin-bottom: 42px;
}
.lottery-tips-pop .pop-content ul {
  list-style: disc;
}
.lottery-tips-pop .pop-content li {
  list-style: disc;
  color: #888888;
  font-size: 14px;
  line-height: 20px;
}


/* 评论模块 */
.comment-pop {
  background: #fff;
  border-radius: 4px;
}
.comment-pop .pop-close {
  top: 2px;
  right: 8px;
  width: 24px;
  height: 24px;
}


.comment-pop .pop-content {
  width: 50vw;
  padding: 24px 36px;
  position: relative;
  
}
.comment-pop .pop-content textarea {
  width: 100%;
  height: 292px;
  padding: 22px 16px;
  background: #F3F3F3;
  border: 1px solid #66666699;
}

.comment-pop .pop-content .pop-register{
  position: absolute;
  bottom: 40px;
  left: 52px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
  padding: 9px 63px;
  border-radius: 4px;
  background:#0A0A0A ;
}

.comment-pop .pop-content .pop-count {
  position: absolute;
  bottom: 42px;
  right: 52px;
  font-size: 16px;
  color: #888888;
}



@media screen and (max-width: 785px) {
  .sy-pc {
    display: none;
  }
  .sy-mb {
    display: block;
  }

  .w1200 {
    /* padding: 0px 16px; */
  }


  .sy-sec .sy-sec-title {
    margin-top: 40px;
    font-size: 28px;
    line-height: 31px;
  }

  .sy-sec .sy-sec-subhead {
    font-size: 22px;
    line-height: 26px;
    margin-top: 12px;
    margin-bottom: 40px;
  }


  /* banner */
  .sy-sec-banner {
  }
  .sy-sec-banner img {
  }
  .sy-sec-banner .sy-content .sy-box {
    text-align: center;
    margin-top: 13px;
  }
  .sy-sec-banner .sy-content .sy-box h2 {
    font-size: 18px;
    line-height: 25px;
  }


  .sy-sec-banner .sy-content .sy-box .sectit {
    font-size: 32px;
    line-height:42px;
    margin-bottom: 10px;
   }
  
   .sy-sec-banner .sy-content .sy-box .date {
    font-size:16px;
    line-height: 22px;
    margin-bottom: 8px;
   }
  

  .sy-sec-banner .countdown-warpper {
    width: 100%;
  }
  .sy-sec-banner .countdown-timer {
    justify-content: center;
    gap:0px;
  }

  .sy-sec-banner  .countdown-timer .timer-item {
    gap:5px;
}
.sy-sec-banner  .countdown-timer .timer-num{width:46px;height:50px;font-size:20px;border-radius: 4px;}
.sy-sec-banner  .countdown-timer .timer-mark{width:46px;height:40px;}
.sy-sec-banner  .countdown-timer .timer-label{font-size:10px;}
.sy-sec-banner .invite {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 4px;
}

  .sy-sec-banner .sy-content a {
    font-size: 15px;
    line-height: 22px;
    justify-content: center;
  }


/* nav */
  .sy-sec-nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;

  }

  .sy-sec-nav ul li {
    width: auto;
    font-size: 15px;
    line-height: 19px;
    padding: 16px 0px;
  
  }

  .sy-sec-nav ul li span{
    display: none;
  }

  /* 抽奖模块 */
  .sy-sec-lottery .sy-sec-content {
    flex-direction: column;
    border-radius: 10px;
  }
  .sy-sec-lottery .sy-sec-content .sy-se-content-info {
    width: auto;
  }

  .sy-se-content-info .info-title {
    font-size: 18px;
    line-height:25px;
    margin-bottom: 20px;
  }
  .info-select {
    margin-bottom: 20px;
  }
  .info-select .select-item {
    padding: 16px 0px 16px;
    background: #fff;
    margin-bottom: 8px;
  }
  .info-select .select-item img {
    margin: 0px 27px 0px 20px;
  }
  .info-select .select-item span {
    font-size: 14px;
    line-height: 20px;
  }
  .info-btn {
    margin-top: 20px;
    margin-bottom: 24px;
  }
  .info-agree .agree-text {
    line-height: 15px;
    margin-bottom: 26px;
    font-size: 12px;
  }
  .info-policy {
    text-align: center;
    line-height: 20px;
  }
  .info-policy button {
    line-height: 20px;
    font-size: 14px;
  }
  .sy-sec-prize {
    margin-top: 60px;
  }
  .prize-title {
    text-align: center;
    font-size: 22px;
    line-height: 29px;
  }
  .sy-sec-prize .prize-list {
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
    padding-bottom: 45px;
  }
  .sy-sec-prize .prize-list .prize-item {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    height: 101px;
    padding: 0px 20px;
  } 
  .prize-desc {
    text-align: start;
    font-size: 18px;
    line-height: 25px;
  } 
  .sy-sec-prize .prize-list .prize-item:nth-child(1) img{
    width: 87px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .sy-sec-prize .prize-list .prize-item:nth-child(2) img{
    width: 101px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .sy-sec-prize .prize-list .prize-item:nth-child(3) img{
    width: 89px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .sy-sec-prize .prize-list .prize-item-last {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 9px;
    width: 100%;
  }
  .sy-sec-prize .prize-list .prize-item-last .last-item {
    padding: 0px;
    height: 133px;
    width: 50%;
    padding-left: 20px;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 12px;
  }
  .sy-sec-prize .prize-list .prize-item-last .prize-desc {
    display: flex;
    align-items: end;
  }

  .sy-sec-prize .prize-list .prize-item-last .last-item img {
    width: 83px;
    position: absolute;
    top: 8px;
    right: 12px;
  }

  /* 评论模块 */
  .sy-sec-comment .sy-sec-content {
    flex-direction: column;
  }
  .sy-sec-comment .content-pic {
    width: 100%;
  }
  .sy-sec-comment .content-pic .pic-box:first-child {
    padding: 0px 20px;
    justify-content: center;
    align-items: center;
  }

  .sy-sec-comment .content-pic .pic-box:first-child img {
    width: 90px;
  }

  .sy-sec-comment .content-pic .pic-box:last-child img {
    width: 127px;
  }

  .sy-sec-comment .content-pic .pic-line {
    margin-left: 0px;
  }

  .sy-sec-comment .content-pic .pic-box span {
    font-size: 18px;
    line-height: 25px;
  }

  .sy-sec-comment .content-details {
    width: 100%;
    flex: none;
  }

  .sy-sec-comment .content-details .details-title {
    font-size: 20px;
    color: #2F2F2F;
    margin-bottom: 12px;
    line-height: 28px;
  }
  .sy-sec-comment .details-text .mb-text {
    color:#BC7A29;
  }

  .sy-sec-comment .details-text .text-tips  {
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
    color: #666;;
  }

  .comment-item .user-info {
    margin-bottom: 12px;
  }
  .comment-item {
    padding: 10px 12px;
  }
  .comment-content {
    width: calc(100% - 60px)
  }
 
  .comment-item .comment-icon {
    width: 14px;
    margin-right: 12px;
  }

  .comment-item .user-info .user-name {
    margin-right: 12px;
  }

  .comment-item .comment-text {
    font-size: 16px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp:3;
  }

  .comment-item .comment-unfold {
    right: 12px;
  }




  .comment-more-btn {
    flex-direction: column;
  }

  /* 产品模块 */
  .product-card {
    width: 100%;
  }



  /* 轮播图 */
  .product-swiper-box {
    margin-left: calc(16px + 5vw);
    overflow: hidden;
    padding-bottom: 44px;
  } 
  .product-swiper {
    width: calc(90vw - 32px);
    margin: 0px;
    overflow: visible;
  }
  .swiper-wrapper {
    
  }
  .swiper-switch {
    margin-top: 32px;
  }
  .swiper-pagination-btns {
    gap: 10px;
  }
  .swiper-pagination-btns svg {
    width: 24px;
  }

  /* 抽奖弹窗 */
  .lottery-pop {
    width: 361px;
    padding: 16px 13px;
  }

  .lottery-pop .pop-content {
    padding: 16px;
  }

  .lottery-pop .pop-content .pop-pic {
    width: auto;
  }

  .lottery-pop .pop-title {
    font-size: 20px;
  }
  .lottery-pop .pop-text {
    font-size: 24px;
    line-height: 1.3;
  }
  .lottery-pop .pop-tips {
    font-size: 14px;
    line-height: 1.3;
  }

  /* 评论弹窗 */
  .comment-pop .pop-close {
    right: 12px;
  }
  .comment-pop .pop-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .comment-pop .pop-content textarea {
   margin-bottom: 10px;
  }

  .comment-pop .pop-content .pop-register {
      position: static;
      top: 0px;
      left: 0px;
      padding: 10.5px 49.5px;
      font-size: 15px;
      line-height: 19px;
  }
  .comment-pop .pop-content .pop-count {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    line-height: 19px;
    right: auto;
  }


  /* 注意事项 */
  .lottery-tips-pop .pop-content,.comment-pop .pop-content{
    width: 90vw;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;

  }
 .pop-close{
    top: 20px;
    right: 20px;
  }
  .lottery-tips-pop .pop-title,
  .comment-pop .pop-title {
    margin-bottom: 16px;
  }
  .more-text {
    font-size: 18px;
  }

  .lottery-tips-pop .pop-content li,.comment-pop .pop-content li{
    font-size: 12px;
    line-height: 1.4;
  }
}




