
.header{
	width: 100%;
	height: 3rem;
	background-color: white;
	box-shadow: 0px 16px 10px rgb(0 0 0 / 8%);
	z-index: 9 !important;
	position: fixed;
	top: 0;
	left: 0;
}
.header_panel{
	width: 96%;
	min-width: 50rem;
	height: 3rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_panel_left{
	width: calc(100% - 15rem);
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}


.header_left_logo{
	width: 2rem;
	height: 2rem;
}
.header_left_logo>img{
	width: 100%;
	height: 100%;
}

.header_left_element{
	width: calc(100% / 7 - 32px);
	min-width: 5rem;
	height: 2.5rem;
	background-color: white;
	margin-left: 5px;
	text-align: center;
	line-height: 2.5rem;
	font-weight: lighter;
	font-size: 0.8rem;
	transition: all 0.3s;
}
.header_left_element>span{
	display: block;
	height: 2rem;
	width: 70%;
	margin: 0 auto;
}

.header_left_element_two{
	width: 5rem;
	min-width: 5rem;
	height: 2.5rem;
	background-color: white;
	margin-left: 5px;
	text-align: center;
	line-height: 2.5rem;
	font-size: 0.8rem;
	transition: all 0.3s;
}
.header_left_element_two:hover{
	cursor: pointer;
	font-weight: bold;
}

.header_left_element:hover{
	cursor: pointer;
}
.header_left_element:hover >span{
	border-bottom: 4px solid #015293;
}


.header_panel_right{
	width: 14rem;
	height: 3rem;
	/* background-color: #B8C6D4; */
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header_panel_right>span{
	display: block;
	height: 2rem;
	line-height: 2rem;
	font-weight: lighter;
	font-size: 0.7rem;
	letter-spacing: 5px;
}

/*ÏÂÔØÎÄµµ°´Å¥*/
.downloadButton
{
	display:block;
	width: 5rem;
	height: 2.5rem;
	background-color: white;
	border: none;
	line-height:2.5rem;
}
.downloadButton:hover{
	cursor:pointer;
	font-weight:bold;
}