html,body {scroll-behavior: smooth;}
*{margin: 0; padding: 0;}
a,a:hover {text-decoration: none;}
img {max-width: 100%;}
ul,ol,li {list-style: none;}
.details{padding: 0;width: 1200px;margin: 0 auto;}
/*-------------*/
.btn a{height: 63px; padding:0 65px;border-radius: 31px;font-size: 33px;color: #fff;display: inline-flex;align-items: center;}
.btn a:hover{text-decoration: none;}
.btn a{background: #ff8624;margin: 10px 0;font-weight:bold;}
.btn a span{ font-size:21px; padding-left:10px; }
.btn a span del{ font-size:15px; color:#333; font-weight:normal;}

.promotion-banner{background: url(../images/promotion23/bg1.jpg) no-repeat center/cover #c8dafe;height: 661px;text-align: center;}
.promotion-banner .logo{padding: 20px 0 15px;display: flex;justify-content: space-between; align-items: center;flex-wrap: wrap;}
.promotion-banner .logo a{color:#fff; text-decoration:underline;font-size: 17px;display: flex;gap: 5px;align-items: flex-end;line-height: 1;}
h1{font-size: 60px;color: #fff;}
h1 img{vertical-align: baseline;}
.promotion-banner p{font-size: 25px;color: #fff;padding: 28px 0 30px;}
.promotion-banner ul{background: url(../images/promotion23/t_bg.png) no-repeat center;display: flex;justify-content: space-between; width: 294px;height: 52px; margin: 15px auto 0;}
.promotion-banner ul li{color: #fff;font-size: 23px;width: 52px;padding-top: 5px;}
/*-------------*/
.promotion-product{background: url(../images/promotion23/bg2.jpg) no-repeat center top/100% auto #c8dafe;}
.promotion-product .details{background: #4873ef;border-radius: 12px;border:2px solid #0953c2;padding-bottom: 30px;}
.promotion-product .pro-img{text-align: center;}
.promotion-product .pro-img img{margin: -200px auto 0;}
.banner-content{display: flex;}
.banner-content >div{width: 50%; box-sizing: border-box;padding: 0 40px;}
.prod-left{position: relative;}
.prod-left:after{content: "";display: inline-block;width: 1px;height: 100%;position: absolute;right: 0;top: 0; background:linear-gradient(to bottom,transparent,#5b81f1,transparent);}
.prod-left> ul li{font-size:19px;color: #fff;padding: 14px 0;}
.prod-left> ul li span{color: #779dff;}
.prod-left> ul li del{padding: 0 6px;}
.prod-left> ul li a{color:#fff;}
.prod-left .gifts h3{font-size: 19px;display: flex;align-items:flex-end;justify-content: center;padding: 20px 0 15px;}
.prod-left .gifts a{color: #fff;}
.prod-left .gifts ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.prod-left .gifts ul li{font-size: 19px;color: #aecdff;padding: 9px 0;width: 70%;}
.prod-left .gifts ul li:nth-of-type(even){width:30%;}
.prod-right .t{font-size: 21px;color: #fff;position: relative;padding: 14px 0 12px;margin-bottom: 5px;}
.prod-right ul{position: relative;}
.prod-right ul:before,.prod-right ul:after{content: "";display: inline-block;height: 1px;width: 100%;position: absolute;left: 0;bottom: 0; background:linear-gradient(to right,#5b81f1 ,#5b81f1 50%,transparent);}
.prod-right ul:before{bottom: auto;top: 0;}
.prod-right ul li{font-size: 19px;color: #fff;padding: 12px 0;}
.prod-right ul li span{color: #b6c7f9;}
.prod-right ul li var{color: #ffae21;font-size: 29px;font-style: normal;font-weight: bold;}
.prod-right .buy-box{ background: linear-gradient(to bottom,#5983fb,transparent);border-radius: 5px; text-align: center;margin: 20px 0 0;width: 430px;padding: 15px 0 0; }
.prod-right .hurry{background: url(../images/promotion23/hurry.png) no-repeat left center;font-size: 16px;color: #fff; line-height: 52px;width: 324px;margin: 0 auto;box-sizing: border-box; text-align: left; padding-left: 50px;}
.prod-right .hurry span{font-size: 18px;}
.prod-right .hurry var{font-style: normal;}
.buy-box p{color: #7facff;padding: 10px 0 30px;}
.promise-content{font-size: 17px;color: #36549f;display: flex;justify-content: space-between;width: 840px; margin: 0 auto;padding: 20px 0;}
/*-------------*/
@media (max-width: 979px) {
	.details{width:95%;}
	body{font:15px/26px HelveticaNeue, Arial, Helvetica, tahoma, sans-serif;}
	/*-------------*/
	.banner-content >div{padding: 0 5px;}
	.prod-right .buy-box{width: 100%;}
	.prod-left .gifts ul li{width: 60%;}
	.prod-left .gifts ul li:nth-of-type(even){width: 40%;}
	.promise-content{width: 100%;}
}

@media (max-width: 767px) {
	h1{font-size: 50px;}
	.promotion-banner p{font-size: 20px;}
	/*-------------*/
	.promotion-product .pro-img img{margin: -100px auto 0;}
	.banner-content{flex-wrap: wrap;}
	.banner-content >div{width: 100%;}
	/*-------------*/
	.promise-content{flex-wrap: wrap;justify-content: center;}
     /*-------------*/
}

@media  (max-width: 479px) {
	h1{font-size: 40px;}
	.btn a{font-size: 31px;padding: 0 90px;}
}


/* ························································································ */

.product {padding:50px 0;position: relative;background: #c8dafe;}
.top-tag {
    width: 206px;
    height: 50px;
    margin: 0 auto;
    border-radius: 25px;
    box-sizing: border-box;
    padding: 2px;
    background: linear-gradient(90deg, #99beff, #548df0, #99beff);
}
.top-tag>b {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background-color: #B8CFFF;
    line-height: 46px;
    text-align: center;
    font-size: 21px;
    color: #2061d2;
}


.main-h2 {font-size: 45px;line-height: 1;font-weight: 600;text-align: center;margin: 26px 0 18px;color: #2061d2;}
.main-p {font-size: 19px;color: #5f84c5;line-height: 1.1;text-align: center;}
.product-wrap {padding-top: 58px;}
.product-content {display: flex;justify-content: center;align-items: center;flex-wrap: wrap;gap: 40px;background-color: #fff;border-radius: 22px;padding: 60px 144px 46px 46px;position: relative;}
.product-content+.product-content {margin-top: 45px;}
.product-content:nth-child(even) {padding: 60px 46px 46px 144px;}
.product-tag {width: 100px;height: 113px;font-size: 30px;color: #fff;line-height: 1.2;box-sizing: border-box;padding-top: 10px;text-align: center;background: url(../images/buy-newyear2025/product-tag.png);position: absolute;top: -2px;right: 24px;}
.product-content:nth-child(even) .product-tag {right: auto;left: 24px;}
.product-content .img-wrap {display: flex; position:relative;}
.product-content:nth-child(even) .img-wrap {order: 1;}
.product-content .img-wrap>img {max-width: initial;flex-shrink: 0;}
.product-intro {width: 480px;}
.product-h3 {font-size: 24px;color: #000;line-height: 1;font-weight: 600;}
.product-intro-p {font-size: 17px;color: #626262;line-height: 1.6;margin: 10px 0 15px;text-align: left;}
.product-intro-p>a {color: #6085ff;}
.product-intro-p>a:hover {text-decoration: underline;}
.product-intros {padding-left: 22px;}
.product-intros>li {font-size: 17px;line-height: 1.1;color: #626262;list-style-type: disc;margin-bottom: 10px;}
.product-price {width: 320px;font-size: 14px;color: #b0b0b0;line-height: 1;padding: 8px 0 16px;text-align: center;}
.product-price>b {font-size: 35px;color: #ff4b1b;line-height: 1;display: inline-block;margin-right: 8px;}
.product-buttons {display: flex;width: 320px;}
.product-buttons>a {width: 100%;line-height: 60px;font-size: 27px;color: #fff;font-weight: 600;text-align: center;background: linear-gradient(90deg, #fe6a0d, #feb305);border-radius: 6px;}
.piw-items{position:absolute; bottom:5px; right:15px; display:flex; background-color:rgba(0 0 0 / .85); border-radius:8px;}
.piw-item{font-size:17px; color:#9aabb3; padding:13px;}
.piw-item.active{background-color:#3C90FF; color:#fff; border-radius:inherit;}
.pi-icons{position:absolute; bottom:35px; right:5px; left:30%; display:flex; background-color:rgba(0 0 0 / .85); border-radius:8px; align-items:center; padding:0 10px; width:fit-content; width:-moz-fit-content; width:-webkit-fit-content; margin-left:auto;}
.pi-icon{padding:13px;}
@keyframes arrowHighlight{70%{opacity:.3;}}
.pi-icon-arrow{display:inline-block; width:13px; height:13px; border:3px solid #fff; border-top:0 none; border-left:0 none; transform:rotate(-45deg); margin-top:8px; animation:arrowHighlight .9s infinite;}
.pi-icon-arrow:first-of-type{margin-left:-7px;}
.pi-icon-arrow:nth-of-type(2){animation-delay:.3s;}
.pi-icon-arrow:nth-of-type(3){animation-delay:.6s;}
.img-wrap-x{display:flex; align-items:flex-end;}
.pi-img-box{margin:0 -87px -15px 0; z-index:1;}
.pi-before-box{position:relative;}
.pi-before{position:absolute; bottom:0; object-fit:cover; object-position:50% 100%; box-shadow:0 -1px #fff; right:0;}


.faq {padding: 60px 0 78px;background: #1c1e59;color: #fff;}
.faq .main-h2{color: currentColor;}
.faq-content {padding-top: 38px;}
.qes_one{border-bottom: 1px solid #8d8ab8;padding: 18px 0 8px;text-align: left;}
.qes_one .t{font-size: 18px;/* color: #000000; */line-height: 1;cursor: pointer;padding: 0 25px 10px 0;position: relative;}
.qes_one .t:after{position: absolute;right: 0;top: 0; content: "";display: inline-block;width: 17px;height: 17px;color:#ff8624;background: linear-gradient(currentColor, currentColor) no-repeat center / 100% 3px, linear-gradient(currentColor, currentColor) no-repeat center / 3px 100%}
.qes_one .qes_ans{font-size: 15px;line-height: 1.5;color: #d3cef9;padding: 10px 0 20px;display: none;}
.qes_one.focus .t:after{background: linear-gradient(currentColor, currentColor) no-repeat center / 100% 3px;}
.qes_one.focus .qes_ans{display: block;}
.qes_one a { color: #2691fc; }


.slide-nav-wrap{position:fixed; right:1%; bottom:10%; text-align:center;}
.slide-nav-wrap::before{content:url(../images/buy-newyear2025/slide-tree.png); line-height:0; display:block; margin-bottom:-13px;}
.slide-nav-wrap li a{position:relative; font-size:24px; font-weight:700; color:#fff; background:linear-gradient(50deg, #09bbfe, #5a42ec, #8642ec) no-repeat; display:block; min-height:80px; border:1px solid #BED0FC; border-radius:20px; display:flex; align-items:center; justify-content:center; flex-flow:column; padding:5px 10px; min-width:205px; box-sizing:border-box;}
.slide-nav-wrap li a b{background-color:#FFDE00; font-size:60%; color:#f00; border-radius:100vw; padding:4px 10px; line-height:1;}

@media (max-width: 979px) {

	.details{width:96%;}
	/*-------------*/
	main {background: linear-gradient(#0f0d23, #2d307a 40%, #d7e0ff);}

	.product-content,.product-content:nth-child(even) {padding: 50px 10px 40px;}
	.product-content .img-wrap>img, .product-content .img-wrap-x img {max-width: 100%;flex-shrink: 1; height:auto;}
	.product-intro {width: 100%;text-align: center;}
	.product-intros {width: fit-content;margin: 0 auto;text-align: left;}
	.product-price,.product-buttons {margin: 0 auto;}
	.product-content:nth-child(even) .img-wrap {justify-content: center;order: 0;}

	.faq {background: #1c1e59;}
}

@media (max-width: 767px) {
	.main-h2 {font-size: 29px;}
	.product-tag{z-index:1;}
}

@media  (max-width: 479px) {
	.piw-item{font-size:13px;}
	.pi-icon-arrow:not(:first-of-type){display:none;}

	.slide-nav-wrap{display:none;}
}