*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container{
    width: 7.5rem;
    background-color: #f7f7f7;
    overflow: hidden;
}

header{
    width: 100%;
    height: 3.75rem;
}
header>img{
    width: 7.5rem;
    height: 3.75rem;
}
/* content */
.content{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: .11rem;
}
.content>.item{
    position: relative;
    margin-top: .11rem;
    width: 3.59rem;
    height: 4.3rem;
    background: #FFFFFF;
}
.item>img:first-child{
    margin: .07rem .05rem 0;
    width: 3.5rem;
    height: 3.22rem;
    object-fit: cover;
}
.item>h1{
    margin: 0 .2rem;
    height: .49rem;
    font-size: 0.35rem;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #282828;
    line-height: .49rem;
}
.big{
    width: 1.06rem;
    height: 1.06rem;
    position: absolute;
    top: 1.2rem;
    left: 50%;
    transform: translateX(-50%);
}