@charset "utf-8";

.footer_mobile {
  background: #fff;
  height: auto;
  position: fixed;
  z-index: 9999999999!important;
  bottom: 0!important;
  border-top: 1px #eee solid;
  width: 100%;
  opacity: 1;
  color: #999;
  float:left;
}

.footer_mobile .box {
  text-align: center;
  color: #ffffff;
  height: 45px;
  padding: 3px;
}

.footer_mobile .box a {
  color: #d6d6d6;
}
