.main{
	background-color: #f5f5f5;
	min-height: 600px;
	padding-bottom: 50px;
}
.doctor-bck img{
	width: 100%;
	height: 280px;
}
.doctor-wrap{
	background-color: #fff;
	padding: 18px 12px;
	margin-top: -120px;
	position: relative;
}
.doctor-content{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.doctor-content .doctor-list{
	width: 212px;
	height: 282px;
	background-color: rgba(29, 111, 233, 0.1);
	display: flex;
	justify-content: center;
	position: relative;
	margin-bottom: 20px;
}
.doctor-content .doctor-list.empty{
	height: 0;
	visibility: hidden;
}
.doctor-content .doctor-list .doctor-blum{
	width: 177px;
	height: 251px;
	object-fit: cover;
}
.doctor-content .doctor-list .pa-bottom{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 109px;
}
.doctor-content .doctor-list .pa-bottom .pa-bck{
	width: 100%;
	height: 100%;
}
.doctor-content .doctor-list .pa-bottom .name-title{
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
}
.doctor-content .doctor-list .pa-bottom .name-title .doctor-name{
	text-align: center;
	font-size: 16px;
	color: rgba(53, 53, 53, 1);
	font-weight: bold;
}
.doctor-content .doctor-list .pa-bottom .name-title .doctor-title{
	white-space: nowrap;
	margin-top: 5px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.65);
}
.doctor-content .doctor-list .pa-mask{
	position: absolute;
	/* inset: 0; */
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url('../images/index09.png');
	background-size: 100% 100%;
	opacity: 0;
	transition: all .3s;
}
.doctor-content .doctor-list:hover .pa-mask{
	opacity: 1;
}
.doctor-content .doctor-list:hover .name-title{
	position: relative;
	z-index: 10;
	top: -80px;
	text-align: center;
}
.doctor-content .doctor-list .pa-mask .mask-img01{
	position: absolute;
	left: 50%;
	top: 68px;
	transform: translateX(-50%);
}
.doctor-content .doctor-list .pa-mask .mask-img02{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.doctor-content .doctor-list .pa-mask .btn-tip{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 75px;
	height: 5px;
	background-color: rgba(78, 187, 245, 1);
	border-radius: 10px 10px 0 0;
}
.pageDiv{
	margin-bottom: 45px;
}