.tj_container .success_addCart {
    background-color: #5c5c5c;
    color: #ffffff;
    width: 120px;
    padding: 5px 0;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    top: 15%;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
}

.subject_title_row_add {
    background-color: #f7f6fb;
}

.recommend_list {
    background-color: #f7f6fb;
    width: 1220px;
}
.recommend_list li {
    border-radius: 0;
    width: 232px;
    margin: 5px 10px 10px 0px;
    background: #fff;
    padding: 5px;
    border: 1px #ececec solid;
    padding-bottom: 10px;
    padding:10px;
    height: 395px !important;
}
.cart_logo {
    position: relative;
}
.goods_img {
    text-align: center;
    overflow: hidden;
    position: relative;
}

.recommend_list li .goods_img img {
    width: 100%;
    transform: scale(1.1);
}
.recommend_list li .goods_img a>img:nth-child(1) {
    aspect-ratio: 1/1;
}
.recommend_list li.goods_big_img a{
    display:inline-block;
    width:232px;
}
.recommend_list li.goods_big_img img{
    transform: scale(1);
    width: 232px !important;
}
.recommend_list li.goods_recipe img {
    transform: scale(1);
}
.goods_recipe_foodstuff_text{
     height: 40px !important;
}
.goods_recipe .goods_recipe_content{
     padding: 10px !important;
}
.goods_recipe_timer{
    padding: 10px 0 20px;
}
.shopNav_title img{
    width: 94px;
}
.smallAdvWrap,.menuNav_container{
     margin: 0 auto 40px;
}
.toGoodsdescribeJs{
      cursor: pointer;
}
.snow_labes {
    display: flex;
    align-items: center;
}
.plates-goods .cart_logo{
    margin-top: -40px;
}
.buy_num {
    position: absolute;
    top: -14px;
    right: -1px;
    width: 22px;
    height: 22px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #C63C26;
    border-radius: 50%;
    z-index: 1000;
    border: 2px solid #FFFFFF;
}
.plate_topic{
    margin: 16px 0px;
}
.goods_recipe {
    padding: 0 !important;
}

.goods_recipe img {
    width: 100% !important;
    height: 203px !important;
    object-fit: cover;
}

.goods_recipe .goods_recipe_content {
    position: relative !important;
    background: linear-gradient(180deg, #FFFFFF 0%, #28B92E 100%) !important;
    padding: 8px !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
}

.goods_recipe_foodstuff {
    background: #FFFFFF !important;
    box-shadow: 0px 1px 3px 0px rgb(139 87 42 / 10%) !important;
    border-radius: 10px 10px 7px 7px !important;
    padding: 26px 8px 0px !important;
    text-align: left !important;
    width: 209px !important;
}

.goods_recipe_content_title {
    position: absolute !important;
    top: -5px !important;
    background: #C9F5CB !important;
    border-radius: 3px !important;
    font-size: 15px !important;
    color: #333333 !important;
    padding: 3px 8px !important;
    font-weight: 700 !important;
    max-width: 170px;
    min-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.goods_recipe_foodstuff>span {
    font-size: 15px  !important;
    color: #464C5B  !important;
    height: 42px !important;
}

.goods_recipe_foodstuff_text {
    font-size: 14px !important;
    color: #999999 !important;
    margin: 5px 0 !important;
    height: 20px !important;
}
.goods_big_img {
    padding: 0 !important;
}

.goods_big_img img {
    width: 100% !important;
    height: 100% !important;
}
.goods_big_img>img:hover {
    cursor: pointer !important;
}
.goods_list_flex {
    display: flex !important;
}

.goods_list_flex img {
    width: 56px !important;
    height: 56px !important;
    border-radius: 3px !important;
    margin-right: 4px !important;
}

.goods_list_right_flex {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.goods_text_clamp {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical !important;
    word-break: inherit;
}

.goods_list_right_flex>span {
    font-size: 15px !important;
    color: #464C5B !important;
    line-height: 20px !important;
    margin-bottom: 8px !important;
    height: 40px !important;
}

.goods_list_right_price {
    margin-top: 2px !important;
    display: flex !important;
    align-items: center;
    height: 12px !important;
}

.goods_list_right_price>em {
    font-size: 17px !important;
    
    font-weight: 600 !important;
    color: #C63C26 !important;
    line-height: 11px !important;
}
.goods_recipe_foodstuff_text {
    height: 40px !important;
}
.goods_recipe_timer>span {
        display: inline-block !important;
        background: #F7FFF7 !important;
        border-radius: 3px !important;
        border: 1px solid #A1E5A3 !important;
        font-size: 14px !important;
        color: #2FBA33 !important;
        padding: 2px 8px !important;
        margin-right: 8px !important;
    }

    .goods_recipe_timer>span:last-child {
        margin-right: 0 !important;
    }


