/* Target-only QX synchronization adjustments. Keep every rule page-scoped. */

.qx-home .qx-home-header {
  min-height: 50px;
}

.qx-home .qx-header-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
}

.qx-home .header a {
  color: #fff;
}

.qx-home .header .nav a > span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  cursor: pointer;
}

.qx-home .header .nav a > span:hover {
  color: #4cc3ff;
}

.qx-home .header .nav a > span img {
  width: 20px;
}

.qx-home .qx-user-name {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.qx-home .swiper {
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-radius: 10px;
}

.qx-home .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 18px;
  text-align: center;
}

.qx-home .swiper-slide img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.qx-home .swiper-button-next,
.qx-home .swiper-button-prev {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.qx-home .swiper-button-next::after,
.qx-home .swiper-button-prev::after {
  font-size: 18px;
}

.qx-home .swiper-pagination {
  bottom: 15px !important;
}

.qx-home .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.qx-home .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 4px;
  background: #fff;
}

.qx-home .notice-item {
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  text-align: left;
}

.qx-home .qx-notice-title,
.qx-home .qx-notice-date {
  display: flex;
  align-items: center;
  min-width: 0;
  white-space: nowrap;
}

.qx-home .qx-notice-title {
  max-width: 205px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.qx-home .qx-notice-date {
  flex: none;
  margin-left: 8px;
}

.qx-home .qx-notice-date img {
  width: 6px;
  height: 10px;
  margin-left: 5px;
}

.qx-home .qx-notice-empty {
  padding-top: 90px;
  color: #6c8db5;
  font-size: 13px;
  text-align: center;
}

.qx-home .qx-marquee {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
}

.qx-home .qx-marquee-track {
  display: inline-flex;
  min-width: 100%;
  gap: 70px;
  animation: qx-home-marquee 40s linear infinite;
}

@keyframes qx-home-marquee {
  from { transform: translateX(100%); }
  to { transform: translateX(-100%); }
}

.qx-home .section .market .card_01 {
  display: block;
  min-width: 0;
  color: #fff;
}

.qx-home .section .market .card_01:hover .enter {
  background: #073483;
}

.qx-home .section .market .qx-card-disabled {
  cursor: not-allowed;
  background: linear-gradient(90deg, #002a49, #002343);
}

.qx-home .section .market .qx-card-disabled .enter,
.qx-home .section .market .qx-card-disabled:hover .enter {
  background: linear-gradient(90deg, #003455, #003355);
}

.qx-home .section .bottom .block:last-child .tick_container > img {
  width: 120px;
}

.qx-home .qx-legal {
  width: 700px;
  margin: 0 auto;
}

.qx-home .qx-copyright {
  display: flex;
  width: 700px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.qx-home .notice-modal-mask[hidden] {
  display: none;
}

.qx-home .notice-modal-mask {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
}

.qx-home .notice-modal {
  width: 90%;
  max-width: 500px;
  overflow: hidden;
  border: 1px solid #043a8a;
  border-radius: 10px;
  background: linear-gradient(90deg, #002047, #001c4b);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.qx-home .notice-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  background: #001638;
  font-size: 18px;
  font-weight: bold;
}

.qx-home .notice-close {
  border: 0;
  background: transparent;
  color: #999;
  cursor: pointer;
  font-size: 24px;
}

.qx-home .notice-modal-body {
  max-height: 400px;
  overflow-y: auto;
  padding: 20px;
  color: #fff;
  line-height: 1.8;
}

.qx-home .qx-home-notice-heading {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(107, 163, 255, .25);
}

.qx-home .qx-home-notice-heading h3 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 18px;
}

.qx-home .qx-home-notice-heading time {
  color: #8ea7cb;
  font-size: 13px;
}

.qx-home .qx-home-notice-content {
  overflow-wrap: anywhere;
  color: #dbe9ff;
}

.qx-home .qx-notice-loading {
  color: #b9cbe3;
  text-align: center;
}

.qx-login {
  height: 100vh;
  margin: 0;
  overflow: hidden;
  background: #fff;
}

.qx-login .fulls {
  height: 100%;
}

.qx-login .page_login .login_main .lform .logo {
  position: relative;
  top: -100px;
  right: 0;
  left: 0;
  margin: auto;
}

.qx-login .page_login .login_main .lform {
  height: 525px;
}

.qx-login .qx-login-logo {
  width: 330px;
}

.qx-login .qx-login-title {
  position: relative;
  top: -50px;
  font-size: 30px;
}

.qx-login .qx-login-subtitle {
  position: relative;
  top: -30px;
  font-size: 15px;
}

.qx-login .qx-register-action {
  display: block;
  width: 100%;
}

.qx-login .qx-register-action a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.qx-login .qx-login-service {
  display: none;
}

.qx-register {
  height: 100vh;
  margin: 0;
  overflow: hidden;
  background: #fff;
}

.qx-register .fulls {
  height: 100%;
}

.qx-register .page_login .login_main .lform .qx-register-logo-wrap {
  position: relative;
  top: -100px;
  right: 0;
  left: 0;
  margin: auto;
}

.qx-register .qx-register-logo {
  width: 250px;
}

.qx-register .qx-register-title {
  position: relative;
  top: -50px;
  font-size: 30px;
}

.qx-register .qx-register-subtitle {
  position: relative;
  top: -30px;
  font-size: 15px;
}

.qx-register .qx-existing-account,
.qx-register .qx-existing-account a {
  display: block;
  width: 100%;
}

.qx-register .qx-existing-account a {
  height: 100%;
  color: #fff;
}

.header-box.qx-auth-header {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  z-index: 20;
  display: flex;
  width: 100%;
  min-width: 1200px;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background: #06182f;
  color: #fff;
  font-family: "Microsoft YaHei", sans-serif;
}

.qx-auth-header a {
  color: #fff;
  text-decoration: none;
}

.qx-auth-header .qx-auth-header__start,
.qx-auth-header .qx-auth-brand,
.qx-auth-header .qx-primary-nav,
.qx-auth-header .qx-primary-nav a,
.qx-auth-header .qx-auth-user {
  display: flex;
  align-items: center;
}

.qx-auth-header .qx-auth-header__start {
  justify-content: flex-start;
  gap: 50px;
  margin: 0;
}

.qx-auth-header .qx-auth-brand {
  justify-content: center;
  gap: 15px;
  font-weight: bold;
}

.qx-auth-header .qx-auth-brand img {
  width: 30px;
  height: 30px;
}

.qx-auth-header .qx-primary-nav {
  justify-content: flex-start;
  gap: 30px;
  font-size: 14px;
}

.qx-auth-header .qx-primary-nav a {
  justify-content: flex-start;
  gap: 5px;
  white-space: nowrap;
}

.qx-auth-header .qx-primary-nav a:hover {
  color: #4cc3ff;
}

.qx-auth-header .qx-primary-nav img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.qx-auth-header .qx-auth-user {
  justify-content: flex-end;
  gap: 10px;
  margin: 0;
  font-size: 12px;
  white-space: nowrap;
}

.qx-auth-header .qx-auth-user__name {
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.qx-auth-header .qx-balance-refresh {
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  padding: 2px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.qx-auth-header .qx-balance-refresh img {
  width: 14px;
  height: 14px;
}

.qx-auth-header .qx-auth-action,
.qx-auth-header .qx-auth-logout {
  padding: 7px 13px;
  border-radius: 4px;
  line-height: 14px;
}

.qx-auth-header .qx-auth-action {
  background: linear-gradient(125deg, #003ddf, #002a9d);
}

.qx-auth-header .qx-auth-logout {
  border: 1px solid #fff;
  background: transparent;
}

.header-box.qx-auth-header.qx-game-header {
  position: relative;
  z-index: 30;
  width: 100%;
  min-width: 1200px;
  height: 70px;
  min-height: 70px;
  padding: 0 80px;
  border-bottom: 3px solid #fff;
  background: #06182f;
}

.qx-game-header .logo_lump,
.qx-game-header .qx-game-brand,
.qx-game-header .qx-game-home,
.qx-game-header .right {
  display: flex;
  align-items: center;
}

.qx-game-header .logo_lump {
  gap: 50px;
  margin: 0;
}

.qx-game-header .qx-game-brand,
.qx-game-header .qx-game-home {
  gap: 10px;
  font-size: 20px;
}

.qx-game-header .qx-game-brand {
  font-size: 23px;
}

.qx-game-header .qx-game-brand img {
  width: 40px;
  height: 40px;
}

.qx-game-header .qx-game-home img,
.qx-game-header .right > img,
.qx-game-header .qx-balance-refresh img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.qx-game-header .right {
  gap: 20px;
  margin: 0;
  font-size: 20px;
  white-space: nowrap;
}

.qx-game-header .qx-balance-refresh,
.qx-game-header #open_rule_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.qx-game-header .qx-balance-refresh {
  width: 25px;
  height: 25px;
  padding: 0;
}

.qx-game-header #open_rule_btn {
  padding: 0;
  font: inherit;
}

.qx-game {
  min-width: 1378px;
  min-height: calc(100vh - 70px);
  overflow: visible;
  background: #06182f !important;
  color: #f6fcff;
}

body:has(.qx-game) {
  background: #06182f !important;
  background-image: none !important;
}

html:has(.qx-game) {
  background: #06182f !important;
}

.qx-game [id="mainbody  warpBg"] {
  min-height: inherit;
  padding-top: 0 !important;
  background: #06182f;
}

.qx-game .container_lump {
  display: flex;
  width: 100%;
  max-width: 1550px;
  min-height: 1264px;
  align-items: flex-start;
  justify-content: space-around;
  margin: 0 auto;
  background: #06182f;
}

.qx-game .sidebar_lump {
  flex: 0 1 360px;
  align-self: stretch;
  min-width: 200px;
  padding: 20px;
  background: #06182f;
}

.qx-game .sidebar_lump a {
  color: #f6fcff;
  text-decoration: none;
}

.qx-game .sidebar_lump .menu_item,
.qx-game .sidebar_lump .panel_pop {
  width: 100%;
  min-height: 62px;
  color: #f6fcff;
  white-space: nowrap;
}

.qx-game .sidebar_lump .panel_pop {
  margin-top: 20px;
}

.qx-game .sidebar_lump .dropdown_panel {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  overflow: hidden;
  border: 1px solid #797575;
  border-radius: 6px;
  background: #05236b;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .28);
}

.qx-game .sidebar_lump .panel_pop:hover .dropdown_panel,
.qx-game .sidebar_lump .panel_pop:focus-within .dropdown_panel {
  display: block;
}

.qx-game .sidebar_lump .dropdown_content {
  padding: 10px 15px;
}

.qx-game .sidebar_lump .dropdown_content p {
  min-height: 71px;
  margin: 0;
  padding: 8px 0;
  border-bottom: 1px solid #797575;
  font-size: 18px;
}

.qx-game .sidebar_lump .dropdown_content p:last-child {
  border-bottom: 0;
}

.qx-game .sidebar_lump .dropdown_content a,
.qx-game .sidebar_lump .dropdown_content p {
  display: flex;
  align-items: center;
  gap: 10px;
}

.qx-game .sidebar_lump .dropdown_content img {
  width: 30px;
  height: 30px;
}

.qx-game .sidebar_lump .canOpenRace3Ele {
  cursor: not-allowed;
  opacity: .55;
}

.qx-game .sidebar_lump .panel {
  color: #f6fcff;
}

.qx-game .sidebar_lump .menu_item_03 strong,
.qx-game .sidebar_lump .menu_item_04 strong {
  font: inherit;
}

.qx-game .sidebar_lump .qx-empty-state {
  min-height: 160px;
  display: flex;
  align-items: center;
  color: #9eaad0;
}

.qx-game .sidebar_lump #trend,
.qx-game .sidebar_lump #market_3,
.qx-game .sidebar_lump #market_4 {
  color: #d569ff;
}

.qx-game .warp.lotteryBox.main {
  flex: 0 0 1200px;
  width: 1200px;
  min-width: 1200px;
  margin: 0;
  padding: 20px;
  background: #06182f !important;
}

.qx-game .main > .card {
  position: relative;
  width: 1160px;
  padding-bottom: 10px;
  overflow: hidden;
  border: 1px solid #3b4a75;
  border-radius: 12px;
  background: #0c204d;
}

.qx-game .card > .lottery_head {
  width: 100% !important;
  height: 64px !important;
  min-height: 64px !important;
  margin: 0 !important;
  overflow: visible;
  border: 0 !important;
  background: #0c204d !important;
  color: #f6fcff;
}

.qx-game .lottery_head .lottery_show,
.qx-game .lottery_head .lottery_con {
  width: 100% !important;
  height: 64px !important;
  margin: 0 !important;
  padding: 0 15px;
  display: flex !important;
  align-items: center;
  gap: 15px;
  background: transparent !important;
}

.qx-game .lottery_head .mtop-c,
.qx-game .lottery_head .lottery_img {
  flex: 0 0 auto;
  width: auto !important;
  height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.qx-game .lottery_head .lottery_img svg {
  width: 230px;
  height: 34px;
}

.qx-game .lottery_head .logotext {
  fill: #f6fcff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.qx-game .lottery_head .lottery_timer {
  position: absolute !important;
  top: 374px !important;
  left: 0 !important;
  z-index: 2;
  width: 100% !important;
  height: 48px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 !important;
  border-top: 1px solid #3b4a75;
  border-bottom: 1px solid #3b4a75;
  background: #122453;
  color: #f6fcff;
}

.qx-game .lottery_head .lottery_timer .lottery_timeBox {
  position: static !important;
  top: auto !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #f6fcff !important;
}

.qx-game .lottery_head .lottery_timer .lottery_timeBox:first-child {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 20px;
  line-height: 30px;
}

.qx-game .lottery_head .lottery_timer .lottery_timeBox:first-child p {
  display: flex;
  align-items: center;
  margin: 0 0 0 14px;
  font-size: 20px;
}

.qx-game .lottery_head .clock {
  transform: scale(.62);
  transform-origin: left center;
}

.qx-game .lottery_head .lottery_num {
  position: static !important;
  flex: 1 1 auto;
  width: auto !important;
  height: 40px !important;
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
}

.qx-game .lottery_head .qx-last-period {
  margin: 0;
  color: #f6fcff;
  font-size: 20px;
  line-height: 30px;
  white-space: nowrap;
}

.qx-game .lottery_head .lottery_num_box1 {
  margin: 0 !important;
}

.qx-game .lottery_head .lottery_num_box1 ul {
  position: static !important;
  display: flex;
  align-items: center;
  margin: 0 !important;
}

.qx-game .lottery_head .lottery_num_box1 li,
.qx-game .lottery_head .lottery_num_box1 li span {
  position: static !important;
}

.qx-game .lottery_head .lll,
.qx-game .lottery_head .header2,
.qx-game .lottery_head .menu,
.qx-game .lottery_head #switchBetTypeBtn {
  display: none !important;
}

.qx-game .game.lotteryBody,
.qx-game .game-main,
.qx-game .game-history-all,
.qx-game .game-left,
.qx-game .lotteryLeft,
.qx-game .game-cont,
.qx-game .lotteryView {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #0c204d !important;
  color: #f6fcff;
}

.qx-game .game-history-all {
  display: block !important;
}

.qx-game .game-main > .game-btn,
.qx-game .history-right,
.qx-game .played-history-list,
.qx-game .game.lotteryBody > .touzhu,
.qx-game .game.lotteryBody > .outer-con,
.qx-game .game_tip,
.qx-game .header2 {
  display: none !important;
}

.qx-game #et_container {
  width: 100% !important;
  height: 280px !important;
  margin-top: -10px;
  background: #122453;
}

.qx-game #num-select.num-table {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  width: 100% !important;
  min-height: 0;
  margin-top: 78px !important;
  padding: 15px 35px !important;
  border: 0 !important;
  background: #0c204d !important;
}

.qx-game #num-select .pk,
.qx-game #num-select > style {
  display: none !important;
}

.qx-game #num-select .pp {
  display: flex !important;
  align-items: center;
  gap: 9px;
  min-height: 45px;
  margin: 0 !important;
  padding: 0 !important;
  color: #f6fcff;
  font-size: 0;
}

