.uct_wallet_box {
  padding: 20px 30px;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden; }
  .uct_wallet_box.w_flex_box {
    display: flex;
    gap: 15px;
    align-items: flex-start; }
  @media only screen and (max-width: 1320px) {
    .uct_wallet_box.w_flex_box {
      flex-direction: column; }
      .uct_wallet_box.w_flex_box .wallet_box_left {
        width: 100%; }
        .uct_wallet_box.w_flex_box .wallet_box_left .statis_box {
          gap: 20px; }
      .uct_wallet_box.w_flex_box .wallet_box_right {
        max-width: unset;
        width: 100%;
        height: auto;
        overflow-y: unset; } }
  .uct_wallet_box .switch {
    width: 40px;
    height: 20px;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    margin-left: auto;
    margin-left: 15px;
    flex-shrink: 0; }
    .uct_wallet_box .switch .switchRadio {
      width: 18px;
      height: 18px;
      border-radius: 50%;
      position: absolute;
      top: 1px;
      transition: all .2s;
      background-color: #FFF; }
    .uct_wallet_box .switch.off {
      background: rgba(120, 120, 128, 0.6); }
      .uct_wallet_box .switch.off .switchRadio {
        left: 21px; }
    .uct_wallet_box .switch.on {
      background: #09BE53; }
      .uct_wallet_box .switch.on .switchRadio {
        left: 1px; }
  .uct_wallet_box .order_history_box {
    padding: 20px;
    border-radius: 4px;
    border: 1px solid var(--PIA24-Line-02, #F4F4F5);
    background: var(--white-100, #FFF); }
  .uct_wallet_box .wallet_box_left {
    flex: 1; }
    .uct_wallet_box .wallet_box_left .statis_box {
      display: flex;
      gap: 60px;
      padding: 25px;
      align-items: center;
      border-radius: 4px;
      background: #FFF;
      margin-bottom: 15px;
      flex-wrap: wrap; }
      .uct_wallet_box .wallet_box_left .statis_box .statis_box_item {
        flex: 1; }
        .uct_wallet_box .wallet_box_left .statis_box .statis_box_item .statis_bi_label {
          color: var(--PIA24-BK-01, #042040);
          font-family: "Open Sans";
          font-size: 12px;
          font-style: normal;
          font-weight: 400;
          line-height: 100%;
          /* 12px */
          white-space: nowrap; }
        .uct_wallet_box .wallet_box_left .statis_box .statis_box_item .statis_bi_content {
          display: flex;
          align-items: center;
          gap: 10px;
          margin-top: 10px; }
          .uct_wallet_box .wallet_box_left .statis_box .statis_box_item .statis_bi_content .wallet-balance {
            display: flex;
            align-items: flex-end; }
            .uct_wallet_box .wallet_box_left .statis_box .statis_box_item .statis_bi_content .wallet-balance div {
              color: var(--PIA24-BK-01, #042040);
              font-family: "Open Sans";
              font-size: 24px;
              font-style: normal;
              font-weight: 600;
              line-height: 100%;
              /* 24px */ }
            .uct_wallet_box .wallet_box_left .statis_box .statis_box_item .statis_bi_content .wallet-balance .wallet_balance_unit {
              color: var(--PIA24-BK-01, #042040);
              font-family: "Open Sans";
              font-size: 15px;
              font-style: normal;
              font-weight: 600;
              line-height: 100%;
              /* 15px */
              margin-right: 3px; }
          .uct_wallet_box .wallet_box_left .statis_box .statis_box_item .statis_bi_content .wallet_btn {
            color: var(--PIA24-BK-03, #94A3B8);
            font-family: "Open Sans";
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 100%;
            /* 12px */
            text-decoration-line: underline;
            text-decoration-style: solid;
            text-decoration-skip-ink: none;
            text-decoration-thickness: auto;
            text-underline-offset: auto;
            text-underline-position: from-font;
            cursor: pointer;
            white-space: nowrap; }
      .uct_wallet_box .wallet_box_left .statis_box .statis_box_line {
        width: 1px;
        height: 18px;
        background: #C9D3E2; }
    .uct_wallet_box .wallet_box_left .wallet_deposit_box {
      gap: 10px; }
      .uct_wallet_box .wallet_box_left .wallet_deposit_box .deposit_li {
        display: flex;
        height: 64px;
        padding: 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 7px;
        border-radius: 4px;
        border: 1px solid var(--PIA24-Line-02, #F4F4F5);
        min-width: 199px;
        position: relative;
        cursor: pointer; }
        .uct_wallet_box .wallet_box_left .wallet_deposit_box .deposit_li .dli_checked_icon {
          position: absolute;
          top: 6px;
          left: 6px;
          width: 14px;
          height: 14px;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url("../img/icon_checked.svg");
          z-index: 9; }
        .uct_wallet_box .wallet_box_left .wallet_deposit_box .deposit_li .dli_cont .dli_name {
          color: var(--PIA24-BK-01, #042040);
          font-family: "Open Sans";
          font-size: 24px;
          font-style: normal;
          font-weight: 600;
          line-height: 100%;
          /* 24px */ }
        .uct_wallet_box .wallet_box_left .wallet_deposit_box .deposit_li .dli_cont .dli_name_input .dli_input_text span {
          margin-right: 5px; }
        .uct_wallet_box .wallet_box_left .wallet_deposit_box .deposit_li .dli_cont .dli_name_custom .dli_name_input {
          display: none; }
        .uct_wallet_box .wallet_box_left .wallet_deposit_box .deposit_li .dli_cont .dli_name_custom .dli_name_text {
          display: block; }
          .uct_wallet_box .wallet_box_left .wallet_deposit_box .deposit_li .dli_cont .dli_name_custom .dli_name_text .dli_name_text {
            max-width: 190px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: flex; }
          .uct_wallet_box .wallet_box_left .wallet_deposit_box .deposit_li .dli_cont .dli_name_custom .dli_name_text span {
            margin-right: 5px; }
          .uct_wallet_box .wallet_box_left .wallet_deposit_box .deposit_li .dli_cont .dli_name_custom .dli_name_text .dli_name_custom {
            color: var(--PIA24-BK-03, #94A3B8);
            font-family: "Open Sans";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 100%;
            /* 16px */ }
        .uct_wallet_box .wallet_box_left .wallet_deposit_box .deposit_li.dinput .dli_cont .dli_name_input {
          display: flex;
          align-items: center; }
          .uct_wallet_box .wallet_box_left .wallet_deposit_box .deposit_li.dinput .dli_cont .dli_name_input .dli_input_text {
            display: flex;
            align-items: center; }
          .uct_wallet_box .wallet_box_left .wallet_deposit_box .deposit_li.dinput .dli_cont .dli_name_input .el-input .el-input__inner {
            border: none;
            border-radius: 0;
            max-width: 80px;
            background: none;
            color: var(--PIA24-BK-01, #042040);
            font-family: "Open Sans";
            font-size: 24px;
            font-style: normal;
            font-weight: 600;
            line-height: 100%;
            padding: 0; }
        .uct_wallet_box .wallet_box_left .wallet_deposit_box .deposit_li.dinput .dli_cont .dli_name_text {
          display: none; }
        .uct_wallet_box .wallet_box_left .wallet_deposit_box .deposit_li.active {
          border-radius: 4px;
          border: 3px solid var(--PIA24-VI-01, #0E6FDE);
          background: #F9FCFF;
          padding: 20px 5px; }
          .uct_wallet_box .wallet_box_left .wallet_deposit_box .deposit_li.active .dli_checked_icon {
            background-image: url("../img/icon_checked_blue.svg"); }
        .uct_wallet_box .wallet_box_left .wallet_deposit_box .deposit_li.deposit_li_custom {
          padding: 20px 5px; }
    .uct_wallet_box .wallet_box_left .depist_box_tip {
      padding: 0 30px 20px;
      margin-top: -5px;
      display: flex;
      gap: 5px;
      align-items: center; }
      .uct_wallet_box .wallet_box_left .depist_box_tip p {
        color: var(--PIA24-BK-02, #55687D);
        font-family: "Open Sans";
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        /* 13px */ }
      .uct_wallet_box .wallet_box_left .depist_box_tip i {
        color: var(--PIA24-BK-01, #042040);
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        /* 14px */ }
    .uct_wallet_box .wallet_box_left .mem-table {
      width: 100%; }
      .uct_wallet_box .wallet_box_left .mem-table .mtr-header {
        display: flex;
        height: 40px;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        border-bottom: 1px solid var(--PIA_BK-LIne02, #F4F4F5);
        background: #F5F6F9; }
        .uct_wallet_box .wallet_box_left .mem-table .mtr-header .mtr-h-label {
          width: 50%;
          padding: 0 20px;
          color: var(--PIA_BK-01, #042040);
          font-family: "Open Sans";
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 100%; }
      .uct_wallet_box .wallet_box_left .mem-table .mtr-row-1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex: 1 0 0;
        align-self: stretch;
        height: 50px;
        border-bottom: 1px solid var(--PIA_BK-LIne02, #F4F4F5); }
        .uct_wallet_box .wallet_box_left .mem-table .mtr-row-1 .mtr-h-value {
          width: 50%;
          display: flex;
          padding: 15px 20px;
          align-items: center;
          align-self: stretch;
          color: var(--PIA24-BK-02, #55687D);
          font-family: "Open Sans";
          font-size: 13px;
          font-style: normal;
          font-weight: 400;
          line-height: 100%; }
          .uct_wallet_box .wallet_box_left .mem-table .mtr-row-1 .mtr-h-value i {
            font-weight: 600; }
  .uct_wallet_box .wallet_box_right {
    max-width: 500px;
    width: 500px;
    height: 100%;
    overflow-y: scroll; }
    .uct_wallet_box .wallet_box_right::-webkit-scrollbar {
      width: 4px; }
    .uct_wallet_box .wallet_box_right::-webkit-scrollbar-thumb {
      background-color: #C9CDE0;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
    .uct_wallet_box .wallet_box_right .mp_mode_list .pay_mode_li {
      padding: 15px; }
      .uct_wallet_box .wallet_box_right .mp_mode_list .pay_mode_li .pmliContBox .pmli_cont .pmlic_txt, .uct_wallet_box .wallet_box_right .mp_mode_list .pay_mode_li .pmliContBox .pmli_cont .payDetail_btn {
        display: none; }
      .uct_wallet_box .wallet_box_right .mp_mode_list .pay_mode_li .pmliContBox .pmli_cont .pmlic_txt {
        margin-top: 0; }
      .uct_wallet_box .wallet_box_right .mp_mode_list .pay_mode_li .pmliContBox .pmli_cont .pmli_other_ul {
        display: flex;
        gap: 10px;
        padding-bottom: 0;
        width: 100%; }
        .uct_wallet_box .wallet_box_right .mp_mode_list .pay_mode_li .pmliContBox .pmli_cont .pmli_other_ul .pmlio_li {
          min-width: calc((100% - 10px) / 2);
          border-radius: 4px;
          border: 2px solid var(--PIA24-Line-02, #F4F4F5);
          background: #fff;
          margin-right: 0;
          margin-bottom: 0; }
          .uct_wallet_box .wallet_box_right .mp_mode_list .pay_mode_li .pmliContBox .pmli_cont .pmli_other_ul .pmlio_li.active {
            background: #F6FAFF;
            border: 2px solid var(--PIA24-VI-01, #0E6FDE);
            position: relative; }
            .uct_wallet_box .wallet_box_right .mp_mode_list .pay_mode_li .pmliContBox .pmli_cont .pmli_other_ul .pmlio_li.active::before {
              content: '';
              width: 0;
              height: 0;
              border-left: 6px solid #0E6FDE;
              border-top: 6px solid #0E6FDE;
              border-right: 6px solid transparent;
              border-bottom: 6px solid transparent;
              position: absolute;
              left: 0;
              top: 0; }
    .uct_wallet_box .wallet_box_right .pmlic_txt {
      color: var(--PIA_BK-02, #55687D);
      font-size: 13px;
      font-weight: 400;
      line-height: 150%;
      margin-top: 20px; }
      .uct_wallet_box .wallet_box_right .pmlic_txt a {
        color: var(--PIA_BK-01, #042040);
        font-size: 13px;
        font-weight: 400;
        line-height: 150%;
        text-decoration: underline; }
        .uct_wallet_box .wallet_box_right .pmlic_txt a:hover {
          color: var(--PIA_VI-01, #0E6FDE); }
  .uct_wallet_box .pay_order_details {
    width: 100%;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid var(--PIA24-Line-02, #F4F4F5);
    background: var(--white-100, #FFF); }
    .uct_wallet_box .pay_order_details .pod_tit {
      display: flex;
      align-items: center;
      color: var(--PIA24-BK-01, #042040);
      font-size: 18px;
      font-weight: 600;
      line-height: 100%;
      text-transform: capitalize;
      padding-bottom: 14px;
      border-bottom: 1px solid #F5F5F5;
      margin-bottom: 20px; }
    .uct_wallet_box .pay_order_details .pod_tit1 {
      color: var(--PIA24-BK-02, #55687D);
      font-size: 13px;
      font-weight: 400;
      line-height: 100%; }
    .uct_wallet_box .pay_order_details .pod_tit2 {
      color: var(--PIA24-BK-02, #55687D);
      font-size: 15px;
      font-weight: 400;
      line-height: 100%;
      text-transform: capitalize; }
    .uct_wallet_box .pay_order_details .pod_p1 {
      display: flex;
      align-items: center;
      color: var(--PIA24-BK-01, #042040);
      font-size: 14px;
      font-weight: 400;
      line-height: 100%; }
    .uct_wallet_box .pay_order_details .pod_p2 {
      display: flex;
      align-items: center;
      color: var(--PIA24-BK-01, #042040);
      font-size: 14px;
      font-weight: 600;
      line-height: 100%;
      margin-left: 20px; }
    .uct_wallet_box .pay_order_details .pod_info_title {
      color: var(--PIA_BK-01, #042040);
      font-family: "Open Sans";
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      margin-top: 20px; }
    .uct_wallet_box .pay_order_details .pod_info_content {
      margin-top: 20px;
      padding: 15px;
      border-radius: 4px;
      background: #F9FBFD; }
    .uct_wallet_box .pay_order_details .pod_info_txt {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .uct_wallet_box .pay_order_details .pod_line {
      width: 100%;
      height: 1px;
      background: #F4F4F5;
      margin: 20px 0; }
    .uct_wallet_box .pay_order_details .pod_total {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin-bottom: 20px; }
      .uct_wallet_box .pay_order_details .pod_total .podt_txt .p1 {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        color: var(--PIA_BK-01, #042040);
        font-size: 22px;
        font-weight: 600;
        line-height: 100%;
        margin-bottom: 5px; }
      .uct_wallet_box .pay_order_details .pod_total .podt_txt .p2 {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        color: var(--PIA24-BK-02, #55687D);
        font-size: 14px;
        font-weight: 400;
        line-height: 100%; }
  .uct_wallet_box .payDetail_btn {
    display: flex;
    height: 34px;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: var(--PIA_VI-01, #0E6FDE);
    color: var(--PIA_BK-White, #FFF);
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
    text-transform: capitalize;
    cursor: pointer; }
    .uct_wallet_box .payDetail_btn.disabled {
      color: #5A6372;
      background: #D0D9E4; }
    .uct_wallet_box .payDetail_btn:hover {
      background-color: #16396C; }
  .uct_wallet_box .exchange-type {
    display: flex;
    padding: 25px;
    gap: 20px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid var(--PIA24-Line-02, #F4F4F5);
    background: #FFF;
    overflow-x: scroll; }
    .uct_wallet_box .exchange-type::-webkit-scrollbar {
      height: 3px; }
    .uct_wallet_box .exchange-type::-webkit-scrollbar-thumb {
      background-color: #C9CDE0;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
    .uct_wallet_box .exchange-type .exchange-type_item {
      min-width: 290px;
      display: flex;
      padding: 20px;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 15px;
      border-radius: 4px;
      background: #F9FCFF;
      cursor: pointer;
      border: 3px solid transparent; }
      .uct_wallet_box .exchange-type .exchange-type_item .eti-t-flex {
        display: flex;
        align-items: center;
        gap: 6px; }
        .uct_wallet_box .exchange-type .exchange-type_item .eti-t-flex .dli_checked_icon {
          width: 14px;
          height: 14px;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url("../img/icon_checked.svg");
          z-index: 9; }
        .uct_wallet_box .exchange-type .exchange-type_item .eti-t-flex .eti-name {
          color: var(--PIA24-BK-01, #042040);
          font-family: "Open Sans";
          font-size: 18px;
          font-style: normal;
          font-weight: 600;
          line-height: 100%;
          /* 18px */ }
      .uct_wallet_box .exchange-type .exchange-type_item .eti-price {
        color: var(--PIA24-BK-02, #55687D);
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        /* 14px */
        padding-left: 20px; }
      .uct_wallet_box .exchange-type .exchange-type_item.active {
        border: 3px solid var(--PIA24-VI-01, #0E6FDE); }
        .uct_wallet_box .exchange-type .exchange-type_item.active .eti-t-flex .dli_checked_icon {
          background-image: url("../img/icon_checked_1.svg"); }
  .uct_wallet_box .exchange-flex {
    display: flex;
    align-items: stretch;
    gap: 15px;
    margin-top: 15px; }
    .uct_wallet_box .exchange-flex .exchange-left-balance {
      display: flex;
      padding: 20px 30px 25px 30px;
      flex-direction: column;
      align-items: flex-start;
      gap: 25px;
      align-self: stretch;
      border-radius: 4px;
      border: 1px solid var(--PIA24-BK-White, #FFF);
      background: linear-gradient(90deg, #F0FCFF 0%, #EEF6FF 100%); }
      .uct_wallet_box .exchange-flex .exchange-left-balance .elb-title {
        color: var(--PIA24-BK-01, #042040);
        font-family: "Open Sans";
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        /* 15px */
        text-transform: capitalize; }
      .uct_wallet_box .exchange-flex .exchange-left-balance .elb-balance {
        display: flex;
        flex-direction: column;
        gap: 20px; }
        .uct_wallet_box .exchange-flex .exchange-left-balance .elb-balance .elb-balance-top {
          display: flex;
          align-items: flex-start;
          gap: 60px; }
          .uct_wallet_box .exchange-flex .exchange-left-balance .elb-balance .elb-balance-top .elb-wallet-balance .elb-label, .uct_wallet_box .exchange-flex .exchange-left-balance .elb-balance .elb-balance-top .elb-right-balance .elb-label {
            color: var(--PIA_BK-02, #55687D);
            font-family: "Open Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 100%; }
          .uct_wallet_box .exchange-flex .exchange-left-balance .elb-balance .elb-balance-top .elb-wallet-balance .elb-balance-num, .uct_wallet_box .exchange-flex .exchange-left-balance .elb-balance .elb-balance-top .elb-right-balance .elb-balance-num {
            display: flex;
            align-items: center;
            color: var(--PIA24-BK-01, #042040);
            font-family: "Open Sans";
            font-size: 26px;
            font-style: normal;
            font-weight: 600;
            line-height: 100%;
            margin-top: 10px; }
          .uct_wallet_box .exchange-flex .exchange-left-balance .elb-balance .elb-balance-top .elb-wallet-balance .elb-balance-tp, .uct_wallet_box .exchange-flex .exchange-left-balance .elb-balance .elb-balance-top .elb-right-balance .elb-balance-tp {
            display: none; }
        .uct_wallet_box .exchange-flex .exchange-left-balance .elb-balance .elb-balance-tp {
          width: 100px;
          display: flex;
          height: 30px;
          padding: 8px 15px;
          justify-content: center;
          align-items: center;
          gap: 10px;
          border-radius: 4px;
          border: 1px solid #E2E4E5;
          background: var(--PIA_BK-White, #FFF);
          color: var(--PIA_BK-01, #042040);
          font-family: "Open Sans";
          font-size: 13px;
          font-style: normal;
          font-weight: 400;
          line-height: 100%;
          /* 13px */
          text-transform: capitalize;
          white-space: nowrap; }
          .uct_wallet_box .exchange-flex .exchange-left-balance .elb-balance .elb-balance-tp:hover {
            background: #F6F6F9; }
    .uct_wallet_box .exchange-flex .exchange-right-input {
      flex: 1;
      display: flex;
      padding: 20px 30px;
      flex-direction: column;
      justify-content: flex-end;
      align-items: flex-start;
      gap: 20px;
      flex: 1 0 0;
      border-radius: 4px;
      border: 1px solid var(--PIA24-Line-02, #F4F4F5);
      background: var(--PIA24-BK-White, #FFF); }
      .uct_wallet_box .exchange-flex .exchange-right-input .eri-header {
        display: flex;
        align-items: center;
        gap: 10px;
        align-self: stretch; }
        .uct_wallet_box .exchange-flex .exchange-right-input .eri-header img {
          width: 40px;
          height: 40px; }
        .uct_wallet_box .exchange-flex .exchange-right-input .eri-header .eri-header-right .eri-hr-title {
          color: var(--PIA24-BK-01, #042040);
          font-family: "Open Sans";
          font-size: 16px;
          font-style: normal;
          font-weight: 600;
          line-height: 100%; }
        .uct_wallet_box .exchange-flex .exchange-right-input .eri-header .eri-header-right .eri-hr-tip {
          color: var(--PIA24-BK-02, #55687D);
          font-family: "Open Sans";
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 100%;
          margin-top: 8px; }
      .uct_wallet_box .exchange-flex .exchange-right-input .eri-bottom {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        align-self: stretch; }
        .uct_wallet_box .exchange-flex .exchange-right-input .eri-bottom .eri-b-ipt {
          display: flex;
          align-items: center;
          gap: 20px; }
          .uct_wallet_box .exchange-flex .exchange-right-input .eri-bottom .eri-b-ipt.eri-b-ipt-flex .eri-b-ipt-flex-inner {
            display: flex;
            align-items: center;
            gap: 20px; }
          .uct_wallet_box .exchange-flex .exchange-right-input .eri-bottom .eri-b-ipt .el-input {
            display: flex;
            width: 280px;
            height: 40px;
            padding: 8px 15px;
            align-items: center;
            gap: 10px;
            border-radius: 4px;
            border: 1px solid var(--PIA24-Line-01, #DEE0E9);
            background: #FFF; }
            .uct_wallet_box .exchange-flex .exchange-right-input .eri-bottom .eri-b-ipt .el-input .el-input__inner {
              border: none;
              height: 38px;
              padding: 15px 30px 15px 0; }
            .uct_wallet_box .exchange-flex .exchange-right-input .eri-bottom .eri-b-ipt .el-input .el-input__suffix {
              right: 15px; }
              .uct_wallet_box .exchange-flex .exchange-right-input .eri-bottom .eri-b-ipt .el-input .el-input__suffix .suffix-unit {
                line-height: 40px;
                color: var(--PIA24-BK-01, #042040);
                font-family: "Open Sans";
                font-size: 14px;
                font-style: normal;
                font-weight: 400; }
          .uct_wallet_box .exchange-flex .exchange-right-input .eri-bottom .eri-b-ipt .el-select .el-input__inner {
            border: none;
            height: 38px;
            padding: 15px 30px 15px 0;
            background: transparent; }
          .uct_wallet_box .exchange-flex .exchange-right-input .eri-bottom .eri-b-ipt .el-select.ipt-marginl-20 .el-input .el-input__inner {
            padding: 15px 15px 15px 20px !important; }
          .uct_wallet_box .exchange-flex .exchange-right-input .eri-bottom .eri-b-ipt .el-select.ipt-marginl-20 .el-input__prefix {
            top: 5px; }
          .uct_wallet_box .exchange-flex .exchange-right-input .eri-bottom .eri-b-ipt .el-select .el-input {
            width: 280px; }
          .uct_wallet_box .exchange-flex .exchange-right-input .eri-bottom .eri-b-ipt .eri-bi-price {
            display: flex;
            align-items: center;
            color: var(--PIA24-BK-02, #55687D);
            font-family: "Open Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 100%;
            white-space: nowrap; }
        .uct_wallet_box .exchange-flex .exchange-right-input .eri-bottom .eri-b-btn {
          display: flex;
          align-items: center;
          gap: 20px; }
          .uct_wallet_box .exchange-flex .exchange-right-input .eri-bottom .eri-b-btn .eri-bb-left {
            min-width: 280px;
            display: flex;
            gap: 5px;
            align-items: center; }
            .uct_wallet_box .exchange-flex .exchange-right-input .eri-bottom .eri-b-btn .eri-bb-left .eri-bb-left-label {
              color: var(--PIA24-BK-02, #55687D);
              font-family: "Open Sans";
              font-size: 14px;
              font-style: normal;
              font-weight: 400;
              line-height: 100%;
              /* 14px */ }
            .uct_wallet_box .exchange-flex .exchange-right-input .eri-bottom .eri-b-btn .eri-bb-left .total_wallet {
              color: var(--PIA24-BK-01, #042040);
              font-family: "Open Sans";
              font-size: 16px;
              font-style: normal;
              font-weight: 600;
              line-height: 100%;
              /* 16px */ }
          .uct_wallet_box .exchange-flex .exchange-right-input .eri-bottom .eri-b-btn .exchange-btn {
            display: flex;
            height: 40px;
            padding: 8px 30px;
            justify-content: center;
            align-items: center;
            gap: 10px;
            border-radius: 4px;
            background: var(--PIA_VI-01, #0E6FDE);
            color: var(--PIA_BK-White, #FFF);
            font-family: "Open Sans";
            font-size: 13px;
            font-style: normal;
            font-weight: 400;
            line-height: 100%;
            /* 13px */
            text-transform: capitalize;
            cursor: pointer; }
            .uct_wallet_box .exchange-flex .exchange-right-input .eri-bottom .eri-b-btn .exchange-btn:hover {
              background: #16396C; }
  .uct_wallet_box .uctb_renew {
    display: flex;
    padding: 20px 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch; }
    .uct_wallet_box .uctb_renew .renew-setting {
      width: 100%; }
      .uct_wallet_box .uctb_renew .renew-setting .renew-setting-header {
        display: flex;
        align-items: center;
        gap: 15px;
        flex-wrap: wrap;
        padding: 20px;
        border-radius: 4px;
        background: #F9FBFD;
        width: 100%;
        margin-bottom: 20px; }
        .uct_wallet_box .uctb_renew .renew-setting .renew-setting-header .rsh-title {
          color: var(--PIA24-BK-01, #042040);
          font-family: "Open Sans";
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 100%;
          /* 14px */
          white-space: nowrap; }
        .uct_wallet_box .uctb_renew .renew-setting .renew-setting-header .rsh-value {
          display: flex;
          align-items: center;
          gap: 10px; }
          .uct_wallet_box .uctb_renew .renew-setting .renew-setting-header .rsh-value p {
            color: var(--PIA24-BK-02, #55687D);
            font-family: "Open Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 100%;
            /* 14px */
            white-space: nowrap; }
          .uct_wallet_box .uctb_renew .renew-setting .renew-setting-header .rsh-value > .el-input {
            display: flex;
            width: 100px;
            height: 32px;
            padding: 8px 15px;
            align-items: center;
            gap: 10px;
            border-radius: 4px;
            border: 1px solid var(--PIA24-Line-01, #DEE0E9);
            background: #FFF; }
            .uct_wallet_box .uctb_renew .renew-setting .renew-setting-header .rsh-value > .el-input .el-input__inner {
              border: none;
              height: 28px;
              padding: 15px 30px 15px 0;
              line-height: 28px; }
            .uct_wallet_box .uctb_renew .renew-setting .renew-setting-header .rsh-value > .el-input .el-input__suffix {
              right: 15px; }
              .uct_wallet_box .uctb_renew .renew-setting .renew-setting-header .rsh-value > .el-input .el-input__suffix .suffix-unit {
                line-height: 30px;
                color: var(--PIA24-BK-01, #042040);
                font-family: "Open Sans";
                font-size: 14px;
                font-style: normal;
                font-weight: 400; }
          .uct_wallet_box .uctb_renew .renew-setting .renew-setting-header .rsh-value .el-select {
            width: 100px;
            border-radius: 4px;
            border: 1px solid var(--PIA24-Line-01, #DEE0E9);
            background: #FFF;
            height: 32px; }
            .uct_wallet_box .uctb_renew .renew-setting .renew-setting-header .rsh-value .el-select .el-input__inner {
              background: transparent;
              height: 30px; }
            .uct_wallet_box .uctb_renew .renew-setting .renew-setting-header .rsh-value .el-select .el-input .el-input__suffix {
              right: 10px; }
            .uct_wallet_box .uctb_renew .renew-setting .renew-setting-header .rsh-value .el-select .el-input .el-input__icon {
              width: auto; }
        .uct_wallet_box .uctb_renew .renew-setting .renew-setting-header .rsh-tip {
          color: var(--PIA24-BK-02, #55687D);
          font-family: "Open Sans";
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 100%;
          /* 14px */ }
      .uct_wallet_box .uctb_renew .renew-setting .renew-setting-table .radioTable {
        cursor: pointer;
        width: 14px;
        height: 14px;
        background-image: url("../img/icon_checked.svg");
        background-size: 100% 100%; }
        .uct_wallet_box .uctb_renew .renew-setting .renew-setting-table .radioTable.active {
          background-image: url("../img/icon_checked_blue_circle.svg"); }
      .uct_wallet_box .uctb_renew .renew-setting .renew-setting-table .el-table .custom-row td .cell {
        color: #0E6FDE; }
      .uct_wallet_box .uctb_renew .renew-setting .renew-setting-table .custom_text {
        color: var(--PIA24-VI-01, #0E6FDE);
        font-family: "Open Sans";
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        /* 13px */
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
        cursor: pointer; }
      .uct_wallet_box .uctb_renew .renew-setting .renew-setting-table .custom_text_2 .s5_ip {
        color: var(--PIA24-VI-01, #0E6FDE);
        font-family: "Open Sans";
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        /* 13px */
        text-decoration-line: underline; }
      .uct_wallet_box .uctb_renew .renew-setting .renew-setting-table .custom-btn {
        color: var(--PIA24-BK-01, #042040);
        font-family: "Open Sans";
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        /* 13px */
        text-decoration-line: underline;
        margin-left: 10px; }
        .uct_wallet_box .uctb_renew .renew-setting .renew-setting-table .custom-btn:hover {
          color: #0E6FDE; }
      .uct_wallet_box .uctb_renew .renew-setting .renew-setting-table .custom-box {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #042040; }
        .uct_wallet_box .uctb_renew .renew-setting .renew-setting-table .custom-box .el-input {
          width: 100px;
          height: 32px; }
          .uct_wallet_box .uctb_renew .renew-setting .renew-setting-table .custom-box .el-input .el-input__inner {
            height: 30px;
            line-height: 30px; }
      .uct_wallet_box .uctb_renew .renew-setting .renew-setting-table .el-table .el-table__cell:first-of-type {
        padding-right: 0; }
      .uct_wallet_box .uctb_renew .renew-setting .renew-setting-table .el-table .el-table__cell:nth-of-type(2) {
        padding-left: 10px; }
      .uct_wallet_box .uctb_renew .renew-setting .static_isp_filter {
        margin-bottom: 20px;
        width: 100%;
        display: flex;
        align-items: center;
        gap: 15px; }
        .uct_wallet_box .uctb_renew .renew-setting .static_isp_filter .el-select, .uct_wallet_box .uctb_renew .renew-setting .static_isp_filter > .el-input {
          display: flex;
          width: 150px;
          height: 32px;
          align-items: center;
          gap: 10px;
          border-radius: 4px;
          border: 1px solid #EAEFF9;
          background: #FDFDFE; }
          .uct_wallet_box .uctb_renew .renew-setting .static_isp_filter .el-select .el-input, .uct_wallet_box .uctb_renew .renew-setting .static_isp_filter > .el-input .el-input {
            border: none;
            background: transparent; }
          .uct_wallet_box .uctb_renew .renew-setting .static_isp_filter .el-select .el-input__inner, .uct_wallet_box .uctb_renew .renew-setting .static_isp_filter > .el-input .el-input__inner {
            background: transparent;
            border: none;
            height: 30px; }
        .uct_wallet_box .uctb_renew .renew-setting .static_isp_filter .refresh {
          margin-left: auto;
          display: flex;
          width: 30px;
          height: 30px;
          padding: 8px;
          justify-content: center;
          align-items: center;
          gap: 10px;
          border-radius: 4px;
          border: 1px solid #E2E4E5; }
      .uct_wallet_box .uctb_renew .renew-setting .static_isp_container {
        padding: 30px;
        border-radius: 4px;
        border: 1px solid var(--PIA24-Line-02, #F4F4F5); }
        .uct_wallet_box .uctb_renew .renew-setting .static_isp_container .sic-list {
          width: 100%;
          display: flex;
          justify-content: flex-start;
          align-items: flex-end;
          flex-wrap: wrap;
          gap: 25px;
          align-self: stretch; }
          .uct_wallet_box .uctb_renew .renew-setting .static_isp_container .sic-list .static_isp_item {
            display: flex;
            width: calc((100% - 150px) / 6);
            height: 60px;
            padding: 25px 25px 25px 15px;
            align-items: center;
            border-radius: 4px;
            border: 1px solid var(--PIA24-Line-03, #E9EEF2);
            background: #FFF;
            display: flex;
            align-items: center;
            gap: 3px;
            position: relative; }
            .uct_wallet_box .uctb_renew .renew-setting .static_isp_container .sic-list .static_isp_item .sii-main {
              flex: 1;
              display: flex;
              gap: 5px;
              justify-content: center;
              align-items: center; }
              .uct_wallet_box .uctb_renew .renew-setting .static_isp_container .sic-list .static_isp_item .sii-main > img {
                display: flex;
                width: 20px;
                height: 15px;
                justify-content: center;
                align-items: center;
                border-radius: 2px;
                background: #FFF; }
              .uct_wallet_box .uctb_renew .renew-setting .static_isp_container .sic-list .static_isp_item .sii-main .sii-main-country {
                color: var(--PIA24-BK-01, #042040);
                font-family: "Open Sans";
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 100%;
                /* 14px */
                text-transform: capitalize; }
            .uct_wallet_box .uctb_renew .renew-setting .static_isp_container .sic-list .static_isp_item .switch {
              width: 30px;
              height: 16px;
              border-radius: 50px;
              position: relative;
              cursor: pointer;
              margin-left: 0;
              flex-shrink: 0; }
              .uct_wallet_box .uctb_renew .renew-setting .static_isp_container .sic-list .static_isp_item .switch .switchRadio {
                width: 14px;
                height: 14px;
                border-radius: 50%;
                position: absolute;
                top: 1px;
                transition: all .2s;
                background-color: #FFF; }
              .uct_wallet_box .uctb_renew .renew-setting .static_isp_container .sic-list .static_isp_item .switch.off {
                background: rgba(120, 120, 128, 0.6); }
                .uct_wallet_box .uctb_renew .renew-setting .static_isp_container .sic-list .static_isp_item .switch.off .switchRadio {
                  left: 15px; }
              .uct_wallet_box .uctb_renew .renew-setting .static_isp_container .sic-list .static_isp_item .switch.on {
                background: #09BE53; }
                .uct_wallet_box .uctb_renew .renew-setting .static_isp_container .sic-list .static_isp_item .switch.on .switchRadio {
                  left: 1px; }
            .uct_wallet_box .uctb_renew .renew-setting .static_isp_container .sic-list .static_isp_item .sii-ip {
              display: flex;
              padding: 0 4px;
              justify-content: center;
              align-items: center;
              gap: 5px;
              background: #FFF;
              position: absolute;
              bottom: -8px;
              left: 50%;
              transform: translateX(-50%);
              color: var(--PIA_BK-01, #042040);
              font-family: "Open Sans";
              font-size: 12px;
              font-style: normal;
              font-weight: 400;
              line-height: 100%;
              text-transform: capitalize; }
              .uct_wallet_box .uctb_renew .renew-setting .static_isp_container .sic-list .static_isp_item .sii-ip span {
                color: var(--PIA24-BK-02, #55687D); }
        .uct_wallet_box .uctb_renew .renew-setting .static_isp_container .static_isp_page {
          margin-top: 20px;
          width: 100%;
          text-align: right; }
  .uct_wallet_box .tooltip-icon {
    width: 14px;
    height: 14px;
    background: url("../img/ucenter/hover-icon.svg");
    background-size: 100% 100%;
    cursor: pointer;
    margin-left: 5px; }
    .uct_wallet_box .tooltip-icon:hover {
      background: url("../img/ucenter/hover-icon-active.svg");
      background-size: 100% 100%; }
  .uct_wallet_box .uctb_renew_order {
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    align-self: stretch; }
    .uct_wallet_box .uctb_renew_order #sort-container {
      display: flex;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap; }
      .uct_wallet_box .uctb_renew_order #sort-container .sort-ele {
        display: flex;
        width: 200px;
        height: 40px;
        padding: 12px;
        align-items: center;
        gap: 10px;
        border-radius: 4px;
        background: #F7F8FC;
        cursor: pointer; }
        .uct_wallet_box .uctb_renew_order #sort-container .sort-ele .drag_icon {
          display: none; }
        .uct_wallet_box .uctb_renew_order #sort-container .sort-ele:hover {
          border-radius: 4px;
          background: #F9FCFF;
          box-shadow: 0 5px 15px 0 rgba(4, 32, 64, 0.05); }
          .uct_wallet_box .uctb_renew_order #sort-container .sort-ele:hover .drag_icon {
            display: block; }
  .uct_wallet_box .uctb_footer_action {
    display: flex;
    padding: 20px 25px;
    align-items: flex-start;
    gap: 20px;
    border-top: 1px solid var(--PIA24-Line-02, #F4F4F5);
    border-left: 1px solid var(--PIA24-Line-02, #F4F4F5);
    background: #FFF;
    width: calc(100% + 60px);
    transform: translateX(-30px); }
    .uct_wallet_box .uctb_footer_action .save_btn {
      display: flex;
      height: 34px;
      padding: 10px 30px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      border-radius: 4px;
      background: var(--PIA24-VI-01, #0E6FDE);
      cursor: pointer;
      color: var(--PIA_BK-White, #FFF);
      font-family: "Open Sans";
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      /* 13px */ }
      .uct_wallet_box .uctb_footer_action .save_btn:hover {
        background-color: #16396C; }
    .uct_wallet_box .uctb_footer_action .reset_btn {
      display: flex;
      height: 34px;
      padding: 8px 30px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      border-radius: 4px;
      border: 1px solid #E2E4E5;
      background: var(--PIA_BK-White, #FFF);
      cursor: pointer;
      color: var(--PIA_BK-01, #042040);
      font-family: "Open Sans";
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      /* 13px */
      text-transform: capitalize; }

.pop-box {
  background: rgba(0, 0, 0, 0.6); }
  .pop-box .close_renew_confirm {
    width: 360px;
    display: inline-flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    background: #FFF; }
    .pop-box .close_renew_confirm .close {
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer; }
    .pop-box .close_renew_confirm .pop-box-title {
      color: var(--PIA_BK-01, #042040);
      font-family: "Open Sans";
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      width: 100%;
      text-align: left; }
    .pop-box .close_renew_confirm .crc-content {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      width: 100%;
      gap: 5px; }
      .pop-box .close_renew_confirm .crc-content i {
        width: 20px;
        height: 20px;
        background: url("../img/ucenter/wallet-renew/tip_20.svg");
        flex-shrink: 0; }
      .pop-box .close_renew_confirm .crc-content p {
        color: var(--PIA_BK-02, #55687D);
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 21px */ }
    .pop-box .close_renew_confirm .btn-box {
      display: flex;
      align-items: center;
      gap: 10px;
      display: flex;
      width: 100%;
      justify-content: flex-end; }
      .pop-box .close_renew_confirm .btn-box .btn {
        height: 34px;
        padding: 8px 15px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 4px;
        border: 1px solid #E2E4E5;
        background: var(--PIA_BK-White, #FFF);
        font-family: "Open Sans";
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        text-transform: capitalize;
        cursor: pointer; }
        .pop-box .close_renew_confirm .btn-box .btn.btn1 {
          color: var(--PIA_BK-01, #042040); }
          .pop-box .close_renew_confirm .btn-box .btn.btn1:hover {
            background: #F6F6F9; }
        .pop-box .close_renew_confirm .btn-box .btn.btn2 {
          color: #FFF;
          border-radius: 4px;
          background: var(--PIA24-VI-01, #0E6FDE); }
          .pop-box .close_renew_confirm .btn-box .btn.btn2:hover {
            background: #16396C; }

.el-select-dropdown__item {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  padding: 0 10px;
  height: 34px;
  margin-top: 2px; }
  .el-select-dropdown__item.search_input {
    height: 36px;
    margin-top: 0px;
    padding: 0; }
  .el-select-dropdown__item .el-input__inner {
    height: 34px; }

.el-select-dropdown__list {
  padding: 7px 5px; }
  .el-select-dropdown__list .search_txt {
    text-align: center;
    padding: 50px; }

@media only screen and (max-width: 1650px) {
  .uct_wallet_box .exchange-flex {
    flex-direction: column; }
    .uct_wallet_box .exchange-flex .exchange-right-input .eri-bottom .eri-b-ipt {
      flex-wrap: wrap; } }
@media only screen and (max-width: 960px) {
  .uct_wallet_box .wallet_box_left .wallet_deposit_box .deposit_li {
    min-width: 166px; }
  .uct_wallet_box .wallet_box_right .mp_mode_list .pay_mode_li .pmliContBox .pmli_cont .pmli_other_ul .pmlio_li {
    min-width: 195px; }
  .uct_wallet_box .exchange-flex .exchange-left-balance .elb-balance .elb-balance-top {
    gap: 120px; }
    .uct_wallet_box .exchange-flex .exchange-left-balance .elb-balance .elb-balance-top .elb-wallet-balance {
      display: flex;
      align-items: flex-end;
      gap: 20px; }
      .uct_wallet_box .exchange-flex .exchange-left-balance .elb-balance .elb-balance-top .elb-wallet-balance .elb-balance-tp {
        display: flex; }
  .uct_wallet_box .exchange-flex .exchange-left-balance .elb-balance .elb-balance-tp {
    display: none; }
  .uct_wallet_box .exchange-flex .exchange-right-input .eri-bottom .eri-b-ipt {
    flex-wrap: wrap; }
    .uct_wallet_box .exchange-flex .exchange-right-input .eri-bottom .eri-b-ipt .el-input {
      width: 158px; }
    .uct_wallet_box .exchange-flex .exchange-right-input .eri-bottom .eri-b-ipt .el-select .el-input {
      width: 280px; }
  .uct_wallet_box .exchange-type .exchange-type_item {
    min-width: 270px; }

  .uct_nav {
    overflow: auto hidden; }
    .uct_nav::-webkit-scrollbar {
      height: 3px; }
    .uct_nav::-webkit-scrollbar-thumb {
      background-color: #C9CDE0;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
    .uct_nav .un_li p {
      white-space: nowrap; } }
@media only screen and (max-width: 600px) {
  .uct_wallet_box .exchange-type {
    padding: 15px; }
    .uct_wallet_box .exchange-type .exchange-type_item {
      min-width: 260px; }
  .uct_wallet_box.w_flex_box {
    gap: 0; }
    .uct_wallet_box.w_flex_box .wallet_box_left .statis_box {
      gap: 30px; }
  .uct_wallet_box .wallet_box_left {
    width: 100%; }
    .uct_wallet_box .wallet_box_left .statis_box {
      width: 100%;
      overflow-x: scroll;
      flex-wrap: nowrap;
      padding: 15px;
      gap: 30px; }
      .uct_wallet_box .wallet_box_left .statis_box::-webkit-scrollbar {
        height: 3px; }
      .uct_wallet_box .wallet_box_left .statis_box::-webkit-scrollbar-thumb {
        background-color: #C9CDE0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px; }
      .uct_wallet_box .wallet_box_left .statis_box .statis_box_item, .uct_wallet_box .wallet_box_left .statis_box .statis_box_line {
        flex-shrink: 0; }
    .uct_wallet_box .wallet_box_left .depist_box_tip {
      padding: 0 15px 15px; }
    .uct_wallet_box .wallet_box_left .wallet_deposit_box {
      padding: 15px; }
      .uct_wallet_box .wallet_box_left .wallet_deposit_box .deposit_li {
        min-width: unset;
        width: calc((100% - 10px) / 2);
        padding: 20px 10px; }
        .uct_wallet_box .wallet_box_left .wallet_deposit_box .deposit_li:last-child {
          width: 100%; }
    .uct_wallet_box .wallet_box_left .uct_block_box .mem-table {
      width: 100%;
      overflow-x: scroll; }
      .uct_wallet_box .wallet_box_left .uct_block_box .mem-table::-webkit-scrollbar {
        height: 3px; }
      .uct_wallet_box .wallet_box_left .uct_block_box .mem-table::-webkit-scrollbar-thumb {
        background-color: #C9CDE0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px; }
      .uct_wallet_box .wallet_box_left .uct_block_box .mem-table .mtr-header .mtr-h-label {
        min-width: 228px;
        background: #F5F6F9;
        line-height: 40px; }
      .uct_wallet_box .wallet_box_left .uct_block_box .mem-table .mtr-row-1 .mtr-h-value {
        min-width: 228px; }
    .uct_wallet_box .wallet_box_left .uct_block_box .uctb_paylist_box {
      padding: 15px; }
  .uct_wallet_box .wallet_box_right .mp_mode_list .pay_mode_li .pmliContBox .pmli_cont .pmli_other_ul .pmlio_li {
    width: 100%;
    gap: 10px;
    overflow: hidden; }
    .uct_wallet_box .wallet_box_right .mp_mode_list .pay_mode_li .pmliContBox .pmli_cont .pmli_other_ul .pmlio_li p {
      flex-shrink: 0;
      white-space: nowrap; }
    .uct_wallet_box .wallet_box_right .mp_mode_list .pay_mode_li .pmliContBox .pmli_cont .pmli_other_ul .pmlio_li .icon_box {
      overflow: hidden;
      text-overflow: ellipsis;
      margin-left: auto; }
  .uct_wallet_box .pay_order_details {
    padding: 15px; }
  .uct_wallet_box .exchange-flex .exchange-left-balance {
    padding: 15px;
    gap: 15px; }
    .uct_wallet_box .exchange-flex .exchange-left-balance .elb-balance {
      width: 100%;
      gap: 15px; }
      .uct_wallet_box .exchange-flex .exchange-left-balance .elb-balance .elb-balance-top {
        gap: 120px;
        width: 100%;
        justify-content: space-between; }
        .uct_wallet_box .exchange-flex .exchange-left-balance .elb-balance .elb-balance-top .elb-wallet-balance {
          display: flex;
          align-items: flex-end;
          gap: 20px; }
          .uct_wallet_box .exchange-flex .exchange-left-balance .elb-balance .elb-balance-top .elb-wallet-balance .elb-balance-tp {
            display: none; }
        .uct_wallet_box .exchange-flex .exchange-left-balance .elb-balance .elb-balance-top .elb-right-balance {
          min-width: 141px; }
      .uct_wallet_box .exchange-flex .exchange-left-balance .elb-balance .elb-balance-tp {
        display: flex; }
  .uct_wallet_box .exchange-flex .exchange-right-input {
    padding: 15px; }
    .uct_wallet_box .exchange-flex .exchange-right-input .eri-header {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 15px; }
    .uct_wallet_box .exchange-flex .exchange-right-input .eri-bottom .eri-b-ipt {
      width: 100%; }
      .uct_wallet_box .exchange-flex .exchange-right-input .eri-bottom .eri-b-ipt.eri-b-ipt-flex {
        display: flex;
        flex-direction: column;
        gap: 20px; }
        .uct_wallet_box .exchange-flex .exchange-right-input .eri-bottom .eri-b-ipt.eri-b-ipt-flex .el-input {
          flex: none; }
        .uct_wallet_box .exchange-flex .exchange-right-input .eri-bottom .eri-b-ipt.eri-b-ipt-flex .el-select {
          width: 100%; }
          .uct_wallet_box .exchange-flex .exchange-right-input .eri-bottom .eri-b-ipt.eri-b-ipt-flex .el-select .el-input {
            width: 100%; }
        .uct_wallet_box .exchange-flex .exchange-right-input .eri-bottom .eri-b-ipt.eri-b-ipt-flex .eri-b-ipt-flex-inner {
          width: 100%;
          display: flex;
          gap: 20px;
          align-items: center; }
          .uct_wallet_box .exchange-flex .exchange-right-input .eri-bottom .eri-b-ipt.eri-b-ipt-flex .eri-b-ipt-flex-inner .el-input {
            flex: 1;
            width: 100%; }
      .uct_wallet_box .exchange-flex .exchange-right-input .eri-bottom .eri-b-ipt .el-input {
        flex: 1;
        width: 100%; }
      .uct_wallet_box .exchange-flex .exchange-right-input .eri-bottom .eri-b-ipt .el-select .el-input {
        width: 280px; }
    .uct_wallet_box .exchange-flex .exchange-right-input .eri-bottom .eri-b-btn {
      flex-direction: column;
      gap: 20px;
      width: 100%; }
      .uct_wallet_box .exchange-flex .exchange-right-input .eri-bottom .eri-b-btn .eri-bb-left {
        width: 100%; }
      .uct_wallet_box .exchange-flex .exchange-right-input .eri-bottom .eri-b-btn .exchange-btn {
        width: 100%; }
  .uct_wallet_box .uctb_renew {
    padding: 15px; }
    .uct_wallet_box .uctb_renew .renew-setting .renew-setting-header .rsh-value {
      display: flex;
      flex-wrap: wrap; }
  .uct_wallet_box .nav_search_box {
    width: 100%; }

  .mp_mode_list .pay_mode_li .pmli_tit {
    gap: 20px; }
    .mp_mode_list .pay_mode_li .pmli_tit .pmlt_icon {
      max-width: 170px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; } }
