/*头部css*/
.header{
	width: 100%;
	height: 50px;
	background-color: #04062c;
}
.left{
	width: fit-content;
    margin-left: 20%;
    height: 50px;
    line-height: 50px;
    float: left;
}
.right{
    margin-left: 50%;
    height: 50px;
}
.bar-text{
	color: white;
}
.logo{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}