

.shop-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
}

.shop-wrap .shop-item {
    background: #fff;
    border: 1px solid #f1f1f1;
    padding: 15px;
    padding-bottom: 0;
    position: relative;
    margin-right: 12px;
    margin-top: 22px;
    cursor: pointer;
    width:100%
}

.shop-wrap .shop-item:nth-child(4n) {
    margin-right: 0;
}

.shop-wrap .shop-item .banner-wrap {
    width: 259px;
    height: 129px;
    overflow: hidden;
    display: block;
    text-align: center;
    float:left
}

.shop-wrap .shop-item .banner-wrap img {
    display: inline-block;
    width: 100%;
   
}

.shop-wrap .shop-item .name-wrap {
    width: 750px;
    justify-content: center;
    float:left;
    padding-left: 50px;
}

.shop-wrap .shop-item .name-wrap .name {
    margin-top: 10px;
    font-size: 20px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width:100%;
    height:35px;
    line-height: 35px;
    border-bottom: 1px solid #f1f1f1;
    
}
.shop-wrap .shop-item .shop-bottom {
   text-align: left;
    
    margin-top: 10px;
    font-size: 14px;width:100%;
    height:28px;
    line-height: 28px;
}
.shop-wrap .shop-item .main-wrap {
    display: flex;
    justify-content: center;
}

.shop-wrap .shop-item .main-wrap p {
    margin: unset;
    color: #838383;
}

.shop-wrap .shop-item .main-wrap .main {
    display: flex;
    justify-content: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 200px;
    color: #838383;
}



.shop-wrap .shop-item .shop-bottom .item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}
.shop-wrap .shop-item .shop-bottom .item {
    color: #838383;
}
.shop-wrap .shop-item .shop-bottom .item p {
    margin: unset;
    color: #838383;
}

