body { min-height: 3894px; background-image: url('../../imgs/Services_bg.jpg') }

.mainbody { width: 100%; color: white; }


.banner { height: 615px; width: 100%; margin-top: 100px; position: relative; background-image: url('../../imgs/Services_location.jpg'); }
    .banner .title { font-family: 'ABCNormal-Bold'; font-size: 36px; position: absolute; top: 40px; left: 17%; }
    .banner .content { column-gap: 48px; font-family: 'ABCNormal-Regular'; font-size: 17px; position: absolute; bottom: 63px; left: 33.6%; column-count: 2; width: 52%; line-height: 22px; word-wrap: break-word; text-align: justify; letter-spacing: -0.5px; }


.feature { margin: 50px 17% 0; }
    .feature .title { font-family: 'ABCNormal-Bold'; font-size: 36px; text-align: center; }
    .feature .itemContainer { display: flex; flex-wrap: wrap; justify-content: flex-start; }
        .feature .itemContainer .item { flex-basis: 29%; margin-top: 40px; }
            .feature .itemContainer .item:not(:nth-child(3n+1)) { margin-left: 6.5%; }
            .feature .itemContainer .item .number { font-family: 'ABCNormal-Bold'; font-size: 78px; border-bottom: solid 2px white; text-align: left; width: 100%; }
            .feature .itemContainer .item .content { font-family: 'ABCNormal-Neutral'; font-size: 16px; border-bottom: solid 2px white; height: 55px; margin-top: 10px; }

.service { margin: 100px 17% 465px; }
    .service .title { text-align: center; }
        .service .title .cn { font-family: 'ABCNormal-Bold'; font-size: 36px; }
        .service .title .en { font-family: 'ABCNormal-Bold'; font-size: 36px; }
    .service .itemContainer { display: flex; flex-wrap: wrap; justify-content: space-between; }
        .service .itemContainer .item { flex-basis: 27%; margin-top: 40px; }
            .service .itemContainer .item .number { font-family: 'ABCNormal-Bold'; font-size: 78px; border-bottom: solid 2px white; text-align: left; width: 100%; }
            .service .itemContainer .item .content { font-family: 'ABCNormal-Neutral'; font-size: 16px; border-bottom: solid 2px white; margin-top: 5px; padding-bottom: 5px; }

    .service .spBar { font-family: 'ABCNormal-NeutralOblique'; font-size: 16px; border-radius: 15px; background-color: #52bab6; width: 100%; height: 98px; text-align: center; display: flex; justify-content: center; align-items: center; padding: 0 20%; box-sizing: border-box; margin-top: 40px;line-height:24px; }

    .service .block2 { margin-top: 100px; }
        .service .block2 .title { font-family: 'ABCNormal-Bold'; font-size: 36px; }
        .service .block2 .content { display: flex; justify-content: space-between; margin-top: 80px; }
            .service .block2 .content .subtitle { font-family: 'ABCNormal-Bold'; font-size: 24px; flex-basis: 40%; }
            .service .block2 .content .subContainer { width: 58%; display: flex; flex-wrap: wrap }
                .service .block2 .content .subContainer span { font-family: 'ABCNormal-Neutral'; font-size: 16px; flex-basis: 50%; margin-bottom: 10px; }
