.container {
    margin-top: 100px;
    width: 100%;
}

.container .row {
    width: 100%;
    background-color: #f0f0f0;
}

.container .row .bread {
    width: 80%;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.breadcrumb {
    display: flex;
    align-items: center;
    list-style: none;
}

.breadcrumb-item {
    color: #606266;
    text-decoration: none;
}

.breadcrumb-item a {
    color: #606266;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    color: #409eff;
}

.breadcrumb-separator {
    margin: 0 8px;
    color: #c0c4cc;
}

.breadcrumb-item:last-child {
    color: #303133;
}
.titles {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.titles h1 {
    display: flex;
    align-items: flex-end;
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    padding: 20px 0;
    border-bottom: 2px solid #409eff;
}

.equipment {
    width: 80%;
    padding: 20px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url("assets/home/shebeibj.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.equipment p {
    width: 50%;
    color: #555;
    margin: 30px 0;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}

.swiper {
    width: 100%;
    margin: 20px 0;
}

.swiper-container {
    width: 100%;
    padding: 20px 0;
}

.swiper-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiper-slide h3 {
    text-align: center;
    margin: 10px 0;
    font-size: 16px;
    color: #333;
}

.swiper-slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.swiper-button-prev,
.swiper-button-next {
    color: #409eff;
}

.swiper-pagination-bullet-active {
    background-color: #409eff;
}

.loading {
    text-align: center;
    padding: 50px 0;
    color: #606266;
}

.error {
    text-align: center;
    padding: 50px 0;
    color: #f56c6c;
}

@media only screen and (max-width: 576px) {
    .container .row .bread,
    .titles {
        width: 90%;
    }
    .container {
        margin-top: 60px;
    }

    .equipment {
        width: 90%;
        padding: 10px 0;
    }

    .equipment p {
        width: 90%;
    }

    .swiper-slide {
        width: 100%;
    }

    .swiper-slide img {
        height: 200px;
    }
}
