/** mixins **/

.xy-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#global-channel-box {
  width: 7.5rem;
  padding: 0 0.15rem;
  margin: 0 auto;
  margin-top: 0.15rem;
  position: relative;
  top: 0.14rem;
  padding-bottom: 0.15rem;
}

#global-channel-box::after {
  content: '';
  display: inline-block;
  width: 6.8rem;
  height: 0.01rem;
  background: #716e6d;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

#global-channel-box .channel-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  border-radius: 0.15rem;
}

#global-channel-box .channel-list .channel-item {
  position: relative;
  margin: 0.15rem 0.08rem;
}

#global-channel-box .channel-list .channel-item:last-child::after {
  content: none;
}

#global-channel-box .channel-list .channel-item.discord {
  background: url(https://www.anantagame.com/pc/gw/20250903164307/assets/sprite-460fe9_460fe971.png) no-repeat;
  background-size: 2.94rem 2.56rem;
  background-position: -0 -0;
  width: 1.01rem;
  height: 0.76rem;
}

#global-channel-box .channel-list .channel-item.tiktok {
  background: url(https://www.anantagame.com/pc/gw/20250903164307/assets/sprite-460fe9_460fe971.png) no-repeat;
  background-size: 2.94rem 2.56rem;
  background-position: -0 -1.68rem;
  width: 0.73rem;
  height: 0.84rem;
}

#global-channel-box .channel-list .channel-item.twitter {
  background: url(https://www.anantagame.com/pc/gw/20250903164307/assets/sprite-460fe9_460fe971.png) no-repeat;
  background-size: 2.94rem 2.56rem;
  background-position: -1.05rem -0.88rem;
  width: 0.73rem;
  height: 0.75rem;
}

#global-channel-box .channel-list .channel-item.yt {
  background: url(https://www.anantagame.com/pc/gw/20250903164307/assets/sprite-460fe9_460fe971.png) no-repeat;
  background-size: 2.94rem 2.56rem;
  background-position: -1.94rem -0;
  width: 0.96rem;
  height: 0.68rem;
}

#global-channel-box .channel-list .channel-item.facebook {
  background: url(https://www.anantagame.com/pc/gw/20250903164307/assets/sprite-460fe9_460fe971.png) no-repeat;
  background-size: 2.94rem 2.56rem;
  background-position: -0 -0.8rem;
  width: 0.87rem;
  height: 0.84rem;
}

#global-channel-box .channel-list .channel-item.instagram {
  background: url(https://www.anantagame.com/pc/gw/20250903164307/assets/sprite-460fe9_460fe971.png) no-repeat;
  background-size: 2.94rem 2.56rem;
  background-position: -1.05rem -0;
  width: 0.85rem;
  height: 0.84rem;
}

#global-channel-box .channel-list .channel-item.reddit {
  background: url(https://www.anantagame.com/pc/gw/20250903164307/assets/sprite-460fe9_460fe971.png) no-repeat;
  background-size: 2.94rem 2.56rem;
  background-position: -1.94rem -0.72rem;
  width: 0.8rem;
  height: 0.8rem;
}

#global-channel-box .channel-list .code-box {
  display: none;
  position: absolute;
  bottom: -0.08rem;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  width: 0.83rem;
  height: 0.83rem;
  background-color: #000;
  padding: 0.04rem;
  z-index: 1;
}

#global-channel-box .channel-list .qr-code {
  width: 100%;
  height: 100%;
}
