/**
 * css files
 */


::-webkit-scrollbar-thumb {
    width: 0px;
    height: 0px;
    border-radius: 100px;
    background-color: #D8D8D8 !important;

}

::-webkit-scrollbar { 
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-corner {
    width: 0px;
    height: 0px;
}

::-webkit-input-placeholder {
    color: #BDBDBD;
}

body {
    font-family: 'PingFang SC';
}

a {
    text-decoration: none;
    /*color: #4A4A4A;*/
}

a:visited { 
    text-decoration: none; 
    /*color: #4A4A4A;*/
}

.header {
    height: 60px;
    width: 100%;
    padding: 0px 118px;
    position: fixed;
    display: flex;
    align-items: center;
    top: 0px;
    color: #3A3A3A;
}

.logo {
}

.header a {
    /*line-height: 60px;*/
}

.header-white {
    color: #FFFFFF;
}

.header-fixed {
    background-color: #FFFFFF;
    color: #3A3A3A;
}

.header-link {
    color: #3A3A3A;
}

.header-white .header-link {
    color: #FFFFFF;
}

.header-fixed .header-link {
    color: #3A3A3A;
}

.header-pc-menu-container {
    display: flex;
    align-items: center;
}

.header-pc-menu-item {
    position: relative;
}

.header-pc-menu-item-drop-button {
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    margin-left: 45px;
}

.header-pc-menu-item-drop-button > svg {
    height: 7px;
    width: 8px;
    margin-left: 8px;
}

.header .header-pc-menu-item:hover > .header-pc-menu-item-drop-button .header-link {
    color: #023b93;
}

.header .header-pc-menu-item:hover > .header-pc-menu-item-drop-button > svg {
    color: #023b93;
}

.header-white .header-pc-menu-item:hover > .header-pc-menu-item-drop-button .header-link {
    color: #53FFF5;
}

.header-white .header-pc-menu-item:hover > .header-pc-menu-item-drop-button > svg {
    color: #53FFF5;
}

.header-fixed .header-pc-menu-item:hover > .header-pc-menu-item-drop-button .header-link {
    color: #023b93;
}

.header-fixed .header-pc-menu-item:hover > .header-pc-menu-item-drop-button > svg {
    color: #023b93;
}

.header-pc-menu-item-drop-list {
    position: absolute;
    border-radius: 8px;
    background-color: #FFFFFF;
    width: 136px;
    box-shadow: -4px 4px 20px rgba(0, 0, 0, 0.2);
    left: 45px;
    padding: 4px;
    display: none;
}

.header-pc-menu-item:hover .header-pc-menu-item-drop-list {
    display: block;
}

.header-pc-menu-item-drop-list a {
    color: #4F4F4F;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding: 7px 0px;
    margin: 0px;
    display: flex;
    width: 100%;
    align-items: center;
}

.header-pc-menu-item-drop-list img {
    height: 24px;
    width: 24px;
    margin-left: 6px;
    margin-right: 4px;
}

.header-pc-menu-item-drop-list a:hover {
    color: #023b93;
    background: #F9F9F9;
    border-radius: 4px;
}

.header-mobile-menu-container {
    display: none;
    position: fixed;
    right: 20px;
}

.header-mobile-menu-icon {
    height: 24px;
    width: 24px;
}

.header-white .header-mobile-menu-icon {
    color: white;
}

.header-false {
}

.header-false .header-mobile-menu-icon {
    color: #023b93;
}

.header-mobile-menu-icon svg {
    pointer-events: none;
}

.header-mobile-menu-list-container {
    position: fixed;
    top: 0px; 
    width: 100%;
    right: 0px;
    background-color: #FFFFFF;
    box-shadow: -4px 4px 20px rgba(0, 0, 0, 0.2);
    padding-bottom: 4px;
}

.header-mobile-menu-item-title {
    font-weight: 600;
    font-size: 16px;
    color: #3A3A3A;
    height: 38px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: space-between;
}

.header-mobile-menu-open {
    pointer-events: none;
    transform: rotate(270deg);
}

.header-mobile-menu-close {
    transform: rotate(0deg);
}

.header-mobile-menu-item-title a {
    color: #3A3A3A;
    padding: 0px;
    margin: 0px;
}

.header-mobile-menu-item-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 38px;
    color: #4F4F4F;
}

