﻿footer {
  background-color: #000;
}


footer .container {
  position: relative;
  z-index: 3;
  padding-top: 120px;
  padding-bottom: 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .contact {
  display: flex;
  flex-direction: column;
}

footer .contact h1 {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

footer .contact span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--color);
  margin: 20px 0 10px;
}

footer .contact h2 {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin: 0;
  position: relative;
  display: flex;
}

footer .contact h2 p {
  color: #808080;
  width: 112px;
  margin: 0;
  margin-right: 30px;
}

footer .ewm {
  color: rgba(255, 255, 255, 0.50);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px;
}
footer .ewm1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .ewm img {
  width: 120px;
  margin-bottom: 10px;
}

/* 备案 */
.footer {
  background: #000;
  position: relative;
  z-index: 3;
  border-top: 1px solid #E2E2E2;
  padding: 25px 0;
  width: 100%;
  color: #C7C7C7;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}

.footer a {
  color: #C7C7C7;
  font-size: 14px;
  line-height: 2;
}


@media (max-width: 1440px) {}

@media (max-width: 1200px) {}

@media (max-width: 992px) {}

@media (max-width: 640px) {
  footer .container {
    padding-top: 60px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  footer .contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  footer .contact h2 p {
    display: contents;
  }

  footer .contact h2 {
    text-align: center;
  }

  .footer{margin-bottom: 61px;}
}
