:root {
    --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%;
    --max-img-height: calc(100vh - 180px);
    --appl-context-align-justify: 12px;
    --appl-primary-color: #0068b6;
    --appl-pagenav-height: 40px;
}
body {
    position: relative;
    line-height: 28px;
}
.appl-selctable-box::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
.appl-selctable-box::-webkit-scrollbar-track {
    background: #e7ebf0;
}
.appl-selctable-box::-webkit-scrollbar-thumb, .appl-selctable-box::-webkit-scrollbar-thumb:hover, .appl-selctable-box::-webkit-scrollbar-thumb:active {
    background-color: #c5d7ea;
    background: #c5d7ea;
    border-radius: 12px;
    border: 2px solid #e7ebf0;
}
.appl-selctable-box {
    scrollbar-width: 12px;
    scrollbar-color: #c5d7ea #e7ebf0;
}
.topbanner {
    position: relative;
    margin-bottom: 0;
}
.appl-banner-xs {
    display: none;
}
.appl-banner-name {
    width: 42%;
    position: absolute;
    left: calc(50% - var(--xl-main-max-width) / 2);
    top: 50%;
    transform: translateY(-50%);
    font-size: 70px;
    line-height: 90px;
    color: #fff;
    text-shadow: .05em .05em .2em #333;
}
.layout-main {
    padding-bottom: 0;
}
.appl-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
div[id^='appl-block-'] {
    padding: 60px 0;
}
.appl-block {
    width: var(--xl-main-width);
    max-width: var(--xl-main-max-width);
    margin: 0 auto;
}
.appl-block-title {
    display: flex;
    align-items: center;
    font-size: 26px;
    color: #333;
}
.appl-block-title::before {
    content: "";
    width: 0;
    height: 28px;
    margin-right: 8px;
    border-left: 4px solid var(--appl-primary-color);
}
.appl-flex-center-title {
    justify-content: center;
}
.appl-flex-center-title::before {
    display: none;
}
.appl-block-detail {
    padding: 15px 0;
    font-size: 16px;
    color: #666;
}
.bg-lightpurple {
    background-color: #f1f5ff;
}
.appl-after-line::after {
    width: 100%;
    margin-left: 0;
    background-color: #e6e5e5;
    height: 1px;
}
.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.appl-pagenav-item {
    display: inline-block;
    float: none!important;
}
li.appl-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;
}
.affix {
    top: 110px;
    width: 100%;
    z-index: 999!important;
}
@media screen and (max-width: 768px) {
    .affix {
        top: 84px;
    }
}
.appl-overview-box {
    width: 100%;
}
.appl-overview-title {
    align-items: flex-start;
    line-height: 38px;
}
.appl-overview-title::before {
    margin-top: 6px;
}
.appl-overview-detail {
    margin-left: var(--appl-context-align-justify);
}
.appl-overview-detail.en-area p {
    margin-bottom: 12px;
}
.appl-overview-detail.zh-area p {
    margin-bottom: 2px;
}
.appl-overview-detail.en-area p:last-child, .appl-overview-detail.zh-area p:last-child {
    margin-bottom: 0;
}
.appl-overview-img {
    position: relative;
    float: right;
    width: 50%;
    clear: both;
    overflow: hidden;
}
.appl-overview-link {
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 136px;
    height: 43px;
    border: none;
    font-size: 16px;
    color: #fff;
    background-color: var(--appl-primary-color);
}
.appl-overview-link:hover, .appl-indsoln-link:hover {
    background-color: #064778;
    color: #fff;
}
.appl-overview-link:visited, .appl-indsoln-link:visited {
    color: #fff;
}
.appl-overview-img img {
    width: 100%;
}
.appl-solution-box {
    width: calc(var(--xl-main-width) - 6%);
    max-width: calc(var(--xl-main-max-width) - 6%);
    text-align: center;
}
.appl-solution-link {
    display: block;
}
.appl-solution-link img {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.appl-struc-case-box .nav-tabs {
    border: none;
    font-size: 20px;
}
.appl-struc-case-box .nav-tabs>li:after {
    width: 0;
    height: 2px;
    margin-left: 0;
    background-color: var(--appl-primary-color);
}
.appl-struc-case-box .nav-tabs>li:hover:after, .appl-struc-case-box .nav-tabs>li:focus:after, .appl-struc-case-box .nav-tabs>li.active:after {
    width: calc(100% - 30px);
}
.appl-struc-case-box .nav-tabs li a {
    padding: 20px 30px 8px 0;
    color: #4e4e4e;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.appl-struc-case-box .nav-tabs li a:hover, .appl-struc-case-box .nav-tabs li a:focus {
    background-color: transparent;
    border: none;
}
.appl-struc-case-box .nav-tabs>li.active>a, .appl-struc-case-box .nav-tabs>li.active>a:hover, .appl-struc-case-box .nav-tabs>li.active>a:focus {
    color: var(--appl-primary-color);
}
.appl-struc-case-img img {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.appl-verti-tabpane.active, .appl-horiz-tabpane.active {
    background-color: #fff;
    padding: 15px;
    margin-top: 30px;
    border-radius: 8px;
}
.appl-verti-detail-box {
    position: relative;
}
.appl-verti-detail-prefix1, .appl-verti-detail-prefix2 {
    position: absolute;
    top: 8px;
    display: inline-block;
    content: "";
    width: 7.5px;
    height: 15px;
    transform: skewX(-20deg);
    background-color: rgba(6,125,183,.3);
}
.appl-verti-detail-prefix1 {
    left: 0;
}
.appl-verti-detail-prefix2 {
    left: 11px;
}
.appl-verti-detail-rawdata {
    margin-left: 22px;
}
.appl-horiz-tabpane.active {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-top: 34px;
}
.appl-horiz-tabpane .appl-block-detail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 4%;
    border-radius: 0 70px 2px 0;
    background: url('/imgs/bg-appl-struc-case.png') no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: 0 2px 4px 2px rgba(197,215,234,.3);
}
.appl-horiz-detail-prefix1 {
    position: relative;
    width: 18px;
    height: 18px;
    margin-bottom: 20px;
    border-radius: 50%;
    background-color: #0068b6;
}
.appl-horiz-detail-prefix2 {
    position: absolute;
    top: 0;
    left: 10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: rgba(0,104,182,.55);
}
.appl-scene-container {
    overflow-x: hidden;
}
#appl-block-scen {
    margin: 0 auto;
    padding-bottom: 120px;
}
.appl-scene-container * {
    box-sizing: border-box;
}
@media screen and (min-width: 992px) {
    .appl-scene-container * {
        overflow: visible;
    }
}
.appl-scene-slider {
    width: 72%;
    margin: 0 auto;
}
.appl-scene-slider .slick-prev, .appl-scene-slider .slick-next {
    position: absolute;
    bottom: -80px;
    height: 40px;
    cursor: pointer;
    transition: all .1s ease-in-out;
}
.appl-scene-slider .slick-prev:hover svg ellipse, .appl-scene-slider .slick-next:hover svg ellipse {
    fill: #0068b6;
}
.appl-scene-slider .slick-prev:hover svg path:last-child, .appl-scene-slider .slick-next:hover svg path:last-child {
    stroke: #fff;
}
.appl-scene-slider .slick-prev {
    left: 44%;
}
.appl-scene-slider .slick-next {
    left: calc(44% + 80px);
}
.appl-scene-slider .slick-slide {
    margin: 0 20px;
}
.appl-scene-slider-title {
    font-size: 20px;
    color: #4e4e4e;
    padding: 14px 0;
}
.appl-scene-img-item {
    position: relative;
}
.appl-scene-img-item img {
    width: 100%;
    aspect-ratio: 2.355;
}
.slide-img-content {
    width: 100%;
    position: absolute;
    left: 3%;
    bottom: 45px;
    color: #fff;
}
.slide-img-name {
    display: flex;
    align-items: center;
    padding: 6px 0;
    font-size: 18px;
}
.slide-img-name::before {
    content: "";
    width: 0;
    height: 18px;
    margin-right: 6px;
    margin-top: 2px;
    border-left: 3px solid #287eff;
}
.slide-img-detail {
    width: 94%;
    font-size: 16px;
}
.slide-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(78,78,78,.5);
    z-index: 10;
}
.appl-scene-slider .slick-active .slide-img-overlay, .appl-scene-slider .slick-current .slide-img-overlay {
    background: none;
}
.appl-advs-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.appl-advs-col {
    width: 33.333%;
    padding: 42px 20px 0;
}
@media(max-width: 992px) {
    .appl-advs-col {
        width: 50%;
    }
}
@media(max-width: 768px) {
    .appl-advs-col {
        width: 100%;
    }
}
.appl-advs-img {
    display: block;
    width: 30%;
    margin: 0 auto;
}
.appl-advs-title {
    padding: 24px 0 0;
    text-align: center;
    font-size: 20px;
    color: var(--appl-primary-color);
}
.appl-indsoln-slider {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 10px 4% 0;
    border-bottom: 1px solid #e6e5e5!important;
    box-sizing: border-box;
}
.appl-indsoln-slider .slick-prev, .appl-indsoln-slider .slick-next {
    display: inline-block;
    position: absolute;
    top: 60%;
    transform: translateY(-83%);
    color: #666;
    cursor: pointer;
    z-index: 1;
}
.appl-indsoln-slider .slick-prev {
    left: 2%;
}
.appl-indsoln-slider .slick-next {
    right: 2%;
}
.appl-indsoln-slider .slick-prev:hover svg path, .appl-indsoln-slider .slick-next:hover svg path {
    fill: var(--appl-primary-color);
}
.appl-indsoln-tabli a {
    display: inline-block;
    width: auto;
    white-space: nowrap;
    font-size: 20px;
    color: #565656;
    box-sizing: border-box;
}
.appl-indsoln-tabli.active a {
    color: var(--appl-primary-color);
}
.appl-indsoln-tabli a::after {
    display: block;
    content: "";
    width: 0;
    height: 2px;
    margin: 8px auto 0;
    background-color: var(--appl-primary-color);
    transition: width .3s linear;
}
.appl-indsoln-tabli:hover a::after, .appl-indsoln-tabli:focus a::after, .appl-indsoln-tabli.active a::after {
    width: 100%;
}
.appl-indsoln-tabpane.active {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    margin-top: 34px;
}
.appl-indsoln-img, .appl-indsoln-content {
    padding: 0;
}
.appl-indsoln-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4% 3%;
    box-shadow: 0 2px 10px 0 rgba(7,18,44,.07);
    background-color: #fff;
    border-radius: 0 8px 8px 0;
    background: url('/imgs/bg-appl-indsoln.png') no-repeat;
    background-size: cover;
    background-position: center center;
}
.appl-indsoln-img {
    overflow: hidden;
}
.appl-indsoln-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px 0 0 8px;
}
.appl-indsoln-name {
    font-size: 23px;
}
.appl-indsoln-name::before {
    display: none;
}
.appl-indsoln-detail {
    margin: 0 0 2%;
}
.appl-indsoln-link {
    width: 127px;
    height: 38px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    color: #fff;
    background-color: var(--appl-primary-color);
}
.appl-indsoln-link:hover {
    color: #fff;
}
.appl-guide-container {
    padding: 70px 0;
    background: url('/imgs/bg-appl-guide.png') no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
}
.appl-guide-container * {
    box-sizing: border-box;
}
.appl-guide-title {
    font-size: 26px;
    color: #0068b6;
    text-align: center;
    padding-bottom: 40px;
    line-height: 36px;
}
.appl-guide-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 49px;
    margin: 0 auto;
    border: 1px solid #0068b6;
    border-radius: 50px;
    background-color: none;
    font-size: 16px;
    color: #0068b6;
}
.appl-guide-link:hover, .appl-guide-link:focus {
    background-color: #0068b6;
    color: #fff;
}
.appl-guide-box {
    width: var(--xl-main-width);
    max-width: var(--xl-main-max-width);
    margin: 0 auto;
}
.appl-guide-item {
    display: flex;
    column-gap: 16px;
    margin-bottom: 32px;
}
.appl-guide-item-order {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: #0068b6;
    border: none;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}
