.page_footer{
  height: 4.8rem;
  box-sizing: border-box;
  padding: 0.7rem 1rem;
  background-color: #112D36;
  position: relative;
  
  height: 6rem;
}
.footer_top{
  height: 0.6rem;
  height: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_top img{
  width: 1.27rem;
  height: 0.6rem;
}


.footer_list .itbox{font-size: 0.14rem;line-height: 1.5;margin-top: 0.2rem;font-weight: 300;font-family: 'HarmonyOS Sans SC Lighter';}


.footer_list .itbox a{color: rgba(255,255,255,0.8);text-decoration: none;}

.footer_list .itbox a:hover{color: rgba(255,255,255,1);}

.footer_list{
  width: 11.4rem;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer_item{
  /*height: 100%;*/
  font-family: 'HarmonyOS Sans SC';
  font-size: 0.18rem;
  line-height: 2;
  color: white;
  position: relative;
  text-decoration: none;
  display: block;
}
.footer_item::after{
  display: block;
  content: '';
  background-color: white;
  opacity: 0.27;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -0.01rem;
  left: 0;
}

.footer_contact{
  width: 100%;
  height: 1.7rem;
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.footer_contact_l{
  color: white;
}
.footer_contact_num{
  font-family: 'HarmonyOS Sans SC';
  font-size: 0.3rem;
  margin-bottom: 0.3rem;
}
.footer_qrcode{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_qrcode div{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 0.18rem;
}
.footer_qrcode img{
  width: 0.85rem;
  height: 0.85rem;
}
.footer_contact_r{
  width: 2.5rem;
  height: 1.2rem;
  position: relative;
}
.share_link{
  width: 100%;
  height: 0.5rem;
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  margin-bottom: 0.35rem;
  font-size: 0.16rem;
  font-family: 'HarmonyOS Sans SC Regular';
  line-height: 0.5rem;
  box-sizing: border-box;
  padding: 0 0.28rem;
}
.icon_list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.3rem;
    
}
.icon_list a{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon_list a svg:hover path{
    fill: url(#hoverGradient);
    opacity: 1;
}
/*.footer_contact_r img{*/
/*  width: 100%;*/
/*  height: 0.3rem;*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*}*/

.company_info{
  position: absolute;
  width: 100%;
  height: 0.72rem;
  left: 0;
  bottom: 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.16rem;
  font-family: 'HarmonyOS Sans SC Regular';
  color: white;
}
.company_info div{
  cursor: pointer;
}
.fot_back{
    width: 1.1rem;
    font-size: 0.16rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}