.doctor-detail-content{
    padding:15px 15px 50px 15px;
}

.online-consult-div{
    text-align: center;
    width:100%;
    position:fixed;
    bottom:10px;
}

.online-consult-btn{
    border-radius: 5px;
    width: 140px;
    margin: 0px 10px 0px 10px;
    height: 30px;
    color: #fff;
    background-color: #3CC79B;
    background-image: linear-gradient(#3CC79B, #58B5E5);
}

.doctor-information-content{
    padding: 20px 0 23px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 4px 4px 12px 0 rgba(51,51,51,0.14);
    position:relative;
}
.doctor-name-content{
    height:60px;
    padding-left: 80px;
    padding-right: 55px;
    position:relative;
}
.doctor-name-content .img-content{
    width:56px;
    height:56px;
    margin:auto;
    position:absolute;
    top:0;
    bottom:0;
    left:14px;
}
.doctor-name-content .img-content img{
    width:100%;
    border-radius:28px;
    margin:auto;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.doctor-name-content .name-department{
    padding-top:8px;
    line-height:16px;
    font-size:16px;
    color:#333;
    padding-right:43px;
}
.doctor-name-content .name{
    padding-right:43px;
    font-weight:bold;
    position:relative;
}
.doctor-name-content .department{
    margin-left:5px;
    display:inline-block;
    padding: 0 3px;
    line-height:14px;
    font-size:12px;
    color:#fff;
    text-align:center;
    background-color:#68B190;
    border-radius:2px;
}
.doctor-name-content .organization{
    margin-top:8px;
    line-height:16px;
    font-size:12px;
    font-weight:bold;
    padding-right:13px;
}
.doctor-name-content .organization a{
    color:#999;
}
.doctor-name-content .organization span{
    display:inline-block;
    padding-right:13px;
    position:relative;
}
.doctor-name-content .ackerman-content{
    width:60px;
    height:56px;
    background: url(../images/ackerman20200405.png) center center no-repeat;
    background-size: 60px 56px;
    -moz-background-size: 60px 56px;
    -webkit-background-size: 60px 56px;
    background: none\9;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ackerman20200405.png',sizingMethod='scale');
    margin:auto;
    position:absolute;
    top:0;
    bottom:0;
    right:16px;
}
.doctor-name-content .ackerman-content .num{
    margin-top:15px;
    line-height:16px;
    font-size:16px;
    color:#fff;
    text-align:center;
}
.doctor-name-content .ackerman-content .num span{
    display:inline-block;
    position:relative;
}
.doctor-name-content .ackerman-content .num span:after{
    content:"%";
    display:block;
    width:10px;
    height:10px;
    font-size: 8px;
    height: 10px;
    position: absolute;
    top: 2px;
    right: -9px;
    -webkit-transform: scale(0.7,0.7);
    -moz-transform: scale(0.7,0.7);
    -o-transform: scale(0.7,0.7);
}
.phone-work-introduction{
    margin-top:24px;
    width:100%;
    box-sizing:border-box;
    padding-left:14px;
    padding-right:14px;
}
.phone-work-introduction li{
    padding-left:13px;
    box-sizing:border-box;
}
.phone-work-introduction .phone,
.phone-work-introduction .work{
    width:100%;
}
.phone-work-introduction .introduction{
    margin-top:26px;
    width:100%;
    box-sizing:border-box;
}
.phone-work-introduction li .title{
    line-height:14px;
    min-height:14px;
    font-size:14px;
    color:#333;
    font-weight:bold;
    position:relative;
}
.phone-work-introduction li .title:before{
    content:"";
    display:block;
    width:3px;
    height:14px;
    background-color: #3CC79B;
    background-image: linear-gradient(#3CC79B, #58B5E5);
    margin:auto;
    position:absolute;
    top:0;
    bottom:0;
    left:-13px;
}
.phone-work-introduction li .summary{
    margin-top:9px;
    line-height:20px;
    min-height:20px;
    font-size:12px;
    color:#999;
}
.phone-work-introduction .phone a{
    color:#999;
}
.comment-title{
    margin-top:20px;
    line-height:16px;
    font-size:16px;
    color:#333;
    font-weight:bold;
}
.comment-content{
    margin-top:15px;
    padding:5px 14px 15px 14px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 4px 4px 12px 0 rgba(51,51,51,0.14);
    position:relative;
}
.comment-ul{
    width:100%;
    box-sizing:border-box;
}
.comment-ul li{
    width:100%;
    padding-top:15px;
    padding-left:42px;
    padding-bottom:15px;
    box-sizing:border-box;
    border-bottom:1px solid #E5E5E5;
    position:relative;
}
.comment-ul li .img-content{
    width:36px;
    height:36px;
    margin:auto;
    position:absolute;
    top:15px;
    left:0;
}
.comment-ul li .img-content img{
    width:100%;
    border-radius:18px;
    margin:auto;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.comment-ul li .name{
    margin-top:1px;
    line-height:12px;
    font-size:12px;
    color:#707070;
}
.comment-ul li .disease{
    margin-left:8px;
    color:#B5B5B5;
}
.comment-ul li .effect{
    color:#68B190;
}
.comment-ul li .summary{
    margin-top: 9px;
    line-height:20px;
    font-size:14px;
    color:#333;
}
.comment-load-more{
    display:block;
    margin:15px auto 0;
    width:109px;
    height:29px;
    background: url(../images/more20200408.png) center center no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background: none\9;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/more20200408.png',sizingMethod='scale');
}
.comment-img{
	display:block;
    margin:15px auto 0;
    height:29px;
}
.btn-none{
	display:none;
}
.submit-comment-content{
    margin-top:15px;
    padding:20px 15px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 4px 4px 12px 0 rgba(51,51,51,0.14);
    position:relative;
}
.input-ul{
    width:100%;
    box-sizing:border-box;
}
.input-ul li{
    box-sizing:border-box;
}
.input-ul .disease,
.input-ul .effect{
    width:50%;
}
.input-ul .summary{
    margin-top:13px;
    width:100%;
    box-sizing:border-box;
}
.input-ul .disease{
    padding-right: 7px;
}
.input-ul .effect{
    padding-left: 7px;
}
.input-ul .effect input{
    cursor:pointer;
}
.input-ul li input{
    width: 100%;
    padding: 11px 13px;
    border: 0;
    font-size: 14px;
    color: #333;
    line-height: 14px;
    border-radius: 5px;
    background-color: #E5E5E5;
    box-sizing: border-box;
    text-align:center;
}
.input-ul li textarea{
    width: 100%;
    min-height:80px;
    padding: 9px 13px;
    border: 0;
    font-size: 14px;
    color: #333;
    line-height: 14px;
    border-radius: 5px;
    background-color: #E5E5E5;
    box-sizing: border-box;
    overflow: hidden;
    resize: none;
    cursor: text;
    -webkit-appearance: none;
}
.submit-comment-btn{
    margin-top:15px;
}
.submit-comment-btn button{
    display:block;
    width:95px;
    line-height:28px;
    font-size:14px;
    color:#fff;
    border-radius:3px;
    background-color: #3CC79B;
    background-image: linear-gradient(to right, #3CC79B, #58B5E5);
    text-align:center;
}
.select-effect-content{
	padding-left:7px;
	width: 100%;
	box-sizing:border-box;
    position: absolute;
    top: 40px;
    left: 0;
}
.select-effect{
	width: 100%;
	box-sizing:border-box;
    background-color: #fff;
	box-shadow: 4px 4px 12px 0 rgba(51,51,51,0.14);
}
.select-effect li{
    width: 100%;
    box-sizing: border-box;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    border-top: 1px solid #F5F5F5;
}