.common-footer {
  width: 100%;
  padding-bottom: 0.2rem;
  background: #000000;
}
.common-footer .footer-top {
  width: 100%;
  border-bottom: 0.01rem solid #999999;
  padding-bottom: 0.14rem;
  padding-top: 0.26rem;
}
.common-footer .footer-top .common-container {
  align-items: center;
}
.common-footer .footer-top .logo {
  width: 0.59rem;
  height: 0.17rem;
}
.common-footer .footer-top .part-right {
  display: flex;
  align-items: center;
  font-size: 0.1rem;
  color: white;
}
.common-footer .footer-top .split-line {
  width: 0.01rem;
  height: 0.12rem;
  background: #808080;
  margin: 0 0.1rem;
}
.common-footer .footer-top .to-top {
  font-size: 0.07rem;
  color: #929292;
  line-height: 0.15rem;
  cursor: pointer;
}
.common-footer .footer-top .icon-to-top {
  width: 0.05rem;
  height: 0.07rem;
  margin-left: 0.03rem;
  cursor: pointer;
}
.common-footer .label {
  font-family: Arial;
  font-weight: bold;
  font-size: 0.1rem;
  color: white;
}
.common-footer .footer-contact {
  width: 100%;
  display: flex;
  column-gap: 0.8rem;
  margin-top: 0.22rem;
}
.common-footer .channel-list {
  margin-top: 0.14rem;
  margin-bottom: 0.29rem;
  display: flex;
  align-items: center;
  column-gap: 0.24rem;
}
.common-footer .channel-list .icon-facebook {
  width: 0.08rem;
  height: 0.14rem;
}
.common-footer .channel-list .icon-twitter {
  width: 0.15rem;
  height: 0.13rem;
}
.common-footer .channel-list .icon-ins {
  width: 0.14rem;
  height: 0.14rem;
}
.common-footer .channel-list .icon-youtube {
  width: 0.19rem;
  height: 0.13rem;
}
.common-footer .channel-list .icon-douyin {
  width: 0.11rem;
  height: 0.14rem;
}
.common-footer .download-list {
  margin-top: 0.08rem;
  display: flex;
  align-items: center;
  column-gap: 0.13rem;
}
.common-footer .download-list img {
  width: 0.83rem;
}
.common-footer .contact-item {
  margin-top: 0.12rem;
  margin-bottom: 0.05rem;
  font-size: 0.09rem;
  color: white;
}
.common-footer .contact-item .item-label {
  display: inline-block;
  width: 0.7rem;
  text-align: left;
}
.common-footer .footer-links {
  margin-top: 0.3rem;
}
.common-footer .link-item {
  display: inline-block;
  margin-top: 0.11rem;
  margin-right: 0.3rem;
  color: white;
  font-size: 0.08rem;
}
.common-footer .footer-bottom {
  margin-top: 0.17rem;
  text-align: center;
  font-size: 0.06rem;
  color: #939393;
}