.qx-game #num-select .pp .title {
  flex: 0 0 90px;
  width: 90px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: #f6fcff !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 45px;
  text-align: left;
}

.qx-game #num-select .pp input.code {
  display: none !important;
}

.qx-game #num-select .pp input.action {
  flex: 1 1 0;
  width: auto !important;
  height: 45px !important;
  margin: 0 !important;
  border: 1px solid #4f61c7 !important;
  border-radius: 8px;
  background-color: #172969 !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  color: transparent !important;
  box-shadow: none !important;
  cursor: pointer;
}

.qx-game #num-select .pp input.action.small {
  background-image: url('/assets3/done_up.png') !important;
}

.qx-game #num-select .pp input.action.large {
  background-image: url('/assets3/done_down.png') !important;
}

.qx-game #num-select .pp input.action.on {
  border-color: #4cff9f !important;
  box-shadow: 0 0 0 2px rgba(76, 255, 159, .2) !important;
}

.qx-game .btn_list {
  width: 100% !important;
  min-height: 56px;
  margin: 0 !important;
  padding: 5px 0 !important;
  border-top: 1px solid #3b4a75;
  background: #122453 !important;
}

.qx-game .btn_list > .num-table {
  display: flex !important;
  width: 100% !important;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  color: #f6fcff !important;
}

