.header-container {
	position: fixed;
	display: flex;
	justify-content: center;
	z-index: 999;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.9);
}

.header-container-background {
	background-color: rgba(0, 0, 0, 0);
}

.header-body {
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	height: 60px;
	color: #fff;
}

.header-right-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-btn-index {
	display: inline-block;
	width: 62px;
	height: 30px;
	background-image: url("../../assets/imgs/header/home_0.png");
	background-repeat: no-repeat;
	cursor: pointer;
}

.header-btn-index:hover {
	background-image: url("../../assets/imgs/header/home_1.png");
}

.header-btn-about {
	margin-left: 64px;
	display: inline-block;
	width: 94px;
	height: 30px;
	background-image: url("../../assets/imgs/header/about_0.png");
	background-repeat: no-repeat;
	cursor: pointer;
}

.header-btn-about:hover {
	background-image: url("../../assets/imgs/header/about_1.png");
}

.header-btn-join {
	margin-left: 64px;
	display: inline-block;
	width: 94px;
	height: 30px;
	background-image: url("../../assets/imgs/header/join_0.png");
	background-repeat: no-repeat;
	cursor: pointer;
}

.header-btn-join:hover {
	background-image: url("../../assets/imgs/header/join_1.png");
}

.header-btn-test {
	display: inline-block;
	margin-left: 64px;
	width: 94px;
	height: 30px;
	/* background-color: #ddd; */
	cursor: pointer;
}

.header-btn-test:hover .header-btn-test-icon{
    background-image: url(../../assets/imgs/header/test_0.png);
    background-color: #fff;
    border-radius: 50%;
	background-repeat: round;
}

.header-btn-test-icon {
	display: inline-block;
	background-image: url("../../assets/imgs/header/test_1.png");
	width: 30px;
	height: 30px;
	background-repeat: round;
}
.btn-test-labels{
	margin-top: -37px;
	height: 30px;
	margin-left: 36px;
}
.btn-test-lable-Zh {
	width: 100px;
	margin-top: -42px;
}
.btn-test-lable-En {
	width: 100px;
	font-size: 6px;
	margin-top: -5px;
}