.footers {
  padding: 0.88rem 0;
  height: auto;
  background-color: #3A3D42;
}

.footers .contact {
  display: flex;
  justify-content: space-between;
  padding: 0 1.12rem;
}

.footers .contact .contact-img {
  width: 2rem;
  height: 2rem;
}

.footers .contact .left-part {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footers .contact .right-part {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footers .contact  .contact-text {
  margin-top: 0.28rem;
  font-size: 12px;
  line-height: 17px;
  color: #888;
  text-align: center;
}

.footers .mobile-num {
  display: flex;
  justify-content: center;
  margin: 0.6rem 0.3rem 0 0.3rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #555;
}

.footers .mobile-num .center-line {
    display: flex;
    align-items: center;
    padding: 0.2rem 1.32rem;
    font-size: 14px;
    line-height: 20px;
    color: #FFF;
    border: 1px solid #888;
    border-radius: 4px;
}

.footers .mobile-num .num-img{
  margin: 0 0.14rem 0 0.06rem;
  width: 0.26rem;
  height: 0.26rem;
}

.footers .bottom-address {
  font-size: 11px;
  line-height: 22px;
  color: #888;
  padding: 0.78rem 0.5rem 0 0.5rem;
  text-align: center;
  margin-bottom: 0.28rem;
}
