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;
  }
}

/* 0820 新加代码 */
.footerForm {
  width: 260px;
  position: fixed;
  z-index: 999;
  left: 15px;
  bottom: -330px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 0px 24.3px 2.7px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.footerForm.on {
  bottom: 15px;
}

.footerForm h1 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  padding: 15px;
  background: linear-gradient(135deg, #4B79FA 0%, #6352C2 100%);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.footerForm img {
  width: 18px;
  height: 18px;
  object-fit: cover;
  cursor: pointer;
}

.footerForm.on img {
  height: 3px;
}

.footerForm form {
  padding: 15px;
  padding-top: 30px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
}

.footerForm input {
  outline: none;
  border: 1px solid #dddfe6;
  border-radius: 6px;
  width: 100%;
  height: 35px;
  padding: 0 10px;
}

.footerForm input::placeholder {
  font-size: 14px;
  line-height: 1.5;
  color: #b2b6bd;
}

.footerForm textarea {
  outline: none;
  border: 1px solid #dddfe6;
  width: 100%;
  height: 80px;
  border-radius: 6px;
  padding: 10px;
  font-size: 18px
}

.footerForm textarea::placeholder {
  font-size: 14px;
  line-height: 1.5;
  color: #b2b6bd;
}

.footerForm button {
  margin-left: auto;
  margin-right: 0;
  width: 80px;
  height: 30px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  border-radius: 6px;
  background: linear-gradient(135deg, #4B79FA 0%, #6352C2 100%);
}

@media (max-width: 1200px) {
  .footerForm {
    bottom: -400px;
  }
}

.HtmlRight {
  position: fixed;
  right: 30px;
  bottom: 50%;
  transform: translateY(50%);
  z-index: 9;
  width: 80px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 0px 24.3px 2.7px rgba(0, 0, 0, 0.2);
  padding: 30px 0px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}

.RightIcon {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  grid-gap: 5px;
}

.RightIcon img {
  text-align: center;
  margin: 0 auto;
  width: 30px;
}

.RightIcon p {
  margin: 0;
  text-align: center;
  font-size: 14px;
  color: #686d88;
  font-weight: bold;
}

.RightIcon1 img {
  width: 70%;
}

.erji {
  position: absolute;
  right: 100%;
  padding-right: 15px;
  display: none;
}

.RightIcon:hover .erji {
  display: block;
}

.erji span {
  font-size: 16px;
  border-radius: 6px;
  color: #686d88;
  padding: 15px;
  background: #fff;
  box-shadow: 0px 0px 24.3px 2.7px rgba(0, 0, 0, 0.2);
  width: max-content;
  display: block;
}

.erji span img {
  width: 120px;
}

.RightIcon1 {
  cursor: pointer;
}

.RightIcon5 {
  grid-gap: 10px;
  cursor: pointer;
}

.HtmlRightOn {
  display: none;
}

/* @media (max-width: 720px) {
  .HtmlRight {
    right: -70px;
  }

  .HtmlRight.on {
    right: 10px;
  }

  .HtmlRightOn {
    display: block;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #4B79FA 0%, #6352C2 100%);
    padding: 10px;
    position: absolute;
    right: 100%;
    bottom: 0;
    transform: rotate(90deg);
    border-radius: 6px;
  }

  .HtmlRight.on .HtmlRightOn {
    display: none;
  }
} */
