.footer.footer .partner-footer .row-social .social-list ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}


.footer.footer .partner-footer .row-social .social-list ul li.tiktok,
.footer.footer .partner-footer .row-social .social-list ul li.twitch,
.footer.footer .partner-footer .row-social .social-list ul li.weibo{
  width: 23px;
  height: 28px;
  margin: 0px 3px;
}
.footer.footer .partner-footer .row-social .social-list ul li.tiktok{
  margin-left: 0px;
}
.footer.footer .partner-footer .row-social .social-list ul li.tiktok > a,
.footer.footer .partner-footer .row-social .social-list ul li.twitch > a,
.footer.footer .partner-footer .row-social .social-list ul li.weibo > span,
.footer.footer .partner-footer .row-social .social-list ul li.weibo > a{
  width: 23px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  
  display: block;
}

.footer.footer .partner-footer .row-social .social-list ul li.tiktok > a{
  background-image: url(../assets/img/social/tiktok.png);
}
.footer.footer .partner-footer .row-social .social-list ul li.twitch > a{
  background-image: url(../assets/img/social/twitch.png);
  
}
.footer.footer .partner-footer .row-social .social-list ul li.weibo > span,
.footer.footer .partner-footer .row-social .social-list ul li.weibo > a{
  cursor: default;
  background-image: url(../assets/img/social/weibo.png);
  opacity: 0.2;
}
.footer.footer .partner-footer .row-social .social-list ul li.weibo > span:hover
.footer.footer .partner-footer .row-social .social-list ul li.weibo > a:hover{
  opacity: 1;
}