footer {
  background: url(/img/footer.jpg) no-repeat;
  width: 100%;
  /* height: 95vh; */
  background-position: center;
  background-size: cover;
  padding: 4.1146vw 11.1979vw 3.75vw 14.5833vw;
}

footer .foot {
  margin-bottom: 7.8125vw;
}

footer .logo {
  width: 100px;
  height: 45px;
}

footer .foot .text_1 p {
  color: #FFF;
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 700;
  line-height: 114.286%;
  text-transform: uppercase;
}

footer .icon img {
  cursor: pointer;
}

footer .foot .text_2 {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

footer .foot .text_2 p {
  color: #FFF;
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 700;
  line-height: 114.286%;
  text-transform: uppercase;
}

footer .foot .text_2 .search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* width: 8.5938vw; */
  width: fit-content;
  /* height: 50px; */
  padding: 8px 10px 8px 32px;
  gap: 24px;
  flex-shrink: 0;
  border-radius: 1000px;
  background: linear-gradient(90deg, #00A0E9 0%, #68B731 50%, #00A0E9 100%) left/150% 100%;
  transition: background 1s ease;
}

footer .foot .text_2 .search:hover {
  background-position: right;
}

footer .foot .text_2 .search p {
  color: #FFF;
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 700;
  line-height: 1.5
}

footer .foot .text_2 .search img {
  width: 2.0833vw;
  height: 2.0833vw;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

footer .foot1 {
  display: flex;
  align-items: center;
  gap: 8.4896vw;
}

footer .foot1 .ewm {
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .foot1 .ewm_1 img {
  width: 10.3125vw;
  height: 10.3125vw;
  position: absolute;
  /* right: 11.1979vw; */
  right: 0;
  padding: 0.7292vw 0.8333vw;
  border-radius: 11px;
  border: 5px solid #5EB91F;
  background: #FFF;
  /* padding: 10px; */
}

footer .foot1 .icon {
  position: absolute;
  display: flex;
  /* gap: 1.0938vw; */
  margin-top: 10.8vw;
  right: 1vw;
}

footer .foot1 .icon img {
  width: 1.5625vw;
  height: 1.5625vw;
}

footer .foot1 .zuo .pic {
  width: 9.3229vw;
  height: 4.0625vw;
}

footer .foot1 .foot-link {
  gap: 4.9479vw;
  display: flex;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans SC";
  font-style: normal;
  /* font-weight: 700; */
  line-height: normal;
}

footer .foot2 {
  margin-top: 4.5313vw;
  display: flex;
  flex-direction: column;
  gap: 1.0417vw;
}

footer .foot2 p {
  color: #FFF;
  /* font-family: Montserrat; */
  font-style: normal;
  /* font-weight: 700; */
  line-height: normal;
}

footer .foot2 .ev img {
  width: 1.25vw;
  height: 1.25vw;
}

footer .foot2 .ev .item p {
  font-size: 0.8333vw;
  color: #FFF;
  font-family: "Noto Sans SC";
  font-style: normal;
  /* font-weight: 700; */
  line-height: normal;
}

footer .foot2 .ev {
  display: flex;
  gap: 13px;
}

footer .foot2 .ev .item p {
  line-height: 1.8;
}

footer .foot2 .ev:not(:last-child) {
  align-items: center;
}

footer .foot3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4.5833vw;
}

footer .foot3 .zuo {
  display: flex;
  gap: 1.0417vw;
}

footer .foot3 .zuo p {
  color: #FFF;
  font-family: "Noto Sans SC";
  font-style: normal;
  /* font-weight: 700; */
  line-height: 1.75
}

footer .foot3 .you {
  display: flex;
  gap: 1.875vw;
}

footer .foot3 .you p {
  color: #FFF;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  opacity: 0.6;
}

footer .co-w {
  position: relative;
}

@media (max-width:768px) {
  footer {
    padding: 20px 5%;
  }

  footer .foot {
    margin-bottom: 50px;
  }

  footer .foot .text_2 {
    margin-top: 20px;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  footer .foot .text_2 p.f_42 {
    /* width: 200px; */
  }

  footer .foot .text_2 .search img {
    width: 20px;
    height: 20px;
  }

  footer .foot1 {
    flex-direction: column;
    align-items: flex-start
  }

  footer .foot1 .zuo .pic {
    width: 100px;
    height: 45px;
  }

  footer {
    height: auto;
  }

  footer .foot1 .foot-link {
    /* margin-top: 40px; */
    flex-direction: column;
  }

  footer .foot1 {
    gap: 0;
    position: relative;
  }

  footer .foot1 .ewm_1 img {
    width: 100px;
    height: 100px;
  }

  footer .foot1 .ewm_1 img {
    top: 35px;
    right: 10px;
    width: 100px;
    height: 100px;
  }

  footer .foot2 .ev img {
    width: 20px;
    height: 20px;
  }

  footer .foot3 .zuo {
    align-items: center;
    width: 100%;
  }

  footer .foot3 .zuo a p {
    width: auto !important;
  }

  footer .foot2 .ev .item p {
    font-size: 14px;
  }

  footer .foot3 {
    flex-direction: column;
    align-items: flex-start;
  }
}