@media screen and (min-width: 1440px) {
  .footer-width {
    width: 1258px;
  }
}
@media screen and (max-width: 1440px) {
  .footer-width {
    width: 1048px;
  }
}
.footer-width{
  height: 100%;
  padding-top: 64px;
  box-sizing: border-box;
  display: flex;
  color: #99A0B7;
}
 
.footer-left{
  width: 93px;
  margin-right: 60px;
}

.footer-left>img{
  width: 93px;
  height: 45px;
}

.footer-right{
  display: flex;
  flex: 1;
  flex-direction: column;
  font-size: 14px;
  row-gap: 6px;
}

.footer-right .footer-line{
   width: 100%;
   height: 1px;
   background-color: #7B849D;
   margin: 9px 0;
}

.footer-right .italic-span{
  font-family: DingTalk;
}

