body {
	margin: 0;
	padding: 0;
}

.content {
	height: 100vh;
	width: 100%;
	padding: 100px 20px 0;
	background: #FFF;
	color: #333;
	box-sizing: border-box;
}

.head {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.logo {
	width: 40px;
	height: 40px;
	margin-right: 15px;
	display: block;
}

.title {
	font-size: 25px;
}

.link {
	/* width: 100%; */
	padding: 0 12px;
	display: flex;
	align-items: center;
	height: 50px;
	box-sizing: border-box;
	border-bottom: 1px solid #999;
	text-decoration: none;
}

.play {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	display: block;
}

.ads {
	width: 100%;
	/* height: 300px;
	background: #000; */
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
}