<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.share-dialog {
  position: absolute;
}
.share-dialog .el-dialog {
  width: auto;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.share-dialog .share-amount-info {
  position: relative;
  width: 570px;
  height: 704px;
}
.share-dialog .el-dialog__body {
  max-height: 710px;
  overflow: unset;
}
.share-dialog .el-dialog__body .share-header {
  width: 570px;
  height: 187px;
  background: #fff;
  border-radius: 20px;
}
.share-dialog .el-dialog__body .share-header .share-header-img {
  width: 570px;
  height: 76px;
}
.share-dialog .el-dialog__body .share-header .share-header-img img {
  width: 100%;
  height: 100%;
}
.share-dialog .el-dialog__body .share-header .share-header-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 41px;
}
.share-dialog .el-dialog__body .share-header .share-header-body .share-amount-transfer {
  height: 65px;
  width: 65px;
}
.share-dialog .el-dialog__body .share-header .share-header-body .share-amount-transfer img {
  width: 100%;
  height: 100%;
}
.share-dialog .el-dialog__body .share-header .share-header-body .share-amount-text {
  margin-left: 21px;
}
.share-dialog .el-dialog__body .share-header .share-header-body .share-amount-text .amount {
  font-weight: 600;
  font-size: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fc6651;
}
.share-dialog .el-dialog__body .share-header .share-header-body .share-amount-text .text {
  font-weight: 400;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #828282;
}
.share-dialog .el-dialog__body .share-header .share-division {
  position: relative;
  width: 498px;
  height: 0px;
  left: 32px;
  top: 32px;
  border: 1px dashed #d2d2d2;
}
.share-dialog .el-dialog__body .share-body {
  width: 570px;
  background: #fff;
  border-radius: 20px;
}
.share-dialog .el-dialog__body .share-body .share-body-body {
  position: relative;
  padding: 30px 38px 0px 38px;
}
.share-dialog .el-dialog__body .share-body .share-body-body .share-body-text {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 18px;
}
.share-dialog .el-dialog__body .share-body .share-body-body .share-body-text .left {
  color: #5a5a5a;
}
.share-dialog .el-dialog__body .share-body .share-body-body .share-body-text .right {
  color: #143452;
  text-align: right;
  float: right;
}
.share-dialog .el-dialog__body .share-foot {
  text-align: center;
}
.share-dialog .el-dialog__body .share-foot .share-division {
  width: 498px;
  height: 0px;
  margin: auto;
  border: 1px dashed #d2d2d2;
}
.share-dialog .el-dialog__body .share-foot .share-foot-img {
  padding-bottom: 14px;
  padding-top: 9px;
}

