/** mixins **/
@font-face {
  font-family: "blzIconFont";
  src: url(https://wow.res.netease.com/pc/zt/20240520150521/keep_origin/assets/iconfont_a8b2bfac.woff2) format('woff2'), url(https://wow.res.netease.com/pc/zt/20240520150521/keep_origin/assets/iconfont_97ffcb17.woff) format('woff');
}
.blz-iconfont {
  /* stylelint-disable */
  font-family: "blzIconFont" !important;
  /* stylelint-enable */
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-dashen:before {
  content: "\E640";
}
.icon-dui:before {
  content: "\E63F";
}
.icon-liebiao:before {
  content: "\E63E";
}
.icon-suo:before {
  content: "\E63D";
}
.icon-tieba:before {
  content: "\E63C";
}
.icon-xiaohongshu:before {
  content: "\E637";
}
.icon-bilibili:before {
  content: "\E639";
}
.icon-weibo:before {
  content: "\E63A";
}
.icon-douyin:before {
  content: "\E63B";
}
.icon-weixin:before {
  content: "\E638";
}
.icon-a-edit1x:before {
  content: "\E636";
}
.icon-a-svg_111x:before {
  content: "\E62E";
}
.icon-a-svg_91x:before {
  content: "\E62F";
}
.icon-a-social-youtubef56a46d1a6cc2ffd841bc4a8d1de3d3d1x:before {
  content: "\E634";
}
.icon-a-social-facebook20d2ed4f5a690fe838af4c2beb4ba8be1:before {
  content: "\E635";
}
.icon-a-instagram1x:before {
  content: "\E630";
}
.icon-a-social-twitter0b53f984eb1a5a3eedc1976252de66631x:before {
  content: "\E631";
}
.icon-a-reddit1x:before {
  content: "\E632";
}
.icon-a-facebook1x:before {
  content: "\E633";
}
.icon-a-shopping-bag1x:before {
  content: "\E62D";
}
.icon-a-user-circle1x:before {
  content: "\E626";
}
.icon-a-grid1x1:before {
  content: "\E62C";
}
.icon-a-phone1x:before {
  content: "\E62B";
}
.icon-a-user1x:before {
  content: "\E624";
}
.icon-a-download1x:before {
  content: "\E625";
}
.icon-menu:before {
  content: "\E627";
}
.icon-a-log-out1x:before {
  content: "\E628";
}
.icon-a-chevron-down1x:before {
  content: "\E629";
}
.icon-a-bn-checkmark-filled1x:before {
  content: "\E62A";
}
.icon-a-help-circle1x:before {
  content: "\E621";
}
.icon-a-search1x:before {
  content: "\E622";
}
.icon-a-arrow-up-right1x:before {
  content: "\E620";
}
.icon-a-settings1x:before {
  content: "\E623";
}
.font-sm {
  font-size: 1rem;
}
.font-md {
  font-size: 1.08rem;
}
.font-lg {
  font-size: 3.225rem;
}
@media screen and (min-width: 720px) {
  .font-sm {
    font-size: 1.02rem;
  }
  .font-md {
    font-size: 1.224rem;
  }
  .font-lg {
    font-size: 3.655rem;
  }
}
@media screen and (min-width: 1280px) {
  .font-sm {
    font-size: 1.2rem;
  }
  .font-md {
    font-size: 1.44rem;
  }
  .font-lg {
    font-size: 4.3rem;
  }
}
/* stylelint-disable */
@font-face {
  font-family: 'fzlth';
  src: url('https://nie.res.netease.com/comm/js/nie/ref/fonts/fzlth.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* 方正兰亭粗黑简体 */
@font-face {
  font-family: 'FZLanTingHeiS-B-GB';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/FZLanTingHeiSBGB-Regular.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/FZLanTingHeiSBGB-Regular.woff') format('woff');
  font-weight: 400;
}
/* 方正兰亭黑简体 */
@font-face {
  font-family: 'FZLanTingHeiS-R-GB';
  src: url('https://nie.res.netease.com/comm/js/leihuo/fonts/FZLanTingHeiSRGB-Regular.woff2') format('woff2'), url('https://nie.res.netease.com/comm/js/leihuo/fonts/FZLanTingHeiSRGB-Regular.woff') format('woff');
  font-weight: 400;
}
.social-channel {
  position: relative;
  margin-top: 4px;
  font-family: 'fzlth', sans-serif;
  --pop-border-radius: 6px;
  --pop-content-padding: 8px 8px 14px;
}
.social-channel::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.08);
          box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.08);
  content: "";
  display: block;
  pointer-events: none;
  z-index: 1;
}
.social-channel .channel-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #211510 url(https://wow.res.netease.com/pc/zt/20240520150521/keep_origin/assets/banner-bg_cc290b89.png) no-repeat;
  background-position: top;
  background-size: 200%;
}
.social-channel .channel-content {
  position: relative;
  padding: 20px 0;
  margin: 0 auto;
  max-width: 1600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 5;
}
.social-channel .channel-content .channel-title {
  color: #eddec2;
  font-weight: 700;
  padding: 10px 0;
  line-height: 1.5;
}
.social-channel .channel-content .channel-group {
  height: 100%;
  text-align: center;
  margin-top: -10px;
}
.social-channel .channel-content .channel-group .channel-item {
  display: inline-block;
  border-radius: 6px;
  padding: 0 10px;
  position: relative;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  margin: 10px 0;
}
.social-channel .channel-content .channel-group .channel-item .blz-iconfont {
  color: #f8b700;
  font-size: 32px;
}
.social-channel .channel-content .channel-group .channel-item .channel-pop {
  position: absolute;
  left: 50%;
  bottom: calc(100%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: transparent;
  border: none;
  padding-bottom: 12px;
  display: none;
  line-height: 1;
}
.social-channel .channel-content .channel-group .channel-item .channel-pop .pop-content {
  position: relative;
  border: 1px solid #342828;
  border-right: none;
  border-radius: var(--pop-border-radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #2a1c1c;
  color: #eddec2;
  font-size: 16px;
  padding: var(--pop-content-padding);
  width: 26vw;
  max-width: 140px;
  min-width: 110px;
}
.social-channel .channel-content .channel-group .channel-item .channel-pop .pop-content .pop-desc {
  margin-top: 6px;
  text-align: center;
  font-size: 14px;
}
.social-channel .channel-content .channel-group .channel-item .channel-pop .pop-content .pop-img {
  position: relative;
  padding-top: 100%;
}
.social-channel .channel-content .channel-group .channel-item .channel-pop .pop-content .pop-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.social-channel .channel-content .channel-group .channel-item .channel-pop .pop-content + .pop-content {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
  margin-left: -2px;
}
.social-channel .channel-content .channel-group .channel-item .channel-pop .pop-content:last-child {
  border-top-right-radius: var(--pop-border-radius);
  border-bottom-right-radius: var(--pop-border-radius);
  border-right: 1px solid #342828;
}
.social-channel .channel-content .channel-group .channel-item .channel-pop .pop-content-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #2a1c1c;
  border: 1px solid #342828;
  border-radius: var(--pop-border-radius);
}
.social-channel .channel-content .channel-group .channel-item .channel-pop .pop-content-group .pop-content-item {
  width: 28vw;
  max-width: 140px;
  min-width: 110px;
  position: relative;
  color: #eddec2;
  font-size: 14px;
  padding: var(--pop-content-padding);
}
.social-channel .channel-content .channel-group .channel-item .channel-pop .pop-content-group .pop-content-item .pop-desc {
  margin-top: 6px;
  text-align: center;
}
.social-channel .channel-content .channel-group .channel-item .channel-pop .pop-content-group .pop-content-item .pop-img {
  position: relative;
  padding-top: 100%;
}
.social-channel .channel-content .channel-group .channel-item .channel-pop .pop-content-group .pop-content-item .pop-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.social-channel .channel-content .channel-group .channel-item:hover .channel-pop,
.social-channel .channel-content .channel-group .channel-item:active .channel-pop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.social-channel .channel-content .channel-group .channel-item:hover .blz-iconfont,
.social-channel .channel-content .channel-group .channel-item:active .blz-iconfont {
  color: #fff;
}
.social-channel .channel-content .channel-group .channel-item.channel-item--pop:hover::after {
  display: block;
}
.social-channel .channel-content .channel-group .channel-item::after {
  position: absolute;
  content: ' ';
  display: none;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  top: -14px;
  left: 50%;
  border-top-color: #2a1c1c;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .social-channel .channel-bg {
    background-size: 100%;
  }
  .social-channel .channel-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .social-channel .channel-content .channel-group {
    margin: 0 0 0 32px;
  }
  .social-channel .channel-content .channel-group .channel-item {
    margin: 0 10px;
  }
}
@media screen and (max-width: 510px) {
  .social-channel .channel-content .channel-group .channel-item .pop-content-item .pop-desc {
    font-size: 11px;
  }
  .social-channel .channel-content .channel-group .channel-item .channel-pop .pop-content {
    max-width: 140px;
    min-width: 110px;
  }
  .social-channel .channel-content .channel-group .channel-item .channel-pop .pop-content .pop-desc {
    font-size: 11px;
  }
}

