.oc-sam-product-manual-list-box-contactuss{
    padding: 0 2.07rem;
}
.oc-sam-product-manual-list-box-contactus-content{
    height: 0.67rem;
    display: flex;
    align-items: center;
}
 .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-contactus-content-us svg{
    width: 0.41rem;
    height: 0.41rem;
    margin-left: 0.32rem;
    margin-right: 0.12rem;
}
 .oc-sam-product-manual-list-box-contactus-content-us:hover{
    background: #fff;
    outline: 0.01rem solid #2169C8;
}
.oc-sam-product-manual-list-box-content-for-for-top-a{
    width:100%;
    height:100%;
}
 .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-contactus-content-us:hover svg path{
    fill: #2169C8;
}
 .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;
    margin-right: 0.3rem;
}
.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;
}
/* ipad和mobile */
@media screen and (max-width: 1025px) {
    .oc-sam-product-manual-list-box-contactuss{
        padding: 0.37rem 0.3rem;

    }
    .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-contactus-content-us{
        width: 6.89rem;
        height: 0.66rem;
        border-radius: 0.1rem;
        justify-content: initial;
    }
    .oc-sam-product-manual-list-box-contactus-content-us svg{
        margin-left: 0.3rem;
        margin-right: 0.12rem;
    }
    .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;
    }
}