.tap-content {
	flex: 1;
}
.main {
	display: flex;
	flex-direction: column;
}
.mod {
	display: flex;
	flex-direction: column;
	padding-left: .12rem;
	margin: .12rem 0;
}
.music-title, .video-title, .novel-title {
	padding-bottom: .09rem;
	margin: 0 .16rem .12rem 0;
	border-bottom: 1.2px solid #336699;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.music-title-txt, .video-title-txt, .novel-title-txt, 
.music-special-zone, .video-special-zone, .novel-special-zone {
	font-weight: 600;
	font-size: .18rem;
	color: #336699;
}
.nav-list {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	padding-left: .09rem;
	white-space: nowrap;
	display: flex;
	flex-direction: row;
}
.nav-list::-webkit-scrollbar {
	height: 0;
}
.nav-item {
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	cursor: pointer;
	margin-right: .12rem;
	/* box-shadow: 0 0 .06rem #333; */
}
.music-scroll, .video-scroll, .novel-scroll {
	overflow: hidden;
	margin: 0 .16rem .12rem 0;
}
.music-scroll-bd, .video-scroll-bd, .novel-scroll-bd {
	overflow-x: auto;
	overflow-y: hidden;
}
.music-scroll-bd::-webkit-scrollbar, .video-scroll-bd::-webkit-scrollbar, .novel-scroll-bd::-webkit-scrollbar {
	height: 0;
}
.music-box, .video-box, .novel-box {
	width: 1.21rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.music-img, .video-img, .novel-img {
	position: relative;
	display: flex;
}
.view {
	position: absolute;
	max-width: 91%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	bottom: .03rem;
	right: 0;
	background: rgba(0, 0, 0, .36);
	margin: 0 .06rem;
	padding: 0 .09rem;
	border-radius: .03rem;
	font-size: .14rem;
	color: #ffffff;
}
.music-img img, .video-img img, .novel-img img{
	width: 100%;
	border-radius: .03rem;
	background: #e6e6fa;
	box-shadow: 0 12px 20px rgba(70,130,180,0.15);
}
.music-msg, .video-msg, .novel-msg {
	padding: .06rem .03rem 0 .03rem;
	text-align: center;
	font-size: .15rem;
	text-overflow: ellipsis;
	overflow: hidden;
}
.footer {
	padding: .12rem 0;
}
.gov-details {
	font-size: .14rem;
	text-align: center;
	color: #333;
}
@media screen and (min-width: 768px) {
	.root {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	.wrap {
		width: 52vw;
	}
}