footer {
  width: 100%;
  /* height: 4rem; */
  background: #1e2832;
  /* padding: 0.4rem 0 0 0; */
  font-size: 0.14rem;
}

footer .footer_1 {
  width: 66%;
  height: 100%;
  margin: auto;
  padding: 0 0.2rem;
}

footer .footer_1 .footer_1_top {
  height: 70%;
  display: flex;
  justify-content: space-between;
}

footer .footer_1 .footer_1_top .footer_1_top_left {
  color: #c2c4c6;
  margin-top: 0.4rem;
}

footer .footer_1 .footer_1_top .footer_1_top_left img {
  width: 2.2rem;
  margin-bottom: .4rem;
}

footer .footer_1 .footer_1_top .footer_1_top_left p {
  line-height: 0.3rem;
  font-size: 17px;
}

/* footer .footer_1 .footer_1_top .footer_1_top_right {
  float: right;
} */

footer .footer_1 .footer_1_top .footer_1_top_right div {
  float: left;
  width: 1.2rem;
  margin-left: 0.4rem;
  margin-top: .4rem;
}

footer .footer_1 .footer_1_top .footer_1_top_right div img {
  width: 100%;
}

footer .footer_1 .footer_1_top .footer_1_top_right div .p1 {
  color: #FFFFFF;
  text-align: center;
  margin-top: 0.2rem;
  font-weight: 500;
  font-size: 14px;
}

footer .footer_1 .footer_1_top .footer_1_top_right div .p2 {
  color: #c2c4c6;
  text-align: center;
  margin-top: 0.1rem;
  font-weight: 400;
  font-size: .16rem;
}

footer .footer_1 .footer_1_top .footer_1_top_right img:last-child {
  margin-left: 0.2rem;
}

footer .footer_1 .footer_1_bottom {
  height: 30%;
  /* border-top: 1px solid #333b42; */
  position: relative;
}

/* footer .footer_1 .footer_1_bottom .imgAz {
  position: absolute;
  top: 0.2rem;
  width: 0.69rem;
} */

footer .footer_1 .footer_1_bottom p {
  line-height: 0.75rem;
  color: #c2c4c6;
  font-size: 0.17rem;
  text-align: center;
}

footer .footer_1 .footer_1_bottom p a {
  color: #c2c4c6;
}

footer .footer_1 .footer_1_bottom p:first-child {
  display: block;
}

footer .footer_1 .footer_1_bottom p:first-child a img {
  margin-left: .3rem;
}

footer .footer_1 .footer_1_bottom p:last-child {
  /* display: none; */
}

footer .footer_1 .footer_1_bottom p:last-child a {
  color: #A9ABAD;
}

footer .footer_1 .footer_1_top .footer_1_top_left .lxwm {
  font-size: 23px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: .3rem;
}

footer .footer_1 .footer_1_top .footer_1_top_left .lxdh {
  font-size: 17px;
}

@media only screen and (max-width: 768px) {
  footer {
    height: 7.8rem !important;
    padding: 0;
  }

  footer .footer_1 {
    width: 95%;
  }

  footer .footer_1 .footer_1_top .footer_1_top_right {
    text-align: center;
    margin-top: 0.4rem;
    overflow: hidden;
    padding-left: 0%;
    width: 100%;
  }

  footer .footer_1 .footer_1_top .footer_1_top_right div {
    margin-left: 5%;
    width: 1.8rem;
  }

  footer .footer_1 .footer_1_top .footer_1_top_left p {
    line-height: 0.45rem !important;
    font-size: 15px;
  }

  footer .footer_1 .footer_1_top .footer_1_top_left p.font_size_20 {
    font-size: 15px;
  }

  footer .footer_1 .footer_1_bottom {
    border-top: 0;
    border-top: 0;
    padding-top: 0.8rem;
  }

  footer .footer_1 .footer_1_bottom p {
    font-size: 0.12rem;
    line-height: 0.5rem;
    text-align: left;
    color: #51565c;
  }

  footer .footer_1 .footer_1_top .footer_1_top_left img {
    display: block;
    margin-bottom: 0.5rem;
  }

  footer .footer_1 .footer_1_top .footer_1_top_left .lxwm {
    display: none;
  }

  footer .footer_1 .footer_1_bottom p:first-child {
    display: none;
  }

  footer .footer_1 .footer_1_bottom p:last-child {
    display: block;
    font-size: .2rem;
    color: #A9ABAD;
  }

  footer .footer_1 .footer_1_bottom p:last-child a img {
    width: 22px;
    padding: 0 2px 0 5px;
  }

  footer .footer_1 .footer_1_top .footer_1_top_left .lxdh {
    font-size:17px
  }

  footer .footer_1 .footer_1_top .footer_1_top_left {
    margin-top: .6rem;
  }

  footer .footer_1 .footer_1_top .footer_1_top_right div p {
    font-size: .2rem;
  }
}