.header-mobile-menu-item-link a {
    color: #4F4F4F;
    display: flex;
    width: 100%;
    align-items: center;
    line-height: 38px;
    margin: 0px;
}

.header-mobile-menu-item-link img {
    height: 24px;
    width: 24px;
    margin-left: 20px;
    margin-right: 4px;
}

.header-mobile-menu-open {
    height: 24px;
    width: 24px;
}

.header-padding {
    height: 60px;
    width: 100%;
}

.logo {}

.logo {
    margin-left: 0px;
}

.footer {
    background-color: #102458;
    height: 392px;
}

.footer-container {
    display: flex;
    width: 100%;
    padding-top: 52px;
    justify-content: center;
}

.footer-link {
    color: #FFFFFF;
}

.footer-link-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 9px;
}

.footer-link-title a { 
    color: #FFFFFF;
}

.footer-link-title a:visited { 
    color: #FFFFFF;
}

.footer-link-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-top: 16px;
}

.footer-link-item a { 
    color: #FFFFFF;
}

.footer-link-item a:visited { 
    color: #FFFFFF;
}

.footer-link-item a:hover{
    color: #D2DFFF;
}

.copyright-code:hover {
    color: #D2DFFF !important;
}

.footer-mobile-container {
    color: #FFFFFF;
    padding: 0px 20px;
    display: none;
}

.footer-mobile-title {
    font-weight: 600;
    font-size: 20px;
    height: 68px;
    line-height: 68px;
    text-align: center
}

.footer-mobile-link {
}

.copyright-container {
    color: #FFFFFF;
    text-align: center;
    font-size: 13px;
    margin-top: 24px;
    font-variant: small-caps;
}

.copyright-container a {
    color: #FFFFFF;
}

.copyright-container a:visited {
    color: #FFFFFF;
}

.carousel {
    height: 500px;
    position: relative;
}

.carousel-item {
    position: relative;
    width: 100%;
}

.carousel-item-hide {
    display: none;
}

.carousel-item-active {
    display: block;
}

.carousel-item-image {
    height: 500px;
    width: calc(100%);
    object-fit: cover;
}

.carousel-item-mobile-image {
    height: 356px;
    width: calc(100%);
    display: none;
}

.carousel-item-text {
    position: absolute;
    width: 100%;
    top: 185px;
    color: #FFFFFF;
}

.carousel-item-text-center {
    text-align: center;
}

.carousel-item-text-left {
    text-align: left;
    padding-left: 18%;
}

.carousel-item-text-name {
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
}

.carousel-item-text-desc {
    margin-top: 18px;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
}

.carousel-button-list {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 40px;
    width: 100%;
    position: absolute;
    cursor: pointer;
}

.carousel-button {
    background: #FFFFFF;
    opacity: 0.15;
    border-radius: 20px;
    width: 80px;
    height: 8px;
    margin-left: 15px;
    margin-right: 15px;
    cursor: pointer;
}

.carousel-button:hover {
    opacity: 0.3;
}

.carousel-button-active {
    opacity: 0.3;
}

.platform-meta-container {
    width: calc(100%);
    height: 440px;
    color: #FFFFFF;
    background-size: cover;
    background-position: center;
}

.platform-meta-image {
    height: 440px;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: -1;
}

.platform-meta-image img {
    height: 440px;
    width: 100%;
}

.platform-meta-text {
    padding-top: 108px;
    padding-left: 15%;
    font-variant: small-caps;
}

.platform-meta-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
}

.platform-meta-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-top: 18px;
    width: 430px;
}

.platform-meta-link {
    cursor: pointer;
    margin-top: 24px;
    display: flex;
}

.platform-meta-link a {
    font-weight: 400;
    font-size: 20px;
    line-height: 42px;
    display: block;
    text-align: center;
    width: 120px;
    color: #023b93;
    border-radius: 20px;
    border: 1px solid #023b93;
}

.platform-meta-link-banner a {
    color: #00FDFD;
    border: 1px solid #00FDFD;
}

.platform-meta-link a:hover {
    background: #EFF6FF;
}

.platform-core-container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.platform-core-list {
    display: flex;
    justify-content: space-between;
    padding-left: 13.8%;
    padding-right: 13.8%;
    margin-top: 54px;
}

