/* banner样式调整 */
.oc-main-sam-breadcrumb{
    padding: 0.35rem 2.07rem 0.25rem !important;
}
.oc-main-sam-page-banner{
    height: 4.15rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.oc-main-sam-page-banner .oc-main-sam-page-banner-image{
    filter: brightness(0.6);
    position: absolute;
    z-index: -1;
}
.oc-main-sam-page-banner .oc-main-sam-page-banner-text{
    position: initial;
}
.oc-main-sam-page-banner .oc-main-sam-mask{
    display: none;
}
/* 产品手册 */
.oc-sam-product-manual-list {
    padding: 0 2.07rem;
}

.oc-sam-product-manual-list .oc-sam-product-manual-list-box .oc-sam-product-manual-list-box-title{
    font-family: Avenir;
    font-size: 0.36rem;
    font-weight: 800;
    line-height: 0.66rem;
    text-align: center;
    color: #333333;
    margin-bottom: 0.35rem;
}
.oc-sam-product-manual-list .oc-sam-product-manual-list-box .oc-sam-product-manual-list-box-top{
    border-bottom: 0.005rem solid #E4E4E4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.oc-sam-product-manual-list-box-top .oc-sam-product-manual-list-box-top-tap{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 0.7rem;
    cursor: pointer;
}
.oc-sam-product-manual-list-box-top .oc-sam-product-manual-list-box-top-tap div{
    font-family: Avenir;
    font-size: 0.22rem;
    font-weight: 800;
    line-height: 0.36rem;
    height: 100%;
    margin-bottom: 0.18rem;
}
.oc-sam-product-manual-list-box-top-tap-active{
    position: relative;
    color: #2F67B3;
}
.oc-sam-product-manual-list-box-top-tap-active::after {
    content: '';
    position: absolute;
    left: 50%; /* 或者设置为具体的偏移量 */
    transform: translate(-50%, 0);
    bottom: -0.19rem;
    width: 0.89rem; /* 或者其他你需要的宽度百分比或具体宽度 */
    height: 0.015rem; /* 边框的厚度 */
    background-color: #2F67B3; /* 边框的颜色 */
    color: #2F67B3;
  }

.oc-sam-product-manual-list-box .oc-sam-product-manual-list-box-content-for{
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.16rem;
    row-gap: 0.19rem;
    margin-top: 0.52rem;
    margin-bottom: 0.75rem;
}
/*  */
.oc-sam-product-manual-list-box-content-for .oc-sam-product-manual-list-box-content-for-for{
    width: 32.6%;
    /* height: 7.24rem; */
    display: flex;
    flex-direction: column;
}
.oc-sam-product-manual-list-box-content-for-for-top{
    width: 100%;
    height: 3.26rem;
    outline: 0.01rem solid #DADADA;
}
.oc-sam-product-manual-list-box-content-for-for-top img{
    width: 100%;
    height: 100%;
}
.oc-sam-product-manual-list-box-content-for-for-bom{
    flex: 1;
    box-shadow: 0px 0.01rem 0.04rem 0px #00000040;
    padding: 0.2rem 0.14rem 0.45rem 0.14rem;
}
.oc-sam-product-manual-list-box-content-for-for-bom .oc-sam-product-manual-list-box-content-for-for-bom-tit{
    font-family: Avenir;
    font-size: 0.28rem;
    font-weight: 800;
    line-height: 0.36rem;
    text-align: left;
    color: #3F3F3F;
}
.oc-sam-product-manual-list-box-content-for-for-bom .oc-sam-product-manual-list-box-content-for-for-bom-tit:hover{
    color: #2F67B3;
    text-decoration: underline; /* 添加下划线 */
}
.oc-sam-product-manual-list-box-content-for-for-bom .oc-sam-product-manual-list-box-content-for-for-bom-con{
    font-family: Avenir;
    font-size: 0.22rem;
    font-weight: 400;
    line-height: 0.4125rem;
    text-align: left;
    color: #666666;
    margin-top: 0.4rem;
    margin-bottom: 0.24rem;
}
.oc-sam-product-manual-list-box-content-for-for-bom .oc-sam-product-manual-list-box-content-for-for-bom-more{
    font-family: Avenir;
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.28rem;
    color: #2F67B3;
}
.oc-sam-product-manual-list-box-content-for-for-bom .oc-sam-product-manual-list-box-content-for-for-bom-more:hover{
    text-decoration: underline; /* 添加下划线 */
}
/*  */
/* ipad和mobile */
@media screen and (max-width: 1025px) {
    /* banner样式调整 */
    .oc-main-sam-page-banner{
        display: flex !important;
        height: 100%;
        min-height: 30vh;
    }
    .oc-main-sam-breadcrumb{
        padding: 0.3rem !important;
    }
    .oc-main-sam-breadcrumb.under-banner{
        margin-top: initial !important;
    }
    .oc-main-sam-page-banner .oc-main-sam-page-banner-text{
        transform: initial;
    }
    /* 产品手册 */
    .oc-sam-product-manual-list {
        padding: 0.37rem 0.3rem 0 0.3rem;
    }
    .oc-sam-product-manual-list .oc-sam-product-manual-list-box .oc-sam-product-manual-list-box-title{
        font-family: Avenir;
        font-size: 0.36rem;
        font-weight: 800;
        line-height: 0.66rem;
        margin-bottom: 0.26rem;
    }
    .oc-sam-product-manual-list-box-top .oc-sam-product-manual-list-box-top-tap{
        height: 100%;
        width: 6.88rem;
        text-align: center;
        /* word-break: break-word; */
        column-gap: 0.34rem;
    }
    .oc-sam-product-manual-list-box-top .oc-sam-product-manual-list-box-top-tap div{
        font-size: 0.22rem;
        font-weight: 800;
        /* width: 1.24rem; */
        line-height: 0.36rem;
        height: auto;
    }
    .oc-sam-product-manual-list-box-top-tap-active::after{
        width: 0.55rem;
    }
    .oc-sam-product-manual-list .oc-sam-product-manual-list-box .oc-sam-product-manual-list-box-top{
        margin-top: 0.31rem;
    }
    .oc-sam-product-manual-list-box-content-for .oc-sam-product-manual-list-box-content-for-for{
        width: 100%;
    }
    .oc-sam-product-manual-list-box .oc-sam-product-manual-list-box-content-for{
        column-gap: inherit;
        row-gap: 0.37rem;
        margin-bottom: 0.37rem;
    }
    .oc-sam-product-manual-list-box-content-for-for-top{
        height: 4.53rem;
    }
    .oc-sam-product-manual-list-box-content-for-for-bom{
        padding: 0.3rem 0.2rem 0.56rem 0.2rem;
    }
    .oc-sam-product-manual-list-box-content-for-for-bom .oc-sam-product-manual-list-box-content-for-for-bom-tit{
        font-family: Avenir;
        font-size: 0.28rem;
        font-weight: 800;
        line-height: 0.36rem;
        color: #333333;
    }
    .oc-sam-product-manual-list-box-content-for-for-bom .oc-sam-product-manual-list-box-content-for-for-bom-con{
        font-family: Avenir;
        font-size: 0.24rem;
        font-weight: 400;
        line-height: 0.4501rem;
        margin-top: 0.24rem;
        margin-bottom: 0.36rem;
    }
    .oc-sam-product-manual-list-box-content-for-for-bom .oc-sam-product-manual-list-box-content-for-for-bom-more{
        font-family: Avenir;
        font-size: 0.24rem;
        font-weight: 800;
        line-height: 0.36rem;
    }
}