.bottom-footer {
  width: 100%;
  height: 7.28rem;
  background-color: #777777;
}

.bottom-footer .top {
  position: relative;
  width: 100%;
  height: 3.92rem;
  padding: 1.1rem 5.6rem .8rem;
}

.bottom-footer .top::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.02rem;
  content: '';
  background-color: #FAFAFA;
  -webkit-transform: scaleY(.6);
  transform: scaleY(.6);
}

.bottom-footer .foot-info {
  padding: 0 0.4rem;
  color: #FAFAFA;
  font-family: FangZheng_JIAN;
}

.bottom-footer .foot-info .left {
  margin-right: 0.6rem;
  align-items: center;
}

.bottom-footer .foot-info .left img {
  width: 1.44rem;
  height: 1.44rem;
  margin-bottom: 0.16rem;
}

.bottom-footer .foot-info .left span {
  font-size: 0.32rem;
}

.bottom-footer .foot-info .right {
  width: 11rem;
  /*overflow: hidden;*/
}

.bottom-footer .foot-info .text {
  font-size: 0.32rem;
  height: 0.48rem;
  line-height: 0.48rem;
}

.bottom-footer .bottom {
  align-items: center;
  padding-top: 0.6rem;
  color: #FAFAFA;
  font-family: FangZheng_JIAN;
  font-size: 0.32rem;
}

.bottom-footer .bottom .tips {
  height: 0.48rem;
  line-height: 0.48rem;
}