.platform-core-title {
    font-weight: 400;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    color: #3A3A3A;
    margin-top: 55px;
    margin-bottom: 38px;
}

.platform-core-item {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    padding-right: 40px;
    padding-left: 28px;
    padding-top: 28px;
}

.platform-core-item-image {
    height: 110px;
    width: 110px;
    margin-right: 18px;
}

.platform-core-item-image img {
    height: 110px;
    width: 110px;
}

.platform-core-item-meta {
    color: #4F4F4F;
}

.platform-core-item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}

.platform-core-item-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
    width: 260px;
    font-variant: small-caps;
}

.platform-adv-container {
    padding-top: 10px;
    padding-bottom: 0px;
    background-size: cover;
}

.platform-adv-title {
    font-weight: 400;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    color: #3A3A3A;
    margin-top: 46px;
    margin-bottom: 55px;
}

.platform-adv-list {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 70px;
    padding-left: 11.8%;
    padding-right: 11.8%;
}

.platform-adv-item {
    background-color: #FFFFFF;
    border-radius: 13px;
    padding: 36px 0px 46px 0px;
}

.platform-adv-item-image {
    height: 50px;
    text-align: center;
}

.platform-adv-item-image img {
    height: 50px;
    width: 50px;
}

.platform-adv-item-meta {
    color: #4F4F4F;
}

.platform-adv-item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-top: 20px;
}

.platform-adv-item-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
    text-align: justify;
    padding-left: 26px;
    padding-right: 26px;
    width: 200px;
    font-variant: small-caps;
}


.product-apply-container {
    background-color: #FFFFFF;
}

.product-apply-title {
    font-weight: 400;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    color: #3A3A3A;
    margin-top: 55px;
}

.product-apply-desc {
    display: flex;
    justify-content: center;
}

.product-apply-desc > div {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #4F4F4F;
    margin-top: 44px;
    max-width: 774px;
    min-height: 200px;
}


.product-value-container {

}

.product-value-title {
    font-weight: 400;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 48px;
}

.product-value-list-container {
    padding: 48px 15.7%;
}

.product-value-list {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.product-value-item {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 4px 30px rgba(0, 116, 223, 0.1), inset -1px -1px 2px #FFFFFF, inset 1px 1px 2px #FFFFFF;
    border-radius: 8px;
    padding: 10px 30px 30px;
}

.product-value-item-image {
    text-align: center;
}

.product-value-item-image img {
    height: 130px;
    width: 130px;
}

.product-value-item-meta {
    color: #4F4F4F;
    margin-top: 20px;
}

.product-value-item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.product-value-item-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    width: 420px;
    margin-top: 8px;
}


.product-function-container {
}

.product-function-title {
    font-weight: 400;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    color: #3A3A3A;
    margin-top: 90px;
}

.product-function-list {
}

.product-function-item {
    color: #4F4F4F;
    margin-top: 64px;
}

.product-function-item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}
                
.product-function-item-desc {
    text-align: center;
}

.product-function-item-desc > div {
    max-width: 800px;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    margin-top: 18px;
    display: inline-block;
    text-align: start;
}
                
.product-function-item-image {
    height: 566px;
    text-align: center;
    margin-top: 96px;
}

.product-function-item-image img {
    height: 566px;
    width: 1100px;
}


.product-demo-container {
}

.product-demo-title {
    font-weight: 400;
    font-size: 36px;
    line-height: 140px;
    height: 140px;
    text-align: center;
}

.product-demo-list {
    padding-top: 10px;
    display: flex;
    justify-content: center;
    padding-bottom: 70px;
}

.product-demo-item {
    margin-left: 62px;
    margin-right: 62px;
}

.product-demo-item-name {
    font-weight: 400;
    font-size: 20px;

    line-height: 28px;
    margin-bottom: 16px;
    text-align: center;
}

