.content>.top {
    font-family: medium;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10.5rem 0 18.7rem;
    background: url(../images/pic_advantage.webp);
    background-size: cover;
}

::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.content>.top>h3 {
    color: var(--color-white);
    font-size: 4.4rem;
    font-weight: 500;
}

.content>.top>p {
    margin: 2.4rem 0 4rem;
    color: var(--color-white);
    font-size: 3.2rem;
    font-weight: 500;
}

.content>.top>button {
    padding: 1.1rem 4.8rem;
    color: var(--color-white);
    font-size: 1.6rem;
    font-weight: 500;
    background: linear-gradient(90deg, #FE676E 0%, #FD8F52 100%);
    box-shadow: 0px 8px 16px 1px rgba(92, 77, 68, 0.14);
    border-radius: 4px;
    cursor: pointer;
    border: none;
}

.content .title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content .title>div {
    position: relative;
    z-index: 1;
}

.content .title>div>img {
    position: absolute;
    width: 4.2rem;
    height: 4.2rem;
    z-index: -1;
}

.content .title>div>h3 {
    margin-bottom: 0.8rem;
    font-size: 5rem;
    font-weight: 700;
    color: #70635C;
    z-index: 1;
}

.content .title>p {
    font-size: 2.4rem;
    font-weight: 400;
    color: #70635C;
}

.content>.services {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10.9rem 0;
}

.content>.services>div:last-of-type {
    position: relative;
    width: 70.8rem;
    height: 46.9rem;
    margin-top: 20rem;
    background: url(../images/pic_advantage_serve.webp);
    background-size: 100% 100%;
}

.content>.services>div:last-of-type>div {
    position: absolute;
    width: 50.2rem;
    height: 9.6rem;
    display: flex;
    align-items: center;
    background: url(../images/bg_service_kunrao.webp);
    background-size: 100% 100%;
}

.content>.services>div:last-of-type>:nth-child(even) {
    background: url(../images/bg_service_kunrao2.webp);
    background-size: 100% 100%;
}

.content>.services>div:last-of-type>:nth-child(even)>span {
    margin-left: 4.8rem;
}

.content>.services>div:last-of-type>div>span {
    padding: 1.6rem 2rem;
    margin: 0 1.2rem 0 1.6rem;
    box-sizing: border-box;
    font-size: 2.4rem;
    border-radius: 50%;
    color: var(--color-highlight);
    background: var(--color-white);
    text-align: center;
}

.content>.services>div:last-of-type>div>p {
    font-size: 2.8rem;
    color: var(--color-white);
}

.content>.inclusive {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10.9rem 0;
    background: var(--color-white);
}

.content>.inclusive>div:nth-of-type(2) {
    font-family: medium;
    display: flex;
    justify-content: center;
    margin: 6.4rem 0 3rem;
}

.content>.inclusive>div:nth-of-type(2)>span {
    width: 13.9rem;
    height: 4.5rem;
    line-height: 4.5rem;
    font-size: 2.4rem;
    font-weight: 500;
    border-radius: 2.3rem;
    text-align: center;
    color: var(--color-white);
    background: var(--color-highlight);
}

.content>.inclusive>div:nth-of-type(2)>:last-child {
    margin-left: 35.6rem;
    background: #938982;
}

.content>.inclusive>img {
    width: 115rem;
    height: 70.1rem;
}

.content>.advantage {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10.9rem 0;
}

.content>.advantage>ul {
    display: flex;
    gap: 2rem;
    width: 120rem;
    margin: 12rem auto 0;
}

.content>.advantage>ul>li {
    position: relative;
    padding: 10rem 2rem 8.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F8F8F8;
}

.content>.advantage>ul>li>div {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12rem;
    height: 12rem;
    top: -6rem;
    background: var(--color-highlight);
    border-radius: 50%;
}

.content>.advantage>ul>li>div>img {
    width: 4rem;
    height: auto;
}

.content>.advantage>ul>li>h5 {
    font-family: medium;
    margin-bottom: 4rem;
    font-size: 2.4rem;
    font-weight: 500;
}

.content>.advantage>ul>li>p {
    width: 24.4rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #938982;
    text-align: center;
}

.content>.advantage>ul>li>p>span {
    font-family: demibold;
}

.content>.global {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10.9rem 0 4.2rem;
    background: #F8F8F8;
}

.content>.global>div:last-of-type {
    position: relative;
    width: 120rem;
    height: 52.1rem;
    margin: 20.3rem auto 0;
    background: url(../images/bg_service_ditu.webp);
    background-size: 100% 100%;
}

.content>.global>div:last-of-type>div {
    position: absolute;
    width: 16.3rem;
    height: 13.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../images/bg_service_dituneirong.webp);
    background-size: 100% 100%;
}

