.header {
	width: 100%;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #03483d;
}

.logoImg {
	width: 114px;
}

.more {
	position: absolute;
	right: 15px;
	top: 21px;
}

.more img {
	width: 23px;
}

.rightMenu {
	background: #0b0d18;
	position: absolute;
	top: 0;
	right: 0;
	float: left;
	height: 100vh;
	display: none;
	z-index: 999;
}

.leftBox {
	width: calc(100% - 260px);
	height: 100%;
	float: left;
}

.rightBox {
	width: 260px;
	float: right;
	height: 100vh;
	background: #0b0d18;
}

.rightBox li {
	width: calc(100% - 28px);
	margin: 0 auto;
	height: 42px;
	border-bottom: 1px solid #21232d;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 28px;
	color: #fff;
}

.rightBox li img {
	width: 17px;
	height: 17px;
}

.rightBox .active img {
	display: none;
}

/* end */
.footer {
	width: 100%;
	padding: 0 15px;
	background: #272626;
	color: #fff;
}

.footTop {
	border-bottom: 1px solid #fff;
	padding: 20px 0;
}

.footTopItem {
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
}

.topItemTit {
	width: 70px;
}

.topItemCont {
	width: calc(100% - 70px);
	display: flex;
	flex-wrap: wrap;
}

.topItemCont span {
	display: block;
	margin-right: 16px;
	font-size: 12px;
	margin-bottom: 8px;
	margin-top: 2px;
}

.footBot {
	padding: 25px 0 20px 0;
}

.footBot div {
	padding-bottom: 12px;
}
.footTopItem a:visited{
	color:#fff;
}
.footTopItem a:link{
	color:#ddd;
}
#copyright{
	margin: 10px auto;
	width:90%;
	text-align: center;
	font-size: smaller;
	padding:10px 0;
	color:#fff;
	border-top: 1px dotted #999999;
}
#copyright A,#copyright a:link,#copyright a:visited{
	color:#fff;
}
#copyright a:hover{
	color:midnightblue;
}
