body {
    position: relative;
    --xl-main-width: 85%;
    --xl-main-max-width: 1340px;
    --md-main-width: 90%;
    --md-main-max-width: 90%;
    --sm-main-width: 90%;
    --sm-main-max-width: 90%;
    --xs-main-width: 90%;
    --xs-main-max-width: 90%;
    --appl-primary-color: #0068b6;
    --appl-pagenav-height: 40px;
}
.layout-main {
    padding-bottom: 0;
}
.topbanner {
    position: relative;
    margin-bottom: 0;
}
.pro-ov-banner-pos {
    padding-left: 15px;
    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-en p {
    margin-bottom: 12px;
    white-space: pre-line;
}
.pro-ov-div-introduction-p-zh p {
    margin-bottom: 2px;
    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;
    font-size: 26px;
    color: #333;
}
.pro-ov-block-title::before {
    content: "";
    width: 0;
    height: 28px;
    margin-right: 8px;
    margin-top: 6px;
    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: #fff;
    width: 100%;
    font-size: 48px;
    line-height: 72px;
}
.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: #346;
    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: #346;
}
.navappl .navbar-nav>.active>a, .navappl .navbar-nav>.active>a:hover, .navappl .navbar-nav>.active>a:focus {
    background-color: #ff6d65;
}
.pro-ov-div-module {
    padding-bottom: 30px;
}
.pro-ov-module-contain {
    height: auto;
    margin-top: 20px;
    margin-bottom: 40px;
}
.pro-ov-module-contain-introd {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
}
.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: 30px;
    float: left;
}
.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 #fff;
}
.pro-ov-div-link:hover a {
    color: #fff;
}
.pro-ov-module-contain-introd-content {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}
.pro-ov-module-contain-introd-content p {
    white-space: pre-line;
    overflow-wrap: break-word;
}
.pro-ov-module-contain-introd-content li {
    list-style-type: disc!important;
    list-style-position: inside;
}
.pro-ov-module-contain-introd-content ul ul li {
    list-style-type: circle!important;
}
.pro-ov-module-contain-introd-content ul {
    padding-bottom: 8px;
}
.pro-ov-module-contain-introd-content ul ul {
    margin-left: 20px;
}
.pro-ov-module-contain-img {
    position: relative;
    float: right;
    width: calc(50% + 20px);
    clear: both;
    overflow: hidden;
    padding: 20px;
    padding-top: 16px;
}
.pro-ov-module-contain-img-1 {
    border-radius: 12px;
    width: 100%;
    height: auto;
}
.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);
    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 0 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;
}
.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: 0;
}
.pro-ov-selctable-title-content-center {
    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: #fff;
    display: flex;
    justify-content: center;
    border-radius: 12px;
}
.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;
}
.pro-ov-selctable-box {
    scrollbar-width: 12px;
    scrollbar-color: #c5d7ea #e7ebf0;
}
.pro-ov-selctable-box {
    max-height: 740px;
    overflow: auto;
}
.pro-ov-selctable-box {
    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 {
    min-width: 160px;
    max-width: 300px;
    background-color: #fff;
}
.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);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.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 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: #fff!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);
}
.pro-ov-selctable-table td {
    color: rgba(102,102,102,1);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    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;
    overflow-wrap: anywhere;
}
.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-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,.5),rgba(196,196,196,0));
}
@media screen and (min-width: 993px) {
    .pro-ov-module-contain-img-revert {
        float: left;
        padding-left: 10px;
    }
    .pro-ov-app-module:nth-child(4n+1) {
        margin-left: 0;
    }
    .pro-ov-app-module:nth-child(4n+4) {
        margin-right: 0;
    }
    .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);
    }
    .pro-ov-app-module:nth-child(3n+1) {
        margin-left: 0;
    }
    .pro-ov-app-module:nth-child(3n+3) {
        margin-right: 0;
    }
    .pro-ov-div-link {
        margin-top: 15px;
    }
    .pro-ov-module-contain-reverse {
        flex-direction: column-reverse!important;
    }
    .pro-ov-module-contain-introd {
        padding-left: 1px;
        padding-right: 1px;
        padding-bottom: 1px;
    }
    .pro-ov-module-contain-img {
        padding: 0;
        padding-top: 20px;
        padding-bottom: 30px;
        width: 100%;
    }
    .pro-ov-module-contain:not(:first-of-type) {
        margin-top: 70px;
    }
    .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-div-module {
        padding-bottom: 0!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;
    }
    .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 0 10px;
    }
    .pro-ov-app-module {
        width: calc((100% - 16px) / 2);
        margin: 8px;
    }
    .pro-ov-app-module:nth-child(2n+1) {
        margin-left: 0;
    }
    .pro-ov-app-module:nth-child(2n+2) {
        margin-right: 0;
    }
    .pro-ov-module-contain {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .pro-ov-module-contain:last-of-type {
        margin-bottom: 30px;
    }
    .pro-ov-module-contain-introd {
        width: 100%;
        padding-left: 1px;
        padding-right: 1px;
        padding-bottom: 1px;
    }
    .pro-ov-module-contain-img {
        padding-top: 0;
        padding-bottom: 20px;
        padding-left: 1px;
        padding-right: 1px;
        width: 100%;
    }
    .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: 10px;
    }
    .pro-ov-module-contain-introd-content {
        margin-left: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
    }
    .pro-ov-block-title {
        font-size: 18px;
    }
    .pro-ov-block-title::before {
        height: 18px;
        margin-top: 4px;
        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: 12px;
    }
    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: 0;
        padding-left: 3%;
        padding-right: 2%;
        background: linear-gradient(90deg,rgba(3,14,39,.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;
    }
}