  .footer-weChat{  float: left;padding:0px 5%;}
.footer-link-img .tbtp{ width:38px; height: 38px;text-align:center;margin:0 auto;}
.footer-link-img .tbtp img{vertical-align: middle;transition:transform 0.5s;}


.footer-link-img {  font-family: "FZLTHK--GBK1-0";  font-size: 16px;  color: #fff;  line-height: 28px;  white-space: nowrap;}
.footer-link-img img{border:none;vertical-align:middle;max-width:100%;max-height:100%; margin-top:10px;}
.footer-weChat-code img,
.footer-tikTok-code img,
.footer-topBuzz-code img,
.footer-Kwai-code img {  width: 130px;  height: 130px;}
.footer-weChat-code,
.footer-tikTok-code,
.footer-topBuzz-code,
.footer-Kwai-code {  position: absolute;
	z-index: 99;
	top:-15px;
	padding:2px;
	width:105px;
	margin-left: -30px;
	background-color:#fff;
	border-radius:3px;
	box-shadow:0 0 10px rgba(0,0,0,0.15);
	border-radius:5px;
	box-sizing:border-box;
	visibility: hidden;
	opacity: 0;
	transform:translateY(-10px);
	transition:all 0.2s ease-out 0s;}
.footer-weChat-code,
.footer-tikTok-code,
.footer-topBuzz-code,
.footer-Kwai-code{}

.footer-weChat-code:after{
	content:'';
	position:absolute;
	left:50%;
	top:100%;
	margin-left:-8px;
	width:0;
	height:0;
	border:8px solid transparent;
	font-size:0;
	border-top-color:#fff;}
.footer-weChat-code img{  width: 86px;}
.footer-weChat:hover .footer-weChat-code{
	visibility:visible;
	opacity:1;
	transform:none;}

.footer-weChat-code img {  width: 100%;  height: 100%;}