.appl-guide-item-arrow {
    width: 2px;
    height: var(--arrowHeight);
    background-color: #0068b6;
    border: none;
    position: relative;
    left: 23px;
    top: 8px;
}
.appl-guide-item-arrow svg {
    position: absolute;
    bottom: -5px;
    left: -6px;
}
.appl-guide-item:last-child .appl-guide-item-arrow {
    display: none;
}
.appl-guide-item-r {
    width: calc(100% - 60px);
    background-color: #fff;
    border-radius: 8px;
    padding: 16px;
}
.appl-guide-item-tit {
    font-size: 20px;
    color: #414141;
    padding-bottom: 6px;
}
.appl-guide-item-detail {
    font-size: 16px;
    color: #666;
}
.appl-guide-item-detail a {
    color: #0068b6;
    text-decoration: underline;
}
.appl-selctable-box {
    max-height: 600px;
    overflow: auto;
}
.appl-selctable-table {
    font-size: 16px;
    color: #666;
    table-layout: fixed;
}
.appl-selctable-table th {
    position: sticky;
    top: 0;
    border-top: none;
    min-width: 240px;
    padding: 8px 0 8px 10px;
    background-color: #fff;
    word-break: break-word;
    font-size: 20px;
}
.appl-selctable-table th:first-child {
    position: sticky;
    left: -1px;
    z-index: 2;
}
.appl-selctable-table td:first-child {
    position: sticky;
    left: -1px;
    font-weight: bold;
}
.appl-selctable-table td {
    padding: 8px 10px 8px 10px;
    white-space: nowrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.appl-selctable-table th a, .appl-selctable-table td a {
    color: #0068b6;
    text-decoration: underline;
}
.appl-selctable-table th span, .appl-selctable-table td:first-child {
    color: #333;
}
.appl-selctable-table tbody tr:nth-child(odd) td {
    background-color: #f7fafd;
}
.appl-selctable-table tbody tr:nth-child(even) td {
    background-color: #fff;
}
.appl-contact-container {
    background: url('/imgs/bg-appl-contact.png') no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
}
.appl-contact-link a {
    width: 127px;
    height: 38px;
    margin: 0 auto;
    border: 1px solid #0068b6;
    border-radius: 50px;
    font-size: 16px;
    color: #0068b6;
}
.appl-contact-link a:hover, .appl-contact-link a:focus {
    background-color: #0068b6;
    color: #fff;
}
.appl-reltdic-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    box-sizing: border-box;
    margin: 0 -1.5%;
}
.appl-reltdic-outer {
    width: 25%;
    max-width: 320px;
    padding: 40px 1.5% 0;
}
.appl-reltdic-inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10% 6% 6%;
    box-sizing: border-box;
    box-shadow: 0 2px 25px 0 rgba(0,0,0,.08);
    background: url('/imgs/bg-pseries.png') no-repeat;
    background-size: cover;
    border-radius: 8px;
}
.appl-reltdic-inner:hover {
    box-shadow: 0 0 13px #c9c8c8;
}
.appl-reltdic-inner img {
    display: block;
    width: 33%;
    margin: 0 auto;
}
.appl-reltdic-card-title {
    width: 100%;
    margin: 0 auto 10px;
    text-align: center;
    font-size: 20px;
    color: #333;
}
.appl-reltdic-inner ul {
    font-size: 16px;
    color: #666;
    margin-left: 9%;
}
.appl-reltdic-inner li {
    list-style: disc;
    line-height: 30px;
}
@media screen and (min-width: 1921px) {
    #appl-block-scen {
        max-width: var(--xl-main-max-width);
        overflow-x: hidden;
    }
}
@media screen and (max-width: 1576px) {
    .appl-banner-name {
        left: 7%;
    }
}
@media screen and (max-width: 1300px) {
    .appl-banner-name {
        left: 4.5%;
        font-size: 60px;
        line-height: 70px;
    }
    .appl-block {
        width: var(--md-main-width);
        max-width: var(--md-main-max-width);
    }
    nav.navappl ul {
        width: calc(var(--md-main-width) + 35px);
        max-width: calc(var(--md-main-max-width) + 35px);
    }
    .appl-solution-box {
        width: calc(var(--md-main-width) - 6%);
    }
    .appl-guide-box {
        width: var(--md-main-width);
        max-width: var(--md-main-max-width);
    }
    .appl-overview-img {
        width: 540px;
    }
    .appl-scene-slider .slick-prev, .appl-scene-slider .slick-next {
        bottom: -64px;
    }
    .appl-reltdic-outer {
        width: 33.33%;
        padding: 25px 18px 0;
    }
}
@media screen and (max-width: 992px) {
    .appl-banner-name {
        font-size: 50px;
        line-height: 60px;
    }
    .appl-block {
        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);
    }
    .appl-solution-box {
        width: calc(var(--sm-main-width) - 6%);
    }
    .appl-scene-slider {
        width: calc(var(--sm-main-width) + 5%);
    }
    .appl-scene-slider .slick-slide {
        margin: 0 42px;
    }
    .slide-img-overlay {
        background: none;
    }
    .appl-scene-slider .slick-prev, .appl-scene-slider .slick-next {
        bottom: -80px;
    }
    .appl-indsoln-tabli a {
        padding: 0 8px;
    }
    .appl-guide-box {
        width: 100%;
    }
    .appl-reltdic-outer {
        width: 50%;
    }
    .appl-horiz-tabpane .appl-block-detail {
        margin-top: 40px;
        border-radius: 0 50px 2px 0;
    }
    .appl-overview-img {
        width: 60%;
    }
}
@media screen and (max-width: 768px) {
    .appl-banner-sm {
        display: none;
    }
    .appl-banner-xs {
        display: block;
    }
    .appl-banner-name {
        left: 0;
        padding: 10px 0 10px 3%;
        font-size: 20px;
        width: 100%;
        line-height: 32px;
        background: -webkit-linear-gradient(to right,rgba(0,104,182,.84),rgba(13,15,55,0));
        background: linear-gradient(to right,rgba(0,104,182,.84),rgba(13,15,55,0));
    }
    div[id^='appl-block-'] {
        padding: 40px 0 22px;
    }
    .appl-block-title {
        font-size: 18px;
    }
    .appl-block-title::before {
        height: 18px;
        margin-right: 5px;
        border-left-width: 3px;
    }
    .appl-block-detail {
        padding: 8px 0;
        font-size: 14px;
        line-height: 24px;
    }
    .navappl .navbar-nav>li>a {
        padding: 0 8px;
        font-size: 14px;
    }
    .appl-overview-context {
        margin-top: 14px!important;
    }
    .appl-overview-img {
        float: none;
        width: 100%;
    }
    .appl-overview-img img {
        margin-left: 0;
    }
    .appl-overview-title {
        justify-content: center;
        line-height: 28px;
    }
    .appl-overview-title::before {
        display: none;
    }
    .appl-overview-detail {
        margin-left: 0;
    }
    .appl-overview-link {
        right: 5%;
        width: 110px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }
    .appl-struc-case-box .nav-tabs {
        font-size: 16px;
    }
    .appl-struc-case-box .nav-tabs li a {
        padding-top: 14px;
    }
    .appl-verti-detail-prefix1, .appl-verti-detail-prefix2 {
        top: 6px;
        width: 5px;
        height: 10px;
    }
    .appl-verti-detail-prefix1 {
        left: 2px;
    }
    .appl-verti-detail-prefix2 {
        left: 9px;
    }
    .appl-verti-detail-rawdata {
        margin-left: 16px;
    }
    .appl-horiz-tabpane.active {
        display: block;
        margin-top: 18px;
    }
    .appl-horiz-tabpane .appl-block-detail {
        margin-top: 26px;
    }
    .appl-horiz-detail-prefix1 {
        width: 11px;
        height: 11px;
        margin-bottom: 10px;
    }
    .appl-horiz-detail-prefix2 {
        top: 0;
        left: 7px;
        width: 11px;
        height: 11px;
    }
    #appl-block-scen {
        padding-bottom: 60px;
    }
    .appl-scene-slider .slick-slide {
        margin: 0 23px;
    }
    .appl-scene-slider-title {
        font-size: 16px;
        line-height: 22px;
    }
    .slide-img-content {
        position: unset;
        color: #4e4e4e;
    }
    .slide-img-name {
        font-size: 16px;
        line-height: 22px;
    }
    .slide-img-name::before {
        height: 16px;
    }
    .slide-img-detail {
        font-size: 14px;
        line-height: 20px;
    }
    .appl-scene-slider .slick-prev, .appl-scene-slider .slick-next {
        bottom: -50px;
    }
    .appl-scene-slider .slick-prev {
        left: 38%;
    }
    .appl-scene-slider .slick-next {
        left: calc(38% + 60px);
    }
    .appl-scene-slider .slick-prev svg, .appl-scene-slider .slick-next svg {
        width: 27px;
        height: 27px;
    }
    .appl-advs-col {
        padding: 32px 20px 0;
    }
    .appl-advs-title {
        padding: 0;
        font-size: 16px;
    }
    .appl-indsoln-tabli:hover::after, .appl-indsoln-tabli:focus::after, .appl-indsoln-tabli.active::after {
        width: 120px;
    }
    .appl-indsoln-tabli a {
        font-size: 16px;
    }
    .appl-indsoln-tabpane.active {
        display: block;
        margin-top: 20px;
    }
    .appl-indsoln-img img {
        border-radius: 8px 8px 0 0;
    }
    .appl-indsoln-content {
        border-radius: 0 0 8px 8px;
    }
    .appl-indsoln-name {
        font-size: 16px;
    }
    .appl-indsoln-link {
        width: 100px;
        height: 26px;
        font-size: 14px;
    }
    .appl-guide-container {
        padding: 40px 20px;
    }
    .appl-guide-title {
        font-size: 18px;
        padding-bottom: 30px;
        line-height: 28px;
    }
    .appl-guide-link, .appl-guide-link:hover, .appl-guide-link:focus {
        width: 200px;
        height: 34px;
        font-size: 14px;
    }
    .appl-guide-item {
        margin-bottom: 16px;
    }
    .appl-guide-item-order {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .appl-guide-item-arrow {
        left: 20px;
    }
    .appl-guide-item-tit {
        font-size: 16px;
        line-height: 22px;
    }
    .appl-guide-item-detail {
        font-size: 14px;
        line-height: 22px;
    }
    .appl-selctable-title {
        color: #333;
    }
    .appl-selctable-detail {
        color: #999;
    }
    .appl-selctable-box {
        max-height: 400px;
    }
    .appl-selctable-table {
        font-size: 14px;
    }
    .appl-selctable-table th {
        min-width: 170px;
        font-size: 14px;
    }
    .appl-selctable-table th:first-child {
        min-width: 100px;
    }
    .appl-selctable-table th span {
        color: #1f1f1f;
    }
    .appl-reltdic-box {
        flex-direction: column;
        align-items: center;
    }
    .appl-reltdic-outer {
        width: 300px;
        padding: 24px 0 0;
    }
    .appl-reltdic-card-title {
        margin: 0 auto;
        font-size: 16px;
    }
    .appl-reltdic-inner ul {
        font-size: 14px;
    }
    .appl-contact-link a {
        width: 90px;
        height: 27px;
        border: 1px solid #2172e2;
        font-size: 14px;
        color: #287eff;
    }
}
.appl-selctable-block-div {
    padding-bottom: 20px!important;
}
.appl-selctable-block-title {
    margin-left: 0!important;
}
.appl-selctable-title-content-center {
    display: flex;
    justify-content: center;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    color: #414141;
}
.appl-block-table-div {
    margin-top: 10px;
    margin-bottom: 50px;
}
.appl-selctable-div-box {
    display: flex;
    justify-content: center;
}
.appl-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);
}
.appl-selctable-box table th:not(:first-child) {
    --max-width: 200px;
    width: var(--max-width);
    max-width: var(--max-width);
    min-width: var(--max-width);
}
.appl-selctable-box table th:first-child {
    min-width: 160px;
    max-width: 300px;
}
.appl-selctable-box table tbody tr td:first-child {
    min-width: 160px;
    max-width: 300px;
}
.appl-selctable-table {
    max-width: 100%;
}
@media screen and (max-width: 768px) {
    .appl-selctable-block-div {
        padding-bottom: 0!important;
    }
    .appl-block-table-div {
        margin-top: 8px;
        margin-bottom: 38px;
    }
    .appl-selctable-title-content-center {
        font-size: 16px;
    }
}
.appl-block.appl-ov-box {
    padding: 50px 0 40px;
}
.appl-subs-box {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 24px;
    padding: 40px 0;
}
.appl-subs-col {
    display: block;
    position: relative;
    width: calc((100% - 48px) / 3);
    overflow: hidden;
}
.appl-subs-col .appl-subs-title {
    position: absolute;
    top: 24px;
    left: 24px;
    max-width: calc(100% - 48px);
    padding: 10px 18px;
    background: rgba(0,0,0,.64);
    font-size: 20px;
}
.appl-subs-col img {
    width: 100%;
    height: 100%;
    transition: transform .3s ease;
}
.appl-subs-col:hover img {
    transform: scale(1.1);
}
.appl-subs-col:hover .appl-subs-title {
    text-decoration: underline;
}
@media screen and (max-width: 1100px) {
    .appl-subs-col {
        width: calc((100% - 24px) / 2);
    }
}
@media screen and (max-width: 768px) {
    .appl-banner-name.appl-ovbanner-name {
        padding: 8% 0 8% 3%;
        background: -webkit-linear-gradient(90deg,rgba(3,14,39,.84) 22%,rgba(13,15,55,0) 100%);
        background: linear-gradient(90deg,rgba(3,14,39,.84) 22%,rgba(13,15,55,0) 100%);
    }
    .appl-block.appl-ov-box {
        padding: 22px 0;
    }
    .appl-subs-box {
        padding: 32px 0;
    }
    .appl-subs-col {
        width: 100%;
    }
    .appl-subs-col .appl-subs-title {
        top: 18px;
        left: 18px;
        padding: 8px 14px;
        font-size: 16px;
        line-height: 23px;
    }
}