.mypanel[data-v-42bb5d04] {
  background: #fff;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 18px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(51,148,212,0.05);
          box-shadow: 0px 0px 0px 0px rgba(51,148,212,0.05);
  border-radius: 22px;
  z-index: 0;
}
.mypanel .content-info[data-v-42bb5d04] {
  margin: 0;
}
.mypanel .content-info .content-info-margin[data-v-42bb5d04] {
  margin: 0 22px 0 23px;
}
.mypanel .title-info[data-v-42bb5d04] {
  position: relative;
}
.mypanel .title-info .form-title-info[data-v-42bb5d04] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mypanel .title-info .form-title-info .p1[data-v-42bb5d04] {
  margin: 0;
  position: relative;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 35px;
  border-bottom: 1px solid transparent;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 36px;
  color: #333;
}
.mypanel .title-info .form-title-info .p1[data-v-42bb5d04]:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 20px;
  left: 10px;
  top: 8px;
  background: #3bbbee;
  margin-right: 10px;
}
.mypanel .title-info .form-title-info .p1[data-v-42bb5d04]:before {
  content: none;
}
.mypanel .title-info .table-title-info[data-v-42bb5d04] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 62px;
  background: linear-gradient(90.02deg, #cb4152 11.92%, #e05868 82.71%);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  border-radius: 14px;
  margin: 0 22px 0px 23px;
  -webkit-box-shadow: 0px 20px 0px #dee6f2;
          box-shadow: 0px 20px 0px #dee6f2;
}
.mypanel .title-info .table-title-info .p-table-title[data-v-42bb5d04] {
  margin: 0;
  position: relative;
  padding-left: 34px;
  display: inline-block;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 36px;
  color: #fff;
}
.mypanel .title-info .table-title-info .p-table-title[data-v-42bb5d04]:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 20px;
  left: 12px;
  top: 8px;
  background: #fff;
}
.mypanel .title-info .table-title-info .p-table-title-right[data-v-42bb5d04] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
.mypanel .title-info.has-col .p1[data-v-42bb5d04]:before {
  content: '';
  display: inline;
  height: 30px;
  width: 3px;
  background-color: #006eca;
  position: absolute;
  left: 0;
  top: 5px;
}
[data-v-42bb5d04] .el-dropdown-menu__item {
  line-height: 16px !important;
  padding: 8px 17px !important;
  font-size: 14px !important;
}


.my-label[data-v-06ec9eac] {
  line-height: 36px;
  height: 36px;
}


.my-date-box {
  border-radius: 12px;
  padding: 0;
}
.container-title {
  /* width: 310px; */
  height: 52px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: #3cbbee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
}
.container-operate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container-operate button {
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  width: 50%;
  margin: 0 !important;
}
.container-operate .cancel-btn {
  color: #e51924;
  border-bottom-right-radius: 0 !important;
}
.container-operate .submit-btn {
  color: #3cbbee;
  border-bottom-left-radius: 0 !important;
}
.container-content {
  height: 300px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.content-cur-value {
  height: 60px;
  width: 100%;
  line-height: 60px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.content-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 230px;
  /* overflow-y: auto; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-picker:before {
  content: '';
  top: 50%;
  position: absolute;
  height: 50px;
  z-index: -1;
  left: 0px;
  right: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  border-top: 1px solid rgb(228, 231, 237);
  border-bottom: 1px solid rgb(228, 231, 237);
}
.divier {
  height: 200px;
  width: 1px;
  background-color: #d9d9d9;
}
.month-list,
.year-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 50%;
  overflow-y: auto;
  height: 235px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.month-list::-webkit-scrollbar,
.year-list::-webkit-scrollbar {
  display: none;
}
.month-list li,
.year-list li {
  text-align: center;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 防止padding影响高度计算 */
}
.month-list:before,
.year-list:before {
  content: '';
  display: block;
  width: 100%;
  height: 95px;
}
.month-list:after,
.year-list:after {
  content: '';
  display: block;
  width: 100%;
  height: 95px;
}

[data-v-3002aa80] .show-input .el-input__inner {
  border-radius: 12px !important;
}

.card-option[data-v-1fd8ac34] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-option .right-hidden[data-v-1fd8ac34],
.card-option .right-show[data-v-1fd8ac34] {
  height: 19px;
  width: 19px;
  border-radius: 50%;
  border: 1px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.card-option .right-show .show-select[data-v-1fd8ac34] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 90%;
  width: 90%;
  background-color: #29b3e7;
  border-radius: 50%;
  margin: auto;
}
.card-option .left-all[data-v-1fd8ac34] {
  color: #000;
  font-weight: 400;
  font-size: 14px;
}
.card-option .left-acc[data-v-1fd8ac34] {
  line-height: 25px;
}
.card-option .left-acc .acc-type[data-v-1fd8ac34] {
  color: #000;
  font-weight: 400;
  font-size: 14px;
}
.card-option .left-acc .acc-no[data-v-1fd8ac34] {
  color: #7c7d80;
  font-weight: 400;
  font-size: 12px;
}
.card-option .left-tran[data-v-1fd8ac34] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-option .left-tran .tran-img[data-v-1fd8ac34] {
  height: 30px;
}
.card-option .left-tran .tran-img img[data-v-1fd8ac34] {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.card-option .left-tran .tran-content[data-v-1fd8ac34] {
  margin-left: 10px;
}
[data-v-1fd8ac34] .value-icon .el-input__inner {
  padding-left: 40px !important;
}
[data-v-1fd8ac34] .value-icon .el-input__prefix {
  left: 5px !important;
  right: unset !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-1fd8ac34] .value-icon .el-input__prefix .prefix-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-1fd8ac34] .value-icon .el-input__prefix .prefix-box img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
[data-v-1fd8ac34] .no-value-icon .el-input__inner {
  padding-left: 10px !important;
}
[data-v-1fd8ac34] .no-value-icon .el-input__prefix {
  left: 5px !important;
  right: unset !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-1fd8ac34] .no-value-icon .el-input__prefix .prefix-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-1fd8ac34] .no-value-icon .el-input__prefix .prefix-box img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
