
.lang2023{
	
float: right;
	
position: absolute;
	
top: 12px;
	
right: 80px;
	
width: 200px;
	
overflow: hidden;
}

.lang2023 a{
	
font-size: 15px;
	
line-height: 26px;
	
background: #f07f04;
	
color: #fff;
	
border-radius: 8px;
	
display: block;
	
width: 86px;
	
text-align: center;
	
float: left;
	
margin-right: 10px;
}

.lang2023 a:first{
	
}

.lang2023 a:hover{
	
}