﻿.service_base_info {
    background: #fff;
    border-radius: 10px;
}
.service_detail_pre_box * {
    vertical-align: top;
    user-select: none;
    outline: none;
    cursor: pointer;
}

.swiper_photo_count {
    height: 24px;
    border-radius: 12px;
    position: absolute;
    right: 15px;
    bottom: 12px;
    background: rgba(0,0,0,0.4);
    z-index: 100;
    text-align: center;
    padding: 0 12px;
}

    .swiper_photo_count .phone_icon {
        display: inline-block;
        vertical-align: top;
        width: 12px;
        height: 11px;
        margin-top: 7px;
    }

    .swiper_photo_count .count {
        line-height: 24px;
        font-size: 12px;
        color: #FFFFFF;
        display: inline-block;
        vertical-align: top;
    }

.service_pic.active {
    box-sizing: border-box;
    border: 2px solid #F85D00;
}

.service_detail_pre_box {
    width: 600px;
    float: left;
    padding: 10px;
}

.service_detail_pre_box_top {
    width: 600px;
    height: 400px;
    position: relative;
    overflow: hidden;
}

    .service_detail_pre_box_top .banner_contain,
    .service_detail_pre_box_top .service_pic {
        height: 400px;
        width: 600px;
        display: block;
        margin: 0 auto;
        object-fit: cover;
    }

.service_detail_pre_box_bottom {
    margin-top: 11px;
    width: 600px;
    overflow: hidden;
    height: 94px;
}

    .service_detail_pre_box_bottom .banner_contain {
        width: 120px;
        height: 90px;
        padding-right: 8px;
    }

    .service_detail_pre_box_bottom .service_pic {
        width: 100%;
        height: 100%;
        cursor: pointer;
        object-fit: cover;
    }

    .service_detail_pre_box_bottom .slick-prev,
    .service_detail_pre_box_bottom .slick-prev:hover,
    .service_detail_pre_box_bottom .slick-prev:focus {
        background: url("/images/service_detail_pre_box_bottom_left.png") no-repeat center center rgba(0, 0, 0, 0.4);
        width: 20px;
        height: 94px;
        z-index: 10;
        left: 0px;
    }

    .service_detail_pre_box_bottom .slick-next,
    .service_detail_pre_box_bottom .slick-next:hover,
    .service_detail_pre_box_bottom .slick-next:focus {
        background: url("/images/service_detail_pre_box_bottom_right.png") no-repeat center center rgba(0, 0, 0, 0.4);
        width: 20px;
        height: 94px;
        z-index: 10;
        right: 0px;
    }

        .service_detail_pre_box_bottom .slick-prev:before,
        .service_detail_pre_box_bottom .slick-next:before {
            content: "";
        }

.service_base_info_des {
    width: 660px;
    float: left;
    padding: 10px;
}


.shop_top {
    height: 66px;
    border-bottom: 1px solid #F5F5F5;
    margin-right:15px;
}

.shop_touxiang {
    width: 56px;
    height: 56px;
    border-radius: 5px;
    float: left;
    object-fit: cover;
}

.shop_box {
    float: left;
    margin-left: 10px;
    padding-top: 1px;
}

    .shop_box .shop_youxuan {
        background: #E1B24E;
        line-height: 16px;
        font-size: 12px;
        padding-left: 6px;
        padding-right: 6px;
        color: #fff;
        display: inline-block;
        border-radius: 2px;
        margin-top: 3px;
        vertical-align: top;
        margin-right: 4px;
    }

    .shop_box .shop_name {
        font-size: 16px;
        color: #222222;
        line-height: 22px;
        display: inline-block;
        vertical-align: top;
    }

    .shop_box .shop_des {
        padding-top: 14px;
    }

    .shop_box .star {
        width: 18px;
        height: 18px;
        float: left;
    }

    .shop_box .follow_count {
        color: #666666;
        font-size: 12px;
        line-height: 18px;
        margin-left: 24px;
        float: left;
    }


.operation_bar_btn_group {
    margin-top: 8px;
    float:right;
}

    .operation_bar_btn_group .operation_bar_btn_item {
        text-align: center;
        line-height: 40px;
        cursor: pointer;
        float: left;
        width: 120px;
        position: relative;
        background: #D8D8D8 linear-gradient(135deg, #90CE47 0%, #4B9323 100%);
        border-radius: 5px;
        color: #fff;
        margin-left: 16px;
        font-size:18px;
    }
        .operation_bar_btn_group .operation_bar_btn_item.order {
            background: #D8D8D8 linear-gradient(90deg, #FFCA00 0%, #FE9502 100%);
        }

.shop_service_list {
    padding-top: 18px;
    padding-right: 7px;
}

    .shop_service_list .shop_coupon, .shop_service_list .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;
    }
