/* 登录 */
ul{padding: 0;margin: 0;}
.lang ul li{list-style: none;width: 120px;height: 50px;text-align: center;line-height: 50px;background: #06bb94;box-sizing: border-box;border-radius: 5px;cursor: pointer;}
.lang a{text-decoration: none;color: #fff;display: block;}
.lang ul li a:hover{color: #000 !important;}
.lang{display: flex;flex-direction: column;position: absolute;top: 20px;right: 20px; }
.lang ul li ul{opacity: 0;transition: all linear 0.4s;}
.lang ul li:hover ul{opacity: 1;}

/* 首页 */
.main-layout-header .layui-nav {
    margin-right: 110px;
}
.lang-home ul{padding: 0;margin: 0;}
.lang-home ul li{list-style: none;cursor: pointer;}
.menu-list{
   position:absolute;
   /* top: 60px; */
   /* right:0px; */
   left: -20px;
  width: 110px;
  background: #fff;
}
.menu-list li{
  height: 36px;
  text-align: center;
  line-height: 36px;
  box-sizing: border-box;
  border-radius: 5px;
}
.lang-home a{text-decoration: none;color: #000;display: block;}
.menu-list li:hover{
  background: #aadeee;
}
.lang-home{display: flex;flex-direction: column;position: absolute;top: 20px;right: 50px;z-index:99}
.lang-home ul li ul{
  /* opacity: 0; */
  display: none;
  transition: all linear 0.4s;
}
.lang-home ul li:hover .menu-list{
  /* opacity: 1; */
  top:40px;
}
.lang-home i{
  width: 60px;
  height: 40px;
  display: flex;
  justify-content: center;
  position:relative;
}
.lang-home i img{
  width: 24px;
  height: 24px;
}