footer{
  background: #545454;
}

footer .max-width2{
  padding: 0.6rem 0 0.65rem;
  justify-content: space-between;
}

.foot_text{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 0.18rem;
  color: #EBAB67;
  margin-top: 0.23rem;
}
.foot_text2{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  margin-top: 0.19rem;
}
.footer_contect{
  margin-top: 0.35rem;
}
.footer_contect p{
  margin-top: 0.1rem;
  display: flex;
}
.footer_contect p:first-child{
  margin-top: 0;
}
.footer_contect span,.footer_contect a{
  margin-left: 0.04rem;
  display: block;
}
.footer_contect p,.footer_contect a,.footer_contect span{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
}
.footLl p{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 0.18rem;
  color: #FFFFFF;
}
.footNav{
  margin-top: 0.25rem;
}
.item{
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
}
.item img{
  width: 0.1rem;
  height: 0.1rem;
  transform: rotate(180deg);
}
.item:last-child{
  margin-bottom: 0;
}
.itemTit{
  margin-left: 0.12rem;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 0.14rem;
  color: #FFFFFF;
}
.footLr{
  padding-left: 1.1rem;
}
.footLr p{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 0.14rem;
  color: #FFFFFF;
}
.footLr span{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 0.2rem;
  color: #FFFFFF;
  margin-bottom: 0.04rem;
  display: block;
}
.footLr img{
  margin-top: 0.64rem;
  width: 0.97rem;
  height: 0.97rem;
}
.beian{
  background: #2A2A2A;
  padding: 0.3rem 0;
}
.beian .max-width2{
  padding: 0;
}
.beian p,.beian a{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
  
  color: #c4c4c4;
}
.beian p{
  display: flex;
  justify-content: center;
}
.beian a{
  margin-left: 0.06rem;
}
@media only screen and (max-width: 1024px) {
footer .max-width2{
  display: block;
}
.foot_text{
  font-size: 0.26rem;
}
.foot_text2{
  font-size: 0.26rem;
}
.footer_contect p, .footer_contect a, .footer_contect span{
  font-size: 0.24rem;
}
.footLl p{
  font-size: 0.26rem;
}
.itemTit{
  font-size: 0.24rem;
}
.footLr span{
  font-size: 0.24rem;
}
.footLr p{
  font-size: 0.24rem;
}
.footer_contect{
  margin-bottom: .2rem;
}
.beian p{
  display: block;
}
.beian p, .beian a{
  font-size: 0.24rem;
}
.beian a{
  margin-left: 0;
}
}