.mobile-bottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  height: 50px;
  background-color: #F5F5F5;
}
.mobile-bottom .mobile-title {
  color: #ff6900;
  font-size: 15px;
  width: 90%;
  margin: 10px auto 0;
  height: 20px;
  line-height: 20px;
}
.mobile-bottom .mobile-title .mobile-title-icon {
  background: url('//as.zbjimg.com/bgl-components/bgl-zbj-bdphonebottom-res/0.0.2/static/images/phone-f992093.png') no-repeat;
  width: 15px;
  height: 15px;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.mobile-bottom .mobile-desc {
  font-size: 12px;
  color: #999999;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 20px;
}
.mobile-bottom .mobile-button {
  position: absolute;
  top: 10px;
  right: 5%;
  width: 100px;
  text-decoration: none;
  text-align: center;
  background-color: #ff6900;
  height: 30px;
  line-height: 30px;
  color: #FFFFFF;
  border-radius: 15px;
}
