/* 产品列表 */

.pics {}

.pics ul {
    display: flex;
    flex-wrap: wrap;
}

.pics ul li {
    margin: 0 0 5px;
    padding: 0 0 5px;
    background: rgba(255, 255, 255, 0.75);
}

.pics ul li a {
    display: flex;
}

.pic-li-img {
    flex-shrink: 0;
    width: 4rem;
    border: 1px solid #c1192e;
}

.pic-li-img img {
    width: 100%;
}

.pic-li-font {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
}

.pic-li-p {
    padding: 2px 0 2px 10px;
    font: 400 14px/16px "微软雅黑";
    color: #000;
}

@media (min-width: 1200px) {
    .pics ul {
        padding: 0 0 10px;
    }
    .pics ul li {
        margin: 0 0 15px;
        padding: 0 60px;
        background: rgba(255, 255, 255, 0.75);
    }
    .pics ul li a {
        display: flex;
    }
    .pic-li-img {
        flex-shrink: 0;
        width: 274px;
        border: 3px solid #c1192e;
    }
    .pic-li-img img {
        width: 100%;
    }
    .pic-li-font {
        display: flex;
        flex-wrap: wrap;
        flex-grow: 1;
        padding: 60px 0 0;
        background: url(../images/plus.png) no-repeat right 60px;
    }
    .pic-li-p {
        width: 50%;
        padding: 0 0 0 100px;
        font: 400 18px/30px "微软雅黑";
        color: #000;
    }
}


/* 产品详情 */

.pic-er {}

.pic-er-left {
    text-align: center;
}

.pic-er-top img {
    width: 100%;
    border: 1px solid #dcdcdc;
}

.pic-er-thumbs {
    padding-top: 5px;
}

.pic-er-thumbs img {
    width: 100%;
    border: 1px solid #dcdcdc;
    cursor: pointer;
}

.pic-er-top {
    border: 1px solid #c1192e;
}

.pic-er-thumbs .swiper-slide {
    border: 1px solid #000;
}

.pic-er-thumbs .swiper-slide-thumb-active {
    border-color: #c1192e;
}

.pic-er-right {
    padding: 10px 0;
}

.pic-er-name {
    padding-bottom: 10px;
    font: bold 18px/30px "微软雅黑";
    color: #000;
}

.pic-er-arr {
    font: 400 14px/24px "微软雅黑";
    color: #000;
}

.pic-er-info {
    margin: 10px 0 0;
    border-bottom: 1px solid #fff;
}

.pic-er-info span {
    display: block;
    width: 90px;
    font: 400 14px/30px "微软雅黑";
    color: #000;
    text-align: center;
    background: #fff;
}

.pic-er-p {
    font: 400 14px/24px "微软雅黑";
    color: #000;
    text-align: justify;
}

.pic-icon {
    display: none;
}

@media (min-width: 1200px) {
    .pic-er {
        padding: 70px 0;
        background: rgba(255, 255, 255, 0.6);
    }
    .pic-er-line {
        display: flex;
        justify-content: space-between;
        width: 800px;
        margin: 0 auto;
        background: rgba(255, 255, 255, 0.6);
    }
    .pic-er-left {
        flex-shrink: 0;
        width: 395px;
    }
    .pic-er-top {
        border: 3px solid #c1192e;
    }
    .pic-er-thumbs .swiper-slide {
        border: 3px solid #000;
    }
    .pic-er-thumbs .swiper-slide-thumb-active {
        border-color: #c1192e;
    }
    .pic-er-right {
        flex-grow: 1;
        padding: 60px 50px 0 70px;
    }
    .pic-er-arr {
        padding: 0 0 20px;
        font: 400 18px/30px "微软雅黑";
        color: #000;
    }
    .pic-er-p {
        width: 800px;
        margin: 30px auto 0;
        font: 400 14px/24px "微软雅黑";
        color: #000;
        text-align: justify;
    }
    .pic-icon {
        display: block;
        position: absolute;
        left: -30%;
        top: 120px;
    }
}