.home-banner {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.home-banbj {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
}

.home-banbj>img {
    width: 100%;
    height: auto;
}

.home-banswiper {
    width: 100%;
}

.home-banswip-cont {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.banswip-cntleft {
    width: 100%;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
}

.banswip-ctle {
    width: 48%;
}

.banswip-ctle h2 {
    font-size: 90px;
    color:var(--color-pink);
    font-weight: 900;
}

.banswip-ctle img {
    width: 140px;
    height: auto;
    margin-top: 25px;
}

.banswip-ctlbtn {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 24px;
    color:var(--color-pink);
}

.banswip-ctlbtn>a {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid var(--color-pink);
    display: flex;
    justify-content: center;
    align-items: center;
}

.banswip-ctlbtn>a:hover {
    background-color:var(--color-pink);
}

.banswip-ctlbtn>a:hover i {
    color: var(--color-red);
}

.banswip-ctlbtn>a i {
    font-size: 24px;
    color:var(--color-pink);
    transform: rotate(180deg);
}


.banswip-cntimg {
    width: 50%;
    background-color: var(--color-pink);
}

.banswip-cntimg>img {
    width: 100%;
    height: auto;
}


.home-banswiper .swiper-container-horizontal>.swiper-pagination-bullets,
.home-banswiper .swiper-pagination-custom,
.home-banswiper .swiper-pagination-fraction {
    width: auto;
    bottom: 8%;
    left: 10%;
}

.home-banswiper .swiper-pagination {
    text-align: left;
}

.home-banswiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
    position: relative;
}

.home-banswiper .swiper-pagination-bullet-active::after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid #ffffff;
}

.home-banswiper .swiper-pagination-bullet {
    background-color: #ffffff;
    opacity: 1;
}

.home-banswiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 20px;
}






/* Products */
.home-products {
    padding: 80px 0;
    overflow: hidden;
}

.products-title {
    font-size: 60px;
    color: var(--color-red);
}


.products-swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 35px 0 35px;
}

/*.products-swiper .swiper-container {
    overflow: visible;
}

.products-swiper .swiper-slide-prev,
.products-swiper .swiper-slide-next {
    opacity: .5;
}

.products-swiper .swiper-container-horizontal>.swiper-pagination-bullets,
.products-swiper .swiper-pagination-custom,
.products-swiper .swiper-pagination-fraction {
    bottom: -30px;
}

.products-swipbox {
    width: 100%;
    background-image: url("../images/icon05.jpg");
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 60px;
}*/
/*.products-swipbtn {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.products-swipbtn>div {
    position: relative;
}

.products-swipbtn .swiper-button-next,
.products-swipbtn .swiper-button-prev {
    width: 60px;
    height: 60px;
    margin-top: -40px;
    z-index: 10;
    background-size: 13px 21px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 0 20px 5px var(--color-pink);
}

.products-swiper .swiper-pagination-bullet-active {
    width: 20px;
    opacity: 1;
    background: #333;
    border-radius: 50px;
}*/



.prod-swipbx-img {
    width: 100%;
    text-align:center;
}

.prod-swipbx-img img {
    width: 80%;
    height: auto;
}

.prod-swipbx-right {
    width: 100%;
    padding-top:30px;
}

.prod-swipbx-right h3 {
    min-height:58px;
    font-size: 24px;
    color: var(--color-red);
    text-align:center;
}

.prod-swipbx-right p {
    font-size: 22px;
    margin-top: 15px;
    color: var(--color-red);
}

    .prod-swipbx-right a {
        width: 100%;
        padding: 15px 25px;
        border-radius: 50px;
        font-size: 18px;
        margin-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border: 1px solid var(--color-pink);
        color: var(--color-red);
    }

.products-li:hover {
    border: 1px solid var(--color-red);
}
.products-li:hover .prod-swipbx-right a {
    background-color: var(--color-red);
    color: var(--color-pink);
}

.products-ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    flex-wrap: wrap;
}
.products-li {
    padding: 40px;
    border: 1px solid var(--color-pink);
    display:flex;
    flex-direction:column;
    align-items:center;
}







/* ========================== */
.home-stabl {
    padding: 100px 0;
}

.stabl-container {
    display: flex;
    gap: 40px;
    /* 卡片之间的间距 */
    flex-wrap: wrap;
    /* 允许在小屏幕换行 */
}

.stabl-card {
    background-image: url("../images/icon06.jpg");
    background-size: 100% 100%;
    width: calc(33% - 22px);
    padding: 50px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    /* 轻微圆角 */
    transition: transform 0.3s ease;
}

