footer {
  position: relative;
  width: 100%;
  padding-top: 120px;
  background: url(/assets/images/image6.png);
  background-size: cover;
}

footer .container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 90px;
}

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

footer .NavList a:first-child {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 45px;
  line-height: 1;
  color: #FFFFFF;
}

footer .NavList a {
  font-size: 16px;
  line-height: 3;
  color: #FFFFFF;
}

footer .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 420px;
}

footer .right h1 {
  font-weight: bold;
  margin: 0;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin-bottom: 60px;
}

footer .right .text {
  text-align: right;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 0.1em;

}

/* 备案 */
.footer_bottom {
  border-top: 1px solid #7D7D7D;
  width: 100%;
  font-family: 'pingfang';
  padding: 30px 0;
}

.footer_bottom,
.footer_bottom a {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 1440px) and (min-width:0px) {}

@media screen and (max-width: 1200px) and (min-width:0px) {}

@media screen and (max-width: 992px) and (min-width:0px) {
  footer .NavList {
    display: none;
  }

  footer .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  footer .right .text {
    text-align: center;
  }

  footer .right .text {

    font-size: 16px;
    line-height: 3;
  }
}

@media screen and (max-width: 640px) and (min-width:0px) {
  footer .right .text {
    font-size: 14px;
    line-height: 3;
  }

  .footer_bottom,
  .footer_bottom a {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1.5;
    text-align: center;
  }
}