.footer {

  display: flex;

  background: url("/img/footer/footer_bg.png") no-repeat;

}



.footer_left {

  border-right: 0.01rem solid rgba(255, 255, 255, 0.11);

  padding-left: 1.64rem;

  padding-right: 0.1rem;

}
.footer_right>div:nth-of-type(2)>div>div>a{
    position: relative;
}
.ewmbox{
    overflow: hidden;
    position: absolute;
    width: 1.15rem;
    height: 1.15rem;
    left: 50%;
    bottom: 0.35rem;
    transform: translateX(-50%);
    /*display: none;*/
}
.ewmbox img{
    object-fit: contain;
    transform: translateY(120%);
    transition: var(--m_tran) transform;
        margin: 0 !important;

}
.so-media > a:hover > img{
  filter: brightness(0) invert(1);
}
.so-media-active{
 transform: translateY(0) !important;
}


.footer_left>div:first-child {

  width: 2.64rem;

  height: 1.51rem;

  margin-top: 0.79rem;

}



.footer_left>div:nth-child(2) {

  display: flex;

  align-items: center;

  padding-top: 0.38rem;

}



.footer_left>div:last-child {

  font-family: Microsoft YaHei, Microsoft YaHei;

  font-weight: 400;

  font-size: 0.16rem;

  color: #FFFFFF;

  line-height: 0.25rem;

  margin-top: 0.21rem;

  display: flex;

}





.footer_left>div:nth-child(2)>div:first-child {

  width: 0.42rem;

  height: 0.42rem;

  margin-right: 0.08rem;

}



.footer_left>div:nth-child(2)>div:last-child>p:first-child {

  font-family: Microsoft YaHei, Microsoft YaHei;

  font-weight: 400;

  font-size: 0.16rem;

  color: #FFFFFF;

}



.footer_left>div:nth-child(2)>div:last-child>p:last-child {

  font-family: Poppins, Poppins;

  font-weight: bold;

  font-size: 0.28rem;

  color: #FFFFFF;

}



.footer_right {

  flex: 1;

}
.footer_right>div:nth-of-type(2)>div>div{
/*overflow:hidden;*/
}
.footer_right>div:nth-of-type(2)>div>div>img{
    transform: translateY(120%);
transition: var(--m_tran) transform;
}

.footer_right .footer_content_top {

  display: flex;

  justify-content: space-between;

  padding: 0.9rem 0.4rem 0.26rem 1.52rem;



}



.footer_right .footer_content_top p {

  font-family: Microsoft YaHei, Microsoft YaHei;

  font-weight: 400;

  font-size: 0.18rem;

  color: #FFFFFF;

  margin-bottom: 0.15rem;

}



.footer_right .footer_content_top a {

  font-family: Microsoft YaHei, Microsoft YaHei;

  font-weight: 400;

  font-size: 0.16rem;

  color: rgba(255, 255, 255, 0.61);

  line-height: 0.34rem;

  height: auto;

}



.line {

  width: 0.2rem;

  height: 0.02rem;

  background: #5DFF5A;

  margin-bottom: 0.2rem;

}





.footer_content_center {

  text-align: right;

  justify-content: flex-end;

  padding-right: 1.17rem;

}



.footer_content_center>div>div:first-child {

  width: 1.15rem;

  height: 1.15rem;

}



.footer_content_center>div>div:last-child {

  justify-content: flex-start;

  margin-top: 0.09rem;

  margin-bottom: 0.26rem;

}



.footer_content_center>div>div:last-child>img:nth-of-type(1) {

  width: 0.65rem;

  margin-right: 0.23rem;

  height: auto;

}



.footer_content_center>div>div:last-child>img:nth-of-type(2) {

  width: 0.66rem;

  margin-right: 0.23rem;

  height: auto;

}



.footer_content_center>div>div:last-child>img:nth-of-type(3) {

  width: 0.21rem;

  margin-right: 0.23rem;

  height: auto;

}



.footer_content_center>div>div:last-child>img:nth-of-type(4) {

  width: 0.21rem;

  margin-right: 0.23rem;

  height: auto;

}



.footer_content_center>div>div:last-child>img:nth-of-type(5) {

  width: 0.21rem;

  margin-right: 0.23rem;

  height: auto;

}



.footer_content_center>div>div:last-child>img:nth-of-type(6) {

  width: 0.21rem;

  margin-right: 0.23rem;

  height: auto;

}



.footer_content_center>div>div:last-child>img:nth-of-type(7) {

  width: 0.24rem;

  height: auto;

}



.foooter_content_bottom {

  padding: 0.18rem 1.17rem 0.18rem 0.46rem;

}



.foooter_content_bottom>div {

  font-size: 0.14rem;

  color: #4E5D72;

  line-height: 0.3rem;

  text-align: left;

}



.footer_line {

  margin-right: 1.17rem;

  /* width: 11.87rem; */

  height: 0rem;

  border: 0.01rem solid #FFFFFF;

  opacity: 0.11;

}

@media only screen and (max-width: 1024px) {
  .footer{
    display: block;
  }
  .footer_left{
    border-right: none;
    padding-left: 0;
    padding-right: 0;
    width: 80%;
    margin: auto;
  }
  .footer_right .footer_content_top{
    display: none;
  }
  .footer_content_center{
    text-align: center;
    justify-content: center;
    padding-right: 0;
    margin-top: 0.2rem;
  }
  .footer_line{
    margin-right: 0;
  }
  .foooter_content_bottom{
    padding: 0.18rem 0 0.18rem 0;
    display: block;
  }
  .foooter_content_bottom>div{
    text-align: center;
    font-size: 12px;
  }
  .footer_left>div:first-child{
    height: auto;
    padding-top: 0.3rem;
    margin: 0 auto;
  }
  .footer_left>div:last-child,.footer_left>div:nth-child(2){
    justify-content: center;
  }
  .footer_left>div:nth-child(2)>div:last-child>p:first-child,.footer_left>div:last-child p,.footer_left>div:last-child strong,.foooter_content_bottom>div a,.foooter_content_bottom>div{
    font-size: 12px;
  }
}