/* home-banner-start */
#home-banner > div {
    height: 500px;
    position: relative;
}
#home-banner .free-tip-en {
    display: none;
}
.en #home-banner .free-tip-en {
    display: block;
    margin-top: 20px;
    color: #A1AAC2;
    font-weight: 800;
}

#home-banner-left {
    width: 380px;
}

.en #home-banner-left {
    width: 468px;
}

.en #home-banner-left h1 {
    font-size: 40px;
}

#home-banner-left p {
    margin-top: 20px;
    margin-bottom: 40px;
}

#home-banner-pic {
    right: 0;
    z-index: -1;
    width: 816px;
    max-width: unset;
    position: absolute;
}

@media (max-width: 1400px) {
    #home-banner-pic {
        width: 60%;
    }
}

@media (max-width: 1200px) {
    #home-banner-pic {
        width: 55%;
    }
}

@media (max-width: 992px) {
    #home-banner > div {
        height: auto;
        padding-top: 40px;
    }

    #home-banner-left {
        width: 100% !important;
    }

    #home-banner-pic {
        width: 100%;
        display: block;
        margin: 40px 0px;
        position: inherit;
    }
}
/* home-banner-end */

/* home-solution-start */
#home-solution {
    padding-top: 80px;
    padding-bottom: 50px;
    background: var(--theme-background-main);
}

#home-solution h2 {
    padding-bottom: 80px;
}

.home-solution-item {
    display: flex;
    height: 108px;
    padding-left: 30px;
    padding-right: 40px;
    border-radius: 16px;
    align-items: center;
    background: var(--theme-background-light);
}

.home-solution-item:hover {
    cursor: pointer;
    box-shadow: var(--theme-elevation1);
}

.home-solution-item img {
    width: 48px;
    height: 48px;
    margin-right: 30px;
}

.home-solution-item h5 {
    flex-grow: 1;
}

.home-solution-item i {
    opacity: 0;
    font-size: 24px;
    color: var(--theme-primary-main);
}

.home-solution-item:hover i {
    opacity: 1;
}
/* home-solution-end */

/* home-view-start */
#home-view {
    padding-top: 80px;
    padding-bottom: 136px;
}

#home-view h2 {
    padding-bottom: 80px;
}

#home-view-pic {
    width: 100%;
    max-height: 640px;
}

#home-view-progress {
    display: flex;
    margin-top: 10px;
}

#home-view-progress > div {
    height: 4px;
    flex-grow: 1;
    overflow: hidden;
    margin-right: 30px;
    border-radius: 3px;
    background: var(--theme-background-main);
}

#home-view-progress > div:last-child {
    margin-right: 0px;
}

#home-view-progress > div > div {
    width: 0px;
    height: 100%;
    background: var(--theme-primary-main);
}

#home-view-progress > div.active > div {
    width: 100%;
    transition: width 5s ease-in-out;
}

.home-view-item {
    display: flex;
    height: 128px;
    padding-left: 40px;
    border-radius: 16px;
    flex-direction: column;
    justify-content: center;
}

.home-view-item.active,
.home-view-item:hover {
    cursor: pointer;
    background: var(--theme-primary-lighter);
}

.home-view-item.active svg {
    fill: var(--theme-primary-main);
}

.home-view-item h5 {
    margin-bottom: 16px;
}

.home-view-item svg {
    width: 20px;
    height: 20px;
    margin-right: 16px;
    vertical-align: -2px;
    fill: var(--theme-text-light);
}
/* home-view-end */

/* home-cooperation-start */
#home-cooperation {
    padding-bottom: 120px;
}

#home-cooperation h2 {
    padding-bottom: 80px;
}

.home-cooperation-pic {
    display: flex;
    height: 420px;
    margin-bottom: 60px;
    align-items: center;
    border-radius: 16px;
    justify-content: center;
    background: var(--theme-primary-lighter);
}

.home-cooperation-pic img {
    width: 90%;
}

.home-cooperation-item {
    padding-top: 48px;
    padding-left: 136px;
}

.en .home-cooperation-item {
    padding-left: 48px;
    padding-right: 48px;
}

.home-cooperation-item img {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
}

.home-cooperation-item p {
    margin-top: 30px;
    padding-left: 24px;
    position: relative;
}

.home-cooperation-item p span {
    top: 8px;
    left: 9px;
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 50%;
    display: inline-block;
    background: var(--theme-primary-main);
}

@media (max-width: 996px) {
    .home-cooperation-pic {
        height: unset;
    }

    .home-cooperation-item {
        padding-top: 0px;
        padding-left: 16px;
        margin-bottom: 60px;
    }

    .en .home-cooperation-item {
        padding-left: 8px;
        padding-right: 8px;
    }
}
/* home-cooperation-end */

/* home-feature-start */
#home-feature {
    padding-bottom: 60px;
}

#home-feature h2 {
    padding-bottom: 80px;
}

.home-feature-item {
    height: 280px;
    border-radius: 16px;
    margin-bottom: 60px;
    padding: 36px 50px 0px;
    background: var(--theme-background-main);
}

.en .home-feature-item {
    height: 360px;
}

.home-feature-item img {
    width: 60px;
    height: 60px;
}

.home-feature-item h4 {
    margin: 20px 0px;
}
/* home-feature-end */

/* home-statistics-start */
#home-statistics {
    min-height: 382px;
    padding-top: 80px;
    padding-bottom: 50px;
    background-size: cover;
    background-image: url(/static/newImages/home/statistics.png);
}

#home-statistics * {
    color: var(--theme-background-light);
}

#home-statistics h2 {
    padding-bottom: 80px;
}

.home-statistics-item {
    padding-left: 80px;
    padding-bottom: 30px;
}

.home-statistics-count {
    font-size: 40px;
    font-weight: 600;
    font-family: var(--theme-font-family-bold);
}

.home-statistics-title {
    color: #D3DEFD !important;
}

@media (max-width: 768px) {
    .en .home-statistics-item {
        padding-left: 0;
    }

    .home-solution-item {
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        min-height: 108px;
        height: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .home-solution-item img {
        margin-right: unset;
    }

    .home-solution-item h5 {
        flex-grow: unset;
        margin-top: 8px;
        word-break: break-all;
    }

    .en .home-solution-item h5 {
        font-size: 14px;
        text-align: center;
    }

    .home-solution-item i {
        display: none;
    }
    #home-view-progress {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .home-view-item {
        padding-left: 20px;
        padding-right: 20px;
    }
    .home-cooperation-item {
        padding-left: unset;
        margin-bottom: 0;
    }
    .home-statistics-item {
        padding-left: unset;
    }
    #home-view, #home-cooperation, .home-cooperation-item:not(.last-child-item) {
        padding-bottom: 80px;
    }
    .home-cooperation-pic {
        margin-bottom: 40px;
    }
    .home-feature-item {
        margin-bottom: 20px;
        padding: 30px 30px 0;
    }
    .home-statistics-count {
        font-size: 32px;
        text-align: center;
        word-break: break-all;
        line-height: 1.2;
    }
    .home-statistics-title {
        text-align: center;
        word-break: break-all;
        line-height: 1.2;
    }
    .en .home-statistics-count {
        font-size: 24px;
    }

    #home-cooperation .learn-more {
        margin-top: 20px;
    }
    .en #home-cooperation .learn-more {
        margin-top: 60px;
    }
}
/* home-statistics-end */

.en h2 {
    max-width: 800px;
    margin: 0px auto;
    line-height: 1.5;
}
