.max_box {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: clip;
}

.home-content {
    width: 1200px;
    margin: 0 auto;
}

.swiper_wrap {
    width: 100%;
}

.swiper-row .swiper {
    width: 100%;
    height: 100%;
}

.swiper-row .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-row .swiper-button-next:after,
.swiper-row .swiper-button-prev:after {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.swiper-row .swiper-button-next {
    width: 20px;
    height: 30px;
    background: rgba(0, 0, 0, .2);
    border-radius: 50% 0 0 50%;
}

.swiper-row .swiper-button-prev {
    width: 20px;
    height: 30px;
    background: rgba(0, 0, 0, .2);
    border-radius: 0 50% 50% 0;
}

.swiper-row .swiper-pagination-bullet-active {
    width: 25px;
    height: 10px;
    border-radius: 10px;
    background: #f1f1f1;
}

.swiper-row {
    width: 1200px;
    margin: 30px auto;
}

.banner-slide-link {
    display: block;
    width: 100%;
}

.banner-slide-media {
    width: 100%;
    height: auto;
    display: block;
}

.home-state {
    text-align: center;
    padding: 32px 16px;
    color: #64748b;
    font-size: 14px;
}

.home-state.home-error {
    color: #b45309;
}

.home-retry-btn {
    margin-top: 12px;
    padding: 8px 18px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: #fff;
    color: #334155;
    cursor: pointer;
}

.home-retry-btn:hover {
    border-color: #94a3b8;
    background: #f8fafc;
}

@media (max-width: 768px) {
    .home-content {
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .swiper-row {
        width: 100%;
        max-width: 100%;
        margin: 20px 0;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .box_contents {
        width: 100%;
        padding: 0 5px;
        margin: 0;
        box-sizing: border-box;
    }

    .box_contents > * {
        max-width: 100%;
    }
}
