footer {
  width: 100%;
  background-image: url(../img/footer/footbg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footBox {
  padding-top: .5rem;
}

.footLogo {
  width: .96rem;
  height: 1rem;
  margin-bottom: .3rem;
}

.footNav {
  width: 100%;
  padding-top: .3rem;
  border-top: 0.01rem solid rgba(255, 255, 255, .38);
  display: flex;
  margin-bottom: .5rem;
  justify-content: space-between;
}

footer .navItem {
  /*margin-right: 2.49rem;*/
}

footer .navItem:last-child {
  margin: 0;
}

footer .navItem a {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.14rem;
  color: #FFFFFF;
  line-height: 0.3rem;
  opacity: .7;
  transition: all .3s;
}

footer .navItem a:hover{
  opacity: 1;
}

footer .navItem a.navTit {
  font-weight: 400;
  font-size: 0.18rem;
  margin-bottom: .2rem;
  line-height: 0.17rem;
  opacity: 1;
}

.conText {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.14rem;
  color: #FFFFFF;
  line-height: 0.3rem;
}

.conText p{
  opacity: .7;
  transition: all .3s;
}

.conText p:hover{
  opacity: 1;
}

.firTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  margin-bottom: .15rem;
}

.firNav {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: .14rem;
  border-bottom: 0.01rem solid rgba(255, 255, 255, .38);
}

.firNav a {
  margin-right: .25rem;
  margin-bottom: .1rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
  opacity: .7;
}

.firNav a:hover{
  opacity: 1;
}
.firend{
    overflow: hidden;
    height: .8rem;
    transition: all .3s;
}
.firend-act{
    height: 0;
}
.footer-friend{
    margin: 0.1rem auto 0;
    width: 0.17rem;
    height: 0.12rem;
    display: flex;
    cursor: pointer;
    transition: all .3s;
    transform: rotate(180deg);
}
.footer-friend-act{
    transform: rotate(0deg);
}
.footer-friend>img{
    width: 100%;
    height: 100%;
}
.footlast {
  height: .6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footlast a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
  margin: 0 .1rem;
}

.footlast .icon {
  margin: 0 .06rem;
}

.footlast .icon img {
  width: .2rem;
  height: .2rem;
}

@media screen and (max-width:1024px){
    footer .navItem{
        display: none;
    }
    footer .navItem:last-child{
        display: block;
    }
    footer .navItem a.navTit{
        font-size: .36rem;
        line-height: 1.5;
    }
    .conText{
        font-size: .28rem;
        line-height: 1.5;
    }
    footer .navItem a{
        font-size: .28rem;
        line-height: 1.5;
    }
    .footlast{
        padding: .2rem 0;
        flex-wrap: wrap;
        height: auto;
    }
    .footlast a{
        font-size: .28rem;
        text-align: center;
    }
}