.qx-game .btn_list .num-table > div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  color: #f6fcff;
}

.qx-game .btn_list .beishu {
  display: flex;
  align-items: center;
}

.qx-game .btn_list .surbeishu,
.qx-game .btn_list .addbeishu,
.qx-game .btn_list #beishu,
.qx-game .btn_list .danwei {
  border-color: #3b4a75 !important;
  background: #13234a !important;
  color: #f6fcff !important;
}

.qx-game .btn_list .tuzhu-btn {
  width: 190px !important;
  height: 45px !important;
  border: 1px solid #ddbd4b !important;
  border-radius: 7px;
  background: linear-gradient(90deg, #b48b21, #d3aa36) !important;
  color: #fff !important;
  font-size: 18px;
}

.qx-game .btn_list .tuzhu-btn:first-of-type {
  display: none !important;
}

.qx-game .btn_list > .fandian {
  display: none !important;
}

.qx-game .main > .bottom {
  display: flex;
  width: 1160px;
  gap: 20px;
}

.qx-game .main > .bottom .box {
  min-width: 0;
  height: 234px;
}

.qx-game .main > .bottom .menu_item_03 > span {
  width: auto;
  height: auto;
  background: none;
}

.qx-game .main > .bottom .menu_item_03 > a {
  position: absolute;
  right: 20px;
  color: #6b7598;
  font-size: 14px;
  text-decoration: none;
}

.qx-game .main > .bottom .qx-empty-state {
  justify-content: center;
  color: #9eaad0;
}

.qx-game .ranking-list.qx-empty {
  animation: none !important;
}

.qx-game .affix-sidebar-rec > .more-notice,
.qx-game .sidebar_show,
.qx-game .skin-box,
.qx-game .skin-mask {
  display: none !important;
}

.affix-sidebar-rec .qx-service-rail.qx-disabled {
  cursor: default;
}

.qx-game #rule_pop {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .6);
}

.qx-game #rule_pop .rule-modal {
  position: relative;
  width: 90%;
  max-width: 600px;
  height: 60vh;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  background: linear-gradient(135deg, #1a1a2e, #16213e);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .5);
}

.qx-game #rule_pop .rule-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: linear-gradient(90deg, #e94560, #ff6b6b);
}

.qx-game #rule_pop .rule-header h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.qx-game #rule_pop .rule-close {
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .8);
  cursor: pointer;
}

.qx-game #rule_pop .rule-content {
  max-height: calc(60vh - 60px);
  overflow-y: auto;
  padding: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}

.qx-game #rule_pop .rule-content p {
  margin: 8px 0;
  color: rgba(255, 255, 255, .85);
}

.qx-game #rule_pop .rule-content a {
  color: #ffd700;
}

@media (max-width: 600px) {
  .header-box.qx-auth-header.qx-game-header {
    width: 100%;
    min-width: 0;
  }

  .qx-game-header .right {
    white-space: normal;
  }

  .qx-game {
    width: 100%;
    min-width: 0;
  }

  .qx-game .container_lump {
    width: 100%;
    min-height: 1881px;
  }

  .qx-game .sidebar_lump {
    flex: 0 0 157px;
    min-width: 157px;
  }

  .qx-game .sidebar_lump .menu_item,
  .qx-game .sidebar_lump .panel_pop {
    white-space: normal;
  }

  .qx-game .warp.lotteryBox.main {
    flex: 0 0 1200px;
    margin-right: 21px !important;
  }
}

/* Authenticated account and finance screens. */
html:has(.report-container.qx-record-page),
body:has(.report-container.qx-record-page) {
  background: #000e2a !important;
  background-image: none !important;
}

