body .buorg {
  position: fixed;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
  top: 0;
  left: 0;
  width: 100%;
  border: none;
}

.buorg .buorg-pad {
  color: #fff;
}

.buorg ul {
  padding: 0;
  display: table;
  list-style: none;
  margin: auto;
  width: auto;
}

.buorg li {
  display: inline-block;
  padding: 0 20px;
}

.buorg img {
  width: 42px;
  height: 50px;
}
.buorg .buorg-icon {
  display: none;
}
.buorg .closeIcon {
  position: absolute;
  right: 10px;
  width: 12px;
  height: 12px;
}
.buorg #buorgig {
  background-color: transparent;
}
