.right-qrcode {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-left: 50px;
}
@media screen and (max-width: 1366px) {
  .right-qrcode {
    margin-left: 0;
  }
}
.right-qrcode div {
  width: 287px;
  height: 38px;
  background-color: #e60012;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 38px;
}
@media screen and (max-width: 1366px) {
  .right-qrcode div {
    width: 240px;
  }
}
.right-qrcode img {
  width: 208px;
  height: 208px;
  margin-top: 16px;
}