.product-demo-item-image {
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(187, 209, 241, 0.3);
    border-radius: 8px;
    width: 201px;
    height: 201px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-demo-item-image img {
    height: 161px;
    width: 161px;
}

.main-platform-container {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-platform-title {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 36px;
    line-height: 50px;
}

.main-platform-title-name {
    color: #3A3A3A;
}
.main-platform-title-name-w {
    color: #FFFFFF;
}
.main-platform-title-code {
    color: #023b93;
    font-weight: 600;
    font-variant: small-caps;
    text-transform: capitalize;

    margin-left: 6px;
}

.main-platform-core-list {
    display: flex;
    align-items: center;
    height: 130px;
    justify-content: center;
}

.main-platform-core-item {
    width: 88px;
    text-align: center;
    margin-left: 57px;
    margin-right: 57px;
}

.main-platform-core-image {
}

.main-platform-core-image img {
    height: 88px;
    width: 88px;
}

.main-platform-core-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #4F4F4F;
    margin-top: 4px;
}

.main-platform-desc-container {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-variant: small-caps;
}

.main-platform-desc-meta {
    margin-left: 50px;
    margin-right: 50px;
}

.main-platform-desc-meta-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #3A3A3A;
}

.main-platform-desc-meta-title-w {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
}
.main-platform-desc-meta-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #4F4F4F;
    width: 500px;
    text-align: justify;

    margin-top: 18px;
}

.main-platform-desc-meta-image {
    width: 500px;
    height: 400px;
    margin-left: 50px;
    margin-right: 50px;
}

.main-platform-desc-meta-image img {
    width: 500px;
    height: 400px;
    object-fit: cover;
}
.main-platform-desc-meta-image2 {
    width: 192px;
    height: 188px;
    margin-left: 250px;
    margin-right: 50px;
}

.main-platform-desc-meta-image2 img {
    width: 192px;
    height: 188px;
    object-fit: cover;
}

.main-sols-container {
    background-position: center;
    background-size: cover;
}

.main-sols-title {
    height: 140px;
    text-align: center;
    line-height: 140px;
    font-weight: 400;
    font-size: 36px;
    color: #3A3A3A;
}
.main-sols-pre {
    padding-top: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    margin: auto;

    width: 814px;
    height: 80px;
}
.main-sols-list {
    display: flex;
    justify-content: center;
    padding-top: 36px;
    padding-bottom: 26px;
}

.main-sols-item {
    color: #3A3A3A;
    border-radius: 16px 16px 16px 16px;
    margin-left: 64px;
    margin-right: 64px;
}

.main-sols-image {
    text-align: center;
}

.main-sols-image img {
    height: 70px;
    width: 70px;
}

.main-sols-image > a {
    display: inline-block;
    height: 70px;
    width: 70px;
}

.main-sols-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    
    margin-top: 18px;
}

.main-sols-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;

    width: 282px;
    margin: 10px 10px 10px 10px;

}

.main-coo-container {
    background-color: #FFFFFF;
}

.main-coo-title {
    font-weight: 400;
    font-size: 36px;
    color: #3A3A3A;
    text-align: center;

    height: 140px;
    line-height: 140px;
}

.main-coo-list {
    display: flex;
    justify-content: space-between;
    width: 1040px;
    margin: auto;
    align-items: center;
    margin-top: 16px;
    flex-wrap: wrap;
}

.min-coo-item {
    height: 90px;
}

.min-coo-item img {
/*    height: 90px;*/
}

.about-padding {
    height: 70px;
}

.about-container {
    background-size: cover;
    background-position: center;
}

.about-title {
    font-weight: 400;
    font-size: 36px;
    line-height: 140px;
    height: 140px;
    text-align: center;
}

.about-desc {
    padding-top: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    margin: auto;

    width: 814px;
    height: 280px;
}

.platform-case-title {
    font-weight: 400;
    font-size: 36px;
    line-height: 50px;
    margin-top: 68px;
    margin-bottom: 48px;
    text-align: center;
}

.platform-case-list {
    padding-bottom: 0px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.platform-case-item-image {
    width: 444px;
    font-variant: small-caps;
}

.platform-case-item-image img {
    width: 444px;
}

.platform-case-item-image-mobile {
    display: none;
}

.platform-case-item-meta {
    width: 480px;
}

.platform-case-item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 18px;
}
      
.platform-case-item-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    font-variant: small-caps;
}

.platform-case-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    width: 1000px;
    align-items: center;
}

.platform-meta-link-banner a:hover {
    background: #459AFF;
}

