.pointCard {
  user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.pointCard > div, .pointCard {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.deposite .step1, .deposite .step2 {
  width: 50%;
}

.switch .step1, .switch .step2 {
  width: 50%;
}

.withdrawal .step1, .withdrawal .step2 {
  width: 50%;
}

.history .step1 {
  width: 100%;
}

.ActionBar {
  width: 33.3333333333%;
}

.reflashBtn {
  margin-top: 0.15rem;
}

.finance ul.tips li {
  list-style-type: decimal;
  list-style-position: inside;
  font-size: 16px;
  line-height: 18px;
  margin: 6px 0 6px 0;
}

.updatPointBtn {
  cursor: pointer;
}
.updatPointBtn:hover .fontIcon svg {
  animation: spin 2s infinite linear;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.pointCard {
  border-radius: 2px;
  margin-bottom: 10px;
  width: calc(33.3333% - 8px);
  /*float:left;*/
  border: 1px solid #008d66;
}
.pointCard:nth-child(3n+2) {
  margin-right: 12px;
  margin-left: 12px;
}

.changeTargetBtn {
  position: absolute;
  top: 10%;
  right: 10%;
}

.responseTable .overflowInTable .addressWalletModal {
  display: none;
}

.withdrawLimit table {
  width: 100%;
}
.withdrawLimit table thead tr {
  background: #EEE;
}
.withdrawLimit table thead tr th {
  color: #555;
}
.withdrawLimit table tbody tr {
  border-bottom: 1px solid #008d66;
}

/*accordion*/
#accordion.ui-accordion-header {
  background-color: transparent;
}
#accordion .special.ui-state-default {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  background-image: none;
}
#accordion .ui-accordion-content {
  background: transparent;
  border-color: transparent;
}
#accordion .custom-checkbox .custom-control-label, #accordion .custom-radio .custom-control-label {
  color: #FFF;
}

@media screen and (max-width: 1350px) {
  .dataTableWrap + .dataTableWrap {
    margin-left: 0rem;
  }
}
@media screen and (max-width: 1200px) {
  .pointCard {
    width: calc(50% - 6px);
  }
  .pointCard:nth-child(3n+2) {
    margin-right: 0px;
    margin-left: 0px;
  }
  .pointCard:nth-child(odd) {
    margin-right: 10px;
  }
  .deposite .step1, .deposite .step2 {
    width: 70%;
  }
  .switch .step1, .switch .step2 {
    width: 70%;
  }
  .withdrawal .step1, .withdrawal .step2 {
    width: 70%;
  }
  .ActionBar {
    width: 45%;
  }
}

/*# sourceMappingURL=finance.css.map */
