.head {
	background-color: #000000;
	padding: 1rem 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.head_topb{
	margin: 0 1.4rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.head_left {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.head_icon {
	width: 1.6rem;
	height: 2rem;
}

.head_name {
	color: #B3995B;
	font-size: 1.6rem;
	padding: 0 0.6rem;
	white-space: nowrap;
}

.head_right_icon {
	width: 19px;
	height: 1.4rem;
}

.right_icon {
	width: 2.4rem;
	height: 2.1rem;
}

.head_centre {
	color: #B3995B;
	font-size: 1.6rem;
	padding-right: 10%;
}

