.wapNavigationBar {
  max-width: 1140px;
  margin: 0 auto;
  box-sizing: border-box;
}

.wapNavigationBar .occupy {
  width: 100%;
  height: 88px;
}

.wapNavigationBar .container {
  position: fixed;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  height: 88px;
  padding: 44px 0 0;
  box-sizing: border-box;
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.wapNavigationBar .container .back,
.wapNavigationBar .container .tools {
  position: relative;
  flex-shrink: 0;
  height: 100%;
}

.wapNavigationBar .container .back {
  width: 44px;
}

.wapNavigationBar .container .tools {
  width: 52px;
}

.wapNavigationBar .container .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 100%;
}

.wapNavigationBar .container .title .GsLogo {
  display: block;
  width: 69.49px;
  height: 17.5px;
}

.wapNavigationBar .container .back {
  cursor: pointer;
  background: url('//image.gamersky.com/webimg13/zhuanti/monsterHunterAssembler/icon_NavBack_20x20@3x.png') no-repeat center / 17px;
}

.wapNavigationBar .container .back.is-hidden {
  cursor: default;
  background: none;
  pointer-events: none;
  visibility: hidden;
}

.wapNavigationBar .container .tools .toolsBox {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.wapNavigationBar .container .tools .toolsBox .goToIndex {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 20px;
  margin-right: 16px;
  padding: 0 4px;
  overflow: hidden;
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  color: rgba(255, 255, 253, 0.6);
  white-space: nowrap;
  font-size: 11px;
  line-height: 18px;
  cursor: pointer;
  transform: translateY(-0.5px);
}

.wapNavigationBar .container .tools .toolsBox .goToIndex i {
  display: block;
  width: 6px;
  height: 6px;
  margin-left: 4px;
  background: url('//image.gamersky.com/webimg13/zhuanti/LootOfBaalWiki/TriangleRight.png') no-repeat center / 6px;
}
