/* 产品列表 */

.com-layer {
    color: #fff;
}

.pics {}

.pics ul {
    display: flex;
    flex-wrap: wrap;
}

.pics ul li {
    width: 50%;
    padding: 4px;
}

.pics ul a {
    display: block;
}

.pic-li-img {
    position: relative;
    overflow: hidden;
}

.pic-li-img i {
    display: block;
    border: 1px solid #000;
}

.pic-li-img i img {
    width: 100%;
}

.pic-li-logo {
    display: none;
}

.pic-li-font {
    padding: 0.1rem 4px;
    color: #000;
    border: 1px solid #000;
    border-top: 0;
    text-align: center;
}

.pic-li-name {
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pic-li-weight {
    font-size: 12px;
    line-height: 16px;
}

@media (min-width: 1200px) {
    .common-main {
        width: 72vw;
        margin: 0 auto;
    }
    .pics {
        padding: 2vw 0;
    }
    .pics ul {
        display: flex;
        flex-wrap: wrap;
    }
    .pics ul li {
        width: 25%;
        padding: 1vw;
    }
    .pics ul a {
        display: block;
    }
    .pic-li-img {
        position: relative;
        overflow: hidden;
    }
    .pic-li-img i {
        display: block;
        border: 1px solid #000;
    }
    .pic-li-img i img {
        width: 100%;
    }
    .pic-li-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transform: translate3d(0, 100%, 0);
        transition: 0.6s;
    }
    .pic-li-logo img {
        width: 10vw;
    }
    .pic-li-font {
        padding: 1.5vw 1vw;
        color: #000;
        border: 1px solid #000;
        border-top: 0;
        text-align: center;
    }
    .pic-li-name {
        font-size: 1.2vw;
        line-height: 1.5vw;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .pic-li-weight {
        font-size: 0.9vw;
        line-height: 1.2vw;
    }
    .pics ul a:hover .pic-li-img::after {
        content: '';
        position: absolute;
        z-index: 5;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(../images/pic_tl.png) no-repeat 0 0, url(../images/pic_tr.png) no-repeat right 0, url(../images/pic_br.png) no-repeat right bottom, url(../images/pic_bl.png) no-repeat 0 bottom;
    }
    .pics ul a:hover .pic-li-img i {
        opacity: 0.5;
        border-color: #c3141b;
    }
    .pics ul a:hover .pic-li-logo {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
    .pics ul a:hover .pic-li-font {
        color: #fff;
        background: #c3141b;
    }
}


/* 产品详情 */

.pic-er {}

.pic-er-line {
    display: flex;
    justify-content: space-between;
    padding: 3vw 2vw;
    background: url(../images/pic_er_bg.png) no-repeat center center/cover;
    border-bottom: 2px solid #000;
}

.pic-er-left {
    width: 3rem;
    text-align: center;
}

.pic-er-wc {
    padding: 3vw 0 0;
}

.pic-er-wc img {
    width: 1.64rem;
}

.pic-er-detail {
    padding: 5px 0;
}

.pic-er-detail img {
    width: 100%;
}

.pic-er-font {
    color: #fff;
    text-align: center;
}

.pic-er-font p {
    margin: 2px 0 0;
    padding: 0 0 0 12px;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 12px;
    background: url(../images/pic_er_circle.png) no-repeat center center/96px;
}

.pic-er-center {
    position: relative;
    width: 2.4rem;
}

.pic-er-center i {
    display: block;
    border: 1px solid #c3141b;
}

.pic-er-center i::after {
    content: '';
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/pic_tl.png) no-repeat 0 0, url(../images/pic_tr.png) no-repeat right 0, url(../images/pic_br.png) no-repeat right bottom, url(../images/pic_bl.png) no-repeat 0 bottom;
}

.pic-er-center i img {
    width: 100%;
}

.pic-er-right {
    display: none;
}

.pic-er-info {
    padding: 0.4rem 0.2rem 0.2rem;
    color: #000;
}

.pic-er-name {
    font-size: 16px;
    line-height: 24px;
}

.pic-er-weight {
    font-size: 14px;
    line-height: 20px;
}

.pic-er-p {
    padding: 0 0.2rem 0.2rem;
    font-size: 14px;
    line-height: 20px;
}

@media (min-width: 1200px) {
    .pic-er {
        padding: 0 1vw;
    }
    .pic-er-line {
        display: flex;
        justify-content: space-between;
        padding: 3vw 2vw;
        background: url(../images/pic_er_bg.png) no-repeat center center/cover;
        border-bottom: 2px solid #000;
    }
    .pic-er-left {
        width: 20vw;
        text-align: center;
    }
    .pic-er-wc {
        padding: 3vw 0 0;
    }
    .pic-er-wc img {
        width: 8vw;
    }
    .pic-er-detail {
        padding: 2.4vw 0;
    }
    .pic-er-detail img {
        width: 100%;
    }
    .pic-er-font {
        color: #fff;
        text-align: center;
    }
    .pic-er-font p {
        margin: 0.5vw 0 0;
        padding: 0.5vw 0 0.5vw 1.1vw;
        font-size: 1vw;
        line-height: 2vw;
        letter-spacing: 1.1vw;
        background: url(../images/pic_er_circle.png) no-repeat center center/8.4vw;
    }
    .pic-er-center {
        position: relative;
        width: 19vw;
    }
    .pic-er-center i {
        display: block;
        border: 1px solid #c3141b;
    }
    .pic-er-center i::after {
        content: '';
        position: absolute;
        z-index: 5;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(../images/pic_tl.png) no-repeat 0 0, url(../images/pic_tr.png) no-repeat right 0, url(../images/pic_br.png) no-repeat right bottom, url(../images/pic_bl.png) no-repeat 0 bottom;
    }
    .pic-er-center i img {
        width: 100%;
    }
    .pic-er-right {
        display: block;
        width: 15vw;
        text-align: center;
    }
    .pic-er-logo {
        padding: 2vw 0;
    }
    .pic-er-logo img {
        width: 13.2vw;
    }
    .pic-er-ewm {
        width: 8vw;
        margin: 0 auto;
    }
    .pic-er-ewm img {
        width: 100%;
    }
    .pic-er-ewm p {
        font-size: 0.9vw;
        line-height: 1.4vw;
        color: #fff;
        text-align: center;
        background: #000000;
    }
    .pic-er-info {
        padding: 3vw 1vw 2vw;
        color: #000;
    }
    .pic-er-name {
        font-size: 1.2vw;
        line-height: 1.6vw;
    }
    .pic-er-weight {
        font-size: 0.9vw;
        line-height: 1.4vw;
    }
    .pic-er-p {
        padding: 0 1vw 3vw;
        font-size: 0.9vw;
        line-height: 1.4vw;
    }
}