.oc-main-magnet-breadcrumb{
    padding-bottom: 0;
}

.oc-featured-banner-title{
    font-size: 32px;
    font-weight: 700;
    line-height: 42.3px;
    text-align: center;
    color:#333;
    margin-bottom: 32px;
}
.oc-featured-banner-wrapper{
    padding: 62px 0;
    margin-bottom: 40px;
}
.oc-featured-banner-content {
    position: relative;
    min-height: 150px;
}
.oc-featured-banner-content .swiper{
    height: 100%;
}
.oc-featured-banner-content .cutting-swiper-pagination{
    --swiper-pagination-color:var(--color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    /* position: absolute;
    bottom: 0px; */
}
.oc-featured-banner-content .swiper-next,.oc-featured-banner-content .swiper-prev{
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #40404033;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    color: var(--color);
}
.oc-featured-banner-content .swiper-next{
    right: -50px;
}
.oc-featured-banner-content .swiper-prev{
    left: -50px;
}
.oc-featured-banner-img{
    display: block;
    height: 325px;
}
.oc-featured-banner-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.oc-featured-banner-content .swiper-slide{
    width: 388px;
    height: auto;
    min-height: 235px;
}
.oc-featured-banner-name{
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 26.44px;
    text-align: center;
    margin: 18px 0;
    color: var(--color);
}
/* 绿色背景 */
.bg-featured-green {
    background-color: #50A56D1A;
    margin-bottom: 82px;
}
.bg-featured-green .oc-featured-banner-content{
    max-height: 890px;
    padding-bottom: 40px;
}

/* 白色背景 */
.bg-featured-white .swiper-wrapper{
    flex-wrap: wrap;
    gap: 17px;
}
.bg-featured-white .oc-featured-banner-content .swiper-slide{
    width: 388px;
}
.bg-featured-white .swiper-next,.bg-featured-white .swiper-prev{
    display: none;
}
/* 产品详情-相关产品 */
.bg-featured-product{
    /* width: 891px; */
    padding-bottom:0;
}
.bg-featured-product .main-btn{
    height: 40px;
    margin-bottom: 10px;
}
.bg-featured-product .oc-featured-banner-content{
    height: 1080px;
    padding-bottom: 0;
}
.bg-featured-product .oc-featured-banner-name{
    font-size: 16px;
}
.bg-featured-product .oc-featured-banner-img{
    height: 241px;
}
.bg-featured-product  .oc-featured-banner-content .swiper-next,.bg-featured-product  .oc-featured-banner-content .swiper-prev{
    top: 50%;
}
.bg-featured-product .cutting-swiper-pagination{
    display: none;
}
@media screen and (max-width: 1350px) {
    .oc-featured-banner-content .swiper-next{
        right: -30px;
    }
    .oc-featured-banner-content .swiper-prev{
        left: -30px;
    }
}
/*Mobile*/
@media screen and (max-width: 1024px) {
    .oc-featured-banner-wrapper.bg-featured-green .swiper-wrapper{
        max-height: 20.5rem;
    }
    .oc-featured-banner-content .swiper-next, .oc-featured-banner-content .swiper-prev{
        display: none;
    }
    .oc-featured-banner-wrapper{
        width: 100%;
        padding: 0.74rem 0.3rem;
        padding-bottom: 1.23rem;
    }
    .oc-featured-banner-img{
        /* width: 3.4rem; */
        width: 100%;
        height: 3.41rem;
    }
    .oc-featured-banner-title{
        font-size: 0.32rem;
        line-height: 0.42rem;
    }
    .oc-featured-banner-name{
        margin-top: 0.36rem;
        margin-bottom: 0.15rem;
        font-size: 0.2rem;
        line-height: 0.26rem;
    }
    /* 白 */
    .bg-featured-white .oc-featured-banner-content .swiper-slide{
        width: 3.4rem;
    }
    .bg-featured-white .swiper-wrapper{
        gap: 0.08rem;
    }

    .bg-featured-green .oc-featured-banner-content{
        max-height: 20.5rem;
        padding-bottom: 0;
    }
    .oc-featured-banner-content .cutting-swiper-pagination{
        margin-top: 0.43rem;
    }
}