
.m_bg {
  width: 1920px;
  height: 1080px;
  display: flex;
  background: url(../../images/bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.select_language{
  width: 358px;
  height: 378px;
  position: absolute;
  left: 1290px;
  top: 346px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.select_language a{
  display: inline-block;
  cursor: pointer;
}
.select_language img{
  width: 100%;
  height: 90px;
  
}
.select_language img:hover{
  opacity: 0.8;
}