/* 分答 */
.doctor-info{
	background: #fff;
	margin-bottom: 8px;
	padding: 10px;
	text-align: 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{
	margin: 10px 0 5px 0;
	font-size: 16px;
	color: #000;
}
.doctor-info .title{
	margin-bottom: 5px;
	font-size: 14px;
	color: #969696;
}
.doctor-info .text{
	text-align: left;
	font-size: 14px;
	color: #000;
}
.doctor-info .ques-desc{
	margin-top: 10px;
	text-align: left;
}
.doctor-info .title-row{
	margin-top: 10px;
	text-align: left;
	font-size: 16px;
	color: #b38968;
}
.doctor-info .info-row{
	margin-top: 10px;
	text-align: left;
}
.doctor-info .info-row .label{
	vertical-align: middle;
}
.doctor-info .info-row select{
	border: none;
	background: none;
	font-family: '微软雅黑';
	color: #999;
	vertical-align: middle;
	font-size: 14px;
}
.doctor-info .info-row input[type=date]{
	background: none;
	border: none;
	font-family: '微软雅黑';
	vertical-align: middle;
	font-size: 14px;
	color: #999;
}
.doctor-info .ques-desc textarea{
	width: 100%;
	min-height: 200px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	font-family: '微软雅黑';
    font-size: 14px;
}
.doctor-info .tip-row{
	margin-top: 15px;
	color: #999;
	text-align: left;
}
.doctor-info .tip-row .icon{
	margin-right: 5px;
}
.doctor-info .price-row{
	margin-top: 20px;
	color: #e54747;
	font-size: 20px;
}
.doctor-info .btn-row{
	margin: 20px 0 20px 0;
	text-align: center;
}
.doctor-info .btn-row a{
	display: inline-block;
	background: #e54747;
	color: #fff;
	padding: 10px 20px;
	border-radius: 4px;
	font-size: 16px;
}


.faq-item{
	background: #fff;
	border-top: 1px solid #eee;
}
.ques-section{
	padding: 10px;
}
.ques-section .avatar{
	position: relative;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.ques-section .avatar img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.ques-content{
	padding: 0 0 0 65px;
}
.ques-content p{
	margin: 0 0 5px 0;
    color: #000;
}
.ques-content .price{
	margin-right: 15px;
	font-size: 16px;
	color: #e54747;
}
.ques-content img{
	width: 22px;
	height: auto;
	vertical-align: middle;
}
.ques-content .add{
	display: inline-block;
	margin-right: 10px;
	color: #2f92ee;
}
.ques-content .state{
	color: #2f92ee;
}
.ques-content .state.done{
	color: #999;
}

.answer-section{
	padding: 0 10px 10px 10px;
}
.answer-section .avatar{
	position: relative;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.answer-section .avatar img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.answer-section .box{
	padding: 5px 0 0 60px;
}
.answer-section .box .audio img{
	width: 200px;
	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 #d8d8d8;
	width: 100%;
	padding: 5px 10px;
}
.fixed-row a{
	display: block;
	background: #01c65c;
	color: #fff;
	padding: 10px 0;
	border-radius: 4px;
	text-align: center;
}

/* 问题详情 */
.ques-detail-section{
	background: #fff;
	padding: 15px 0;
}
.ques-detail-section .ques-hd{
	padding: 0 10px;
}
.ques-detail-section .ques-hd .avatar{
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
}
.ques-detail-section .ques-hd .avatar img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.ques-detail-section .ques-hd .user-info span{
	display: inline-block;
	margin-left: 10px;
}
.ques-detail-section .ques-hd .price{
	color: #e54747;
}
.ques-detail-section .ques-content{
	margin-top: 10px;
	padding: 0 10px;
}
.ques-detail-section .ques-content p{
	margin: 0 0 5px 0;
}
.ques-detail-section .ques-content img{
	max-width: 100%;
	width: 100%;
	height: auto;
    margin-bottom: 5px;
}

.answer-detail-section{
	background: #fff;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 8px;
}
.answer-detail-section .avatar{
	position: relative;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.answer-detail-section .avatar img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.answer-detail-section .box{
	width: 100%;
}
.answer-detail-section .box .audio img{
	width: 150px;
	height: auto;
}
.answer-detail-section .box .time{
	margin-left: 5px;
	color: #666;
}
.answer-detail-section .box .info{
	padding-left: 5px;
	margin-top: 10px;
	color: #666;
}

.ques-supplement{
	position: relative;
	background: #fff;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 8px;
}
.ques-supplement .user-info .avatar{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
}
.ques-supplement .user-info .avatar img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.ques-supplement .user-info span{
	display: inline-block;
	margin-left: 10px;
}
.ques-supplement .state{
	float: right;
	color: #999;
	padding: 15px 0 0 0;
}
.ques-supplement .price{
	float: right;
	padding: 15px 0 0 0;
	margin-right: 10px;
	color: #e54747;
}
.ques-supplement h3{
	margin: 10px 0 0 0;
	font-size: 16px;
	color: #2f92ef;
	font-weight: normal;
}
.ques-supplement p{
	margin: 10px 0 0 0;
}
.ques-supplement .btn-reply{
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 15px;
	background: #fff;
	border: 1px solid #01c65c;
	color: #01c65c;
	border-radius: 8px;
	padding: 2px 10px;
}
.ques-supplement .row{
	margin-top: 15px;
}
.ques-supplement .row .date{
	color: #999;
}
.ques-supplement .row a{
	color: #2f92ee;
}

.breadcrumb-row{
	background: #ededed;
	border-bottom: 1px solid #ddd;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	font-size: 16px;
	color: #999;
}

/* 问专家 */
.expert-item{
	background: #fff;
	margin-bottom: 10px;
}
.expert-item .expert-hd{
	padding: 10px;
	border-bottom: 1px solid #eee;
}
.expert-item .expert-hd .avatar{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-right: 15px;
	margin-top: 10px;
}
.expert-item .expert-hd .avatar img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.expert-item .expert-hd .info p{
	margin: 5px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
    color: #000;
}
.expert-item .expert-ft{
	height: 50px;
}
.expert-item .expert-ft span{
	width: 30%;
	height: 100%;
	border-right: 1px solid #eee;
	padding-top: 5px;
	text-align: center;
	color: #666;
}
.expert-item .expert-ft a{
	width: 70%;
	height: 100%;
	line-height: 50px;
	color: #0e61a6;
	text-align: center;
	font-size: 16px;
}

.load-more{
	display: block;
	padding: 15px 0;
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: #666;
}

/* 补充 */
.supplement-box{
	background: #fff;
	padding: 10px;
}
.supplement-box textarea{
	width: 100%;
	min-height: 100px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	font-family: '微软雅黑';
}
.thumb-row{
	margin: 10px 0;
	margin-left: -10px;
}
.thumb-row span{
	float: left;
	margin-left: 10px;
	line-height: 60px;
	color: #999;
}
.thumb-row img{
	width: 60px;
	height: 60px;
	border-radius: 4px;
}
.supplement-box .btn-row{
	margin: 60px 0 50px 0;
	text-align: center;
}
.supplement-box .btn-row a{
	display: inline-block;
	background: #e54747;
	color: #fff;
	padding: 10px 20px;
	border-radius: 4px;
	font-size: 16px;
}

/* 支付成功 */
.payment-result{
	display: flex;
	flex-direction: column;
	background: #fff;
	padding: 30px 15px;
	justify-content: center;
	align-items: center;
}
.payment-result .title{
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
	color: #01c65c;
}
.payment-result p{
	margin-bottom: 15px;
	font-size: 16px;
	color: #999;
	line-height: 1.8em;
}
.payment-result p a{
	float: right;
	color: #2f92ef;
}
.payment-result h4{
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 1.8em;
	color: #333;
	font-weight: normal;
}
.payment-result input{
	width: 100%;
	height: 42px;
	line-height: 42px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
	margin-bottom: 15px;
	font-size: 16px;
	font-family: '微软雅黑';
}
.payment-result .btn-submit{
	display: block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	background: #01c65c;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	font-size: 16px;
	margin: 0 auto;
}

/* 一元了解跳转 */
.download-hd{
	background: url(../images/bg-download.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	padding: 45px 0;
}
.download-hd img{
	display: block;
	margin: 0 auto;
}
.download-hd .logo{
	width: 65px;
	height: auto;
	margin-bottom: 20px;
}
.download-hd .slogan{
	width: 200px;
	height: auto;
}

.download-bd{
	position: relative;
	border: 1px solid #01c65c;
	border-radius: 6px;
	margin: 10px;
	padding: 50px 0 40px 0;
	font-size: 16px;
	text-align: center;
}
.download-bd:before{
	position: absolute;
	left: 16%;
	top: -3px;
	height: 5px;
	width: 68%;
	background: #fff;
	content: '';
}
.download-bd img{
	position: absolute;
	left: 50%;
	top: -22px;
	height: 50px;
	width: 145px;
	margin-left: -72px;
}
.download .btn-go{
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: #01c65c;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	font-size: 16px;
	margin: 25px auto 0 auto; 
}

/* 消息提示 */
.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:fixed;
    z-index:2;
    width:200px;
    height:100px;
    text-align: center;
    top: 29%;
    left: 20%;
    border-radius: 5px;
    padding-top: 35px;
}