/* 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;
}
.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 .oc-sam-product-manual-list-box-content-input{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.54rem;
    margin-bottom: 0.54rem;
}
.oc-sam-product-manual-list-box-content-input .oc-sam-product-manual-list-box-content-input-box{
    width: 8.61rem;
    height: 0.7rem;
    display: flex;
}
/* 设置 placeholder 的样式 */
.oc-sam-product-manual-list-box-content-input-box-int::placeholder {
    font-weight: 400;
}
.oc-sam-product-manual-list-box-content-input-box-int{
    border: 0.01rem solid #B5B5B5;
    flex: 1;
    border-radius: 0.08rem 0px 0px 0.08rem;
    padding-left: 0.21rem;
    font-family: Avenir;
    font-size: 0.2rem;
    font-weight: 800;
    color: #333;
}

.oc-sam-product-manual-list-box-content-input-box-btn{
    width: 1.1rem;
    border-radius: 0px 0.08rem 0.08rem 0px;
    background: #2F67B3;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.oc-sam-product-manual-list-box-top .oc-sam-product-manual-list-box-top-tap{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    cursor: pointer;
    column-gap: 0.5rem;
    word-break: break-word;
}
.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: auto;
    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-contactus .oc-sam-product-manual-list-box-contactus-content{
    height: 0.67rem;
    display: flex;
    align-items: center;
}
.oc-sam-product-manual-list-box .oc-sam-product-manual-list-box-contactus-content-us{
    width: 2.27rem;
    display: flex;
    border-radius: 0.335rem;
    background: #2169C8;
    height: 0.67rem;
    align-items: center;
    /* justify-content: space-evenly; */
    cursor: pointer;
}
.oc-sam-product-manual-list-box .oc-sam-product-manual-list-box-contactus-content-us svg{
    width: 0.41rem;
    height: 0.41rem;
    margin-left: 0.32rem;
    margin-right: 0.12rem;
}
.oc-sam-product-manual-list-box .oc-sam-product-manual-list-box-contactus-content-us:hover{
    background: #fff;
    outline: 0.01rem solid #2169C8;
}
.oc-sam-product-manual-list-box .oc-sam-product-manual-list-box-contactus-content-us:hover .oc-sam-product-manual-list-box-contactus-content-us-tit{
    color: #2169C8;
}
.oc-sam-product-manual-list-box .oc-sam-product-manual-list-box-contactus-content-us:hover svg path{
    fill: #2169C8;
}
.oc-sam-product-manual-list-box .oc-sam-product-manual-list-box-contactus-content-us .oc-sam-product-manual-list-box-contactus-content-us-tit{
    font-family: Inter;
    font-size: 0.2rem;
    font-weight: 700;
    line-height: 0.226rem;
    color: #fff;
}
.oc-sam-product-manual-list-box-contactus-content .oc-sam-product-manual-list-box-contactus-content-p{
    font-family: Avenir;
    font-size: 16px;
    font-weight: 400;
    line-height: 0.3048rem;
    margin-right: 0.3rem;
}
.oc-sam-product-manual-list-box .oc-sam-product-manual-list-box-content-for{
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.14rem;
    row-gap: 0.36rem;
    margin-bottom: 0.5rem;
}
.oc-main-sam-pagination .pagination{
    margin-top: 0 !important;
    margin-bottom: 0.5rem !important;;
  }
/*  */
.oc-sam-product-manual-list-box-content-for .oc-sam-product-manual-list-box-content-for-for{
    width: 32.7%;
    height: 5.2342rem;
    position: relative;
    box-shadow: 0px 0.01rem 0.04rem 0px #00000040;
}
.oc-sam-product-manual-list-box-content-for-for-img{
    width: 100%;
    height: 1.94rem;
    position: absolute;
    z-index: -1;
}
.oc-sam-product-manual-list-box-content-for-for-img2{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
}
.oc-sam-product-manual-list-box-content-for-for-img3{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    display: none;
}
.oc-sam-product-manual-list-box-content-for-item{
    padding: 0.14rem 0.29rem 0.73rem 0.37rem;
    height: 100%;
}
.oc-sam-product-manual-list-box-content-for-item-top{
}
.oc-sam-product-manual-list-box-content-for-item-top-tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    height: 0.72rem;
}
.oc-sam-product-manual-list-box-content-for-item-top-tit .oc-sam-product-manual-list-box-content-for-item-top-tit-tit{
    font-family: Avenir;
    font-size: 0.22rem;
    font-weight: 800;
    line-height: 0.36rem;
    width: 3.42rem;
    text-align: left;
}
.oc-sam-product-manual-list-box-content-for-item-top-dec{
    font-family: Avenir;
    font-size: 0.22rem;
    font-weight: 400;
    line-height: 0.4124rem;
    text-align: left;
    width: 3.6rem;
    height: 1.23rem;
    color: #666666;
    margin-top: 1.31rem;
}
.oc-sam-product-manual-list-box-content-for-item-top-btn{
    width: 2.93rem;
    height: 0.64rem;
    border-radius: 0.06rem;
    background: #2F67B3;
    margin-top: 0.46rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}
