/* 中间内容样式  */
main {
	position: relative;
	padding: 7.5rem 16.5rem 12.5rem;
	display: flex;
}

main img {
	width: 100%;
	height: auto;
}

.doc_content {
	line-height: 2.5rem;
}

.doc_content_red {
	line-height: 2.5rem;
	color: red;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.title {
	font-size: 2rem;
	font-weight: bold;
	padding-bottom: 2rem;
}

.rotated-text{
	transform: rotate(-360deg);
}
