.lunboBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -550px;
    margin-bottom: 50px;
    position: relative;
}
.carousel-wrap-box {
    width: 100%;
    height: 440px;
    perspective: 900px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.carousel-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: all 0.5s ease;
}

.carousel-item {
    position: absolute;
    width: 62vw;
    max-width: 560px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 14px;
    background: #fff;
    border: 1px solid #ffffff;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    backface-visibility: hidden;
    transition: all 0.5s ease;
}
.pic_box {
    width: 100%;
    height: 260px;
    border-radius: 14px 14px 0 0;
}
.pic_box .p_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px 14px 0 0;
}
.carousel-text {
    display: flex;
    flex-direction: column;
    padding: 18px;
}
.carousel-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #333;
}
.carousel-desc {
    font-size: 16px;
    color: #0FA443;
    line-height: normal;
    text-align: right;
    letter-spacing: 1.2px;
}

/* 中间选中卡片放大 */
.carousel-item.active {
    transform: translate(-50%, -50%) translateZ(70px) scale(1.1);
    z-index: 10;
}
/* 左侧卡片 */
.carousel-item.prev {
    transform: translate(-125%, -50%) translateZ(-60px) scale(0.9);
    opacity: 0.78;
    z-index: 5;
}
/* 右侧卡片 */
.carousel-item.next {
    transform: translate(25%, -50%) translateZ(-60px) scale(0.9);
    opacity: 0.78;
    z-index: 5;
}
/* 隐藏卡片 */
.carousel-item.hidden {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) translateZ(-120px) scale(0.7);
}
.carousel-btn {
    position: absolute;
    top: 90%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    color: #fff;
    font-size: 16px;
    z-index: 120;
}

#prevBtn {
    left: 18px;
}
#nextBtn {
    right: 18px;
}

.dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 50px;
}
.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
}
.dot.active {
    background: #fff;
    width: 20px;
    border-radius: 5px;
}


