/* 产品列表 */

.common-name {
    color: #fff;
}

.common-nav ul li a {
    color: #fff;
    border: 1px solid #fff;
}

.bread {
    color: #fff;
}

.bread a {
    color: #fff;
}

.pics {}

.pics ul {
    display: flex;
    flex-wrap: wrap;
}

.pics ul li {
    width: 50%;
    padding: 3px;
}

.pics ul li a {
    display: block;
}

.pic-li-img i {
    display: block;
}

.pic-li-img i img {
    width: 100%;
}

.pic-li-layer {
    display: none;
}

.pic-li-name {
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    background: #000;
}

@media (min-width: 1200px) {
    .common-nav ul li a {
        border: none;
    }
    .pics {
        padding: 1vw;
    }
    .pics ul {
        display: flex;
        flex-wrap: wrap;
    }
    .pics ul li {
        width: 25%;
        padding: 0.8vw;
    }
    .pics ul li a {
        display: block;
    }
    .pic-li-img {
        position: relative;
        overflow: hidden;
    }
    .pic-li-img i {
        display: block;
    }
    .pic-li-img i img {
        width: 100%;
    }
    .pic-li-layer {
        display: block;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 7vw 0 0;
        background: rgba(160, 0, 9, 0.75);
        transform: translate3d(0, -100%, 0);
        transition: 0.6s;
    }
    .pic-li-logo {
        padding: 0 0 2vw;
        text-align: center;
    }
    .pic-li-logo img {
        width: 8vw;
    }
    .pic-li-plus {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 2vw;
        height: 2vw;
        margin: 0 auto;
        border: 1px solid #fff;
        border-radius: 50%;
    }
    .pic-li-name {
        font-size: 0.9vw;
        line-height: 3vw;
        color: #fff;
        text-align: center;
        background: #000;
    }
    .pics ul a:hover .pic-li-layer {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
    .pics ul a:hover .pic-li-name {
        background: #a00009;
    }
}


/* 产品详情 */

.pic-er {}

.pic-er-line {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0.2rem;
    background: url(../images/pic_er_img.png) no-repeat center bottom/cover;
}

.pic-er-logo {
    position: absolute;
    right: 0;
    top: 0;
}

.pic-er-logo img {
    width: 1rem;
}

.pic-er-de img {
    width: 1.2rem;
}

.pic-er-img img {
    width: 3rem;
}

.pic-er-nong img {
    width: 1rem;
}

.pic-er-name {
    margin: 0.2rem 0 0;
    padding: 0.2rem 0 0;
    font-size: 16px;
    line-height: 24px;
    border-top: 1px solid #a00009;
}

.pic-er-weight {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.pic-er-p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

@media (min-width: 1200px) {
    .pic-er {
        padding: 2vw 4vw;
    }
    .pic-er-line {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        background: url(../images/pic_er_img.png) no-repeat center bottom/100%;
    }
    .pic-er-logo {
        position: absolute;
        right: 0;
        top: 0;
    }
    .pic-er-logo img {
        width: 8.4vw;
    }
    .pic-er-de img {
        width: 17.2vw;
    }
    .pic-er-img img {
        width: 16vw;
    }
    .pic-er-nong img {
        width: 15.6vw;
    }
    .pic-er-name {
        margin: 1.5vw 0 0;
        padding: 1.5vw 0 0;
        font-size: 1.5vw;
        line-height: 1.8vw;
        border-top: 1px solid #a00009;
    }
    .pic-er-weight {
        font-size: 0.9vw;
        line-height: 1.8vw;
        color: #000;
    }
    .pic-er-p {
        font-size: 0.8vw;
        line-height: 1.4vw;
        color: #000;
    }
}