.large-dialog .el-dialog {
  min-width: 760px;
}
.large-dialog .el-dialog #dialog-content {
  padding: 0 32px 0 32px;
  max-height: 494px;
  overflow-y: scroll;
}
.large-dialog .dialog-footer .but-id:focus {
  background: #066ff4;
  -webkit-box-shadow: 0px 4px 8px 4px rgba(6,111,244,0.1);
          box-shadow: 0px 4px 8px 4px rgba(6,111,244,0.1);
  color: #fff;
  border: none;
}

.common-dialog[data-v-5d18f314] {
  min-width: 760px;
}
.common-dialog .common-dialog-header[data-v-5d18f314] {
  width: 100%;
  height: 70px;
  background: linear-gradient(90.02deg, #771225 11.92%, #a61e37 82.71%);
  -webkit-box-shadow: 0px 4px 4px rgba(47,90,155,0.25);
          box-shadow: 0px 4px 4px rgba(47,90,155,0.25);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.common-dialog .common-dialog-header .dialog-title[data-v-5d18f314] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
}
.common-dialog .common-dialog-header .el-icon-close[data-v-5d18f314]:before {
  color: #fff;
}
.common-dialog #dialog-content[data-v-5d18f314] {
  max-height: 494px;
}
.dialog-footer[data-v-5d18f314] {
  position: absolute;
  right: 20px;
  top: -35%;
}
.dialog-footer .but-id[data-v-5d18f314]:focus {
  background: #c85266;
  -webkit-box-shadow: 0px 4px 8px 4px rgba(6,111,244,0.1);
          box-shadow: 0px 4px 8px 4px rgba(6,111,244,0.1);
  color: #fff;
  border: none;
}
.common-dialog[data-v-5d18f314] .el-dialog__footer {
  padding: 0;
  height: 40px;
  background: #eaedf1;
  border-radius: 10px;
  position: relative;
  z-index: 5000;
}
.common-dialog[data-v-5d18f314] .el-dialog__body {
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 80vh;
  overflow-x: hidden;
}

.title .cut-off-title[data-v-28a005e4] {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #640810;
}
.title .cut-off-title[data-v-28a005e4]:after {
  content: "";
  position: absolute;
  top: -2px;
  left: -23px;
  width: 6px;
  height: 28px;
  background: #640810;
}
.title .cut-off-rule[data-v-28a005e4] {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.bulk-transfer-info {
  background: #faf3f3;
  border-radius: 6px;
  padding: 16px;
}
.bulk-transfer-info .confirm-data {
  padding: 10px 0px;
}
.bulk-transfer-info .cut-off-rule {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.bulk-transfer-info .table-top-info .confirm-data .label-class {
  font-weight: 400;
  font-size: 20px;
  color: #640810;
}
.bulk-transfer-info .table-top-info .confirm-data .item-class {
  font-weight: 400;
  font-size: 20px;
  color: #074872;
}
.search-detail-form {
  margin-top: 30px;
  margin-bottom: 30px;
}
.transaction-record .receipt-class {
  position: relative;
}
.transaction-record .receipt-class .receipt-div {
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  position: absolute;
  top: 0;
}
.transaction-record .img-box {
  max-width: 700px;
  max-height: 856px;
  overflow: overlay;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.transaction-record .img-box .img-class {
  max-width: 700px;
  height: 800px;
}


.transaction-record .dialogCustomDialog {
  height: 100% !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.transaction-record .dialogCustomDialog .el-dialog__body {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: unset;
  margin: auto 0;
}
.transaction-record .dialogCustomDialog .el-dialog__body .receipt {
  height: auto;
  background: #fff;
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  margin-top: 20px;
}
.transaction-record .receipt-button-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 37px;
  width: 165px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: -webkit-gradient(linear, right top, left top, from(#9d2035), to(#a23548));
  background: linear-gradient(270deg, #9d2035 0%, #a23548 100%);
  border-radius: 4px;
  cursor: pointer;
  padding: 0 30px 0 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.transaction-record .receipt-button-download:hover {
  -webkit-box-shadow: 0px 2px 3px #9d2035;
          box-shadow: 0px 2px 3px #9d2035;
}
.transaction-record .receipt-button-download:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.transaction-record .receipt-button-download > span {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
}
.transaction-record .receipt-button-close {
  height: 37px;
  width: 111px;
  border: 1px solid #ffffff;
  -webkit-filter: drop-shadow(0px 4px 10px rgba(0, 133, 255, 0.2));
          filter: drop-shadow(0px 4px 10px rgba(0, 133, 255, 0.2));
  border-radius: 4px;
  background: transparent;
  margin-left: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

