



.search-content {
    width: 1200px;
    /* border: 1px solid red; */
    margin: auto;
    padding-top: 10px;
}
.home-search {
    border-bottom: 1px solid #E82511;
}
.breadcrumb {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 10px;
}

.search-shop-item {
    width: 1200px;
    height: 260px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    opacity: 1;
    margin-top: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding: 20px;
}

.search-shop-item-left {
    width: 700px;
    position: relative;
    /* border: 1px solid red; */
}

.search-shop-item-right {
    width: 460px;
    display: flex;
    /* border: 1px solid red; */
}

.search-shop-item-title {
    font-size: 20px;
    /* font-family: Source Han Sans CN-Bold, Source Han Sans CN; */
    font-weight: bold;
    color: #333333;
}

.search-shop-item-red-btn {
    width: 32px;
    height: 16px;
    background: #E82511;
    border-radius: 1px 1px 1px 1px;
    font-size: 10px;
    /* font-family: Source Han Sans CN-Regular, Source Han Sans CN; */
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
    margin-left: 10px;
    text-align: center;
    margin-top: 2px;
}

.search-shop-icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-top: 2px;
}

.search-shop-icon img {
    width: 16px;
    height: 16px;
}

.search-shop-dec {
    width: 600px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
    /* font-family: Source Han Sans CN-Regular, Source Han Sans CN; */
    font-weight: 500;
    color: #333333;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;

}

.search-shop-address {
    font-size: 14px;
    /* font-family: Source Han Sans CN-Regular, Source Han Sans CN; */
    font-weight: 500;
    color: #333333;
    line-height: 20px;
}

.search-shop-goshopinfo {
    width: 88px;
    height: 32px;
    position: absolute;
    bottom: 0;
    background: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    opacity: 1;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    text-align: center;
}

.search-shop-item-goodItem {
    width: 140px;
    height: 220px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #EBEBEB;

}

.search-shop-item-goodItem img {
    width: 140px;
    height: 140px;
}

.search-shop-item-icon {
    font-size: 12px;
    color: #E82511;
    font-weight: 600;
    line-height: 18px;
}

.search-shop-item-price {
    font-size: 16px;
    color: #E82511;
    font-weight: 600;
}

.search-shop-item-des {
    font-size: 12px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-left:5px;
    padding-right:5px;
    line-height: 14px;
}