:root {
	--module-width: 1280px;
}

.info-m {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.info-c {
	width: var(--module-width);
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #999999;
	line-height: 2rem;
}

.pp .tt {
	font-size: 1.5rem;
	margin-top: 3rem;
}

.f14 {
	font-size: 0.875rem;
}

.f12 {
	font-size: 0.75rem;
}

.lh-20 {
	line-height: 1.25rem;
}

.col666666 {
	color: #666666;
}

.fw600 {
	color: #000000;
	font-weight: 600;
}

.mg-t10 {
	margin-top: 0.625rem;
}

@media (max-width: 1280px) {
	:root {
		--module-width: 90%;
	}
}