/* äº§å“åˆ—è¡¨ */
.pics {}

.pics ul li a {
    display: block;
    position: relative;
    padding-bottom: 10px;
    background: #ebebeb;
}

.pics ul i {
    display: block;
    background: #000;
}

.pics ul i img {
    width: 100%;
}

.pic-li-name {
    font: 400 16px/30px 'å¾®è½¯é›…é»‘';
    color: #000;
    text-align: center;
    background: rgba(33,95,72,0.8);
}

.pic-li-hj {
    text-align: center;
}

.pic-li-circle {
    padding: 8px 0;
    text-align: center;
}

.pic-li-weight {
    display: flex;
    justify-content: center;
}

.pic-li-kg {
    display: flex;
    align-items: center;
    margin: 0 2px;
    font: 400 12px/20px 'å¾®è½¯é›…é»‘';
    color: #000;
    background: #fff;
    border-radius: 20px;
}

.pic-li-kg span {
    width: 30px;
    text-align: center;
}

.pic-li-kg i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.pic-li-kg i img {
    float: left;
}

@media (min-width: 1200px) {
    .pics {
        padding: 70px 0;
    }

    .pics ul {
        display: flex;
        flex-wrap: wrap;
        padding: 0 7.5vw;
    }

    .pics ul li {
        width: 33.3%;
        padding: 1vw;
    }

    .pics ul li a {
        display: block;
        position: relative;
        background: none;
    }

    .pics ul i {
        display: block;
        background: #000;
    }

    .pics ul i img {
        width: 100%;
    }

    .pic-li-name {
        position: absolute;
        left: 0;
        top: 355px;
        width: 100%;
        font: 400 16px/30px 'å¾®è½¯é›…é»‘';
        color: #fff;
        text-align: center;
        
    }

    .pic-li-hj {
        position: absolute;
        left: 0;
        top: 380px;
        width: 100%;
    }

    .pic-li-circle {
        position: absolute;
        left: 0;
        top: 396px;
        width: 100%;
        height: 50px;
    }

    .pic-li-weight {
        margin-top: 45px;
    }

    .pic-li-kg {
        margin: 0 2px;
        font: 400 12px/20px 'å¾®è½¯é›…é»‘';
        border-radius: 20px;
    }

    .pic-li-kg span {
        width: 30px;
    }

}


/* äº§å“è¯¦æƒ… */

.pic-er-bg {
    background: #eff2f8;
}

.pic-er {
    padding: 10px;
}

.pic-er-left {
    position: relative;
}

.pic-er-left i {
    display: block;
}

.pic-er-left i img {
    width: 100%;
}

.pic-er-left p {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

.pic-er-right {
    position: relative;
    margin: 20px 0 0;
    padding-bottom: 10px;
    background: url(../images/pic_er_bottom.png) no-repeat center bottom/100% 2px;
}

.pic-er-icon {
    position: absolute;
    right: 0;
    top: 0;
}

.pic-er-icon img {
    width: 60px;
}

.pic-er-title {
    font: 400 18px/30px 'å¾®è½¯é›…é»‘';
    color: #000;
}

.pic-er-weight {
    display: flex;
    padding: 10px 0;
}

.pic-li-kg {
    display: flex;
    align-items: center;
    margin: 0 2px;
    font: 400 12px/20px 'å¾®è½¯é›…é»‘';
    color: #000;
    background: #fff;
    border-radius: 20px;
}

.pic-li-kg span {
    width: 24px;
    text-align: center;
}

.pic-li-kg i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.pic-li-kg i img {
    float: left;
}

.pic-er-attr {
    display: flex;
}

.pic-er-attr pre {
    padding-right: 5px;
    font: 400 14px/30px 'å¾®è½¯é›…é»‘';
    color: #000;
}

.pic-er-attr p {
     font: 400 14px/30px 'å¾®è½¯é›…é»‘';
    color: #000;
}

@media (min-width: 1200px) {
    .pic-er-bg {
        background: url(../images/pic_er_bg.jpg) no-repeat center 0/cover;
    }

    .pic-er {
        padding: 120px;
    }

    .pic-er-line {
        display: flex;
        justify-content: space-between;
        width: 940px;
    }

    .pic-er-left {
        position: relative;
        width: 340px;
    }
    .pic-er-left p {
        position: absolute;
        left: 0;
        bottom: 30px;
        width: 100%;
        text-align: center;
    }

    .pic-er-right {
        position: relative;
        width: 540px;
        background: url(../images/pic_er_bottom.png) no-repeat center bottom;
    }

    .pic-er-icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .pic-er-title {
        font: 400 36px/42px 'å¾®è½¯é›…é»‘';
        color: #000;
    }

    .pic-er-weight {
        display: flex;
        padding: 30px 0;
    }

    .pic-li-kg {
        display: flex;
        align-items: center;
        margin: 0 2px;
        font: 400 12px/20px 'å¾®è½¯é›…é»‘';
        color: #000;
        background: #fff;
        border-radius: 20px;
    }

    .pic-li-kg span {
        width: 30px;
        text-align: center;
    }

    .pic-li-kg i {
        width: 20px;
        height: 20px;
        border-radius: 0;
    }

    .pic-li-kg i img {
        float: left;
    }

    .pic-er-attr {
        display: flex;
        padding-bottom: 15px;
    }

    .pic-er-attr pre {
        padding-right: 5px;
        font: 400 16px/36px 'å¾®è½¯é›…é»‘';
        color: #000;
    }

    .pic-er-attr p {
        font: 400 16px/36px 'å¾®è½¯é›…é»‘';
        color: #000;
    }
}