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

.sub-banner {
    margin-top: 64px;
    position: relative;
    width: 100%;
    height: 620px;
    background: url(../images/product_service_go_app_platform/sg-banner.svg) 50% 0 no-repeat;
}

.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;
}

/*.sub-banner .sub-banner-inner .register:hover {*/
/*    background-color: #3f90f2;*/
/*    border-color: #3f90f2;*/
/*}*/

#content .block-section {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(180deg, #F1F6FF 0%, #FAFCFF 100%);
}
#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 */

#content .first h2 {
    margin-top: 80px;
    text-align: center;
    color: rgba(0, 0, 0, .85);
}

#content .first dl {
    display: flex;
    margin: 72px auto;
    width: 100%;
    max-width: 1200px;
    align-items: center;
    justify-content: space-around;
    background: #F1F6FF;
    height: 188px;
    border-radius: 16px;
}

#content .first dd {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    font-size: 16px;
}

#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 .p-section .downloading-links {
    padding-top: 30px;
    margin-left: -10px;
    display: flex;
    gap: 15px;
}
#content .downloading-links .downloading {
    display: flex;
    flex-direction: column;
}
#content .downloading-links .qr-code-img {
    background: #fff;
    border-radius: 6px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-sizing: content-box;
    box-shadow: 0px 2px 8px rgba(0, 61, 165, 0.15);
}
#content .qr-code-img img {
    height: 110px;
}

#content .features-title {
}

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

#content .features-item {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

    width: 280px;
    height: 306px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 61, 165, 0.15);
    border-radius: 8px;
    overflow: hidden;
}

#content .feat-label {
    font-size: 18px;
}

#content .feat-more {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    font-size: 16px;
}

#content .feat-more:hover {
    position: relative;
    background: linear-gradient(90deg, #73A6FF 0%, #1A6EFF 100%);;
    color: #ffffff;
}

#content .feat-desc {
    position: relative;
    width: 240px;
    height: 74px;
    line-height: 28px;
    text-align: center;
}
#content .feat-desc::after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -20px;
    height: 2px;
    background: rgba(3,3,3,.1);
}
#content .feat-links {
    padding-top: 60px;
}
#content .customer-stories {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
#content .stories-list {
    --ud-sg-story-success: 15,186,38;
    --ud-sg-story-primary: 44,124,246;
    --ud-sg-story-warning: 240,154,0;
    padding: 40px 0;
    display: flex;
    gap: 40px;
    width: 1200px;
    overflow-x: auto;
    scroll-behavior: smooth;
}
#content .stories-list::-webkit-scrollbar {
    display: none;
    scrollbar-width: none;
}
#content .story-item {
    padding: 20px 20px 40px;
    display: flex;
    flex-direction: column;
    width: 320px;
    background: #FFFFFF;
    border-radius: 8px;
}
#content .story-heading {
    margin-bottom: 20px;
    display: flex;
    align-items: start;
    justify-content: space-between;
}
#content .story-heading + img {
    margin-bottom: 20px;
}
#content .story-tag {
    padding: 0 4px;
    font-size: 12px;
    border-radius: 3px;
}
#content .story-tag.__success {
    color: rgb(15,186,38);
    background-color: rgba(15,186,38, .1);
}
#content .story-tag.__primary {
    color: rgb(44,124,246);
    background-color: rgba(44,124,246, .1);
}
#content .story-tag.__warning {
    color: rgb(240,154,0);
    background-color: rgba(240,154,0, .1);
}
#content .story-item:hover {
    box-shadow: 0px 20px 36px rgba(179, 198, 232, 0.25), 0px 6px 8px rgba(179, 198, 232, 0.45);
}
#content .story-item>div:last-child {
    line-height: 24px;
}
#content .story-adjust {
    margin-top: 30px;
    display: flex;
    gap: 30px;
}
#content .arrow {
    height: 38px;
    width: 38px;
    border-radius: 99px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
#content .arrow-left::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px #000 solid;
    border-left: 2px #000 solid;
    transform: rotateZ(-45deg) translate(1px, 1px);
}
#content .arrow-right::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px #000 solid;
    border-right: 2px #000 solid;
    transform: rotateZ(45deg) translate(-1px, 2px);
}

#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;
}

#content .cert-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 60px;
}
#content .cert-item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#content .cert-item img {
    width: 156px;
    height: 156px;
}


.servigego-en-us .link-to {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 82%;
    margin: 0 auto;
}

.servigego-en-us .sub-banner .sub-banner-inner {
    width: 70%;
    right: 0;
    margin: 0 auto;
}

.servigego-en-us .sub-banner .sub-banner-inner h1 {
    font-size: 38px;
}

.servigego-en-us .sub-banner .sub-banner-inner p {
    font-size: 24px;
}
