footer{
  background-image: url("../img/footerBG.png");
  /*padding: 2.43rem 0 0;*/
  overflow: hidden;
  /*background-size: 100% auto;*/
  background-size: 19.20rem auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 6.2rem;
  
}
footer .max-width{
  /*padding-bottom: 0.46rem;*/
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
   
  margin-top: 2.23rem;
  margin-bottom: .9rem;
}

footer .max-width>.footC_list .footC_li{
    margin-top: 0!important;
}

footer .max-width>.footC_list .footC_li .footC_p{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold!important;
    font-size: 0.18rem!important;
    color: #FFFFFF!important;
    opacity: 1;
}

footer .max-width>.footC_list .footer_ewm{
    margin-left: 0;
}

footer .max-width>.footC_list .footer_ewm_c p{
    font-size: .12rem;
    margin-top: .1rem;
}


.footL {
  /*justify-content: space-between;*/
    /*flex: 1;*/
    align-items: flex-start;
    gap: 1.2rem;
}
.foot_img img{
  max-width: 4.02rem; 
}
.foot_search{
  width: 3.08rem;
  background: #FFFFFF;
  padding: 0.24rem 0.24rem;
  justify-content: space-between;
  margin-top: 0.48rem;
}
.foot_search input{
  font-family: Montserrat;
  font-weight: 300;
  font-size: 0.18rem;
  color: #222222;
  opacity: 0.6;
}
.foot_search input::placeholder{
  color: #000000;
  opacity: 1;
}
.foot_search img{
  width: 0.22rem;
  height: 0.14rem;
  margin-left: 0.1rem;
}
.foot_share{
  margin-top: 0.34rem;
}
.foot_share img{
  width: 0.3rem;
  height: 0.3rem;
}
.foot_share a{
  margin-right: 0.23rem;
}
.footer_tit{
  /* margin-top: 0.08rem; */
}
.footer_tit p{
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 0.18rem;
  color: #FFFFFF;
}
.footNav {
  margin-top: 0.2rem;
  max-width: 1.95rem;
}
.footNav a {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;   
  /*margin-top: 0.5rem;*/
  line-height: .34rem;
  opacity: 0.5;
}
.footNav a:hover{
    opacity: 1;
}
.footC_list p{
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
  margin-left: 0.3rem;
}


.footC_c{
  margin-top: 0.24rem;
}
.footC_li{
  margin-top: 0.15rem;
  align-items: flex-start;
}
.footC_li img{
  width: 0.31rem;
  height: 0.27rem;
}
.footC_li p{
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
}
.footC_p{
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 500;
  font-size: 0.18rem;
  color: #FFFFFF;
  opacity: 0.5;
}
.footer_ewm{
  margin-top: 0.14rem;
  margin-left: 0.3rem;
}
.footer_ewm_c:last-child{
  margin-left: 0.22rem;
}
.footer_ewm_c img{
  width: 0.78rem;
  height: 0.76rem;
  margin: auto;
  display: block;
}
.footer_ewm_c p{
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 300;
  font-size: 0.09rem;
  color: #FFFFFF;
  margin-top: 0.17rem;
  margin-left: 0;
  text-align: center;
}
.footC{
  /*padding-left: 1.8rem;*/
}

.beian{
  border-top: 1px solid rgba(255,255,255,0.2);
  height: 0.74rem;
  display: flex;
}
.beian .max-width3{
  justify-content: center;
  padding: 0;
}
.beian p{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  opacity: 0.5;
}
.beian_list a{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  margin-left: 0.34rem;
  position: relative;
}
.beian_list img{
  margin-right: 0.04rem;
}
.beian_list a:last-child{
  margin-left: 0.4rem;
}
.beian_list a:last-child:after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  left: -0.16rem;
  width: 0.01rem;
  height: 0.14rem;
  background: rgba(255,255,255,0.3);
}

.side {
  position: fixed;
  top: 50%;
  right: 0.36rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .1rem;
  z-index: 99;
}

.side a {
  min-width: 0.58rem;
  height: 0.58rem;
  background: #FFFFFF;
  border-radius: 0.02rem;
  overflow: hidden;
  border: 1px solid #EBEBEB;
  position: relative;
  padding-left: 0.16rem;
  display: flex;
  align-items: center;
}

.side a img {
  max-width: .25rem;
  object-fit: contain;
}
.side .txt:hover{
  width: auto;
  background: #004EBE;
}
.side .txt:hover img{
    filter: brightness(0) invert(1);
}
.side .txt p{
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    padding-left: 0.1rem;
    padding-right: 0.02rem;
    overflow: hidden;
    width: 0;
    opacity: 0;
    transition: all 0.5s;
    white-space: nowrap;
}
.side .txt:hover p{
  opacity: 1;
  width: 2.1rem;
  overflow: visible;
}
.side .sideCode {
  width: 1.61rem;
  height: 1.61rem;
  box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 0;
  right: 100%;
  max-width: none;
  display: none;
}

.side .img:hover .sideCode{
  display: block;
}



.backTop {
  margin-top: .05rem;
  background: #004EBE !important;
  border-color: #004EBE !important;
}