﻿/* --------- Page main common style -------- */
body {
    position: relative;
    --xl-main-width: 85%; /* screen-width: 1300px-1920px */
    --xl-main-max-width: 1340px;
    --md-main-width: 90%; /* screen-width: 992px-1300px */
    --md-main-max-width: 90%;
    --sm-main-width: 90%; /* screen-width: 768px-992px */
    --sm-main-max-width: 90%;
    --xs-main-width: 90%; /* screen-width: <768px */
    --xs-main-max-width: 90%;
    --appl-primary-color: #0068B6;
    --appl-pagenav-height: 40px;
}

.layout-main {
    padding-bottom: 0px;
}

.topbanner {
    position: relative;
    margin-bottom: 0;
}

/*Banner*/
.pro-ov-banner-pos {
    padding-left: 15px;
/*    overflow-wrap: break-word;*/
    position: absolute;
    top: 35%;
    height: auto;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    left: calc((100% - 1340px)/2);
    width: 670px;
}

.pro-ov-div {
    width: var(--xl-main-width);
    max-width: var(--xl-main-max-width);
    padding-top: 68px;
    padding-bottom: 70px;
    align-items: center;
    margin: 0 auto;
}


.pro-ov-div-introduction {
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 44px;
}

    .pro-ov-div-introduction p {
        margin-bottom: 24px;
        white-space: pre-line;
    }

    .pro-ov-div-introduction li {
        margin-left: 20px;
        list-style-type: disc !important;
    }

    .pro-ov-div-introduction ul ul li {
        list-style-type: circle !important;
    }


    .pro-ov-div-introduction ul ul {
        margin-left: 20px;
    }

.pro-ov-block-title {
    display: flex;
    align-items: center;
    font-size: 26px;
    color: #333;
}

    .pro-ov-block-title::before {
        content: "";
        width: 0;
        height: 28px;
        margin-right: 8px;
        border-left: 4px solid var(--appl-primary-color);
    }

@media screen and (min-width:1301px) and (max-width:1576px) {
    .pro-ov-banner-pos {
        left: 7.5%;
    }
}

@media screen and (max-width:1300px) {
    .pro-ov-banner-pos {
        width: 52%;
        left: 5%;
    }
}

.pro-ov-banner-title {
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 48px;
    line-height: 72px;
}
/*Banner*/

/* ------------- Page nav style ------------- */
.wrapper {
    overflow: initial;
}

nav.navappl {
    position: sticky;
    top: 110px;
    z-index: 10;
    margin-bottom: 0;
    height: var(--appl-pagenav-height);
    min-height: var(--appl-pagenav-height);
    background-color: #334466;
    border: none;
    border-radius: 0;
}

    nav.navappl ul {
        position: relative;
        width: calc(var(--xl-main-width) + 35px);
        max-width: calc(var(--xl-main-max-width) + 35px);
        min-width: 208px;
        height: var(--appl-pagenav-height);
        margin: 0 auto;
        overflow: hidden;
        white-space: nowrap;
    }

li.pro-ov-pagenav-item {
    display: inline-block;
    float: none !important;
}

    li.pro-ov-pagenav-item::after {
        background: #FF6D65;
    }

.navappl .navbar-nav > li > a {
    padding: 0 15px;
    line-height: var(--appl-pagenav-height);
    font-size: 18px;
    color: #fff;
    background-color: #334466;
}

.navappl .navbar-nav > .active > a,
.navappl .navbar-nav > .active > a:hover,
.navappl .navbar-nav > .active > a:focus {
    background-color: #FF6D65;
}

/* ------------- Page nav style ------------- */
/* ------------- pro-ov-module ------------- */
.pro-ov-div-module {
    padding-bottom: 30px;
}

.pro-ov-module-contain {
    display: flex;
    flex-direction: row;
    /*border: 1px green solid;*/
    height: auto;
}

