@charset "utf-8";
.site-header-index {/*
	background: #fff;*/
	display: flex;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	z-index: 99;
}
.site-header {/*
	background: #333;*/
	display: flex;
	justify-content: space-between;
	position: fixed;
	top: 0px;
	transition: .5s;
	width: 100%;
	z-index: 90;
}
.site-header.show{
	top: 0;
}
.header-parts {/*
	background-color: #fff;*/
	position: relative;
	z-index: 99;
}