.uct_header {
  display: flex;
  width: 100%; }
  .uct_header .point-feedback {
    margin-left: auto;
    display: flex;
    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-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 13px */
    text-transform: capitalize;
    cursor: pointer; }

.uct_ps_main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding: 20px 30px; }
  .uct_ps_main .ps-box {
    display: flex;
    padding: 30px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 25px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid var(--PIA24-Line-02, #F4F4F5);
    background: var(--PIA24-BK-White, #FFF); }
    .uct_ps_main .ps-box .ps-box-header {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
      width: 100%; }
      .uct_ps_main .ps-box .ps-box-header .pbh-flex {
        display: flex;
        align-items: center;
        gap: 20px;
        align-self: stretch;
        width: 100%; }
        .uct_ps_main .ps-box .ps-box-header .pbh-flex .pbh-flex-left {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 8px;
          flex: 1; }
          .uct_ps_main .ps-box .ps-box-header .pbh-flex .pbh-flex-left .pbh-tit-flex {
            display: flex;
            align-items: center;
            gap: 15px; }
          .uct_ps_main .ps-box .ps-box-header .pbh-flex .pbh-flex-left .pbh-tit {
            color: var(--PIA24-BK-01, #042040);
            font-family: "Open Sans";
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 100%;
            /* 16px */ }
            .uct_ps_main .ps-box .ps-box-header .pbh-flex .pbh-flex-left .pbh-tit.un_active {
              color: var(--PIA24-BK-03, #94A3B8); }
          .uct_ps_main .ps-box .ps-box-header .pbh-flex .pbh-flex-left .pbh-desc {
            color: var(--PIA24-BK-02, #55687D);
            font-family: "Open Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            /* 14px */ }
        .uct_ps_main .ps-box .ps-box-header .pbh-flex .white_black_switch {
          align-items: center;
          justify-content: center;
          cursor: pointer; }
          .uct_ps_main .ps-box .ps-box-header .pbh-flex .white_black_switch.is_checked .switch_cont {
            background: #F82; }
            .uct_ps_main .ps-box .ps-box-header .pbh-flex .white_black_switch.is_checked .switch_cont::after {
              left: 100%;
              margin-left: -14px; }
          .uct_ps_main .ps-box .ps-box-header .pbh-flex .white_black_switch .switch_cont {
            width: 30px;
            height: 16px;
            padding: 1px;
            border-radius: 74px;
            background: #09BE53;
            position: relative; }
            .uct_ps_main .ps-box .ps-box-header .pbh-flex .white_black_switch .switch_cont::after {
              display: block;
              content: '';
              width: 14px;
              height: 14px;
              border-radius: 50%;
              background-color: #fff;
              position: relative;
              left: 0px;
              transition: all .3s; }
        .uct_ps_main .ps-box .ps-box-header .pbh-flex .pbh-amount {
          display: flex;
          width: 120px;
          align-items: flex-end;
          gap: 5px;
          align-self: stretch;
          color: var(--PIA24-BK-02, #55687D);
          font-family: "Open Sans";
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 200%;
          /* 28px */
          flex-shrink: 0; }
          .uct_ps_main .ps-box .ps-box-header .pbh-flex .pbh-amount .pbh-amount-total {
            color: var(--PIA24-BK-01, #042040);
            font-family: "Open Sans";
            font-size: 26px;
            font-style: normal;
            font-weight: 600;
            line-height: normal; }
        .uct_ps_main .ps-box .ps-box-header .pbh-flex .pbh-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(--PIA24-BK-White, #FFF);
          font-family: "Open Sans";
          font-size: 13px;
          font-style: normal;
          font-weight: 400;
          line-height: 100%;
          /* 13px */
          text-transform: capitalize;
          white-space: nowrap;
          cursor: pointer; }
          .uct_ps_main .ps-box .ps-box-header .pbh-flex .pbh-btn:hover {
            background: #16396C; }
        .uct_ps_main .ps-box .ps-box-header .pbh-flex .pbh-manage {
          display: flex;
          height: 40px;
          padding: 8px 30px;
          justify-content: center;
          align-items: center;
          gap: 10px;
          border-radius: 4px;
          border: 1px solid #E2E4E5;
          background: var(--PIA24-BG-01, #F5F5F7);
          color: var(--PIA24-BK-01, #042040);
          font-family: "Open Sans";
          font-size: 13px;
          font-style: normal;
          font-weight: 400;
          line-height: 100%;
          /* 13px */
          text-transform: capitalize;
          cursor: pointer; }
          .uct_ps_main .ps-box .ps-box-header .pbh-flex .pbh-manage:hover {
            background: #F6F6F9;
            border: 1px solid #E2E4E5; }
    .uct_ps_main .ps-box .ps-box-split {
      width: 100%;
      height: 1px;
      background: #F4F4F5; }
    .uct_ps_main .ps-box .ps-box-list {
      display: flex;
      justify-content: space-between;
      align-items: center;
      align-self: stretch;
      gap: 20px;
      flex-wrap: wrap; }
      .uct_ps_main .ps-box .ps-box-list .ps-box-ip-list {
        display: flex;
        align-items: flex-end;
        gap: 10px;
        width: 100%;
        overflow: hidden; }
        .uct_ps_main .ps-box .ps-box-list .ps-box-ip-list .ps-box-li {
          display: flex;
          min-width: 150px;
          height: 40px;
          padding: 12px 20px;
          align-items: center;
          gap: 5px;
          border-radius: 4px;
          background: #F7F8FC; }
          .uct_ps_main .ps-box .ps-box-list .ps-box-ip-list .ps-box-li.red i {
            background: #E30B34; }
          .uct_ps_main .ps-box .ps-box-list .ps-box-ip-list .ps-box-li i {
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #119269; }
        .uct_ps_main .ps-box .ps-box-list .ps-box-ip-list .ps-box-li-more {
          color: var(--PIA24-BK-01, #042040);
          font-family: "Open Sans";
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 100%;
          /* 14px */
          cursor: pointer; }
      .uct_ps_main .ps-box .ps-box-list .ps-box-help {
        color: var(--PIA24-BK-01, #042040);
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        /* 14px */
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
        cursor: pointer;
        white-space: nowrap;
        margin-left: auto; }
        .uct_ps_main .ps-box .ps-box-list .ps-box-help:hover {
          color: var(--PIA24-VI-01, #0E6FDE); }

.pop-box {
  background-color: rgba(0, 0, 0, 0.6); }
  .pop-box .pop-box-header {
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #E6E9F0;
    background: #FFF; }
    .pop-box .pop-box-header .pop-box-tit {
      flex: 1;
      color: #222;
      font-family: "Open Sans";
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      /* 13px */ }
    .pop-box .pop-box-header .pop-box-close {
      cursor: pointer;
      width: 14px;
      height: 14px; }
  .pop-box .btn-box {
    display: flex;
    align-items: center;
    gap: 10px;
    display: flex;
    width: 100%;
    justify-content: flex-end; }
    .pop-box .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;
      line-height: 100%;
      cursor: pointer; }
      .pop-box .btn-box .btn.btn1 {
        color: var(--PIA_BK-01, #042040); }
        .pop-box .btn-box .btn.btn1:hover {
          background: #F6F6F9; }
      .pop-box .btn-box .btn.btn2 {
        color: #FFF;
        border-radius: 4px;
        background: var(--PIA24-VI-01, #0E6FDE); }
        .pop-box .btn-box .btn.btn2:hover {
          background: #16396C; }
  .pop-box .pop-bw-main {
    display: flex;
    width: 440px;
    flex-direction: column;
    align-items: center;
    border-radius: 4px;
    background: var(--PIA_BK-White, #FFF);
    box-shadow: 0 0 10px 0 rgba(24, 28, 50, 0.1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .pop-box .pop-bw-main .pop-bwm-content {
      display: flex;
      padding: 20px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 25px;
      align-self: stretch; }
      .pop-box .pop-bw-main .pop-bwm-content .pbc-ipt {
        display: flex;
        width: 400px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 12px; }
        .pop-box .pop-bw-main .pop-bwm-content .pbc-ipt .pbc-label {
          color: var(--PIA24-BK-01, #042040);
          font-family: "Open Sans";
          font-size: 15px;
          font-style: normal;
          font-weight: 400;
          line-height: 100%;
          /* 15px */
          text-align: left; }
        .pop-box .pop-bw-main .pop-bwm-content .pbc-ipt .textarea {
          width: 100%;
          padding: 10px 15px;
          border-radius: 4px;
          border: 1px solid var(--PIA24-Line-02, #F4F4F5);
          background: #FAFAFA;
          height: 146px;
          font-size: 14px;
          font-weight: 400;
          color: #042040;
          line-height: 150%; }
          .pop-box .pop-bw-main .pop-bwm-content .pbc-ipt .textarea::placeholder {
            color: #94A3B8;
            font-size: 14px;
            font-weight: 400;
            line-height: 150%; }
  .pop-box .pop-dw-main {
    display: flex;
    width: 600px;
    flex-direction: column;
    align-items: center;
    border-radius: 4px;
    background: var(--PIA_BK-White, #FFF);
    box-shadow: 0 0 10px 0 rgba(24, 28, 50, 0.1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .pop-box .pop-dw-main .pop-dw-content {
      display: flex;
      padding: 20px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 25px;
      align-self: stretch; }
      .pop-box .pop-dw-main .pop-dw-content .pdc_flex {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        align-self: stretch;
        width: 100%; }
        .pop-box .pop-dw-main .pop-dw-content .pdc_flex .pdc_top {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 12px;
          align-self: stretch; }
          .pop-box .pop-dw-main .pop-dw-content .pdc_flex .pdc_top .pdc_label-flex {
            display: flex;
            align-items: stretch;
            gap: 12px; }
            .pop-box .pop-dw-main .pop-dw-content .pdc_flex .pdc_top .pdc_label-flex .pdc-label-fitem {
              width: 261px;
              color: var(--PIA24-BK-01, #042040);
              font-family: "Open Sans";
              font-size: 13px;
              font-style: normal;
              font-weight: 400;
              line-height: 100%; }
              .pop-box .pop-dw-main .pop-dw-content .pdc_flex .pdc_top .pdc_label-flex .pdc-label-fitem > i {
                color: #E30B34; }
              .pop-box .pop-dw-main .pop-dw-content .pdc_flex .pdc_top .pdc_label-flex .pdc-label-fitem .pdc-label-fitem-tip {
                display: none; }
              .pop-box .pop-dw-main .pop-dw-content .pdc_flex .pdc_top .pdc_label-flex .pdc-label-fitem .el-input .el-input__inner {
                height: 33px; }
                .pop-box .pop-dw-main .pop-dw-content .pdc_flex .pdc_top .pdc_label-flex .pdc-label-fitem .el-input .el-input__inner::placeholder {
                  color: var(--PIA_Text-04, #94A3B8);
                  font-family: "Open Sans";
                  font-size: 13px;
                  font-style: normal;
                  font-weight: 400;
                  line-height: 100%;
                  /* 13px */ }
              .pop-box .pop-dw-main .pop-dw-content .pdc_flex .pdc_top .pdc_label-flex .pdc-label-fitem.err .pdc-label-fitem-tip {
                display: block;
                color: var(--PIA24-Tip-01, #E30B34);
                font-family: "Open Sans";
                font-size: 13px;
                font-style: normal;
                font-weight: 400;
                line-height: 100%;
                /* 13px */
                margin-top: 6px; }
              .pop-box .pop-dw-main .pop-dw-content .pdc_flex .pdc_top .pdc_label-flex .pdc-label-fitem.err .el-input .el-input__inner {
                border-radius: 2px;
                border: 1px solid var(--PIA24-Tip-01, #E30B34);
                background: #FFF7F8;
                color: #E30B34; }
              .pop-box .pop-dw-main .pop-dw-content .pdc_flex .pdc_top .pdc_label-flex .pdc-label-fitem.err .el-input .el-input__clear {
                color: #E30B34; }
            .pop-box .pop-dw-main .pop-dw-content .pdc_flex .pdc_top .pdc_label-flex .remove-btn {
              width: 14px;
              height: 14px;
              background: url("../img/remove_dw.svg");
              background-size: 100%;
              cursor: pointer;
              transform: translateY(10px); }
          .pop-box .pop-dw-main .pop-dw-content .pdc_flex .pdc_top .add-dw-input {
            display: flex;
            align-items: center;
            gap: 15px;
            align-self: stretch; }
            .pop-box .pop-dw-main .pop-dw-content .pdc_flex .pdc_top .add-dw-input .add-btn {
              display: flex;
              padding: 10px 30px;
              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;
              cursor: pointer; }
            .pop-box .pop-dw-main .pop-dw-content .pdc_flex .pdc_top .add-dw-input .dw-num {
              color: var(--PIA24-BK-03, #94A3B8);
              font-family: "Open Sans";
              font-size: 14px;
              font-style: normal;
              font-weight: 400;
              line-height: 100%; }
              .pop-box .pop-dw-main .pop-dw-content .pdc_flex .pdc_top .add-dw-input .dw-num span {
                color: #042040; }
        .pop-box .pop-dw-main .pop-dw-content .pdc_flex .pdc_tips {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 5px;
          align-self: stretch; }
          .pop-box .pop-dw-main .pop-dw-content .pdc_flex .pdc_tips .pdc-tip-tit {
            color: var(--PIA24-BK-01, #042040);
            font-family: "Open Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            /* 21px */ }
          .pop-box .pop-dw-main .pop-dw-content .pdc_flex .pdc_tips .pdc-tip-info {
            color: var(--PIA24-BK-02, #55687D);
            font-family: "Open Sans";
            font-size: 13px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            /* 19.5px */ }
            .pop-box .pop-dw-main .pop-dw-content .pdc_flex .pdc_tips .pdc-tip-info i {
              color: #E30B34;
              display: inline; }
  .pop-box .pop-list-main {
    display: flex;
    width: 660px;
    flex-direction: column;
    align-items: center;
    border-radius: 4px;
    background: var(--PIA_BK-White, #FFF);
    box-shadow: 0 0 10px 0 rgba(24, 28, 50, 0.1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .pop-box .pop-list-main .pop-list-content {
      width: 100%;
      padding: 25px 30px; }
      .pop-box .pop-list-main .pop-list-content .el-table__body-wrapper {
        height: 300px;
        overflow-y: scroll; }
        .pop-box .pop-list-main .pop-list-content .el-table__body-wrapper::-webkit-scrollbar {
          width: 5px; }
        .pop-box .pop-list-main .pop-list-content .el-table__body-wrapper::-webkit-scrollbar-thumb {
          background-color: #E0E3EB;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px; }
      .pop-box .pop-list-main .pop-list-content .plc-tips {
        color: var(--PIA24-BK-01, #042040);
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        margin-top: 15px; }
        .pop-box .pop-list-main .pop-list-content .plc-tips i {
          color: #E30B34; }
        .pop-box .pop-list-main .pop-list-content .plc-tips a {
          color: #0E6FDE; }

.user_auth_pop {
  background-color: rgba(0, 0, 0, 0.6) !important; }
  .user_auth_pop .user_auth_container {
    display: flex;
    width: 480px;
    padding: 30px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 4px;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .user_auth_pop .user_auth_container .user_auth_tit {
      color: var(--PIA24-BK-01, #042040);
      text-align: center;
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: 100%;
      /* 18px */
      text-transform: capitalize; }
    .user_auth_pop .user_auth_container .user_auth_tips {
      color: var(--PIA24-BK-02, #55687D);
      text-align: center;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      /* 21px */
      margin-top: 10px; }
    .user_auth_pop .user_auth_container .user_auth_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);
      color: var(--PIA_BK-White, #FFF);
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      /* 13px */
      text-transform: capitalize;
      cursor: pointer; }
    .user_auth_pop .user_auth_container .card_close {
      position: absolute;
      top: 12px;
      right: 12px;
      width: 18px;
      height: 18px;
      cursor: pointer; }

@media only screen and (max-width: 820px) {
  .user_auth_pop {
    background-color: rgba(0, 0, 0, 0.6) !important; }
    .user_auth_pop .user_auth_container {
      width: calc(100% - 30px); } }