.shop_service_list .shop_coupon {
    background: linear-gradient(90deg, #FF8B50 0%, #FF5640 100%);
    color: #fff;
}

.shop_service_list .shop_service {
    background: #FEF8E1;
    color: #FE8000;
}
.shop_info_contact_bar_title {
    color: #333333;
    line-height: 25px;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 8px;
    font-weight: bold;
}

.shop_info_contact_bar {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 0;
    width:50%;
    float:left;
}



    .shop_info_contact_bar .shop_info_contact_bar_icon {
        width: 32px;
        height: 32px;
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
    }

.shop_info_contact_bar_right {
    display: inline-block;
}

.shop_info_contact_bar .shop_info_contact_bar_text {
    color: #333;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}
    .shop_info_contact_bar .shop_info_contact_bar_text.link:hover {
        color: #21C38F;
    }

    .shop_time_box {
    }

.shop_time_title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    padding-top: 16px;
}

.shop_time_list {
    padding-top: 16px;
}

.shop_time_item {
    margin-bottom: 16px;
}

.shop_time_label {
    height: 22px;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    display: inline-block;
    vertical-align: top;
    width: 120px;
}

.shop_time_value {
    height: 22px;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    display: inline-block;
    vertical-align: top;
}

    .shop_time_label.active,
    .shop_time_value.active {
        color: #00C69D;
    }
.service_more_info {
    background: #fff;
    border-radius: 10px;
    margin-top:20px;
}
.service_more_info_left_title {
    font-weight: bold;
    font-size: 20px;
    color: #333D5F;
    line-height: 28px;
    padding: 18px 20px;
    margin: 0;
    border-bottom: 1px solid #F3F3F3;

}
.service_des {
    color: #666666;
    font-size: 15px;
    line-height: 25px;
    padding: 20px;
    white-space: pre-line;
}


.shop_coupon_list {
    border-top: 0.5px solid #F5F5F5;
    padding-top: 20px;
    padding-left:20px;
}

.shop_coupon_item {
    width: 600px;
    height: 180px;
    display: block;
    margin: 0 auto;
    position: relative;
    float:left;
    margin-bottom:32px;
    margin-right:32px;

}

.shop_coupon_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.shop_coupon_contain {
    display: flex;
    align-items: center;
    z-index: 1;
    position: relative;
    padding-left: 15px;
    height: 100%;
}

.shop_coupon_left {
    flex: 1;
    padding-right: 11px;
}

.shop_coupon_title {
    color: #333333;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
    font-weight: 500;
}

.shop_coupon_des {
    color: #333333;
    font-size: 16px;
    line-height: 28px;
}

.shop_coupon_right {
    width: 180px;
    text-align: center;
}

.shop_coupon_price {
    font-size: 20px;
    color: #FE6754;
    font-weight: 500;
}

.date_expired_label {
    font-size: 12px;
    color: #666666;
    line-height: 17px;
    margin-top: 6px;
}

.date_expired_value {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}

.create_coupon {
    width: 94px;
    line-height: 32px;
    height: 32px;
    background: #D8D8D8 linear-gradient(90deg, #FF8B50 0%, #FF5640 100%);
    border-radius: 6px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    margin-top: 12px;
}
/*评论部分开始*/
.comment_box .comment_top {
    display: flex;
    padding: 20px 20px 16px;
    align-items: center;
    height: 50px;
}

.comment_box .user_head_pic {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.user_info_center {
    flex: 1;
    margin-left: 16px;
}

.comment_box .user_name {
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    display: inline-block;
}

.evaluation_box {
    padding-top: 10px;
    height: 14px;
}

.comment_box .star_img {
    width: 14px;
    height: 14px;
    vertical-align: top;
}


.date_created {
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    margin-left: 86px;
    margin-right:20px;
    padding-top: 14px;
    padding-bottom: 15px;
    border-bottom:1px solid #F5F5F5;
}

.comment_box .comment_contain {
    padding: 0 10px;
    padding-left: 86px;
    font-size: 14px;
    color: #2E2D2D;
    line-height: 20px;
}

.comment_pic_group {
    padding-left: 76px;
}

    .comment_pic_group .comment_pic {
        width: 88px;
        height: 88px;
        margin-left: 10px;
        margin-top: 10px;
        float: left;
        object-fit:cover;
    }

.comment_line {
    border-bottom: 2px solid #F5F5F5;
    margin-left: 10px;
    padding-top: 15px;
}
.service_foot_order {
    height: 48px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 48px;
    color: #21C38F;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #21C38F;
    width:378px;
    margin:0 auto;
    display:block;
    cursor:pointer;
    position:relative;
}

.contact_box {
    position: absolute;
    left: -6px;
    top: 45px;
    width: 250px;
    height: 273px;
    z-index: 10;
}

    .contact_box .qr_code_contact_tip {
        width: 250px;
        height: 273px;
    }

    .contact_box .contact_box_qr_code {
        width: 160px;
        height: 160px;
        position: absolute;
        top: 30px;
        left: 45px;
    }

    .contact_box .contact_box_qr_code_del {
        width: 10px;
        height: 10px;
        position: absolute;
        right: 17px;
        top: 21px;
    }

    .contact_box .contact_box_qr_code_des {
        position: absolute;
        top: 200px;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 2px;
        color: #333;
    }