/* 尾部 */
footer{
  width: 100%;
  height: 2.8rem;
  background: linear-gradient(-90deg, #3B71CB, #12C5BD, #1898BB);
 
}

footer .footerBox{
  padding: 0 0.8rem;
  height: calc(100% - 0.4rem);
  display: grid;
  grid-template-columns: 70% 30%;
  grid-template-rows: 100%;
 
}
footer .footerBox .left{
  padding: 0.6rem 0 0.4rem;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 50% 50%;
 
}
footer .footerBox .left .name{
  padding-right: 0.5rem;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 0.28rem;
  color: #FFFFFF;
  border-right: 1px solid #ffffff;
}
footer .footerBox .left .link{
  padding-left: 0.5rem;
  
}
footer .footerBox .left .link span{
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.8);
}
footer .footerBox .left .link .linkbox{
  margin-left: 0.05rem;
  position: relative;
  padding: 0 0.2rem;
  width: 3rem;
  height:0.38rem;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  font-size: 0.18rem;
  color: #b0b0b0;
  
 
}

footer .footerBox .left .link .linkbox .links{
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  right: 0;
  box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s;
  overflow: hidden;
  display: none;

}
footer .footerBox .left .link .linkbox .links .linkItem{
  padding: 0.05rem 0.1rem;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s;
  
}
footer .footerBox .left .link .linkbox .links .linkItem:hover{
  color: #666666;
  background: #e0e0e0;

}
footer .footerBox .left .link .linkbox:hover .links{

  display: block;
 

}
footer .footerBox .left .info{
  font-size: 0.2rem;
  color: #FFFFFF;
  
}

footer .footerBox .left .info .place,.chuan{
  width: 0.2rem;
  height: 0.2rem;
}

footer .footerBox .left .info .place{
  margin-right: 0.1rem;
}

footer .footerBox .left .info .chuan{
  margin:0 0.1rem 0 0.6rem;
  font-size: 0.16rem;
}

footer .footerBox .left .info .iconfont{
  font-size: 0.24rem;
}

footer .footerBox .right{
  padding: 0.4rem 0 0.4rem;
  box-sizing: border-box;
  font-size: 0.16rem;
  color: #FFFFFF;
 
}
footer .footerBox .right .code{
  margin-bottom: 0.1rem;
  width: 1.2rem;
  height: 1.2rem;

}
.footerBar{
  width: 100%;
  height: 0.4rem;
  background: #333333;
  font-size: 0.16rem;
  color: #FFFFFF;
 
}


@media (max-width: 576px){
  .header .rightbox{
    display: none;
  }
  footer{
    height: auto;
  
  }
  footer .footerBox{
   display: block;
    height: auto;
    padding: 0 0.16rem;
  }
  footer .footerBox .left {
    display: block;
    line-height: 0.3rem;
  }

  footer .footerBox .left .tit_link{
    flex-direction: column;
   
  }
  footer .footerBox .left .tit_link h1{
    border: none;
    
  }
  footer .footerBox .left .tit_link .name{
    font-size: 0.4rem;
    height: 0.6rem;
    text-align: center;
    padding-right: 0;
  }
  footer .footerBox .left .tit_link .link{
    margin-top: 0.3rem;
    
    padding-left: 0;
  }
  footer .footerBox .left .tit_link .link span{
    font-size: 0.28rem;
   
  }
  footer .footerBox .left .tit_link .link .linkbox{
  
    margin-left: 0;
    padding: 0 0.2rem;
    width: 4rem;
    height:0.6rem;
    font-size: 0.28rem;


  }
  footer .footerBox .left .tit_link .link .linkbox .links{
     
    bottom: 0.6rem;
 
}
footer .footerBox .left .tit_link .link .linkbox .links .linkItem{
  padding: 0.05rem 0.1rem;
  font-size: 0.2rem;

}
  footer .footerBox .left  .other_info{
    flex-direction: column;
  
  }
  footer .footerBox .left  .other_info .info{
    margin-top: 0.2rem;
    
  
  }
  footer .footerBox .left  .other_info span{
    font-size: 0.28rem;
   }
   footer .footerBox .left  .other_info .info .place{
    margin-right: 0;
    width:0.6rem;
   height: 0.6rem;
   display: flex;
   align-items: center;
   justify-content: center;
  }
  footer .footerBox .left  .other_info .info .place .chuan{
    margin-right: 0;
    width:0.6rem;
   height: 0.6rem;
   display: flex;
   align-items: center;
   justify-content: center;
  }
  footer .footerBox .left .iconfont{
    font-size: 0.28rem;
  }
  footer .footerBox .right{
    padding: 0.4rem 0 0.4rem;
    box-sizing: border-box;
    font-size: 0.28rem;
    color: #FFFFFF;
   
  }
  footer .footerBox .right .code{
    margin-bottom: 0.3rem;
    width: 3rem;
    height: 3rem;

  }
  .footerBar{
    padding: 0.2rem;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    background: #333333;
    font-size: 0.28rem;
    color: #FFFFFF;
   text-align: center;
  }
}

/* 尾部 */





