@font-face {
    font-family: 'MiSans';
    src: url("https://elifelimo.cn/font/misans/MiSans-Regular.woff2");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'MiSans';
    src: url("https://elifelimo.cn/font/misans/MiSans-Medium.woff2");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'MiSans';
    src: url("https://elifelimo.cn/font/misans/MiSans-Demibold.woff2");
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'MiSans';
    src: url("https://elifelimo.cn/font/misans/MiSans-Semibold.woff2");
    font-weight: 700;
    font-display: swap;
}

body,
a {
    font-family: 'MiSans';
    font-display: swap;
}

.content>.top {
    padding: 20rem 0 40rem;
    background: url('https://elifelimo.s3.us-east-2.amazonaws.com/art/zh/images/about_us/topbanner.webp');
    background-size: 100% 100%;
}

.content>.top>h3 {
    margin-bottom: 1.6rem;
    color: #FE7A1F;
    font-size: 5rem;
    font-weight: 600;
    line-height: 6.6rem;
    text-align: center;
}

.content>.top>div {
    width: max-content;
    margin: 0 auto;
    padding: 0.8rem 1.6rem;
    font-size: 1.8rem;
    font-weight: 400;
    border-radius: 8rem;
    color: #fff;
    background-color: #FE7A1F;
}

.content .title {
    width: max-content;
    margin: 0 auto;
    position: relative;
}

.content .title>h3 {
    position: relative;
    margin-bottom: 0.5rem;
    font-size: 5rem;
    font-weight: 700;
    line-height: 6.6rem;
    color: #70635C;
    text-align: center;
    z-index: 1;
}

.content .title-p {
    font-size: 2.4rem;
    line-height: 3.2rem;
    color: #70635C;
    text-align: center;
}

.content .title>img {
    width: 4.2rem;
    height: 4.2rem;
    position: absolute;
}

.content>.guarantee>ul {
    width: var(--width-center);
    margin: 8rem auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
}

.content>.guarantee>ul>li {
    width: calc(50% - 1rem);
    height: 24rem;
    padding: 3.6rem 2.4rem 0 3.2rem;
    border-radius: 0.8rem;
    box-sizing: border-box;
    background-color: #F8F8F8;
}

.content>.guarantee>ul>li>div {
    margin-bottom: 2.4rem;
    display: flex;
    align-items: center;
}

.content>.guarantee>ul>li>div>img {
    margin-right: 0.8rem;
}

.content>.guarantee>ul>li>div>h5 {
    font-size: 2.4rem;
    font-weight: 500;
}

.content>.guarantee>ul>li>p {
    margin-bottom: 2rem;
    font-size: 1.6rem;
    color: #938982;
}

.content>.scene {
    padding: 9rem 0 8rem;
    background-color: #F8F8F8;
}

.content>.scene>ul {
    width: var(--width-center);
    margin: 8rem auto 0;
    display: flex;
    justify-content: space-between;
}

.content>.scene>ul>li {
    width: calc(25% - 1.5rem);
    padding-bottom: 2.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0.8rem;
    background-color: #fff;
    box-sizing: border-box;
}

.content>.scene>ul>li>img {
    width: 100%;
    height: auto;
}

.content>.scene>ul>li>div {
    width: 100%;
    box-sizing: border-box;
    padding: 2.4rem 2rem 8.2rem 2rem;
}

.content>.scene>ul>li>div>h5 {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 3.2rem;
}

.content>.scene>ul>li>div>p {
    margin-top: 1.6rem;
    font-size: 1.6rem;
    color: #938982;
}

.content>.scene>ul>li>div>p:first-of-type {
    margin-top: 2.4rem;
}

