.footer {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #475266;
  padding:0 360px ;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  padding: 80px 0 70px 0;
}

.footer-logo {
  width: 180px;
  height: 48px;
}

.footer-main {
  display: flex;
  margin-top: 20px;
}

.footer-list {
  margin-right: 80px;
}

.footer-list-item {
  cursor: pointer;
  margin-top: 10px;
}

.footer-list-item a {
  font-size: 15px;
  font-weight: 400;
  color: #CBCBCB;
}

.footer-list-item:first-child a {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
}

.nav-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  border: 2px solid #878D99;
  cursor: pointer;
}

.footer-arrow {
  margin-top: 5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}

.copy-right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 10px 0;
  width: 1080px;
  color: #878D99;
  border-top: 1px solid #5E687B;
  font-size: 16px;
}
.copy-right1  {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0 10px 0;
  width: 1080px;
  color: #878D99;
  font-size: 16px;
}
.copy-right1 a {
  margin-left: 5px;
  color: #878D99;
}
.copy-right a {
  margin-left: 5px;
  color: #878D99;
}
