*“{
  margin: 0;
  padding: 0;
}
a{
  color: #99AEC2;
}
a:hover{
  color: #FFFFFF;
  text-decoration: unset;
}
.footer{
  background: #061B34;
  margin:auto;
}
.footer > .text {
    text-align: center;
    height: 20px;
    line-height: 0px;
    background: #010E1D;
    color: #99AEC2;
    font-size: 14px;
  }
  .footer > .text>a:hover{
    color: unset;
  }
  .footer>div:first-child{
    width: 1200px;
    margin:auto;
    height: 30px;
    padding-top: 15px;
    box-sizing: border-box;
  }
  .uk-width-4-5 {
    width: 80%;
  }
  .uk-width-1-5 {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .uk-width-1-5 > .QR > p {
    color: #99AEC2;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px !important;
  }
  .uk-width-1-5 > p > img {
    display: block;
    width: 78px;
    height: 78px;
  }
  .uk-width-1-1,
  .uk-width-1-2 {
    font-size: 14px;
    color: #99AEC2;
    line-height: 24px;
  }
  .footerList > div > div > div > .uk-width-1-2:hover,
  .footerList > div > div > div > .uk-width-1-1:hover {
    color: #FFFFFF;
    padding-left: 6px !important;
    cursor: pointer;
  }
  .title{
    margin: 0;
    padding: 0;
  }
  .footerList > div > div > div > .title:hover {
    padding-left: 0px !important;
  }
  .QR > p{
    color: #99AEC2;
    font-size: 14px;
  }
  .QR>.iphone{
    margin-top: 8px !important;
    margin-bottom: 24px !important;
  }
  .QR>p>img{
    width: 78px;
    height: 78px;
  }