* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


.column-map .item-list .w-conten {
    width: 450px;
    height: 100%;
    padding: 16px 18px 0 14px;
    box-sizing: border-box;
    overflow-y: auto;

}

.column-map .item-list .w-conten .conten-item {
    width: 100%;
    border-radius: 4px;
    /*border: 1px solid #F6F6F6;*/
    border: 1px solid #f3ebeb;
    padding: 14px;
    box-sizing: border-box;
    margin-bottom: 20px;

}

.column-map .item-list .w-conten .conten-item .conten-item-her {
    padding-bottom: 14px;
    width: 100%;
    border-bottom: 1px solid #F1F1F1;

}

.column-map .item-list .shop-row {
    /*margin-bottom:  15px;*/
    display: flex;
    align-items: center;
    padding-top: 9px;
}

.column-map .item-list .shop-row .company {
    max-width: 100%;
    height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.column-map .item-list .tag {
    width: 38px;
    height: 24px;
    line-height: 19px;
    background: rgb(32, 186, 123);
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 15px;
    padding: 2px 5px;

}

.dis {
    background: rgb(242, 195, 5) !important;
    width: 38px;
    height: 24px;
    line-height: 19px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 15px;
    padding: 2px 5px;
}

.column-map .item-list .her-b {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.column-map .item-list .sub-company {
    width: 100%;
    overflow: hidden;
}

.column-map .item-list .shop-row-new {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.column-map .item-list .shop-row-new .title {
    /*padding: 20px 0;*/
    max-width: 90%;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    cursor: pointer;
}

.column-map .item-list .title a {

    flex: 1;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.column-map .item-list .list {
    width: 100%;
    background: #F6F6F6;
    border-radius: 4px;
    padding: 0 19px;
    margin-bottom: 15px;
    /*display: none;*/
}

.shop-row-new-show {
    cursor: pointer;
}

.sub-company .list {
    display: block;
}

.column-map .item-list .list-item {
    display: flex;
    padding: 19px 0;
    border-bottom: 1px dotted #E8E8E8;
}

.column-map .item-list .list-item:last-child {
    border-bottom: none;
}

.column-map .item-list .left {
}

.column-map .item-list .regth {
    margin-left: 19px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px;
    overflow: hidden;
}

.column-map .item-list .left img {
    width: 120px;
    height: 120px;
}

.column-map .item-list .regth div {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.column-map .item-list .regth-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.column-map .item-list .regth .name {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 10px;
}

.column-map .item-list .regth-price {
    font-size: 18px;
    font-weight: bold;
    color: #e50614;

}

.column-map .item-list .unit {
    font-size: 14px;
    font-weight: 400;
}

.sub-company .shop-row-new .sign {
    display: inline-block;
    color: #FFFFFF;
    font-size: 14px;
    width: 40px;
    height: 24px;
    line-height: 24px;
    background: linear-gradient(315deg, #FF6846 0%, #F5291A 100%);
    border-radius: 2px;
    text-align: center;
    margin-left: 15px;

}