@charset "utf-8";
/* CSS Document */

@media all  and (min-width: 1024px)  {
	
/*顶部导航样式*/
.top {position:absolute; width:100%; box-sizing:border-box; margin: 0 auto; padding: 0 1.25rem;  top:0rem;  z-index: 999; box-shadow: 0 0 0px rgb(0 0 0 / 15%); height:0.8rem; font-size:0.20rem; background:rgba(27,27,27,.4); }

.lang { height:0.2rem; width:auto; padding:0 0.05rem; float:right; margin-top:0.33rem; background:; color:#eee; line-height:0.20rem; }
.lang a {  display: table-cell; text-align:center; overflow: hidden; background-size: contain;  color:#d23131; padding:0 0.05rem;}

.lang a.sel {color:#d23131;}

}

