.order-pay{
 display: none;
}
.el-dialog__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  margin: 0;
  background: #000;
  background: rgba(0,0,0,.3);
}
.el-dialog {
  position: relative;
  margin: 0 auto 50px;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
  box-shadow: 0 1px 3px rgba(0,0,0,.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
.el-dialog__header {
  padding: 20px 20px 10px;
}
.el-dialog__title {
  line-height: 24px;
  font-size: 18px;
  color: #303133;
}
.el-dialog__headerbtn {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  background: 0 0;
  border: none;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
}
.el-dialog__headerbtn {
  color: #909399;
}

.el-dialog__body {
  padding: 30px 20px;
  color: #606266;
  font-size: 14px;
  word-break: break-all;
}
.order-pay-qrcode {
  text-align: center;
}
.order-pay-qrcode__img{
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.order-pay-qrcode__img img {
  width: 100%;
  height: 100%;
}
.order-pay-qrcode img {
  height: 200px;
  display: block;
  margin: 0 auto;
}
.order-pay-qrcode__text {
  line-height: 34px;
}
.order-pay-qrcode__text{
  line-height: 34px;
}
.ks-color--error {
  color: #fc6b32;
}