/* 产品列表 */

.pics {
    padding: 4px;
}

.pics ul {
    display: flex;
    flex-wrap: wrap;
}

.pics ul li {
    width: 50%;
    padding: 4px;
}

.pics ul a {
    display: block;
    position: relative;
    overflow: hidden;
}

.pics ul i {
    display: block;
    background: #9f060c;
}

.pics ul i img {
    width: 100%;
    transition: 0.3s;
}

.pic-li-logo {
    display: none;
}

.pic-li-name {
    font-size: 16px;
    line-height: 36px;
    color: #000;
    text-align: center;
}

.pic-li-more {
    display: none;
}

@media (min-width: 1200px) {
    .pics ul li {
        width: 33.3%;
        padding: 0.8vw;
    }
    .pics ul a {
        display: block;
        position: relative;
        overflow: hidden;
    }
    .pics ul i {
        display: block;
        background: #9f060c;
    }
    .pics ul i img {
        width: 100%;
        transition: 0.3s;
    }
    .pic-li-layer {
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 3vw 0 0;
        opacity: 0;
        transform: translate3d(0, 50%, 0);
        transition: 0.3s;
    }
    .pic-li-logo {
        display: block;
        text-align: center;
    }
    .pic-li-logo img {
        width: 10vw;
    }
    .pic-li-name {
        margin: 2vw 0;
        font-size: 1.2vw;
        line-height: 1.5vw;
        color: #fff;
        text-align: center;
    }
    .pic-li-more {
        display: block;
        width: 8vw;
        margin: 0 auto;
        padding: 0 1.2vw;
        border: 2px solid #fff;
    }
    .pic-li-more span {
        display: block;
        font-size: 0.9vw;
        line-height: 2.8vw;
        color: #fff;
        background: url(../images/arrow_ww.png) no-repeat right center;
    }
    .pics ul a:hover i img {
        opacity: 0.25;
    }
    .pics ul a:hover .pic-li-layer {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
    .pages {
        margin-left: 0.8vw;
        margin-right: 0.8vw;
    }
}


/* 产品详情 */

.pic-er-left img {
    width: 100%;
}

.pic-er-right {
    margin: 0.4rem 0 0;
    background: url(../images/pic_li_logo.png) no-repeat right 0/1.6rem;
}

.pic-er-name {
    text-align: left;
}

.pic-er-name .ch {
    font-size: 18px;
    line-height: 24px;
    color: #000;
}

.pic-er-name .en {
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    text-transform: uppercase;
}

.pic-er-attr {
    margin: 10px 0;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.pic-er-say {
    margin: 0 0 0.2rem;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.pic-er-ul {
    display: flex;
}

.pic-er-li {
    padding-right: 0.2rem;
}

.pic-er-li img {
    width: 1rem;
}

.pic-er-p {
    min-height: 120px;
    margin-top: 0.2rem;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

@media (min-width: 1200px) {
    .pic-er {
        padding: 0 2.5vw;
        background: none;
    }
    .pic-er-line {
        display: flex;
        justify-content: space-between;
        padding: 2.5vw 0;
    }
    .pic-er-left {
        width: 28.4vw;
    }
    .pic-er-left img {
        width: 100%;
    }
    .pic-er-right {
        width: 26.2vw;
        margin: 0;
        padding: 0.5vw 0 0;
        background: url(../images/pic_li_logo.png) no-repeat right 0/10vw;
    }
    .pic-er-name {
        text-align: left;
    }
    .pic-er-name .ch {
        font-size: 1.5vw;
        line-height: 1.8vw;
        color: #000;
    }
    .pic-er-name .en {
        font-size: 12px;
        line-height: 16px;
        color: #999999;
        text-transform: uppercase;
    }
    .pic-er-attr {
        height: 14vw;
        margin: 1vw 0 1vw;
        font-size: 1.2vw;
        line-height: 2vw;
        color: #000;
    }
    .pic-er-say {
        margin: 0 0 3vw;
        font-size: 1.2vw;
        line-height: 1.5vw;
        color: #000;
    }
    .pic-er-ul {
        display: flex;
    }
    .pic-er-li {
        padding-right: 1vw;
    }
    .pic-er-li img {
        width: 4vw;
    }
    .pic-er-p {
        min-height: 120px;
        margin-top: 1vw;
        font-size: 1vw;
        line-height: 1.2vw;
        color: #000;
    }
}