/*========================================
future
======================================== */
.lang{
  position: relative;
  line-height: 0;
  width: 61px;
  height: 14px;
  left: 30px;
  top: 20px;
}
.lang_arrow_open{
  position: absolute;
  top: 3px;
  left: 0;
  cursor: pointer;
}
.lang_defo_btn{
  position: absolute;
  left: 18px;
}
.lang_defo{
  position: absolute;
  cursor: pointer;
}
.lang_navi{
  display: none;
  position: relative;
  z-index: 9999;
}
.lang_arrow_close{
  position: absolute;
  top: 3px;
  left: 0;
  transform:rotate(180deg);
  cursor: pointer;
}
.lang_menu{
  position: absolute;
  border:  solid 1px #aaa;
  border-radius: 4px;
  padding: 10px;
  top: -11px;
  left: -11px;
  background: #fff;
}
.lang_menu li+li{
  margin-top: 12px;
}
.lang_menu li{
  margin-left: 18px;
  text-align: left;
}