.content>.global>div:last-of-type>div>span {
    font-family: medium;
    font-size: 2.4rem;
    color: var(--color-white);
}

.content>.sales {
    padding: 10.9rem 0 10.1rem;
    background: url(../images/bg_service_shouhou.webp);
    background-size: cover;
    z-index: -1;
}

.content>.sales>.title>div>h3 {
    color: var(--color-white);
}

.content>.sales>div>ul {
    width: 120rem;
    margin: 0 auto;
    display: flex;
    margin-top: 8rem;
    justify-content: space-between;
}

.content>.sales>div>ul>li {
    width: 28.5rem;
    height: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3.9rem 2.2rem 5.5rem;
    border-radius: 1.6rem;
    background: rgba(255, 255, 255, 0.18);
}

.content>.sales>div>ul>li>div {
    width: 9.6rem;
    height: 9.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--color-highlight);
}

.content>.sales>div>ul>li>div>img {
    width: 4.2rem;
    height: auto;
}

.content>.sales>div>ul>li>span {
    margin: 1.6rem 0 2.4rem;
    font-family: medium;
    font-size: 2.4rem;
    font-weight: 500;
    color: var(--color-white);
}

.content>.sales>div>ul>li>p {
    text-align: center;
    font-size: 1.6rem;
    color: var(--color-white);
}



.content>.special>.special-swiper {
    margin-top: 16.8rem;
}

.content>.special>div:last-of-type>ul {
    width: 120rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3.9rem;
}

.content>.special>div:last-of-type>ul>li {
    position: relative;
    width: 37.4rem;
    height: 21.6rem;
    margin-bottom: 10rem;
    background-color: #F8F8F8;
}

.content>.special>div:last-of-type>ul>li::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 21.6rem;
    border-width: 10.8rem 18.7rem;
    border-style: solid;
    border-color: transparent transparent #F8F8F8 transparent;
}

.content>.special>div:last-of-type>ul>li::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 21.6rem;
    border-width: 10.8rem 18.7rem;
    border-style: solid;
    border-color: #F8F8F8 transparent transparent transparent;
}

