:global .ant-form-item-control {
  position: relative;
}
:global .ant-form-item-control .form_tip {
  display: flex;
  align-items: center;
  padding-left: 10px;
  width: 400px;
  height: 40px;
  line-height: 24px;
  position: absolute;
  left: 100%;
  top: -10px;
  color: #FFAA00;
}
:global .ant-form-item-control .ant-row .form_tip {
  top: 0;
}
:global .financial_container {
  padding: 10px 20px;
}
:global .before_container .financial_header {
  padding: 0 40px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  min-height: 200px;
}
:global .before_container .financial_header .img_box {
  width: 150px;
  overflow: hidden;
}
:global .before_container .financial_header .img_box img {
  width: 100%;
}
:global .before_container .financial_header .header_info {
  margin-left: 30px;
  font-size: 18px;
}
:global .before_container .financial_header .header_info p {
  margin-top: 20px;
}
:global .before_container .financial_header .header_info .tip {
  font-size: 14px;
  color: #ff9900;
}
:global .before_container .question_info {
  width: 100%;
  padding: 0 20px;
}
:global .before_container .question_info h3 {
  margin-top: 40px;
  font-size: 18px;
  font-weight: bold;
}
:global .steps_container {
  width: 800px;
  margin: 40px auto;
}
:global .ant-breadcrumb {
  font-size: 18px;
  color: #333;
}
:global .form_container .header {
  margin: 0 24px;
  border-bottom: 1px solid #E9E9E9;
  font-size: 16px;
  color: #333;
  line-height: 1;
  padding-bottom: 8px;
  margin-bottom: 24px;
}
:global .success_container {
  margin-top: 50px;
  text-align: center;
}
:global .success_container .success_icon {
  font-size: 100px;
}
:global .success_container .success_info {
  padding: 20px 0 5px 0;
  font-size: 20px;
  font-weight: bold;
}
:global .success_container .infoTips {
  padding: 10px 0;
  font-size: 14px;
}
:global .success_container .stepButton {
  display: flex;
  width: 300px;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
}
:global .success_container .stepButton button {
  margin-right: 10px;
}
:global .wallet_container .wallet_header {
  overflow: hidden;
}
:global .wallet_container .wallet_header h3 {
  font-size: 20px;
  font-weight: bold;
}
:global .wallet_container .wallet_header p {
  font-size: 14px;
  margin-top: 10px;
  color: #19be6b;
}
:global .wallet_container .card_container {
  width: 90%;
  min-width: 800px;
  min-height: 120px;
  padding-left: 0;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
}
:global .wallet_container .card_container .anticon {
  margin-left: 5px;
  color: #2d8cf0;
}
:global .wallet_container .card_container li {
  width: 100%;
  height: 100%;
  flex-grow: 1;
  list-style: none;
  border-left: 1px solid #ddd;
  display: flex;
  align-items: center;
  padding: 12px;
}
:global .wallet_container .card_container li > div {
  flex-grow: 1;
}
:global .wallet_container .card_container li .img_box {
  width: 80px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
:global .wallet_container .card_container li .card_info {
  height: 100%;
  margin-left: 10px;
}
:global .wallet_container .card_container li .card_info .point {
  font-size: 20px;
  font-weight: bold;
}
:global .wallet_container .card_container li .card_other {
  align-self: flex-start;
  display: flex;
  justify-content: flex-end;
}
:global .wallet_container .info_container {
  padding-left: 0;
}
:global .wallet_container .info_container .anticon {
  margin-left: 5px;
  color: #2d8cf0;
}
:global .wallet_container .info_container li {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
:global .wallet_container .info_container li > div {
  position: relative;
  display: flex;
  align-items: center;
}
:global .wallet_container .info_container li > div .other_box {
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
:global .wallet_container .info_container li > div .other_box .absolute_link {
  margin-left: 50px;
  display: block;
  min-width: 100px;
}
:global .wallet_container .info_container li .left_content {
  width: 100px;
  justify-content: flex-end;
}
:global .wallet_container .info_container li .right_content {
  margin-left: 40px;
  min-width: 260px;
}
:global .notice {
  color: #FF9900;
}
:global .red_tip {
  color: #D9001B;
}
:global .radio_cneter {
  display: flex;
  justify-content: center;
}
:global .wallet_modal_content .bank_card_info {
  margin-top: 10px;
}
:global .wallet_modal_content .bank_card_info .bank_card {
  color: #108EE9;
}
:global .wallet_modal_content .bank_card_info .bank_card .card_num {
  margin-right: 20px;
}
:global .wallet_modal_content .ant-form-item {
  margin-bottom: 10px;
}
:global .tab_inner {
  padding: 0 20px;
}
:global .modal_on_footer .ant-modal-footer {
  display: none;
}
:global .modal_on_footer .ant-form-item-children {
  width: 100%;
}
:global .modal_on_footer .footer_btns {
  text-align: center;
}
:global .table_container {
  padding: 0 15px;
}
:global .statistics_container {
  width: 100%;
  display: flex;
  align-items: center;
}
:global .statistics_container > div {
  padding: 15px;
  display: flex;
  align-items: center;
  height: 100%;
}
:global .statistics_container .statistics_uint {
  width: 25%;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
}
:global .statistics_container .statistics_uint .uint_info {
  margin-left: 15px;
}
:global .statistics_container .statistics_uint .uint_info > p {
  line-height: 30px;
  margin: 0;
}
:global .statistics_container .active_uint {
  background: #0F71FF;
  color: #fff;
}
:global .statistics_container .symbol {
  padding: 5px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
:global .statistics_container .bold {
  font-size: 24px;
  font-weight: bold;
}
:global .statistics_container .anticon {
  color: #2d8cf0;
}
:global .proxy_btns_container {
  margin: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
:global .proxy_btns_container .operation_btns > button {
  margin-left: 15px;
}
:global .bcx_modal_content {
  display: flex;
}
:global .bcx_modal_content .bcx_modal_btns {
  margin-top: 15px;
}
:global .bcx_modal_content .bcx_modal_btns > button {
  margin-left: 15px;
}
:global .bcx_modal_content .bcx_modal_btns > button:first-child {
  margin: 0;
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
:global .sending_dot {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff9900;
  animation-name: flash;
  animation: flash 3s linear 0s infinite alternate;
}
:global .budget_drawer_container .drawer_list {
  padding-right: 20px;
}
:global .budget_drawer_container .drawer_list li {
  display: flex;
  justify-content: space-between;
}
:global .budget_drawer_container .drawer_list li .label {
  flex-shrink: 0;
}
:global .budget_drawer_container .drawer_list li .text {
  width: 100%;
  margin-left: 20px;
  text-align: right;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
:global .budget_drawer_container .drawer_list li:last-child {
  border-bottom: 1px solid #ddd;
}
:global .budget_drawer_container .drawer_list .no_border {
  border-bottom: 0!important;
}
:global .budget_drawer_container .bottom50 {
  padding-bottom: 50px;
}
:global .wallet_modal .ant-form-item {
  margin-bottom: 10px;
}
:global .agreement_container {
  line-height: 32px;
}
:global .agreement_header {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
:global .agreement_title {
  font-size: 18px;
  font-weight: bold;
}
:global .agreement_seciton_title {
  font-size: 16px;
  font-weight: bold;
}
