.content li {
    list-style: none;
    margin:0.7rem 0.4rem;
    border-radius: 0.25rem;
    height:7.7rem;
    position: relative;
}
.content li img{
    width: 100%;
    height:7.7rem;
    border-radius:0.25rem;
}
.shadow{
    background-color: #2D0300;
    height: 2.35rem;
    opacity: 0.42;
    line-height: 2.35rem;
    text-align: center;
    position: absolute;
    top: 2.675rem;
    left: 0;
    width: 100%;
}
li i {
    text-align: center;
    font-size: 0.85rem;
    color: #fff;
    position: absolute;
    top: 3.4rem;
    display: inline-block;
    width: 97%;
    left: 0.4rem;
}
.seal,.seal img{
    width: 5rem;
    height: 5rem;
}
.seal{
    position: absolute;
    left: 6rem;
    top: -1rem;
}