.container {
  text-align: center;
  padding: 40px 0px 50px 0px;
  background: #fff !important;
}

.app,
.aboutBe {
  width: 1160px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  font-size: 14px;
}

.app>h2 {
  margin-bottom: 20px;
  font-size: 20px !important;
  color: #272727 !important;
}

.content {
  padding: 20px 0;
  text-align: left;
  position: relative;
}

.setScrollQrcode {
  position: fixed;
  top: 0;
  z-index: 2;
}

#qrcode-box {
  float: left;
}

.share-box {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
}

.aboutBe {
  margin: 10px auto;
}

.clear {
  position: relative;
  margin-top: 40px;
}

.clear:after {
  content: "";
  clear: both;
  display: block;
}

.btnBox {
  padding: 5PX 0;
  text-align: right;
}

.btn {
  outline: none;
  background: linear-gradient(to right, #ff9900, #ffb13d);
  background: -moz-linear-gradient(to right, #ff9900, #ffb13d);
  background: -ms-linear-gradient(to right, #ff9900, #ffb13d);
  background: -o-linear-gradient(to right, #ff9900, #ffb13d);
  background: linear-gradient(to right, #ff9900, #ffb13d);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ff9900', endColorStr='#ffb13d', gradientType='0');
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ff9900',endColorStr='#ffb13d',gradientType='0')";
  color: #fff;
  width: 157px;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  border: none;
  margin-right: -20px;
}

.printCon,
.btn {
  cursor: pointer;
}

.printCon:hover {
  color: #049bf7;
}

.icon-dayinji {
  color: #049bf7;
  font-weight: bold;
}