
#service-style {
    width: 100%;
    float: left;
}

#service-style .clear {
    clear: both;
}

#service-style .clearfix:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

#service-style .service_wrap {
    padding-bottom: 75px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
}

#service-style .service_wrap ul li {
    width: 435px;
    background-color: #f8f8f8;
    border-radius: 10px;
    position: relative;
    float: left;
    margin: 20px 20px 0 0;
}

#service-style .service_wrap ul li:nth-child(2n) {
    margin-right: 0 !important;
}

#service-style .service_wrap ul li span {
    position: absolute;
    right: 28px;
    top: 24px;
    color: #e84347;
    font-size: 20px;
}

#service-style .service_opera img {
    width: 63px;
    height: 58px;
    margin-left: 17px;
    float: left;
}

#service-style .opera_name {
    float: left;
    margin-left: 12px;
}

#service-style .opera_name h3 {
    margin: 6px 0 9px;
    font-size: 18px;
    font-weight: normal;
}

#service-style .opera_name p {
    width: 300px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#service-style .service_opera {
    padding: 20px 0 14px;
}

#service-style .service_op {
    border-top: 2px solid #fff;
    height: 40px;
    position: relative;
}

#service-style .service_op a {
    line-height: 40px;
    font-size: 14px;
    color: #00A7C7;
    width: 50%;
    float: left;
    text-align: center;
}

#service-style .service_op i {
    width: 2px;
    height: 16px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 12px;
}

#service-style .default-heart {
    color: #afafaf !important;
}


#service-detail-style {
    min-height: 450px;
}

#service-detail-style .default-heart {
    color: #afafaf !important;
}


#service-detail-style > img {
    width: 340px;
    height: 312px;
    float: left;
    display: block;
}

#service-detail-style .doctor_text {
    float: right;
    width: 520px;
}

#service-detail-style .doctor_text h3 {
    font-size: 18px;
    color: #101010;
}

#service-detail-style .doctor_text h3 span {
    font-size: 20px;
    color: #e84347;
    margin-left: 20px;
}

#service-detail-style .doctor_text i {
    font-size: 14px;
    color: #999;
    margin: 8px 0 20px;
    display: block;
}

#service-detail-style .doctor_text p {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 10px;
}

#service-detail-style .doctor_text > button {
    display: block;
    width: 120px;
    height: 40px;
    font-size: 14px;
    background-color: #00A7C7;
    border: none;
    color: #fff;
    border-radius: 10px;
    margin-top: 35px;
}