.banner {
    top: 0;
    width: 100%;
    height: 360px;
}

.banner .banner-bg {
    position: absolute;
    width: 100%;
    height: 360px;
    background-image: linear-gradient(to right, #f5f7fa, #c3cfe2);
}

.banner .banner-illustration {
    position: absolute;
    right: 100px;
    bottom: 10px;
    width: 177px;
    height: 222px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/case_banner.png");
    transition: all .2s;
}

.banner .banner-content {
    padding: 120px 0 !important;
    position: relative;
    max-width: 1200px;
}

.solution {
    padding: 90px 0 40px;
    min-height: 588px;
    max-width: 1200px;
    position: relative;
}

.solution .logo-btn {
    width: 175px;
    height: 75px;
    background-color: #3c69f6;
    border-radius: 18px;
    border: none;
    outline: none;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 60px;
}

.solution .logo-btn img {
    width: 18px;
    height: 29px;
    position: relative;
    right: 10px;
}

.solution .row {
    max-width: 1200px;
}

.solution .block {
    min-width: 180px;
    height: 240px;
    border-radius: 6px;
    position: relative;
    bottom: 0;
    transition: all .3s;
}

.solution .block:hover {
    bottom: 5px;
}

.solution .line {
    position: absolute;
    left: 200px;
    width: calc(100% - 400px);
    height: 49px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/line.png");
}

.solution .solution-icon {
    margin-top: 30px;
    width: 100%;
    height: 20px;
    background-size: 24px 19px;
    background-repeat: no-repeat;
    background-position: center;
}

.solution .solution-title {
    padding: 0 8px;
    font-size: 12px;
    color: #121314;
}

.solution .solution-content {
    padding: 0 16px;
    font-size: 12px;
    color: #a0a7af;
}

.solution .bottom-title {
    display: inline-block;
    padding: 14px 20px;
    background-color: #f0f6f8;
    min-height: 40px;
    border-radius: 200px;
    text-align: center;
    color: #99a2aa;
    font-size: 12px;
}

.platform {
    padding: 80px 0 100px;
    position: relative;
    background-color: #f7fbfe;
}

.platform img {
    width: 100% !important;
    max-width: 940px;
}

.intro .row {
    max-width: 1200px;
}

.intro .block {
    position: relative;
    bottom: 0;
    transition: all .3s;
    box-shadow: none;
}

.intro .block:hover {
    bottom: 5px;
}

.intro .intro-icon {
    margin-top: 30px;
    width: 100%;
    height: 31px;
    background-size: 40px 31px;
    background-repeat: no-repeat;
    background-position: center;
}

.intro .intro-title {
    padding: 0 8px;
    font-size: 16px;
    font-weight: bold;
    color: #121314;
}

.intro img {
    width: 100% !important;
    max-width: 930px;
}

@media screen and (max-width: 992px) {
    .banner-content .color-title {
        font-size: 26px;
    }

    .banner-content .color-subtitle {
        font-size: 14px;
    }

    .banner .banner-illustration {
        right: 50px;
        bottom: 10px;
        width: calc(177px / 1.5);
        height: calc(222px / 1.5);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("../images/case_banner.png");
    }

    .solution {
        padding: 80px 20px 40px;
    }

    .solution .font-size-h1 {
        font-size: 22px;
    }

    .platform {
        padding: 80px 20px 100px;
    }
}