[data-v-1fd8ac34] .show-input .el-input__inner {
  border-radius: 12px !important;
}
[data-v-1fd8ac34] .show-input .el-input__inner::-webkit-input-placeholder {
  font-size: 12px;
}
[data-v-1fd8ac34] .show-input .el-input__inner::-moz-placeholder {
  font-size: 12px;
}
[data-v-1fd8ac34] .show-input .el-input__inner:-ms-input-placeholder {
  font-size: 12px;
}
[data-v-1fd8ac34] .show-input .el-input__inner::-ms-input-placeholder {
  font-size: 12px;
}
[data-v-1fd8ac34] .show-input .el-input__inner::placeholder {
  font-size: 12px;
}

.my-card-select .el-select-dropdown__item {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(217,217,217,0.502);
}
.my-card-select-account .el-select-dropdown__item {
  height: 70px;
}

.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;
}

.khr-ccy-box[data-v-6ab10299],
.usd-ccy-box[data-v-6ab10299] {
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.khr-ccy-box .khr-ccy[data-v-6ab10299],
.usd-ccy-box .khr-ccy[data-v-6ab10299] {
  font-size: 17px;
  line-height: 25px;
}
.khr-ccy-box .khr-ccy-km[data-v-6ab10299],
.usd-ccy-box .khr-ccy-km[data-v-6ab10299] {
  font-size: 14px;
}
.khr-ccy-box .ccy-box[data-v-6ab10299],
.usd-ccy-box .ccy-box[data-v-6ab10299] {
  width: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[data-v-6ab10299] .statis-page .title-info .form-title-info {
  width: 100%;
  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;
}
[data-v-6ab10299] .statis-page .title-info .form-title-info .page-other-info {
  margin-right: 20px;
}
.operate-btn[data-v-6ab10299] {
  width: 100%;
  height: 89px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.operate-btn button[data-v-6ab10299] {
  width: 157px;
  height: 56px;
}
.operate-btn .reset-btn[data-v-6ab10299] {
  color: #e51924;
  border: 1px solid #e51924;
  border-radius: 30px;
}
.operate-btn .filter-btn[data-v-6ab10299] {
  color: #fff;
  background-color: #3cbbee;
  border-radius: 30px;
}
.dialog-operate[data-v-6ab10299] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dialog-operate .dialog-download-btn[data-v-6ab10299] {
  border-radius: 30px;
  background: #c30d23;
  width: 90%;
  height: 50px;
}
.dialog-operate .dialog-download-btn.is-disabled[data-v-6ab10299],
.dialog-operate .dialog-download-btn.is-disabled[data-v-6ab10299]:hover {
  background-color: #c8c9cc !important;
  border-color: #c8c9cc;
  color: #fff;
}
[data-v-6ab10299] .download-dialog-title {
  width: 100%;
  height: 30px;
  text-align: center;
  font-size: 24px;
  margin-top: 10px;
}
[data-v-6ab10299] .download-dialog .el-dialog__headerbtn {
  top: 15px;
}
.download-info .info-msg[data-v-6ab10299] {
  color: #7c7d80;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.download-info .info-img[data-v-6ab10299] {
  width: 100%;
  height: 60px;
  border-radius: 12px;
  background-color: #f3f5fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}
.download-info .info-img img[data-v-6ab10299] {
  margin: 0 20px;
  width: 47px;
  height: 47px;
}
.month-arange[data-v-6ab10299] {
  margin-top: 20px;
}
.month-arange-item[data-v-6ab10299] {
  width: 100%;
  height: 30px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(217,217,217,0.502);
  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;
}
.month-arange-item[data-v-6ab10299]:hover {
  cursor: pointer;
}
.month-arange-item-select[data-v-6ab10299] {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  padding: 2px;
  border: 2px solid #999;
}
.month-arange-item-is-select[data-v-6ab10299] {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  padding: 2px;
  border: 2px solid #3cbbee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.month-arange-item-is-select-content[data-v-6ab10299] {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #3cbbee;
}
.custom-month[data-v-6ab10299] {
  margin-top: 20px;
  width: 100%;
  height: 60px;
  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;
}
.custom-month[data-v-6ab10299]:hover {
  cursor: pointer;
}
.custom-month-left[data-v-6ab10299] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-month-left img[data-v-6ab10299] {
  height: 40px;
  width: 40px;
}
.custom-month-left-msg[data-v-6ab10299] {
  padding-left: 10px;
}
.custom-month-left-msg-title[data-v-6ab10299] {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.custom-month-left-msg-text[data-v-6ab10299] {
  font-size: 12px;
  font-weight: 400;
  color: rgba(51,51,51,0.698);
}
.custom-month-right-select[data-v-6ab10299] {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  padding: 2px;
  border: 2px solid #999;
}
.custom-month-right-is-select[data-v-6ab10299] {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  padding: 2px;
  border: 2px solid #3cbbee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.custom-month-right-is-select-content[data-v-6ab10299] {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #3cbbee;
}
[data-v-6ab10299] .custom-date {
  margin-top: 10px;
}
[data-v-6ab10299] .custom-date .el-input__prefix {
  right: unset !important;
  left: 28px !important;
}
[data-v-6ab10299] .custom-date .el-input__inner,[data-v-6ab10299] .custom-date .el-icon-circle-close {
  background-color: #f3f5fc;
}
[data-v-6ab10299] .custom-date .el-icon-circle-close {
  height: 32px;
}
.custom-month-date-picker[data-v-6ab10299] {
  margin-top: 20px;
}
.custom-month-date-picker-start[data-v-6ab10299],
.custom-month-date-picker-end[data-v-6ab10299] {
  margin: 20px 0 0 0;
}
.custom-month-date-picker-start span[data-v-6ab10299],
.custom-month-date-picker-end span[data-v-6ab10299] {
  color: #000;
  font-size: 14px;
}
[data-v-6ab10299] .my-month-picker .el-input__inner {
  border-radius: 12px !important;
}
[data-v-6ab10299] .my-month-picker .el-input__inner::-webkit-input-placeholder {
  font-size: 12px;
}
[data-v-6ab10299] .my-month-picker .el-input__inner::-moz-placeholder {
  font-size: 12px;
}
[data-v-6ab10299] .my-month-picker .el-input__inner:-ms-input-placeholder {
  font-size: 12px;
}
[data-v-6ab10299] .my-month-picker .el-input__inner::-ms-input-placeholder {
  font-size: 12px;
}
[data-v-6ab10299] .my-month-picker .el-input__inner::placeholder {
  font-size: 12px;
}
[data-v-6ab10299] .my-month-picker .el-icon-circle-close {
  background-color: #f3f5fc;
}
.table-operate[data-v-6ab10299] {
/* display: flex;
  justify-content: space-between;
  align-items: center; */
  margin: 10px 0;
  padding: 0 10px;
}
.table-operate .title[data-v-6ab10299] {
  text-align: left;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  padding-left: 20px;
  margin-bottom: 10px;
}
.table-operate .operate[data-v-6ab10299] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.table-operate .operate-search[data-v-6ab10299] {
  margin-left: auto;
}
.table-operate .operate-search .search-box[data-v-6ab10299] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 550px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.table-operate .operate .amount-box[data-v-6ab10299] {
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.table-operate .operate .amount-box .amount[data-v-6ab10299],
.table-operate .operate .amount-box .count[data-v-6ab10299] {
  line-height: 30px;
  padding: 0 10px;
  height: 100px;
  font-size: 12px;
  text-align: left;
}
.table-operate .operate .amount-box .amount-title[data-v-6ab10299],
.table-operate .operate .amount-box .count-title[data-v-6ab10299] {
  font-size: 14px;
  color: #7c7d80;
  font-family: 'Inter' !important;
  font-weight: 400 !important;
}
.table-operate .operate .amount-box .amount.amount[data-v-6ab10299],
.table-operate .operate .amount-box .count.amount[data-v-6ab10299] {
  border-right: 2px dashed #bbbdc1; /* 右边框为虚线 */
}
.table-operate .operate .trans-type[data-v-6ab10299] {
  height: 90px;
}
.table-operate .operate .trans-type-title[data-v-6ab10299] {
  text-align: left;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter' !important;
  font-weight: 400 !important;
}
[data-v-6ab10299] .my-trans-type .el-input__inner {
  background: #f7f8fd !important;
  height: 48px;
  line-height: 48px;
}
.custom-msg-km[data-v-6ab10299] {
  line-height: 24px;
}
.custom-msg-zh[data-v-6ab10299] {
  line-height: 20px;
}


.my-month-popper .el-month-table td.current:not(.disabled) .cell {
  background-color: #3cbbee;
  color: #fff;
}
.my-date-popper .el-date-table td.current:not(.disabled) span {
  background-color: #3cbbee;
  color: #fff;
}
.my-month-popper .el-month-table td.today .cell,
.my-date-popper .el-date-table td.today span {
  color: #3cbbee;
}


[data-v-6ab10299]  .render-header {
  background-color: #d1dff8 !important;
}
.search-icon[data-v-6ab10299] {
  width: 30px;
  height: 30px;
}
.prefix-box[data-v-6ab10299] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-6ab10299]  .search-input {
  width: 280px;
  border-radius: 30px;
  /* margin-right: 5px; */
  height: 56px;
}
[data-v-6ab10299]  .search-input > .el-input__inner {
  width: 280px;
  height: 56px;
  border-radius: 30px;
  padding-left: 50px;
}
[data-v-6ab10299]  .search-input > .el-input__inner::-webkit-input-placeholder {
  font-size: 12px;
}
[data-v-6ab10299]  .search-input > .el-input__inner::-moz-placeholder {
  font-size: 12px;
}
[data-v-6ab10299]  .search-input > .el-input__inner:-ms-input-placeholder {
  font-size: 12px;
}
[data-v-6ab10299]  .search-input > .el-input__inner::-ms-input-placeholder {
  font-size: 12px;
}
[data-v-6ab10299]  .search-input > .el-input__inner::placeholder {
  font-size: 12px;
}
[data-v-6ab10299]  .search-input .el-input__suffix {
  right: 8px;
}
[data-v-6ab10299]  .table-history .content-info .content-info-margin {
  margin: 0;
}
.search-btn[data-v-6ab10299] {
  background-color: #e51924;
  color: #fff;
  /* margin-right: 5px; */
  width: 56px;
  height: 56px;
  font-size: 28px;
}
.download-img[data-v-6ab10299] {
  width: 42px;
  height: 42px;
  margin-right: -10px;
}
.download-btn[data-v-6ab10299] {
  background-color: #e51924;
  color: #fff;
  /* margin-right: 5px; */
  margin-left: 0px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 182px;
  height: 56px;
}
.download-btn.is-disabled[data-v-6ab10299],
.download-btn.is-disabled[data-v-6ab10299]:hover {
  background-color: #c8c9cc;
  border-color: #c8c9cc;
  color: #fff;
}
[data-v-6ab10299]  .download-btn span {
  width: 100%;
  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;
}
.page-div[data-v-6ab10299] {
  padding: 30px 0 32px 0;
  text-align: right;
}
[data-v-6ab10299]  .search-input .el-input__prefix {
  left: 15px !important;
  right: unset !important;
}


.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;
}
.dialogCustomDialog .el-dialog__body {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: unset;
  margin: auto 0;
}
.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-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;
}
.receipt-button-download:hover {
  -webkit-box-shadow: 0px 2px 3px #9d2035;
          box-shadow: 0px 2px 3px #9d2035;
}
.receipt-button-download:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.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;
}
.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;
}

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

