.banner-container {
    background-image: url(/images/custom-solution-banner.jpg?v=20250429165117);
    border-radius: 0;
    max-width: initial;
}

.banner-main {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding-left: 70px;
}

.banner-text {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    line-height: 1.6em;
}

.banner-text span {
    color: #F3BF4A;
}

.banner-main .btn-learn {
    color: #060879;
    background: #fff;
    border: 1px solid #F4BF49;
    min-width: 150px;
    height: 42px;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    font-weight: 700;
}

.banner-main .btn-learn .iconfont {
    color: #F4BF49;
    font-weight: 400;
}

.banner-main .btn-learn:hover {
    background: #F4BF49;
    color: #060879;
}

.banner-main .btn-learn:hover .iconfont {
    color: #060879;
}

.main {
    margin: -50px auto 75px;
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 9;
    padding: 0 70px;
    box-sizing: border-box;
}

.title-wrap {
    flex: 1;
}

.title {
    font-size: 22px;
    font-weight: 700;
    color: #060879;
    width: 240px;
}

.title-en {
    color: #F3BF4A;
    font-weight: 600;
}

.list {
    /*max-width: 60vw;*/
    display: flex;
    justify-content: space-between;
}

.list li {
    min-width: 230px;
    max-width: 260px;
    background: #FFFFFF;
    border-radius: 20px;
    /*border: 1px solid #060879;*/
    box-sizing: border-box;
    box-shadow: 0 0 30px rgba(6, 8, 121, 0.3);
    width: 18vw;
    margin: 0 10px;
    min-height: 360px;
}

.list li a {
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.list li .icon-wrap {
    height: 52px;
}

.list li .icon-wrap img {
    height: 100%;
    display: block;
}

.list li .p1 {
    color: #060879;
    font-size: 20px;
    font-weight: bold;
}

.list li .p2 {
    font-size: 12px;
    color: #737373;
    line-height: 1.6em;
    letter-spacing: -0.02em;
}

.list li .btn-custom {
    width: 100%;
    height: 50px;
    background: #fff;
    border-radius: 25px;
    border: 1px solid #F4BF49;
    color: #060879;
    font-weight: 700;
}

.list li .btn-custom .iconfont {
    color: #060879;
    margin-left: 10px;
    font-size: 14px;
}

.list li:hover .btn-custom {
    background: #060879;
    color: #fff;
}

.list li:hover .btn-custom .iconfont {
    color: #F4BF49;
}

/*移动端*/
@media screen and (min-width: 320px) and (max-width: 750px) {
    body {
        background: #f8f8f8;
    }

    .banner-left {
        width: 90%;
        bottom: -55px;
        margin-left: -45%;
        padding: 15px 0;
        background: #f8f8f8;
    }

    .banner-left .title-desc {
        font-size: 2.8vw;
    }

    .main {
        width: 92vw;
        margin: 70px auto 0;
        display: block;
        padding: 0 0 3vw 0;
    }

    .title-wrap {
        text-align: center;
    }

    .title-en {
        display: none;
    }

    .title {
        font-size: 3.6vw;
        width: 100%;
    }

    .list {
        margin-top: 30px;
        display: block;
    }

    .list li {
        float: none;
        width: 100%;
        border-radius: 10px;
        border: none;
        margin: 0 0 4vw 0;
        box-shadow: none;
        background: #fff;
        min-width: 0;
        max-width: 100%;
        min-height: 0;
        padding-bottom: 1px;
    }

    .list li a {
        padding: 7vw 4vw;
        flex-direction: row;
    }

    .list li .icon-wrap {
        height: 15vw;
        min-width: 58px;
    }

    .desc-wrap {
        margin-left: 20px;
        margin-top: 0 !important;
    }

    .list li .text {
        font-size: 5vw;
        line-height: 1.6em;
        margin-top: 3vw;
    }

    .list li .btn-custom {
        margin-top: 4vw;
        width: 48vw;
        height: 10vw;
    }
}