.footer {
    clear: both;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: block;
   background: #050B1A;
    color: #fff;
  }
  .footer .first{
      height: 20px;
      padding: 0;
      margin: 0 auto;
  }
  .footer .nav-one{
      font-size: 14px;
      color: #fff;
  }
  
  .footer .nav-two{
      font-size: 12px;
      color: #ccc;
  }
  
  .footer .copyright{
      clear: both;
      text-align: center;
      padding: 0;
      padding-top: 10px;
      padding-bottom: 30px;
      margin: 0 auto;
      display: block;
  }
  .footer .copyright span{
      text-align: center;
      color: #666;
      font-size: 12px;
      line-height: 17px;
      padding: 0;
      margin: 0 auto;
      display: inline-block;
      width: 100%;
  }
  .footer .footer-wrapper{
      padding: 0;
      margin: 0 auto;
      padding-top: 30px;
  }
  .footer .footer-left{
      float: left;
      width: 80%;
  }
  .footer .footer-right{
      margin: 0 auto;
      text-align: center;
  }
  .footer .ercode{
      height:60px;
      width: 60px;
      margin-bottom:10px;
  }
  .ercode-box p{
      width: 74px;
      height: 18px;
      opacity: 0.8;
      font-size: 12px;
      color: #FFFFFF;
      letter-spacing: 0;
      font-weight: 400;
  }
  .footer .ercode-box{
      text-align: center;
  }
  .footer .title{
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 12px;
      padding: 0;
      
  }
  .footer .subtitle{
      font-size: 14px;
      line-height: 17px;
      margin-bottom: 10px;
      padding: 0;
  }
  .footer a.suburl{
      font-size: 14px;
      line-height: 17px;
      color: #ccc;
      padding: 0;
      margin-bottom: 8px;
  }
  .footer .w100{
      text-align: left;
      max-width: 198px;
  }
  .footer .last{
      display:flex;
      justify-content: space-between;
      padding:0 10px;
  }
  .footer .title{
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 12px;
      padding: 0;
      
  }
  .footer .w100 .title{
      padding-left: 15px;
  }
  
  .footer .w100 .subtitle{
      padding-left: 15px;
  }
  
  .footer a:hover {
    color: #2E7BFB;
  }
  .footer-left .bes-md-5 {
    flex: 0 0 0 20%;
    width: 20%;
  }
  .footer-big-title[url]{
      cursor: pointer;
  }
  @media (max-width: 768px) {
   .footer {
    position:fixed;
    bottom:0;
     overflow-x: hidden;
    z-index: 10000;
   }
  }