#footer {
  padding: 20px 100px 40px 100px;
  background-color: #03122E !important;
  min-width: 1440px;
}

.footer-dibu {
  background-color: #03122E !important;
}

#footer .row {
  margin: 0;
}

.footer-dibu .footer-dibu-div {
  margin-top: 30px;
  flex-direction: column !important;
}

.footer-dibu .line {
  border: 1px solid #424D63; 
  width: 95vw; 
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#footer .footer-zhuti {
  width: 100%;
}

#footer .QRcode {
  position: relative;
}

#footer .QRcode .text {
  position: absolute;
  left: 67px;
  top: 9px;
  color: #a4a4a5;
}

@media screen and (max-width: 980px){
	#footer {
    min-width: 0;
    padding: 20px 20px 40px 20px;
  }
  .footer-dibu {
    padding: 0;
  }
}