::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.financial-title {
  font-weight: 600;
  font-size: 14px;
}
.financial-overview-box {
}
.financial-overview-header {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.financial-overview-header li {
  width: 19%;
  height: 90px;
  border-radius: 5px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.financial-overview-header li p:nth-child(2) {
  font-size: 20px;
  font-weight: bold;
  margin-right: 5px;
}
.financial-overview-header li p:nth-child(1) {
  font-size: 15px;
  margin-right: 5px;
}
.financial-overview-header li:nth-child(1) {
  background: linear-gradient(135deg, #17ead9, #6078ea);
}
.financial-overview-header li:nth-child(2) {
  background: linear-gradient(135deg, #42e695, #3bb2b8);
}
.financial-overview-header li:nth-child(3) {
  background: linear-gradient(135deg, #24317a, #1bcedf);
}
.financial-overview-header li:nth-child(4) {
  background: linear-gradient(135deg, #52e5e7, #130cb7);
}
.financial-overview-header li:nth-child(5) {
  background: linear-gradient(135deg, #77a1d3, #79cbca);
}
.financial-overview-header li:nth-child(6) {
  background: linear-gradient(135deg, #3200f1, #bf9898);
}
.financial-overview-content {
  display: flex;
  flex-direction: row;
}
.financial-overview-content .financial-overview-l {
  width: calc(100% - 320px);
}
.financial-overview-content .financial-overview-r {
  width: 310px;
}

.financial-overview-amount {
  background: #fff;
  width: calc(100% - 80px);
  min-width: 300px;
  margin-top: 10px;
  border-radius: 5px;
  margin-left: 10px;
  padding: 18px 30px 18px 30px;
}

.financial-overview-amount .financial-overview-amount-content {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.financial-overview-amount .financial-overview-amount-content p:nth-child(1) {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

.financial-overview-amount .financial-overview-amount-content p:nth-child(2),
.financial-overview-amount .financial-overview-amount-content p:nth-child(4) {
  margin: 0 10px;
}

.financial-overview-amount .financial-overview-amount-content p:nth-child(3),
.financial-overview-amount .financial-overview-amount-content p:nth-child(5) {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.financial-overview-amount
  .financial-overview-amount-content
  p:nth-child(3)
  span:nth-child(1),
.financial-overview-amount
  .financial-overview-amount-content
  p:nth-child(5)
  span:nth-child(1) {
  font-size: 13px;
  color: #636363;
}

.financial-overview-amount
  .financial-overview-amount-content
  p:nth-child(3)
  span:nth-child(2),
.financial-overview-amount
  .financial-overview-amount-content
  p:nth-child(5)
  span:nth-child(2) {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
}

.financial-overview-amount
  .financial-overview-amount-operation
  button:nth-child(1) {
  background: #313131;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 13px;
  cursor: pointer;
  line-height: 25px;
  padding: 0 14px;
}

.financial-overview-amount
  .financial-overview-amount-operation
  button:nth-child(1):hover {
  background: #504f4f;
}

.financial-overview-amount
  .financial-overview-amount-operation
  button:nth-child(2) {
  background: #ffffff;
  color: #313131;
  border-radius: 12px;
  font-size: 13px;
  cursor: pointer;
  line-height: 24px;
  padding: 0 14px;
  border: 1px solid #313131;
  margin-left: 10px;
}

.financial-overview-amount
  .financial-overview-amount-operation
  button:nth-child(2):hover {
  border: 1px solid #707070;
}

.financial-overview-record {
  background: #fff;
  width: calc(100% - 80px);
  min-width: 300px;
  margin-top: 10px;
  border-radius: 5px;
  margin-left: 10px;
  padding: 18px 30px 18px 30px;
}

.financial-overview-record .financial-overview-record-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.financial-overview-record .financial-overview-record-title p:nth-child(2) {
  font-size: 12px;
  color: #636363;
  font-weight: 400;
}

.financial-overview-record .financial-overview-record-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.financial-overview-record .financial-overview-record-b {
  height: 50px;
  border-left: 1px solid #e5e5e5;
}

.financial-overview-record .financial-overview-record-content-info {
  width: calc(33.3% - 52px);
  height: 30px;
  padding: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.financial-overview-record
  .financial-overview-record-content-info
  p:nth-child(2) {
  font-size: 15px;
}

.financial-overview-record
  .financial-overview-record-content-info
  p:nth-child(2) {
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
  color: #000;
}

.financial-overview-graph {
  background: #fff;
  width: calc(100% - 80px);
  min-width: 300px;
  margin-top: 10px;
  border-radius: 5px;
  margin-left: 10px;
  padding: 18px 30px 18px 30px;
  height: 400px;
}

.financial-overview-recently {
  background: #fff;
  width: calc(100% - 30px);
  margin-top: 10px;
  border-radius: 5px;
  margin-left: 10px;
  padding: 10px;
}

.financial-overview-recently .financial-overview-recently-content {
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #afafaf;
}

.financial-overview-recently .income-list-page,
.financial-overview-recently .consumption-list-page,
.financial-overview-recently .withdrawal-list-page {
  width: 100%;
  height: 100%;
  min-height: 140px;
  padding-top: 10px;
}

.financial-overview-recently .income-list-page li,
.financial-overview-recently .consumption-list-page li,
.financial-overview-recently .withdrawal-list-page li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  color: #414141;
  line-height: 36px;
  background: #ffffff;
  padding: 0 5px;
}

.financial-overview-recently .income-list-page li:nth-child(2n),
.financial-overview-recently .consumption-list-page li:nth-child(2n),
.financial-overview-recently .withdrawal-list-page li:nth-child(2n) {
  background: #ededed;
}
#recharge-amount {
  width: 280px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#recharge-amount input {
  line-height: 30px;
  padding: 0 10px;
  border: 1px solid #bdbdbd;
  border-radius: 7px;
  width: 190px;
}
#recharge-amount p {
  width: 210px;
  font-size: 14px;
  font-weight: 600;
  line-height: 35px;
}

.withdrawal-description {
  width: calc(97% - 20px);
  margin: auto;
  border-radius: 5px;
  background: #cce2ff;
  color: #2f2f2f;
  font-size: 14px;
  line-height: 25px;
  padding: 10px;
}
.withdrawal-account,
.withdrawal-sponsor {
  width: calc(97% - 20px);
  padding: 10px;
  background-color: #fff;
  margin: auto;
  border-radius: 5px;
  margin-top: 10px;
}
.withdrawal-select-box {
  margin-top: 10px;
}
.withdrawal-box {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.withdrawal-tab {
  display: flex;
  align-items: center;
}
.withdrawal-tab li {
  width: auto;
  height: 40px;
  padding-left: 50px;
  background-repeat: no-repeat;
  background-size: 30px;
  display: flex;
  align-items: center;
  border: 1px solid #e6e9f0;
  background-position: 10px 5px;
  padding-right: 10px;
  margin-left: 10px;
  cursor: pointer;
}
.withdrawal-tab li:nth-child(1) {
  background-image: url(/static/img/access_money_select_ali.svg);
  background-size: 25px;
  background-position: 9px 8px;
  padding-left: 44px;
}
.withdrawal-tab li:nth-child(2) {
  background-image: url(/static/img/yhk.svg);
}
.withdrawal-tab li:nth-child(3) {
  background-image: url(/static/img/dg.svg);
  background-size: 25px;
  background-position: 9px 8px;
  padding-left: 44px;
}
.withdrawal-tab .select {
  border: 1px solid var(--color-base);
}
.withdrawal-content {
  margin: 20px 40px;
}
.withdrawal-content li {
  display: none;
}
.withdrawal-content .select {
  display: block;
}
.withdrawal-content .withdrawal-set-box {
  display: flex;
  flex-direction: row;
}
.withdrawal-content .withdrawal-set-box p {
  margin-right: 10px;
  font-size: 15px;
  /* margin-right: 30px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.withdrawal-content .withdrawal-set-box p:nth-child(1) {
  color: #4b4b4b;
  font-weight: 600;
  font-size: 14px;
}
.withdrawal-content .withdrawal-set-box p:nth-child(2) {
  margin-right: 30px;
}
.withdrawal-content .withdrawal-set-box p:nth-child(3) {
  color: var(--color-base);
}
.withdrawal-content .withdrawal-set-box p:nth-child(3) button {
  padding: 0 20px;
  line-height: 22px;
  height: auto;
}
.withdrawal-set-yhk-input,
.withdrawal-set-dg-input {
  width: 600px;
  padding: 20px 20px 0px 0;
}
.yh-ico {
  background-repeat: no-repeat;
  padding: 0 10px 0 40px;
  background-size: 28px;
  background-position: 6px;
}

dd:not([lay-value]),
dd[lay-value=""] {
  /* 没有该属性 */
  display: none;
}

.withdrawal-sponsor-box-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px 0;
}

.withdrawal-sponsor-box-item input {
  line-height: 30px;
  padding: 0 10px;
  color: #4b4949;
  border: 1px solid #cdcdcd;
}

.withdrawal-sponsor-box-item .withdrawal-sponsor-title {
  width: 90px;
  font-size: 14px;
  line-height: 35px;
  color: #262626;
  text-align: right;
  margin-right: 10px;
}

.withdrawal-sponsor-box-item .user_account_amount {
  font-weight: 600;
  font-size: 15px;
  color: #01d300;
}

.withdrawal-sponsor-box-item .withdrawal-all {
  border: none;
  background: none;
  color: var(--color-base);
  margin-left: 15px;
  cursor: pointer;
}

.withdrawal-sponsor-box-item .withdrawal {
  margin-top: 20px;
  height: auto;
  line-height: 28px;
  padding: 0px 30px;
  border-radius: 5px;
  margin-left: 100px;
}

.withdrawal-sponsor-box-item #withdrawal-cash_amount,
.withdrawal-sponsor-box-item #withdrawal-code {
  width: 210px;
}
