

.banner_box {
    height: 500px;
    background: url(/images/v2/banner_bg.png) repeat-x top center;

}

.search_area_box {
    margin: 0 auto;
}




.search_area_box {
    width: 650px;
    background: rgba(255,255,255,0.9);
    border-radius: 10px;
    float:left;
    margin-top:45px;
}
    .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-left:10px;
        padding-top:10px;
        padding-bottom:10px;
    }
    .search_area_box .service_banner li {
        list-style: none;
        width: 90px;
        height: 80px;
        float: left;
    }
    .search_area_box .category_item {
        display: block;
        padding-top:16px;
    }
    .search_area_box .category_pic {
        display:block;
        margin:0 auto;
        width:24px;
        height:24px;
    }
    .search_area_box .category_title {
        color: #333333;
        font-size: 14px;
        line-height:20px;
        margin-top:8px;
        text-align:center;
    }
.section_title {
    font-size: 32px;
    font-weight: normal;
    color: #333D5F;
    line-height: 45px;
    float:left;
}
.view_more {
    float: right;
    width: 144px;
    line-height: 38px;
    border-radius: 20px;
    border: 1px solid #21C38F;
    text-align: center;
    color: #21C38F;
    font-size:16px;
    cursor:pointer;
}
.view_more_icon {
    width:10px;
    height:10px;
    vertical-align:top;
    margin-left:2px;
    margin-top:15px;
}
.category_nav {
    border-bottom: 1px solid #F1F1F1;
}
.category_nav_item {
    float: left;
    width: 64px;
    font-size: 16px;
    color: #333D5F;
    line-height: 46px;
    margin-right: 44px;
    position:relative;
    cursor:pointer;
}
    .category_nav_item.active {
        color: #333D5F;
    }
    .category_nav_item.active:after {
        position: absolute;
        content: "";
        width: 64px;
        height: 4px;
        background: #21C38F;
        left: 50%;
        margin-left: -32px;
        bottom: 0;
    }
.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:32px;
}
    .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;
}
.custom {
    height: 658px;
    background: url(/images/v2/adv_bg.png) no-repeat center center;
}



.custom_right {
    float: right;
    width: 816px;
    padding-top: 48px;
}
.custom_right_top {
    padding-bottom:44px;
}
.custom_right_title {
    font-size: 32px;
    color: #FFFFFF;
    line-height: 40px;
    float: left;
}


.custom_right_button {
    width: 138px;
    line-height: 38px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    float:right;
    cursor:pointer;
}
    .custom_right_button:hover {
        background: #fff;
        color: #333D5F;
    }

    .custom_btn_arrow {
        width: 24px;
        height: 24px;
        vertical-align: top;
        margin-top: 20px;
        margin-left: 32px;
    }
.custom_adv_item {
    height: 138px;
    border:1px solid #fff;
    border-radius: 4px;
    margin-bottom: 20px;
    position: relative;
    cursor:pointer;
}
    .custom_adv_item:hover {
        background: #FFFFFF;
    }

.custom_adv_title {
    font-size: 20px;
    line-height: 28px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 20px;
    color: #fff;
}
.custom_adv_item:hover .custom_adv_title {
    color: #333D5F;
}

.custom_adv_subtitle {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 16px;
}
.custom_adv_item:hover .custom_adv_subtitle {
    color: #333D5F;
}
.guide_box {
    background:url(/images/v2/guide_box_bg.png) no-repeat center center;
    height:1000px;
}
.guide_title {
    font-size: 44px;
    line-height: 64px;
    color: #FFFFFF;
    padding-top:64px;
}
.about_box {
    background:#fff;
    position:relative;
    margin-top:56px;
    padding-left:64px;
    padding-top:74px;
}
    .about_box .about_pic {
        position: absolute;
        left: 64px;
        top: -12px;
    }
    .about_box .nav_item {
        width: 102px;
        height: 108px;
        padding-top: 6px;
        float: left;
        margin-right: 44px;
        padding-bottom: 44px;
    }
.nav_pic {
    width:60px;
    height:60px;
    display:block;
    margin:0 auto;
}
.nav_text {
    color: #222222;
    line-height: 25px;
    margin-top:9px;
    text-align:center;
}
.apply_box {
    width:386px;
    height:104px;
    margin:0 auto;
    margin-top:222px;
}
.apply_box > img {
    display:block;
}
.apply_btn {
    cursor:pointer;
}
.join_wechat_shadow {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10000;
}

.join_wechat_shadow_contain {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -187px;
    margin-top: -220px;
    width: 375px;
    height: 440px;
    z-index: 10001;
}

.join_wechat_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.join_wechat_pic {
    position: relative;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    display: block;
    margin-top: 242px;
}

.guide_wechat_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.part_title {
    text-align: center;
    color: #333D5F;
    font-size: 32px;
    line-height: 45px;
    padding-top: 60px;
}
.statistics_list_item {
    float: left;
}

    .statistics_list_item.last {
        float: left;
    }

.statistics_list_count {
    font-size: 72px;
    line-height: 100px;
    color: #fff;
    padding-top: 44px;
}

.statistics_list_unit {
    font-size: 36px;
    margin-left: 10px;
    vertical-align: middle;
    line-height: 18px;
}

.statistics_list_line {
    width: 50px;
    height: 5px;
    background: rgba(255,255,255,0.6);
    margin-top: 19px;
}

.statistics_list_title {
    font-size: 24px;
    line-height: 33px;
    color: #FFFFFF;
    margin-top: 36px;
}
