@charset "utf-8";
.footer-box {
  background-image: url("/assets/images/footer/footerBg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 700px;
  position: relative;
}

.footer-box .foot {
  padding-top: 150px;
  margin: 0 5%;
  display: flex;
}

.footer-box .foot .left {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.footer-box .foot .left div {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  font-size: 16px;
  color: #666;
  line-height: 35px;
}

.footer-box .foot .left div a:nth-child(1) {
  font-weight: bold;
  font-size: 20px;
  color: #333;
  white-space: nowrap;
}

.footer-box .foot .right {
  margin: 0 60px 0 80px;
}

.footer-box .foot .right .LOGO-title {
  width: 158px;
  height: 53px;
  margin-bottom: 40px;
}

.footer-box .foot .right .consult {
  font-size: 24px;
  font-weight: 400;
  color: #666;
}

.footer-box .foot .right .phone {
  font-size: 40px;
  font-weight: 700;
  color: #ec6618;
  margin: 30px 0 43px;
  white-space: nowrap;
  position: relative;
}

.footer-box .foot .right .phone::before {
  content: '';
  background-image: url("../assets/images/footer/tel.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  left: -80px;
  bottom: 0;
}

.footer-box .foot .right .GuanZhu-box {
  display: flex;
  justify-content: space-between;
}

.footer-box .foot .right .GuanZhu-box div {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  color: #fd6000;
}

.footer-box .foot .right .GuanZhu-box div img {
  width: 119px;
  height: 119px;
  margin-bottom: 10px;
}

.footer-box .footer_bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 30px 0;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.footer-box .footer_bottom a {
  color: #666666;
}

.footer-box .footer_bottom a:hover {
  color: rgba(102, 102, 102, 0.5);
}

.footer-box .footer_bottom .JG {
  width: 20px;
  display: inline-block;
}

.footer-box .footer_bottom .JG::before {
  content: '';
  border-left: 1px solid #606060;
  height: 13px;
  display: block;
  margin-left: 10px;
}

.animated-spans {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* 调整间距 */
}

@media (min-width: 751px) {
  #mobile_footer {
    display: none;
  }
}

@media (max-width: 750px) {
  #footer .foot {
    display: none;
  }
  #footer .footer_bottom {
    display: none;
  }
  .footer-box {
    padding: 7vw 5vw 10vw;
    height: auto;
  }
  #mobile_footer .LOGO-title {
    width: 24.4vw;
    height: 8.13333vw;
    margin-bottom: 7.73333vw;
  }
  #mobile_footer .row {
    border-bottom: 1px solid #8d8886;
  }
  #mobile_footer .row .title {
    font-size: 3.2vw;
    font-weight: 700;
    color: #333;
    line-height: 14vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #mobile_footer .row .title i {
    font-size: 4vw;
    color: #9e958f;
    font-weight: normal;
  }
  #mobile_footer .row input[type="checkbox"] {
    display: none;
  }
  #mobile_footer .row input[type="checkbox"]:checked ~ .content {
    display: block;
  }
  #mobile_footer .row .content {
    display: none;
  }
  #mobile_footer .row .content .item {
    font-size: 3vw;
    margin-bottom: 4vw;
    color: #666;
    display: block;
  }
  #mobile_footer .phone {
    display: flex;
    align-items: center;
    margin-top: 5.06667vw;
  }
  #mobile_footer .phone .icon_tel {
    width: 7.46667vw;
    height: 7.46667vw;
    margin-right: 5.06667vw;
  }
  #mobile_footer .phone .text {
    font-size: 3.2vw;
    color: #666;
  }
  #mobile_footer .phone .number {
    font-size: 5.33333vw;
    font-weight: 700;
    color: #ec6618;
    margin-left: 3.06667vw;
  }
  #mobile_footer .qRCode {
    display: flex;
    justify-content: center;
    margin-top: 6vw;
  }
  #mobile_footer .qRCode .qr {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #mobile_footer .qRCode .qr img {
    width: 21.73333vw;
    height: 21.73333vw;
  }
  #mobile_footer .qRCode .qr .text {
    font-size: 2.66667vw;
    font-weight: 700;
    color: #fd6000;
    margin-top: 2vw;
  }
  #mobile_footer .qRCode .qr:nth-child(1) {
    margin-right: 4.8vw;
  }
}
