.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-4e0a76ca] {
  min-width: 760px;
}
.common-dialog[data-v-4e0a76ca] .el-dialog__header {
  position: relative;
  z-index: 100;
}
.common-dialog .common-dialog-header[data-v-4e0a76ca] {
  width: 100%;
  height: 70px;
  background: #ccf0ff;
  -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: 0px 15px 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.common-dialog .common-dialog-header .dialog-title[data-v-4e0a76ca] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #114458;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
}
.common-dialog .common-dialog-header .el-icon-close[data-v-4e0a76ca]:before {
  color: #114458;
}
.common-dialog .common-dialog-header[data-v-4e0a76ca]:before {
  content: '';
  width: 100%;
  height: 12px;
  border-radius: 10px;
  background-color: #3bbbee;
  position: absolute;
  top: 0;
  right: 0;
}
.common-dialog #dialog-content[data-v-4e0a76ca] {
  max-height: 494px;
}
.dialog-footer[data-v-4e0a76ca] {
  position: absolute;
  right: 20px;
  top: -35%;
}
.dialog-footer .but-id[data-v-4e0a76ca]: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-4e0a76ca] .el-dialog__footer {
  padding: 0;
  height: 40px;
  background: #eaedf1;
  border-radius: 10px;
  position: relative;
  z-index: 5000;
}
.common-dialog[data-v-4e0a76ca] .el-dialog__body {
  padding: 40px 30px 55px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 80vh;
  overflow-x: hidden;
}
.common-dialog[data-v-4e0a76ca] .el-dialog__body .tip-class {
  font-size: 18px;
  text-align: left;
}


.transaction-history-query .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-history-query .dialogCustomDialog .el-dialog__body {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: unset;
  margin: auto 0;
}
.transaction-history-query .dialogCustomDialog .el-dialog__body .receipt {
  height: auto;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  margin-top: 20px;
}
.receipt-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 189px;
  height: 32px;
  margin-right: 130px;
  background: #ffffff;
  padding: 0 23px 0px 17px;
  border: 1px solid #115fba;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.receipt-button > span {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
  color: #115fba;
}
.receipt-button:hover {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 133, 255, 0.2);
          box-shadow: 0px 5px 10px rgba(0, 133, 255, 0.2);
}
.receipt-button:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.receipt-button .el-loading-mask {
  border-radius: 5px;
}
.receipt-button .el-loading-spinner {
  width: 100%;
  text-align: center;
  position: absolute;
  top: unset;
  margin-top: unset;
}
.receipt-button .el-loading-spinner .circular {
  height: 30px;
}
.transaction-history-query .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-history-query .receipt-button-download:hover {
  -webkit-box-shadow: 0px 2px 3px #9d2035;
          box-shadow: 0px 2px 3px #9d2035;
}
.transaction-history-query .receipt-button-download:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.transaction-history-query .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-history-query .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;
}

.transaction-history-query .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;
  border-radius: 10px;
}
.transaction-history-query .img-class {
  max-width: 700px;
  height: 800px;
  margin-top: 10px;
}
.transaction-history-query .receipt-class {
  position: relative;
}
.transaction-history-query .receipt-class .receipt-div {
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  position: absolute;
  top: 0;
}
.transaction-history-query .page-div {
  padding: 30px 0 32px 0;
  text-align: right;
}
.transaction-history-query .cancel-but {
  color: #db2b2b;
}
.transaction-history-query .button-div {
  padding: 0 50px 0 0;
}
.transaction-history-query .button-float {
  padding-top: 27px;
}
.myTranDateRange .el-range-input:first-child {
  text-align: left !important;
}
.block-page {
  text-align: right;
  padding: 10px 0;
}


[data-v-56e5c6f5]  .otherInfo {
  padding-right: 20px;
}
.go-page[data-v-56e5c6f5] {
  background-color: #e51924;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 12px;
  width: 172px;
  height: 56px;
  text-align: center;
}
[data-v-56e5c6f5]  .table-panel .title-info .table-title-info {
  background: #e51924 !important;
  height: 84px !important;
}

