.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.align-left {
    text-align: left;
}

.sub-banner .sub-banner-inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

.sub-banner h1 {
    margin: 150px 0 0;
    line-height: 80px;
    font-weight: bold;
    font-size: 52px;
}

.sub-banner p {
    margin: 24px 600px 72px 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 44px;
    color: #333;
}

.sub-banner .experience-now {
    display: inline-block;
    padding: 0 32px;
    background: #1A6EFF;
    border-radius: 99px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
}

/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

#content .block-section {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(180deg, #F1F6FF 0%, #FAFCFF 100%), #FFFFFF;
}

#content .block-section h2 {
    margin-bottom: 50px;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    text-align: justify;
}

#content .block-content {
    width: 1200px;
}

#content .block-section .links-more {
    padding-top: 40px;
}

/* ============================================================= */
/* ============================================================= */
/* ============================================================= */


#content .paragraph {
    padding: 100px 0;
}

#content .paragraph.even {
    background: linear-gradient(180deg, #F1F6FF 0%, #FAFCFF 100%), #FFFFFF;
}

#content .p-section {
    margin: 0 auto;

    display: flex;
    width: 1120px;
}

#content .p-section-cover {
    width: 560px;
}

#content .p-section-content {
    padding-top: 20px;
    padding-left: 40px;
    width: 560px;
}

#content .p-section dl {
    padding: 10px 0 10px 34px;
}

#content .p-section p {
    font-size: 16px;
}

#content .p-section dl dt {
    position: relative;
    font-size: 18px;
}

#content .p-section dl dt::before {
    content: '';
    position: absolute;
    top: 4px;
    left: -32px;
    width: 18px;
    height: 18px;
    background-image: url(../images/product_service_go_app_platform/list-icon.svg);
}

#content .p-section dl dd {
    padding: 10px 0;
    font-size: 16px;
    line-height: 30px;
}

#content .p-section-left dl {
    padding-right: 40px;
}

#content .link-details {
    display: inline-block;
    width: 112px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: linear-gradient(90deg, #73A6FF 0%, #1A6EFF 100%);
    border-radius: 4px;
    color: #fff;
    box-sizing: border-box;
    font-size: 16px;
    cursor: pointer;
}

#content .obtain-sol {
    margin-left: 16px;
    display: inline-block;
    width: 112px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #1A6EFF;
    border-radius: 4px;
    color: #1A6EFF;
    font-size: 16px;
    cursor: pointer;
}

/* ============================================================= */
/* ============================================================= */
/* ============================================================= */

#content .scene-solution-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px;
}

#content .scene-solution-item {
    padding: 30px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 372px;
    height: 220px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 61, 165, 0.15);
    border-radius: 8px;
}

#content .scene-solution-item img {
    width: 56px;
    height: 56px;
}

#content .scene-solution-item strong {
    padding: 10px 0;
}

#content .scene-solution-item p {
    text-align: center;
    padding: 0 10px;
}

#content .mark-customers .customers-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1200px;
    row-gap: 30px;
}

#content .mark-customers .customers-list img {
    height: 100px;
}

/* ============================================================= */
/* ============================================================= */
/* ============================================================= */


p {
    color: #000;
}