.report-container.qx-record-page,
.report-container.qx-record-page .menus,
.report-container.qx-record-page #searchBox input[type='text'],
.report-container.qx-record-page .grayTable td,
.report-container.qx-record-page .bottompage a {
  box-sizing: content-box;
}

body:has(.report-container.qx-record-page) .layui-layer,
body:has(.report-container.qx-record-page) .layui-layer * {
  box-sizing: content-box;
}

html:has(.report-container.qx-account-page),
html:has(.report-container.qx-wallet-page),
html:has(.report-container.qx-promo-page),
html:has(.report-container.qx-recharge-page),
html:has(.report-container.qx-withdraw-page),
body:has(.report-container.qx-account-page),
body:has(.report-container.qx-wallet-page),
body:has(.report-container.qx-promo-page),
body:has(.report-container.qx-recharge-page),
body:has(.report-container.qx-withdraw-page) {
  min-width: 1282px;
  min-height: 100vh;
  margin: 0 !important;
  background: #00102b !important;
  background-image: none !important;
  color: #fff;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

html:has(.report-container.qx-account-page),
html:has(.report-container.qx-wallet-page),
html:has(.report-container.qx-promo-page),
html:has(.report-container.qx-recharge-page),
html:has(.report-container.qx-withdraw-page) {
  background: #00102b !important;
}

.report-container.qx-account-page,
.report-container.qx-wallet-page,
.report-container.qx-promo-page,
.report-container.qx-recharge-page,
.report-container.qx-withdraw-page {
  display: flex !important;
  box-sizing: border-box;
  width: 1282px !important;
  min-width: 1282px !important;
  height: 802px;
  min-height: 802px !important;
  flex-direction: row;
  gap: 0 !important;
  margin: 150px auto 260px !important;
  overflow: hidden;
  border: 1px solid #12a9ff;
  border-radius: 10px;
  background: #061c45 !important;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
  color: #fff;
}

.report-container.qx-account-page {
  margin-bottom: 78px !important;
}

body:has(.report-container.qx-withdraw-page) {
  min-height: 1262px;
}

.report-container.qx-account-page .menus,
.report-container.qx-wallet-page .menus,
.report-container.qx-promo-page .menus,
.report-container.qx-recharge-page .menus,
.report-container.qx-withdraw-page .menus {
  display: block !important;
  box-sizing: border-box;
  flex: 0 0 174px;
  width: 174px !important;
  min-height: 1800px;
  margin: 0 !important;
  padding: 0 !important;
  border-right: 1px solid #12a9ff;
  background: linear-gradient(180deg, #232ea9 0%, #061d6d 99%) !important;
  color: #fff;
  font-size: 18px;
}

.qx-account-menu,
.qx-account-menu > li {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  list-style: none;
}

.report-container.qx-account-page .qx-account-menu > li,
.report-container.qx-wallet-page .qx-account-menu > li,
.report-container.qx-promo-page .qx-account-menu > li,
.report-container.qx-recharge-page .qx-account-menu > li,
.report-container.qx-withdraw-page .qx-account-menu > li {
  height: auto !important;
  background: transparent !important;
}

.qx-account-menu a {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  overflow: hidden;
  padding: 0 0 0 20px;
  color: #fff !important;
  font-size: 15px !important;
  line-height: 50px;
  text-decoration: none;
  text-align: left !important;
}

.qx-account-menu a i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 18px 8px 0 0;
  vertical-align: top;
}

.qx-account-menu a.personal i {
  background: url('/assets3/inline/e092f9de4d315e4fac8e44a1a79b3c12267a0cc4c2ffcdacde6087aa5865bfe3.png') no-repeat 0 -21px;
}

.qx-account-menu a span {
  display: inline-block;
  vertical-align: top;
}

.qx-account-menu a.active,
.qx-account-menu a:hover,
.qx-account-menu a:focus-visible {
  background: linear-gradient(90deg, #3447f1 0%, #0a156b 99%) !important;
  box-shadow: inset 0 0 5px 1px rgba(255, 255, 255, .5) !important;
  outline: 0;
}

.qx-account-menu a.active::after,
.qx-account-menu a:hover::after,
.qx-account-menu a:focus-visible::after {
  position: absolute;
  top: -20px !important;
  right: 10px !important;
  width: 100px !important;
  height: 20px !important;
  border-radius: 100% !important;
  left: auto !important;
  background: transparent !important;
  box-shadow: 0 5px 15px rgba(255, 255, 255, .8) !important;
  content: '';
}

/* Finance history sidebar, matched to the finance-center reference. */
.report-container.qx-finance-log-page .menus {
  display: block !important;
  box-sizing: border-box;
  flex: 0 0 174px;
  width: 174px !important;
  height: 800px;
  min-height: 800px;
  margin: 0 !important;
  padding: 0 !important;
  border-right: 1px solid #12a9ff;
  background: linear-gradient(180deg, #2937b9 0%, #2230aa 100%) !important;
  color: #fff;
  font-size: 18px;
}

.report-container.qx-finance-log-page .qx-account-menu > li {
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.report-container.qx-finance-log-page .qx-account-menu a {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 0 0 48px;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 400;
  line-height: 50px;
  text-align: left !important;
}

.report-container.qx-finance-log-page .qx-account-menu a.personal {
  padding-left: 20px;
}

.report-container.qx-finance-log-page .qx-account-menu a.personal i {
  width: 20px;
  height: 20px;
  margin: 16px 8px 0 0;
}

.report-container.qx-finance-log-page .qx-account-menu a.childrenMenu {
  padding-left: 48px;
}

.report-container.qx-finance-log-page .qx-account-menu a.active,
.report-container.qx-finance-log-page .qx-account-menu a:hover,
.report-container.qx-finance-log-page .qx-account-menu a:focus-visible {
  border-top: 1px solid rgba(96, 154, 255, .9);
  border-bottom: 1px solid rgba(42, 106, 255, .8);
  background: linear-gradient(180deg, #3a50ed 0%, #102574 100%) !important;
  box-shadow: inset 0 0 9px 2px rgba(132, 174, 255, .85) !important;
}

.report-container.qx-finance-log-page .qx-account-menu a.active::after,
.report-container.qx-finance-log-page .qx-account-menu a:hover::after,
.report-container.qx-finance-log-page .qx-account-menu a:focus-visible::after {
  display: none !important;
  content: none !important;
}

.qx-menu-balance-refresh[hidden] {
  display: none !important;
}

.report-container.qx-account-page > .contents,
.report-container.qx-wallet-page > .contents,
.report-container.qx-promo-page > .contents,
.report-container.qx-recharge-page > .contents,
.report-container.qx-withdraw-page > .contents {
  position: relative;
  display: block !important;
  box-sizing: border-box;
  flex: 1 1 auto;
  width: auto !important;
  min-width: 0;
  height: 800px;
  margin: 0 10px !important;
  padding: 0 !important;
  background: transparent !important;
  color: #fff;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.report-container.qx-account-page > .contents > .title-warp,
.report-container.qx-wallet-page > .contents > .title-warp,
.report-container.qx-promo-page > .contents > .title-warp,
.report-container.qx-recharge-page > .contents > .title-warp,
.report-container.qx-withdraw-page > .contents > .title-warp {
  box-sizing: border-box;
  height: 72px;
  margin: 5px 20px 0 !important;
  border-bottom: 1px solid #12a9ff;
}

.report-container.qx-account-page > .contents > .title-warp {
  height: 62px;
}

.report-container.qx-account-page > .contents > .title-warp .title,
.report-container.qx-wallet-page > .contents > .title-warp .title,
.report-container.qx-promo-page > .contents > .title-warp .title,
.report-container.qx-recharge-page > .contents > .title-warp .title,
.report-container.qx-withdraw-page > .contents > .title-warp .title {
  display: inline-block;
  color: #fff !important;
  font-size: 24px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
}

.report-container.qx-account-page .personal-container {
  display: block;
  width: 1020px;
  margin: 0 0 0 30px !important;
  padding: 0;
  vertical-align: top;
}

.report-container.qx-account-page .personal-l {
  box-sizing: border-box;
  width: 1000px;
  height: 310px;
  margin-top: 32px;
  padding-bottom: 10px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 20px 3px rgba(138, 118, 246, .1);
}

.report-container.qx-account-page .personal-l dl {
  height: 155px;
  margin: 15px 0 0;
}

.report-container.qx-account-page .qx-profile-avatar {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
  border-radius: 50%;
}

.report-container.qx-account-page .qx-profile-photo {
  display: block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
}

.report-container.qx-account-page .qx-profile-status {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
}

.report-container.qx-account-page .personal-l dd {
  color: #000;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.report-container.qx-account-page .qx-profile-account,
.report-container.qx-account-page .qx-profile-balance {
  display: flex;
  height: 32px;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.report-container.qx-account-page .qx-profile-account strong {
  max-width: 210px;
  overflow: hidden;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.report-container.qx-account-page .qx-profile-account img {
  width: 30px;
  height: 35px;
  object-fit: contain;
}

.report-container.qx-account-page .qx-profile-vip-badge {
  position: relative;
  display: inline-flex;
  width: 30px;
  height: 35px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  clip-path: polygon(50% 0, 94% 17%, 88% 72%, 50% 100%, 12% 72%, 6% 17%);
  background: linear-gradient(145deg, #fff6a8 0%, #f7c32f 43%, #a65d00 100%);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 1px 1px rgba(0, 12, 45, .85);
}

.report-container.qx-account-page .qx-profile-vip-badge::before {
  position: absolute;
  inset: 3px;
  clip-path: inherit;
  background: linear-gradient(145deg, #383838 0%, #111 52%, #000 100%);
  content: '';
}

.report-container.qx-account-page .qx-profile-vip-badge > span {
  position: relative;
  z-index: 1;
}

.report-container.qx-account-page .qx-profile-vip-badge--v1::before,
.report-container.qx-account-page .qx-profile-vip-badge--v2::before,
.report-container.qx-account-page .qx-profile-vip-badge--v3::before,
.report-container.qx-account-page .qx-profile-vip-badge--v4::before,
.report-container.qx-account-page .qx-profile-vip-badge--v5::before,
.report-container.qx-account-page .qx-profile-vip-badge--v6::before {
  background: linear-gradient(145deg, #2e9cff 0%, #075bc9 48%, #002a81 100%);
}

.report-container.qx-account-page .qx-account-balance-toggle {
  display: inline-flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.report-container.qx-account-page .qx-account-balance-toggle img {
  width: 25px;
  height: 25px;
}

.report-container.qx-account-page .qx-account-balance-toggle[aria-pressed='true'] img {
  transform: rotate(180deg);
}

.report-container.qx-account-page .personal-l > ul {
  width: 100%;
  margin: 15px 0 0;
  padding: 0;
}

.report-container.qx-account-page .personal-l > ul li {
  box-sizing: border-box;
  height: 31px;
  padding-left: 32px;
  border-bottom: 1px solid #ececec;
  color: #7d7d7d;
  font-size: 14px;
  line-height: 30px;
  list-style: none;
}

.report-container.qx-account-page .personal-l > ul li span {
  color: #323237;
}

.report-container.qx-account-page .personal-l > ul li a {
  float: right;
  padding-right: 16px;
  color: #7585e5;
  text-decoration: underline;
}

.report-container.qx-account-page .personal-l > ul li a i {
  display: inline-block;
  width: 15px;
  height: 17px;
  margin: 0 4px -3px 0;
  background: url('/webx/images/icons.d007a79a.png') no-repeat -210px 0;
}

.report-container.qx-account-page .settingBtn {
  box-sizing: border-box;
  width: 1020px;
  margin: 17px 0 0 !important;
  padding: 27px 0 0 !important;
  border-top: 1px solid #f5f5f5;
  line-height: 20px;
}

.report-container.qx-account-page .settingBtn li {
  position: relative;
  box-sizing: border-box;
  float: none;
  width: 1000px;
  height: 67px;
  margin: 0 20px 20px 0;
  overflow: hidden;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 2px 20px 3px rgba(43, 126, 255, .1);
  list-style: none;
}

.report-container.qx-account-page .settingBtn li > span {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  margin: 5px 15px 0;
  border-radius: 50%;
  background: url('/webx/images/icons.d007a79a.png') no-repeat;
}

.report-container.qx-account-page .settingBtn li > .login-password { background-position: -172px -30px; }
.report-container.qx-account-page .settingBtn li > .bind-card { background-position: 18px -28px; }
.report-container.qx-account-page .settingBtn li > .funding-password { background-position: 16px -86px; }
.report-container.qx-account-page .settingBtn li > .station-letter { background-position: -45px -28px; }

.report-container.qx-account-page .settingBtn li dl {
  float: left;
  margin: 0;
  padding-top: 12px;
}

.report-container.qx-account-page .settingBtn li dt {
  padding-bottom: 8px;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 600;
}

.report-container.qx-account-page .settingBtn li dd {
  color: #b9b9b9;
}

.report-container.qx-account-page .settingBtn li dd i {
  padding-right: 6px;
  color: #fc6180;
  font-style: normal;
}

.report-container.qx-account-page .settingBtn li a {
  float: right;
  padding: 24px 28px 0 0;
  color: #6791e5;
  text-decoration: underline;
}

.report-container.qx-wallet-page .sub-page,
.report-container.qx-wallet-page .page-container {
  width: 100%;
  margin: 0;
  padding: 0;
}

body:has(.report-container.qx-wallet-page) .header-box.qx-auth-header {
  display: none !important;
}

.report-container.qx-wallet-page {
  margin: 200px auto !important;
}

.report-container.qx-wallet-page .menus {
  flex-basis: 174.0625px;
  width: 174.0625px !important;
}

.report-container.qx-wallet-page .page-back {
  box-sizing: border-box;
  width: 100%;
  height: 353px;
  padding: 0 16px 150px;
  border: 1px solid #12a9ff;
  border-radius: 5px;
  background: #051c6c !important;
  color: #fff;
}

.report-container.qx-wallet-page .basic {
  display: flex;
  height: 82px;
  align-items: center;
  padding: 20px 0;
}

.report-container.qx-wallet-page .basic-list {
  width: 120px;
}

.report-container.qx-wallet-page .basic-list h3,
.report-container.qx-wallet-page .basic-list p,
.report-container.qx-wallet-page .wallet-list h3,
.report-container.qx-wallet-page .wallet-list p {
  margin: 0;
  padding: 0;
}

.report-container.qx-wallet-page .basic-list h3 {
  color: #a4a4b7;
  font-size: 14px;
  font-weight: 400;
}

.report-container.qx-wallet-page .basic-list p {
  color: #fff !important;
  font-size: 14px;
}

.report-container.qx-wallet-page .security-header {
  box-sizing: border-box;
  height: 21px;
  margin-top: 10px;
  border-bottom: 1px solid #12a9ff;
}

.report-container.qx-wallet-page .wallet-boxes {
  display: flex;
  height: 68px;
  margin-top: 20px;
}

.report-container.qx-wallet-page .wallet-list {
  padding-right: 30px;
}

.report-container.qx-wallet-page .wallet-list h3 {
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.report-container.qx-wallet-page .wallet-list p {
  color: #cd9f53 !important;
  font-size: 28px;
  line-height: 42px;
}

.report-container.qx-promo-page .qx-promo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 0;
  width: 100%;
  margin: 20px 0 0;
}

.report-container.qx-promo-page .qx-promo-card,
.report-container.qx-promo-page .qx-promo-card img {
  display: block;
  width: 100%;
}

.report-container.qx-promo-page .qx-promo-card {
  overflow: hidden;
  cursor: pointer;
}

.report-container.qx-promo-page .qx-promo-card img {
  height: auto;
  object-fit: contain;
}

.report-container.qx-vip-detail-page .qx-vip-detail-content {
  display: flex;
  box-sizing: border-box;
  height: 727px;
  align-items: flex-start;
  justify-content: center;
  padding: 18px 24px;
  overflow: auto;
}

.report-container.qx-vip-detail-page .qx-vip-detail-content img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 691px;
  object-fit: contain;
}

.report-container.qx-about-page .qx-about-content {
  box-sizing: border-box;
  height: 727px;
  margin: 0;
  padding: 20px 32px 38px;
  overflow: auto;
  color: #fff;
  font-size: 16px;
  line-height: 1.9;
}

.report-container.qx-about-page .qx-about-content section {
  margin: 0 0 24px;
}

.report-container.qx-about-page .qx-about-content h1,
.report-container.qx-about-page .qx-about-content h2 {
  margin: 0 0 10px;
  padding-left: 12px;
  border-left: 3px solid #12a9ff;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
}

.report-container.qx-about-page .qx-about-content h1 {
  font-size: 19px;
}

.report-container.qx-about-page .qx-about-content h2 {
  font-size: 17px;
}

.report-container.qx-about-page .qx-about-content p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .9);
  text-align: justify;
}

.report-container.qx-about-page .qx-about-content ol {
  margin: 4px 0 0;
  padding-left: 28px;
  color: rgba(255, 255, 255, .9);
}

.report-container.qx-about-page .qx-about-content li {
  padding-left: 2px;
  list-style: decimal outside;
}

.qx-promo-detail-page {
  box-sizing: border-box;
  width: min(1180px, calc(100% - 40px));
  margin: 24px auto 60px;
  border: 1px solid #1687ea;
  background: #00142d;
  color: #fff;
}

.qx-promo-detail-header {
  position: relative;
  display: flex;
  box-sizing: border-box;
  height: 64px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #1687ea;
}

.qx-promo-detail-header a {
  position: absolute;
  left: 24px;
  color: #7ed8ff;
  font-size: 15px;
  text-decoration: none;
}

.qx-promo-detail-header a:hover,
.qx-promo-detail-header a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.qx-promo-detail-header h1 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.qx-promo-detail-content {
  box-sizing: border-box;
  padding: 12px 20px 32px;
}

.qx-promo-detail-content img {
  display: block;
  width: 100%;
  height: auto;
}

.report-container.qx-recharge-page .qx-recharge-guide {
  width: 100%;
  color: #fff;
  font-size: 14px;
}

.report-container.qx-recharge-page .section-title {
  display: flex;
  height: 23px;
  align-items: center;
  margin: 20px 0 10px;
  color: #fff;
  font-size: 15px;
  line-height: 23px;
}

.report-container.qx-recharge-page .section-title::before {
  display: inline-block;
  width: 4px;
  height: 16px;
  margin-right: 8px;
  border-radius: 2px;
  background: #1677ff;
  content: '';
}

.report-container.qx-recharge-page .tip {
  box-sizing: border-box;
  height: 45px;
  margin: 15px 0;
  padding: 12px 15px;
  border-left: 4px solid #ff8b1f;
  border-radius: 0 4px 4px 0;
  background: #fffbe6;
  color: #d4380d;
  font-size: 14px;
  line-height: 21px;
}

.report-container.qx-recharge-page .list {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.report-container.qx-recharge-page .list-item {
  position: relative;
  display: flex;
  box-sizing: border-box;
  min-height: 79px;
  align-items: center;
  padding: 16px 15px;
  border-bottom: 1px solid #12a9ff;
}

.report-container.qx-recharge-page .list-item:last-child {
  border-bottom: 0;
}

.report-container.qx-recharge-page .list-item::before {
  display: inline-flex;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  border-radius: 50%;
  background: #1677ff;
  color: #fff;
  font-size: 12px;
}

.report-container.qx-recharge-page .list-item:nth-child(1)::before { content: '1'; }
.report-container.qx-recharge-page .list-item:nth-child(2)::before { content: '2'; }
.report-container.qx-recharge-page .list-item:nth-child(3)::before { content: '3'; }
.report-container.qx-recharge-page .list-item:nth-child(4)::before { content: '4'; background: #0958d9; }
.report-container.qx-recharge-page .list-item:nth-child(5)::before { content: '5'; }

.report-container.qx-recharge-page .item-content {
  flex: 1 1 auto;
}

.report-container.qx-recharge-page .item-title {
  margin-bottom: 4px;
  color: #fff;
  font-size: 15px;
  line-height: 23px;
}

.report-container.qx-recharge-page .item-desc {
  color: #e0e0e0;
  font-size: 13px;
  line-height: 20px;
}

.report-container.qx-recharge-page .arrow {
  width: 16px;
  height: 16px;
  margin-left: 10px;
  object-fit: contain;
  filter: brightness(0);
}

.report-container.qx-recharge-page .help-box {
  position: relative;
  box-sizing: border-box;
  min-height: 52px;
  margin: 30px 0;
  padding: 15px;
  border-radius: 8px;
  background: #e6f7ff;
}

.report-container.qx-recharge-page .help-icon {
  position: absolute;
  top: 0;
  left: 7px;
  box-sizing: border-box;
  width: 52px;
  height: 52px;
  padding: 10px;
  border-radius: 50%;
  object-fit: contain;
}

.report-container.qx-recharge-page .help-text {
  padding-left: 45px;
  color: #066dcc;
  font-size: 14px;
  line-height: 22px;
}

.report-container.qx-recharge-page .contact-btn {
  display: block;
  width: 100%;
  height: 50px;
  margin: 0 0 20px;
  border-radius: 8px;
  background: #ff4d4f;
  color: #fff !important;
  font-size: 17px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}

.report-container.qx-recharge-page .contact-btn:hover,
.report-container.qx-recharge-page .contact-btn:focus-visible {
  background: #ff6668;
}

.report-container.qx-recharge-page .qx-recharge-business-form,
.report-container.qx-recharge-page #mBankId {
  display: none !important;
}

.qx-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.report-container.qx-withdraw-page #subContent_bet_re {
  width: 100%;
}

.report-container.qx-withdraw-page #error {
  box-sizing: border-box;
  width: 100%;
  padding-top: 110px;
  text-align: center;
}

.report-container.qx-withdraw-page .qx-withdraw-error-icon {
  display: block;
  width: 62px;
  height: 63px;
  margin: 0 auto 17px;
}

.report-container.qx-withdraw-page #error h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.report-container.qx-withdraw-page #error .hint_red {
  color: #fb2323 !important;
  font-size: 18px;
}

.report-container.qx-withdraw-page .yhlb_back {
  height: 39px;
  margin-top: 17px;
  line-height: 39px;
  text-align: center;
}

.report-container.qx-withdraw-page .yhlb_back a {
  display: inline-block;
  height: 39px;
  padding: 0 14px;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  background: linear-gradient(#fff, #e7e7e7);
  color: #555 !important;
  line-height: 37px;
  text-decoration: none;
}

.report-container.qx-withdraw-page .whiteBlock {
  margin: 20px;
  padding: 24px;
  border: 1px solid #12a9ff;
  border-radius: 6px;
  background: #071f52;
}

.report-container.qx-withdraw-page .bsolid {
  padding: 5px 180px !important;
  color: #fff;
}

.report-container.qx-withdraw-page .input_line,
.report-container.qx-withdraw-page .custom-select {
  box-sizing: border-box;
  min-height: 34px;
  border: 1px solid #4572bd;
  border-radius: 4px;
  background: #fff;
  color: #222;
}

.report-container.qx-withdraw-page .buttx_tb {
  display: block;
  min-width: 150px;
  height: 42px;
  margin: 0 auto;
  border: 0;
  border-radius: 6px;
  background: #1677ff;
  color: #fff;
  cursor: pointer;
}

body:has(.report-container.qx-account-page) .login_main,
body:has(.report-container.qx-promo-page) .login_main,
body:has(.report-container.qx-recharge-page) .login_main,
body:has(.report-container.qx-withdraw-page) .login_main,
body:has(.report-container.qx-account-page) .sidebar_show,
body:has(.report-container.qx-wallet-page) .sidebar_show,
body:has(.report-container.qx-promo-page) .sidebar_show,
body:has(.report-container.qx-recharge-page) .sidebar_show,
body:has(.report-container.qx-withdraw-page) .sidebar_show,
body:has(.report-container.qx-account-page) .skin-box,
body:has(.report-container.qx-wallet-page) .skin-box,
body:has(.report-container.qx-promo-page) .skin-box,
body:has(.report-container.qx-recharge-page) .skin-box,
body:has(.report-container.qx-withdraw-page) .skin-box,
body:has(.report-container.qx-account-page) .skin-mask,
body:has(.report-container.qx-wallet-page) .skin-mask,
body:has(.report-container.qx-promo-page) .skin-mask,
body:has(.report-container.qx-recharge-page) .skin-mask,
body:has(.report-container.qx-withdraw-page) .skin-mask {
  display: none !important;
}

@media (max-width: 600px) {
  html:has(.report-container.qx-wallet-page) {
    min-width: 0;
  }

  body:has(.report-container.qx-wallet-page) {
    min-width: 1100px;
  }

  .report-container.qx-account-page,
  .report-container.qx-wallet-page,
  .report-container.qx-promo-page,
  .report-container.qx-recharge-page,
  .report-container.qx-withdraw-page {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

/* QX-01 market screen: mirrors the current production game composition. */
.qx-game .main > .card {
  padding-bottom: 0;
}

.qx-game .lottery_head .qx-market-name {
  color: #f6fcff;
  font-size: 20px;
  line-height: 34px;
  white-space: nowrap;
}

.qx-game .lottery_head .qx-market-summary {
  position: relative;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.qx-game .lottery_head .qx-market-summary::before,
.qx-game .lottery_head .qx-market-summary::after {
  display: none !important;
  content: none !important;
}

.qx-game .lottery_head .factor {
  position: absolute;
  top: 17px;
  right: 48px;
  color: #f00;
  font-size: 20px;
  line-height: 30px;
  text-align: right;
  white-space: nowrap;
}

.qx-game .lottery_head .factor.is-negative {
  color: #4cff9f;
}

.qx-game .lottery_head .factor span {
  margin-left: 2px;
}

.qx-game .lottery_head .qx-rise,
.qx-game .lottery_head .qx-fall {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.qx-game .lottery_head .qx-rise {
  background: #f00;
}

.qx-game .lottery_head .qx-fall {
  background: #63af94;
}

.qx-game #et_container.qx-kline-chart {
  width: 100% !important;
  height: 282px !important;
  margin: 18px 0 0 !important;
  background: #122453;
}

.qx-game .qx-reference-timer {
  position: static !important;
  display: flex !important;
  box-sizing: border-box;
  width: 100% !important;
  height: 49px !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 !important;
  border-top: 1px solid #32343b;
  border-bottom: 1px solid #32343b;
  background: #122453;
  color: #f6fcff;
  font-size: 20px;
  line-height: 30px;
}

.qx-game .qx-reference-timer .lottery_timeBox {
  position: static !important;
  display: flex;
  width: auto !important;
  height: auto !important;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
  color: #f6fcff !important;
}

.qx-game .qx-reference-timer .qx-current-period {
  gap: 5px;
  margin-right: 10px !important;
}

.qx-game .qx-reference-timer .qx-current-period img,
.qx-game .qx-reference-timer .qx-clock-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.qx-game .qx-reference-timer .qx-current-period strong {
  margin-right: 1px;
  font-size: 30px;
  font-weight: 400;
}

.qx-game .qx-reference-timer .qx-countdown {
  gap: 3px;
  color: #00d3ff !important;
  font-size: 30px;
}

.qx-game .qx-reference-timer .qx-countdown span,
.qx-game .qx-reference-timer .qx-countdown i {
  color: #00d3ff;
  font-style: normal;
  line-height: 34px;
}

.qx-game #num-select.num-table.qx-reference-direction {
  display: block !important;
  box-sizing: border-box;
  width: 100% !important;
  height: 239px;
  min-height: 239px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: #0c204d !important;
}

.qx-game #num-select.qx-reference-direction .pp {
  display: block !important;
  width: 100% !important;
  height: 239px;
  min-height: 239px;
  margin: 0 !important;
  padding: 0 !important;
}

.qx-game #num-select.qx-reference-direction .qx-direction-layout {
  display: flex;
  width: 81%;
  height: 100%;
  align-items: flex-start;
  justify-content: space-around;
  margin: 0 auto;
}

.qx-game #num-select.qx-reference-direction .btn-group {
  display: block;
  width: 250px;
  margin: 0;
  padding: 9px 0;
}

.qx-game #num-select.qx-reference-direction .qx-primary-directions {
  width: 390px;
}

.qx-game #num-select.qx-reference-direction .qx-factor-group {
  margin-top: 60px;
}

.qx-game #num-select.qx-reference-direction .qx-factor-group .btn {
  display: block !important;
  box-sizing: border-box;
  width: 250px;
  height: 70px;
  margin: 0 0 20px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: default;
}

.qx-game #num-select.qx-reference-direction .qx-factor-strong { background-image: url('/assets3/done_01.png'); }
.qx-game #num-select.qx-reference-direction .qx-factor-weak { background-image: url('/assets3/done_02.png'); }
.qx-game #num-select.qx-reference-direction .qx-factor-expand { background-image: url('/assets3/done_03.png'); }
.qx-game #num-select.qx-reference-direction .qx-factor-contract { background-image: url('/assets3/done_04.png'); }

.qx-game #num-select.qx-reference-direction .pp input.code {
  display: block !important;
  box-sizing: border-box;
  width: 390px !important;
  height: 100px !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
  border: 1px solid transparent !important;
  border-radius: 10px;
  background-color: transparent !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  color: transparent !important;
  box-shadow: none !important;
  cursor: pointer;
}

.qx-game #num-select.qx-reference-direction .pp input.green {
  background-image: url('/assets3/done_up.png') !important;
}

.qx-game #num-select.qx-reference-direction .pp input.red {
  background-image: url('/assets3/done_down.png') !important;
}

.qx-game #num-select.qx-reference-direction .pp input.green.checked,
.qx-game #num-select.qx-reference-direction .pp input.green.on {
  background-image: url('/assets3/done_up_act.png') !important;
}

.qx-game #num-select.qx-reference-direction .pp input.red.checked,
.qx-game #num-select.qx-reference-direction .pp input.red.on {
  background-image: url('/assets3/done_down_act.png') !important;
}

