.footer{
  /* 关键 */
  min-height: 325px;
  background: var(--bg-color);
  padding-top: 40px;
  min-width: 1500px;
  overflow-x: auto;
}
.footer-wrapper{
  margin: auto;
}
.qrcodeBox{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qrcode-content p{
  font-size: 14px;
  color: #7f7f7f;
  text-align: center;
  margin-top: 6px;
}
.foot-right-row{
  display: flex;
  justify-content: space-between;
}
.qrcode{
  width: 106px;
  height: 106px;
}

.footer ul{
  padding-top: 40px;
}

.footer ul li:first-child{
  font-size: 16px;
  color: var(--text-color);
  line-height: 33px;
  font-weight: bold;
}

.footer ul li {
  margin-bottom: 10px;
}
.footer ul li .hot-line{
  font-size: 18px;
  color: var(--theme-color);
  font-weight: bold;
  white-space: nowrap;
}
.footer ul li .foot-address{
  font-size: 16px;
  color: var(--sub-title-color);
}
.copy-right,
.footer ul li a,span{
  font-size: 14px;
  color: var(--sub-title-color);
  line-height: 20px;
  text-decoration: none;
}

.footer ul li img{
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

.footer .code{
  width: 140px;
  height: 140px;
}
.foot-bottom{
  margin-top: 37px
}
.friendShipbox{
  display: flex;
  align-items: center;
  padding-left: 160px;
}
.friendShipLink{
  padding: 18px 0 ;
  width: 600px;
  /* border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6; */
}
.friendShipLink a{
  font-size: 14px;
  color: var(--sub-title-color);
}
.copy-right{
  padding:18px 0;
}


/* 移动端底部样式 */

#footer{
  padding:10px;
}
.mb-footer-phone .phoneNumb{
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: bold;
  color: #ef7e1c;
}
.mb-footer-phone .address{
  color: var(--sub-title-color);
  font-size: 14px;
  margin-bottom: 20px;
  white-space:normal;
}
.mb-footer-ul li{
  padding:16px 0;
  border-bottom: 1px solid #e5e5e5;
}
.mb-footer-ul li a{
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}
.mb-footer-ul li a span{
  font-size: 16px;
  color: var(--sub-title-color);
  margin-right: 0;
  

}
.mb-footer-ewm{
  width: 70%;
  margin: auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;

}
#footer .Copyright{
  text-align: center;
  color: var(--sub-title-color);
}
#footer .Copyright a{
  color: var(--sub-title-color);
}

.mbpurchase-info{
  display: flex;
  flex-wrap: wrap;
  color: var(--theme-color);
}
.mbpurchase-info .mbpurchase-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.icon-position-mark{
  font-size: 26px
}
.mbpurchase-info .mbpurchase-info-col {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 50%;
  flex-shrink: 0;
  margin-bottom: 20px;

}
.mbpur-info-icon{
  margin-right: 10px;
}
.mbpurchase-info  .mbpurchase-info-col:nth-child(3){
  width: 100%;
}
.mbpurchase-info .mbpurchase-info-col:nth-child(4){
  width: 100%;
}