header {
	/* height: 0.38rem; */
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 99;
	left: 0;
}
body{
	background: rgba(0, 0, 0, 0.04);
}
.header_changebox {
	padding: 0.05rem 0;
	width: 100%;
	position: absolute;
	top: 100%;
	background: #fff;
	border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
	box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
	z-index: 20;
	display: none;
}

.header_content {
	
	position: absolute;
	top: 100%;
	width: 100%;
	height: 1.15rem;
}

.header_content.fixed {
	position: fixed;
	/* top:-100% ; */
	top: 0;
	left: 0;
	z-index: 52;
}


.header_logo {
	width: 2.62rem;
	height: 0.5rem;
}

.header_logo img {
	width: 100%;
	height: 100%;
}

.header_contentBox {
	display: flex;
	align-items: center;
	position: relative;
	width: calc(100% - 3rem);
	margin: 0 auto;
}
.header_content:hover{
	background: #4E2608;
}

.header_rightbox {
	display: flex;
	align-items: center;
}

.header_right_seacherbox{
	width: 0.4rem;
	height: 0.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	z-index: 99;
}
.header_right_seacherbox img{
	width: 0.2rem;
	height: 0.2rem;
}


.header_menus{
	flex: 1;
	display: flex;
	justify-content: center;
	position: relative;
}
.header_menus_flex {
	display: flex;
	align-items: center;
	position: relative;
}

.header_menuItems {
	height: 1.15rem;
}

.header_menuItems:last-child {
	margin-right: 0;
}
.header_menu_atxt {
	display: inline-block;
    padding: 0rem 0.19rem;
    line-height: 1.15rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
}

.header_menuItems.active .header_menu_atxt,
.header_menuItems:hover .header_menu_atxt {
	font-weight: bold;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #A98458;
}
.header_contentBox img{
	width: 2.62rem;
	height: 0.5rem;
}