/********************头部无障碍按钮样式************************/
      .customHeader_iframe{
        min-width:1190px;
      }
      .customFooter_iframe{
        min-width:1190px;
      }
/******************************************************************/
.code-title {
  font-size: 28px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  margin: 80px 0 30px;
}
.code-desc {
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, .5);
  text-align: center;
}
.img-box {
  width: 750px;
  height: 337px;
  margin: 56px auto 86px;
  padding-top: 30px;
  background: url('../img/phone.png') no-repeat top right;
}
.img-box .QRcode {
  width: 224px;
  height: 224px;
  border: 1px solid #e5e5e5;
  padding: 7px;
  margin-left: 80px;
}
.img-box .QRcode img {
  display: block;
  width: 208px;
  height: 208px;
}
.img-box .tips {
  width: 400px;
  font-size: 16px;
  line-height: 30px;
  margin: 16px 0 0;
  text-align: center;
  color: rgba(0, 0, 0, 1);
}
.img-box .tips span,
.img-box .tips a {
  color: #cbb486;
}