/* ManhuaPro /manhua/top weui-grid cover fix */
#t1.weui-tab,
.weui-tab#t1 {
	height: auto !important;
	max-width: 720px;
	margin: 0 auto;
	background: #fff;
}

#t1 .weui-navbar {
	position: sticky;
	top: 0;
	z-index: 20;
	background: #fff;
}

#t1 .weui-grid {
	padding: 10px 6px !important;
	box-sizing: border-box !important;
}

#t1 .weui-grid__icon {
	width: 100% !important;
	height: auto !important;
	margin: 0 auto 6px !important;
	max-width: 100% !important;
}

#t1 .weui-grid__icon img {
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 3 / 4;
	object-fit: cover !important;
	display: block !important;
	border-radius: 4px;
	background: #f2f2f2;
}

#t1 .weui-grid__label {
	font-size: 12px !important;
	line-height: 1.35 !important;
	color: #333 !important;
	white-space: nowrap !important;
	overflow: hidden;
	text-overflow: ellipsis;
}
