#indexhgroup {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 2em;
}
	#indexhgroup .mainlabel {
		font-size: 1.6em;
		font-weight: 500;
		display: block;
	}
	#indexhgroup .sublabel {
		font-size: 0.6em;
		font-weight: 400;
		display: block;
		margin-top: 1.2em;
	}

[data-qprimary="hashtag"] #indexhgroup .mainlabel {
	font-size: 1.0em;
}
[data-qprimary="hashtag"] #indexhgroup .mainlabel i {
	opacity: 0.4;
	margin-right: 0.1em;
}

/**/
/*
#articles {
	background-color: transparent;
	margin: 0 -0.6em;
}
#articles li {
	width: 50%;
	margin-bottom: 1.2em;
	position: relative;
	z-index: 0;
	padding: 0 0.6em;
}
#articles li a.im {
	display: block;
	position: relative;
	z-index: 0;
}
#articles li a.im::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 100%;
	top: 0;
	left: 0;
}
#articles li a.im img {
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	border-radius: 0.0em;
}
#articles li a.im:hover > img {
	animation-name: brightOver;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
#articles li .info-wrap {
	padding-top: 1em;
}
#articles li .date {
	font-size: 0.9em;
	line-height: 1em;
	margin-bottom: 0.7em;
	opacity: 0.4;
	display: block;
}
#articles li .title {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 500;
}
#articles li .title > a {
	display: block;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}
#articles li .content-wrap {
	overflow: hidden;
	width: 100%;
}
#articles li .content {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 0.78em;
	line-height: 1.7em;
	opacity: 0.68;
}
@media only screen and (min-width:640px) and (max-width: 1024px) {
	#articles li {
		width: 33.33%;
	}
}
@media only screen and (min-width:1025px) {
	#articles li {
		width: 25%;
	}
}
*/

#control {
	display: none;
	margin-top: 1rem;
	margin-bottom: 3rem;
}
#control[data-enable="true"] {
	display: block;
}
