/* 产品列表 */

.common-layer {
    bottom: 1rem;
}

.pics {}

.pics {
    padding: 15px;
    background: #fff url(../images/pic_bg.png) no-repeat center 0/auto 100%;
    border-bottom: 1px solid #ccc;
}

.pic-box {
    padding: 10px;
    background: url(../images/jsq.png) no-repeat center center/100%;
}

.pic-banner {
    margin: 0;
}

.pic-banner i {
    display: block;
}

.pic-banner .swiper-slide {
    display: flex;
    justify-content: space-between;
}

.pic-banner i {
    display: block;
    width: 2rem;
}

.pic-banner i img {
    width: 100%;
}

.pic-banner .pic-li-font {
    width: 4.2rem;
}

.pic-li-name {
    font-size: 16px;
    line-height: 30px;
}

.pic-li-weight {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.pic-li-p {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.pic-slide {
    display: flex;
    justify-content: center;
    padding: 10px 0 0;
}

.pic-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0 2px;
    background: #0047ba;
    cursor: pointer;
}

.pic-btn img {
    width: 1.7vw;
}

@media (min-width: 1200px) {
    .pics {
        width: 80vw;
        margin: 4vw auto 0;
        background: #fff url(../images/pic_bg.png) no-repeat center 0/auto 100%;
        border-bottom: 1px solid #ccc;
    }
    .pic-box {
        display: flex;
        justify-content: space-between;
        padding: 2vw 0 2vw 1vw;
        background: url(../images/jsq.png) no-repeat center center/78vw;
    }
    .pic-banner {
        width: 64vw;
        margin: 0;
    }
    .pic-banner i {
        display: block;
    }
    .pic-banner .swiper-slide {
        display: flex;
        justify-content: space-between;
    }
    .pic-banner i {
        display: block;
        width: 20vw;
        padding: 0 2vw;
    }
    .pic-banner i img {
        width: 100%;
    }
    .pic-banner .pic-li-font {
        width: 40vw;
        padding: 5vw 4vw 0 0;
    }
    .pic-li-name {
        font-size: 1.5vw;
        line-height: 1.8vw;
    }
    .pic-li-weight {
        font-size: 0.9vw;
        line-height: 1.2vw;
        color: #000;
    }
    .pic-li-p {
        height: 9vw;
        margin: 3vw 0 0;
        font-size: 0.9vw;
        line-height: 1.5vw;
        color: #000;
    }
    .pic-slide {
        display: block;
        width: 4.2vw;
        padding: 8vw 0 0;
    }
    .pic-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 4.2vw;
        height: 4.2vw;
        margin-bottom: 0.4vw;
        background: #0047ba;
        cursor: pointer;
    }
    .pic-btn img {
        width: 1.7vw;
    }
}