footer {
  /*background: #F9F9F9;*/
  background: #fff;
  margin-top: 1rem;
}

.footNav {
  display: flex;
  justify-content: space-between;
}

.footNavItem {
  display: flex;
  flex-direction: column;
  padding: .76rem 0 1.1rem;
  /*margin-right: 2.1rem;*/
  /*margin-right: 1.7rem;*/
}

.footNavItem:last-child {
  margin-right: 0;
}

.footNavItem a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #464646;
  line-height: 0.45rem;
}

.footNavItem a.footNavTit {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 0.22rem;
  color: #000000;
  line-height: 1;
  padding-bottom: .25rem;
  margin-bottom: .1rem;
  position: relative;
}

.footNavItem a.footNavTit::after {
  content: '';
  width: 0.23rem;
  height: .02rem;
  background: #4243D1;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: .02rem;
}

.footNavItem .footNavlist{
    display: flex;
    margin-bottom: 0.11rem;
    margin-top: 0.14rem;
}
.footNavItem .footNavlist a{
    width: 0.22rem;
    height: 0.22rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.08rem;
}
.footNavItem .footNavlist a:first-child{
    margin-left: 0;
}
.footNavItem .footNavlist a img{
    max-width: 0.22rem;
    max-height: 0.22rem;
    object-fit: contain;
}
.footNavItem .footcode{
    display: flex;
}
.footNavItem .footcode .footcode_img{
    width: 1.23rem;
    height: 1.28rem;
    overflow: hidden;
    margin-right: 0.08rem;
}
.footNavItem .footcode .footcode_img img{
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.footNavItem .footcode span{
    font-weight: 400;
    font-size: 0.14rem;
    color: #464646;
    line-height: 1.6;
    margin-top: 0.17rem;
    position: relative;
}
.footNavItem .footcode span b{
    position: absolute;
    font-size: 0.12rem;
    top: 0.18rem;
}

.footBot {
  display: flex;
  align-items: center;
  padding-bottom: .37rem;
  justify-content: center;
}

.footBotL {
  display: flex;
  align-items: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #464646;
}

.footBotL a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #464646;
  margin-left: .1rem;
}

.footBotR{
  display: flex;
  align-items: center;
}

.footBotR a{
  width: .19rem;
  height: .19rem;
  margin-left: .25rem;
}

.footBotR a img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.side{
    position: fixed;
    right: .2rem;
    bottom: 1rem;
    z-index: 999;
    display: flex;
    flex-direction: column;
}

.side a{
    display: flex;
    width: 0.4rem;
    height: 0.4rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0,0,0,0.13);
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    padding: .09rem .07rem;
    box-sizing: border-box;
    margin-top: .05rem;
}

.side a.backTop{
    height: 0.2rem;
    padding: .06rem .12rem;
}
@media screen and (max-width: 1024px){
    footer{
        width: 100%;
    }
    .main{
        width: 95%!important;
    }
    .footBox {
        padding-top: 20px;
    }
}