.industry-solution {
    display: flex;
    align-items: center;
    font-family: HarmonyOS Sans SC;
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0px;
}

.solution-label {
    font-weight: bold;
    color: #3D3D3D;
}

.solution-label-1 {
    font-weight: normal;
    color: #3D3D3D;
}

.solution-text {
    color: #898989;
}

.industry-solutions {
    gap: 24px 56px;
    padding: 23px 58px;
}

.hardware-group-title.solution-title {
    max-width: 60px;
}

.hardware-group-right.solution1 {
    background: #ffffff;
}

.industry-solution-logo {
    width: 36px;
    height: 36px;
}

.solutions-case {
    border-radius: 12px;
    padding: 118px 103px;
}

.wrapper.teco-case.cf {
    /* padding: 148px 103px; */
    /* padding: unset; */
}

.system-text {
    font-family: HarmonyOS Sans SC;
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0px;
    color: #3D3D3D;
    padding: 26px;
    margin: auto;
}

.group-body.white-bg.system-body {
    height: 120px;
    flex: unset;
    display: flex;
}

.usual-system {
    margin-bottom: 118px;
}

.target-customers {
    background: #ffffff;
    padding: 74px;
    gap: 114px;
    border-radius: 8px;
}

.custom-curt {
    width: 81px;
    height: 150px;
}

.customer-item {
    display: flex;
    border-radius: 8px;
    background: #FFFFFF;
    align-items: center;
}

.app-scen {
    width: 110px;
    height: fit-content;
    display: flex;
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 48px 36px;
    background: #FC9221;
    font-family: HarmonyOS Sans SC;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.custom-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
}

.custom-name {
    height: 50px;
    width: 100%;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #F4F5F7;
    font-family: HarmonyOS Sans SC;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0px;

    font-variation-settings: "opsz" auto;
    /* 05中灰 */
    color: #898989;
}

.section-module .list li .item {
    background: #FC9221;
    color: #FFFFFF;
    margin: 0 8px 22px;
    border-radius: 8px;
    font-family: HarmonyOS Sans SC;
}

.teco-case .txtarea {
    padding: 0;
}

.wrapper.teco-case {
    display: block;
}

.mobile.wrapper.teco-case {
    display: none;
}

.industry-solution-m {
    display: none;
}

@media only screen and (max-width: 1370px) {
    .app-scen {
        width: 50px;
        height: 40px;
    }

    .custom-name {
        font-size: 14px;
    }

    .target-customers {
        padding: 40px;
        gap: 80px;
    }

    .industry-solutions {
        gap: 24px 40px;
    }

    .industry-solution {
        font-size: 14px;
    }

    .industry-solution-logo {
        width: 28px;
        height: 28px;
    }
}

@media only screen and (max-width: 450px) {
    .wrapper.teco-case.cf {
        padding: 31px 52px 31px 27px;
    }

    .propart05 .row01 h4 {
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
    }

    .propart05 .row01 .txt {
        font-size: 10px;
        font-weight: normal;
        line-height: 16px;
    }

    .solution.propart05 {
        padding: 0 28px;
    }

    .propart05 .teco-case {
        margin-top: 40px;
        height: 256px;
    }

    .wrapper.teco-case {
        display: none;
    }

    .mobile.wrapper.teco-case {
        display: block;
    }

    .usual-system {
        display: none;
    }

    .solution .title-h2.mgt-92 {
        display: none;
    }

    .industry-solution-m {
        display: block;
    }

    .solution .inner-tit {
        margin-bottom: 11px;
    }

    .target-customers {
        display: none;
    }
}