.footer{
  box-sizing: border-box;
  padding: 1.4rem 8%;
  background: #C0191F;
  display: flex;
}
.footer-logo{
  width: 6.2rem;
}
.footer-logo-image{
  width: 100%;
}
.footer-link{
  display: flex;
  flex-wrap: wrap;
  width: calc(400rem / 40);
  padding-top: 1rem;
  margin-top: -0.7rem;
  margin-left: -1.2rem;
}
.footer-link-item{
  display: flex;
  padding-left: 0.8rem;
  background-size: 0.5rem 0.45rem;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 0.4rem;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 0.5rem;
  transition: 0.3s all;
  margin-left: 1.2rem;
  margin-top: 0.7rem;
}
.footer-link-item:hover {
  color: #fff;
  transform: translateY(-0.05rem);
}
.footer-link-item:nth-child(1) {
  background-image: url('/sannuo/templates/web/img/foooter/i1.png');
}
.footer-link-item:nth-child(2) {
  background-image: url('/sannuo/templates/web/img/foooter/i2.png');
}
.footer-link-item:nth-child(3) {
  background-image: url('/sannuo/templates/web/img/foooter/i3.png');
}
.footer-right{
  padding-left: 5rem;
}
.footer-share{
  margin-left: -0.7rem;
}
.footer-share-item{
  position: relative;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.7rem;
}
.footer-share-wechat{
  background-image: url(/sannuo/templates/web/img/foooter/wechat.png);
}

.footer-share-wechat:hover {
  background-image: url(/sannuo/templates/web/img/foooter/wechat_active.png);
}
.footer-share-weibo{
  background-image: url(/sannuo/templates/web/img/foooter/weibo.png);
}

.footer-share-weibo:hover {
  background-image: url(/sannuo/templates/web/img/foooter/weibo_active.png);
}
.footer-share-tiktok{
  background-image: url(/sannuo/templates/web/img/foooter/tiktok.png);
}

.footer-share-tiktok:hover {
  background-image: url(/sannuo/templates/web/img/foooter/tiktok_active.png);
}
.footer-share-redbook{
  background-image: url(/sannuo/templates/web/img/foooter/redbook.png);
}

.footer-share-redbook:hover {
  background-image: url(/sannuo/templates/web/img/foooter/redbook_active.png);
}
.footer-code{
  position: absolute;
  left: 0;
  top: -6rem;
  transform: translate(-0.1rem, 0);
  width: 5rem;
  height: 5.875rem;
  padding: 0.25rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/sannuo/templates/web/img/foooter/qr_border.png);
  z-index: 9999;
  visibility: hidden;
}
.footer-share-item:hover .footer-code{
  visibility: visible;
}
.footer-code-image{
  width: 100%;
}
.footer-code-text{
  text-align: center;
  font-size: 0.4rem;
  font-weight: 400;
  color: #4D4D4D;
  line-height: 0.55rem;
  margin-top: 0.1rem;
}
.footer-content{
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.2rem;
  margin-left: -2rem;
}
.footer-content-row{
  font-size: 0.4rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.6rem;
  margin-top: 0.7rem;
  margin-left: 2rem;
}

.footer-content-row > a {
  display: inline-block;
  color: #fff;
  transition: 0.3s all;
}
.footer-content-row > a:hover {
  transform: translateY(-0.05rem);
}

@media screen and (max-width: 1000px) { 
  .footer{
    flex-direction: column;
  }
  .footer-link{
    display: none;
  }
  .footer-right{
    padding: 0;
    margin-top: 0.5rem;
  }
}<!--ºÄÊ±1764515887.9368Ãë-->