#product-list li {
    position: relative;
}

.l_c1p1_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
}

.c_c1p1_con {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
}

.c_c1p1_text {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 30px 20px;
}

.c_c1p1_item_tit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .36s;
    font-weight: bold;
}

.l_c1bx1p {
    margin-top: 15px;
}

.c_c1p1_text_top .l_f2bx1p p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.c_c1p1_text_bot {
    margin-top: 36px;
    padding-top: 15px;
}

.ys_imgbox_contain,
.ys_imgbox_cover {
    position: relative;
    overflow: hidden;
}

.ys_imgbox_contain img,
.ys_imgbox_cover img {
    width: 100%;
    transition: all .36s;
    height: 210px;
}

.ys_imgbox_cover img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
}

.c_h4_item:nth-child(3n+1),
.l_c3bx2li:nth-child(2n+1),
.l_c3bx2li:nth-child(2n+1),
.l_b1banli:nth-child(3n+1),
.l_a1bx5li:nth-child(5n+1),
.c_c1p1_item:nth-child(3n+1),
.l_d1bx6li:nth-child(6n+1),
.c_h3_item:nth-child(4n+1) {
    animation-delay: .2s;
}

.c_c1p1_item {
    width: 33.333333%;
    padding: 0 35px;
    margin-bottom: 20px;
}

.ys_fadeup1 {
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: .1s;
}

.c_c1p1_item_tit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .36s;
    font-weight: bold;
}

.yx_title3_1 {
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
}

.l_c1bx1p {
    margin-top: 15px;
}

.l_c1bx1p p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
}

.yx_parag1 p {
    font-size: 14px;
    line-height: 2;
    color: #868686;
    font-weight: normal;
}

.c_c1p1_text_bot {
    color: rgba(244, 63, 42, 1);
    font-size: 16px;
    line-height: 1.5;
    position: absolute;
    top: 10px;
    left: 8px;
    width: 95%;
    margin-top: 0px;
    height: 40%;
}

.c_c1p1_text_bot .fdj {
    display: none;
    opacity: 0;
    padding-bottom: 35px;
}

.c_c1p1_text_bot p {
    display: none;
    opacity: 0;
    margin: 0 10px !important;
}

.c_c1p1_text_bot a {
    color: #fff !important;
}

.l_c1p1_list li:hover .c_c1p1_text_bot {
    background: #EA222D;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    padding-top: 75px !important;
    opacity: 0.8
}

.l_c1p1_list li:hover .c_c1p1_text_bot p {
    display: block;
    opacity: 1;
    width: 81px;
    height: 28px;
    border: 1px solid #fff;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    font-size: 14px !important;
}

.l_c1p1_list li:hover .c_c1p1_text_bot p:nth-of-type(2) {
    background: #fff;
    color: #333 !important;
}

.l_c1p1_list li:hover .c_c1p1_text_bot .fdj {
    display: block;
    opacity: 1;
}

.l_c1p1_list li:hover .content .tit {
    line-height: 25px;
    padding: 0 20px;
    margin-bottom: 20px;
}

@media (max-width:768px) {
    .c_c1p1_text {
        padding: 10px;
    }

    .ys_imgbox_contain img,
    .ys_imgbox_cover img {
        height: 167px;
    }

    #product-list .yx_title3_1 {
        font-size: 14px !important;
    }

    .c_c1p1_text_bot {
        display: none;
    }

    .yx_parag1 p {
        font-size: 12px;
        height: 50px;
    }

}