.footer {
  padding-top: .3rem;
  padding-bottom: .2rem;
  position: relative;
  background: url(../images/footer/footbg.png) no-repeat center;
  background-size: 19.20rem;
  z-index: 4;
}

.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 img {
  width: 4.66rem;
  height: .73rem;
}

.footer .foot-top .left .logo p {
  color: #fff;
  margin: .2rem .4rem;
  font-size: .16rem;
}

.footer .foot-top .left .cont {
  margin-left: 1rem;
  color: #fff;
}

.footer .foot-top .left .cont p {
  font-size: .16rem;
  margin-bottom: .1rem;
}

.footer .foot-top .left .cont p img {
  width: .19rem;
  height: .19rem;
  margin-right: .1rem;
}

.footer .foot-top .left .cont a {
  color: #fff;
  font-size: .16rem;
}

.footer .foot-top .left .cont span {
  margin: 0rem .2rem;
  font-size: .16rem;
}

.footer .foot-top .left .cont span:nth-last-child(1) {
  display: none;
}

.footer .foot-top .right .ewm {
  width: 1.2rem;
  height: auto;
  overflow: hidden;
}

.footer .for-top {
  position: absolute;
  right: 0.5rem;
  bottom: 0.7rem;
  cursor: pointer;
}

.footer .bottom {
  margin-top: .2rem;
}

.footer .bottom .btom {
  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;
  text-align: center;
  font-size: .16rem;
}
.footer .bottom .btom a{color: #fff;}

@media screen and (max-width: 1200px) {
  .top {
    display: none;
  }
  .phone {
    display: block;
  }
}