article {
    background: url('../images/pic_bg.jpg') no-repeat center 0;
    background-size: cover;
}


/* 图片列表 */

.pics {}

.pics ul::after {
    display: block;
    content: '';
    clear: both;
}

.pics li {
    float: left;
    width: 50%;
    padding: 3px;
}

.pics li a {
    display: block;
    font: 400 18px/30px '微软雅黑';
    color: #000000;
    text-align: center;
}

.pics li a {
    display: block;
    padding: 10px 0;
    text-align: center;
    background: #fff url('../images/pic_li_bg.png') no-repeat center center;
    background-size: 100% 100%;
}

.pics li a img {
    width: 80%;
}

.pics li a .buy {
    font-size: 0;
    text-align: center;
    background: url('../images/shop_line.jpg') no-repeat center center;
}

.pics li a .buy span {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 1px 0 0 0;
    background: #535353;
    border-radius: 50%;
}

.pics li a .buy span img {
    width: auto;
    height: auto;
}

.pic-name {
    font: bold 16px/24px '微软雅黑';
    color: #000000;
}

.pic-weight {
    font: 400 12px/16px '微软雅黑';
    color: #999999;
}




@media (min-width:1200px) {
    article {
        background-size: auto;
    }
    .pics {
        height: 1050px;
    }
    .pics .pages{
        padding: 30px 100px 30px;
    }
    .pic-img1 {
        position: absolute;
        left: -100px;
        top: 90px;
    }
    .pic-img2 {
        position: absolute;
        right: -200px;
        top: 90px;
    }
    .pics ul {
        padding: 60px 90px 0;
    }
    .pics li {
        width: 340px;
        padding: 10px;
    }
    .pics li a {
        height: 395px;
        padding: 25px 0 0 0;
        background: #fff url('../images/pic_li_bg.png') no-repeat center center;
        background-size: auto;
    }
    .pics li a img {
        width: 200px;
        height: 270px;
    }

    .pics li a .buy span {
        width: 36px;
        height: 36px;
        padding: 4px 0 0 0;
    }
    .pics li a .buy span img {
        width: auto;
        height: auto;
    }
    .pic-name {
        font: bold 18px/24px '微软雅黑';
    }
    .pic-weight {
        font: 400 14px/18px '微软雅黑';
    }
    .pics li a:hover {
        background-image: url('../images/pic_lia_bg.png');
    }
    .pics li a:hover .buy span {
        background: #c81517;
    }
    .pics li a:hover .pic-name {
        color: #c81517;
    }
    .pics li a:hover .pic-weight {
        color: #c81517;
    }
}



/* 产品详情 */
.pic-er-img{
    margin: 10px 0;
    background: #fff;
    text-align: center;
    border: 4px solid #c81517;
}
.pic-er-img img{
    max-width: 100%;
}

.pic-er-name {
    font: bold 30px/36px '微软雅黑';
    color: #c81517;
}

.pic-er-price {
    margin-top: 20px;
    font: 400 14px/24px '微软雅黑';
    color: #a6a6a6;
}

.pic-er-price .yuan {
    padding: 0 0 0 5px;
    font-size: 18px;
}

.pic-er-price span {
    font: 400 24px/24px '微软雅黑';
    color: #ff8421;
}


.pic-er-orgin {
    position: absolute;
    right: 0;
    bottom: 5px;
    font: 400 14px/18px '微软雅黑';
    color: #a6a6a6;
    text-decoration: line-through;
}

.number {
    position: relative;
    margin-top: 15px;
    padding-left: 42px;
}

.number-font {
    position: absolute;
    left: 0;
    top: 0;
    font: 400 14px/50px '微软雅黑';
    color: #a6a6a6;
}

.number-count {
    width: 60px;
    padding: 5px;
    font: 400 16px/38px '微软雅黑';
    color: #a6a6a6;
    border: 1px solid #a6a6a6;
}

.number-plus {
    position: absolute;
    left: 108px;
    top: 0;
    border: 1px solid #a6a6a6;
}

.number-reduce {
    position: absolute;
    left: 108px;
    top: 27px;
    border: 1px solid #a6a6a6;
}

.number-jian {
    position: absolute;
    left: 136px;
    top: 0;
    font: 400 16px/38px '微软雅黑';
    color: #a6a6a6;
}

.total-price {
    position: absolute;
    right: 0;
    top: 10px;
}

.total-price span {
    font: 400 14px/30px '微软雅黑';
    color: #ff8421;
}

.total-price .total-price-num {
    font: 400 24px/24px '微软雅黑';
}

.pic-er form {
    padding-top: 10px
}

.pic-er form .inputs {
    width: 100%;
    height: 36px;
    padding-left: 10px;
    line-height: 36px;
    background: none;
    border: 1px solid #a6a6a6;
}

.pic-er form .name {
    margin-bottom: 5px;
}

.pic-er form .tels {
    margin-bottom: 5px;
}

.pic-er form textarea {
    width: 100%;
    height: 160px;
    padding: 10px;
    overflow: auto
}

.pic-er form .yzm {
    margin: 10px 0 10px 10px;
    height: 36px;
    padding-left: 10px;
    line-height: 36px;
    background: #FFF
}

.pic-er form img {
    height: 36px;
    margin: 8px 0 10px 10px
}

.pic-er form .button button {
    display: block;
    width: 100%;
    line-height: 36px;
    color: #f7f7f7;
    border: none;
    background: #c81517;
}

.pic-er-detail {
    min-height: 200px;
    padding: 10px 10px;
}

.pic-er-detail-title {
    border-bottom: 3px solid #c81517;
}


.pic-er-detail-p {
    padding: 10px 0;
    font: 400 14px/24px '微软雅黑';
    color: #000;
}

@media (min-width:1200px) {
    .pic-er {
        padding: 60px 180px;
    }
    .com-content {
        position: relative;
    }
    .pic-er-top {
        position: relative;
        margin-left: 440px;
    }
    .pic-er-name {}
    .pic-er-weight {
        position: absolute;
        right: 0;
        top: 15px;
        font: 400 14px/18px '微软雅黑';
        color: #c81517;
    }

    .pic-er-img {
        position: absolute;
        left: 0;
        top: 0;
        width: 360px;
        height: 450px;
        border: 8px solid #c81517;
    }
    .pic-er-img img {
        width: 344px;
        height: 434px;
    }
    .pic-er-prev {
        left: -60px;
    }
    .pic-er-next {
        right: -60px;
    }
    .pic-er-right {
        margin-top: 30px;
        margin-left: 200px;
        padding: 30px 50px 30px 245px;
        border: 1px solid #000;
    }
    .number {
        position: relative;
        margin-top: 30px;
        padding-left: 42px;
    }
    .pic-er form {
        padding-top: 20px;
    }
    .pic-er form .button {
        width: 100%;
        text-align: center;
        padding: 0 0 0 0;
    }
    .pic-er form .button button {
        display: block;
        width: 100%;
        line-height: 36px;
        color: #f7f7f7;
        border: none;
    }
    .pic-er-detail {
        margin-left: 80px;
    }
    .pic-er-detail-title {
        position: relative;
        padding-top: 40px;
        border-bottom: 5px solid #c81517;
    }
    .pic-er-detail-title span {
        display: block;
        position: absolute;
        left: -80px;
        top: -18px;
        width: 80px;
        font: bold 30px/32px '微软雅黑';
        color: #c81517;
    }
    .pic-er-detail-content {
        padding: 15px 0;
        font: bold 14px/24px '微软雅黑';
    }
}