.oc-sam-product-manual-list-box-content-for-item-top-btn span{
    font-family: Inter;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.2394rem;
    text-align: center;
    margin-left: 0.1rem;
    margin-top: 0.05rem;
}
.oc-sam-product-manual-list-box-content-for-item-top-btn:hover{
    outline: 0.01rem solid #2F67B3;
    background: #FFFFFF;
    color: #2F67B3;
}
.oc-sam-product-manual-list-box-content-for-item-top-btn:hover svg path{
    stroke: #2F67B3;
}

/*  */
/* 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;
    }
    .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;
    }
    .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: normal;
        column-gap: 0.4rem;
    }
    .oc-sam-product-manual-list-box-top .oc-sam-product-manual-list-box-top-tap div{
        font-size: 0.18rem;
        font-weight: 800;
        /* width: 1.24rem; */
        line-height: 0.36rem;
    }
    .oc-sam-product-manual-list-box-top-tap-active::after{
        width: 0.55rem;
    }
    .oc-sam-product-manual-list-box-content-input .oc-sam-product-manual-list-box-content-input-box{
        width: 6.89rem;
        height: 0.7rem;
    }
    .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: 48.4%;
    }
    .oc-sam-product-manual-list-box .oc-sam-product-manual-list-box-content-input{
        margin-top: 0.57rem;
        margin-bottom: 0.57rem;
    }
    .oc-sam-product-manual-list-box .oc-sam-product-manual-list-box-content-for{
        column-gap: 0.21rem;
        row-gap: 0.31rem;
    }
    .oc-sam-product-manual-list-box .oc-sam-product-manual-list-box-contactus .oc-sam-product-manual-list-box-contactus-content{
        width: 6.89rem;
        display: initial;
    }
    .oc-sam-product-manual-list-box-contactus-content .oc-sam-product-manual-list-box-contactus-content-p{
        font-size: 0.2rem;
        font-weight: 400;
        line-height: 0.381rem;
        text-align: left;
        margin-bottom: 0.16rem;
    }
    .oc-sam-product-manual-list-box .oc-sam-product-manual-list-box-contactus-content-us{
        width: 6.89rem;
        height: 0.66rem;
        border-radius: 0.1rem;
        justify-content: initial;
    }
    .oc-sam-product-manual-list-box .oc-sam-product-manual-list-box-contactus-content-us svg{
        margin-left: 0.3rem;
        margin-right: 0.12rem;
    }
    .oc-sam-product-manual-list-box .oc-sam-product-manual-list-box-contactus-content-us .oc-sam-product-manual-list-box-contactus-content-us-tit{
        font-weight: 700;
        line-height: 0.266rem;
    }
    .oc-sam-product-manual-list-box-content-for-item{
        padding: 0.14rem 0.17rem 0.71rem 0.17rem;
    }
    .oc-sam-product-manual-list-box-content-for-item-top-tit{
        height: 1.08rem;
    }
    .oc-sam-product-manual-list-box-content-for-item-top-tit .oc-sam-product-manual-list-box-content-for-item-top-tit-tit{
        -webkit-line-clamp: 3;
        font-family: Avenir;
        font-size: 0.22rem;
        font-weight: 800;
        line-height: 0.36rem;
    }
    .oc-sam-product-manual-list-box-content-for .oc-sam-product-manual-list-box-content-for-for{
        height: 5.21rem;
    }
    .oc-sam-product-manual-list-box-content-for-item-top-dec{
        width: 2.8rem;
        margin-top: 0.95rem;
    }
    .oc-sam-product-manual-list-box-content-for-item-top-btn svg{
        width: 0.24rem;
        height: 0.24rem;
    }
    .oc-sam-product-manual-list-box-content-for-item-top-btn span{
        font-family: Inter;
        font-size: 0.18rem;
        font-weight: 500;
        line-height: 0.2394rem;
        margin-top: 0.02rem;
    }
    .oc-sam-product-manual-list-box-content-for-for-img{
        height: 2.44rem;
    }
    .oc-sam-product-manual-list-box-content-for-for-img2{
        display: none;
    }
    .oc-sam-product-manual-list-box-content-for-for-img3{
        display: block;
    }
    .oc-sam-product-manual-list-box-content-input-box-btn svg{
        width: 0.34rem;
        height: 0.34rem;
    }
    .oc-sam-product-manual-list-box-content-input-box-int{
        font-weight: 400;
    }
}