/* 产品列表 */

.pics {}

.pics ul {
    display: flex;
    flex-wrap: wrap;
}

.pics ul li {
    width: 50%;
    padding: 3px;
}

.pics ul li a {
    position: relative;
    display: block;
    overflow: hidden;
}

.pics ul li i {
    display: block;
    border: 1px solid #999;
}

.pics ul li i img {
    width: 100%;
}

.pic-li-font {
    text-align: center;
}

.pic-li-font .pic-li-name {
    font-size: 0.3rem;
    line-height: 0.4rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pic-li-font .pic-li-kind {
    font-size: 14px;
    line-height: 24px;
    color: #999;
}

.pic-li-font .pic-li-weight {
    font-size: 14px;
    line-height: 24px;
    color: #999;
}

.pic-li-layer {
    display: none;
}

@media (min-width: 1200px) {
    .pics {}
    .pics ul {
        display: flex;
    }
    .pics ul li {
        width: 33.3%;
        padding: 0.6vw;
    }
    .pics ul li a {
        position: relative;
        display: block;
        overflow: hidden;
    }
    .pics ul li i {
        display: block;
        border: 2px solid #999;
    }
    .pics ul li i img {
        width: 100%;
    }
    .pic-li-font {
        text-align: center;
    }
    .pic-li-font .pic-li-name {
        font-size: 1vw;
        line-height: 2.4vw;
        color: #000;
    }
    .pic-li-font .pic-li-kind {
        font-size: 0.8vw;
        line-height: 1.2vw;
        color: #999;
    }
    .pic-li-font .pic-li-weight {
        font-size: 0.8vw;
        line-height: 1.2vw;
        color: #999;
    }
    .pic-li-layer {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        background: rgba(42, 65, 126, 0.6) url(../images/pic_er_bg.png) no-repeat right 0/14vw;
        opacity: 0;
        transform: translate3d(0, 100%, 0);
        transition: 0.6s;
    }
    .pic-li-icon {
        padding: 6vw 0 3vw;
    }
    .pic-li-icon img {
        width: 5.5vw;
    }
    .pic-li-layer .pic-li-name {
        font-size: 1vw;
        line-height: 2.4vw;
        color: #fff;
    }
    .pic-li-layer .pic-li-kind {
        font-size: 0.8vw;
        line-height: 1.2vw;
        color: #fff;
    }
    .pic-li-layer .pic-li-weight {
        font-size: 0.8vw;
        line-height: 1.2vw;
        color: #fff;
    }
    .pic-li-more {
        padding: 1.5vw 0 0;
    }
    .pic-li-ad {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .pic-li-ad img {
        width: 100%;
    }
    .pics ul li a:hover .pic-li-layer {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}


/* 产品详情 */

.pic-er {}

.pic-er-left {}

.pic-er-left i {
    display: block;
    border: 1px solid #999;
}

.pic-er-left i img {
    width: 100%;
}

.pic-er-right {
    position: relative;
    margin: 0.2rem 0 0;
    background: url(../images/pic_er_bg.png) no-repeat right 0/2.8rem;
}

.pic-er-nt {
    position: absolute;
    z-index: 10;
    right: 1rem;
    top: 0;
}

.pic-er-nt img {
    width: 1rem;
}

.pic-er-name {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.pic-er-kind {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.pic-er-weight {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.pic-er-table {
    padding: 0.2rem 0;
}

.pic-er-table img {
    max-width: 100%;
}

.pic-er-attr {
    padding: 0 0 0.2rem;
}

.pic-er-attr .name {
    margin: 0.2rem 0;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.pic-er-attr .con {
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

@media (min-width: 1200px) {
    .pic-er {}
    .pic-er-line {
        display: flex;
        justify-content: space-between;
    }
    .pic-er-left {
        width: 20vw;
    }
    .pic-er-left i {
        display: block;
        border: 1px solid #999;
    }
    .pic-er-left i img {
        width: 100%;
    }
    .pic-er-right {
        width: 39vw;
        position: relative;
        background: url(../images/pic_er_bg.png) no-repeat right 0/14vw;
    }
    .pic-er-nt {
        position: absolute;
        z-index: 10;
        right: 12vw;
        top: 0;
    }
    .pic-er-nt img {
        width: auto;
    }
    .pic-er-name {
        font-size: 1vw;
        line-height: 2.4vw;
        color: #000;
    }
    .pic-er-kind {
        font-size: 0.8vw;
        line-height: 1.2vw;
        color: #000;
    }
    .pic-er-weight {
        font-size: 0.8vw;
        line-height: 1.2vw;
        color: #000;
    }
    .pic-er-table {
        padding: 3vw 0;
    }
    .pic-er-table img {
        max-width: 100%;
    }
    .pic-er-attr {
        padding: 0 0 1vw;
    }
    .pic-er-attr .name {
        margin: 1vw 0;
        font-size: 24px;
        line-height: 30px;
        color: #000000;
    }
    .pic-er-attr .con {
        font-size: 14px;
        line-height: 24px;
        color: #000;
    }
}