@charset "UTF-8";
.frame_large {
  padding: 0px 20px 30px;
  position: relative; }
  @media all and (max-width: 600px) {
    .frame_large {
      padding: 0 10px 20px; } }
  .frame_large .user-info {
    width: 100%;
    left: 0px;
    top: -30px;
    color: #111;
    padding: 10px 0px;
    box-sizing: border-box;
    z-index: 99999; }
    .frame_large .user-info .user-name {
      float: left; }
    .frame_large .user-info .user-point {
      float: right;
      display: none; }

.head {
  background-image: url("/images/bguser.png"); }

.head399 {
  text-align: center;
  padding: 40px 0 120px;
  background-image: url("/images/bguser.png");
  background-position: center center;
  background-size: cover; }
  @media all and (max-width: 600px) {
    .head399 {
      display: none;
      background-image: url("/images/bgloginmb.jpg");
      padding: 10px 0; }
      .head399 .logo_img {
        height: 40px !important; } }

.frame_large {
  max-width: 600px;
  margin: auto;
  background: #fff;
  box-shadow: 0 11px 55px rgba(0, 0, 0, 0.11);
  margin-top: -100px !important;
  border-radius: 15px;
  padding: 40px 100px;
  box-sizing: border-box; }
  @media all and (max-width: 800px) {
    .frame_large {
      padding: 20px 10px;
      margin-top: 0px !important;
      box-shadow: unset; } }

.check_plus {
  text-align: center; }
  .check_plus .titt {
    font-weight: 600;
    margin: 20px 0 10px;
    display: block;
    font-size: 16px;
    color: var(--main-color); }
  .check_plus .check_plus_time {
    color: red;
    font-size: 15px;
    font-weight: 600; }
  .check_plus a {
    display: inline-block;
    margin: 10px;
    line-height: 40px;
    text-align: center;
    background: var(--main-color);
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    padding: 0 30px; }

.ite_point {
  margin: 0 -5px;
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap; }
  .ite_point .item_ipoint {
    width: calc(50% - 10px);
    margin: 0 5px;
    float: left;
    border-radius: 5px;
    background-image: url("/images/withdrawable-bg.svg");
    background-size: cover;
    color: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
    position: relative;
    padding-left: 20px; }
    @media all and (max-width: 600px) {
      .ite_point .item_ipoint {
        padding-left: 20px; } }
    .ite_point .item_ipoint img {
      position: absolute;
      width: 24px;
      left: 24px;
      top: calc(50% - 12px); }
      @media all and (max-width: 600px) {
        .ite_point .item_ipoint img {
          left: 10px; } }
    .ite_point .item_ipoint span {
      font-weight: 600;
      color: var(--extra-color);
      font-size: 16px; }

