.footer {
  height: 200px;
  background-color: #333;

}

.footer-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-item {
  width: 50%;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-text {
  font-size: 14px;
  /*line-height: 1em;*/
  color: #fff;
  margin-bottom:8px;
}

.flex-align-right {
  align-items: flex-end;
}

.footer-icons {
  width: 60px;
  display: flex;
  justify-content: space-between;
}

.mobile-footerTopBox {
  display: none;
}

@media screen and (max-width: 1366px) {
  .footer {
    height: 3.4rem;
    background-color: #333;
    background: url(../img/mobile-footerBg.jpg) no-repeat 50% / cover;
    position: absolute;
    bottom: 0;
  }

  .footer-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 0.24rem;
  }

  .footer-item {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .footer-item:nth-of-type(1) {
    display: none;
  }

  .mobile-footerTopBox {
    height: 1.02rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .mobile-footerTop-text {
    background: url(../img/mobile-footer-icon.png) no-repeat;
    background-size: 0.28rem;
    background-position: left center;
    padding: 0 1rem 0 0.42rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
  white-space: nowrap;
  }

  .mobile-footerBotBox {
    height: 100%;
    align-items: flex-start;
    justify-content: space-evenly;
  }

  .mobile-footerBotBox .footer-text {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }

  .mobile-footerIcons {
    width: auto;
  }

  .mobile-footerIcons img {
    width: 0.2rem;
    height: 0.22rem;
    margin-right: 0.26rem;
  }
.mobile_footer_btn{
    position: relative!important;
    width: auto;
    height: 100%!important;
    color: #fff!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    font-size: 0.24rem!important;
    margin: 0 0.1rem!important;
  }
  .mobile_footer_btn div{
    font-size: 0.24rem!important;
    margin-left: 0.3rem!important;
  }
  .mobile_footer_more_btn{
    font-size: 0.35rem!important;
    width: 0.36rem!important;
    height: 0.36rem!important;
    border: 0.01rem solid #fff!important;
    text-align: center!important;
    line-height: 0.34rem!important;
    border-radius: 0.05rem!important;
  }
  .mobile_footer_info{
    width: 100%!important;
    display: flex!important;
    justify-content: center!important;
    flex-wrap: wrap!important;
    color: #fff!important;
    font-size: 0.24rem!important;
  }
  .mobile_footer_text{
    height: 0.5rem!important;
    width: 100%!important;
    text-align: center!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    font-size: 0.22rem!important;
    margin-right: 0.1rem!important;
  }
  .mobile_footer_text a,.mobile_footer_text p{
    font-size: 0.22rem!important;
  }
  .mobile_footer_text img{
    width: 0.25rem!important;
    height: 0.26rem!important;
    margin: 0 0 0 0.3rem!important;
  }
  .mobile_footer_second_wrap{
    position: absolute!important;
    bottom: 0.75rem!important;
    width: 3.5rem!important;
    display: none!important;
    background: url(../img/mobile-footerBg.jpg) no-repeat!important;
    background-size: 100% 100%!important;
  }
  .mobile_footer_second_wrap div{
    font-size: 0.22rem!important;
    display: flex!important;
    flex-wrap: wrap!important;
    justify-content: center!important;
    height: auto;
    align-items: center!important;
    padding: 0.15rem 0.2rem!important;
  }
  .mobile_footer_second_wrap a{
    font-size: 0.22rem!important;
    display: flex!important;
    flex-wrap: wrap!important;
    justify-content: center!important;
    height: auto;
    align-items: center!important;
    padding: 0.3rem 0.2rem!important;
    color: #fff;
  }
  .show_mobile_menu{
    display: block!important;
  }
}

