﻿.smart-conn-wrap {
    background-color: #f5f5f7;
}

.smart-conn-top {
    background-image: url('/img/smartconn/banner-smart-connect.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 44.1667%;
    position: relative;
}

.xids-system-name-wrap {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.xids-system-name {
    display: inline-block;
    background-color: #018be6;
    border-radius: 10px;
    padding: 0 1.5em;
    color: #fff;
    font-size: 3.2em;
    margin: 0 auto;
    transform: translateY(-50%);
}

.xids-system-intruction {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    padding: 0 20px;
    /*max-width: 62.5%;*/
    /*margin: 0 auto;*/
    opacity: 0;
    transform: translateY(50%);
}

    .xids-system-intruction.faded {
        opacity: 1;
        transform: translateY(0);
        transition: all 0.5s ease-in-out 0s;
    }

.xids-system-components {
    width: 100%;
    padding: 50px 30px 0;
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
    opacity: 0;
}

.xids-system-components.faded {
    opacity: 1;
    transition: all 0.5s ease-in-out 0s;
}

.composition-item {
    width: 310px;
    height: 590px;
    min-width: 310px;
    min-height: 590px;
    box-sizing: border-box;
    border: 3px solid #1fb1fb;
    border-radius: 50px;
    padding: 15px 0;
    text-align: center;
}

    .composition-item > div {
        padding: 0 45px;
    }

    .composition-item .title-text {
        /*font-size: 1.5em;*/
        font-size: 1.8em;
    }

    .composition-item .subtitle-text {
        font-size: 1.25em;
    }

    .composition-item .subtitle-text {
        padding: 10px 0;
    }

    .composition-item .hr-line {
        padding: 5px 0 20px;
    }

.system-module-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.module-item {
    padding: 20px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    /* .system-module-list .module-item:first-child .img-wrap {
        padding: 10px;
      }  */
    .module-item img {
        box-sizing: border-box;
        /* width: 100%; */
        max-width: 85%;
        height: auto;
    }

.title-text,
.subtitle-text,
.hr-line {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-photo {
    text-align: center;
    padding: 0 !important;
}

    .product-photo img {
        box-sizing: border-box;
        width: 80%;
        max-width: 100%;
        height: auto;
        transform: translateX(5px);
    }

.pad-photo-wrap,
.vci-photo-wrap {
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left !important;
}

    .pad-photo-wrap .label-text,
    .vci-photo-wrap .label-text {
        font-size: 12px;
        font-weight: 500;
        text-align: center;
    }

.win-pad img,
.android-pad img {
    margin-top: 10px;
}

.vci-photo {
    margin-top: 20px;
}

.vci-photo-wrap .desc-text {
    max-width: 168px;
    font-size: 10px;
    font-weight: 500;
}

.terminal-view {
    margin-top: 15px;
    padding: 0 !important;
    text-align: center;
}

    .terminal-view img {
        max-width: 100%;
        box-sizing: border-box;
    }

.code-platform-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

    .code-platform-wrap .label-text {
        font-size: 16px;
        font-weight: 500;
        max-width: 8em;
    }

.seciton-application-scenarios {
    width: 100%;
    box-sizing: border-box;
    background-image: url(/img/smartconn/application-scenarios-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0 72px;
    color: #f3f3f3;
    text-align: center;
    vertical-align: middle;
}

.seciton-platform-advantages {
    width: 100%;
    box-sizing: border-box;
    background-image: url(/img/smartconn/advantage_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0 135px;
    color: #f3f3f3;
    text-align: center;
    vertical-align: middle;
}

    .section-title,
    .section-subtitle,
    .section-content {
        opacity: 0;
        transform: translateY(20%);
    }

        .section-title.faded {
            opacity: 1;
            transform: translateY(0);
            transition: all 0.5s ease-in-out;
        }

        .section-subtitle.faded {
            opacity: 1;
            transform: translateY(0);
            transition: all 0.6s ease-in-out;
        }

        .section-content.faded {
            opacity: 1;
            transform: translateY(0);
            transition: all 0.7s ease-in-out;
        }

.section-title {
    width: 100%;
    padding: 100px 0 50px;    
    display: flex;
    flex-direction: column;
    font-size: 3.5em;
    font-weight: bold;
    align-items: center;
}

    .seciton-platform-advantages .section-subtitle {
        font-size: 1.6em;
        margin-top: 25px;
        margin-bottom: 30px;
    }

.section-title {
    font-size: 3.5em !important;
    font-weight: bold;
    /*margin: 80px auto 72px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    transform: translateY(20%);
}

    .seciton-application-scenarios .section-title.faded {
        opacity: 1;
        transform: translateY(0);
        transition: all 0.5s ease-in-out;
    }

.scene-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    opacity: 0;
    transform: translateY(20%);
}

    .scene-content.faded {
        opacity: 1;
        transform: translateY(0);
        transition: all 0.5s ease-in-out;
    }

.scene-item {
    width: 19.7916%;
    min-width:350px;
    flex-shrink: 0;
    box-sizing: border-box;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    overflow: hidden;
}

.process-photo {
    width: 380px;
    height:236px;
}
/*.process-photo > img {
    width:100%;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;*/
    /*transform: scale(1);*/
    /*transition: all 0.5s ease
}

    .process-photo:hover > img {
        transform: scale(1.1);
    }*/

.scene-content .scene-item:nth-child(1) {
    /*background-color: #daae4d;*/
    background-image: url(/img/smartconn/scene-item-label-bg1.png);
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
}

.scene-content .scene-item:nth-child(2) {
    /*background-color: #018be6;*/
    background-image: url(/img/smartconn/scene-item-label-bg2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.scene-content .scene-item:nth-child(3) {
    /*background-color: #68c8bc;*/
    background-image: url(/img/smartconn/scene-item-label-bg3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.scene-item .scene-title-wrap {
    padding: 30px 0;
}
.scene-img-wrap {
    position: relative;
    overflow: hidden;
}
    .scene-img-wrap img {
        transform: scale(1);
        transition: transform 0.3s ease-in-out 0s;
    }
    .scene-img-wrap:hover img {
        transform: scale(1.1);
    }

.xids-system-container {
    max-width: 73.9583%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.summary-text {
    font-size: 1.02vw;
    margin-bottom: 1em;
}

.table-head {
    text-align: center;
    height: 1.8em;
    font-size: 1.14583vw;
    color: #f3f3f3;
    display: grid;
    grid-template-columns: 10fr 23fr;
    place-items: center;
    gap: 5px;
    margin-bottom: 5px;
}

.table-row > div {
    font-size: 0.8333vw;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    background-color: #e7e7e7;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-container.section-system-platforms {
    padding: 20px 12.67% 80px;
}

.section-container:last-child {
    padding-bottom: 130px;
}
.scene-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.title-text div:first-child {
    font-size: 2.6em;
    font-weight: 600;
}

.title-text {
    margin-top: 35px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 20px;
    text-align: center;
}

.advantage-content {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.section-container {
    padding: 0 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    box-sizing: border-box;
}
.xids-system-components {
    display: flex;
    justify-content: center;
    align-items: center;
    /*gap: 15px;*/
    /*margin: 40px auto 100px;*/
}
    .xids-system-components img {
        box-sizing: border-box;
        width: calc(25% - 18px);
        height: auto;
    }

.scene-img-wrap .feature-text {
    /*background-color: red;*/
    font-size: 18px;
    color: #f3f3f3;
    position: absolute;
    width: 100%;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

    .scene-img-wrap .feature-text.engineer-test {
        flex-direction: row;
    }

.feature-text .text-item {
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 2em;
}

.feature-text.engineer-test .text-item {
    width: 23%;
    line-height: 1;
    gap: 1em;
}

.feature-text .text-item div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-item-wrap {
    position: relative;
    background-color: #d8dbe0;
    box-sizing: border-box;
    border-radius: 10px;
    width: 27.2888vw;
    min-height: 46.9795vw;
    transform: scale(1);
    transition: transform 0.3s ease-in-out 0.05s;
}

    .content-item-wrap:hover {
        transform: scale(1.05)
    }
    

    .content-item {
        width: 100%;
        height: 100%;
        padding-top: 25.5%;
        position: absolute;
        text-align: center;
    }

        .content-item img {
            height: 12vw;
            object-fit: cover;
            margin-bottom: 4vw;
        }

        .content-item .item-label {
            color: #2b2b2b;
            font-size: 4vw;
            font-weight: bold;
        }

        .content-item .item-desc {
            font-size: 1.8vw;
            max-width: 12em;
            text-align: justify;
            margin: 0 auto;
            margin-top: 25px;
            color: #333;
            font-weight: 500;
            letter-spacing: 0.08em;
            text-overflow: ellipsis;
        }
.footer-wrap {
    position: relative;
}

    .footer-wrap::before,
    .section-container::before
    {
        content: '';
        display: block;
        width: 100%;
        height: 10px;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
    }
@media (max-width: 767px) {
    .xids-system-name {
        font-size: 1.2em;
    }
    .xids-system-container {
        max-width: fit-content;
        margin: 0 auto;
        padding: 50px 30px 110px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .system-structrue img {
        width: 100%;
    }  

    .scene-content {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        opacity: 0;
        flex-wrap: wrap;
        transform: translateY(20%);
    }

    .summary-text {
        font-size: 1.7vw;
        margin-bottom: 1em;
    }

    .software-table, hardware-table {
        padding: 0.5em 0;
    }

    .software-table {
        margin-bottom: 1.5em;
    }

    .table-head {
        text-align: center;
        height: 1.8em;
        font-size: 1.8vw;
        color: #f3f3f3;
        display: grid;
        grid-template-columns: 10fr 23fr;
        place-items: center;
        gap: 5px;
        margin-bottom: 5px;
    }

        .table-head > div {
            width: 100%;
            height: 100%;
            background-color: #05abba;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .table-row {
        /*height: fit-content;*/
        text-align: center;
        color: #333;
        display: grid;
        grid-template-columns: 10fr 23fr;
        justify-content: center;
        align-items: center;
        gap: 5px;
        margin-bottom: 5px;
    }

        .table-row > div {
            font-size: 1.6vw;
            width: 100%;
            height: 100%;
            padding: 10px 0;
            background-color: #e7e7e7;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

            .table-row > div:last-child div {
                text-align: left;
                padding-left: 3.5vw;
            }

    .section-container.section-system-platforms {
        padding: 20px 12.67% 80px;
    }

    .section-container:last-child {
        padding-bottom: 130px;
    }

    .xids-system-intruction {
        margin-top: 2em;
        font-size: 3.2vw;
        text-align: justify;
        /*max-width: 85%;*/
    }

    .section-container {
        flex-wrap: wrap;
    }
    .xids-system-components img {
        width: calc(50% - 20px);
    }
}

@media (min-width: 768px) {
    .section-container {
        padding: 20px var(--sbox-px) 80px;
        flex-wrap: nowrap;
    }
        .section-container.section-system-platforms {
            padding: 20px 12.67% 80px;
        }
        .section-container:last-child {
            padding-bottom: 130px;
        }
        .xids-system-components {
            flex-wrap: nowrap;
        }
    .advantage-content {
        width: 100%;
        display: flex;
        flex-wrap:nowrap;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .content-item-wrap {
        position: relative;
        background-color: #d8dbe0;
        box-sizing: border-box;
        border-radius: 10px;
        width: 13.28125vw;
        min-height: 22.864583vw;
        transform: scale(1);
        transition: transform 0.3s ease-in-out 0.05s;
    }

    .content-item img {
        /*width: 37.45%;*/
        height: 4.9vw;
        object-fit: cover;
        margin-bottom: 1.822916vw;
    }

    .content-item .item-label {
        color: #2b2b2b;
        font-size: 1.822916vw;
        font-weight: bold;
    }

    .content-item .item-desc {
        font-size: 0.72916vw;
        max-width: 12em;
        text-align: justify;
        margin: 0 auto;
        margin-top: 25px;
        color: #2c2d2f;
        font-weight: 500;
        letter-spacing: 0.08em;
        text-overflow: ellipsis;
    }
    .xids-system-container {
        max-width: 73.9583%;
        margin: 0 auto;
        padding: 50px 0 110px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .system-structrue,
    .desc-container {
        box-sizing: border-box;
        padding: 0 0 2.6vw;
    }
        .system-structrue img {
            height: 100%;
            width: 100%;
            font-size: 0;
            text-align: center;
            vertical-align: middle;
        }   

    .summary-text {
        font-size: 1.7vw;
        margin-bottom: 1em;
    }
    .software-table,hardware-table {
        padding: 0.5em 0;
    }
    .software-table {
        margin-bottom: 1.5em;
    }
        .table-head {
            text-align: center;
            height: 1.8em;
            font-size: 1.8vw;
            color: #f3f3f3;
            display: grid;
            grid-template-columns: 10fr 23fr;
            place-items: center;
            gap: 5px;
            margin-bottom: 5px;
        }

        .table-head > div {
            width: 100%;
            height: 100%;
            background-color: #05abba;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .table-row {
        /*height: fit-content;*/
        text-align: center;
        color: #333;
        display: grid;
        grid-template-columns: 10fr 23fr;
        justify-content: center;
        align-items: center;
        gap: 5px;
        margin-bottom: 5px;
    }

        .table-row > div {
            font-size: 1.6vw;
            width: 100%;
            height: 100%;
            padding: 10px 0;
            background-color: #e7e7e7;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

            .table-row > div:last-child div {
                text-align: left;
                padding-left: 3.5vw;
            }
}

@media (min-width: 1200px) {
    .section-container {
        padding: 20px var(--mbox-px) 80px;
    }
    .xids-system-container {
        max-width: 73.9583%;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 19fr 20fr;
        gap: 100px;
    }
    .summary-text {
        font-size: 1.02vw;
        margin-bottom: 1em;
    }
    .table-head {
        text-align: center;
        height: 1.8em;
        font-size: 1.14583vw;
        color: #f3f3f3;
        display: grid;
        grid-template-columns: 10fr 23fr;
        place-items: center;
        gap: 5px;
        margin-bottom: 5px;
    }
    .table-row > div {
        font-size: 0.8333vw;
        width: 100%;
        height: 100%;
        padding: 10px 0;
        background-color: #e7e7e7;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
        .section-container.section-system-platforms {
            padding: 20px 12.67% 80px;
        }
    .section-container:last-child {
        padding-bottom: 130px;
    }
}

@media (min-width: 1400px) {
    .section-container {
        padding: 20px 13% 80px;
    }
    .scene-item {
        width: 19.7916%;
        min-width: 380px;
        flex-shrink: 0;
        box-sizing: border-box;
        border-radius: 25px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        box-sizing: border-box;
        overflow: hidden;
    }
    .xids-system-container {
        max-width: 78%;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 19fr 20fr;
        gap: 100px;
    }
        .section-container.section-system-platforms {
            padding: 20px 12.67% 80px;
        }
        .section-container:last-child {
            padding-bottom: 130px;
        }

    .scene-img-wrap .feature-text {
        /*background-color: red;*/
        font-size: 18px;
        color: #f3f3f3;
        position: absolute;
        width: 100%;
        top: 25%;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }

    .scene-img-wrap .feature-text.engineer-test {
        flex-direction: row;
    }

    .feature-text .text-item {
        width: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        line-height: 2em;
    }
    .feature-text.engineer-test .text-item {
        width: 23%;
        line-height: 1;
        gap: 1em;
    }

        .feature-text .text-item div {
            display: flex;
            justify-content: center;
            align-items: center;
        }
}
