.footer {
  background-color: #261817;
}

.footer-header {
  text-align: center;
  padding-top: 3.75rem;
  padding-bottom: 2.13rem;
  border-bottom: 0.06rem solid rgb(255, 255, 255, 0.3);
}
.footer-header img {
  height: 4.74rem;
  vertical-align: middle;
  margin-right: 10px;
}
.footer-header h1 {
  display: inline-block;
  font-size: 24px;
  vertical-align: middle;
}
.footer-header p {
  font-size: 14px;
  color: #ffffff;
  margin-top: 5px;
}
/* 友情链接区域 */
.friend-link {
  display: flex;
  padding: 2.63rem 4.74rem;
  border-bottom: 0.06rem solid rgb(255, 255, 255, 0.3);
  justify-content: space-evenly;
  align-items: center;

}

.friend-link span {
  color: #ffffff;
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 1rem;
  color: #ffffff;
}
.friend-link a {
  color: #ffffff;
  text-decoration: none;
  margin-right: 4.9rem;
}
.footer .link-nav {
  float: right;
  display: flex;
  align-items: center;
  
}
.footer .link-nav img{
  width: 0.56rem;
height: 0.94rem;
}
.footer .link-nav div:nth-child(2){
color:#FFFFFF;;
  margin: 0 0.94rem;
}





.friend-link .select-box {
  position: relative;
  width: 220px;
  margin: 10px 0;
}

.friend-link select {
  width: 100%;
  height: 42px;
  padding: 0 15px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  appearance: none;
  outline: none;
  cursor: pointer;
}
.friend-link .select-box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #666;
  transform: translateY(-50%);
}
.friend-link select:hover {
  border-color: #c00;
}









       
        /* 底部信息区域 */
        .footer-info {
  
  display: flex;
  padding: 3.5rem 5rem 3rem 4.69rem;
  justify-content: space-between;
  align-items: center;
}
.footer .contact-info p {
font-family: PingFang;
font-weight: 400;
font-size: 1rem;
color: #FFFFFF;
line-height: 2.38rem;
}
.footer .copyright p {
font-family: PingFang;
font-weight: 400;
font-size: 1rem;
color: #FFFFFF;
line-height: 2.38rem;
}
.footer .qrcode {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.footer .qrcode img {
width: 5.94rem;
height: 6rem;
}
.footer .qrcode span {
font-family: SourceHanSansCN;
font-weight: 400;
font-size: 0.88rem;
color: #FFFFFF;
  margin-top: 0.81rem;
}
.footer .copyright p span{
  color: #4E3937;
}
.phone-list {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #D70D0D;
  left: 0;
  top: 0;
  z-index: 999;
  padding: 0.9375rem;
  box-sizing: border-box;
  overflow: auto;
}
.phone-list .close {
  position: fixed;
  right: 3rem;
  top: 4rem;
}
.phone-list .close img {
  width: 1.5rem;
}
.phone-list .logo img {
  width: 80%;
  margin-top: 2rem;
}

.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: #D70D0D;
  margin-bottom: 0.9375rem;
  /* margin-right: 1rem; */
  float: left;
  margin: 0.3rem 0.3rem;
  border: 1px solid #ffffff;
}
.phone-list p {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 3.125rem;
  color: #fff;
}
.phone-list li {
  margin-bottom: 1rem;
}

.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 .logo {
  margin-bottom: 1.25rem;
}
.phone-list .phone-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0.0625rem solid #D70D0D;
  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: #D70D0D;
  width: 20%;
  height: 100%;
  text-align: center;
  line-height: 2.1875rem;
  color: #fff;
  box-shadow: 0 0 0.3125rem #fff;
  cursor: pointer;
}