.qx-game .btn_list {
  box-sizing: border-box;
  height: 76px;
  min-height: 76px;
  padding: 0 !important;
  border-top: 0;
  background: #0c204d !important;
}

.qx-game .btn_list > .num-table {
  box-sizing: border-box;
  height: 76px;
  min-height: 76px;
  gap: 28px;
  padding: 0 !important;
  border-top: 1px solid #3b4a75;
  background: #0c204d !important;
}

.qx-game .btn_list .qx-invest-controls {
  display: flex !important;
  width: auto !important;
  align-items: center;
  gap: 15px;
  margin: 0 !important;
  color: #f6fcff;
  font-size: 20px;
}

.qx-game .btn_list .qx-invest-controls #font-deeppurple {
  width: 80px;
  color: #f6fcff;
  font-size: 20px !important;
  line-height: 40px;
  white-space: nowrap;
}

.qx-game .btn_list .qx-invest-controls > .fandian,
.qx-game .btn_list .qx-invest-controls .beishu {
  display: flex !important;
  box-sizing: border-box;
  width: auto !important;
  height: 40px !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

.qx-game .btn_list .qx-invest-controls .fl {
  margin: 0;
}

.qx-game .btn_list .qx-invest-controls .spn8 {
  margin: 0 15px 0 20px !important;
  color: #f6fcff;
  font-size: 20px !important;
  line-height: 40px;
}

.qx-game .btn_list > .num-table > .fandian {
  display: none !important;
}

.qx-game .btn_list .surbeishu,
.qx-game .btn_list .addbeishu {
  box-sizing: border-box;
  width: 36px !important;
  height: 40px !important;
  margin: 0 !important;
  border: 1px solid #4f61c7 !important;
  border-radius: 4px 0 0 4px;
  background: #13234a !important;
  color: #fff !important;
  font-size: 20px;
}

.qx-game .btn_list .addbeishu {
  border-radius: 0 4px 4px 0;
}

.qx-game .btn_list #beishu {
  box-sizing: border-box;
  width: 154px !important;
  height: 40px !important;
  margin: 0 !important;
  border: 1px solid #4f61c7 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-radius: 0;
  background: #13234a !important;
  color: #fff !important;
  font-size: 20px;
  text-align: center;
}

