.Bottomerkg {
	display: none;
}
.Bottomer {
	display: none;
}
@media only screen and (max-width: 780px) {
.Bottomerkg {
  height: 59px;
  display: block;
}
.Bottomer {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #03a3e6;
  z-index: 999999;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.Bottomer .BottomList li {
  width: 25%;
  float: left;
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 10px 0px;
}
.Bottomer .BottomList li img {
  vertical-align: middle;
  height: 20px;
}
.Bottomer .BottomList li span {
  font-size: 14px;
  color: #fff;
  display: block;
  margin-top: 5px;
}
.Bottomer .BottomList li p {
  font-size: 14px;
  color: #D5A334;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 10px;
}
}
