body{
	background:#F6F6FC;
}
.header{
	width:100%;
}
.header img{
	width:100%;
}
.header_content{
	width: 100%;
    text-align: center;
    position: absolute;
    top: 1.98rem;
    font-size: 0.32rem;
}
.header_content .header_content_bg{
	width:6.86rem;
}
.header_content .doctor_info_warp{
	position:absolute;
	top:0.4rem;
	width:100%;
}
.doctor_info_warp .doctor_info_title{
	color:#fff;
	font-weight:600;
	width:100%;
	text-align:center;
}
.doctor_info_warp .doctor_profile{
	width:1.12rem;
	height:1.12rem;
	border:0.04rem solid #fff;
	border-radius:50%;
	float:left;
	margin-top:0.36rem;
	margin-left:0.8rem;
}
.doctor_info_warp .doctor_info_detail{
	float:left;
	margin-left:0.32rem;
	margin-top:0.4rem;
	text-align:left;
}
.doctor_info_warp .doctor_info_detail .doctor_name{
	font-size:0.4rem;
	color:#fff;
	font-weight:600;
}
.doctor_info_warp .doctor_info_detail .doctor_title{
	margin-left:0.16rem;
	color:#FFF;
	font-size:0.4rem;
}
.doctor_info_warp .doctor_info_detail .doctor_hospital{
	color:#fff;
	font-size:0.28rem;
	margin-top:0.28rem;
	text-align:left;
}
.doctor_info_warp .doctor_info_detail .doctor_hospital .doctor_department{
	margin-left:0.16rem;
}
.service_desc_warp{
	background:#fff;
	text-align:left;
	/* padding-left:0.32rem; */
	font-size:0.32rem;
}
.service_desc_warp .service_desc_item{
	padding:0.32rem 0.32rem 0.32rem 0;
	margin-left:0.32rem;
}
.service_desc_warp .service_desc_item .left_tip{
	font-weight:600
}
.service_desc_warp .service_desc_item .right_txt{
	float:right;
}
.service_desc_warp .service_desc_item img{
	width:0.16rem;
	float:right;
	margin-top:0.05rem;
	margin-left:0.2rem;
}
.service_explain{
	margin-top:0.2rem;
}
.check_box{
	font-size:0.24rem;
	padding:0.32rem;
}
.check_box .btn_icon{
	width:0.28rem;
	height:0.28rem;
	margin-right:0.2rem;
	float:left;
	background-image:url('../images/pop_select_default@2x.png');
	background-size:0.28rem;
}
.check_box .btnSelect{
	background-image: url('../images/pop_select_active@2x.png');
}
.check_box .agreement{
	float:left;
}
.check_box .agreement .pmd_agreement{
	color:#1D8AEF;
}
.footer{
	width:100%;
	height:0.96rem;
	font-size:0.32rem;
}
.footer .left_tip{
	width:4.58rem;
	height:0.96rem;
	float:left;
	background:#fff;
	line-height:0.96rem;
	text-align:center;
	color:#F45E19;
}
.footer .right_btn{
	width:2.92rem;
	height:0.96rem;
	background:#F49819;
	line-height:0.96rem;
	color:#fff;
	text-align:center;
	float:left;
}