.container {
    min-height: 100vh;
}

.menu .menu-item li:nth-of-type(2) a {
    color: #2575f2;
}

.menu .menu-item li:nth-of-type(2) .menu-item-line {
    width: 100%;
}

.business-main {
    width: 100%;
    margin-top: 0.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 12%;
    box-sizing: border-box;
}

.business-main p {
    font-size: 0.14rem;
}

.business-main .l {
    display: block;
    width: 0.13rem;
    height: 0.015rem;
    background: #e50012;
    margin: 0.1rem 0;

}
.business-main-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.1rem;
}

.business-main li {
    width: 24%;
    height: 2rem;
    display: flex;
    flex-direction: column;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 0.2rem;
}

.business-main li img {
    width: 100%;
    height: 1.5rem;
}

.business-text {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 10% 5%;
}

.business-text span {
    display: block;
    height: 0.015rem;
    width: 0.2rem;
    background: #d8d8d8;
    margin: 0.05rem 0 0.05rem;
}

.business-text p {
    font-size: 0.1rem;
    color: #2575f2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.business-text i {
    color: #888888;
    font-family: arial;
    font-size: 0.08rem;
    margin-top: 0.3rem;
}

@media screen and (max-width:600px) {
    .business-main {
        margin-top: 0.5rem;
    }

    .footer {
        position: fixed;
        bottom: 0.5rem;
    }

    .footer-bottom {
        position: fixed;
        bottom: 0;
    }

    .business-text {
        padding: 5% 0%;
    }

    .business-text span {
        height: 0.02rem;
        width: 0.2rem;
        margin-left: 0.15rem;
    }

    .business-text p {
        transform: scale(0.8);
        box-sizing: border-box;
        margin-left: -0.03rem;
    }

    .business-text i {
        transform: scale(0.8);
        margin-top: -0.0001rem;
    }
}