.gw_topbar {
  position: relative;
  z-index: 3;
  background: #ffffff;
}

.gw_topbar_inner {
  position: relative;
  margin: 0 auto 0;
  width: 1920px;
  height: 42px;
}

.gw_topbar_logo {
  position: absolute;
  top: 0;
  left: 360px;
  width: 217px;
  height: 42px;
  background: url(/statics/img/web/gamesite/module6/game_top_logo_module6.png) 0 0 no-repeat;
}

.gw_topbar_rem {
  position: absolute;
  left: 540px;
  top: 0px;
  width: 360px;
  height: 42px;
  cursor: pointer;
}

.gw_topbar_rem_pop {
  position: absolute;
  z-index: 100;
  left: 540px;
  top: 0px;
  width: 360px;
  height: 42px;
  cursor: pointer;
}

.gw_topbar_rem_pop img {
  display: none;
}

.gw_topbar_rem_pop:hover * {
  display: block;
}

.gw_topbar_before,
.gw_topbar_after {
  position: absolute;
  top: 6px;
  right: 362px;
  font-size: 16px;
  line-height: 33px;
}
.gw_topbar_after #user_name {
  display: inline-block;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 33px;
  vertical-align: bottom;
}

.gw_topbar_before a,
.gw_topbar_after a {
  color: #636363;
  margin: 0 8px;
  cursor: pointer;
}

.gw_topbar_before a:hover,
.gw_topbar_after a:hover {
  text-decoration: underline;
}

.gw_agetips {
  position: absolute;
  left: 320px;
  top: 563px;
  width: 78px;
  height: 101px;
  background: url(/statics/img/age_icon_20221216_78.png) 0 0 no-repeat;
  cursor: pointer;
}

@keyframes ani_gw_topbar_logo_after {
  0% {
    left: -20%;
  }

  100% {
    left: 100%;
  }
}