.divfoot .foot {
  background: none repeat scroll 0 0 #131b20;
  display: block;
  height: 46px;
  line-height: 46px;
  margin: 0 auto 0 0;
  width: 100%;
  padding: 0 10px;
  position:fixed; 
  bottom:0px;
  text-align:center;
  z-index:999999999999999999
}
.divfoot #foottext a {
  color: #fff;
  font-size: 15px;
  letter-spacing: normal;
  z-index: 99;
  font-weight: bold;
  outline: none;
}
.divfoot .foot img {
  vertical-align: middle;
}
.btn {
    position: relative;
    display: inline-block;
    padding: 6px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-color: #eee;
    background-image: linear-gradient(#fcfcfc,#eee);
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
	margin: 0px 0px 2px 0px;
}
.wx{
	background: #ffff00; 
	color: #c10000;
	border-radius: 3px;
	padding: 3px;
}