.twitter {
  width: 21px;
  height: 20px !important;
  background: url("../../imgs/pc/twitter.png") 0 0 no-repeat;
  background-size: contain;
  display: none !important;
}

.youtube {
  width: 20px;
  height: 20px !important;
  background: url("../../imgs/pc/youtube.png") 0 0 no-repeat;
  background-size: contain;
  display: none !important;
}

.en .pc-header .logo {
  background: url("../../imgs/pc/logo_en.png") 0 0 no-repeat;
  background-size: contain;
}

.en .pc-header .weibo, .en .pc-header .wechat, .en .pc-header .bilibili {
  display: none;
}

.en .pc-header .twitter, .en .pc-header .youtube {
  display: block !important;
}

.app-header, #app-nav {
  display: none;
}

.pc-header {
  height: 80px;
  width: 100%;
  min-width: 1630px;
  background: rgba(255, 255, 255, 0.1);
  border-bottom: rgba(255, 78, 202, 0.7) solid 1px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.94rem;
  z-index: 1000;
  position: relative;
}

.pc-header.blur {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.5);
}

.pc-header .logo {
  width: 98px;
  height: 32.5px;
  background: url("../../imgs/pc/logo.png") 0 0 no-repeat;
  background-size: contain;
}

.pc-header ul {
  height: 100%;
  display: flex;
  align-items: center;
}

.pc-header ul li {
  font-family: "MicrosoftYaHeiLight";
  font-size: 0.16rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  height: 21px;
  line-height: 0.8rem;
  margin: 0 0.5rem;
  cursor: pointer;
}

.pc-header ul li a {
  color: #fff;
  display: block;
  position: relative;
}

.pc-header ul li a::after {
  content: '';
  width: 0%;
  height: 1px;
  background-image: linear-gradient(90deg, transparent, white);
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  transition: 0.4s all;
}

.pc-header ul li.active a::after, .pc-header ul li:hover a::after {
  width: 100%;
}

.pc-header .user-content {
  display: flex;
  align-items: center;
  width: 1.28rem;
}

.pc-header .user-content .name {
  font-family: 'MicrosoftYaHeiLight';
  font-size: 0.16rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
}

.pc-header .user-content .head-icon {
  height: 0.42rem;
  margin-left: 0.2rem;
}

.pc-header .link {
  position: absolute;
  right: 220px;
  display: flex;
  align-items: center;
}

.pc-header .link li {
  margin: 0 14px;
  line-height: normal;
}

.pc-header .link a {
  display: inline-block;
  height: 20px;
}

.pc-header .link a::after {
  content: none;
}

.pc-header .link .weibo {
  width: 25px;
  background: url("../../imgs/pc/icon_weibo.png") 0 0 no-repeat;
  background-size: contain;
}

.pc-header .link .wechat {
  width: 24px;
  background: url("../../imgs/pc/icon_wechat.png") 0 0 no-repeat;
  background-size: contain;
}

.pc-header .link .wechat:hover::after {
  content: '';
  position: absolute;
  top: 30px;
  left: -110px;
  width: 240px;
  height: 240px;
  background: url("../../imgs/pc/etime_qrcode.jpg") 0 0 no-repeat;
  background-size: contain;
}

.pc-header .link .bilibili {
  width: 21px;
  background: url("../../imgs/pc/icon_bilibili.png") 0 0 no-repeat;
  background-size: contain;
}

.pc-header .link .steam {
  width: 20px;
  background: url("../../imgs/pc/icon_ssteam.png") center no-repeat;
  background-size: contain;
}

.pc-header .lang_wrap {
  position: absolute;
  right: 100px;
  font-size: 18px;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
}

.pc-header .lang_wrap:hover .options {
  display: block;
}

.pc-header .lang_wrap .lang {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.pc-header .lang_wrap .lang span {
  margin-left: 12px;
  display: block;
  width: 15px;
  height: 9px;
  background: url("../../imgs/pc/arrow_lang.png") 0 0 no-repeat;
  background-size: contain;
}

.pc-header .lang_wrap .options {
  display: none;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  background-color: #000;
  text-align: center;
}

.pc-header .lang_wrap .options::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 23px;
  height: 12px;
  background: url("../../imgs/pc/box_before_lang.png") 0 0 no-repeat;
  background-size: contain;
}

.pc-header .lang_wrap .options a {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #fff;
}

.pc-header .lang_wrap .options a:hover {
  background: #ff4eca;
}
