.mobile_box {
    max-height: 100vh;
    height: 100%;
    padding-top: 70px;
}

.mobile_business-box {
    background: url('/static/image/bottomlogo1.png') no-repeat;
    background-size: 100%;
    background-position: bottom;
}

/* .mobile_business-name{
    color: #FFF;
    font-size: 20px;
    margin-bottom: 12px;
}
.mobile_business-info{
    width: 7em;
    color: #FFF;
    font-size: 14px;
    margin-top: 12px;
}
.mobile_row{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mobile_col-6{
    width: calc(50% - 15px);
    margin: 0 7.5px;
} */
.nav {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05) !important;
    position: fixed !important;
}

.mobile_lead {
    background-image: url('/static/image/mobile_lead-bg.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.mobile_lead-item {
    padding: 16px 0;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    position: relative;
    bottom: 33px;
}

.mobile_lead-icon {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 3px solid #B23432;
    transform: translateY(8px);
}

.mobile_lead-info {
    width: calc(100% - 16px);
    color: #333;
    font-size: 18px;
    line-height: 185%;
    /* 33.3px */
    padding-left: 12px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 这里是超出几行省略 */
    overflow: hidden;
}

.mobile_lead-item:hover .mobile_lead-info {
    color: #B23432;
}

.mobile_lead .title-box {
    margin-bottom: 86px;
}

.mobile_lead .title-name::before {
    background-color: #FFF;
}

.mobile_footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(180deg, #111F38 0%, #243761 100%);
    backdrop-filter: blur(5px);
}
.mobile_footer-logo-box {
    padding-top: 58px;
    padding-bottom: 44px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.mobile_footer-logo {
    width: auto;
    height: 38px;
}

.footer-center-r-top {
    margin-top: 44px;
}

.mobile_btn-footer {
    border: 1px solid rgba(255, 255, 255, 0.09);
    color: #FFF;
    font-size: 14px;
    margin-top: 31px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 20px;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border: 1px solid rgba(255, 255, 255, 0.09);
    color: #FFF;
}

@media screen and (max-width: 768px) {
    .about-us .about-name {
        margin-top: 23px;
        color: #333;
    }

    .about-us .title-name::before {
        background-color: var(--main-color);
    }

    .about-us {
        background-image: none;
        background-size: 100%;
        background-position: bottom;
        margin-top: 0;
    }

    .about-us .about-info {
        color: #333;
        max-height: 278px;
        overflow-y: auto;
        font-size: 16px;
    }

    .about-us .about-info::-webkit-scrollbar {
        width: 5px;
        border-radius: 12px;
        opacity: 0.3;
        background: #B4B4B4;
    }

    .about-us .about-info::-webkit-scrollbar-thumb {
        border-radius: 12px;
        width: 5px;
        background: #004C97;
    }

    .about-us .about-datas .about-data-item {
        color: #333;
    }

    .about-us .about-datas .about-data-item span {
        color: #004C97;
    }

    .news-item {
        margin-bottom: 20px;
    }

    .news-item .news-top {
        padding: 16px;
    }

    .news-info {
        line-height: 27px;
    }
}