

/** 1.sort banner **/
.banner{
    height: 20vw;
    min-height: 150px;
    max-height: 250px;
}

@media (max-width: 991px) {
    .banner{
        height: 200px;
    }
    /*.PC .gap{*/
    /*    padding-top: 30px;*/
    /*}*/
    /*.PHONE .gap{*/
    /*    padding: 0;*/
    /*}*/
}

.banner_nav{
    border-radius: 20px;
    overflow: hidden;
}

.banner_title{
    position: absolute;
    top: 0;
    left: 5em;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.banner_title h3{
    margin-bottom: 17px;
}

.banner_title h2{
    font-weight: bolder;

}

.banner_title .line{
    background-color: #1e66f8;
    display: block;
    height: 3px;
    margin-top: 17px;
    width: 5em;
}

@media (max-width: 991px) {
    .banner_title .line{
        display: none;
    }

    .banner_title{
        align-items: center;
        left:0;
    }

}


/** sort banner END **/

/** detail **/

.detail .nav{
    display: flex;

}

.detail .nav>div{
    flex: 1;
}

.detail .right{
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail .sm-pic{
    display: none;
}

.detail .big-pic{
    width: 80%;
}

.detail .sm-pic{
    width: 100%;
}

@media (max-width: 991px) {

    .detail .left{
        margin: 1em 1em 0;
    }

    .detail .sm-pic{
        display: inherit;
    }

    .detail .right{
        display: none;
    }

    .detail .left .pic{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

}

.detail .left>div{
    margin-bottom: 3em;
}

.detail .headword{
    font-size:24px;
    font-weight: bolder;
}

.detail .headword:before{
    content: '';
    position:absolute;
    bottom:-1em;
    background: url("/images/title_01.png");
    height:6px;
    width:100%;
    background-repeat:no-repeat;
    /*background-attachment:fixed;*/
    background-position: top left;
    background-size: contain;
    background-size: contain;
}

.detail .subtitle{
    font-size: 1rem;
    font-weight: bolder;
    min-height: 1em;
}

.detail .content{
    font-size: 15px;
    line-height: 2rem;
    letter-spacing: 0.1rem;
}

@media (max-width: 991px) {
    .detail .headword{
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .detail .headword:before{
        bottom: -0.5em;
    }

    .PHONE .detail .content{
        font-size: 0.8rem;
        line-height: 2rem;
        letter-spacing: 0rem;
    }

}

/** detail END **/

/** product banner **/

.product_banner .banner_row>li {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: #2d3748 3px solid;
    font-weight: bolder;
    font-size: 1rem;
    cursor: pointer;
    background: #FFFFFF;
    padding:1em;
}

.product_banner .banner_row>li.is_active{
    border-bottom: #1e66f8 3px solid;
}


.product_banner .banner_row>li:hover span{
    color: #1e66f8;
}

/** product banner END **/

/** product content **/



.product_content .nav{
    /*display: none;*/
    opacity: 0;
    visibility: hidden;
    height: 0;
    position: absolute;
    pointer-events: none;
    transition: opacity 0.5s ease-in-out;
}

@media (max-width: 991px) {
    .product_content .nav{
        margin:1.5em 0.5em 0
    }
}

.product_content .nav.is_active{
    /*display: block;*/
    position: relative;
    opacity: 1;
    visibility: visible;
    height: auto;
    pointer-events: auto;
}

.product_content .title{
    margin-bottom: 2em;
    font-size: 2em;
    font-weight: bold;
}

.PHONE .product_content .title{
    margin: 2em 0;
}

.product_content .content{
    width: 100%;
}

/* 特性 */

.product_content .content .feature{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items:center;
}

.product_content .content .feature p,
.product_content .content .feature img
{
    max-width:100%;
    margin-bottom:2em;
}

.product_content .content .feature video{
    width:80%;
    max-width:1024px;
    min-width:400px;
    margin-bottom:4em;

}

.product_content .content .feature table{
    margin:2em 0;
}

.product_content .content .feature table td:first-child{
    padding-left:1em;
}

    .product_content .content .feature table td{
    padding:1em 0;
}


.product_content .content .feature>dl{
    width: 33.33%;
    padding-right: 2em;
    padding-bottom: 4em;
}

@media (max-width:991px ) {
    .product_content .content .feature>dl{
        width: 100%;
        padding-bottom: 2em;
    }
}

.product_content .content .feature table{
    width:100%;
}

.product_content .content .feature table tbody tr:first-child,
.product_content .content .feature table tbody th:first-child
{
    background:#222222;
    color:white;
    font-weight:bolder;
}



.product_content .content dt{
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 1rem;
    padding-left: 1.8em;
    position: relative;
}

.product_content .content dt:before{
    content: url("/images/right-icon.svg");
    height: 0.5rem;
    position: absolute;
    top: 2px;
    left: 0;
}

.product_content .content dd{
    line-height: 2rem;
    padding-left: 1em;
    /*text-indent:  -1em;*/
}

/* 定制区 product_content */

.product_content .product_table td span{
    font-size: 15px;
}

@media (max-width: 991px) {
    .product_content .product_table td span {
        font-size: 0.8rem;
    }
}

.product_content .product_table table{
    margin-bottom: 3em;
}


.product_content .product_table table tr{
    /*display: flex;*/
}


.product_content .product_table.small table tr th{
    border: 1px solid;
}

.product_content .product_table td{
    /*display: flex;*/
    /*align-items: center;*/
}

/*.product_content .documentNav{*/
/*    min-height: 500px;*/
/*}*/

.product_content .product_table table tr:has(th),
.product_content .documentNav table th
{
    background: #222222;
    color: white;
}

.product_content .product_table table tr:not(:has(th)):nth-child(2n){
    background: #f8f8f8;
}

.product_content .product_table table th{
    font-weight: bolder;
}

.product_content .product_table th:first-child,
.product_content .product_table td:first-child,
.documentNav table th:first-child,
.documentNav table td:first-child
{
    padding-left: 1em;
}

.product_content .product_table th:not(:first-child),
.product_content .product_table td:not(:first-child){
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

@media (min-width: 991px) {
    .product_content .small{
        display: none;
    }
}

@media (max-width: 991px) {
    .product_content .big{
        display: none;
    }
}

.product_content th,
.product_content td,
.documentNav td,
.documentNav th
{
    padding: 1em 0;
    border-bottom: #2d3748 solid 0.5px;
}



.product_content table{
    width: 100%;
}


/* onhover */

.product_content .product_table table tr:not(:first-child):not(:has(th)):hover {
    transition:all 0.5s;
    background: rgba(0, 0, 0, 0.1);
}

/* onhover END */

/* p注释 */

.product_content .product_table p{
    font-weight:100;
    font-size:1em;
    margin-bottom:3em;
}

/* p注释 END */

/* 上标红色加粗 */
.product_content .product_table table sup{
    font-weight: bolder;
    color: red;
}

/* 上标红色加粗 END*/

/* product_table END */

/* product_document */

.product_content .searchRow{
    display: flex;
}

.product_content .sub_title{
    font-size: 1.1em;
    font-weight: bold;
}

.product_content .searchTypeNav{
    min-width: 200px;
    width: 25%;
    margin-right: 2em;
}

@media (max-width: 750px) {
    .product_content .searchRow{
        display: flex;
        flex-direction:column;
    }
    .product_content .searchTypeNav{
        width:100%;
        margin-bottom: 2em;
    }
}

.product_content .searchTypeNav .sub_title{
    padding-bottom: 0.5em;
    border-bottom: rgba(0,0,0,0.5) solid 1px;
}


.product_content .searchTypeNav .searchAll{
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255,255,255,0.5);
    color: grey;
    padding: 0 9px;
    border-radius: 6px;
    font-size: 12px;
    border: grey 1px solid;
}

.product_content .searchTypeNav .searchAll.ALL{
    background: black;
    color: #FFFFFF;
    border:black 1px solid;
}

.product_content .searchTypeNav .typeNav{
    margin-top: 1em;
}

.product_content .searchInputNav{
    flex: 1 1 auto;
}

.product_content .searchInputNav>div{
    /*background: #E6E6E6;*/
    background: rgba(230,230,230,0.3);
    padding: 1em 2em;
}

.product_content .searchBox{
    display: flex;
    margin-top: 1em;
}

.product_content .searchBox .searchInput{
    flex: 1;
    padding-left: 1em;
}

.product_content .searchInputNav .btn{
    background: rgba(23, 23, 23, 0.8);
    padding: 10px 20px;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
    margin-left: 1em;
    word-break: keep-all;
}

.product_content .searchTypeNav .typeNav input,
.product_content .searchTypeNav .typeNav label,
.product_content .searchTypeNav .searchAll,
.product_content .searchInputNav .btn,
.product_content .searchTypeNav .typeNav .searchType_LessMore
{
    cursor: pointer;
}

@media (max-width: 750px) {
    .product_content .searchInputNav .btn{
        padding: 5px 10px;
        margin: 0 0 0 1em;
    }
    .product_content .searchInputNav>div{
        /*background: #E6E6E6;*/
        background: rgba(230,230,230,0.3);
        padding: 1em 1em;
        /*margin: 0 -1em;*/
    }
}

.product_content .searchTypeNav .typeNav.short li:not(:nth-child(-n+3)){
    display: none;
}

.product_content .searchTypeNav .typeNav li{
    display: flex;
    align-items: center;
    margin-bottom: 0.3em;
}

.product_content .searchTypeNav .typeNav li:hover{
    background: rgba(230,230,230,0.7)
}

.product_content .searchTypeNav .typeNav input{
    margin-right: 0.5em;
}

/*.product_content .searchTypeNav .typeNav label{*/
/*    border: 1px solid black;*/
/*}*/

.product_content .searchTypeNav .typeNav .searchType_LessMore{
    background: rgba(230,230,230,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222222;
    margin-top: 10px;
    height: 1.5em;
}

.product_content .searchTypeNav .typeNav .searchType_LessMore:hover{
    background: rgba(0,0,0,0.8);
    color: #f2f2f2;
}

.product_content .searchTypeNav .typeNav.short .searchType_LessMore .long,
.product_content .searchTypeNav .typeNav.long .searchType_LessMore .short{
    display: none;
}

@media (min-width: 750px) {
    .product_content .documentNav table th:not(:first-child), .product_content .documentNav table td:not(:first-child){
        text-align: center;
    }
}

@media (max-width: 750px) {
    .product_content .documentNav table thead{
        display: none;
    }

    .product_content .documentNav table tr {
        display: block;
        margin-top: 4em;
    }
    .product_content .documentNav table td {
        border-bottom: 1px solid #ddd;
        display: block;
        position: relative;
        text-align: right;
        min-height: 53px;
        padding-left: 8em;
        max-width: 90vw;
    }

    .product_content .documentNav table td::before{
        position: absolute;
        left: 5px;
        content: attr(data-label);
    }
}


.product_content .documentNav tbody.searchStatue tr{
    display: none;
}

.product_content .documentNav tbody.searchStatue tr.show{
    display: table-row;
}

@media (max-width: 750px) {
    .product_content .documentNav tbody.searchStatue tr.show{
        display: block;
    }
}

/* product_document */

/** product content END **/
