.float-quick {
  position: fixed;
  right: 10px;
  bottom: 60px;
  width: 70px;
  z-index: 99;
  font-size: 12px;
}

.float-quick a {
  width: 70px;
  height: 75px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  transition: all 0.5s;
}

.float-quick a.qynb {
  background: #1AA4AA;
}

.float-quick a.ywlx {
  background: #1C74AC;
}

.float-quick a.gwly {
  background: #D1E9F3;
  color: #007EDD;
}

.float-quick a.hdb {
  background: #214887;
}

.flex {
  display: flex;
}

.float-quick a {
  text-decoration: none;
}

.float-quick a span {
  text-align: center;
  transition: all 0.5s;
}

.float-quick a span img {
  margin-bottom: 10px;
}

.flex:hover>span {
  transform: scale(1.10);
}


@media only screen and (max-width: 992px) {

  .float-quick {
    width: 70px;
  }

  .float-quick a {
    font-size: 13px;
    width: 70px;
    height: 80px;
  }
}