body{
	margin: 0 auto;
	padding-bottom: 52px;
	background-color: #f1f1f1;
}
a{
	text-decoration: none;
}
/* 头部导航栏 */
.logo-nav{
	width: 100%;
	height: 60.5px;
	background: rgba(70,71,73,1);
	opacity: 1;
	padding: 0;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.head-logoBox{
	width: 45px;
	height: 45px;
}
.head-logoBox a{
	width: 45px;
	height: 45px;
}
.head-logo{
	width: 44px;
	height: 44px;
	background: rgba(0, 0, 0, 0);
	opacity: 1;
}
.head-titleBox{
	width: 50%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px;
}
.head-titleBox .title-shouye{
	height: 28px;
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: 600;
	line-height: 28px;
	color: #FFFFFF;
	opacity: 1;
	display: grid;
	display: -webkit-grid;
	margin-top: 3px;
}
.head-titleBox .title-shouye a{
	height: 28px;
	line-height: 28px;
	display: grid;
	display: -webkit-grid;
	color: #FFFFFF;
}
.head-titleBox .title-shouye::after{
	content: '';
	width: 60%;
	height: 0px;
	border: 2px solid #FFFFFF;
	opacity: 1;
	margin: 3px;
	margin-left: 16%;
}
.head-titleBox .title-xinwen{
	height: 28px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 28px;
	color: #C1C1C1;
	opacity: 1;
	margin-top: 3px;
}
.head-titleBox .title-xinwen a{
	height: 28px;
	line-height: 28px;
	color: #C1C1C1;
}
.head-rightBox{
	/* width: 15%; */
	width: 8%;
	display: flex;
	justify-content: end;
	margin-left: 7%;
}
.head-rightBox .head-rightImg{
	width: 30px;
	height: 30px;
	/* background: rgba(255, 255, 255, 0.39); */
	opacity: 1;
}


/* 右侧导航栏 */
.rightSidebar-box{
	display: none;
	width: 50%;
	height: 100%;
	position: fixed;
	right: 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
	/* background-color: #8C8C8C; */
	z-index: 999;
}
.leftSidebar-box{
	display: none;
	width: 50%;
	height: 100%;
	position: fixed;
	left: 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(70, 71, 73, 0.3);
	z-index: 999;
}
.nav-box{
	height: 50px;
	flex: 1;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.nav-icon{
	width: 25px;
	height: 25px;
	margin-right: 10px;
}
.nav-title{
	font-size: 14px;
	color: #000000;
	font-family: PingFang SC;
	/* color: #FFFFFF; */
}
.expand-icon{
	width: 12px;
	height: 12px;
}
.content-box{
	height: auto;
	display: block;
}
.left-content{
	display: flex;
	justify-content: center;
	align-items: center;
}
.headerMore_box{
	display: none;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.headerMore_box span{
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #000000;
	/* color: #FFFFFF; */
	font-family: PingFang SC;
}