.icon-wrapper {
    width: 110px;
}

.icon-wrapper img {
    width: 100%;
    height: auto;
}

.stabl-title {
    color: var(--color-red);
    /* 与图标同色 */
    font-size: 36px;
    margin-top: 20px;

}




/* =================================== */
.home-bottom {
    background-image: url("../images/icon07.jpg");
    background-size: 100% 100%;
    padding: 80px 0;
}

.home-btmbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    color:var(--color-pink);
}

.home-btmbox h3 {
    font-size: 60px;
}

.home-btmbox p {
    font-size: 30px;
    margin-top: 15px;
    opacity: .8;
}

.home-btmbtn {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
}

.home-btmbtn a {
    width: 280px;
    font-size: 24px;
    color: var(--color-red);
    background-color:var(--color-pink);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    gap: 10px;
}

.home-btmbtn a img {
    width: 25px;
    height: 25px;
}



@media only screen and (max-width: 1540px) {

    .banswip-ctle h2 {
        font-size: 80px;
    }

    .banswip-ctle img {
        width: 130px;
        margin-top: 20px;
    }

    .banswip-ctlbtn {
        margin-top: 40px;
        gap: 15px;
        font-size: 20px;
    }

    .banswip-ctlbtn>a {
        width: 70px;
        height: 70px;
    }

    .banswip-ctlbtn>a i {
        font-size: 20px;
    }

    .home-banswiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 15px;
    }

    .home-banswiper .swiper-pagination-bullet-active::after {
        width: 20px;
        height: 20px;
    }

    .home-banswiper .swiper-container-horizontal>.swiper-pagination-bullets,
    .home-banswiper .swiper-pagination-custom,
    .home-banswiper .swiper-pagination-fraction {
        left: 8%;
    }




    /* Products */
    .home-products {
        padding: 60px 0;
    }

    .products-title {
        font-size: 50px;
    }

    .products-swiper {
        padding: 25px 0 25px;
    }


    .prod-swipbx-right h3 {
        min-height: 50px;
        font-size: 20px;
    }

    .prod-swipbx-right p {
        font-size: 18px;
        margin-top: 10px;
    }

    .prod-swipbx-right a {
        padding: 10px 20px;
        font-size: 16px;
        margin-top: 15px;
    }
    .prod-swipbx-right {
        padding-top: 20px;
    }
    .products-ul {
        gap: 20px;
    }

    .products-li {
        padding: 30px;
    }



    /*    .products-swipbox {
        padding: 20px 50px;
    }*/
/*    .products-swipbtn .swiper-button-next,
    .products-swipbtn .swiper-button-prev {
        width: 50px;
        height: 50px;
        margin-top: -30px;
        z-index: 10;
        background-size: 9px 15px;
    }

    .products-swiper .swiper-container-horizontal>.swiper-pagination-bullets,
    .products-swiper .swiper-pagination-custom,
    .products-swiper .swiper-pagination-fraction {
        bottom: -20px;
    }

    .products-swiper .swiper-pagination-bullet-active {
        width: 16px;
    }*/






    /* =================================== */
    .home-stabl {
        padding: 80px 0;
    }

    .stabl-container {
        gap: 30px;
    }

    .stabl-card {
        width: calc(33% - 16px);
        padding: 40px 10px;
    }

    .icon-wrapper {
        width: 90px;
    }

    .stabl-title {
        font-size: 30px;
        margin-top: 15px;
    }



    /* ======================================= */
    .home-bottom {
        padding: 60px 0;
    }

    .home-btmbox h3 {
        font-size: 50px;
    }

    .home-btmbox p {
        font-size: 24px;
        margin-top: 10px;
    }

    .home-btmbtn {
        gap: 30px;
        margin-top: 30px;
    }

    .home-btmbtn a {
        width: 240px;
        font-size: 20px;
        padding: 12px 0;
        gap: 8px;
    }

    .home-btmbtn a img {
        width: 20px;
        height: 20px;
    }


}