@media (max-width: 1000px) {
    .logo {
    }

    .logo > svg {
        width: 80px;
    }

    .header {
        height: 44px;
        padding-left: 20px;
    }

    .header-pc-menu-container {
        display: none;
    }

    .header-mobile-menu-container {
        display: block;
    }
    
    .header-padding {
        height: 44px;
    }

    .carousel {
        height: 356px;
    }

    .carousel-button {
        height: 4px;
        width: 40px;
        border-radius: 10px;
    }

    .carousel-item-text-left {
        padding: 0px;
        text-align: center;
    }

    .carousel-item-text-name {
        font-size: 24px;
        line-height: 23px;
    }

    .carousel-item-text-desc {
        font-size: 13px;
        line-height: 17px;
        margin-top: 8px;
    }

    .carousel-item-text {
        top: 94px;
    }

    .carousel-item-image {
        display: none;
    }

    .carousel-item-mobile-image {
        height: 356px;
        display: block;
    }

    .carousel-button-list {
        bottom: 24px;
    }

    .main-platform-container {
        padding: 0px 20px 20px 20px;
    }

    .main-platform-title {
        font-size: 20px;
        height: 68px;
        line-height: 28px;
    }

    .main-platform-desc-meta {
        margin: 0px;
    }

    .main-platform-desc-container {
        height: auto;
    }

    .main-platform-desc-meta-title {
        display: none;
    }

    .main-platform-desc-meta-image {
        display: none;
    }
    .main-platform-desc-meta-image2 {
        display: none;
    }

    .main-platform-desc-meta-text {
        width: auto;
        margin-top: 28px;
    }


    .platform-meta-link {
        flex-direction: row-reverse;
        margin-bottom: 20px;
    }

    .platform-meta-link a {
        height: 30px;
        line-height: 30px;
        font-size: 13px;
        width: 92px;
    }

    .main-platform-core-list {
        justify-content: space-between;
        height: auto;
        margin-top: 8px;
    }

    .main-platform-core-item {
        width: 78px;
        margin: 0px;
    }

    .main-platform-core-name {
        font-size: 13px;
    }

    .main-platform-core-image {
        height: 60px;
        width: 78px;
    }

    .main-platform-core-image img {
        height: 60px;
        width: 60px;
    }

    .main-sols-container {
    }

    .main-sols-list {
        display: block;
        padding-top: 10px;
    }

    .main-sols-title {
        height: 68px;
        font-size: 20px;
        line-height: 68px;
    }

    .main-sols-item {
        margin-top: 30px;
        margin-left: 0px;
        margin-right:0px;
    }

    .main-sols-item:first-child {
        margin-top: 0px;
    }

    .main-sols-name {
        font-size: 14px;
        line-height: 20px;
        margin-top: 12px;
    }

    .main-sols-image img {
        height: 50px;
        width: 50px;
    }

    .main-sols-image > a {
        height: 50px;
        width: 50px;
    }

    .main-sols-desc {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 6px;
        font-size: 13px;
    }

    .main-coo-container {
        padding: 0px 10px;
    }

    .main-coo-title {
        font-size: 20px;
        height: 68px;
        line-height: 68px;
    }

    .main-coo-list {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .min-coo-item {
        height: 45px;
    }

    .min-coo-item img {
        height: 45px;
    }

    .about-padding {
        height: 0px;
    }

    .about-container {
        padding: 0px 24px 30px 24px;
    }

    .about-title {
        line-height: 68px;
        height: 68px;
        font-size: 20px;
    }

    .about-desc {
        font-size: 13px;
        width: 100%;
        height: auto;
    }

    .footer {
        background-color: #FFFFFF;
        height: auto;
        padding-bottom: 20px;
    }

    .footer-container {
        display: none;
    }

    .footer-link-item {
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
        margin-top: 10px;
    }

    .footer-mobile-container {
        display: block;
    }

    .copyright-container a {
        color: #FFFFFF;
    }

    .copyright-container a:visited {
        color: #FFFFFF;
    }

    .platform-meta-container {
        width: calc(100%);
        height: 356px;
        color: #FFFFFF;
        background-size: cover;
        background-position: center;
    }

    .platform-meta-text {
        padding-top: 50px;
        margin: auto;
        max-width: 283px;
        padding-left: 0px;
        text-align: center;
    }

    .platform-meta-title {
        font-weight: 600;
        font-size: 24px;
        line-height: 40px;
    }
    
    .platform-meta-desc {
        width: 100%;
        margin-top: 13px;
        font-weight: 400;
        font-size: 13px;
        line-height: 22px;
    }

    .platform-meta-link-banner {
        justify-content: center;
    }

    .platform-core-title {
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
        margin-top: 0px;
    }

    .platform-core-container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .platform-core-list {
        padding-left: unset;
        padding-right: unset;
        flex-wrap: wrap;
        margin-top: 0px;
    }

    .platform-core-item-title {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
    }

    .platform-core-item-desc {
        font-weight: 400;
        font-size: 13px;
        line-height: 22px;
    }

    .platform-core-item {
        display: flex;
        align-items: center;
        padding: 14px 20px 10px 20px;
        width: 100%;
        justify-content: flex-start;
    }

    .platform-adv-container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .platform-adv-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0px 20px;
    }
    
    .platform-adv-title {
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
        margin-top: 0px;
    }

    .platform-core-item-image {
        margin-right: 16px;
        width: 88px;
        height: 88px;
    }

    .platform-core-item-desc {
        width: fit-content;
    }

    .platform-adv-item {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px;
    }

    .platform-adv-item-title {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        margin-bottom:  8px;
        margin-top: 18px;
    }   

    .platform-adv-item-desc {
        font-weight: 400;
        font-size: 14px;
        line-height: 26px;
        padding: 0px;
        margin-top: 8px;
        width: fit-content;
    }

    .platform-core-item-image img {
        width: 88px;
        height: 88px;
    }

    .product-apply-container {
        padding: 20px 24px;
    }

    .product-apply-title {
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .product-apply-desc > div {
        font-weight: 400;
        font-size: 13px;
        line-height: 22px;
        margin-top: 0px;
        max-width: fit-content;
        min-height: fit-content;
        text-align: justify;
    }

    .product-value-title {
        padding-bottom: 0px;
        padding-top: 20px;
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
    }

    .product-value-list-container {
        padding: 20px 20px 0px 20px;
    }

    .product-value-item {
        margin-bottom: 20px;
        width: 100%;
        padding: 10px 13.5px 30px 13.5px;
    }

    .product-value-list {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0px;
    }

    .product-value-item-image img {
        height: 100px;
        width: 100px;
    }

    .product-value-item-title { 
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
    }

    .product-value-item-meta {
        margin-top: 18px;
        text-align: center;
    }

    .product-value-item-desc {
        font-weight: 400;
        font-size: 13px;
        line-height: 22px;
        width: 100%;
    }

    .product-function-title {
        margin-top: 40px;
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .product-function-item {
        margin-top: 20px;
    }

    .product-function-item-title {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
    }

    .product-function-item-desc > div {
        margin-top: 12px;
        padding: 0px 24px;
        font-weight: 400;
        font-size: 13px;
        line-height: 22px;
        text-align: justify;
        text-align: start;
    }

    .product-function-item-image img {
        width: 100%;
        height: auto;
    }

    .product-function-item-image {
        height: auto; 
        margin-top: 0px; 
    }

    .product-demo-title {
        line-height: 68px;
        font-weight: 600;
        font-size: 20px;
        height: 68px;
    }

    .product-demo-item-image img {
        height: 151px;
        width: 151px;
    }

    .product-demo-list {
        padding-bottom: 44px;
        display: block;
    }

    .product-demo-item {
        width: 100%;
        margin: 0px;
        margin-top: 20px;
    }

    .product-demo-item-image {
        margin: auto;
    }

    .platform-case-item-image {
        display: none;
    }

    .platform-case-title {
        margin-top: 48px;
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
    }

    .platform-case-item-title {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px;
        margin-top: 20px;
    }

    .platform-case-item-desc {
        font-weight: 400;
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 12px;
        text-align: justify;
    }

    .platform-case-item-image-mobile {
        width: 100%;
        display: block;
    }

    .platform-case-list {
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 0px;
    }

    .platform-case-item-image-mobile img {
        width: inherit;
    }

    .platform-case-item {
        margin-bottom: 20px;
        flex-wrap: wrap;
        width: auto;
    }

    .platform-case-item-meta { 
        width: 100%;
    }
}


