﻿/*
* PC 顶部导航
*/
.QZnav,
.QZshade,
.QZlogin {
  display: none;
}

.appHeader {
  display: none;
  width: 100%;
  height: 56px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  background-color: #1d1d21;
}

.appHeader .appHeaderContent {
  width: 1100px;
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.appHeader .appHeaderContent .header-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.appHeader .appHeaderContent .youmin-icon {
  width: 104px;
  height: 26px;
  background: url("https://image.gamersky.com/webimg13/db/diablo4/assets/youmin-icon.png") no-repeat center / 100%;
}

.appHeader .appHeaderContent .header-right {
  display: flex;
  align-items: center;
}

.appHeader .appHeaderContent .header-right ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.appHeader .appHeaderContent .header-right ul li a {
  margin-right: 30px;
  font-size: 16px;
  line-height: 56px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.2s;
}

.appHeader .appHeaderContent .header-right ul li a:hover {
  color: #fff;
}

.appHeader .appHeaderContent .header-right .login-box {
  display: flex;
  align-items: center;
  height: 30px;
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #323238;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.appHeader .appHeaderContent .header-right .login-box img {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.appHeader .appHeaderContent .header-right .login-box span {
  margin-left: 10px;
}

.appHeader .appHeaderContent .header-right .login-box span a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.pcCustomDefinitionCode {
  display: none;
  position: fixed;
  right: 68px;
  bottom: 34px;
  z-index: 600;
  width: 280px;
  height: 550px;
}

.pcCustomDefinitionCode .pcEldenRingCodeData {
  position: absolute;
  left: 50%;
  bottom: 65px;
  transform: translateX(-50%);
  width: 128px;
  height: 128px;
}

.pcCustomDefinitionCode .pcEldenRingCodeClose {
  position: absolute;
  right: 0;
  top: -36px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url("//image.gamersky.com/webimg13/db/mapTools/pcEldenRingCodeClose.png") no-repeat center / 100%;
}

/*
* GS App Header native 模板
*/
.withAppHeader .appHeader,
.withAppHeader .QZnav,
.withAppHeader .QZshade,
.withAppHeader .QZlogin {
  display: none !important;
}

.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: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  height: 88px;
  overflow: hidden;
  padding: 44px 0 0;
  box-sizing: border-box;
  background: transparent;
  backdrop-filter: blur(10px);
}

.wapNavigationBar .container.isWap {
  top: 56px;
}

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

.wapNavigationBar .container .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 100%;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
}

.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 / 20px;
}
`r`n
