﻿.special_shop_box .platform_shop_list,
.special_shop_box .platform_shop_list .shop_item {
    list-style: none;
}

.special_shop_box .platform_shop_list {
    padding-top: 23px;
}

    .special_shop_box .platform_shop_list .shop_item {
        width: 301px;
        float: left;
        margin-left: 32px;
        margin-bottom: 32px;
    }

        .special_shop_box .platform_shop_list .shop_item > a {
            display: block;
            position: relative;
            padding-top: 32px;
            height: 366px;
            border-radius: 10px;
            border: 1px solid #EEEEEE;
            background: #fff;
        }

            .special_shop_box .platform_shop_list .shop_item > a:hover {
                box-shadow: 0px 6px 10px 0px rgba(51, 61, 95, 0.1);
            }

    .special_shop_box .platform_shop_list .shop_pic {
        width: 120px;
        height: 120px;
        background: no-repeat center center;
        background-size: cover;
        margin: 0 auto;
        border-radius: 50%;
    }

    .special_shop_box .platform_shop_list .shop_title {
        font-size: 18px;
        line-height: 25px;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #333D5F;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        font-weight: bold;
    }
    .special_shop_box .platform_shop_list .shop_item_youxuan {
        background: #E1B24E;
        line-height: 16px;
        font-size: 12px;
        padding-left: 4px;
        padding-right: 4px;
        color: #fff;
        display: inline-block;
        border-radius: 2px;
        margin-top: 4px;
        vertical-align: top;
        margin-right: 4px;
    }
    .special_shop_box .platform_shop_list .shop_des_box_contain {
        background: #F6F7F8;
        padding: 0 15px;
        height: 40px;
    }

        .special_shop_box .platform_shop_list .shop_des_box_contain .star {
            width: 18px;
            height: 18px;
            float: left;
            margin-top: 11px;
        }



    .special_shop_box .platform_shop_list .shop_location_info {
        float: right;
        color: #333D5F;
        font-size: 12px;
        line-height: 17px;
        padding-top: 12px;
    }

    .special_shop_box .platform_shop_list .shop_location_icon {
        width: 18px;
        height: 18px;
        vertical-align: top;
        margin-right: 5px;
        margin-top: -1px;
    }

    .special_shop_box .platform_shop_list .shop_service_list {
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 7px;
        height: 74px;
    }

    .special_shop_box .platform_shop_list .shop_coupon, .shop_service {
        padding-left: 4px;
        padding-right: 4px;
        line-height: 20px;
        border-radius: 4px;
        display: inline-block;
        font-size: 12px;
        margin-right: 8px;
        margin-bottom: 8px;
    }

    .special_shop_box .platform_shop_list .shop_coupon {
        background: linear-gradient(90deg, #FF8B50 0%, #FF5640 100%);
        color: #fff;
    }

    .special_shop_box .platform_shop_list .shop_service {
        background: #FEF8E1;
        color: #FE8000;
    }
.nav_to_shop {
    width: 140px;
    line-height: 40px;
    background: linear-gradient(135deg, #90CE47 0%, #4B9323 100%);
    box-shadow: 0px 6px 10px 0px rgba(51, 61, 95, 0.1);
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.search_result_top {
    padding-top:23px;
}
.search_result_title {
    color: #333D5F;
    font-size: 20px;
    font-weight: normal;
}
    .search_result_title .count {
        color: #21C38F;
    }
.section {
    background: #F5F5F5;
    min-width:1300px;
}


.search_area_box {
    width: 1300px;
    margin:0 auto;
    background: rgba(255,255,255,0.9);
    border-radius: 10px;
}

    .search_area_box .search_area_title {
        line-height: 64px;
        color: #21C38F;
        font-size: 20px;
        padding-left: 20px;
        border-bottom: 1px solid #F3F3F3;
    }

    .search_area_box .service_banner {
        padding-top: 20px;
        padding-bottom: 22px;
        padding-left:23px;
    }

        .search_area_box .service_banner li {
            list-style: none;
            width: 80px;
            height: 80px;
            float: left;
            margin-right:4px;
            margin-bottom:4px;
        }

    .search_area_box .category_item {
        display: block;
        padding-top: 16px;
        height: 62px;
        border-radius: 5px;
        border: 1px solid transparent;
    }

    .search_area_box .category_pic {
        display: block;
        margin: 0 auto;
        width: 24px;
        height: 24px;
    }
    .search_area_box .active .category_item {
        border: 1px solid #21C38F;
        background: #F4FFFB;
    }

    .search_area_box .category_title {
        color: #333333;
        font-size: 14px;
        line-height: 20px;
        margin-top: 8px;
        text-align: center;
    }