.active-popup{
  width: 240px;
  height: 400px;
  background: rgba(255, 255, 255, 0);
  position: fixed;
  right: 15px;
  top: 20%;
  z-index: 6;
}
.popup-close-box{
  width:100%;
  height:30px;
  position:relative;
}
.popup-close-box a{
  display: inline-block;
  width:30px;
  height:30px;
  position:absolute;
  right:0;
  z-index: 1111;
  background: url('/assets/img/del-ny.png') 0 0 no-repeat;
}
.popup-content-box{
  width:100%;
  height:400px;
  background: url('/assets/img/bg-ny.png') 0 0 no-repeat;
}
.popup-content-box a{
  display: inline-block;
  width:100%;
  height:100%;
  text-decoration: none;
}
.popup-content-box a .product-name{
  font-size: 22px;
  line-height: 24px;
  color: #FFFF0F;
  margin-top:80px;
  text-align: center;
  font-weight: 700;
}
.popup-content-box a .product-desc{
  font-size: 17px;
  color: #FFFFFF;
  margin-top:25px;
  text-align: center;
  padding: 0 15px;
}
.popup-content-box a .enter-now{
  width: 150px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  margin-top:5px;
  background: url('/assets/img/btn-ny.png') center no-repeat;
  border-radius: 17px;
  font-size: 16px;
  color: #000000;
  margin-left:20%;
}
.promotion{
width: 100%;
position: fixed;
bottom: 0;
right: 0;
background-color: #14345d;
z-index: 100;
}
.img-cover {
  object-fit: cover;
  width: 80px;
  height: 80px;
}
.box{
 background-color: #f4fafd;
 padding: 25px;
 border-radius: 10px;
}
@media screen and (max-width: 980px) {
.promotion {
bottom: 8%;
}
}
.con-coupon{
	position:relative;
	text-align:center;
	width:100%;
	height:6.875rem;
	z-index:99;
	vertical-align:middle;
}
.con-coupon .m-header-banner{
	width:100%;
	height:100%;
	background-size:auto 100%;
}
.con-coupon .coupon-link{
	display:flex;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	align-items:center;
	justify-content:center;
	padding:0 5rem;
	background-color:#279f70;
	background:url(/assets/img/promotion_bg_header.jpg) no-repeat 50%;
	background-size:cover}
.con-coupon .coupon-link span{
	display:inline-block;
	font-size:1.925rem;
	color:#ffffff;
	line-height:1.875rem;
	font-family:Montserrat;
	font-weight:700
}.con-coupon .coupon-link strong{
	color:#DB060A;
}
.con-coupon .coupon-btn{
	display:inline-block;
	line-height:2.25rem;
	margin-left:2.1875rem;
	cursor:pointer;
	padding:0 .9375rem;
	vertical-align:text-top;
	background:linear-gradient(0deg,#ff9600,#fff000);
	box-shadow:0 4px 0 0 rgba(134,70,0,.8),0 10px 20px 0 rgba(1,30,42,.29);
	border-radius:20px;
	min-width:6.875rem;
	height:2.5rem;color:#6a2f24;
	font-weight:700;
	font-size:1.125rem;
	white-space:nowrap
}
.con-coupon a{
		text-decoration: none !important;}
/*.con-coupon-m{
	width:100%;
	height:auto;
	background:linear-gradient(90deg,#ff7d7d,#f73f59)}
.con-coupon-m .coupon-link{
	position:relative;
	width:100%;
	background:none;
	padding:0
}
.con-coupon-m .coupon-link p{
	font-size:1.5rem;
	padding:2rem 1rem;color:#fff 
}*/
@media (max-width:1024px){
	.con-coupon .coupon-btn,.con-coupon .coupon-close-btn{
		display:none}}
@media (max-width:640px){
	.con-coupon .coupon-link span{
		font-size:1.2rem;
		padding:1rem}}

.coupon-close-btn{
	position:absolute;
	right:1.25rem;
	top:50%;
	transform:translateY(-50%);
	z-index:2;
	cursor:pointer;
	border:none;
	font-size:0;
	width:4.375rem;
	height:4.375rem;
	vertical-align:middle;
	opacity:.7}
.coupon-close-btn:after{
	transform:translate(-50%,-50%) rotate(45deg)}
.coupon-close-btn:after,.coupon-close-btn:before{
	content:"";
	border-radius:5px;
	height:2px;
	background:#1b0400;
	width:34px;
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%}
.coupon-close-btn:before{
	transform:translate(-50%,-50%) rotate(-45deg)}
.coupon-close-btn:hover{opacity:1}
.tab-004 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.tab-004 > input[type="radio"] {
  display: none;
}

.tab-004 > label {
  flex: 1 1;
  order: -1;
  position: relative;
  min-width: 70px;
  padding: .7em 1em;
  background-color: #f2f2f2;
  color: #343434;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.1;
}

.tab-004 > label:hover {
  background-color: #25b5f6;
  color: #fff !important;
}

.tab-004 > input:checked + label {
  background-color: #25b5f6;
  color: #fff !important;
}

.tab-004 > input:checked + label::before {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 16px;
  background-color: #25b5f6;
  content: '';
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tab-004 > div {
  display: none;
  width: 100%;
  padding: 1.5em 1em;
}

.tab-004 > input:checked + label + div {
  display: block;
}
.font14 {
    font-size: 14px !important;
}
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #f96e68;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background:  linear-gradient(113.3deg, rgb(0, 98, 186) -6%, rgb(88, 40, 178) 10.2%, rgb(234, 39, 119) 34.3%, rgb(255, 80, 152) 54%, rgb(255, 101, 74) 62.5%, rgb(254, 166, 34) 77.2%, rgb(255, 227, 99) 91.2%, rgb(58, 243, 156) 112%, rgb(58, 243, 156) 118.1%);
  font-family:'Underdog', cursive;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  z-index: 2;
}
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -15px;
  top: 30px;
  transform: rotate(45deg);
}
.blog-details-box h2 {
  position: relative;
  overflow: hidden;
  padding: 1rem 2rem 1rem 130px;
  border-top: 3px solid #1aabf4;
  margin-bottom: 50px;
 font-weight: bold;
 font-size: 30px;
}
.blog-details-box h2:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #1aabf4;
}

