@charset "utf-8";
.mainBox{
    width: 100%;
	height: auto;
	background-color: #020c18;
	background-size: 100% auto;
	position: relative;
}
.header{
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.header .logo {
	width: 900px;
	position: relative;
	margin: 0 auto;
}
.header .logo img {
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 3;
	width: 263px;
	height: auto;
	max-height: 47px;
}

.header .banner {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
}
.header .banner img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.header .nav {
	width: 100%;
	height: 50px;
	margin: -5px 0 -5px 0;
	background: #b52d2a;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
}
.header .nav ul {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	height: 50px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.header .nav ul li {
	line-height: 50px;
	margin: 0 20px;
}
.header .nav ul li a {
	font-size: 18px;
	white-space: nowrap;
	color: #fff;
	font-weight: 500;
}
.header .nav ul li a:hover,
.header .nav ul li a.on {
	color: #fdf5c1;
}

.main {
	width: 100%;
	height: auto;
}
.main-content {
	width: 100%;
	height: auto;
	background-size: 100% auto;
	margin: 0 auto 0;
	text-align: center;
}
.main-content img {
	width: 100%;
	height: auto;
	display: block;
}

.main-content .content-block {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.main-content .content-block img {
	width: 100%;
	height: auto;
}

/* 页面底部浮层：上浮在前面的图片上，距底部 100px（留空），高度按内容 */
.page-footer {
	position: absolute;
	bottom: 100px;
	left: 0;
	width: 100%;
	background: transparent;
	box-sizing: border-box;
	z-index: 10;
	padding: 36px 20px 40px;
}

.page-footer .author {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 18px;
	margin-bottom: 0;
	text-align: center;
	border-bottom: 1px solid #d0d0d0;
}
.page-footer .author p {
	font-size: 17px;
	color: #a97b2a;
	line-height: 38px;
	margin: 0;
}

.page-footer .footer {
	width: 100%;
	height: auto;
	margin-top: 0;
	clear: both;
}
.page-footer .foot {
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding-top: 18px;
	margin-top: 0;
}
.page-footer .foot-org {
	padding-bottom: 18px;
	margin-bottom: 0;
}
.page-footer .foot-org p {
	font-size: 15px;
	color: #666;
	line-height: 32px;
	margin: 0;
}

.page-footer .foot-id .foot-id-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 2em 2.5em;
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	margin: 0 0 16px 0;
}
.page-footer .foot-id .foot-id-row span {
	white-space: nowrap;
}
.page-footer .foot-id .foot-id-row a {
	color: #666;
	text-decoration: none;
}
.page-footer .foot-id .foot-id-row a:hover {
	text-decoration: underline;
}
.page-footer .foot-badges {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}
.page-footer .foot-badges a {
	display: inline-block;
	vertical-align: middle;
}
.page-footer .foot-badges img {
	height: 36px;
	width: auto;
	display: inline-block;
	vertical-align: middle;
}
