.currentLocation,.currentLocation span{
    line-height: 50px;
    color: #777;
    font-size: 14px;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
}
.doctorContent .name {
    font-size: 22px;
    line-height: 40px;
    margin-top: 20px;
}
.doctorContent .name span {
    font-size: 14px;
}
.doctorContent .now_hospital {
    color: #666;
    font-size: 14px;
}
.doctorContent .now_hospital span {
    color: #0084ff;
    margin-right: 30px;
}
.satisfaction {
    width: 19%;
    border-left: 1px solid #ebebeb;
    height: 100%;
    padding-top: 30px;
    box-sizing: border-box;
    padding-left: 30px;
}
.doctor_introud {
    height: 100px;
}
.people_num {
    color: #777;
    font-size: 12px;
}
.people_num span {
    color: orange;
}
.left {
    width: 80%;
    float: left;
}
.doctor_photo {
    padding: 20px 0;
}
.doctor_photo .doctor_img_fa {
    width: 128px;
    height: 128px;
    overflow:hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-biorder-radius: 50%;
}
.doctor_img_fa img {
    width: 100%;
}
.txt_introud {
    width: 700px;
    padding-top:20px;
    margin-left: 148px;
    color: #999;
}
.txt_introud p{
    margin-bottom: 20px;
    font-size: 12px;
}
/* .tittle {
    color: #333;
    padding: 0 20px;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
    font-size: 18px;
    font-weight: bold;
    margin-top:20px;
} */
.tittle .little_tit {
    color: #999;
    font-size: 14px;
    margin-left: 10px;
}
.registered table{
    width: 100%;
    margin-top: 20px;
}
.registered table tr {
    border: 0;
}
.registered table td {
    border: 1px solid #ebebeb;
    text-align: center;
    line-height: 54px;
    font-size: 14px;
    color: #777;
}
.registered .now {
    background: #0084ff;
    color: #fff;
}
.registered .optional {
    color: #0084ff;
    cursor: pointer;
}
.valuation_list {
    padding: 20px;
    border-bottom: 1px solid #ebebeb;
}
.introudren {
    line-height: 40px;
    color: #666;
    font-size: 12px;
    padding:0 20px;
}
.introudren .disease {
    color: #0084ff;
    margin-right: 30px;
}
.introudren .satisfact {
    color: gold;
}
.introudren .departments {
    color: #444;
    margin-right: 30px;
}
.valuation_list .speak {
    padding: 10px 20px;
}
.patients {
    padding: 10px 20px;
}
.patients span {
    color: #777;
    font-size: 12px;
}
.patients span:last-child {
    margin-left: 30px;
}
/* 其它专家推荐 */

.recommend {
    width: 20%;
    float: right;
    padding-left: 20px;
    box-sizing: border-box;
}
.experts_list li {
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
}
.experts_list li>a {
    display: block;
}
.doctor_recom {
    width: 68px;
    height: 77px;
    overflow: hidden;
    float: left;
}
.doctor_recom img {
    width: 100%;
    height: auto;
}
.text_intro {
    width: calc(100% - 68px);
    float: left;
    padding-left: 10px;
    box-sizing: border-box;
}
.experts_name {
    color: #0084ff;
    margin-right: 20px;
}
.good_at {
    color: #777;
    font-size: 12px;
    margin-top: 20px;
}
.experts_list li:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}
/* 以下为预约弹出层样式 */
.dailog_box {
    position: fixed;
    width: 600px;
    height: 550px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    z-index: 200;
    padding: 20px;
    box-sizing: border-box;
    display: none;
}
.doctor_infor li {
    float: left;
    width: 50%;
    padding-left: 30px;
    box-sizing: border-box;
    line-height:40px;
    color: #666;
}
.doctor_infor {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 30px;
    color: #666;
}
.dailog_box .tittle {
    color: #333;
    font-weight: bold;
    padding-left: 15px;
    line-height: 40px;
}
.dailog_box .tittle:before {
    content:"";
    height:14px;
    width:4px;
    background:#0084ff;
    vertical-align:middle;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display:inline-block;
    margin-right: 5px;
    margin-bottom: 1px;
}
.patient li {
    line-height: 40px;
    width: 50%;
    float: left;
}
.patient .list_tit {
    display: inline-block;
    width: 90px;
    color: #333;
    padding-left: 20px;
    box-sizing: border-box;
}
.patient input[type=text] {
    padding: 7px 15px;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    color: #666666;
    width: 145px;
}
.illness {
    padding: 7px 15px;
    width:410px;
    height: 100px;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    color: #666666;
    vertical-align:top;
    box-sizing: border-box;
    resize: none;
}
.rules {
    text-align: center;
    padding: 30px 0;
    color: #666;
}
.rules .rules_cont p {
    font-size: 12px;
    color: #777;
    line-height:20px;
}
.rules .rules_cont{
    margin-top: 20px;
}
.rules input[type=radio] {
    margin-right: 5px;
    vertical-align:middle;
}
.btn_fa {
    text-align: right;
    position: absolute;
    left: 30px;
    bottom: 3px;
    right: 30px;
}
.btn_fa input {
    width:80px;
    line-height: 30px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border:1px solid;
    font-size: 12px;
    text-align: center;
    margin-left: 20px;
    cursor: pointer;
}
.btn_fa .cancel {
    border: 1px solid #aaa;
    background: #fff;
}
.btn_fa .getup {
    background: #0084ff;
    color: #fff;
    border: 1px solid #0084ff;
}
.success_box {
    width:230px;
    height:200px;
    margin: 120px auto;
    text-align: center;
}
 .appointment_success {
    display: none;
}
.appointment_success .border {
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}
.success_box .success_fa {
    width: 130px;
    height: 130px;
    margin: 0 auto;
}
.success_box .success_fa img {
    width: 100%;
    height: 100%;
}
.success_box h2 {
    font-weight: bold;
    color: #333;
    font-size: 22px;
    padding-left:22px;
    margin-top:22px;
}
.message_box {
    width: 100%;
    height: 200px;
    border: 1px solid #ebebeb;
    border-radius:4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.message_box textarea {
    width: 100%;
    height: 100%;
    resize: none;
    border: 0;
    background: 0;
    padding: 20px;
    box-sizing: border-box;
}
.mess_tit {
    line-height: 40px;
    color: #666;
}
.sub_message {
    padding: 5px 20px;
    color: #fff;
    background: #0084ff;
    border-radius:4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    outline: none;
    border: 0;
    margin: 20px 0;
}
.photo-card {
	width: 20%;
	height: 190px;
	background: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
	z-index:99;
	padding-top: 40px;
	display: none;
}
.photo-con {
	padding: 20px;
	box-sizing: border-box;
	line-height: 28px;
	text-align: center;
	color: #666;
	font-size: 15px;
}
.photo-num {
	display: block;
	line-height: 44px;
	height: 44px;
	color: #333;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 16px;
}
.photo-num img {
	float: right;
    width: 32px;
    height: auto;
    vertical-align: -3px;
    margin-top: 6px;
}
.photo-delect {
	position: absolute;
	top: 15px;
	left:15px;
	width: 18px;
	height: 18px;
}
