.section6 {
  background: #e3e3e3;
}

footer {
  background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/207/20240318155416_bar6PDsZ.png) no-repeat center;
  background-size: cover;
  width: 100%;
  height: auto;
  position: relative;
}

footer::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(0deg, #e3e3e300 20%, #e3e3e3 100%);
}

footer>.container {
  padding-top: 90px;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .Ft1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .Ft1 .logo {
  width: 300px;
  filter: drop-shadow(0px 10px 10px rgba(0, 24, 45, 0.2));
}

footer .Ft1 .ss {
  width: 540px;
  height: 80px;
  border: 1px solid #A5A5A5;
  border-radius: 50px;
  display: flex;
  align-items: center;
}

footer .Ft1 .ss input {
  border-radius: 50px;
  background: #fff0;
  width: 400px;
  height: 100%;
  padding: 0 45px;
  outline: none;
}

footer .Ft1 .ss button {
  width: 140px;
  height: 80px;
  position: relative;
  display: block;
  background: linear-gradient(322.34deg, #E06300 21.49%, #EF970B 78.32%);
  border-radius: 50px;
}

footer .Ft1 .ss button::after {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  z-index: 1;
  background: linear-gradient(322.34deg, #F09709 30%, #E06300 80%);
  filter: blur(0.5px);
  border-radius: 50px;
}

footer .Ft1 .ss button:hover::after {
  background: linear-gradient(322.34deg, #F09709 20%, #E06300 80%);
}

footer .Ft1 .ss button img {
  position: relative;
  z-index: 2;
  width: 40px;
}

.FtNav {
  width: 100%;
  margin-top: 75px;
  display: flex;
  justify-content: space-between;
}

.FtNav a {
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  background: linear-gradient(91.02deg, #DF8900 2.11%, #E06300 50.52%), #D51724;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media (max-width: 1200px) {
  footer {
    height: auto;
    background-position: right;
  }

  footer .Ft1 .logo {
    width: 200px;
  }

  footer .Ft1 .ss {
    width: 400px;
    height: 60px;
  }

  footer .Ft1 .ss input {
    width: calc(100% - 100px);
  }

  footer .Ft1 .ss button {
    width: 100px;
    height: 60px;
  }
}

@media (max-width:720px) {
  footer>.container {
    padding-top: 60px;
  }

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

  footer .Ft1 .ss {
    margin-top: 30px;
  }

  .FtNav {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .FtNav a {
    width: 33%;
    line-height: 2;
    font-size: 16px;
    font-weight: 400;
  }
}

@media (max-width:500px) {
  footer .Ft1 .ss {
    width: 100%;
  }
}

/* 备案 */
.footer {
  border-top: 1px solid #D9D9D9;
  padding: 45px 0 75px;
}

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

.footer .aa {
  background: #E9E1D7;
  border-radius: 50px;
  position: relative;
  z-index: 3;
  padding: 15px 30px;
  color: #9C9C9C;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}

.footer a {
  color: #9C9C9C;
  font-size: 14px;
  line-height: 30px;
}


@media (max-width: 992px) {}

@media (max-width: 640px) {}

.footer .bb {

  display: flex;
  justify-content: flex-end;
}

.ewm {
  display: flex;
}

.ewm .item {
  margin: 0 30px;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #CFCFCF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ewm .item .icon {
  width: 50px;
}

.ewm .item .ImgBox {
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: 2;
  top: -150px;
  left: -45px;
  display: none;
}

.ewm .item .ImgBox img {
  width: 100%;

}

.ewm .item:hover .ImgBox {
  display: block;
}

@media (max-width: 1200px) {
  .footer {
    padding: 30px 0;
  }

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

  .footer .bb {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-around;
  }
}

@media (max-width: 992px) {
  .footer .aa {
    border-radius: 20px;
    font-size: 12px;
    padding: 10px;
    line-height: 1.5;
  }

  .footer a {
    font-size: 12px;
    line-height: 1.5;
  }
}