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

footer .container {
  padding-left: 0;
  padding-right: 0;
}

footer .footerList {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footerListBox {
  width: calc(100% - 150px);
  display: flex;
  position: relative;
}

.footerListBox.media_pc {
  display: flex !important;
}

.EWMList {
  width: 180px;
}

.footerList .NavList {
  display: flex;
  flex-direction: column;
  width: calc(100% / 6);
}

.footerList .NavList p a {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.88);
}

.NavListBox {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 300px;
}

.footerList .NavListBox a {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.64);
  margin: 10px 0;
}

.footerList .NavList:nth-child(2) .NavListBox a:nth-child(1) {
  display: none;
}

.footerList .NavList:nth-child(2) .NavListBox a:nth-child(2) {
  display: none;
}

.footerList .NavList:nth-child(5) {
  position: absolute;
  top: 150px;
  right: calc(100% / 6);
  width: calc(100% / 6);
}

.footerList .NavList:nth-child(2) {
  width: calc((100% / 6) * 2);
}

.EWMList p {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.88);
}

.EWMList h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 42px;
  color: #FFFFFF;
}

.EWMList .img {
  margin-top: 15px;
}

.EWMList .img p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.64);
  text-align: center;
  margin: 15px 0;
}

/* 备案 */
.footer_bottom {
  margin-top: 60px;
  border-top: 1px solid #7D7D7D;
  width: 100%;
  padding: 45px 0;
  position: relative;
}

.footer_bottom,
.footer_bottom a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.64);
  line-height: 3;
  text-align: left;
}

.footer_bottom a:nth-child(2) {
  margin-left: 40px;
}

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

@media screen and (max-width: 1200px) and (min-width:0px) {
  .footerList .NavList:nth-child(2) {
    width: 235px;
  }

  .footerList .NavList {
    display: flex;
    flex-direction: column;
    width: calc((100% - 235px) / 4);
  }

  .footerListBox {
    width: calc(100% - 140px);
  }

  .footerList .NavList:nth-child(5) {
    right: calc((100% - 235px) / 4);
    width: calc((100% - 235px) / 4);
  }

  .EWMList h1 {
    font-size: 18px;
  }

  .EWMList {
    width: 140px;
  }
}

@media screen and (max-width: 1080px) and (min-width:993px) {
  .footerListBox {
    width: calc(100% - 140px);
    display: flex;
    position: relative;
    justify-content: space-between;
    position: relative;
  }

  .footerList .NavList {
    width: auto;
  }

  .EWMList {
    width: 120px;
  }

  .footerList .NavList:nth-child(5) {
    top: 143px;
    right: 10%;
  }
}

@media screen and (max-width: 992px) and (min-width:0px) {
  .footerListBox.media_pc {
    display: none !important;
  }

  .footerList .NavList:nth-child(2) .NavListBox a:nth-child(1),
  .footerList .NavList:nth-child(2) .NavListBox a:nth-child(2) {
    display: block;
  }

  footer .container {
    padding: 0 15px;
  }

  .footerList .NavList {
    width: 100% !important;
  }

  footer .footerList {
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .footerList .NavList:last-child {
    position: relative;
    top: 0;
    right: 0;
  }

  .footerListBox {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .NavListBox {
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  .footerList .NavList p {
    margin-bottom: 0;
  }

  .footerList .NavList p a {
    display: flex;
    justify-content: flex-start;
    margin: 0;
  }

  .NavList.cur .NavListBox {
    display: none;
  }

  .footerList .NavListBox a {
    margin: 0;
    padding: 0px 3px;
  }

  .footerListBox {
    position: relative;
  }

  .EWMList {
    width: auto;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: 15px;
    bottom: 0;
  }

  .EWMList .text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .EWMList p {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 2;
  }

  .EWMList .img {
    margin-top: 0px;
    max-width: 90px;
  }

  .EWMList .img p {
    font-size: 12px;
    margin-bottom: 0;
  }

  .EWMList h1 {
    font-size: 14px;
    line-height: 2;
  }

  .EWMList p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 2;
  }

  .footer_bottom {
    padding: 30px 0 60px;
  }

  .footerList .NavList:nth-child(5) {
    position: relative;
    top: auto;
    right: auto;
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 640px) and (min-width:0px) {
  footer {
    background: #393C40;
    padding-top: 45px;
  }

  .footerList .NavList p a {
    font-size: 16px;
  }

  .footer_bottom, .footer_bottom a {
    line-height: 2;
    letter-spacing: -1px;
  }

  .EWMList p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 2;
  }

  .EWMList h1 {
    font-size: 12px;
    line-height: 1;
  }
}