.blog-details-box ol li{
line-height: 30px;
}
.promotion-alert {
    background-color: #ffcc00;
    color: #333;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
}
.discount-highlight {
    color: #ff0000;
    font-weight: bold;
    font-size: 24px; 
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.7); 
    padding: 5px 5px;
}
.title-s{
border-left: 4px solid #1aabf4; 
padding-left: 10px;
}
 .my-custom-table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #ddd; /* 将边框宽度调小一些 */
  }
  
  .my-custom-table th:first-child,
  .my-custom-table td:first-child {
    background-color: #f7f7fc;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
  }
@media ( min-width: 1200px) {
 .module-6 .container {
    width: 1230px;
  }
}
.customizable-box {
  position: relative;
  padding: 30px 60px 20px;
  background-color: #EFEFEF;
  border-radius: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
@media ( max-width: 1200px) {
  .customizable-box {
    padding: 20px;
  }
}
@media ( max-width: 768px) {
  .customizable-box {
    padding: 16vw 15px;
  }
}

.utility-list, .multimedia-list {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
@media ( max-width: 768px) {
  .utility-list, .multimedia-list {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}

.multimedia-list {
  margin-left: 77px;
}
@media ( max-width: 768px) {
  .multimedia-list {
    margin-left: 0;
    margin-top: 30px;
  }
}

.utility-list::before, .utility-list::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  background-color: #908d8d;
  border-radius: 5px;
  transform: translateY(-50%);
}
@media ( max-width: 768px) {
  .utility-list::before, .utility-list::after {
    left: 50%;
    top: auto;
    transform: translateX(-50%);
  }
}

.utility-list::before {
  right: -60px;
  width: 40px;
  height: 10px;
}
@media ( max-width: 768px) {
  .utility-list::before {
    bottom: -16px;
    width: 20px;
    height: 5px;
  }
}

.utility-list::after {
  right: -45px;
  width: 10px;
  height: 40px;
}
@media ( max-width: 768px) {
  .utility-list::after {
    bottom: -24px;
    width: 5px;
    height: 20px;
  }
}

.customizable-pro {
  position: relative;
  padding: 12px 20px;
  margin-bottom: 24px;
  max-width: 300px;
  background-color: #FFFFFF;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 0 0 0.625rem -0.0875rem rgba(0,0,0,0.13);
  transition: all 0.3s;
}
@media ( max-width: 1200px) {
  .customizable-pro {
    padding: 15px;
  }
}
@media ( max-width: 768px) {
  .customizable-pro {
    padding: 5px;
    margin: 0 5px;
    text-align: center;
  }
}

.customizable-pro img, .customizable-pro a, .customizable-pro span {
  display: inline-block;
  vertical-align: middle;
}

.customizable-pro a {
  display: none;
}
@media ( max-width: 768px) {
  .customizable-pro img {
    width: 40px;
    height: auto;
  }
}
.customizable-pro a, .customizable-pro span {
  margin-left: 8px;
  max-width: 103px;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  font-weight: 600;
}
@media ( max-width: 768px) {
  .customizable-pro a, .customizable-pro span {
    font-size: 11pt;
    line-height: 1.5;
  }
}
.customizable-pro a:hover, .customizable-pro span:hover {
  text-decoration: none;
}
@media ( max-width: 768px) {
  .customizable-pro a, .customizable-pro span {
    display: none !important;
  }
}

.customizable-choose {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  right: 0;
  top: 0;
  height: 100%;
  width: 502px;
  background-color: #FFFFFF;
  border-radius: 40px;
  text-align: center;
}
@media ( max-width: 1200px) {
  .customizable-choose {
    width: 320px;
  }
}
@media ( max-width: 1200px) {
  .customizable-choose {
    position: static;
    width: 100%;
  }
}
@media ( max-width: 768px) {
  .customizable-choose {
    margin-top: 8vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}

.utility-img-list, .multimedia-img-list {
  display: inline-block;
  margin: 10px;
  width: 100px;
  height: 100px;
  vertical-align: middle;
  overflow: hidden;
}
@media ( max-width: 768px) {
  .utility-img-list, .multimedia-img-list {
    width: 18vw;
    height: 18vw;
  }
}

.img-show-box {
  transition: all 0.3s;
}
@media ( max-width: 768px) {
  .img-show-box img {
    width: 18vw;
    height: 18vw;
  }
}


.customizable-btns .btn-market {
  margin: 0 auto 16px;
}


.customizable-info-item {
  display: none;
}

.customizable-info-item.active {
  display: block;
}

.module-6 {
  position: relative;
  padding-bottom: 104px;
}
.module-6 .module-title {
  margin: 150px 0 63px;
}
@media ( max-width: 768px) {
  .module-6 .module-title {
    margin: 16vw 0 8vw 0;
  }
}
.customizable-pro-link {
  text-decoration: none !important; 
  color: inherit;
  display: inline-block; 
}
.bg-halloween{
background: linear-gradient(98.3deg, rgb(0, 0, 0) 10.6%, rgb(255, 0, 0) 97.7%);
}
.spider-container {
  position: absolute;
  top: 20px; /* 调整位置 */
  right: 20px; /* 调整位置 */
  z-index: 1000; /* 确保在上层 */
}

.spider {
  width: 30px; /* 蜘蛛宽度 */
  height: 30px; /* 蜘蛛高度 */
  background-image: url('/assets/img/spider.png'); /* 蜘蛛图片路径 */
  background-size: cover;
  position: absolute;
  animation: move 5s linear infinite; /* 动画效果 */
}

@keyframes move {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-20px) translateX(20px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}

/* 根据需要调整每只蜘蛛的动画延迟 */
.spider:nth-child(1) {
  animation-delay: 0s;
}

.spider:nth-child(2) {
  animation-delay: 1s;
}

.spider:nth-child(3) {
  animation-delay: 2s;
}
.halloween-elements {
    position: absolute;
    top: 20px;
    left: 200px;
    z-index: 1000;
}
.halloween-elements1 {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1000;
}
.halloween-elements2 {
    position: absolute;
    top: 400px;
    left: 30px;
    z-index: 1000;
}

.element {
    width: 100px;  /* 增加大小 */
    height: 100px; /* 增加大小 */
    position: absolute;
    animation: float 4s ease-in-out infinite;
}

/* 为每个元素设置不同的初始位置 */
.pumpkin {
    background-image: url('/assets/img/pumpkin.png');
    left: 0;
    top: 0;  /* 南瓜位置 */
}

.ghost {
    background-image: url('/assets/img/ghost.png');
    left: 100px; /* 鬼魂位置 */
    top: 50px;   /* 调整垂直位置 */
}

.bat {
    background-image: url('/assets/img/bat.png');
    left: 200px; /* 蝙蝠位置 */
    top: 20px;   /* 调整垂直位置 */
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}

/* 根据需要调整每个元素的动画延迟和位置 */
.pumpkin {
    animation-delay: 0s;
    left: 10%; /* 调整位置 */
    top: 30%;
}

.ghost {
    animation-delay: 1s;
    left: 40%; /* 调整位置 */
    top: 10%;
}

.bat {
    animation-delay: 2s;
    left: 70%; /* 调整位置 */
    top: 20%;
}
.bg-gradient-article{
background: linear-gradient(89.9deg, rgba(178, 253, 238, 0.96) -8.1%, rgb(207, 244, 254) 26.3%, rgba(207, 244, 254, 0.48) 47.5%, rgba(254, 219, 243, 0.63) 61.5%, rgb(254, 219, 243) 78.7%, rgb(254, 207, 210) 109.2%);
}