.member_api .if_api {
  width: calc(75% - 20px);
  float: right;
  background: #0d1239;
  border-radius: 10px;
  padding: 30px 60px;
  box-sizing: border-box; }
  @media all and (max-width: 800px) {
    .member_api .if_api {
      padding: 10px; } }
  @media all and (max-width: 600px) {
    .member_api .if_api {
      width: 100%; } }
  .member_api .if_api .titlemb {
    display: none; }
    @media all and (max-width: 600px) {
      .member_api .if_api .titlemb {
        font-size: 16px;
        margin-bottom: 15px;
        font-weight: 600;
        text-align: center; } }
  .member_api .if_api .table_data {
    width: 100%;
    text-align: start;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
    background: #050325;
    border-top: 1px solid #f0f0f01f;
    border-left: 1px solid #f0f0f01f; }
    @media all and (max-width: 600px) {
      .member_api .if_api .table_data {
        font-size: 12px; } }
    .member_api .if_api .table_data th {
      background: #050325; }
    .member_api .if_api .table_data td, .member_api .if_api .table_data th {
      padding: 12px 8px;
      text-align: center;
      border-bottom: 1px solid #f0f0f01f;
      border-right: 1px solid #f0f0f01f; }
      @media all and (max-width: 600px) {
        .member_api .if_api .table_data td, .member_api .if_api .table_data th {
          padding: 5px; } }
    .member_api .if_api .table_data .status_0 {
      color: orange; }
    .member_api .if_api .table_data .status_1 {
      color: green; }
    .member_api .if_api .table_data .status_2 {
      color: red; }
  .member_api .if_api .page_data {
    text-align: center;
    padding: 10px 0; }
    .member_api .if_api .page_data .item_page {
      display: inline-block;
      padding: 10px;
      cursor: pointer; }
    .member_api .if_api .page_data .item_page_act {
      color: orange; }
@media all and (max-width: 600px) {
  .member_api .menu {
    display: none;
    width: 100%; } }
.member_api .menu .info_member {
  padding: 30px 20px;
  box-sizing: border-box;
  padding-bottom: 0px; }
  .member_api .menu .info_member img {
    border-radius: 50%; }
  .member_api .menu .info_member .img {
    float: left;
    width: 60px; }
  .member_api .menu .info_member .info {
    width: calc(100% - 60px);
    float: left;
    padding-left: 10px;
    box-sizing: border-box;
    padding-top: 12px; }
    .member_api .menu .info_member .info span {
      color: var(--main-color); }
  .member_api .menu .info_member .wallet {
    margin-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee10; }
    .member_api .menu .info_member .wallet span {
      color: var(--main-color);
      font-weight: 600;
      display: inline-block;
      margin-left: 5px; }
.member_api .menumb {
  display: block; }
.member_api .bt-menu {
  padding: 20px 15px; }
  .member_api .bt-menu a {
    display: inline-block;
    width: calc(50% - 10px);
    margin: 0 5px;
    float: left;
    text-align: center;
    position: relative;
    line-height: 40px;
    padding-left: 15px;
    box-sizing: border-box;
    border-radius: 5px; }
    .member_api .bt-menu a img {
      position: absolute;
      top: 5px;
      left: 10px; }
  .member_api .bt-menu .adeposit {
    color: #5780e9;
    border: 1px solid #5780e9; }
  .member_api .bt-menu .awithdraw {
    color: #dba84c;
    border: 1px solid #dba84c; }
.member_api .aff {
  margin: 0 -10px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: right bottom -9px, left top;
  background-size: 175px 80px, 100% 100%;
  background-image: url("/images/5f454kzlrfs.png"), linear-gradient(90deg, #548fda 0%, #3453a1 100%);
  padding: 12px;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  padding-left: 60px; }
  .member_api .aff img {
    position: absolute;
    width: 40px;
    left: 10px;
    top: 10px; }
.member_api .list-menu {
  margin: 0 -10px;
  margin-top: 10px;
  box-shadow: 0 0 8px #00000026;
  background: #fff;
  border-radius: 10px; }
  .member_api .list-menu a {
    display: inline-block;
    width: 100%;
    position: relative;
    line-height: 50px;
    padding-left: 60px;
    box-sizing: border-box;
    border-bottom: 1px solid #c2deff; }
    .member_api .list-menu a img {
      position: absolute;
      left: 20px;
      top: 10px; }
    .member_api .list-menu a svg {
      position: absolute;
      right: 20px;
      top: 15px;
      fill: #2A67C1; }
    .member_api .list-menu a .svg1 {
      right: unset;
      left: 20px;
      top: 12px; }
  .member_api .list-menu .a0 {
    border-top: 1px solid #eeeeee10; }
  .member_api .list-menu .active {
    background: linear-gradient(90deg, #26376e, #0d1239); }
.member_api .itemlogout {
  border-radius: 5px;
  text-align: center;
  border-bottom: none;
  padding: 0;
  color: #eb545a;
  display: inline-block;
  width: calc(100% - 40px);
  margin: auto;
  display: block;
  line-height: 40px;
  margin-top: 10px;
  font-weight: 600; }

.no-data {
  text-align: center;
  padding: 20px;
  box-sizing: border-box; }

.member_api .menu_api_mb .menu_api_mb_top .info_member {
  width: 70%;
  float: left; }
.member_api .menu_api_mb .menu_api_mb_top .top_right {
  width: 30%;
  float: left;
  text-align: right;
  padding-right: 10px;
  box-sizing: border-box;
  padding-top: 10px; }
  .member_api .menu_api_mb .menu_api_mb_top .top_right .atop {
    display: inline-block;
    margin-left: 10px; }
  .member_api .menu_api_mb .menu_api_mb_top .top_right .mymb {
    display: inline-block;
    border-radius: 20px;
    padding: 5px 10px;
    background: #26376e;
    border: 1px solid #464a61;
    margin-top: 5px; }
.member_api .menu_api_mb .list-menu .itemlogout {
  padding-left: 0px;
  width: calc(100% - 20px); }
.member_api .menu_api_mb .info_member {
  padding: 10px; }
  .member_api .menu_api_mb .info_member .info {
    padding-right: 10px;
    box-sizing: border-box;
    position: relative; }
.member_api .menu_api_mb .bt-menu {
  padding: 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #363950a1;
  margin-bottom: 5px; }
  .member_api .menu_api_mb .bt-menu a {
    width: unset; }
  .member_api .menu_api_mb .bt-menu .wallet {
    width: 40%;
    float: left;
    padding: 7px 0;
    padding-left: 5px;
    line-height: 20px; }
    .member_api .menu_api_mb .bt-menu .wallet .wallet_point {
      color: #ffd54f;
      font-weight: 600;
      font-size: 15px; }
  .member_api .menu_api_mb .bt-menu .awithdrawmb, .member_api .menu_api_mb .bt-menu .adepositmb {
    display: inline-block;
    float: right;
    padding: 0;
    line-height: 16px;
    text-align: center;
    font-size: 13px; }
    .member_api .menu_api_mb .bt-menu .awithdrawmb img, .member_api .menu_api_mb .bt-menu .adepositmb img {
      position: unset; }

.userinfo .ite {
  width: calc(50% - 40px);
  margin: 0 10px 20px;
  float: left; }
  @media all and (max-width: 600px) {
    .userinfo .ite {
      width: 100%;
      margin: 0 0 15px; } }
  .userinfo .ite input, .userinfo .ite select {
    background: #FFFFFF;
    border: none;
    color: #000;
    height: 44px;
    width: 100%;
    border-radius: 5px;
    line-height: 44px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 10px; }
.userinfo .item_cpass {
  position: relative; }
  .userinfo .item_cpass .cpass {
    position: absolute;
    bottom: 13px;
    right: 10px;
    cursor: pointer; }

.inner_deposit {
  margin-top: 10px; }
  .inner_deposit .itembank {
    width: calc(25% - 20px);
    float: left;
    margin: 10px;
    padding: 15px;
    box-sizing: border-box;
    background: #eee;
    border-radius: 3px; }
    @media all and (max-width: 600px) {
      .inner_deposit .itembank {
        width: calc(50% - 20px); } }
  .inner_deposit .ite {
    padding-bottom: 10px;
    margin-bottom: 5px; }
    .inner_deposit .ite .content {
      margin-top: 10px; }
      .inner_deposit .ite .content .item_type, .inner_deposit .ite .content .item_type_vn, .inner_deposit .ite .content .item_type0 {
        display: inline-block;
        background: #fff;
        border: 2px solid #ccc;
        width: calc(50% - 10px);
        text-align: center;
        padding: 8px 5px;
        box-sizing: border-box;
        border-radius: 5px;
        line-height: 20px;
        align-items: center;
        justify-content: center;
        float: left;
        margin: 5px;
        cursor: pointer;
        display: flex; }
        @media all and (max-width: 600px) {
          .inner_deposit .ite .content .item_type, .inner_deposit .ite .content .item_type_vn, .inner_deposit .ite .content .item_type0 {
            width: calc(50% - 10px); } }
        .inner_deposit .ite .content .item_type img, .inner_deposit .ite .content .item_type_vn img, .inner_deposit .ite .content .item_type0 img {
          width: 30px; }
      .inner_deposit .ite .content .item_type_wd {
        padding: 10px 0;
        width: calc(50% - 10px);
        display: flex; }
        .inner_deposit .ite .content .item_type_wd img {
          margin-right: 5px; }
      .inner_deposit .ite .content .item_type0 {
        padding: 8px 5px;
        display: flex;
        width: calc(33.33% - 10px); }
      .inner_deposit .ite .content .item_type_act, .inner_deposit .ite .content .item_act {
        background: #b7d5ff;
        border: 2px solid #1679ff; }
      .inner_deposit .ite .content input, .inner_deposit .ite .content select {
        border: 1px solid #cccc;
        color: #000;
        height: 44px;
        width: 100%;
        border-radius: 5px;
        line-height: 44px;
        padding: 0 10px;
        box-sizing: border-box; }
    .inner_deposit .ite .content_km, .inner_deposit .ite .content_ht {
      position: relative;
      cursor: pointer; }
      .inner_deposit .ite .content_km input, .inner_deposit .ite .content_ht input {
        cursor: pointer; }
      .inner_deposit .ite .content_km svg, .inner_deposit .ite .content_ht svg {
        position: absolute;
        top: 12px;
        right: 10px;
        z-index: 1;
        fill: #111; }
    .inner_deposit .ite .note {
      margin-top: 10px;
      font-size: 13px;
      color: #97a7b6;
      background-color: #f2f8ff;
      color: var(--main-color);
      padding: 12px;
      border-radius: 5px; }
    .inner_deposit .ite .list_choose {
      margin: 0 -5px;
      margin-top: 10px; }
      .inner_deposit .ite .list_choose .item_choose {
        display: inline-block;
        line-height: 40px;
        padding: 0 10px;
        border: 1px solid #97a7b669;
        box-sizing: border-box;
        width: calc(25% - 10px);
        float: left;
        text-align: center;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
        border-radius: 5px;
        cursor: pointer; }
        @media all and (max-width: 600px) {
          .inner_deposit .ite .list_choose .item_choose {
            padding: 0 3px;
            font-size: 12px;
            line-height: 32px; } }
      .inner_deposit .ite .list_choose .item_choose_act {
        background: #b7d5ff; }
    .inner_deposit .ite .content_bank .item_bank {
      display: inline-block;
      margin-right: 5px;
      margin-bottom: 5px;
      background: #000;
      border-radius: 5px;
      color: #fff;
      padding: 5px;
      text-align: center;
      cursor: pointer;
      border: 1px solid transparent; }
      .inner_deposit .ite .content_bank .item_bank .name {
        margin-bottom: 5px; }
      .inner_deposit .ite .content_bank .item_bank .minmax {
        font-size: 12px;
        color: #ccc; }
    .inner_deposit .ite .content_bank .item_bank_act {
      border: 1px solid #523fbe;
      position: relative; }
      .inner_deposit .ite .content_bank .item_bank_act:after {
        content: "";
        width: 26px;
        height: 22px;
        position: absolute;
        bottom: -1px;
        right: -2px;
        background-image: url("/images/activeImg.svg");
        background-position: center;
        background-size: cover; }
    .inner_deposit .ite #smdeposit, .inner_deposit .ite #smwithdraw, .inner_deposit .ite #sm_passw {
      background: #523fbe;
      border-radius: 5px;
      color: #fff;
      display: inline-block;
      width: 100%;
      text-align: center;
      line-height: 44px; }
    .inner_deposit .ite .btndis {
      background: #777 !important; }
    .inner_deposit .ite #addbank {
      background: #523fbe91;
      border-radius: 5px;
      color: #fff;
      display: inline-block;
      padding: 0 10px 0 40px;
      padding-left: 30px;
      position: relative;
      text-align: center;
      line-height: 36px;
      margin-top: 5px; }
      .inner_deposit .ite #addbank svg {
        position: absolute;
        top: 8px;
        left: 10px; }
  .inner_deposit .item_type p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px; }

.wallet .reloadpoint {
  position: absolute;
  display: grid;
  right: 0;
  bottom: 2px; }
.wallet .reloadpointspin {
  animation: spin 0.5s linear infinite; }

.bt-menu2 {
  padding: 10px 0; }
  .bt-menu2 a {
    display: inline-block;
    width: 33.33%;
    float: left;
    text-align: center; }
    .bt-menu2 a span {
      color: #fad017; }
    .bt-menu2 a img {
      transform: translate(0, 4px);
      margin-right: 5px; }

.vip_inner {
  background-image: linear-gradient(129deg, #322797 4%, #2b0092 96%);
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  margin-top: 10px;
  font-size: 12px; }

.vip_detail {
  margin-top: 10px; }
  .vip_detail .vip1, .vip_detail .vip2 {
    width: 40px;
    float: left;
    line-height: 20px;
    width: 40px;
    border-radius: 20px;
    text-align: center; }
  .vip_detail .vip1 {
    background-image: linear-gradient(270deg, #00b9ff, #0084fd); }
  .vip_detail .vip2 {
    background-image: linear-gradient(270deg, #d2d2d2, #818181); }
  .vip_detail .vip-progress {
    width: calc(100% - 80px);
    float: left;
    height: 20px;
    position: relative; }
    .vip_detail .vip-progress:before {
      content: '';
      position: absolute;
      width: calc(100% - 20px);
      left: 10px;
      height: 10px;
      top: 5px;
      background: #4036aa;
      border-radius: 10px; }
    .vip_detail .vip-progress span {
      display: inline-block; }

.vip-bt {
  margin-top: 20px; }
  .vip-bt a {
    display: inline-block;
    width: 33.33%;
    float: left;
    text-align: center;
    color: #fff; }

.wrap_date h2 {
  margin: 20px 0 10px; }

@media all and (max-width: 600px) {
  .tittime {
    display: none; } }

.list_filtertime {
  margin: 10px 0 20px; }
  .list_filtertime .item_filtertime {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    cursor: pointer;
    padding-bottom: 10px; }
    @media all and (max-width: 600px) {
      .list_filtertime .item_filtertime {
        width: calc(20% - 4px);
        float: left;
        text-align: center;
        margin: 0 2px;
        background: #313958;
        border-radius: 6px;
        padding: 5px 3px 6px;
        box-sizing: border-box;
        color: #eee;
        font-size: 11px; } }
  .list_filtertime .item_filtertime_act {
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color); }
    @media all and (max-width: 600px) {
      .list_filtertime .item_filtertime_act {
        background: #5780e9;
        border: none;
        color: #fff; } }

.showdetail {
  color: #5483eb; }
  .showdetail svg {
    width: 16px;
    height: 16px;
    transform: translate(1px, 2px); }

@media all and (max-width: 600px) {
  .userinfo_pc {
    display: none; } }

.userinfo .tit {
  padding: 30px 10px 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: var(--main-color); }
.userinfo .copy_info .label {
  color: var(--main-color);
  font-weight: 600;
  margin: 15px 0 10px;
  display: block; }
.userinfo .copy_info input {
  width: 60%;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 40px;
  background-color: #eee;
  border-radius: 3px;
  border: none; }
.userinfo .copy_info .copy {
  display: inline-block;
  width: calc(40% - 10px);
  float: right;
  line-height: 40px;
  text-align: center;
  background: var(--extra-color);
  background: #777;
  color: #111;
  border-radius: 3px;
  font-weight: 600; }
.userinfo .copy_info .copy_act {
  background: var(--extra-color);
  position: relative; }
  .userinfo .copy_info .copy_act:after {
    content: 'Đã copy!';
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0px;
    bottom: -30px;
    color: green; }
.userinfo .copy_info .link {
  display: inline-block;
  width: calc(50% - 10px);
  float: left;
  margin: 0 5px;
  line-height: 50px;
  text-align: center;
  background: #16ff60;
  color: #111;
  border-radius: 10px;
  font-weight: 600; }
.userinfo .steps {
  margin: 0 -5px;
  margin-top: 20px; }
  .userinfo .steps .step {
    width: calc(33.33% - 10px);
    margin: 0 5px;
    float: left;
    text-align: center; }
    .userinfo .steps .step .num span {
      display: inline-block;
      width: 36px;
      height: 36px;
      background: #4c5bc9;
      color: #fff;
      line-height: 36px;
      border-radius: 50%;
      font-size: 18px; }
    .userinfo .steps .step .text {
      margin-block: 8px;
      color: #4c5bc9; }
      @media all and (max-width: 600px) {
        .userinfo .steps .step .text {
          font-weight: 600;
          font-size: 11px; } }
.userinfo .top {
  position: relative;
  text-align: center;
  line-height: 50px;
  background: #eee;
  font-size: 16px;
  border-radius: 20px 20px 0 0;
  margin: 0 -20px;
  margin: 0 -30px; }
  @media all and (max-width: 600px) {
    .userinfo .top {
      border-radius: 0;
      margin: 0 -10px; } }
  .userinfo .top a {
    position: absolute;
    left: 10px;
    top: 18px;
    display: grid; }
  .userinfo .top .action {
    position: initial;
    display: inline-block;
    width: 33.33%;
    text-align: center;
    float: left;
    position: relative;
    top: 0;
    left: 0; }
  .userinfo .top .action_act {
    color: var(--main-color);
    position: relative; }
    .userinfo .top .action_act:after {
      content: '';
      position: absolute;
      height: 2px;
      width: 100%;
      bottom: 0px;
      left: 0;
      background: var(--main-color); }
.userinfo .top_info {
  border-radius: 0; }
  .userinfo .top_info .action {
    width: 50%; }

.userinfo_mb {
  display: none; }
  @media all and (max-width: 600px) {
    .userinfo_mb {
      display: block;
      min-height: 52px; } }
  .userinfo_mb .top {
    position: relative;
    text-align: center;
    line-height: 52px;
    background: #0d1239;
    font-size: 16px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%; }
    .userinfo_mb .top a {
      position: absolute;
      left: 10px;
      top: 18px;
      display: grid; }
    .userinfo_mb .top .action {
      position: initial;
      display: inline-block;
      width: 50%;
      text-align: center;
      float: left;
      position: relative;
      top: 0;
      left: 0; }
    .userinfo_mb .top .action_act {
      color: var(--main-color);
      position: relative; }
      .userinfo_mb .top .action_act:after {
        content: '';
        position: absolute;
        height: 2px;
        width: 60px;
        bottom: 0px;
        left: calc(50% - 30px);
        background: var(--main-color); }
  .userinfo_mb .info {
    margin-top: 10px; }
    .userinfo_mb .info .din {
      display: flex;
      flex-wrap: wrap;
      padding: 0 20px; }
      .userinfo_mb .info .din .iteu {
        width: 50%;
        float: left;
        box-sizing: border-box;
        border-bottom: 1px solid #ccc;
        padding: 15px 0; }
      .userinfo_mb .info .din .iteu2 {
        text-align: right; }
        .userinfo_mb .info .din .iteu2 img {
          border-radius: 50%; }

.list_filtertype {
  margin: 10px -5px; }
  .list_filtertype .item_filtertype {
    display: inline-block;
    width: calc(100% / 6 - 10px);
    margin: 5px;
    float: left;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    background: #1d2633;
    cursor: pointer;
    color: #f1f1f1; }
    @media all and (max-width: 600px) {
      .list_filtertype .item_filtertype {
        width: calc(100% / 3 - 10px); } }
  .list_filtertype .item_filtertype_act {
    color: #fff;
    background: #523fbe; }

.popup_pp_giftcode .popup_pp_inner, .popup_pp_pass .popup_pp_inner, .popup_pp_passw .popup_pp_inner {
  overflow: unset; }
  .popup_pp_giftcode .popup_pp_inner .title_img, .popup_pp_pass .popup_pp_inner .title_img, .popup_pp_passw .popup_pp_inner .title_img {
    background: none;
    height: 50px; }
    .popup_pp_giftcode .popup_pp_inner .title_img img, .popup_pp_pass .popup_pp_inner .title_img img, .popup_pp_passw .popup_pp_inner .title_img img {
      max-width: 250px;
      transform: translate(0, -40px); }
  .popup_pp_giftcode .popup_pp_inner input, .popup_pp_giftcode .popup_pp_inner select, .popup_pp_pass .popup_pp_inner input, .popup_pp_pass .popup_pp_inner select, .popup_pp_passw .popup_pp_inner input, .popup_pp_passw .popup_pp_inner select {
    background: #fff;
    border: none;
    border-radius: 4px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    line-height: 24px;
    margin-bottom: 20px;
    padding: 8px 16px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 30px; }
  .popup_pp_giftcode .popup_pp_inner .sm_popup, .popup_pp_giftcode .popup_pp_inner #sm_giftcode, .popup_pp_pass .popup_pp_inner .sm_popup, .popup_pp_pass .popup_pp_inner #sm_giftcode, .popup_pp_passw .popup_pp_inner .sm_popup, .popup_pp_passw .popup_pp_inner #sm_giftcode {
    display: inline-block;
    width: 100%;
    background: #302096;
    border-radius: 8px;
    text-align: center;
    line-height: 40px;
    color: #fff; }
  .popup_pp_giftcode .popup_pp_inner #sm_pass, .popup_pp_giftcode .popup_pp_inner #sm_passw, .popup_pp_pass .popup_pp_inner #sm_pass, .popup_pp_pass .popup_pp_inner #sm_passw, .popup_pp_passw .popup_pp_inner #sm_pass, .popup_pp_passw .popup_pp_inner #sm_passw {
    background: #523fbe;
    margin-top: 10px; }
  .popup_pp_giftcode .popup_pp_inner .ite, .popup_pp_pass .popup_pp_inner .ite, .popup_pp_passw .popup_pp_inner .ite {
    position: relative; }
    .popup_pp_giftcode .popup_pp_inner .ite .icon-eye, .popup_pp_pass .popup_pp_inner .ite .icon-eye, .popup_pp_passw .popup_pp_inner .ite .icon-eye {
      position: absolute;
      right: 10px;
      bottom: 20px; }
    .popup_pp_giftcode .popup_pp_inner .ite input, .popup_pp_giftcode .popup_pp_inner .ite select, .popup_pp_pass .popup_pp_inner .ite input, .popup_pp_pass .popup_pp_inner .ite select, .popup_pp_passw .popup_pp_inner .ite input, .popup_pp_passw .popup_pp_inner .ite select {
      margin: 10px 0; }
    .popup_pp_giftcode .popup_pp_inner .ite label, .popup_pp_pass .popup_pp_inner .ite label, .popup_pp_passw .popup_pp_inner .ite label {
      display: inline-block;
      margin-top: 5px; }

.popup_pp_pass .popup_pp_inner .none {
  color: orange;
  font-size: 12px;
  margin-top: -8px; }

.popup_mb1 .title, .popup_mb2 .title {
  display: none; }

@media all and (max-width: 6000px) {
  .popup_mb1, .popup_mb2 {
    position: fixed;
    top: 0;
    inset-inline-end: 0;
    bottom: 0;
    inset-inline-start: 0;
    z-index: 1000;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45); }
    .popup_mb1 .popup_pp_inner, .popup_mb2 .popup_pp_inner {
      position: fixed;
      z-index: 1001;
      width: 520px;
      max-width: calc(100vw - 20px);
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #1e2b3e;
      border-radius: 10px;
      padding: 0 10px 20px;
      box-sizing: border-box;
      overflow: hidden; }
    .popup_mb1 .title, .popup_mb2 .title {
      background: linear-gradient(to right, #5099F2, #2F33B7);
      display: block;
      border-radius: 10px 10px 0 0;
      line-height: 50px;
      text-align: center;
      color: #fff;
      font-size: 16px;
      font-size: 18px;
      margin: 0 -20px;
      position: relative; }
      .popup_mb1 .title .close_popup_mb1, .popup_mb1 .title .close_popup_mb2, .popup_mb2 .title .close_popup_mb1, .popup_mb2 .title .close_popup_mb2 {
        position: absolute;
        width: 24px;
        height: 24px;
        right: 10px;
        top: 4px;
        cursor: pointer; } }
.tab_info {
  text-align: center;
  border-bottom: 1px solid #eeeeee1f;
  margin-bottom: 15px;
  padding-top: 10px; }
  .tab_info .item {
    display: inline-block;
    margin: 0 10px;
    border-bottom: 2px solid transparent;
    color: #eee;
    padding-bottom: 8px;
    cursor: pointer; }
  .tab_info .item_act {
    color: #fff;
    border-bottom: 2px solid var(--main-color); }

.inner_deposit .ite_lr label {
  width: 50%;
  float: left;
  padding-left: 10px;
  box-sizing: border-box;
  line-height: 44px;
  padding-left: 0px; }
.inner_deposit .ite_lr .content {
  width: 50%;
  float: left;
  margin-top: 0px; }
  .inner_deposit .ite_lr .content input, .inner_deposit .ite_lr .content select {
    line-height: 44px;
    height: 44px;
    background: transparent;
    color: #111;
    text-align: right; }
  .inner_deposit .ite_lr .content select {
    background: #fff;
    background-image: linear-gradient(45deg, transparent 50%, #eee 50%), linear-gradient(135deg, #eee 50%, transparent 50%), linear-gradient(to right, #0d1239, #0d1239);
    background-position: calc(100% - 4px) calc(1em + 5px), calc(100% - 0px) calc(1em + 5px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    padding-right: 20px; }

.refund_box {
  margin-top: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px; }
  @media all and (max-width: 600px) {
    .refund_box {
      padding: 15px 10px; } }
  .refund_box .content {
    color: var(--main-color); }
    .refund_box .content p {
      margin-bottom: 10px; }
  .refund_box .label {
    color: var(--main-color);
    font-weight: 600;
    font-size: 16px;
    margin: 10px 0 10px;
    display: block;
    float: left; }
    @media all and (max-width: 600px) {
      .refund_box .label {
        font-size: 14px; } }
  .refund_box .price {
    float: right;
    color: var(--main-color);
    font-size: 16px;
    margin: 10px 0 10px; }
    @media all and (max-width: 600px) {
      .refund_box .price {
        font-size: 14px; } }
  .refund_box .label1 {
    color: var(--main-color);
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    font-size: 18px; }
    @media all and (max-width: 600px) {
      .refund_box .label1 {
        font-size: 16px; } }

.list_aq {
  margin-top: 20px;
  background: #eee;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px; }
  .list_aq .label {
    color: var(--main-color);
    font-weight: 600;
    margin: 15px 0 10px;
    display: block;
    font-size: 16px; }

.item_aq {
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  padding-left: 0px; }
  .item_aq .stt {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #523fbe;
    text-align: center;
    left: 5px;
    top: 8px;
    border-radius: 50%;
    display: none; }
  .item_aq .title {
    color: var(--main-color);
    font-weight: 600;
    position: relative;
    padding-right: 20px; }
    .item_aq .title:after {
      position: absolute;
      content: '';
      width: 16px;
      height: 16px;
      right: 0px;
      top: 0px;
      background-image: url("/images/arrowdown.svg");
      background-size: 100% 100%; }
  .item_aq .content {
    margin-top: 10px; }

.tabs_about .item_about {
  width: 33.33%;
  float: left;
  text-align: center;
  padding: 0 5px;
  padding-bottom: 10px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 2px solid transparent;
  cursor: pointer; }
.tabs_about .item_about_act {
  color: var(--main-color);
  border-bottom: 2px solid var(--main-color); }

.input-box {
  display: flex;
  gap: 5px; }

.input-box input {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #ccc;
  border-radius: 5px; }

.div_table_data {
  max-height: 50vh;
  overflow-y: scroll; }

.content_km .content_km_info {
  text-align: center;
  border-radius: 10px;
  background: #151d49;
  line-height: 26px;
  color: #fff; }
  .content_km .content_km_info .tit {
    background: #24356b;
    padding: 5px 0; }
  .content_km .content_km_info .content_km_info_des {
    padding: 10px;
    white-space: pre-line;
    text-align: left; }

.content_ht .content_ht_info {
  text-align: center;
  border-radius: 10px;
  background: #151d49;
  line-height: 26px;
  color: #fff; }
  .content_ht .content_ht_info .tit {
    background: #24356b;
    padding: 5px 0; }
  .content_ht .content_ht_info .content_ht_info_des {
    padding: 10px;
    white-space: pre-line;
    text-align: left; }

.popup_pp_chonkm .popup_pp_inner, .popup_pp_chonht .popup_pp_inner {
  max-height: 50vh;
  overflow-y: scroll; }
  @media all and (max-width: 600px) {
    .popup_pp_chonkm .popup_pp_inner, .popup_pp_chonht .popup_pp_inner {
      top: unset;
      bottom: 0;
      transform: translate(-50%, 0);
      max-height: 80vh;
      padding: 0px 10px 20px; }
      .popup_pp_chonkm .popup_pp_inner .title, .popup_pp_chonht .popup_pp_inner .title {
        margin: 0 -10px; } }
  .popup_pp_chonkm .popup_pp_inner p, .popup_pp_chonht .popup_pp_inner p {
    text-align: left; }
  .popup_pp_chonkm .popup_pp_inner .sm_popup, .popup_pp_chonkm .popup_pp_inner #sm_giftcode, .popup_pp_chonht .popup_pp_inner .sm_popup, .popup_pp_chonht .popup_pp_inner #sm_giftcode {
    display: inline-block;
    width: 100%;
    background: #302096;
    border-radius: 8px;
    text-align: center;
    line-height: 40px;
    color: #fff; }
  .popup_pp_chonkm .popup_pp_inner .item_type_km, .popup_pp_chonkm .popup_pp_inner .item_type_ht, .popup_pp_chonht .popup_pp_inner .item_type_km, .popup_pp_chonht .popup_pp_inner .item_type_ht {
    cursor: pointer;
    margin-bottom: 10px;
    border-bottom: 1px solid #070a1f57;
    padding-bottom: 15px; }
    .popup_pp_chonkm .popup_pp_inner .item_type_km .name, .popup_pp_chonkm .popup_pp_inner .item_type_ht .name, .popup_pp_chonht .popup_pp_inner .item_type_km .name, .popup_pp_chonht .popup_pp_inner .item_type_ht .name {
      font-size: 16px;
      font-weight: 600; }
    .popup_pp_chonkm .popup_pp_inner .item_type_km .p3, .popup_pp_chonkm .popup_pp_inner .item_type_ht .p3, .popup_pp_chonht .popup_pp_inner .item_type_km .p3, .popup_pp_chonht .popup_pp_inner .item_type_ht .p3 {
      white-space: pre-line; }
    .popup_pp_chonkm .popup_pp_inner .item_type_km .img, .popup_pp_chonkm .popup_pp_inner .item_type_ht .img, .popup_pp_chonht .popup_pp_inner .item_type_km .img, .popup_pp_chonht .popup_pp_inner .item_type_ht .img {
      display: grid;
      float: left;
      width: 100%;
      border-radius: 10px;
      position: relative;
      border: 1px solid transparent;
      box-sizing: border-box; }
      @media all and (max-width: 600px) {
        .popup_pp_chonkm .popup_pp_inner .item_type_km .img, .popup_pp_chonkm .popup_pp_inner .item_type_ht .img, .popup_pp_chonht .popup_pp_inner .item_type_km .img, .popup_pp_chonht .popup_pp_inner .item_type_ht .img {
          width: 100%; } }
    .popup_pp_chonkm .popup_pp_inner .item_type_km .info, .popup_pp_chonkm .popup_pp_inner .item_type_ht .info, .popup_pp_chonht .popup_pp_inner .item_type_km .info, .popup_pp_chonht .popup_pp_inner .item_type_ht .info {
      width: calc(100% - 00px);
      float: left;
      box-sizing: border-box;
      padding-top: 10px; }
      @media all and (max-width: 600px) {
        .popup_pp_chonkm .popup_pp_inner .item_type_km .info, .popup_pp_chonkm .popup_pp_inner .item_type_ht .info, .popup_pp_chonht .popup_pp_inner .item_type_km .info, .popup_pp_chonht .popup_pp_inner .item_type_ht .info {
          width: calc(100% - 0px);
          font-size: 12px; } }
  .popup_pp_chonkm .popup_pp_inner .item_type_km_act, .popup_pp_chonkm .popup_pp_inner .item_type_ht_act, .popup_pp_chonht .popup_pp_inner .item_type_km_act, .popup_pp_chonht .popup_pp_inner .item_type_ht_act {
    color: #5098f1; }
    .popup_pp_chonkm .popup_pp_inner .item_type_km_act .img, .popup_pp_chonkm .popup_pp_inner .item_type_ht_act .img, .popup_pp_chonht .popup_pp_inner .item_type_km_act .img, .popup_pp_chonht .popup_pp_inner .item_type_ht_act .img {
      border: 2px solid #523fbe; }
      .popup_pp_chonkm .popup_pp_inner .item_type_km_act .img:after, .popup_pp_chonkm .popup_pp_inner .item_type_ht_act .img:after, .popup_pp_chonht .popup_pp_inner .item_type_km_act .img:after, .popup_pp_chonht .popup_pp_inner .item_type_ht_act .img:after {
        content: '';
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 30px;
        height: 30px;
        background-image: url("/images/activeImgkm.svg");
        background-size: 100% 100%; }

@media all and (max-width: 600px) {
  .if_api {
    width: 100%; } }
.if_api .titlemb {
  display: none; }
  @media all and (max-width: 600px) {
    .if_api .titlemb {
      font-size: 16px;
      margin-bottom: 15px;
      font-weight: 600;
      text-align: center; } }
.if_api .table_data {
  width: 100%;
  text-align: start;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-top: 1px solid #f0f0f01f;
  border-left: 1px solid #f0f0f01f;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse; }
  @media all and (max-width: 600px) {
    .if_api .table_data {
      font-size: 12px; } }
  .if_api .table_data th {
    background: #eee; }
  .if_api .table_data td, .if_api .table_data th {
    padding: 12px 8px;
    text-align: center;
    border-bottom: 1px solid #f0f0f01f;
    border-right: 1px solid #f0f0f01f; }
    @media all and (max-width: 600px) {
      .if_api .table_data td, .if_api .table_data th {
        padding: 5px; } }
  .if_api .table_data .status_1 {
    color: orange; }
  .if_api .table_data .status_2, .if_api .table_data .type_1 {
    color: green; }
  .if_api .table_data .status_3, .if_api .table_data .type_2 {
    color: red; }
  .if_api .table_data .status_4 {
    color: blue; }
.if_api .page_data {
  text-align: center;
  padding: 10px 0; }
  .if_api .page_data .item_page {
    display: inline-block;
    padding: 10px;
    cursor: pointer; }
  .if_api .page_data .item_page_act {
    color: orange; }

/*# sourceMappingURL=api.css.map */
