.main-box[data-v-25182c26] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.main-left[data-v-25182c26] {
    flex: 1;
    min-width: 0;
}

.main-right[data-v-25182c26] {
    max-width: 100%;
    width: 400px;
}

.carousel-container[data-v-25182c26] {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.carousel-slides[data-v-25182c26] {
    display: flex;
    transition: transform .5s ease;
}

.carousel-slide[data-v-25182c26] {
    min-width: 100%;
}

.carousel-slide img[data-v-25182c26] {
    display: block;
    height: auto;
    width: 100%;
}

.carousel-dots[data-v-25182c26] {
    bottom: 15px;
    display: flex;
    gap: 8px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
}

.carousel-dot[data-v-25182c26] {
    background: #ffffff80;
    border-radius: 50%;
    cursor: pointer;
    height: 10px;
    width: 10px;
}

.carousel-dot.active[data-v-25182c26] {
    background: #fff;
}

.container[data-v-25182c26] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.hezuo-box[data-v-25182c26] {
    box-sizing: border-box;
    width: calc(50% - 10px);
}

.hezuo-box .column[data-v-25182c26] {
    text-align: center;
}

@media(max-width:768px) {
    .hezuo-box[data-v-25182c26] {
        width: 100%;
    }
}

@media(max-width:1024px) {
    .main-right[data-v-25182c26] {
        width: 100%;
    }
}
