.footer{
    height: 50px;
    background-color: #eaeaea;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footers{
    background-color: #eaeaea;
    color: #000;
    text-align: center;
    /* padding: 20px 0; */
    margin-top: 30px;
  }
  
  .footers>p{
    padding: 0;
    margin: 0;
    font-size: 16px;
  }

  .Footer-Top{
    padding: 30px 0;
    width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
  }

  .Footer-Top-Item{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #444;
  }

  .Footer-Main {
    padding: 25px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.Footer-Main-Container{
  display: flex;
  width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
  cursor: pointer;
  text-decoration: none;
  color: #666;
  font-size: 15px;
}
.Footer-Main-Container a{
  color: #666;
  text-decoration: none;
}
.Footer-Bottom{
  padding: 30px 0;
  color: #999;
}
.Footer-Bottom a{
  color: #999;
}
a{
  text-decoration: none !important;
}