﻿@charset "utf-8";

.cover{
	width: 100%;
}
.cover>img{
	width: 100%;
	height: 5.05rem;
}

/* doc-nav start */

.doc-nav{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0.58rem 0.72rem 0;
}
.doc-nav .doc-nav-left{
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}
.doc-nav-left .doc-nav-title{
	font-size: 0.58rem;
	color: #6DA5D3;
	line-height: 0.58rem;
	font-weight: bold;
}
.doc-nav-left .doc-nav-entitle{
	font-size: 0.34rem;
	color: #6DA5D3;
	line-height: 0.36rem;
	margin-left: 0.17rem;
}
.doc-nav-left .doc-bold{
	font-weight: bold;
}
.doc-nav-right{
	width: 2.60rem;
	height: 0.76rem;
	background: #3A91D0;
	border-radius: 0.1rem;
	position: relative;
}
.doc-nav-right .doc-wrapper{
	width: calc(100% - 0.54rem);
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0 0.27rem;
	background: #3A91D0;
	border-radius: 0.1rem;
	position: absolute;
	z-index: 3;
}
.doc-wrapper .doc-wrapper-name{
	width: 1.5rem;
	font-size: 0.36rem;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.doc-wrapper .bottom_icon{
	width: 0.3rem;
	height: 0.3rem;
}
.doc-nav-right .doc-cate-ul{
	width: 100%;
	max-height: calc(8.87rem - 1rem);
	background: #57A5DD;
	border-radius: 0.1rem;
	position: absolute;
	margin-top: 0.5rem;
	overflow-x: hidden;
	overflow-y: scroll;
	z-index: 2;
	padding: 0.26rem 0 0;
}
.doc-nav-right .doc-cate-ul .doc-cate-li{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 0.36rem;
	font-weight: 300;
	color: #FFFFFF;
	height: 1.16rem
}
.doc-nav-right .doc-cate-ul .doc-cate-li:nth-child(n+2){
	border-top: 1px solid #8ac0e7;
	box-sizing: border-box;
}

/* doc-nav end */
.doctor_list{
	padding: 0 0.72rem;
}
.doctor_list .doctor_ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 0.58rem;
}
.doctor_list .doctor_li{
	width: 4.32rem;
	height: 5.76rem;
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 0.2rem 0 rgba(17,50,68,0.12);
	margin-top: 0.58rem;
}
.doctor_list .doctor_li .doctor_li_avatar{
	width: 4.32rem;
	height: 4.32rem;
}
.doctor_li_info{
	width: 100%;
	height: 1.39rem;
	/*display: flex;*/
	flex-direction: row;
	align-items: center;
	text-align:center;
	justify-content: center;
}
.doctor_li_name{
	font-size: 0.44rem;
	font-weight: bold;
	color: #4390CA;
}
.doctor_li_position{
	font-size: 0.32rem;
	font-weight: 400;
	color: #4390CA;
	/*margin-left: 0.32rem;*/
}