.qx-game .btn_list .danwei {
  display: inline-block;
  box-sizing: border-box;
  width: 60px !important;
  height: 40px !important;
  margin: 0;
  border: 1px solid #4f61c7 !important;
  border-radius: 4px;
  background: #13234a !important;
  color: #fff !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
  text-align: center;
}

.qx-game .btn_list .addOrderBox .qx-invest-submit {
  display: block !important;
  box-sizing: border-box;
  width: 190px !important;
  height: 45px !important;
  padding: 0 0 0 60px !important;
  border: 0 !important;
  border-radius: 7px;
  background: url('/assets3/submit_btn.png') no-repeat center !important;
  background-size: 100% 100% !important;
  color: #fff !important;
  font-size: 18px;
  text-align: left;
}

.qx-game .lotteryLeft,
.qx-game .game-cont,
.qx-game .lotteryView {
  float: none !important;
}

.qx-game .sidebar_lump .panel_pop > span {
  max-width: 110px;
  white-space: normal;
}

.qx-game .sidebar_lump .qx-ai-summary {
  display: flex;
  box-sizing: border-box;
  height: 160px;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 22px;
}

.qx-game .sidebar_lump .qx-ai-summary span {
  display: block;
  color: #d569ff;
}

.qx-game .main > .bottom .ranking-scroll-wrapper {
  position: relative;
  height: 160px;
  overflow: hidden;
}

