.main{
	background-color: #f5f5f5;
	min-height: 600px;
	padding-bottom: 50px;
}
.doctor-bck img{
	width: 100%;
	height: 280px;
}
.doctor-wrap{
	background-color: #fff;
	padding: 18px 0 16px 18px;
	margin-top: -160px;
	position: relative;
	display: flex;
}
.doctor-wrap .left{
	width: 270px;
	flex-shrink: 0;
	margin-right: 20px;
}
.doctor-wrap .left .doctor-blum{
	width: 100%;
	height: 384px;
	background-color: rgb(232, 241, 253);
	margin-top: -80px;
}
.doctor-wrap .left .doctor-blum img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.doctor-wrap .left .major{
	margin-top: 20px;
}
.doctor-wrap .left .major .tip{
	font-size: 18px;
	color: rgba(53, 53, 53, 1);
	font-weight: bold;
	display: flex;
	align-items: center;
}
.doctor-wrap .left .major .tip::before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border: 3px solid rgba(22, 146, 252, 1);
	border-radius: 50%;
	margin-right: 10px;
}
.doctor-wrap .left .major .desc{
	font-size: 14px;
	color: rgba(0, 0, 0, 0.85);
	margin-top: 20px;
}
.doctor-wrap .right .top{
	display: flex;
	align-items: flex-end;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(22, 146, 252, 1);
	color: rgba(22, 146, 252, 1);
}
.doctor-wrap .right .top .name{
	font-size: 24px;
	color: rgba(22, 146, 252, 1);
	font-weight: bold;
}
.doctor-wrap .right .top .office{
	font-size: 18px;
	color: rgba(22, 146, 252, 1);
	font-weight: bold;
	margin-left: 70px;
}
.doctor-wrap .right .detail{
	margin-top: 20px;
}
.doctor-wrap .right .detail .tip{
	font-size: 18px;
	color: rgba(53, 53, 53, 1);
	font-weight: bold;
	display: flex;
	align-items: center;
}
.doctor-wrap .right .detail .tip::before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border: 3px solid rgba(22, 146, 252, 1);
	border-radius: 50%;
	margin-right: 10px;
}
.doctor-wrap .right .detail .doctor-desc{
	margin-top: 20px;
	padding-right: 20px;
}
.doctor-wrap .right .detail .doctor-desc>p{
	margin-top: 20px;
	line-height: 1.7;
	text-indent: 2em;
}