footer {
  background: linear-gradient(90deg, #2A2E33 0%, #2A2D33 100%);
  padding-top: 75px;
  display: flex;
  flex-wrap: wrap;
}

.footer1 {
  padding: 45px 0;
  width: 33.33%;
  border-right: 1px solid #d9d9d933;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.footer2 {
  padding: 45px 0;
  width: 33.33%;
  border-right: 1px solid #d9d9d933;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer2 h1 {
  color: #FFFfff33;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 10px;
}

.footer2 p {
  color: #FFFfff33;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
  max-width: 75%;
}

.footer2 span {
  display: block;
  width: 1px;
  height: 45px;
  background: #d9d9d933;
  margin-bottom: 15px;
}

.footer2 h2 {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-family: bold;
  line-height: 1;
  letter-spacing: 1;
  text-transform: uppercase;
  color: #FFFfff33;
}

.footer3 {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer3>a {
  width: 183px;
  height: 49px;
  border-radius: 5px;
  background: #FFF;
  padding: 0 30px;
  font-family: bold;
  color: #00000080;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 75px;
}

.footer3 a img {
  width: 8px;
  transform: rotateY(-180deg);
}

.footer3 p {
  color: #FFFfff80;
  font-size: 16px;
  margin-bottom: 15px;
  font-family: bold;
  text-align: center;
  line-height: 2;
}

.footer3 span {
  margin-top: 75px;
  display: flex;
}

.footer3 span>.WeChat {
  position: relative;
}

.footer3 span img.WeChat {
  filter: invert(1);
}

.footer3 span img.WeChat,
.footer3 span .email {
  margin: 0 20px;
  width: 28px;
}

.footer3 span .WeChat .ewm {
  display: none;
}

.footer3 span .WeChat:hover .ewm {
  display: block;
  max-width: 120px;
  position: absolute;
  bottom: 150%;
  left: calc(50% - 65px);
}

/* 备案 */
.footerbottom {
  margin-top: 75px;
  border-top: 1px solid #D9D9D933;
  padding: 20px 0;
  width: 100%;
  color: #ffffff33;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}

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

@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) {
  .footer1 {
    display: none;
  }

  .footer2 {
    width: 50%;
  }

  .footer3 {
    width: 50%;
  }
}

@media screen and (max-width: 640px) and (min-width:0px) {
  footer {
    padding-top: 30px;
  }

  .footer2 {
    padding: 30px 0 15px;
    width: 100%;
    border-right: 0px;
  }

  .footer3 {
    width: 100%;
  }

  .footer2 h1 {
    font-size: 14px;
  }

  .footer2 p {
    font-size: 12px;
    letter-spacing: 0;
    max-width: 100%;
  }

  .footer2 p {
    font-size: 14px;
  }

  .footer2 h2 {
    font-size: 14px;
  }

  .footer3>a {
    width: 100px;
    height: 25px;
    font-size: 12px;
    padding: 0 15px;
    margin-bottom: 30px;
  }

  .footer3 p {
    font-size: 14px;
    line-height: 2;
    text-align: center;
  }

  .footer3 span {
    margin-top: 15px;
    display: flex;
  }

  .footerbottom {
    margin-top: 30px;
  }

  .footer3 span img {
    width: 15px !important;
  }

  .footer3 span .WeChat:hover .ewm {
    left: calc(50% - 60px);
    width: 120px !important;
  }
}