.recommend p {
    font-size: 14px;
}

.category {
    padding: 40px 0;
}

.separator {
    display: block;
    width: 60px;
    height: 5px;
    margin: 15px auto 15px;
    background-color: #cccccc;
    position: relative;
    border: 1px solid #cccccc;
}

.separator:after {
    width: 30px;
    height: 5px;
    background: #333333;
    position: absolute;
    top: -1px;
    left: -1px;
    content: "";
}

.category-menus li {
    display: inline-block;
    margin: 4px;
}

.goods-buy {
    line-height: 40px;
    font-size: 13px;
}


.goods-introduction-cate {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



.buy-form label {
    font-size: 16px;
}
/* chengzi-display-fix */
.header .logo {
    pointer-events: auto;
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .logo img {
    width: 72px !important;
    height: 72px !important;
    object-fit: contain;
    display: block;
    border-radius: 12px;
}

.card .card-img-top {
    width: 100%;
    height: 176px !important;
    object-fit: contain;
    display: block;
    padding: 14px;
    background: #f7f9fc;
}

.card .badge {
    z-index: 2;
}

/* chengzi-mobile-logo-fix */
.chengzi-navbar-brand {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.chengzi-navbar-brand .navbar-brand-logo {
    width: 34px;
    height: 34px;
    object-fit: cover;
    border-radius: 8px;
    display: inline-block;
}
