/* äº§å“åˆ—è¡¨ */

.pics {}

.pics ul {
    display: flex;
    flex-wrap: wrap;
}

.pics ul li {
    width: 50%;
    padding: 4px;
}

.pics ul a {
    display: block;
    position: relative;
    overflow: hidden;
}

.pic-li-img {
    position: relative;
}

.pics ul a i {
    display: block;
}

.pics ul a i img {
    width: 100%;
}

.pic-li-layer {
    display: none;
}

.pic-li-font {
    padding: 5px 2px;
    color: #fff;
    text-align: center;
    background: #c9151e;
}

.pic-li-name {
    font-size: 16px;
    line-height: 18px;
}

.pic-li-weight {
    font-size: 12px;
    line-height: 16px;
}

@media (min-width: 1200px) {
    .pics {}
    .pics ul {
        display: flex;
        flex-wrap: wrap;
        padding: 1vw;
    }
    .pics ul li {
        width: 33.3%;
        padding: 5px;
    }
    .pics ul a {
        display: block;
        position: relative;
        overflow: hidden;
    }
    .pic-li-img {
        position: relative;
    }
    .pics ul a i {
        display: block;
    }
    .pics ul a i img {
        width: 100%;
    }
    .pic-li-layer {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 6vw 0 0;
        text-align: center;
        background: rgba(201, 21, 30, 0.7);
        opacity: 0;
        transform: translate3d(0, -100%, 0);
        transition: 0.3s;
    }
    .pic-li-layer img {
        width: 8.5vw;
    }
    .pic-li-font {
        padding: 0.4vw 0.5vw;
        color: #fff;
        text-align: center;
        background: #c9151e;
    }
    .pic-li-name {
        font-size: 1vw;
        line-height: 1.2vw;
    }
    .pic-li-weight {
        font-size: 14px;
        line-height: 16px;
    }
    .pics ul a:hover .pic-li-layer {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}


/* äº§å“è¯¦æƒ… */

.pic-er {}

.pic-er-box {
    position: relative;
    padding: 0.2rem 0 0 0.4rem;
}

.pic-er-border1 {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0.6rem;
    width: 4rem;
    height: 3rem;
    border: 2px solid #c9151e;
}

.pic-er-border2 {
    position: absolute;
    z-index: 5;
    left: 3rem;
    top: 1rem;
    width: 2rem;
    height: 2rem;
    border: 2px solid #ccc;
}

.pic-er-box i {
    display: block;
    position: relative;
    z-index: 10;
}

.pic-er-box i img {
    width: 4rem;
}

.pic-er-line {
    position: absolute;
    z-index: 50;
    left: 3rem;
    bottom: 0.2rem;
    width: 3.5rem;
    padding: 0.1rem 0.2rem;
    color: #fff;
    background: #c9151e;
}

.pic-er-line span {
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
}

.pic-er-line span img {
    width: 1rem;
}

.pic-er-name {
    font-size: 16px;
    line-height: 20px;
}

.pic-er-weight {
    font-size: 14px;
    line-height: 18px;
}

.pic-er-p {
    margin-top: 0.6rem;
}

.pic-er-p img {
    width: 100%;
}

@media (min-width: 1200px) {
    .pic-er {
        padding: 5vw 10vw 2vw;
    }
    .pic-er-box {
        position: relative;
        padding: 1px 0 0 2vw;
    }
    .pic-er-border1 {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        width: 30vw;
        height: 22.5vw;
        border: 2px solid #c9151e;
    }
    .pic-er-border2 {
        position: absolute;
        z-index: 5;
        left: 24vw;
        top: 8vw;
        width: 10vw;
        height: 10vw;
        border: 2px solid #ccc;
    }
    .pic-er-box i {
        display: block;
        position: relative;
        z-index: 10;
        margin-top: -2vw;
    }
    .pic-er-box i img {
        width: 30vw;
    }
    .pic-er-line {
        position: absolute;
        z-index: 50;
        left: 19vw;
        bottom: 1vw;
        width: 18vw;
        padding: 1vw 2vw;
        color: #fff;
        background: #c9151e;
    }
    .pic-er-line span {
        position: absolute;
        right: 1vw;
        top: 0.3vw;
    }
    .pic-er-line span img {
        width: 4.5vw;
    }
    .pic-er-name {
        font-size: 1vw;
        line-height: 1.2vw;
    }
    .pic-er-weight {
        font-size: 14px;
        line-height: 18px;
    }
    .pic-er-p {
        margin-top: 3.5vw;
    }
    .pic-er-p img {
        width: 100%;
    }
}