body {
	background-image: url('https://ladotoys-1300498503.cos.ap-shanghai.myqcloud.com/web/images/home_bg_liya.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: white;
	display: block;
}

/* 中间内容样式  */
main {
	display: block;
	position: relative;
}

.main-content {
	min-width: 1400px;
	height: calc(100vh - 90px);
}

.text-size {
	padding-top: 20vh;
	padding-left: 16.5rem;
	font-size: 7.5rem;
	font-weight: 800;
}

.sub-text-size {
	padding-left: 16.5rem;
	font-size: 2.25rem;
	font-weight: 900;
}

.rotated-text{
	transform: rotate(-360deg);
}

/* 中间内容样式  */