@media only screen and (max-width: 1340px) {
    .banswip-ctle h2 {
        font-size: 68px;
    }

    .banswip-ctle img {
        width: 110px;
        margin-top: 16px;
    }

    .banswip-ctlbtn {
        margin-top: 35px;
        gap: 10px;
        font-size: 16px;
    }

    .banswip-ctlbtn>a {
        width: 50px;
        height: 50px;
    }

    .banswip-ctlbtn>a i {
        font-size: 16px;
    }

    .home-banswiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 10px;
    }

    .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }

    .home-banswiper .swiper-pagination-bullet-active::after {
        width: 16px;
        height: 16px;
    }




    /* Products */
    .home-products {
        padding: 40px 0;
    }

    .products-title {
        font-size: 40px;
    }

    .products-swiper {
        padding: 15px 0 15px;
    }

 

    .prod-swipbx-right h3 {
        min-height: 45px;
        font-size: 18px;
    }

    .prod-swipbx-right p {
        font-size: 14px;
        margin-top: 8px;
    }

    .prod-swipbx-right a {
        padding: 8px 15px;
        font-size: 14px;
        margin-top: 10px;
    }

    .prod-swipbx-right a i {
        font-size: 12px;
    }

    .prod-swipbx-right {
        padding-top: 15px;
    }

    .products-ul {
        gap: 15px;
    }

    .products-li {
        padding: 20px;
    }

    /*     .products-swipbox {
        padding: 12px 30px;
    } 
    .products-swipbtn .swiper-button-next,
    .products-swipbtn .swiper-button-prev {
        width: 40px;
        height: 40px;
        margin-top: -30px;
        background-size: 7px 11px;
    }*/




    /* ===================================== */
    .home-stabl {
        padding: 60px 0;
    }

    .stabl-container {
        gap: 20px;
    }

    .stabl-card {
        width: calc(33% - 10px);
        padding: 30px 8px;
    }

    .icon-wrapper {
        width: 70px;
    }

    .stabl-title {
        font-size: 24px;
        margin-top: 10px;
    }




    /* ============================== */
    .home-bottom {
        padding: 40px 0;
    }

    .home-btmbox h3 {
        font-size: 38px;
    }

    .home-btmbox p {
        font-size: 18px;
        margin-top: 8px;
    }

    .home-btmbtn {
        gap: 20px;
        margin-top: 25px;
    }

    .home-btmbtn a {
        width: 200px;
        font-size: 16px;
        padding: 10px 0;
        gap: 6px;
    }

    .home-btmbtn a img {
        width: 16px;
        height: 16px;
    }




}


@media only screen and (max-width: 768px) {
    .home-banswip-cont {
        flex-direction: column;
    }

    .home-banbj {
        height: 30vh;
    }

    .home-banbj>img {
        width: 100%;
        height: 100%;
    }

    .banswip-cntleft {
        position: relative;
        top: 0;
        transform: translateY(0);
        padding: .1rem .1rem .3rem;
    }

    .banswip-ctle {
        width: 100%;
    }

    .banswip-ctle h2 {
        font-size: 48px;
    }

    .banswip-ctle img {
        width: 80px;
        margin-top: 15px;
    }

    .banswip-ctlbtn {
        margin-top: .35rem;
        gap: 10px;
        font-size: 16px;
    }

    .banswip-cntimg {
        width: 100%;
    }

    .home-banswiper .swiper-container-horizontal>.swiper-pagination-bullets,
    .home-banswiper .swiper-pagination-custom,
    .home-banswiper .swiper-pagination-fraction {
        left: 2%;
        bottom: 4%;
    }




    /* Products */
    .home-products {
        padding: .4rem 0;
    }

    .products-title {
        font-size: 30px;
        padding: 0 .1rem;
    }
    .prod-swipbx-right h3 {
        min-height: 40px;
        font-size: 14px;
    }
    .products-swiper {
        padding: .2rem .1rem .15rem;
    }

/*    .products-swipbtn .swiper-button-next,
    .products-swipbtn .swiper-button-prev {
        margin-top: -20px;
    }*/

    .products-ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .products-li {
        padding: .2rem;
    }
    .prod-swipbx-right {
        padding-top: 10px;
    }


    /* ====================================== */
    .home-stabl {
        padding: .6rem .1rem;
    }

    .stabl-container {
        gap: .2rem;
    }

    .stabl-card {
        width: calc(33% - 7px);
        padding: .3rem 8px;
    }

    .icon-wrapper {
        width: 60px;
    }

    .stabl-title {
        font-size: 20px;
        margin-top: 8px;
    }


    /* ================================= */
    .home-btmbtn {
        flex-direction: column;
        gap: .2rem;
        margin-top: 25px;
    }

    .home-btmbox h3 {
        text-align: center;
        font-size: 30px;
    }
    .home-btmbox p {
        font-size: 16px;
    }


}