.loginBg{
      width: 100%;
      background: url("img/light_wool.png") repeat;
      position: relative;
    }
.chinese{
  width: 24px;
  height: 16px;
  background: url("img/chinese.png") no-repeat;
  float: right;
}
.english{
  width: 24px;
  height: 16px;
  background: url("img/english.png") no-repeat;
  float: right;
}

.korean{
  width: 24px;
  height: 16px;
  background: url("img/korean.png") no-repeat;
  float: right;
}

.russia{
  width: 24px;
  height: 16px;
  background: url("img/russia.png") no-repeat;
  float: right;
}
#examine_vue .el-table tr,#advert_list .el-table tr{
  cursor: pointer;
}
