*{
  padding: 0;
  margin: 0;
  text-decoration:none;
  list-style:none;
}
input{
	border: none;
}
input:focus{
	outline: none;
}
[v-cloak]{
	display: none;
}
.heder{
	width:100%;
	padding:3% 2.5%;
	display:flex;
	box-sizing: border-box;
	justify-content:space-between;
	align-items:center;
}
.heimg1{
	width:30px;
	height:30px;
}
.heimg2{
	width:100px;
}
.sj2{
	width:95%;
	height: 50px;
	margin-left:2.5%;
	padding:3% 2.5%;
	display:flex;
	box-sizing: border-box;
	justify-content:space-between;
	align-items:center;
	background: #fff;
	box-shadow: 0 0.42rem 0.83rem 0 rgba(0,0,0,.05);
	border-radius: 1.67rem;
	border: 0.04rem solid #ededed;
}
.soso{
	width:100%;
	display: flex;
	align-items: center;
}
.soso input{
	width:80%;
	background-color:#fff;
	border: none;
	margin-right:10px;
	font-size:16px;
}
.soso span{
	color:orange;
	font-size:16px;
}
.sjmi{
	width:95%;
	margin: 0 auto;
	margin-top:30px;
}
.navlist{
	width:95%;
	margin-left:2.5%;
	padding:3% 2.5%;
}
.navlist ul{
	width:100%;
    display:flex;
	justify-content: space-between;
	align-items: center;
}