.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;
}

.notice {
    background: #e8f5e9 !important;
    border: 1px solid #b7dfb8 !important;
    border-radius: 6px !important;
    padding: 10px 20px !important;
}

.notice-title-wrap {
    margin-bottom: 12px;
}

.notice-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    background: #3f79ff;
    color: #fff;
    padding: 10px 26px 10px 14px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    border-radius: 12px 0 0 0;
    z-index: 1;
}

.notice-badge:after {
    content: "";
    position: absolute;
    top: 0;
    right: -24px;
    width: 24px;
    height: 100%;
    background: #3f79ff;
    transform: skewX(-35deg);
    transform-origin: left top;
    z-index: -1;
}

.notice-badge-icon {
    display: inline-block;
    margin-right: 8px;
    font-size: 18px;
    line-height: 1;
}

.notice-badge-text {
    display: inline-block;
    color: #fff;
    line-height: 1;
}