﻿body {
}
.crumbs {
    line-height: 60px;
    margin-left: 10px;
}

#service_info {
    background: #FFFFFF;
    box-shadow: 0 2px 7px 0 rgba(64,85,196,0.13);
    border-radius: 5px;
    width: 1200px;
    /*height: 360px;*/
    margin: 0 auto;
    text-align: left
}

.service_name {
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    height: 30px;
    padding: 10px;
    width: 98%;
    position: relative;
}

.share {
    font-size: 10px;
    color: #000000;
    line-height: 30px;
    height: 30px;
    padding: 10px;
    width: 10%;
    position: absolute;
    right: 0;
    top: 0;
}

.service_content {
    height: 330px;
    position: relative
}

.service_img {
    width: 400px;
    height: 230px;
 
    position: absolute;
    top: 25px;
    left: 10px
}

.service_oldprice {
    font-size: 20px;
    width: 30%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 40%;
    top: 0px;
}

.service_price {
    font-size: 20px;
    width: 30%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 40%;
    top: 40px;
}

.service_duration {
    width: 30%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 40%;
    top: 80px;
}

.service_hospital {
    width: 30%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 40%;
    top: 120px;
}

.service_provider {
    width: 30%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 40%;
    top: 160px;
}

.service_address {
    width: 30%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 40%;
    top: 200px;
}

.label {
    font-size: 10px;
    color: #aaa
}

.operation {
    width: 40%;
    height: 50px;
    position: absolute;
    bottom: 30px;
    left: 40%;
}

.appointment_online {
    width: 100px;
    height: 40px;
    line-height: 40px;
    background-color: #4cae4c;
    text-align: center;
    float: left;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
}

.talk_online {
    width: 100px;
    height: 40px;
    line-height: 40px;
    background-color: #fe822e;
    text-align: center;
    float: left;
    margin-left: 50px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
}

.other_service {
    background: #FFFFFF;
    box-shadow: 0 2px 7px 0 rgba(64,85,196,0.13);
    border-radius: 5px;
    width: 1200px;
    height: 218px;
    margin: 0 auto;
    position: relative
}

.other_service_div {
    height: 72%;
    width: 19%;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    background: #FFFFFF;
    box-shadow: 0 2px 7px 0 rgba(64,85,196,0.13);
    border-radius: 5px;
}

.recommend {
    width: 99%;
    height: 35px;
    line-height: 35px;
    margin-left: 10px;
    float: left;
}

.readmore {
    width: 80px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    float: right;
    font-size: 10px;
    color: #999
}

.other_img {
    height: 80%;
    width: 100%
}

.other_service_name {
    font-size: 10px;
    text-align: left;
    color:black;
}

.other_service_price {
    font-size: 10px;
    text-align: center;
    color: red
}

.service_summary {
    background: #FFFFFF;
    box-shadow: 0 2px 7px 0 rgba(64,85,196,0.13);
    border-radius: 5px;
    width: 1120px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 14px;
    padding: 40px;
}

.ad {
    width: 250px;
    height: 300px;
    float: right;
}

.ad_service {
    height: 25%;
    width: 100%;
    padding-top: 15px;
}

.ad_service_name {
    height: 36px;
    line-height: 18px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ad_service_price {
    height: 36px;
    line-height: 50px;
    font-size: 15px;
    color: red;
}

.tag {
    width: 46px;
    background-color: #fe822e;
    text-align: center;
    float: left;
    font-size: 10px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 2px;
}