.pro-ov-module-contain-introd {
    width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pro-ov-div-link {
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    border: 1px solid rgba(0, 104, 182, 1);
    border-radius: 4px;
    width: fit-content;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 40px;
}

    .pro-ov-div-link a {
        color: rgba(0, 104, 182, 1);
    }

    .pro-ov-div-link:hover {
        background-color: rgba(0, 104, 182, 1);
        border: 1px solid white;
    }

        .pro-ov-div-link:hover a {
            color: white;
        }

.pro-ov-module-contain-introd-content {
    width: 100%;
    color: rgb(102, 102, 102);
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

    .pro-ov-module-contain-introd-content li {
        list-style-type: disc !important;
    }

    .pro-ov-module-contain-introd-content ul ul li {
        list-style-type: circle !important;
    }


    .pro-ov-module-contain-introd-content ul {
        margin-left: 20px;
        padding-bottom: 8px;
    }

        .pro-ov-module-contain-introd-content ul ul {
            margin-left: 20px;
        }

.pro-ov-module-contain-img {
    width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 40px;
    align-content: center;
}

.pro-ov-module-contain-img-1 {
    border-radius: 12px;
    width: 100%;
    height: auto;
}

/* ------------- pro-ov-module ------------- */
/* ------------- application ------------- */
.pro-ov-app-div {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.pro-ov-app-module {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    width: calc((100% - 120px)/4);
    /*    aspect-ratio: 1;*/
    margin: 20px;
    background: rgba(230, 240, 250, 1);
}

.pro-ov-app-module-title {
    display: flex;
    min-height: 30%;
    width: 100%;
    white-space: pre-line;
    color: rgba(65, 65, 65, 1);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    padding: 16px 16px 0px 16px;
}

.pro-ov-app-module-img {
    width: 100%;
    min-height: 70%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.pro-ov-app-module-img-1 {
    height: 160px;
    aspect-ratio: 1;
    margin-right: 16px;
    margin-bottom: 16px;
    margin-top: 16px;
}

.pro-ov-banner-xs {
    display: block;
    max-height: 446px;
}
/* ------------- application ------------- */

/* ------------- prodcut comp table ------------- */
.pro-ov-selctable-title {
    padding-bottom: 18px;
}

.pro-ov-selctable-table li {
    margin-left: 15px;
    list-style-type: disc !important;
}

.pro-ov-selctable-table ul ul li {
    list-style-type: circle !important;
}


.pro-ov-selctable-table ul ul {
    margin-left: 15px;
}

.pro-ov-block-table-div {
    margin-top: 10px;
    margin-bottom: 60px;
}

    .pro-ov-block-table-div:last-of-type {
        margin-bottom: 0px;
    }

.pro-ov-selctable-title-content-center {
    /*    padding-top: 10px;
    padding-bottom: 10px;*/
    display: flex;
    justify-content: center;
    font-weight: 400;
    text-align: center;
    font-size: 20px;
    color: #414141;
}

.pro-ov-selctable-div-box {
    margin-top: 12px;
    background-color: white;
    display: flex;
    justify-content: center;
    /*    border: 1px solid rgba(222, 222, 222, 1);*/
    border-radius: 12px;
}
/* 针对 Webkit 浏览器的滚动条样式 */
.pro-ov-selctable-box::-webkit-scrollbar {
    width: 12px; /* 设置竖向滚动条的宽度 */
    height: 12px; /* 设置横向滚动条的高度 */
}
/* 滚动条的轨道 */
.pro-ov-selctable-box::-webkit-scrollbar-track {
    background: #E7EBF0; /* 轨道的背景色 */
}
/* 滚动条的滑块 */
.pro-ov-selctable-box::-webkit-scrollbar-thumb,
.pro-ov-selctable-box::-webkit-scrollbar-thumb:hover,
.pro-ov-selctable-box::-webkit-scrollbar-thumb:active {
    background-color: #C5D7EA; /* 滑块的基本颜色 */
    background: #C5D7EA; /* 滑块悬停时的颜色 */
    border-radius: 12px; /* 滑块的圆角半径 */
    border: 2px solid #E7EBF0; /* 边框颜色同轨道背景用于视觉效果 */
}
/* 在 Firefox 浏览器中定制滚动条 */
.pro-ov-selctable-box {
    scrollbar-width: 12px;
    scrollbar-color: #C5D7EA #E7EBF0;
}

.pro-ov-selctable-box {
    /*width:100%;*/
    max-height: 740px;
    overflow: auto;
}

.pro-ov-selctable-box {
    /* max-height: 400px;*/
    border: 1px solid rgba(222, 222, 222, 1);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

    .pro-ov-selctable-box table tbody tr td:not(:first-child) {
        --max-width: 200px;
        width: var(--max-width);
        max-width: var(--max-width);
        min-width: var(--max-width);
    }

    .pro-ov-selctable-box table th:not(:first-child) {
        --max-width: 200px;
        width: var(--max-width);
        max-width: var(--max-width);
        min-width: var(--max-width);
    }

    .pro-ov-selctable-box table th:first-child {
        /*     border-top-left-radius: 12px;*/
        min-width: 160px;
        max-width: 300px;
        background-color: white;
    }



    .pro-ov-selctable-box table th:last-child {
        /*   border-top-right-radius: 12px;*/
    }

    .pro-ov-selctable-box table tbody tr:last-child td:first-child {
        /* border-bottom-left-radius: 12px;*/
    }

    .pro-ov-selctable-box table tbody tr:last-child td:last-child {
        /*        border-bottom-right-radius: 12px;*/
    }

    .pro-ov-selctable-box table tbody tr:first-child td:last-child {
        border-top-right-radius: 12px;
    }

    .pro-ov-selctable-box table tbody tr:first-child td:not(:first-child) {
        border-top: 1px solid rgba(222, 222, 222, 1);
    }

    .pro-ov-selctable-box table tbody tr:first-child td:first-child div {
        border-top: 1px solid rgba(222, 222, 222, 1);
    }

    .pro-ov-selctable-box table tbody tr:first-child td:first-child div {
        border-top-left-radius: 12px;
        background-color: rgba(249, 250, 251, 1)
    }
    /*    .pro-ov-selctable-box table tbody tr:first-child td:last-child div {
        border-top-right-radius: 12px;
        background-color: rgba(249, 250, 251, 1)
    }*/
    .pro-ov-selctable-box table tbody tr td:not(:last-child) {
        border-right: 1px solid rgba(222, 222, 222, 1)
    }

    .pro-ov-selctable-box table tbody tr:first-child td:first-child {
        background-color: white !important;
    }

/*    .pro-ov-selctable-box table tbody tr:first-child td:last-child {
        background-color: white !important;
    }*/



.pro-ov-selctable-table {
    max-width: 100%;
    color: #666;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
}

    .pro-ov-selctable-table th {
        color: rgba(0, 104, 182, 1);
        position: sticky;
        top: 0; /* 首行永远固定在头部  */
        border-top: none;
        background-color: #fff;
        word-break: break-all;
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        padding: 3px 10px 3px 10px;
        z-index: 2;
    }

        .pro-ov-selctable-table th div {
            min-height: 46px;
            display: flex;
            align-items: center;
        }



        .pro-ov-selctable-table th span {
            color: rgba(0, 104, 182, 1);
            font-size: 18px;
            font-weight: 600;
            line-height: 27px;
        }

        .pro-ov-selctable-table th:first-child {
            position: sticky;
            left: -1px; /* 首行第一个元素永远固定在左侧 */
            z-index: 3;
        }

    .pro-ov-selctable-table td:first-child {
        position: sticky;
        left: -1px; /* 首列永远固定在左侧 */
        font-weight: 600;
        color: rgba(51, 51, 51, 1);
    }
    /* ---- End:设置选型表首行首列固定 ---- */

    .pro-ov-selctable-table td {
        color: rgba(102, 102, 102, 1);
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        /*  padding: 3px 10px 3px 10px;*/
        white-space: nowrap;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

        .pro-ov-selctable-table td div {
            padding: 3px 10px 3px 10px;
            min-height: 42px;
            display: flex;
            align-items: center;
        }



        .pro-ov-selctable-table th a,
        .pro-ov-selctable-table td a {
            color: #0068B6;
            text-decoration: underline;
        }

    .pro-ov-selctable-table tbody tr:nth-child(odd) td {
        background-color: rgba(249, 250, 251, 1);
    }

    .pro-ov-selctable-table tbody tr:nth-child(even) td {
        background-color: #fff;
    }

.pro-ov-selctable-box table tbody tr td:first-child {
    --tbody-first-child-width: 1px solid rgba(222, 222, 222, 1);
    --table-after-width: 0px;
    --table-after-position: -0px;
    border-right: var(--tbody-first-child-width);
    min-width: 160px;
    max-width: 300px;
}

    .pro-ov-selctable-box table tbody tr td:first-child div {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.pro-ov-selctable-table tbody tr td:first-child::after {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    right: var(--table-after-position);
    bottom: 0;
    width: var(--table-after-width);
    background: linear-gradient(to right,rgba(176,176,176,0.5),rgba(196,196,196,0));
    /*    background: linear-gradient(to right,rgba(176,176,176,0.5),rgba(176,176,176,0));*/
}

/*    .pro-ov-selctable-table th:first-child::after {
        content: "";
        position: absolute;
        top: 0;
        right: -8px;
        bottom: 0;
        width: 8px;
        background: white;
    }*/
/* ------------- prodcut comp table ------------- */
@media screen and (min-width: 993px) {
    .pro-ov-app-module:nth-child(4n + 1) {
        margin-left: 0px;
    }

    .pro-ov-app-module:nth-child(4n + 4) {
        margin-right: 0px;
    }

    /*    .pro-ov-module-div {
        padding-top: 25px
    }*/

    .pro-ov-div {
        width: var(--md-main-width);
        max-width: var(--md-main-max-width);
    }

    .pro-ov-banner-md {
        display: block;
        min-height: 150px;
    }

    .pro-ov-banner-sm {
        display: none;
    }
}

@media screen and (min-width:1300px) {

    .pro-ov-div {
        width: var(--xl-main-width);
        max-width: var(--xl-main-max-width);
    }
}

@media screen and (max-width: 1600px) {

    .pro-ov-app-module-img-1 {
        height: 150px;
    }
}

@media screen and (max-width: 1450px) {

    .pro-ov-app-module-img-1 {
        height: 145px;
    }
}

@media screen and (max-width: 1300px) {
    .pro-ov-app-module-img-1 {
        height: 140px;
        aspect-ratio: 1;
        margin-right: 12px;
        margin-bottom: 12px;
        margin-top: 12px;
    }

    nav.navappl ul {
        width: calc(var(--md-main-width) + 35px);
        max-width: calc(var(--md-main-max-width) + 35px);
    }
}

@media screen and (min-width: 993px) and (max-width: 1330px) {
    .pro-ov-selctable-box {
        max-height: 430px !important;
    }
}

@media screen and (min-width:769px) and (max-width:992px) {
    .pro-ov-div-module {
        padding-bottom: 20px;
    }

    .pro-ov-app-module-img-1 {
        height: 160px;
        aspect-ratio: 1;
        margin-right: 16px;
        margin-bottom: 16px;
        margin-top: 16px;
    }

    .pro-ov-app-module {
        width: calc((100% - 80px)/3);
        /*      aspect-ratio: 1;*/
    }

        .pro-ov-app-module:nth-child(3n + 1) {
            margin-left: 0px;
        }

        .pro-ov-app-module:nth-child(3n + 3) {
            margin-right: 0px;
        }

    .pro-ov-div-link {
        margin-top: 20px;
    }

    .pro-ov-module-contain-reverse {
        flex-direction: column-reverse !important;
    }

    .pro-ov-module-contain-introd {
        padding-left: 1px;
        padding-right: 1px;
        padding-bottom: 1px;
        padding-top: 40px;
    }

    .pro-ov-module-contain-img {
        padding-top: 30px;
        padding-bottom: 50px;
        padding-left: 1px;
        padding-right: 1px;
        width: 100%;
    }

    .pro-ov-module-contain {
        flex-direction: column;
    }

    .pro-ov-module-contain-introd {
        width: 100%;
    }

    .pro-ov-div {
        width: var(--sm-main-width);
        max-width: var(--sm-main-max-width);
    }

    nav.navappl ul {
        width: calc(var(--sm-main-width) + 35px);
        max-width: calc(var(--sm-main-max-width) + 35px);
    }

    .pro-ov-banner-title {
        font-size: 38px;
        line-height: 57px;
    }

    .pro-ov-banner-sm {
        display: none;
    }

    .pro-ov-banner-md {
        display: block;
        min-height: 150px;
    }
}

@media screen and (max-width: 1180px) {

    .pro-ov-app-module-img-1 {
        height: 120px;
    }
}

@media screen and (min-width:768px) and (max-width:970px) {
    .pro-ov-app-module-img-1 {
        height: 140px;
        aspect-ratio: 1;
        margin-right: 14px;
        margin-bottom: 14px;
        margin-top: 14px;
    }
}

@media screen and (max-width: 850px) {

    .pro-ov-selctable-table td div {
        min-height: 34px;
    }

    .pro-ov-selctable-table th div {
        min-height: 36px;
    }

    .pro-ov-app-module-img-1 {
        height: 120px;
    }
}

@media screen and (max-width: 768px) {
    /*    .pro-ov-selctable-box {
        max-height: 486px;
    }*/

    .pro-ov-div-module {
        padding-bottom: 0px !important;
    }

    .pro-ov-app-div {
        margin-top: 10px;
    }

    .pro-ov-selctable-table th span {
        font-size: 14px;
        line-height: 24px;
    }

    .pro-ov-selctable-div-box {
        margin-top: 8px;
    }

    .pro-ov-selctable-title {
        padding-bottom: 4px;
    }

    .pro-ov-selctable-table {
        font-size: 14px;
    }

        .pro-ov-selctable-table th {
            font-size: 14px;
            font-weight: 600;
            line-height: 27px;
            padding: 3px 8px 3px 8px;
        }

            .pro-ov-selctable-table th:first-child {
                min-width: 100px;
            }


        .pro-ov-selctable-table td {
            font-size: 14px;
            font-weight: 400;
            line-height: 22px;
            /*    padding: 3px 8px 3px 8px;*/
        }

            .pro-ov-selctable-table td div {
                padding: 3px 8px 3px 8px;
            }

    .pro-ov-selctable-title-content-center {
        font-size: 16px;
    }

    .pro-ov-block-table-div {
        margin-top: 8px;
        margin-bottom: 48px;
    }

    .pro-ov-app-module-img-1 {
        height: 86px;
        aspect-ratio: 1;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .pro-ov-app-module-title {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        padding: 10px 10px 0px 10px;
    }

    .pro-ov-app-module {
        width: calc((100% - 16px)/2);
        /*    aspect-ratio: 1;*/
        margin: 8px;
    }

        .pro-ov-app-module:nth-child(2n + 1) {
            margin-left: 0px;
        }

        .pro-ov-app-module:nth-child(2n + 2) {
            margin-right: 0px;
        }

    .pro-ov-module-contain {
        flex-direction: column;
    }

    .pro-ov-module-contain-introd {
        width: 100%;
        padding-left: 1px;
        padding-right: 1px;
        padding-bottom: 1px;
        padding-top: 20px;
    }

    .pro-ov-module-contain-img {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 40px;
        padding-left: 1px;
        padding-right: 1px;
    }

    .pro-ov-module-contain-reverse {
        flex-direction: column-reverse !important;
    }

    .pro-ov-div-link {
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        padding: 5px;
        margin-top: 20px;
    }


    .pro-ov-module-contain-introd-content {
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
    }

    .pro-ov-block-title {
        font-size: 18px;
    }

        .pro-ov-block-title::before {
            height: 18px;
            margin-right: 5px;
            border-left-width: 3px;
        }

    .pro-ov-div {
        padding-top: 30px;
        padding-bottom: 30px;
        width: var(--xs-main-width);
        max-width: var(--xs-main-max-width);
    }

    .pro-ov-div-introduction {
        font-size: 14px;
        line-height: 25px;
        padding-bottom: 22px;
    }

        .pro-ov-div-introduction p {
            margin-bottom: 8px;
        }

    nav.navappl ul {
        width: calc(var(--sm-main-width) + 35px);
        max-width: calc(var(--sm-main-max-width) + 35px);
    }

    .navappl .navbar-nav > li > a {
        font-size: 14px;
        padding: 0 8px;
    }

    .pro-ov-banner-title {
        font-size: 22px;
        line-height: 33px;
    }

    .pro-ov-banner-xs {
        display: none;
    }

    .pro-ov-banner-sm {
        display: block;
        min-height: 150px;
    }

    .pro-ov-banner-md {
        display: none;
    }

    .pro-ov-banner-pos {
        left: 0px;
        padding-left: 3%;
        padding-right: 2%;
        /*background: linear-gradient(90.00deg, rgba(3, 14, 39, 0.84) 14.471%,rgba(13, 15, 55, 0) 65.37%);*/
        background: linear-gradient(90.00deg, rgba(3, 14, 39, 0.84) 22%,rgba(13, 15, 55, 0) 100%);
        top: 26%;
        width: 100%;
        height: 33%;
    }
}
@media screen and (max-width: 370px) {
    .pro-ov-banner-pos {
        overflow-wrap: break-word;
    }
}
/*@media screen and (max-width: 650px) {

    .pro-ov-app-module {
        width: calc((100% - 32px)/2);
        margin: 16px;
    }

    .pro-ov-app-module-img-1 {
        height: 160px;
    }
}

@media screen and (max-width: 520px) {

    .pro-ov-app-module {
        width: calc((100% - 28px)/2);
        margin: 14px;
    }

    .pro-ov-app-module-img-1 {
        height: 100px;
    }
}

@media screen and (max-width: 420px) {
    .pro-ov-app-module {
        width: calc((100% - 16px)/2);
        margin: 8px;
    }

    .pro-ov-app-module-img-1 {
        height: 86px;
        aspect-ratio: 1;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-top: 1px;
    }
}
*/
