.footer {
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-size: 100% 100%;
  color: #e2e8f0;
  position: relative;
  padding: 5rem 7.69rem 2rem 8rem;
  font-family: "Microsoft YaHei", "SimHei", sans-serif;
  height: 40.96rem;
  z-index:88;

}
.footer-w{
  position: relative !important;
  background-color: transparent;
  background-image: none;  /* 清除可能存在的背景图 */

}
          
.footer .logo {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2.13rem;
  border-bottom: rgba(255, 255, 255, 0.2) 0.06rem solid;
}
.footer .logo img {
  width: 14.19rem;
  height: 3.81rem;
}
.footer .logo img:nth-child(2){
  width: 4.5rem;
height: 4.5rem;
}
.footer .footer-container {
  padding-top: 2.56rem;
  padding-bottom: 3.5rem;
  box-sizing: border-box;
  height: 22.44rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  border-bottom: rgba(255, 255, 255, 0.2) 0.06rem solid;
}
.footer .footer-left {
  width: 16.38rem;
  flex: 1;
}
.footer .footer-left .footer-logo {
  margin-bottom: 3.19rem;
}
.footer .footer-left .footer-logo img {
  width: 10.56rem;
}
.footer .footer-left .contact-info {
  display: flex;
  flex-direction: column;
  gap: 2.88rem;
}
.footer .footer-left .contact-info .phone-number {
  font-family: Arial;
  font-weight: bold;
  font-size: 2rem;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.footer .footer-left .contact-info .phone-number .fa-phone-alt {
  padding-right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
}
.footer .footer-left .contact-info .phone-number .fa-phone-alt img {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}
.footer .footer-left .contact-info .search-box {
  position: relative;
  width: 100%;
  max-width: 300px;
  background: #ffffff;
}
.footer .footer-left .contact-info .search-box .search {
  position: absolute;
  left: 0.94rem;
  top: 0.9rem;
  width: 1.25rem;
  height: 1.25rem;
}
.footer .footer-left .contact-info .search-box .search img {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}
.footer .footer-left .contact-info .search-box .search-input {
  width: 16.38rem;
  padding-left: 3.07rem;
  outline: none;
  height: 3.19rem;
  list-style: none;
  background-color: #ffffff;
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 0.88rem;
  color: #999999;
  line-height: 1.83rem;
  border: none;
}
.footer .footer-left .contact-info .search-box .search-input::placeholder {
  color: #999999;
}
.footer .footer-left .contact-info .search-box .search-input:focus {
  outline: none;
  border-color: #ed8936;
  background-color: rgba(255, 255, 255, 0.15);
}
.footer .footer-left .contact-info .search-box .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 16px;
  color: white;
  border: none;
  cursor: pointer;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}
.footer .footer-left .social-links {
  margin-top: 2.56rem;
  display: flex;
  gap: 2.3rem;
}
.footer .footer-left .social-links .social-icon {
  color: #e2e8f0;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
.footer .footer-left .social-links .social-icon:hover {
  color: #1565c0;
  background-color: rgba(255, 255, 255, 0.1);
}
.footer .footer-left .social-links .social-icon i {
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
}
.footer .footer-left .social-links .social-icon i img {
  width: 1.25rem;
  height: 1.13rem;
}
.footer .footer-middle {
  width: 73.75rem;

  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.footer .footer-code {
  height: 13.25rem;
  width: 10.5rem;
  margin-top:5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-code img:nth-child(1) {
  width: 10.5rem;
  height: 10.5rem;
}
.footer .footer-code img:nth-child(2) {
  width: 2.81rem;
  height: 2.81rem;
}
.footer .footer-code p {
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 1rem;
  color: #ffffff;
}
.footer .footer-middle .footer-section {
  margin-bottom: 5.19rem;
}
.footer .footer-middle .footer--adress {
  display: flex;
}
.footer .footer-middle .footer--adress div:nth-child(1) {
  margin-right: 9.69rem;
}
.footer .footer-middle .footer--adress p {
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 1.13rem;
  color: #ffffff;
  line-height: 2.31rem;
  opacity: 0.8;
}
.footer .footer-middle .footer-section ul {
  display: flex;
  justify-content: space-between;
}
.footer .footer-middle .footer-section h3 {
  font-size: 1.25rem;
  color: #f7fafc;
  margin-bottom: 2.5rem;
  display: inline-block;
}

.footer .footer-middle .footer-section ul li a {
  font-family: SourceHanSansCN;
  font-weight: 500;
  font-size: 1.25rem;
  color: #ffffff;
  display: inline-block;
}
.footer .footer-middle .footer-section ul li a:hover {
  color:#D7000F ;
  transform: translateX(3px);
}
.footer .footer-bottom {
  margin-top: 1.88rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-bottom .imgs{

  display: flex;

}
.footer .footer-bottom .imgs a{
  opacity:0.5;
}
.footer .footer-bottom a:hover {
    opacity:1;
    cursor:pointer;
}
.footer .footer-bottom .imgs a{

  display:inline-block;
}
.footer .footer-bottom .copyright {
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 1rem;
  color: #919191;
  display: flex;
}
.footer .footer-bottom .copyright p:nth-child(1),
.footer .footer-bottom .copyright p:nth-child(2) {
  margin-right: 0.88rem;
}

.footer .footer-bottom .imgs img {
  width: 18rem;
  height: 3.38rem;
}
.footer .footer-bottom .imgs img:nth-child(1) {
  margin-right: 1rem;
}

.phone-list {
  display: none;
  position: fixed;
  width: 80%;
  height: 100vh;
  background-color: #D7000F ;
  left: 0;
  top: 0;
  z-index: 999;
  padding: 0.9375rem;
  box-sizing: border-box;
  overflow-y: scroll;
}
.phone-list .home a {
  width: max-content !important;
  height: auto;
  line-height: normal !important;
  display: flex !important;
  align-items: center;
  box-shadow: 0 0 0 0 !important;
}
.phone-list a:not(.phone-list li > a) {
  width: calc(100% / 4);
  display: block;
  color: #fff;
  font-size: 0.875rem;
  /* width: max-content; */
  /* padding: 0 4.25rem; */
  line-height: 2.5rem;
  text-align: center;
  background-color: #D7000F ;
  margin-bottom: 0.9375rem;
  /* margin-right: 1rem; */
  float: left;
  margin: 0.625rem 0.625rem;
  box-shadow: 0 0 0.3125rem #fff;
}
.phone-list p,
.phone-list li > a {
  font-size: 1rem;
  font-weight: bold;
  line-height: 3.125rem;
  color: #fff;
}
.phone-list div {
  margin: 0 -1rem;
}
.phone-list div::after {
  content: "";
  display: block;
  clear: both;
}
.phone-list li {
  margin-bottom: 1.25rem;
}
.phone-list .phone-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0.0625rem solid #D7000F ;
  max-width: 21.25rem;
  width: 100%;
  height: 2.1875rem;
  /* margin-left: 1.875rem; */
  padding: 0 0.625rem;
  box-sizing: border-box;
}
.phone-list .phone-search input {
  border: 0;
  outline: none;
  padding-left: 1.25rem;
  height: 100%;
  width: 80%;
}
.phone-list .phone-search p {
  background-color: #D7000F ;
  width: 20%;
  height: 100%;
  text-align: center;
  line-height: 2.1875rem;
  color: #fff;
  box-shadow: 0 0 0.3125rem #fff;
  cursor: pointer;
}
