@charset "utf-8";

.shop-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
}

.mr12 {
    margin-right: 12px;
}
.mr5 {
    margin-right: 5px;
}

.merc-item {
    width: 560px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
    margin-right: 80px;
    margin-bottom: 40px;
}

.shop-wrap .merc-item:nth-child(2n) {
    margin-right: 0;
}
.merc-item-t {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.img-box {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    border: 1px solid #EDEDED;
    margin-right: 20px;
    overflow: hidden;
}
.merc-title {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #383838;
}
.icon-text {
    font-size: 12px; 
    color: #666666;
    display: flex;
    align-items: center;
}
.merc-img {
    width: 100%;
    height: 100%;
}
.icon-img {
    width: 23px;
    height: 21px;
}
.merc-item-m {
    margin-bottom: 10px;
    font-size: 16px;
    color: #383838;
}

.merc-item-b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #383838;

}
.btn-mer {
    display: inline-block;
    width: 110px;
    height: 35px;
    background: #F78015;
    border-radius: 24px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}

.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;
}

