#header {
  height: 80px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 58px;
  border-bottom: 1px solid #ddd;
}

.header-wrapper {
  width: 1440px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  width: 200px;
  height: 40px;
  margin-right: 100px;
}

.header-logo img {
  width: auto;
  height: 40px;
}

.header-list a {
  font-size: 14px;
  color: #252b3a;
  height: 18px;
  line-height: 18px;
  margin-right: 28px;
  padding: 11px 4px;
}
.header-list a.active {
  border-bottom: 2px solid #3269f4;
}

#footer {
  width: 100%;
}

#footer .footer-wrapper {
  height: 100%;
  width: 100%;
  background-color: #333;
}

.footer-content {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 40px 24px;
}
.footer-content-left img {
  width: 38px;
  height: 50px;
  margin-right: 7px;
}
.footer-content-left > div {
  display: flex;
}
.footer-logo-title {
  color: #fff;
  text-align: left;
  height: 38px;
  line-height: 14px;
  margin-top: 6px;
}

.footer-content-right{
  display: flex;
  justify-content: space-between;
  margin-left: 16px;
}

.footer-logo-desc {
  max-width: 787px;
  margin-top: 24px;
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
}
.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 100%;
  background: #171717;
}

.footer-link-title {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 24px;
  padding-right: 142px;
}

.footer-content-right .footer-link-column:last-child  .footer-link-title{
  padding-right: 0;
}

.footer-link{
  margin-top: 18px;
  display: block;
  color: #fff;
}

.copyright p {
  color: #fff;
  font-size: 14px;
}

.copyright a {
  color: #fff;
  padding: 0 4px 0 6px;
}
.copyright a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .copyright a + a {
    border-left: 1px solid #fff;
  }
}

@media (max-width: 768px) {
  #footer .footer-wrapper {
    flex-direction: column;
  }

  .copyright a:not(.mb-hide) + a {
    border-left: 1px solid #fff;
  }

  #header {
    padding: 0 3%;
  }

  .header-list{
    white-space: nowrap;
  }

  .footer-content-left img {
    width: 30px;
    height: 40px;
    margin-right: 6px;
  }

  .footer-content{
    padding: 24px 15px;
    flex-direction: column;
    height: auto;
  }

  .footer-content-right{
    margin-top: 16px;
  }

  .footer-logo-desc{
    font-size: 12px;
    line-height: 16px;
    margin-top: 14px;
  }

  .footer-link-title{
    font-size: 14px;
    margin-bottom: 16px;
    padding-right: 0;
  }

  .footer-link{
    font-size: 12px;
    margin-top: 14px;
  }

  .footer-content-right{
    justify-content: space-between;
  }

  .header-logo {
    display: flex;
    align-items: center;
    width: 120px;
    line-height: 40px;
    height: 40px;
    margin-right: 20px;
  }

  .header-logo img {
    width: 100%;
    height: auto;
  }

  .header-list a {
    font-size: 12px;
    margin-right: 8px;
  }
  .copyright{
    padding: 10px 15px;
    flex-wrap: wrap;
    height: 56px;
  }

  .copyright p {
    font-size: 12px;
    line-height: 18px;
    height: 18px;
  }

  .mb-hide {
    display: none;
  }
}
