
#wx-pay {
  background-color: #f5f5f5;
  height: 100%;
  position: relative;
  overflow: auto;
}
.font-grey {
  color: #bfbfbf;
}
.hint {
  color: red;
  height: 20px;
}
#wx-pay .topbar {
  width: 100%;
  height: 56px;
  background-color: #fff;
  text-align: left;
  line-height: 74px;
}
#wx-pay .topbar img {
  width: 130px;
  margin-left: 23px;
}
#pay-center {
  width: 960px;
  margin: 30px auto;
  height: calc(100% - 116px);
  text-align: left;
  overflow: hidden;
  position: relative;
}
#pay-title {
  width: 176px;
  height: 31px;
  font-size: 24px;
  font-weight: bold;
  color: #252525;
  margin: 0;
  margin-bottom: 20px;
}
.pay-desc {
  float: left;
  width: 33.33333%;
  height: 20px;
  margin: 0;
  font-size: 14px;
  color: #535353;
  margin-bottom: 10px;
}
#money {
  font-weight: bold;
  font-size: 24px;
  color: #ff4f4f;
  text-align: center;
}
#imgBox {
  width: 100%;
  background-color: #fff;
  margin-top: 20px;
  clear: both;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.05);
}
#blueBar {
  width: 100%;
  height: 6px;
  background-color: #256ffc;
}
.half {
  width: 50%;
  float: left;
  height: 100%;
  text-align: center;
  padding: 78px 0;
}
#qrCodeBox {
  width: 220px;
  height: 220px;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border-radius: 8px;
  margin: 15px auto 20px auto;
}
#qrCodeBox img {
  width: 100%;
}

