.footer {
  position: relative;
  height: 117px;
  margin: 0 auto;
  padding-top: 12px;
  border-top: 1px solid #e2e0e9;
}
.back-to-top {
  position: fixed;
    bottom: 150px;
    right: 60px;
}
.back-to-top img {
  width: 48px;
}
.footertopright li {
  margin: 0 16px;
}
.footertop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footertopright {
  display: flex;
}
.fp p {
  margin-top: 30px;
  text-align: center;
  font-family: Nunito, Nunito;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.footertopleft {
  font-family: Nunito, Nunito;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
}

@media (max-width: 1360px) {
  .footer {
    width: 100%;
  }

 .back-to-top {
    position: absolute;
    bottom: 145px;
    right: 22px;
}
}

@media (max-width: 800px) {
  .footertopleft {
    font-size: 16px;
    line-height: 24px;
  }

  .footertopleft {
    display: flex;
    width: 60%;
    margin: 0 auto;
    justify-content: space-evenly;
  }
  .footertopright {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 24px;
  }
  .footertopright li {
    margin: 0 24px;
  }
  
  .headerul {
    display: none;
  }
  .headerdian {
    width: 30px;
  }
  .logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .headerdian {
    margin-right: 32px;
  }
  .header {
    width: 95%;
    padding: 12px 0;
  }

  .aaa {
    justify-content: flex-start;
  }
}
@media (max-width: 500px) {
  .headerdian {
    width: 20px;
    margin-right: 12px;
  }
  .logo a {
    font-size: 20px;
    line-height: 24px;
  }

  .header1input {
    max-width: 196px;
    min-width: 100px;
    border-radius: 100px 100px 100px 100px;
    border: 1px solid #cac7d2;
    display: flex;
    padding: 4px 16px;
  }

  .header1input input {
    width: 100px;
    font-size: 12px;
  }
  .footertopleft {
    font-size: 12px;
    line-height: 14px;
    width: 100%;
  }
  .footertopright li {
    margin: 0 14px;
  }
  .fp p {
    font-size: 12px;
    line-height: 14px;
    margin-top: 12px;
  }
  .footertopright img {
    width: 20px;
  }
  .footertopright {
    margin-top: 12px;
  }
  .back-to-top img {
    width: 24px;
  }
      .back-to-top {
        bottom: 170px;
    }
}

@media (max-width: 345px) {
    .header1input input {
        width: 100px;
     
    }
    .logo a {
        font-size: 16px;
        line-height: 24px;
    }
}
