.shoppingWeiKe{
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
}

.shopping-body{
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
}

.shopping-body>:not(:nth-child(5n+0)){
    margin-right: 20px;
}

.shopping-item{
    width: 224px;
    /*height: 287px;*/
    background: #FFFFFF;
    margin-top: 20px;
}

.shopping-item:hover{
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}

.shopping-item>a{
    display: block;
    height: 130px;
}

.shopping-item>a>img{
    width: 100%;
    height: 100%;
    display: block;
}

.shopping-item>div{
    height: 157px;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.shopping-item>div>.shopping-item-top>:nth-child(1){
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #262626;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.shopping-item>div>.shopping-item-top>:nth-child(2){
    font-size: 12px;
    color: #8C8C8C;
    line-height: 17px;
    margin: 8px 0 12px 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.shopping-item>div>.shopping-item-bottom>:nth-child(1){
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.shopping-item>div>.shopping-item-bottom>:nth-child(1)>:first-child{
    font-size: 16px;
    font-weight: bold;
    color: #FF9934;
    line-height: 22px;
}

.shopping-item>div>.shopping-item-bottom>:nth-child(1)>:last-child{
    width: 40px;
    height: 20px;
    background: #EBFBF7;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    color: #11C19A;
    line-height: 20px;
}

.shopping-item>div .line{
    /*width: 192px;*/
    height: 1px;
    background: #F0F0F0;
    margin-bottom: 12px;
}

.shopping-item>div .company{
    font-size: 12px;
    color: #8C8C8C;
    line-height: 18px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.shopping-item>div .company>img{
    display: block;
    width: 12px;
    height: 12px;
    margin-right: 4px;
}

@media screen and (max-width: 767px){
    .shoppingWeiKe{
        width: 100%;
        padding: 40px 10px 0;
    }
    .shopping-body{
        width: 100%;
    }
    .shopping-item{
        width: 48%!important;
    }
    .shopping-body>.shopping-item{
        margin-right: 0;
    }
    .shopping-body>.shopping-item:not(:nth-child(2n)){
        margin-right: 4%;
    }
}