.qx-game .main > .bottom .qx-ranking-ticker-track {
  display: flow-root;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.qx-game .main > .bottom .amount {
  color: #f00;
  font-weight: 700;
}

.qx-game #rule_pop .rule-content h4 {
  margin: 20px 0 10px;
  color: #e94560;
  font-size: 15px;
}

.qx-game #rule_pop .rule-content ul {
  margin: 8px 0;
  padding-left: 20px;
}

.qx-game #rule_pop .rule-content li {
  margin: 4px 0;
  color: rgba(255, 255, 255, .85);
}

.qx-game #rule_pop .rule-content .highlight {
  color: #ffd700;
  font-weight: 700;
}

.qx-game #rule_pop .rule-content .rule-example {
  margin: 8px 0;
  padding: 12px 16px;
  border-left: 3px solid #e94560;
  border-radius: 8px;
  background: rgba(255, 255, 255, .05);
}

.qx-game #rule_pop .rule-close {
  background: rgba(255, 255, 255, .2);
}

.qx-game #rule_pop .rule-close .ui-icon-close {
  position: relative;
  width: 18px;
  height: 18px;
  overflow: visible !important;
  background: none !important;
  text-indent: 0 !important;
}

.qx-game #rule_pop .rule-close .ui-icon-close::before {
  position: absolute;
  inset: 0;
  color: #fff;
  content: '×';
  font-size: 21px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}
