@charset "utf-8";
/*相关推荐*/
.item{
    padding-bottom: 2.25rem;
}
.item:last-child{
    border-bottom:none;
}
.item:last-child .top{
    border-bottom:none!important;
}
.item .top{
   font-size: 0.75rem;
   font-weight: bold;
   color: #222222;
   padding:0.625rem 0;
   margin: 0 0.5rem;
   border-bottom: 1px solid #e3e3e3;
}

.item ul{
    padding:0 0.5rem 0.75rem 0.5rem;
    justify-content: space-between;
}
.item ul li{
    width: 49%;
    margin-top: 0.5rem;
}
.item ul li .db{
    background: #fbfafb;
    border-radius:0.2rem;
}
.item ul li img{
    /* width: 6.5rem;
    height: 6.5rem; */
    width: 100%;
    height: 8rem;
    display: block;
    margin:auto;
    /* padding:0.875rem 0; */
    border-radius:0.4rem;
}
.item ul li .describe{
    width: 8.325rem;
    height: 1.55rem;
    line-height: 1.55rem;
    color: white;
    text-align: center;
    font-size: 0.65rem;
    background: #0071bc;
    border-bottom-right-radius:0.2rem;
    border-bottom-left-radius:0.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.item ul li .bottom .name{
    width: 7.5rem;
    font-size: 0.7rem;
    color: #222;
    margin:0.25rem auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    text-align: center;
}
.item ul li .bottom .price{
    width: 7.5rem;
    margin:auto;
    font-size: 0.7rem;
}
.item ul li .bottom .price b{
    color: #b2313a;
}
.item ul li .bottom .price del{
    font-weight: bold;
    color: #909090;
    padding-left: 0.55rem;
}
.item ul li:nth-child(2n){
    float: right
}