* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

body,p,form,input,button,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	list-style: none;
}

html,body{ 
	font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}

*:not(input) {
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
}

input:focus,select:focus,textarea:focus,button:focus {
	outline: none;
}

img {
	border: none;
	max-width: 100%;
}

img,input {
	vertical-align: middle;
}

a {
	text-decoration: none;
	-webkit-touch-callout: none;
}

.clearfix:before, .clearfix:after { 
	display: table; 
	content: " ";
}
.clearfix:after { 
	clear: both;
}

.pull-right {
	float: right!important;
}

.pull-left {
	float: left!important;
}


html, body {
    background: #efeff4;
    font-family: "Microsoft YaHei","微软雅黑","宋体",Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    overflow-x: hidden;
}

.wrapper{
	padding: 0 0 10px 0;
}

.doctor-info{
	background: #fff;
	margin-bottom: 8px;
    padding: 0;
    text-align: left;
}
.doctor-info .info-header{
    background: url(http://imgcdn.mijian360.com/Data/Uploads/2020/0222/5e50c7321f859.png);
    background-size: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 50px 15px 15px 15px;
    align-items: center;
}
.doctor-info .avatar{
	position: relative;
	display: inline-block;
	width: 65px;
	height: 65px;
	margin-right: 10px;
}
.doctor-info .avatar img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.doctor-info .username{
	font-size: 16px;
	color: #fff;
    margin: 0;
}
.doctor-info .title{
	margin-bottom: 0;
	font-size: 14px;
	color: #fff;
}
.doctor-info .answer-count{
    font-size: 12px;
    color: #fff;
}
.doctor-info .text{
	text-align: left;
	font-size: 14px;
	color: #999;
    margin: 10px;
    border-bottom: 10px solid #fff;
}
.doctor-info .doctor-intro{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.doctor-info .show-btn{
    position: relative;
    right: 0;
    bottom: 21px;
    float: right;
    padding: 0 10px 0 20px;
    opacity: 1;
    background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,1));
    color: #00cc5f;
}

.faq-item{
	background: #fff;
	border-top: 1px solid #eee;
}
.ques-section{
	padding: 10px;
}
.ques-section .avatar{
	position: relative;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.ques-section .avatar img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.ques-content{
	padding: 0;
}
.question-user{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.question-user .user-avatar{
    display: flex;
    align-items: center;
}
.answer-status .waiting{
    color: #999;
}
.answer-status .answered{
    color: #00cc5f;
}
.ques-content p{
	margin: 0 0 5px 0;
    color: #333;
}
.ques-content p a{
    color: #333;
}
.ques-content .price{
	margin-right: 15px;
	font-size: 14px;
	color: #e54747;
}
.ques-content img{
	width: 22px;
	height: auto;
	vertical-align: middle;
}

.answer-section{
	padding: 0 10px 10px 10px;
}
.answer-section .avatar{
	position: relative;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.answer-section .avatar img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.answer-section .box{
	padding: 0;
}
.answer-section .box .audio img{
	width: 150px;
	height: auto;
}
.answer-section .box .time{
	margin-left: 5px;
	color: #969696;
}
.answer-section .box .info{
	padding-left: 5px;
	margin-top: 10px;
	color: #969696;
}

.icon-rz{
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	background: url(../images/icon-renzheng.png) no-repeat;
	width: 16px;
	height: 16px;
	background-size: 16px 16px;
}

.fixed-row{
	position: fixed;
	left: 0;
	bottom: 0;
	background: #fff;
	border-top: 1px solid #eee;
	width: 100%;
	padding: 5px 10px;
}
.fixed-row a{
	display: block;
	background: #01c65c;
	color: #fff;
	padding: 10px 0;
	border-radius: 50px;
	text-align: center;
}
.fixed-row a.disabled-btn{
    background: #ccc;
}
.layer{
    display: none;
    background: #333;
    filter: alpha(opacity=30);
    opacity: 0.3;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.dialog{
    display: none;
    background-color: #FFFFFF;
    color: #3AB158;
    position:absolute;
    z-index:2;
    width:200px;
    height:100px;
    text-align: center;
    top: 29%;
    left: 20%;
    border-radius: 5px;
    padding-top: 35px;
    position: fixed;
}
.load-more{
    display: block;
    padding: 10px;
    text-align: center;
    color: #01c65c;
    font-weight: 300;
    margin-bottom: 50px;
}
.fd-header{
    position: absolute;
    height: 45px;
    overflow: hidden;
    color: #fff;
    width: 100%;
    opacity: 1;
    background: none;
}