body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.section-banner {
    background-color: #e8f5ff;
    padding-top: 100px;
}

.section {
    padding-bottom: 20px;
    width: 100%;
}

.section-banner-container,
.section-content-container {
    padding-bottom: 20px;
    display: flex;
    width: 1300px;
    align-items: center;
    box-sizing: border-box;
    justify-content: flex-start;
    margin-right: auto;
    margin-left: auto;
}

.custom-content {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.left-section, .right-section, .middle-section {
    flex: 1;
}

.middle-section {
    margin-top: 75px;
}

.section_banner__toptitle {
    font-size: 50px;
    font-weight: 500;
}

.section_banner__topdesc {
    font-weight: 500;
    font-size: 16px;
    color: #606066;
    margin: 14px 0 20px 0;
}

.section_banner__buttons .info__btn {
    padding: 17px 42px;
    background: linear-gradient(270deg, #3296fa 0.7%, #87c3ff 100.7%);
    box-shadow: 0 4px 8px rgba(69, 160, 252, 0.26);
    border-radius: 42px;
    border: 0;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}

.section-banner-logo {
    margin-left: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.section-banner-logo img {
    width: 500px;
}

/*.section-content {*/
/*    !*margin-top: 20px;*!*/
/*}*/

.section-content-line {
    padding-top: 80px;
}

.section-content-title {
    /*margin-top: 80px;*/
    font-weight: 500;
    font-size: 40px;
    text-align: center;
}

.custom-content .custom-item {
    display: flex;
    flex-direction: column;
    position: absolute;
}

.custom-content .custom-item-content {
    display: flex;
    align-items: center;
}

.custom-content .custom-item-content .flag {
    font-size: 50px;
}

.custom-content .custom-item-content .info {
    margin-left: 18px;
    font-size: 24px;
    display: flex;
    flex-direction: column;
}

.custom-content .custom-item-content .info__desc {
    margin-top: 10px;
    font-size: 14px;
    color: #606066;
}

.right-line-section {
    display: none;
}

.section-compare {
    margin-top: 180px;
    width: 100%;
    background-image: url(../../../assets/images/customized/compare_bg.0326ed2a.png);
    padding-top: 50px;
    padding-bottom: 100px;
    background-size: 100% 100%;
}

.section-compare .left-compare {
    margin-right: 15px;
    margin-bottom: 0;
}

.section-compare .right-compare {
    margin-left: 15px;
    margin-top: 0;
}

.section-compare .middle-compare {
    position: absolute;
    top: 50%;
    z-index: 1;
    object-fit: cover;
}

.section-compare ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section-compare .compare-content {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    position: relative;
}

.section-compare .compare-content-item {
    background: #fff;
    padding: 0;
    width: 540px;
    height: 100%;
}


.section-compare .compare-content-item__header {
    width: 540px;
    height: 116px;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-compare .compare-content-item__name {
    margin: 20px;
    text-align: center;

}

.section-compare li, em {
    list-style: none;
    font-style: normal;
}

.section-compare .compare-content-item__name .desc {
    display: block;
    padding: 15px 0px;
    font-size: 14px;
    color: #000000;
    cursor: pointer;
    border-radius: 8px;
}

.service {
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-content {
    display: flex;
    flex-direction: column;
    /*margin-left: 50px;*/
}

.service-content .title {
    font-weight: 500;
    font-size: 30px;
}

.service-content .tel {
    display: block;
    font-size: 16px;
    margin: 25px 0;
}

.service-content .req_btn {
    padding: 18px 30px;
    background: #3296fa;
    box-shadow: 0px 4px 8px rgba(69, 160, 252, 0.26);
    border-radius: 38px;
    border: 0;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
}

@media (max-width: 768px) {

    .section-banner {
        padding-top: 80px;
    }

    .section-banner-container,
    .section-content-container {
        display: flex;
        width: 100%;
        align-items: center;
        flex-direction: column;

    }

    .section-content-container {
        padding-bottom: 0;
    }

    .section-center {
        text-align: center;
    }

    .section-banner__item {
        font-size: 12px;
        padding-top: 20px;
        margin-bottom: 10px;
        color: rgb(50, 50, 51);
    }

    .section-banner__item img {
        height: 8px;
        width: 8px;
        padding: 0;
    }

    .section_banner__toptitle {
        font-size: 30px;
        font-weight: 500;
    }

    .section_banner__topdesc {
        font-size: 12px;
        margin: 12px 0 20px 0;
        padding-top: 5px;
        color: rgb(50, 50, 51);
    }

    .section-banner-logo {
        padding-top: 30px;
        margin-left: 0;
    }

    .section-banner-logo img {
        width: 100% !important;
    }

    .right-section img {
        width: 100%;
    }

    .section-content-title {
        font-size: 1.7857rem;
        margin: 2.1429rem 0;
    }

    .custom-content {
        height: auto;
    }

    .custom-content .custom-item {
        position: unset;
        padding: 0.7143rem 0.7143rem 0.7143rem 0.8571rem;
    }

    .custom-content .custom-item-content .flag {
        font-weight: 400;
        font-size: 2.0rem;
    }

    .custom-content .custom-item-content .info {
        font-weight: 400;
        font-size: 1rem;
        line-height: 1rem;
        text-align: left;
    }

    .custom-content .custom-item-content .info__desc {
        font-size: 0.75rem;
    }

    .middle-section {
        display: none;
    }

    .custom-content .custom-item {
        position: unset;
    }

    .custom-content .custom-item img {
        width: 20.7143rem;
        height: 15.5357rem;
    }

    .right-line-section {
        display: block;
        position: absolute;
        top: 4rem;
        bottom: 2.5rem;
        right: 0.5rem;
        transform: translateX(-50%);
    }

    .right-line-section img {
        height: 100%;
    }

    .section-content-line {
        padding-top: 0;
        position: relative;
    }

    .section-compare {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 2.5714rem;
    }


    .section-compare .compare-content {
        flex-direction: column;
        padding: 0 0.7143rem;
        margin-top: 1.4286rem;
        box-sizing: border-box;
    }


    .section-compare .left-compare {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .section-compare .right-compare {
        margin-left: 0;
        margin-top: 15px;
    }

    .section-compare .middle-compare {
        position: absolute;
        top: 52%;
        right: 32%;
        z-index: 1;
        object-fit: cover;
    }

    .section-compare .middle-compare .vs-icon {
        width: 4.2857rem;
        height: 4.2857rem;
        transform: translate(-50%, -50%);
    }

    .section-compare .compare-content-item {
        display: inline-block;
        width: 100%;
    }

    .section-compare .compare-content-item__header {
        width: 100%;
        height: 7.1429rem;
        font-size: 1.4286rem;
        background-size: 100%;
    }

    .section-compare .compare-content-item__name {
        margin: 1.4286rem;
        text-align: center;
    }

    .section-compare .compare-content-item__name .desc {
        font-size: 0.9286rem;
        padding: 0.7143rem 1.0714rem;
    }

    .service {
        padding-top: 3.5714rem;
        height: 100%;
        width: 100%;
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .service .imgs {
        width: 90%;
        height: 90%;
    }

    .service-content {
        margin-top: 1.4286rem;
        margin-left: 0px;
        text-align: center;
    }

    .service-content .title {
        font-size: 1.2143rem;
    }

    .service-content .tel {
        font-size: 1rem;
        margin: 0.7143rem 0px 1.4286rem;
    }

    html {
        font-size: 16px;
    }

    .service-content .req_btn {
        font-size: 0.9rem;
        padding: 1.2857rem 4.1429rem;
        border-radius: 3.5714rem;
    }

