.oc-main-magnet-about-us{
    background-color: #F9F9F9;
    padding: 0.76rem 3.2rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-left{
    width: 6.1rem;
    color: #1D1D1B;
}
.about-left .title1{
    font-size: 0.24rem;
}
.about-left .title2{
    margin-top: 0.08rem;
    font-size: 0.34rem;
    font-weight: 600;
}
.about-left .line{
    display: block;
    width: 0.65rem;
    height: 0.04rem;
   
}
.about-left .content{
    font-size: 0.22rem;
    color: #505050;
    margin: 0.17rem 0 0.5rem;
}

.about-left .btn a{
    width: 1.31rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    border-radius: 0.2rem;
    border: 1px solid #C8C8C8;
    background:  #FFF;
    color: #1D1D1B;
    font-size: 0.16rem;
    font-weight: 500;
    box-shadow: 0 0.02rem 0.04rem 0 rgba(0, 0, 0, 0.25), 0 0.02rem 0.04rem 0 rgba(0, 0, 0, 0.25) inset;
}

.about-left .btn a:hover{
    background-color: var(--Color);
    color: #fff;
}
.about-right iframe,.about-right video{
    width: 5.6rem;
    height: 3.15rem;
}


/* ipad和mobile */
@media screen and (max-width: 1025px) {
    
    .oc-main-magnet-about-us{
        display: block;
        width: 100vw;
        padding: 0.63rem 0.3rem;
    }
    .about-left{
        width: 100%;
    }
    .about-left .title2{
        margin-top: 0.21rem;
        font-size: 0.32rem;
    }
    .about-left .content{
        font-size: 0.24rem;
        color: #505050;
        margin: 0.32rem 0 0.5rem;
    }
    .about-left .btn a{
        width: 1.52rem;
        height: 0.56rem;
        line-height: 0.56rem;
        border-radius: 0.28rem;
        font-size: 0.22rem;
    }
    .about-right{
        width: 100%;
        margin-top: 0.9rem;
    }
    .about-right iframe{
        width: 6.84rem;
        height: 3.7rem;
    }
}