.headerTitle_xgh {
  width: 100%;
  position: fixed;
  height: 44px;
  z-index: 9999;
  top: 0;
  background: #F4F7FB;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.headerTitle_xgh div {
  width: 700px;
  color: #222527;
  font-size: 14px;
}

.headerTitle_xgh div img {
  vertical-align: sub;
}

@media screen and (max-width: 768px) {
  .headerTitle_xgh {
    text-align: center;
    justify-content: center;
  }
  .headerTitle_xgh div img:first-child {
    display: none;
  }
}
