footer {
  background: #fff;
  padding-top: 75px;
}

footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .left {
  display: flex;
  flex-wrap: wrap;
}

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


footer .NavList a:first-child {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1;
  color: #242424;
  border-left: 1px solid #C5C5C5;
}

footer .NavList:first-child a {
  padding-left: 0;
  border-left: 0px solid #C5C5C5;
}

footer .NavList a {
  font-size: 16px;
  line-height: 3;
  color: #828282;
  padding: 0 60px;
}

.footerLogo {
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.footerLogo img {
  width: auto;
  max-width: 200px;
}

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

footer .right p {
  margin-bottom: 0;

}

footer .right img {
  margin-top: 15px;
  margin-bottom: 30px;
}

footer .right .text {
  font-size: 16px;
  line-height: 2;
  text-align: right;
  color: #828282;
}

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

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

.footerTop {
  position: absolute;
  right: 5px;
  z-index: 2;
  transform: rotate(-90deg);
}
@media screen and (max-width: 1600px) and (min-width:0px) {
footer .left {
    width: 68%;
}
footer .NavList {
    width: 20%;
}
footer .NavList a {
    text-align: center;
    padding: 0;
}
footer .right {
    width: 32%;
}
}
@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) {}

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

  footer .left {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .footerLogo {
    width: 100%;
    display: flex;
    justify-content: center;
  }

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

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