.tab_list li a {
	color: inherit;
}

.article_detail {
	background-color: #f5f5f5;
	padding-bottom: .6rem;
}

.detail_head {
	border-bottom: .01rem solid #ebedf0;
	padding-bottom: .3rem;
	margin-top: -0.1rem;
	/* line-height: 70px; */
}

.detail_body {
	position: relative;
	word-break: break-all;
	word-wrap: break-word;
}

.detail_body .posi_bg {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.45rem;
	color: #f8faf9;
	z-index: 0;
	line-height: 1.15rem;
}

.detail_body h1 {
	font-size: .26rem;
	color: #333;
}

.detail_body .time {
	font-size: .14rem;
	color: #666666;
	margin-bottom: .3rem;
}

.detail_body .content {
	margin-top: .4rem;
	font-size: .16rem;
	color: #666666;
	line-height: 2;
	/* position: relative; */
	/* z-index: 10; */
}

.detail_body .content video {
	width: 100%;
}

.readingGuide {
	/* display: none; */
	margin-top: .3rem;
	font-size: .2rem;
	font-family: 'Microsoft YaHei', 'Helvetica Neue', 'PingFang SC', sans-serif;
}

.readingGuide-content {
	margin-top: .1rem;
	line-height: 1.8;
	font-size: .18rem;
}

#detail-mp3 {
	display: block;
	width: 4.6rem;
}

.read-aloud-box {
	display: flex;
	align-items: center;
	width: 6rem;
	height: .56rem;
	padding: 0 .2rem;
	border: .01rem solid #ededed;
	border-radius: .04rem;
}

.read-aloud-btn {
	display: inline-block;
	width: .35rem;
	height: .35rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer;
}

.read-aloud-btn.playing {
	background: url(../image/play.png) no-repeat center/cover;
}

.read-aloud-btn.paused {
	background: url(../image/pause.png) no-repeat center/cover;
}

.music-animation {
	display: block;
	height: .15rem;
	margin-left: .15rem;
}

.music-animation li {
	position: relative;
	height: 100%;
	width: .02rem;
	margin: 0 .01rem;
	background: #adadad;
	display: inline-block;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

.music-animation li.playing {
	animation-name: wave;
}

.music-animation .rect-2 {
	transform: scaleY(1.5);
	animation-delay: 0.1s;
}

.music-animation .rect-3 {
	animation-delay: 0.2s;
}

.music-animation .rect-4 {
	transform: scaleY(1.5);
	animation-delay: 0.3s;
}

.music-animation .rect-5 {
	animation-delay: 0.4s;
}

.music-animation .rect-6 {
	transform: scaleY(1.5);
	animation-delay: 0.5s;
}

@keyframes wave {
	0%,
	100% {
		transform: scaleY(0.8);
	}

	16.67% {
		transform: scaleY(2);
	}

	33.33% {
		transform: scaleY(0.8);
	}

	50% {
		transform: scaleY(2);
	}

	66.67% {
		transform: scaleY(0.8);
	}

	83.34% {
		transform: scaleY(2);
	}
}
