.header{
	width: 100%;
	height: 1rem;
	background: #fff;
}
.nav{
	height: 100%;
}
.h_logo{
	width: 3.42rem;
	height: 0.67rem;
}
.nav ul .item{
	padding: 0 0.26rem;
}
.nav ul .item a{
	font-family: Arial, Arial;
	font-weight:normal;
	font-size: 0.18rem;
	color: #000000;
	line-height: 0.6rem;
	text-align: center;
	transition: all .5s;
}
.nav ul .item:last-child{
	margin-right: 0.26rem;
}
.nav ul li.active a,
.nav ul li:hover a{
	font-weight: bold;
}
.serach{
	width: 0.17rem;
	height: 0.19rem;
}
.other{
    display:flex;
    justify-content: center;
    align-items: center;
}
.other_button{
    margin-left: 0.17rem;
    display: flex;
    justify-content: center;
    border: 0.01rem solid #1D76BB;
    border-radius: 0.05rem;
}
.other_button div{
    width: 0.8rem;
    height: 0.33rem;
    text-align: center;
    line-height:0.33rem;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
}
.register{
    color: #1D76BB;
    border-radius: 0rem 0.05rem 0.05rem 0rem;
}
.login{
    border-radius: 0.05rem 0rem 0rem 0.05rem;
    color: #FFFFFF;
   background: #1D76BB;
}
@media screen and (max-width: 1024px){
    .header{
        display: none;
    }
}