/*ä¸‹æ‹‰æ¡†è‡ªå¸¦æ&nbsp;·å¼*/
.el-collapse {
  border: 0;
}
.el-collapse-item__header {
  height: auto;
  border: 0;
}
.el-collapse-item__content {
  padding-bottom: 0px;
}
.el-collapse-item__wrap {
  border: 0;
}
.collapse {
  width: 100%;
}
.account-fro-collapse {
  width: 860px;
}
.account-fro-collapse .span-top,
.to-account .span-top {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #848484;
}
.from-account {
  margin-bottom: 20px;
}
.from-account .span-bottom,
.to-account .span-bottom {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #074872;
}
.collapse-header {
  width: 860px;
  height: 92px;
  background: #f0f7fd;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.upload-to-amount .upload-progress .el-progress__text {
  display: none;
}
.upload-to-amount .upload-progress .el-progress-circle {
  width: 32px !important;
  height: 32px !important;
  margin: 15px;
}
.upload-to-amount .upload-progress .el-progress-circle .el-progress-circle__track {
  stroke: #ffffff;
}
.upload-to-amount .upload-progress .el-progress-circle .el-progress-circle__path {
  stroke: #21a366;
}
.collapse-header .collapse-header-title {
  width: 100%;
  font-size: 14px;
  color: #8c8c8c;
  margin: auto 0;
}
.collapse-header-title span {
  line-height: 21px;
}
.collapse-header-title .span-left {
  float: left;
  font-size: 14px;
  line-height: 36px;
}
.collapse-header-title .span-right {
  float: right;
  font-size: 24px;
  line-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
}
.collapse-header-title .upload-files-tip-Division {
  margin-left: 6px;
  margin-right: 10px;
}
.collapse-header .collapse-img-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 42px;
}
.collapse-header .collapse-img-right img {
  width: 12px;
  height: 8px;
}
.collapse-header .collapse-header-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.collapse-header .collapse-header-img img {
  width: 40px;
  margin: 15px;
}
.collapse-header .collapse-right-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 42px;
}
.collapse-header .collapse-right-img .img-delete-to-account {
  width: 16px;
  height: 16px;
}
.collapse-header .collapse-right-img .img-delete-to-account img {
  width: 100%;
  height: 100%;
}
.collapse-header .collapse-right-img .img-open-account-dialog {
  margin-left: 20px;
  width: 21px;
  height: 21px;
}
.collapse-header .collapse-right-img .img-open-account-dialog img {
  width: 100%;
  height: 100%;
}
.collapse-header .collapse-right-img .img-open-account-dialog:hover {
  cursor: pointer;
  background-color: #dae9ff;
}
.collapse-header .collapse-right-img .img-delete-to-account:hover {
  cursor: pointer;
  background-color: #dae9ff;
}
.el-collapse-item__arrow {
  display: none;
}
.bulk-transfer-page .el-icon-arrow-right {
  margin: auto 20px auto auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.from-account-from {
  width: 100%;
  font-size: 14px;
  margin: auto;
}
.collapse-header .from-account-from div:nth-child(1) {
  float: left;
  width: 33%;
  margin-right: 10px;
}
.collapse-header .from-account-from div:nth-child(2) {
  float: left;
  width: 30%;
  margin-right: 10px;
}
.collapse-header .from-account-from div:nth-child(3) {
  float: left;
  width: 30%;
}
.to-account-from-header {
  width: 100%;
  margin: auto;
  font-size: 14px;
}
.to-account-from-header div:nth-child(1) {
  float: left;
  width: 30%;
  margin-right: 10px;
}
.to-account-from-header div span {
  height: 30px;
  line-height: 30px;
  display: block;
}
.from-account-from div span {
  height: 30px;
  line-height: 30px;
  display: block;
}
.account-fro-collapse .el-collapse-item .el-collapse-item__wrap {
  /*position: absolute;*/
  width: 860px;
  margin-top: 10px;
  -webkit-box-shadow: 0px 4px 10px rgb(75 94 164 / 25%);
          box-shadow: 0px 4px 10px rgb(75 94 164 / 25%);
  border-radius: 10px;
}
.card-collapse {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 5;
  background: #ffffff;
  border: 1px solid #f5f7fa;
  border-radius: 10px;
  overflow: auto;
  max-height: 160px;
  color: #074872;
}
.card-collapse .card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 20px;
}
.card-collapse .card-info:hover {
  background-color: #f5f7fa;
  margin: auto 0;
}
.card-collapse .card-info .card-info-left {
}
.card-collapse .card-info .card-info-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
.payroll-info .el-col-12 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
.payroll-info .payroll-info-top {
  width: 100%;
  height: 56px;
  background: #f0f7fd;
  font-weight: 400;
}
.payroll-info .payroll-info-top .payroll-info-row {
  margin: 10px -25px !important;
  padding-top: 5px;
  height: 50px;
}
.payroll-info .payroll-info-top .label-class {
  font-size: 24px;
  color: #074872;
}
label-class-150px {
  width: 150px !important;
}
.payroll-info .payroll-info-top .item-class {
  font-size: 24px;
  color: #074872;
}
.payroll-info .payroll-info-top .font-size14{
  font-size: 14px;
}
.payroll-info .span-left {
  padding-left: 10px;
  min-width: 135px;
  height: 25px;
  color: #575757;
  display: inline-block;
}
.payroll-info .span-right {
  height: 25px;
  color: #575757;
}
.table-top-info .span-left {
  color: #640810 !important;
}
.table-top-info .payroll-info-top {
  background: none !important;
}
.account-dialog .account-dialog-table {
  width: 100%;
}
.button-confirm {
  background: -webkit-gradient(linear, right top, left top, from(#9d2035), to(#a23548));
  background: linear-gradient(270deg, #9d2035 0%, #a23548 100%);
  border-radius: 4px;
}
.button-cancel {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 4px !important;
  color: #939393;
}
.collapse-foot {
  width: 735px;
}
.collapse-foot .el-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.collapse-foot .el-form-item .el-form-item__content {
  width: 100%;
  margin-left: 0 !important;
}
/* .my-table .el-table__header th {
    background: #f3f9fd;
} */
.my-form .my-form-item {
  background: #f3f9fd;
}
.my-form .col-button {
  float: right;
}
.to-account-add-button button {
  border: none;
  width: 85px;
  height: 35px;
  background: #f8e3e6;
  border-radius: 50px;
}
.collapse-foot .currency {
  border: 0;
}
.save-template {
  /*margin: 30px 0px;*/
  margin-bottom: 20px
}
.save-template .span-switch {
  margin-left: 20px;
  color: #035f9e;
}
.to-account .to-account-from {
  max-height: 400px;
  width: 742px;
}
.to-account .to-account-from .download-excel {
  width: 200px;
  height: 35px;
  background: #f8e3e6;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.to-account .to-account-from .download-excel:hover {
  cursor: pointer;
}
.to-account .to-account-from .download-excel span {
  font-size: 14px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #640810;
}
.to-account .to-account-from .download-excel .download-excel-img {
  position: relative;
  width: 38px;
  height: 38px;
  border-radius: 50px;
  background: #074872;
}
.to-account .to-account-from .download-excel .download-excel-img img {
  position: absolute;
  top: 10px;
  left: 9px;
  width: 20px;
  height: 20px;
}
.to-account-from {
  width: 742px;
}
.cut-off-title .count-to-account {
  width: 24px;
  height: 24px;
  background: #074872;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  margin-left: 24px;
  text-align: center;
  border-radius: 20px;
}
.title-div .title-div-img {
  width: 31px;
  height: 38px;
  margin-left: 30px;
}
.title-div .title-div-img img {
  width: 100%;
  height: 100%;
}

</pre></body></html>