.seo-img {
  position: absolute;
  top: -3px;
  right: 7px;
  width: 128px;
}
.sox-img {
  position: absolute;
  top: -44px;
  right: 10px;
  width: 128px;
}
.plipay-img {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 128px;
}
.mdPay-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
}
.cash-link {
  font-size: 18px;
  margin-bottom: 4px;
  display: block;
  font-weight: bold;
}
.cash-input .ant-input-prefix {
  font-size: 20px;
}
.cash-input .ant-input {
  padding-left: 40px !important;
  border: 0 !important;
  height: 60px !important;
  font-size: 20px !important;
  border-bottom: 1px solid #ececec !important;
}
.cash-amount {
  color: #333;
}
.account-box {
  padding: 20px 40px 0;
  margin-bottom: 20px;
  background: #fff;
  position: relative;
}
.account-box .account-title {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.9);
  line-height: 24px;
  padding-bottom: 14px;
  position: relative;
}
.account-box .account-title:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2469f2;
  position: absolute;
  left: -14px;
  top: 8px;
}
.account-box .account-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 40px;
  margin-left: 2%;
}
.account-box .account-money {
  padding-left: 18px;
  padding-top: 45px;
  min-width: 500px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.account-box .account-le-amount {
  padding-left: 18px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.account-box .account-le-amount span {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  line-height: 35px;
  display: block;
}
.account-box .account-le-amount label {
  padding-top: 8px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 20px;
  display: block;
}
.account-box .account-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.account-box .borders {
  border-left: 1px dashed #adadad;
  padding-left: 58px;
  position: relative;
}
.account-box .account-ams {
  padding: 8px 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.account-box .account-label {
  color: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  width: 110px;
  text-align: right;
}
.account-box .account-val {
  color: #000;
}

