.footT {
  width: 100%;
  background: #F7F7F7;
}

.footTBox {
  display: flex;
  padding: .51rem 0;
  justify-content: space-between;
}

.footLogo {
  display: flex;
  width: 1.55rem;
  height: .61rem;
}

.footLText {
  margin-top: .18rem;
  font-family: MiSans-Regular;
  font-weight: normal;
  font-size: 0.14rem;
  color: #4C4C4C;
  line-height: 0.29rem;
}

.footLText a {
  color: #4C4C4C;
}

.footR {
  display: flex;
  align-items: flex-start;
}

.footNav {
  display: flex;
  flex-direction: column;
  margin-right: 1.17rem;
}

.footNav a {
  font-family: MiSans-Regular;
  font-weight: normal;
  font-size: 0.14rem;
  color: #4C4C4C;
  margin-top: .1rem;
  transition: all .3s;
}

.footNav a:hover{
    transform: translateY(-.02rem);
    color: #172A88;
}

.navTit {
  margin-top: .05rem !important;
  font-weight: bold !important;
  font-size: 0.21rem !important;
  margin-bottom: .08rem;
}

.footCode {
  display: flex;
  margin-left: .42rem;
      flex-direction: column-reverse;
}

.codeL {
    /*xinjia*/
        margin-top: .1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  /*width: .19rem;*/
  height: .19rem;
  /*margin-right: .12rem;*/
}

.codeL a {
  width: .19rem;
  height: .19rem;
  background: #fff;
}
.codeL a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.codeR {
  width: .83rem;
  position: relative;
}
/*.codeR:hover .wximg{*/
/*    display: block;*/
/*}*/
.wximg{
    width: 1.8rem;
    height: 1.8rem;
    display: flex;
    align-items: center;
    padding-left: .05rem;
    justify-content: center;
    position: absolute;
    top: -40px;
    left: 0.8rem;
    display: none;
    background-image: url(../img/footer/ewmbg.png);
    background-size: cover;
}
.wximg img{
   width: 1.2rem;
    height: 1.2rem;
    object-fit: cover;
}
.coderimg {
  width: .83rem;
  height: .83rem;
  margin-bottom: .06rem;
  transition: all .3s linear;
}
.codeR:hover{
    cursor: pointer;
}
.codeR:hover .wximg{
    cursor: pointer;
    display: flex;
}
.codeR p {
  font-family: MiSans-Regular;
  font-weight: normal;
  font-size: 0.14rem;
  color: #4C4C4C;
  text-align: center;
}

.footB {
  width: 100%;
  background: #F2F2F2;
}

.footBBox {
  font-family: MiSans-Regular;
  font-weight: normal;
  /*font-size: 0.2rem;*/
  font-size: .16rem;
  color: #4D4D4D;
  line-height: 0.31rem;
  text-align: center;
  padding: .29rem 0 .32rem;
}

.footBBox a {
  font-family: MiSans-Regular;
  font-weight: normal;
  /*font-size: 0.2rem;*/
  font-size: .16rem;
  color: #4D4D4D;
  line-height: 0.31rem;
}



@media only screen and (max-width: 768px) {
    .footTBox{
        flex-direction: column;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }
    .footNav{
        margin-right: 0.17rem!important;
    }
    .footR{
        justify-content: space-evenly;
    }
    .footLText{
        text-align: center;
    }
    .footLogo{
        margin: 0 auto;
    }
}