/* 产品列表 */
.pics {}

.pics ul {
    display: flex;
    flex-wrap: wrap;
}

.pics ul li {
    width: 50%;
    padding: 3px 3px 12px;
}

.pics ul a {
    position: relative;
    display: block;
    padding: 0 0 0.4rem;
    color: #000;
    background: rgba(255, 255, 255, 0.6);
    border: 2px solid #216600;
}

.pics ul a i {
    display: block;
    position: relative;
    z-index: 1;
}

.pics ul a i img {
    width: 100%;
}

.pic-li-name {
    padding: 0 5px;
    font-size: 0.3rem;
    line-height: 0.36rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.pic-li-weight {
         display:none;
    font-size: 0.24rem;
    line-height: 0.3rem;
    text-align: center;
}

.pic-li-more {
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 2.1rem;
    margin-left: -1.05rem;
    padding: 0 0.2rem;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    background: #004f22;
}

.pic-li-more span {
    display: block;
    background: url(../images/arrow_w.png) no-repeat right center/0.18rem;
}

@media (min-width: 1200px) {
    .pics {
        padding-bottom: 1.5vw;
    }

    .pics ul {
        display: flex;
        flex-wrap: wrap;
        padding: 1.5vw;
    }

    .pics ul li {
        width: 33.3%;
        padding: 1.5vw;
    }

    .pics ul a {
        position: relative;
        display: block;
        padding: 0 0 1.2vw;
        color: #333;
        border: 2px solid #333;
    }

    .pics ul a i {
        display: block;
        position: relative;
        z-index: 1;
    }

    .pics ul a i img {
        width: 100%;
    }

    .pic-li-name {
        font-size: 1.2vw;
        line-height: 2vw;
        text-align: center;
        overflow: hidden;
         text-overflow: ellipsis;
        white-space: nowrap;
    }

    .pic-li-weight {
        display:none;
        font-size: 0.9vw;
        line-height: 1.2vw;

        text-align: center;
    }

    .pic-li-more {
        position: absolute;
        left: 50%;
        bottom: -1vw;
        width: 12vw;
        margin-left: -6vw;
        padding: 0 1.5vw;
        font-size: 0.8vw;
        line-height: 2vw;
        color: #000;
        background: #fff;
        border: 2px solid #000;
    }

    .pic-li-more span {
        display: block;
        background: url(../images/arrow_b.png) no-repeat right center/0.9vw;
    }

    .pics ul a:hover {
        color: #004f22;
        background: rgba(255, 255, 255, 0.6);
        border-color: #216600;
    }

    .pics ul a:hover .pic-li-more {
        color: #333;
        background: #004f22;
    }

    .pics ul a:hover .pic-li-more span {
        color: #fff;
        background-image: url(../images/arrow_w.png);
    }

    .pages {}
}


/* 产品详情 */
.pic-er {}

.pic-er-img {
    padding: 0.2rem 0.1rem;
    border: 2px solid #004026;
}

.pic-er-img img {
    width: 100%;
}

.pic-er-font {
    position: relative;
    padding: 0.4rem 0 0;
    background: url(../images/zzpz.png) no-repeat right bottom/17.8vw;
}

.pic-er-name {
    font-size: 16px;
    line-height: 24px;
    color: #004f22;
}

.pic-er-weight {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.pic-er-detail {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.pic-er-tel {
    margin: 10px 0;
    width: 140px;
    padding: 5px 0 5px 10px;
    background: #216600;
    border-radius: 15px;
}

.pic-er-tel p {
    padding: 0 0 0 25px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background: url(../images/tel24.png) no-repeat 0 center/18px;
}

.pic-er-ewm {
    display: flex;
}

.pic-er-ewm p {
    padding-right: 10px;
}

.pic-er-ewm p img {
    width: 60px;
}

.pic-er-small {
    display: none;
}


.pic-er-info {
    margin: 10px 0 0;
    padding: 0 10px;
    background: #5cb22b;
}

.pic-er-info span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    background: url(../images/arrow_ww.png) no-repeat right center/10px;
}

.pic-er-p {
    min-height: 100px;
    padding: 2px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}
.pic-er-p img{
    width: 100%;
}

@media (min-width: 1200px) {
    .pic-er {
        padding: 3.2vw;
    }

    .pic-er-line {
        display: flex;
        justify-content: space-between;
    }

    .pic-er-img {
        width: 15.6vw;
        padding: 2vw 0;
        border: 0.3vw solid #004026;
    }

    .pic-er-img img {
        width: 100%;
    }

    .pic-er-font {
        position: relative;
        width: 36.8vw;
        padding: 2vw 0 0;
        background: url(../images/zzpz.png) no-repeat right bottom/17.8vw;
    }

    .pic-er-name {
        font-size: 1.2vw;
        line-height: 1.4vw;
        color: #004f22;
    }

    .pic-er-weight {
        font-size: 0.9vw;
        line-height: 1vw;
        color: #000;
    }

    .pic-er-detail {
        margin: 2vw 0 1vw;
        font-size: 0.9vw;
        line-height: 1.2vw;
        color: #000;
    }

    .pic-er-tel {
        width: 12vw;
        padding: 0.3vw 0 0.3vw 1vw;
        background: #216600;
        border-radius: 1.4vw;
    }

    .pic-er-tel p {
        padding: 0 0 0 1.8vw;
        font-size: 1.2vw;
        line-height: 2vw;
        color: #fff;
        background: url(../images/tel24.png) no-repeat 0 center/1.2vw;
    }

    .pic-er-ewm {
        display: flex;
        padding: 4vw 0 0;
    }

    .pic-er-ewm p {
        padding-right: 1vw;
    }

    .pic-er-ewm p img {
        width: 5vw;
    }

    .pic-er-small {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 10.8vw;
        overflow: hidden;

        border: 0.4vw solid #88ba6b;
        border-radius: 0 3vw;
    }

    .pic-er-small i {
        display: block;
        overflow: hidden;
        border: 0.3vw solid #fff;
        border-radius: 0 3vw;
    }

    .pic-er-small i img {
        width: 100%;
        border-radius: 0 1vw;
    }

    .pic-er-info {
        margin: 1.6vw 0 0;
        padding: 0 1.4vw;
        background: #5cb22b;
    }

    .pic-er-info span {
        display: block;
        font-size: 0.9vw;
        line-height: 2.4vw;
        color: #fff;
        background: url(../images/arrow_ww.png) no-repeat right center/0.75vw;
    }

    .pic-er-p {
        min-height: 5vw;
        padding: 1vw;
        font-size: 0.8vw;
        line-height: 1.4vw;
        color: #000;
    }
}