
/* footer float bnr
----------------------------------------*/
.footFloatBnr {
  position: fixed;
  background: rgba(0,0,0,.75);
  width: 100%;
  min-width: 1000px;
  padding: 20px 0 10px;
  z-index: 10;
  bottom: 0;
  left: 0;
  display: none;
}
.footFloatBnr.active {
  display: block;
}
.footFloatBnr .footBnr {
  text-align: center;
}
.footFloatBnr .footBnr a {
  color: #fff;
  font-size: 14px;

}
.footFloatBnr .footBnr a img {
  vertical-align: middle;
  margin-bottom: 5px;
}
.footFloatBnr .floatClose {
  position: absolute;
  right: 20px;
  top: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}
.footFloatBnr .floatClose:hover {
  opacity: .7;
}