header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 400;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 50px;
	max-width: 1024px;
	background: #e54545;
	color: #fff;
	line-height: 50px;
}

header a.bookmark {
	position: absolute;
	z-index: 2;
	display: inline-block;
	padding: 0 .36rem;
	width: 30px;
	height: 50px;
	background: url(/UploadFiles/20231025/202310251049221042.png) no-repeat center;
	background-size: 50% 50%;
	color: #fff;
}

header a.back {
	background: url(back.png) no-repeat center;
	background-size: 50% 50%;
}

header a.home {
	float: right;
	background: url(home.png) no-repeat center;
	background-size: 50% 50%;
}

header a.kaijiang {
	float: right;
	background: url(/UploadFiles/20231025/202310251049129169.png) no-repeat center;
	background-size: 50% 50%;
}

header a {
	position: relative;
	z-index: 2;
	float: left;
	display: inline-block;
	padding: 0 .36rem;
	width: 30px;
	height: 50px;
	color: #fff;
}

header h1 {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	box-sizing: inherit;
	padding: 0 10% 0 10%;
	width: 100%;
	height: 50px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 400;
	font-size: 20px;
}

header h1 img {
	width: auto;
	height: 100%;
	vertical-align: top;
}

header div i {
	box-sizing: border-box;
}

header div a i {
	display: inline-block;
	box-sizing: border-box;
	margin-top: .08rem;
	width: .83rem;
	height: .8rem;
	background: url(xiao1.png) -1.43rem -1.183rem;
	background-position: -4.5rem -4.7rem;
	background-size: 12rem auto;
	vertical-align: middle;
}

header .menubtn {
	position: relative;
	z-index: 2;
	float: right;
	display: inline-block;
}

header .menubtn a {
	margin-right: 0;
	width: auto !important;
	color: #fff;
	text-align: right;
	font-size: 18px;
	line-height: 50px;
}

header .menubtn a span {
	margin-right: -0.03rem;
}

.headfixed {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 400;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1024px;
}

section {
	position: relative;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1024px;
	min-height: 100%;
	font-size: .7rem;
}

.loading>img {
	width: auto;
	height: 14px;
	vertical-align: middle;
}

.box_view {
	overflow-x: auto;
	box-sizing: border-box;
	margin-top: 50px;
	margin-bottom: .5rem;
	height: 2rem;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #dcdce0;
	background: #FFFFFF;
}

.lz_type {
	display: flex;
	width: 36rem;
	justify-content: space-around;
}

.lz_type div {
	float: left;
	display: flex;
	width: 4rem;
	justify-content: center;
	align-items: center;
}

.lz_type div span {
	box-sizing: border-box;
	padding: 0rem .5rem;
	font-size: .65rem;
	line-height: 1.8rem;
}

.lz_type div span a {
	color: #555;
}

.bottom {
	border-bottom: 3px solid #fc3253;
	color: #fc3253;
}

.year_history {
	height: 2rem;
	border-top: 1px solid #e0e0e0;
	background: #fff;
	color: #333;
	text-align: center;
	font-size: .65rem;
	line-height: 2rem;
}

.c-red {
	color: #e54545;
}

#top {
	position: fixed;
	right: 10px;
	bottom: 55px;
	z-index: 50;
	display: none;
	width: 41px;
	height: 41px;
	background: url(top_btn.png) no-repeat;
	background-size: 100% 100%;
}

.nav em {
	position: relative;
	float: left;
	box-sizing: border-box;
	margin-right: 4px;
	padding: 0 6px;
	height: 42px;
	font-style: normal;
}

.nav em:before {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 22px;
	border-left: 1px #fff solid;
	content: "";
	transform: rotate(20deg);
}

.nav em:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 22px;
	border-left: 1px #fff solid;
	content: "";
	transform: rotate(-20deg);
}

.nav span {
	padding-left: 6px;
}

.nav {
	box-sizing: border-box;
	margin-top: 5px;
	width: 100%;
	height: 42px;
	background: #e54545;
	line-height: 42px;
}

.nav a,.nav strong a {
	display: inline;
	color: #fff;
	font-size: 15px;
	line-height: 42px;
}

.nav strong {
	color: #fff;
}

#footerDiv {
	position: relative;
	margin-top: .1rem;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1024px;
	border-top: 1px solid #dededf;
	background: #fff;
	font-size: .7rem;
}

#footerDiv .copy {
	height: 2rem;
	background: #f0eff5;
	color: #666;
	text-align: center;
	font-size: .6rem;
	line-height: 2rem;
}