﻿.footer {
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: relative;
  background: url(../images/footer/footbg.png) no-repeat center;
  background-size: 19.20rem;
  z-index: 4;
}

.footer .foot-top {
  display: flex;
  justify-content: space-between;
}

.footer .foot-top .left {
  display: flex;
  align-items: center;
}

.footer .foot-top .left .logo img {
  width: 5.36rem;
  height: .73rem;
}

.footer .foot-top .left .logo p {
  color: #fff;
  margin: .2rem;
  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 .tit {
  font-size: .3rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: .2rem;
}

.footer .foot-top .right .tit span {
  color: #fffc00;
}

.footer .foot-top .right .add {
  margin: .1rem 0rem;
  font-size: .18rem;
  color: #fff;
}

.footer .foot-top .right .add img {
  width: .23rem;
  height: .23rem;
}

.footer .foot-top .right .tell {
  font-size: .18rem;
  color: #fff;
}

.footer .foot-top .right .tell img {
  width: .25rem;
  height: .21rem;
}

.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;
}

@media screen and (max-width: 1200px) {
  .top {
    display: none;
  }
  .phone {
    display: block;
  }
}