.oc-maon-sam-product-detail-tab {
    padding: 0.5rem 2.15rem;
}

.oc-maon-sam-product-detail-tab .tab-btns {
    display: flex;
    gap: 0.2rem;

}

.oc-maon-sam-product-detail-tab .tab-btns .tab-btn {
    background-color: #EBEBEB;
    border-radius: 0.06rem;
    padding: 0.1rem 0.28rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.1rem;
    cursor: pointer;
    font-size: 0.2rem;
}
.oc-maon-sam-product-detail-tab .tab-btns .tab-btn.active {
    background-color: #A9A9A9;
    color: #fff;
}
.oc-maon-sam-product-detail-tab .tab-btns .tab-btn.active svg path {
    stroke: #FFF;
    fill: #FFF;
}
.oc-maon-sam-product-detail-tab .tab-btns .tab-btn .tab-btn-icon {
    display: flex;
    width: 0.24rem;
    height: 0.24rem;
}

.oc-maon-sam-product-detail-tab .tab-btns .tab-btn .tab-btn-icon svg {
    width: 100%;
    height: 100%;
}

.oc-maon-sam-product-detail-tab .tab-content {
    background-color: #F7FBFF;
}

.tab-content-description {
    padding: 0.1rem 0.63rem 0.8rem;
}

.tab-content-description h2,
.tab-content-description h3,
.tab-content-description h4 {
    margin-top: 0.5rem !important;
    color: var(--Color)!important;
}

/* specification */
.tab-content-specification {
    padding: 0.5rem 1.5rem;
}

.tab-content-specification h2,h3 {
    text-align: center;
    color: var(--Color)!important;
}

.tab-content-specification table {
    margin: 0.4rem auto;
}


/* Technical Data Sheet  */
.tab-content-technical {
    padding: 0.68rem 0;
}

/* video */
.tab-content-video {
    padding: 0.8rem 0.2rem;
    text-align: center;
}

.tab-content-video h2 {
    color: var(--Color);
    margin-bottom: 0.3rem;
}

.tab-content-video iframe {
    width: 657px;
    height: 420px;
}

/* 小屏pc */
@media screen and (max-width: 1400px) {
    .oc-maon-sam-product-detail-tab {
        padding: 0.5rem 1.2rem;
    }

    .oc-maon-sam-product-detail-tab .tab-btns .tab-btn {
        font-size: 18px;
    }

    .tab-content-specification {
        padding: 0.5rem;
    }

}

/* ipad和mobile */
@media screen and (max-width: 1025px) {
    .oc-maon-sam-product-detail-tab {
        padding: 0.5rem 0.3rem;
    }

    .oc-maon-sam-product-detail-tab .tab-btns {
        flex-wrap: wrap;
        gap: 0.2rem;

    }
 
    .oc-maon-sam-product-detail-tab .tab-btns .tab-btn {
        width: calc(50% - 0.1rem);
        font-size: 0.24rem; 
        justify-content: start;
        gap: 0.2rem;
        padding: 0.2rem 0.28rem;
        font-weight: 800;
    }

    .tab-content-video iframe {
        width: 100%;
        height: 220px;
    }
    .tab-content-description {
        padding: 0.1rem 0.25rem;
    }
    .tab-content-specification {
        padding: 0.2rem 0;
    }
}