.oc-main-magnet-feature-products{
    margin: 1.93rem auto 0.89rem;
    margin-left: 2.1rem;
}
.oc-main-magnet-feature-products .title{
    color: #1D1D1B;
    font-family: Poppins;
    font-size: 0.34rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 0.58rem;
    /*  */
    max-width: 15rem;
    width: 100%;
}
.oc-main-magnet-feature-products .cards-wrapper{
    display: flex;
    align-items: flex-start;
    overflow: hidden;
}
.oc-main-magnet-feature-products .cards-wrapper-box{
    position: relative;

}
/* 特色产品推荐 - 右侧图标 */
.oc-main-magnet-feature-products .cards-wrapper-box .cards-wrapper-icon{
    cursor: pointer;
    position: absolute;
    top: 2rem;
    border-radius: 50%;
    /* transition: background-color 0.3s; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.12rem;
    width: 0.60rem;
    height: 0.60rem;
}
.oc-main-magnet-feature-products .cards-wrapper-box .cards-wrapper-icon svg{
    width: 80%;
    height: 100%;
}
.oc-main-magnet-feature-products .cards-wrapper-box .cards-wrapper-icon:hover{
    background-color: #0000004d;
}
.oc-main-magnet-feature-products .cards-wrapper-box .cards-wrapper-icon.wrapper-left-icon{
    left: 0.37rem;
}
.oc-main-magnet-feature-products .cards-wrapper-box .cards-wrapper-icon.wrapper-right-icon{
    right: 0.37rem;
}

.oc-main-magnet-feature-products .product-card-item{
    width: 3.64rem;
    margin-right: 0.27rem;
    text-align: center;
}
.oc-main-magnet-feature-products .product-card-item:hover .product-title a{
    color: var(--Color);
}
.oc-main-magnet-feature-products .product-image-wrapper img{
    width: 3.64rem;
    height: 3.64rem;
    /* object-fit: cover; */
}
.oc-main-magnet-feature-products .product-content{
    padding: 0.2rem 0 0;
}
.product-content .product-title{
    text-align: left;
    width: 3.64rem;
    height: 0.72rem;
    font-size: 0.24rem;
    font-weight: 600;
    /* margin: 0.2rem 0; */
}

.product-content .product-title a{
    color: #1D1D1B;
}

.product-content .info{
    width: 3.64rem;
    height: 0.47rem;
    line-height: 0.23rem;
    text-align: left;
    font-size: 0.18rem;
    margin-top: 0.2rem;
}

.product-content .info a{
    color: #212121;
}

.oc-main-magnet-feature-products .product-content .product-btns{
    display: flex;
    width: fit-content;
    /* width: 1.45rem; */
    height: 0.4rem;
    margin: 0.3rem auto ;
    cursor: pointer;
}

.oc-main-magnet-feature-products .product-btns span{
    width: 0.88rem;
    height: 0.4rem;
    line-height: 0.4rem;
    border-radius: 0.2rem 0 0 0.2rem;
    display: inline-block;
    background: #002E73;
    color: #FFF;
    text-align: center;
    font-size: 0.16rem;
    font-weight: 500;
    vertical-align: middle;
}
.oc-main-magnet-feature-products .product-btns span:hover{
    background: #fff;
    color: var(--Color);
    border-radius: 0.2rem 0 0 0.2rem;
    border: 1px solid var(--Color);
    box-sizing: border-box;
}
.oc-main-magnet-feature-products .product-btns .icon-box{
    position: relative;
    display: inline-block;
    border-radius: 0 0.2rem 0.2rem 0;
    background: #3C81E9;
    width: 0.57rem;
    height: 0.4rem;
    line-height: 0.4rem;
    vertical-align: middle;
}

.oc-main-magnet-feature-products .product-btns .icon-box img{
    width: 0.24rem;
    height: 0.24rem;
}
.oc-main-magnet-feature-products .product-btns .icon-box .icon-active{
    display: none;
}
.oc-main-magnet-feature-products .product-btns .tooltip-box{
    display: none;
    position: absolute;
    top: -0.5rem;
    right: -1.1rem;
    min-width: 1.8rem;
    height: 0.4rem;
    line-height: 0.4rem;
    border-radius: 0.06rem;
    border: 1px solid #1D1D1B;
    background: #FFF;
    font-size: 0.16rem;
}
.oc-main-magnet-feature-products .product-btns .tooltip-box .icon-success{
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.09rem;
}
.oc-main-magnet-feature-products .product-btns .icon-box:hover{
    background-color: #fff;
    border: 1px solid #002E73;
}
.oc-main-magnet-feature-products .product-btns .icon-box:hover .icon{
    display: none;
}
.oc-main-magnet-feature-products .product-btns .icon-box:hover .icon-active{
    display: inline-block;
}
.oc-main-magnet-feature-products .product-btns .icon-box:hover .tooltip-box{
    display: block;
}
/* 左右切换按钮 */
.oc-main-magnet-feature-products .btn-wrapper {
    display: flex;
    margin-top: 0.62rem;
}

.oc-main-magnet-feature-products .btn-wrapper .button-prev {
    padding: 0.1rem 0.13rem;
    /* background: var(--Color); */
    background-color: #C0C0C0;
}
.oc-main-magnet-feature-products .btn-wrapper .button-next {
    padding: 0.1rem 0.13rem;
    /* background: var(--Color); */
    background-color: #C0C0C0;
}

.oc-main-magnet-feature-products .btn-wrapper .slide-button {
    display: flex;
    cursor: pointer;
    width: 0.36rem;
    height: 0.36rem;
}

.oc-main-magnet-feature-products .btn-wrapper .slide-button:hover {
    background-color: #C0C0C0;
}
.oc-main-magnet-feature-products .btn-wrapper .slide-button svg {
    width: 0.09rem;
    height: 0.16rem;
}

.oc-main-magnet-feature-products .btn-wrapper .slide-button-active {
    background: var(--Color);
}



/* 移动端样式 */
@media screen and (max-width: 1025px) {
    .oc-main-magnet-feature-products{
        width: 100vw;
        margin: 2.5rem auto 0.48rem;
    }
    .oc-main-magnet-feature-products .title{
        font-size: 0.32rem;
        margin-bottom: 0.36rem;
    }
    .oc-main-magnet-feature-products .btn-wrapper {
        display: none;
    }
    .oc-main-magnet-feature-products .cards-wrapper-box .cards-wrapper-icon{
        display: none;
    }
    .oc-main-magnet-feature-products .product-card-item{
        width: 3.39rem;
        margin-right: 0.08rem;
        margin-left: 0.04rem;
        margin-bottom: 0.04rem
    }
    .oc-main-magnet-feature-products .product-image-wrapper img{
        width: 3.39rem;
        height: 3.39rem;
    }
    .oc-main-magnet-feature-products .cards-wrapper{
        margin-left: 0.26rem;
        width: 7.2rem;
        overflow-x: auto;
    }
    .oc-main-magnet-feature-products .product-content{
        padding-bottom: 0.37rem;
        box-shadow: 0 0.01rem 0.04rem 0 rgba(0, 0, 0, 0.25);
    }
    .product-content .product-title{
        font-size: 0.26rem;
        width: 3.15rem;
        height: 0.78rem;
    }
    .product-content .info{
        width: 3.15rem;
        font-size: 0.24rem;
        height: 0.64rem;
    }
    .product-content .info a{
        color: #666;
    }
    .oc-main-magnet-feature-products .product-btns .tooltip-box{
        right: -0.97rem;   
    }
}