.content>.special>div:last-of-type>ul>li>div {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.content>.special>div:last-of-type>ul>li>div>img {
    width: 12rem;
}

.content>.special>div:last-of-type>ul>li>div>h5 {
    font-family: medium;
    font-size: 2rem;
    font-weight: 500;
    margin: 3.2rem 0 1rem;
}

.content>.special>div:last-of-type>ul>li>div>p {
    white-space: nowrap;
    font-size: 1.6rem;
    color: #938982;
}

.content>.special>div:last-of-type>ul>li:nth-of-type(4)>div>p {
    width: 20.8rem;
    white-space: break-spaces;
    text-align: center;
}

@media screen and (max-width: 767.9px) {
    body {
        overflow-x: hidden;
    }
    .content .title>div>h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .content .title>p {
        font-size: 12px;
    }
    .content .title>div>img {
        width: 32px;
        height: 32px;
    }
    .content>.top {
        padding: 4rem 0 6.3rem;
        background: url(../images/pic_advantage_mobile.webp);
        background-size: 100% 100%;
    }
    .content>.top>h3 {
        font-size: 22px;
    }
    .content>.top>p {
        margin: 5px 0 40px;
        font-size: 14px;
    }
    .content>.top>button {
        padding: 10px 42px;
        font-size: 14px;
    }
    .content>.services {
        padding: 52px 16px 40px;
    }
    .content>.services>div:last-of-type {
        width: 100%;
        height: 190px;
    }
    .content>.services>div:last-of-type {
        margin-top: 296px;
    }
    .content>.services>div:last-of-type>div {
        width: 100%;
        height: 55px;
        left: 0 !important;
    }
    .content>.services>div:last-of-type>div:first-of-type {
        top: -284px !important;
    }
    .content>.services>div:last-of-type>div:nth-of-type(2) {
        top: -213px !important;
        background: url(../images/bg_service_kunrao.webp);
        background-size: 100% 100%;
    }
    .content>.services>div:last-of-type>div:nth-of-type(3) {
        top: -142px !important;
    }
    .content>.services>div:last-of-type>div:last-of-type {
        top: -71px !important;
        background: url(../images/bg_service_kunrao.webp);
        background-size: 100% 100%;
    }
    .content>.services>div:last-of-type>div>span {
        margin: 0 6px 0 9px;
        padding: 10px 11px;
        font-size: 13px;
    }
    .content>.services>div:last-of-type>:nth-child(even)>span {
        margin-left: 9px;
    }
    .content>.services>div:last-of-type>div>p {
        font-size: 15px;
    }
    .content>.inclusive {
        padding: 52px 10px 40px;
    }
    .content>.inclusive>div:nth-of-type(2) {
        width: calc(100% - 68px);
        margin: 16px 0;
        padding: 0 34px;
        justify-content: space-between;
    }
    .content>.inclusive>div:nth-of-type(2)>span {
        width: 80px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .content>.inclusive>div:nth-of-type(2)>:last-child {
        margin-left: 0;
    }
    .content>.inclusive>img {
        width: 100%;
        height: auto;
    }
    .content>.advantage {
        padding: 52px 10px 0;
    }
    .content>.advantage>ul {
        margin: 56px 0 0;
        width: 100%;
        flex-wrap: wrap;
        gap: 10px;
    }
    .content>.advantage>ul>li {
        width: calc((100% - 10px)/2);
        box-sizing: border-box;
        padding: 64px 10px 22px;
        margin-bottom: 50px;
    }
    .content>.advantage>ul>li>div {
        width: 80px;
        height: 80px;
        top: -40px;
    }
    .content>.advantage>ul>li>div>img {
        width: 22px;
    }
    .content>.advantage>ul>li>h5 {
        font-size: 16px;
    }
    .content>.advantage>ul>li>p {
        width: 100%;
        font-size: 11px;
        line-height: 24px;
    }
    .content>.global {
        padding: 52px 0 40px;
    }
    .content>.global>div:last-of-type {
        width: 100%;
        height: 139px;
        margin: 50px 0 0;
    }
    .content>.global>div:last-of-type>div {
        width: 76px;
        height: 63px;
    }
    .content>.global>div:last-of-type>div:first-of-type {
        top: -27px !important;
        left: 17px !important;
    }
    .content>.global>div:last-of-type>div:nth-of-type(2) {
        top: 17px !important;
        left: 86px !important;
    }
    .content>.global>div:last-of-type>div:nth-of-type(3) {
        top: 28px !important;
        right: 5px !important;
    }
    .content>.global>div:last-of-type>div:last-of-type {
        top: -40px !important;
        left: unset !important;
        right: 69px !important;
    }
    .content>.global>div:last-of-type>div>span {
        font-size: 11px;
    }
    .content>.sales {
        padding: 52px 10px 27px;
    }
    .content>.sales>div>ul {
        width: 100%;
        margin: 0;
        margin-top: 16px;
    }
    .content>.sales>div>ul>li {
        width: auto;
        padding: 24px 26px 24px;
    }
    .content>.sales>div>ul>li>div {
        width: 64px;
        height: 64px;
    }
    .content>.sales>div>ul>li>div>img {
        width: 24px;
    }
    .content>.sales>div>ul>li>span {
        margin: 24px 0 16px;
        font-size: 16px;
    }
    .content>.sales>div>ul>li>p {
        width: 88px;
        font-size: 11px;
    }
    .content>.special {
        padding: 52px 16px 40px 16px;
    }
    .content>.special>div:last-of-type>ul {
        width: 100%;
        margin: 0;
        flex-wrap: nowrap;
        justify-content: unset;
    }
    .swiper-align {
        display: flex;
        justify-content: center;
    }
    .content .swiper-pagination-bullet {
        width: 40px;
        height: 4px;
        background: #E4E1E0;
        opacity: 0.3;
        margin: 0 !important;
        border-radius: 0;
    }
    .content .swiper-pagination-bullet-active {
        opacity: 1;
        background-color: var(--color-highlight);
    }
    .content .swiper-pagination {
        position: static;
        border-radius: 4px;
        margin-top: 20px;
    }
    .content .swiper-pagination>span:first-of-type {
        border-radius: 4px 0 0 4px;
    }
    .content .swiper-pagination>span:last-of-type {
        border-radius: 0 4px 4px 0;
    }
    .content>.special>.special-swiper {
        margin-top: 0;
    }
    .content>.special>div:last-of-type>ul {
        gap: 0;
    }
    .content>.special>div:last-of-type>ul>li {
        width: 258px !important;
        height: 150px;
    }
    .content>.special>div:last-of-type>ul>li::before,
    .content>.special>div:last-of-type>ul>li::after {
        border-width: 75px 129px;
    }
    .content>.special>div:last-of-type>ul>li::before {
        bottom: 150px;
    }
    .content>.special>div:last-of-type>ul>li::after {
        top: 150px;
    }
    .content>.special>div:last-of-type>ul>li>div>img {
        width: 80px;
    }
    .content>.special>div:last-of-type>ul>li>div>h5 {
        margin: 24px 0 8px;
        font-size: 16px;
    }
    .content>.special>div:last-of-type>ul>li>div>p {
        font-size: 12px;
    }
    .sales-swiper,
    .special-swiper {
        overflow: hidden;
    }
    .content>.special>div:last-of-type::before {
        content: '';
        display: block;
        height: 16.8rem;
        width: 100%;
    }
}