.footer-box {
  background: #074abf;
  padding-top: 80px;
}
.footer-logo {
  width: 153px;
  margin-bottom: 14px;
}

.logo-title {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 34px;
}
.logo-en {
  font-size: 14px;
  color: #ffffff;
  line-height: 19px;
  margin-bottom: 29px;
}
.footer-a-box {
  display: flex;
  justify-content: space-between;
  margin-right: 8vw;
  flex: 1;
  min-width: 0;
}
.footer-h {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 25px;
}
.footer-a a {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 21px;
}
.footer-a a:hover {
  color: #5bc2fd;
}
.footer-span {
  font-size: 14px;
  color: #ffffff;
  margin-right: 6vw;
  margin-top: -16px;
  flex-shrink: 0;
  max-width: 460px;
}
.footer-code {
}
.footer-span div img {
  width: 16px;
  height: auto;
  vertical-align: middle;
}
.footer-span div {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.footer-span div span {
  word-break: break-word;
  overflow-wrap: break-word;
  flex: 1;
  min-width: 0;
  line-height: 1.6;
}
.code-img img {
  width: 108px;
  height: 108px;
  flex-shrink: 0;
}
.code-img a {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ml21 {
  margin-left: 21px;
}
.footer-line {
  height: 71px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  margin-top: 39px;
}
.footer-line p {
  font-size: 14px;
  color: #b9b9b9;
  line-height: 71px;
  text-align: center;
}
.footer-line a {
  font-size: 14px;
  color: #b9b9b9;
  line-height: 71px;
  text-align: center;
}
.footer-line a:hover {
  color: #5bc2fd;
}
@media screen and (max-width: 1220px) {
.footer-span{
  margin-right: 2vw;
}
.footer-a-box{
  margin-right: 2vw;
}
}
@media screen and (max-width: 1060px) {
.footer-a-box{
  display: none;
}
}
@media screen and (max-width: 768px) {
  .footer-box .safe_width{
    padding: 0;
  }
  .footer-box .flex-bet{
    padding: 0 0.3rem;
  }
  .footer-a {
    display: none;
  }
  .footer-code {
    display: none;
  }
  .footer-box {
    padding-top: 0.83rem;
   
  }
  .footer-logo {
        width: 2.89rem;
    margin-left: 0.45rem;
  }
  .footer-span {
    margin-right: unset;
    font-size: 0.28rem;
  }


  .logo-title {
    font-size: 0.42rem;
    line-height: 0.62rem;
    text-align: center;
  }
  .logo-en {
    font-size: 0.24rem;
    line-height: 0.56rem;
    margin-bottom: 0.5rem;
        text-align: center;
        letter-spacing: 0.03rem;
  }
  .footer-span div img {
    width: 0.51rem;
  }
  .footer-box .flex-bet {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-span div img{
    
    margin-right: 0.12rem;
  }

  .footer-line {
    height: unset;
    padding: 0.31rem 0.3rem;
    margin-top: 0.3rem;
  }
  .footer-line p {
    font-size: 0.26rem;
  line-height: 0.5rem;
  color: rgba(255, 255, 255,0.56);
  }
  .footer-line a {
    font-size: 0.26rem;
line-height: 0.5rem;
 color: rgba(255, 255, 255,0.56);
  }
  .footer-span div {
    margin-bottom: 0.32rem;
    display: flex;
    align-items: flex-start;
  }
    .footer-span div span{
      font-size: 0.3rem;
    }
 
 
  
}
