.footer{
    background: #050B1D;
}

.ICP{
    text-align: center;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
    line-height: 1.5;
    font-weight: 400;
}

.govlink{
    color: white !important;
    text-decoration: none;
}


.footer-box{
  height: 100%;
  padding: 60px 0 30px 0;
  margin: 0 auto;
  display: grid;
}

.left{
    width: 20%;
}

.center{
    width: 40%;
}

.right{
    width: 30%;
}

.libox{
    color: #fff;
    list-style-type: none;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
}

.qrcode{
  width: 120px;
  height: 120px;
}

.footer-title{
  color: rgba(255, 255, 255, 0.6);
}

/** 移动端 */
@media (max-width: 767px) {
 
  .footer-box{
    width: 100%;
  }
  .left{
    width: 40%;
  }

  .center{
      width: 60%;
  }

  .right{
      width: 50%;
  }
}

/** 中等屏幕 */
@media (min-width: 768px) and (max-width: 991px) {

  .footer-box{
    width: 1200px;
    display: flex;
  }

  .left{
    width: 20%;
  }

  .center{
      width: 20%;
  }

  .right{
      width: 60%;
  }
}

/** 大屏幕 */
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-box{
    width: 1200px;
    display: flex;
  }

  .left{
    width: 20%;
  }

  .center{
      width: 30%;
  }

  .right{
      width: 50%;
  }
}

/** 超级大屏幕 */
@media (min-width: 1200px) {
  .footer-box{
    width: 1200px;
    display: flex;
  }

  .left{
    width: 20%;
  }

  .center{
      width: 50%;
  }

  .right{
      width: 30%;
  }
}