@charset "utf-8";
.footer {
  padding-top: .05rem;
  padding-bottom: .05rem;
  position: relative;
  background-size: 19.20rem;
  background-color: #117530;
}

.footer .foot-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .foot-top .left {
  display: flex;
  align-items: center;
}

.footer .foot-top .left .logo {
  width: 3.71rem;
  height: .53rem;
  overflow: hidden;
}

.footer .foot-top .left .logo img {
  width: 100%;
}

.footer .foot-top .left .cont {
  margin-left: .3rem;
}

.footer .foot-top .left .cont .mess {
  color: #fff;
  margin-left: 1rem;
  font-size: .16rem;
}

.footer .foot-top .left .cont .mess p {
  margin: .1rem 0rem;
}

.footer .foot-top .left .cont .mess p:nth-child(1) img {
  width: .19rem;

}

.footer .foot-top .left .cont .mess p:nth-child(2) img {
  width: .16rem;
  height: .18rem;
}

.footer .foot-top .left .cont .mess img {
  margin-right: .1rem;
}

.footer .foot-top .left .cont .bqsm {
  color: rgba(255, 255, 255, 0.5);
}

.footer .foot-top .right .ewm {
  width: 1.2rem;
  height: auto;
  overflow: hidden;
}

.footer .for-top {
  position: absolute;
  right: 1.3rem;
  bottom: 1.2rem;
}

.footer .for-top img {
  width: .48rem;
  height: .7rem;
}

.footer .bottom {
  margin-top: .2rem;
}

.footer .bottom .link {
  border-top: 0.01rem solid rgba(255, 255, 255, 0.1);
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.1);
  padding: .15rem 0rem;
  color: #fff;
  font-size: .16rem;
}

.footer .bottom .link a {
  color: #fff;
  font-size: .16rem;
}

.footer .bottom .link span {
  margin: 0rem 0.1rem;
}

/*小屏幕*/