.footer {
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-size: 100% 100%;
  color: #e2e8f0;
  font-family: "Microsoft YaHei", "SimHei", sans-serif;
  background-color: #0C223E;
}
.footer .footer-container {
  border-bottom: 0.06rem solid rgba(255, 255, 255, 0.3);
  flex-wrap: wrap;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.19rem;
align-items: center;
  font-family: SourceHanSansCN;
font-weight: 400;
font-size: 0.88rem;
margin-left: 3.06rem;
margin-right: 3.06rem;
padding:  1.44rem 0;
color: #FFFFFF;
}
.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 {
 font-family: SourceHanSansCN;
font-weight: 400;
font-size: 0.88rem;
width: 70%;
display: flex;
color: #FFFFFF;
}
.footer .footer-middle .footer-section {
  width: 7.5rem;
  flex: 1;
}
.footer .footer-middle .footer-section a{
  font-family: SourceHanSansCN;
font-weight: 400;
font-size: 0.88rem;
color: #FFFFFF;
position: relative;
}
.footer .footer-middle .footer-section a::after{
  position: absolute;
  background-image: url(../images/xiexian.png);
  content: '';
  width:0.7rem;
height:1.5rem;
background-repeat: no-repeat;
object-fit: cover;
top:0.375rem;
  right: -2rem;
  color: #435E81;
}
.footer .footer-middle .footer-section h3 {
  font-size: 1.25rem;
  color: #f7fafc;
  margin-bottom: 2.5rem;
  display: inline-block;
}
.footer .footer-middle .footer-section:last-child a::after{

  width: 0;
  height: 0;
}
.footer .footer-middle .footer-section ul li {
  margin-bottom: 1.25rem;
}
.footer .footer-middle .footer-section ul li a {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
}
.footer .footer-middle .footer-section ul li a:hover {
  color: #1565c0;
  transform: translateX(3px);
}
.footer .footer-bottom {
  margin-top: 1.88rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 14.5rem;
  padding: 0  3.13rem;
}
.footer .copyright {
  background-color: #05111F;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.56rem;
  padding: 0 3.13rem;
}
.footer .copyright p {
 font-family: Microsoft YaHei;
font-weight: 400;
font-size: 0.88rem;
color: #FFFFFF;
line-height: 3.56rem;
opacity: 0.3;
}
.footer .footer-bottom .license {
  color: rgba(255, 255, 255, 0.7);
}
.footer .footer-bottom .contact-details {
  line-height: 1.8;
  display: flex;
  justify-content: space-between;
  width: 80%;
}

.footer .footer-bottom .contact-details li{

  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-bottom .contact-details li img{

width: 2.94rem;
height: 2.94rem;
object-fit: cover;
margin-right: 1.19rem;

}
.footer .footer-bottom .contact-details li .text p:nth-child(2){

font-size: 1rem;
color: #FFFFFF;

}

.footer .footer-bottom .contact-details li .text p:nth-child(1){

font-weight: bold;
font-size: 1rem;
color: #FFFFFF;

}
.footer .footer-bottom .contact-details h3 {
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 1.13rem;
  color: #FFFFFF;
  line-height: 2.38rem;
}
.footer .footer-bottom .contact-details p {
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 1rem;
  color: #ffff;
}
.footer .footer-bottom  .code img {
width: 8rem;
height: 8rem;

}
.footer .footer-bottom .code p {
font-family: Microsoft YaHei;
font-weight: 400;
font-size: 0.88rem;
color: #FFFFFF;
margin-top: 1rem;
text-align: center;

}

.friend-link {
  padding: 0 2.2rem 0 1rem;
  /* 右侧预留足够空间给箭头 */
  color: #FFFFFF;
  border-radius: 4px;
  cursor: pointer;
 width: 16.25rem;
height: 2.56rem;
  font-family: Microsoft YaHei;
font-weight: 400;
font-size: 0.88rem;
color: #5174A2;
  background: #03162E;
    margin-bottom: 1.19rem;
background-size: 100% 100%;
  border: 0;
  box-sizing: border-box;
  /* 强制隐藏所有浏览器的默认箭头 */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 24 16' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 8l6 6 6-6'/%3E%3C/svg%3E");
 
  background-repeat: no-repeat;
  background-position: right 1rem center;
  /* 箭头位置：距离右侧1rem */
  background-size: 14px 8px;
  /* 箭头尺寸 */
}
.footer .footer-bottom .friend-link:focus {
  outline: none;
  border-color: #ed8936;
}
.footer .footer-bottom .friend-link::-ms-expand {
  display: none;
}
.phone-list {
  display: none;
  position: fixed;
  width: 80%;
  height: 100vh;
  background-color: #C01C13;
  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% / 3);
  display: block;
  color: #fff;
  font-size: 0.875rem;
  /* width: max-content; */
  /* padding: 0 4.25rem; */
  line-height: 2.5rem;
  text-align: center;
  background-color: #C01C13;
  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 #C01C13;
  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: #C01C13;
  width: 20%;
  height: 100%;
  text-align: center;
  line-height: 2.1875rem;
  color: #fff;
  box-shadow: 0 0 0.3125rem #fff;
  cursor: pointer;
}