.region-left {
  display: none!important;
}
.region-right {
  width: 100%!important;
  padding-left: 14px!important;
  padding-right: 14px!important;
}
.qr-btn-wrap {
  text-align: center;
  padding-top: 10px;
}
.qr-code-btn {
  border: none;
  background: none;
  cursor: pointer;
  color: #9b1317;
  font-size: 14px;
}
.qr-code-btn:hover {
  color: #f55;
}
.qr-code-btn::before {
  content: '\eb9b';
  display: inline-block;
  font-family: "iconfont";
  margin-right: 4px;
}

.qr-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  display: none;
}
.qr-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0, 0.15);
  z-index: 0;
}
.qr-viewer {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background: #fff;
  text-align: center;
}
.qr-viewer .close-btn {
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  position: absolute;
  right: 4px;
  bottom: 4px;
  cursor: pointer;
  color: #999;
}
.qr-viewer .close-btn:hover {
  color: #9b1317;
}
.qr-viewer .close-btn::before {
  font-family: "iconfont";
  content: '\e627';
  font-size: 20px;
}
.field-body p.text-align-center {
  text-align: center;
}

