.site-foot .service-floating {
  position: fixed;
  right: 2px;
  bottom: 110px;
  width: 80px;
  text-align: center;
  border: 1px solid #c4c4c4;
  background-color: #ffffff;
}
.site-foot .service-floating > a {
  display: block;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid #e5e5e5;
  color: #cf3838;
}
.site-foot .service-floating > a:hover {
  text-decoration: none;
  color: #ef3838;
  background-color: #f2f2f2;
}
.site-foot .service-floating > a:last-child {
  border-bottom-color: transparent;
}
.site-foot .service-floating > a span.glyphicon {
  font-size: 30px;
}
.site-foot .service-floating span.qr-code-box {
  display: none;
  position: fixed;
  bottom: 190px;
  right: 105px;
  opacity: 0;
  border: 1px solid #c4c4c4;
  padding: 5px;
  width: 150px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-foot .service-floating span.qr-code-box.active {
  display: block;
}
.site-foot .service-floating span.qr-code-box > img {
  width: 100%;
}
.site-foot .service-floating span.qr-code-box strong {
  display: inline-block;
  padding-bottom: 5px;
}

/*# sourceMappingURL=../maps/site_patch.css.map */
