.gw_header {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 42px;
  width: 100%;
}

.gw_header_inner {
  position: relative;
  margin: 0 auto 0;
  width: 1920px;
  height: 72px;
  background-color: rgba(15, 17, 29, 0.82);
}

.gw_header_logo {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  cursor: pointer;
}

.gw_header_menu {
  position: relative;
  margin: 0 auto 0;
  width: 1200px;
}

.gw_header_menu_item {
  position: relative;
  width: 180px;
  text-align: center;
  font-family: KaiTi;
  color: #ecd4c8;
}

.gw_header_menu_item h1 {
  margin-top: 20px;
  font-size: 22px;
  font-weight: normal;
  line-height: 1;
}

.gw_header_menu_item h2 {
  margin-top: 8px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}

.gw_header_menu_item.fl {
  float: left;
}

.gw_header_menu_item.fr {
  float: right;
}

.gw_header_menu_item.sl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 1px;
  height: 20px;
  background: url(/statics/img/web/gamesite/module10/menu_split.png) 0 0
    no-repeat;
}

.gw_header_menu_item.sr::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  width: 1px;
  height: 20px;
  background: url(/statics/img/web/gamesite/module10/menu_split.png) 0 0
    no-repeat;
}

.gw_header_menu_item.active h1,
.gw_header_menu_item.active h2,
.gw_header_menu_item:hover h1,
.gw_header_menu_item:hover h2 {
  color: #ffc851;
  transition: color 0.4s ease;
}