@media screen and (max-width: 991px) {
    .lunboBox {
        margin-top: -714px;
        margin-bottom: 94px;
    }
    .carousel-wrap-box {
        height: 560px;
        perspective: 900px;
    }
    .pic_box {
        height: 330px;
    }
}
@media screen and (max-width: 960px) {
    .lunboBox {
        margin-top: -692px;
        margin-bottom: 89px;
    }
    .carousel-wrap-box {
        height: 543px;
        perspective: 900px;
    }
    .pic_box {
        height: 320px;
    }
}
@media screen and (max-width: 930px) {
    .lunboBox {
        margin-top: -670px;
        margin-bottom: 84px;
    }
    .carousel-wrap-box {
        height: 526px;
        perspective: 900px;
    }
    .pic_box {
        height: 310px;
    }
}
@media screen and (max-width: 900px) {
    .lunboBox {
        margin-top: -649px;
        margin-bottom: 79px;
    }
    .carousel-wrap-box {
        height: 510px;
        perspective: 900px;
    }
    .pic_box {
        height: 300px;
    }
}
@media screen and (max-width: 870px) {
    .lunboBox {
        margin-top: -627px;
        margin-bottom: 75px;
    }
    .carousel-wrap-box {
        height: 492px;
        perspective: 900px;
    }
    .pic_box {
        height: 290px;
    }
}
@media screen and (max-width: 840px) {
    .lunboBox {
        margin-top: -605px;
        margin-bottom: 70px;
    }
    .carousel-wrap-box {
        height: 475px;
        perspective: 900px;
    }
    .pic_box {
        height: 280px;
    }
}
@media screen and (max-width: 810px) {
    .lunboBox {
        margin-top: -584px;
        margin-bottom: 64px;
    }
    .carousel-wrap-box {
        height: 460px;
        perspective: 900px;
    }
    .pic_box {
        height: 270px;
    }
}
@media screen and (max-width: 768px) {
    .lunboBox {
        margin-top: -550px;
        margin-bottom: 50px;
    }
    .carousel-wrap-box {
        height: 440px;
        perspective: 900px;
    }
    .pic_box {
        height: 260px;
    }
}
@media screen and (max-width: 720px) {
    .lunboBox {
        margin-top: -530px;
        margin-bottom: 50px;
    }
    .carousel-wrap-box {
        height: 420px;
        perspective: 900px;
    }
}
@media screen and (max-width: 700px) {
    .lunboBox {
        margin-top: -510px;
        margin-bottom: 40px;
    }
    .carousel-wrap-box {
        height: 410px;
        perspective: 900px;
    }
    .pic_box {
        height: 240px;
    }
}
@media screen and (max-width: 670px) {
    .lunboBox {
        margin-top: -490px;
        margin-bottom: 40px;
    }
    .carousel-wrap-box {
        height: 390px;
        perspective: 900px;
    }
    .pic_box {
        height: 220px;
    }
}
@media screen and (max-width: 640px) {
    .lunboBox {
        margin-top: -470px;
        margin-bottom: 36px;
    }
    .carousel-wrap-box {
        height: 374px;
        perspective: 900px;
    }
    .pic_box {
        height: 200px;
    }
}
@media screen and (max-width: 600px) {
    .lunboBox {
        margin-top: -440px;
        margin-bottom: 30px;
    }
    .carousel-wrap-box {
        height: 350px;
        perspective: 900px;
    }
    .pic_box {
        height: 180px;
    }
}
@media screen and (max-width: 570px) {
    .lunboBox {
        margin-top: -418px;
        margin-bottom: 26px;
    }
    .carousel-wrap-box {
        height: 332px;
        perspective: 900px;
    }
    .pic_box {
        height: 170px;
    }
}
@media screen and (max-width: 550px) {
    .lunboBox {
        margin-top: -403px;
        margin-bottom: 22px;
    }
    .carousel-wrap-box {
        height: 321px;
        perspective: 900px;
    }
    .pic_box {
        height: 160px;
    }
    .carousel-text {
        padding: 14px;
    }
    .carousel-title {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .carousel-desc {
        font-size: 14px;
    }
}
@media screen and (max-width: 510px) {
    .lunboBox {
        margin-top: -374px;
        margin-bottom: 16px;
    }
    .carousel-wrap-box {
        height: 298px;
        perspective: 900px;
    }
    .pic_box {
        height: 160px;
    }
    .carousel-text {
        padding: 14px;
    }
    .carousel-title {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .carousel-desc {
        font-size: 13px;
    }
}
@media screen and (max-width: 480px) {
    .lunboBox {
        margin-top: -352px;
        margin-bottom: 27px;
    }
    .carousel-wrap-box {
        height: 280px;
        perspective: 900px;
    }
    .pic_box {
        height: 150px;
    }
    .carousel-text {
        padding: 14px;
    }
    .carousel-title {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .carousel-desc {
        font-size: 13px;
    }
    .dots {
        margin-top: 35px;
    }
}
@media screen and (max-width: 455px) {
    .lunboBox {
        margin-top: -334px;
        margin-bottom: 25px;
    }
    .carousel-wrap-box {
        height: 264px;
        perspective: 900px;
    }
    .pic_box {
        height: 140px;
    }
    .carousel-text {
        padding: 14px;
    }
    .carousel-title {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .carousel-desc {
        font-size: 13px;
    }
    .dots {
        margin-top: 35px;
    }
}
@media screen and (max-width: 435px) {
    .lunboBox {
        margin-top: -318px;
        margin-bottom: 25px;
    }
    .carousel-wrap-box {
        height: 250px;
        perspective: 900px;
    }
    .pic_box {
        height: 140px;
    }
    .carousel-text {
        padding: 10px;
    }
    .carousel-title {
        font-size: 14px;
        margin-bottom: 2px;
    }
    .carousel-desc {
        font-size: 13px;
    }
    .dots {
        margin-top: 35px;
    }
    .dot {
        width: 8px;
        height: 8px;
    }
    .dot.active {
        width: 15px;
    }
}
@media screen and (max-width: 410px) {
    .lunboBox {
        margin-top: -300px;
        margin-bottom: 17px;
    }
    .carousel-wrap-box {
        height: 240px;
        perspective: 900px;
    }
    .pic_box {
        height: 130px;
    }
    .carousel-text {
        padding: 7px 10px;
    }
    .carousel-title {
        font-size: 13px;
        margin-bottom: 2px;
    }
    .carousel-desc {
        font-size: 12px;
    }
}
@media screen and (max-width: 385px) {
    .lunboBox {
        margin-top: -282px;
        margin-bottom: 15px;
    }
    .carousel-wrap-box {
        height: 224px;
        perspective: 900px;
    }
    .pic_box {
        height: 120px;
    }
    .carousel-text {
        padding: 7px 10px;
    }
    .carousel-title {
        font-size: 12px;
        margin-bottom: 1px;
    }
    .carousel-desc {
        font-size: 12px;
        letter-spacing: 1px;
    }
}



















