.content>.scene>ul>li>a {
    margin-top: auto;
    padding: 1.2rem 2.8rem;
    border-radius: 0.4rem;
    color: #fff;
    background: linear-gradient(90deg, #FE676E 0%, #FD8F52 100%);
}

.content .fleet {
    width: var(--width-center);
    margin: 0 auto;
    padding: 8rem 0;
}

.content .fleet>h3 {
    position: relative;
    padding-bottom: 2rem;
    font-size: 3.2rem;
    font-weight: 500;
    border-bottom: 2px solid #E4E1E0;
}

.content .fleet>h3>span {
    font-weight: 400;
    margin-left: 1.6rem;
}

.content .fleet>h3>div {
    width: 33.3%;
    height: 2px;
    bottom: -2px;
    position: absolute;
    background-color: #FE7A1F;
}

.content .fleet>h5 {
    margin: 3.2rem 0 0 0;
    font-size: 1.6rem;
    font-weight: 500;
}

.content .fleet>.advantage>li {
    margin-top: 1.6rem;
    display: flex;
    align-items: center;
}

.content .fleet>.advantage>li>span {
    width: 0.8rem;
    height: 0.8rem;
    display: inline-block;
    margin-right: 0.4rem;
    border-radius: 50%;
    background-color: #FE7A1F;
}

.content .fleet>.advantage>li>p {
    font-size: 1.6rem;
}

.content .fleet>.type {
    margin-top: 3.2rem;
    display: flex;
    justify-content: space-between;
}

.content .fleet>.type>li {
    width: calc(33.3% - 1rem);
    padding: 4.9rem 4.3rem 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0.8rem;
    background-color: #F8F8F8;
    box-sizing: border-box;
}

.content .fleet>.type>li>img {
    width: 100%;
    height: auto;
}

.content .fleet>.type>li>p {
    margin: 3.1rem 0 1rem;
    font-size: 1.8rem;
    font-weight: 500;
}

.content .fleet>.type>li>span {
    padding: 0.6rem 2.1rem;
    font-size: 1.6rem;
    color: #fff;
    border-radius: 8rem;
    background-color: #FE7A1F;
}

.content>.services {
    padding: 9rem 0 8rem;
    background-color: #F8F8F8;
}

.content>.services>p {
    width: 103.4rem;
    margin: 0 auto 4rem;
}

.content>.services>img {
    width: var(--width-center);
    height: auto;
    display: block;
    margin: 0 auto;
}

.content>.services>ul {
    width: var(--width-center);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
    margin: 0 auto;
}

.content>.services>ul>li {
    width: calc(50% - 1rem);
    padding: 4rem 0 4.7rem 4rem;
    border-radius: 0.8rem;
    box-sizing: border-box;
    color: #fff;
    background-color: #FE7A1F;
}

.content>.services>ul>li>img {
    width: 4.4rem;
    height: 4.4rem;
}

.content>.services>ul>li>h5 {
    margin: 2rem 0 1.6rem;
    font-size: 2.4rem;
    font-weight: 500;
}

.content>.services>ul>li>p {
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    .content>.top {
        padding: 80px 0 206px;
        background: url('https://elifelimo.s3.us-east-2.amazonaws.com/art/zh/images/about_us/topbanner_phone.webp');
        background-size: 100% 100%;
    }
    .content>.top>h3 {
        font-size: 22px;
        line-height: 29px;
    }
    .content>.top>div {
        font-size: 10px;
    }
    .content .title>img {
        width: 32px;
        height: 32px;
    }
    .content .title>h3 {
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 27px;
    }
    .content .title-p {
        padding: 0 24px;
        font-size: 12px;
        line-height: 16px;
        box-sizing: border-box;
    }
    .content>.guarantee>ul {
        width: 100%;
        margin: 24px 0 40px;
        padding: 0 10px;
        box-sizing: border-box;
        gap: 10px;
    }
    .content>.guarantee>ul>li {
        width: calc(50% - 5px);
        height: 180px;
        padding: 16px 7px 0 10px;
        box-sizing: border-box;
    }
    .content>.guarantee>ul>li>div {
        margin-bottom: 10px;
    }
    .content>.guarantee>ul>li>div>h5 {
        font-size: 10px;
    }
    .content>.guarantee>ul>li>p {
        margin-bottom: 8px;
        font-size: 8px;
    }
    .content>.scene {
        padding: 53px 10px 40px;
        box-sizing: border-box;
    }
    .content>.scene>ul {
        width: 100%;
        margin: 24px 0 0 0;
        flex-wrap: wrap;
        gap: 10px;
    }
    .content>.scene>ul>li {
        width: calc(50% - 5px);
    }
    .content>.scene>ul>li>img {
        width: 100%;
    }
    .content>.scene>ul>li>div {
        padding: 16px 10px 19px;
    }
    .content>.scene>ul>li>div>h5 {
        font-size: 10px;
        line-height: 13px;
    }
    .content>.scene>ul>li>div>p {
        margin-top: 8px;
        font-size: 8px;
    }
    .content>.scene>ul>li>div>p:first-of-type {
        margin-top: 10px;
    }
    .content>.scene>ul>li>a {
        padding: 6px 10px;
        font-size: 10px;
    }
    .content .fleet {
        width: 100%;
        padding: 40px 10px;
        box-sizing: border-box;
    }
    .content .fleet>h3 {
        padding-bottom: 16px;
        font-size: 20px;
    }
    .content .fleet>h3>span {
        margin-left: 8px;
    }
    .content .fleet>h5 {
        margin: 16px 0 0 0;
        font-size: 10px;
    }
    .content .fleet>.advantage>li>p {
        font-size: 8px;
    }
    .content .fleet>.advantage>li {
        margin-top: 8px;
    }
    .content .fleet>.advantage>li>span {
        width: 6px;
        height: 6px;
    }
    .content .fleet>.type {
        margin-top: 16px;
    }
    .content .fleet>.type>li {
        width: calc(33.3% - 2px);
        padding: 10px 8px 16px;
    }
    .content .fleet>.type>li>p {
        max-width: 100%;
        margin: 10px 0 4px;
        font-size: 8px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .content .fleet>.type>li>span {
        max-width: 100%;
        padding: 2px 8px;
        font-size: 8px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .content>.services {
        padding: 53px 0 40px;
    }
    .content>.services>p {
        width: 100%;
        margin: 0 0 24px;
    }
    .content>.services>img {
        width: 100%;
    }
    .content>.services>ul {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        gap: 10px;
    }
    .content>.services>ul>li {
        width: calc(50% - 5px);
        padding: 20px 0 21px 10px;
        box-sizing: border-box;
    }
    .content>.services>ul>li>img {
        width: 24px;
        height: 24px;
    }
    .content>.services>ul>li>h5 {
        margin: 10px 0 8px;
        font-size: 12px;
    }
    .content>.services>ul>li>p {
        font-size: 8px;
    }
}