@charset "utf-8";
/* CSS Document */

body{
	background-color:#f0f0f0;
	}
a {
    cursor:pointer;
}
.mx-box {
  margin: 0 auto;
  margin-bottom: 10px;
  width: 1200px;
}
.doctor-info-box {
    /* background: aliceblue; */
    font-size: 14px;
    padding: 10px 10px 0px 10px;
    position: relative;
    /* height: 438px; */
    overflow-y: auto;
}
	
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/  
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #F5F5F5;
}
  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track  
{  
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);  
   /*  border-radius: 5px;   */
    background-color: #F5F5F5;  
}  
  
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb  
{  
   /*  border-radius: 3px;   */
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);  
   background-color: #d4d4d4; 
} 	
	
.doctor-info-head>span{
	display: inline-block;
    font-size: 17px;
    font-weight: bold;
    min-width: 200px;
}
.doctor-info-head>label{
	
    display: inline-block;
    float: right;
    padding: 10px;
    font-weight: bold;
}
     
}
 
.doctor-info-box:last-child{
	border-right: none;
	}

.doctor-info-box>.doctor-tab-head>div{
	margin:0px;
	}
/*---------*/
.docOverview-doctor-tab {
    background:white ;
    padding: 20px 0;
    margin-top: 20px;
    position: relative;
	color:#333333;
	font-size:0px;
}
span.tiptext {
    position: absolute;
    text-align: center;
    vertical-align: bottom;
    bottom: 20px;
    width: 100%;
    font-size: 16px;
}
.doctor-info-bar{
	font-size:0px;
	position:relative;
	}

.doctor-tab-head {
    position: relative;
    font-size: 18px;
    font-weight: bold;
	line-height:30px;
	color: #397cbf;
}

.doctor-tab-head>a{
	position: absolute;
    right: 20px;
    top: -0px;
    font-size: 14px;
    color: #397cbf;
	}

.doctor-tab-head>div{
	margin-left:30px;
	}

.docOverview-doctor-tab>.doctor-tab-head:before{
    content: no-open-quote;
    width: 10px;
    height: 30px;
    background-color: #397cbf;
    position: absolute;
	}

/*---------*/
.docPart {
    /* background: antiquewhite; */
    display: table;
    width: 100%;
}
.doctor-info-card {
    margin-top: 20px;
       width: 363px;
    display: inline-block;
       border: 1px solid #d9d9d9;
    margin-right: 10px; 
}

.doctor-info-card>img{
    display: inline-block;
    width: 80px;
    height: 80px;
    float: left;
}

 
.leftInfo {
    display: inline-block;
    width: 100px;
    height: 100px;
    /* border: 1px solid #d9d9d9; */
    float: left;  
    /* border-left: none; */
    vertical-align: baseline;
    margin-left: 5px;
}
.fee {
    margin: 10px 0px;
    position: relative;
    display: inline-block;
    font-size: 14px;
}
.off:before {
    margin-top: 2px;
}

 
.off:before, .off:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #616469;
    left: 0;
    top: 50%;
    padding: 1px;
    margin: 0;
}
.truefee {
    font-size: 20px;
    color: #c93030;
    margin: 10px 2px;
    position: relative;
    display: inline-block;
    margin-left: 3px;
}
.docinfo {
    /* border: 1px solid royalblue; */
    width: 240px;
    display: inherit;
    overflow-x: hidden;
    padding: 5px 5px 5px 15px;
    margin-bottom: 6px;
}
.click-btn {
    display: inline-block;
    text-align: center;
    min-width: 70px;
    font-size: 14px;
    color: #ffffff;
    background: #308bc9;
    border-radius: 2px;
    cursor: pointer;
    float: right;
    vertical-align: bottom;
    margin: 10px 10px 10px 0px;
}
.click-btn a {
    display: inline-block;
    padding: 5px 25px;
    color: white;
}
.HosName {
    display: block;
    text-align: center;
    color: #397cbf!important;
    margin-top: 10px;
}
img.leftInfo-img {
    width: 100%;
    height: 100%;
    border:none;
}
.btn-area {
    background: #f8f8f8;
    padding: 7px 0px;
    border-top: 1px solid #d9d9d9;
       margin-top: 17px;
}	
.doctor-info-content{
	color:#999;
	}
.doctor-info-content span {
    display: inline-block;
    font-size: 14px;
    width: 130px;
    vertical-align: bottom;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.doctor-info-content>div{
	display:inline-block;
	}

.doctor-info-content:first-child>span{
	margin-right: 5px;
    font-size: 18px;
    color: #308aca;
	}

.doctor-info-content:first-child>div{
	color:#666;
	}