.w13 {
	width: 100%;
	max-width: 14rem;
	margin: 0 auto;
}

.aedTitle {
	width: 100%;
	border-bottom: .03rem solid #b3b3b3;
	margin-bottom: .5rem;
}

.aedTitle span {
	font-size: .36rem;
	color: #b1480e;
	padding-bottom: .1rem;
	display: inline-block;
	position: relative;
	font-weight: 600;
}

.aedTitle span::after {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #b1480e;
	width: 100%;
	height: .035rem;
}

.aed_container {
	padding: .6rem .45rem;
	border: .03rem solid #e1cab3;
}

.aed_info {
	color: #313131;
	font-size: .16rem;
	line-height: 1.6;
	margin-bottom: .15rem;
	text-indent: 2em;
}

.schoolAed {
	font-size: .28rem;
	color: #b1480e;
	font-weight: 600;
	margin: .75rem 0 .25rem;
}

.aedMap {
	position: relative;
	width: 100%;
	max-width: 14rem;
	height: auto;
	margin: 0 auto;
}

.aedMap img {
	width: 100%;
	height: auto;
	display: block;
}

.aedPosition {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.aed-marker {
	position: absolute;
	width: .5rem;
	height: .35rem;
	border-radius: 50%;
	cursor: pointer;
	z-index: 10;
	transition: transform 0.3s ease;
	/* background-image: url(aedSit.png); */
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.yl .aed-marker {
	width: .75rem;
	height: .6rem;
}

.wm .aed-marker {
	width: .75rem;
	height: .6rem;
}

.aed-marker:hover {
	transform: scale(1.2);
}

.aed-info {
	position: absolute;
	width: 2.5rem;
	background-color: white;
	border-radius: .08rem;
	box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.3);
	padding: .1rem;
	z-index: 20;
	display: none;
	pointer-events: auto;
}

.aed-info.show {
	display: block;
}

.aed-info img {
	width: 100%;
	height: auto;
	border-radius: .04rem;
	margin-bottom: .08rem;
}

.aed-info h3 {
	margin: 0 0 .05rem 0;
	font-size: .16rem;
	color: #333;
}

.aed-info p {
	margin: 0;
	font-size: .14rem;
	color: #666;
}

.tfdd_title {
	margin: .75rem 0 .3rem;
	border-bottom: .03rem solid #e1cab3;
}

.tfdd_title span {
	display: inline-block;
	color: #fff;
	background-color: #b1480e;
	font-size: .28rem;
	padding: .05rem .15rem;
}

.tfdd_list {
	font-size: .17rem;
	display: flex;
	flex-wrap: wrap;
}

.tfdd_list p {
	width: 33%;
	margin-bottom: .1rem;
}

.gxAed {
	margin-bottom: .5rem;
}

.find_aed_title {
	text-align: center;
	color: #313131;
	font-size: .16rem;
	line-height: 1.6;
	margin-bottom: .15rem;
}

.find_step {
	display: flex;
	justify-content: space-between;
	margin-bottom: .35rem;
}

.find_step>div {
	width: 3.8rem;
	height: 6rem;
	margin-right: .2rem;
}

.find_step>div:last-child {
	margin-right: 0;
}

.find_img {
	width: 100%;
	height: 100%;
	margin-bottom: .2rem;
}

.find_text {
	text-align: center;
	padding: 0 .1rem;
	color: #7d7d7d;
}

.aed_ewm {
	display: block;
	width: 2rem;
	height: 2rem;
	text-align: center;
	margin: .35rem auto;
}