/* 产品列表 */
.common-nav ul li a {
    border: 1px solid #fff;
}

.pics {}

.pics ul {
    display: flex;
    flex-wrap: wrap;
    padding: 1px;
}

.pics ul li {
    width: 50%;
    padding: 2px;
}

.pics ul a {
    display: block;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid #000;
}

.pic-li-img {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #000;
}

.pic-li-img i {
    display: block;
    background: #fff;
}

.pic-li-img i img {
    width: 100%;
}

.pic-li-layer {
    display: none;
}


.pic-li-font {
    padding: 5px;
    text-align: center;
    color: #000;
}

.pic-li-name {
    overflow: hidden;
    font: 400 16px/24px '微软雅黑';
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pic-li-weight {
    font: 400 12px/16px '微软雅黑';
}

@media (min-width: 1200px) {
    .common-nav ul li a {
        border: 0;
    }

    .pics ul {
        display: flex;
        flex-wrap: wrap;
        padding: 0 60px;
    }

    .pics ul li {
        width: 33.3%;
        padding: 25px;
    }

    .pics ul a {
        display: block;
        background: rgba(255, 255, 255, 0.75);
        border: 1px solid #000;
    }

    .pic-li-img {
        position: relative;
        overflow: hidden;
        border-bottom: 1px solid #000;
    }

    .pic-li-img i {
        display: block;
        background: #fff;
    }

    .pic-li-img i img {
        width: 100%;
    }

    .pic-li-layer {
        display: block;
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        background: rgba(164, 0, 7, 0.75);
        opacity: 0;
        transform: translate3d(0, -50%, 0);
        transition: 0.6s;
    }

    .pic-li-logo {
        padding: 50px 0 0;
    }

    .pic-li-plus {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 54px;
        height: 54px;
        margin: 32px auto 0;
        background: #000;
    }

    .pic-li-font {
        padding: 30px;
        text-align: center;
        color: #000;
    }

    .pic-li-name {
        font: 400 24px/30px '微软雅黑';
    }

    .pic-li-weight {
        font: 400 14px/20px '微软雅黑';
    }

    .pics ul a:hover .pic-li-layer {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    .pics ul a:hover .pic-li-font {
        padding-left: 90px;
        text-align: left;
        background: url(../images/pic_er_rice.png) no-repeat 50px center;
    }

    .pages {
        margin: 10px 85px 40px;
    }

}


/* 产品详情 */
.pic-er {}

.pic-er-img img {
    width: 100%;
}

.pic-er-font {
    position: relative;
    padding:10px;
    background: rgba(255, 255, 255, 0.75);
}

.pic-er-slide {
    display: none;
}

.pic-er-logo {
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 10px;
}
.pic-er-logo img{
    width: 60px;
}

.pic-er-name {
    font: 400 18px/20px '微软雅黑';
    color: #a40007;
}

.pic-er-weight {
    margin: 0 0 10px;
    font: 400 14px/20px '微软雅黑';
    color: #a40007;
}

.pic-er-attr {
    padding: 0 0 10px;
    font: 400 16px/30px '微软雅黑';
    color: #000;
}

.pic-er-detail {
    margin: 10px 0;
    padding: 0 10px;
    font: 400 16px/36px '微软雅黑';
    color: #fff;
    background: #a40007;
}

.pic-er-p {
    padding: 5px;
    text-align: center;
    background: rgba(255, 255, 255, 0.75);
}
.pic-er-p img{
    width: 100%;
}

@media (min-width: 1200px) {
    .pic-er {}

    .pic-er-line {
        display: flex;
        padding: 0 115px;
    }

    .pic-er-img {
        width: 412px;
    }

    .pic-er-img img {
        width: 100%;
    }

    .pic-er-font {
        position: relative;
        width: 540px;
        padding: 45px 45px 0 145px;
        background: rgba(255, 255, 255, 0.75);
    }

    .pic-er-slide {
        display: block;
        position: absolute;
        z-index: 10.;
        left: 50px;
        top: 45px;
    }

    .pic-er-logo {
        position: absolute;
        z-index: 10;
        right: 45px;
        top: 45px;
    }
    .pic-er-logo img{
        width: auto;
    }

    .pic-er-name {
        font: 400 24px/30px '微软雅黑';
        color: #a40007;
    }

    .pic-er-weight {
        margin: 0 0 40px;
        font: 400 14px/20px '微软雅黑';
        color: #a40007;
    }

    .pic-er-attr {
        height: 260px;
        font: 400 18px/36px '微软雅黑';
        color: #000;
    }

    .pic-er-detail {
        margin: 30px 115px 0;
        padding: 0 36px;
        font: 400 16px/36px '微软雅黑';
        color: #fff;
        background: #a40007;
    }

    .pic-er-p {
        margin: 0 115px;
        padding: 35px 95px;
        text-align: center;
        background: rgba(255, 255, 255, 0.75);
    }
}