@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);

/* Base Styles */
a, body {
  color: #333;
}

body {
  line-height: 2.2;
  font-size: .24rem;
  margin: 0;
  font-family: "Microsoft Yahei", Arial, Tahoma, Helvetica, SimSun, "Hiragino Sans GB", sans-serif;
  background-color: #e0e0e0;
}

body, html {
  width: 100%;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

img {
  display: block;
  border: 0;
}

/* Layout */
.flex {
  display: flex;
}

.flex_grow {
  flex-grow: 1;
}

.wrap {
  width: 100%;
  max-width: 7.5rem;
  min-width: 3.2rem;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
}

.hide {
  display: none;
}

/* Banner Styles */
.ranking_list {
  width: 100%;
  margin: auto;
}

.ranking_list .sort {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  aspect-ratio: 1280/300;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f0f0f0;
}

.ranking_list .sort img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Header Styles */
header {
  height: .54rem;
  background: #fff;
  font-size: .32rem;
  font-weight: 700;
  padding: .17rem 0;
  position: relative;
}

header.green_bg {
  background: linear-gradient(to top, #09203f 0, #537895 100%) !important;
  position: relative;
}

header.green_bg a {
  color: #fff;
}

.headerNav {
  width: 100%;
  max-width: 7.5rem;
  left: 50%;
  margin-left: -3.75rem;
  z-index: 98;
  top: .9rem;
  position: absolute;
}

.headerNav ul {
  flex-wrap: wrap;
  padding: .05rem 0 .25rem;
  z-index: 99;
  position: absolute;
  background: #E0E0E0;
  gap: 15px;
}

.headerNav ul li a {
  background: linear-gradient(to right, #005D85, #0066cc);
  color: #fff;
  font-size: .32rem;
  display: block;
  width: 2.22rem;
  height: .72rem;
  line-height: .72rem;
  border-radius: .1rem;
  text-align: center;
}

.headerNav ul li a i {
  display: inline-block;
  width: .38rem;
  height: .38rem;
  position: relative;
  margin-right: .1rem;
}

.menu {
  margin-right: .2rem;
  margin-top: -.06rem;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
}

.menu:active {
  opacity: .7;
}

header .share-link {
  display: inline;
  cursor: pointer;
  margin-top: -.035rem;
  margin-right: .2rem;
  width: 1.5rem;
  height: .6rem;
  background-image: url("/Z_img/share-btn_allrummyapp.webp");
  background-size: 100% 100%;
}

/* Navigation */
nav {
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  overflow: hidden;
}

nav li {
  display: inline-block;
  width: 20%;
  border-bottom: .04rem solid transparent;
  padding: .2rem 0 .28rem;
}

nav li a {
  height: .1rem;
  line-height: .1rem;
  border-right: 1px solid #e7e7e7;
  text-align: center;
  color: #000;
  font-size: .27rem;
  display: block;
}

nav li.current {
  border-color: red;
  background-color: #dbdbdb;
}

nav li.current a {
  color: red;
}

nav li:last-child a {
  border: 0;
}

nav ul {
  overflow-x: auto;
  white-space: nowrap;
  font-size: 0;
  font-weight: 700;
  overflow-x: -moz-scrollbars-none;
  -ms-overflow-style: none;
}

nav ul::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
  -webkit-appearance: none;
  border-radius: 0;
}

/* Tab System */
.tab_menu {
  height: .68rem;
  line-height: .68rem;
  text-align: center;
  color: #000;
  font-size: .28rem;
  border: .007rem solid #d30303;
  margin-top: 0.2rem;
}

.tab_menu span {
  flex: 1;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  background-color: #eaeaea;
  border-right: .007rem solid #d30303;
  border-left: .007rem solid #d30303;
  cursor: pointer;
  font-weight: 600;
}

.tab_menu span:last-child {
  border-right: 0;
}

.tab_menu span.current {
  color: #fff;
  background: linear-gradient(109.6deg, #3d79b0 11.3%, #2342a4 91.1%) !important;
  font-weight: 600;
  opacity: 2.5;
  -webkit-transform: scale(.93);
}

/* App List Items */
.LootEarning_Com ul li {
  padding-top: .17rem;
  padding-bottom: .17rem;
  padding-right: .2rem;
  border-bottom: .007rem solid #e3e3e3;
  align-items: center;
}

.LootEarning_Com ul li img {
  display: block;
  width: 1.18rem;
  height: 1.18rem;
  border-radius: .18rem;
}

.LootEarning_Com ul li .info {
  margin: 0 .28rem 0 .18rem;
}

.LootEarning_Com ul li .info p {
  display: block;
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  font-size: .22rem;
}

.LootEarning_Com ul li .info .name {
  font-size: .3rem;
  color: #454545;
  line-height: .48rem;
  font-weight: 700;
}

.LootEarning_Com ul li .num {
  display: block;
  width: .36rem;
  height: .58rem;
  font-weight: 700;
  font-size: .32rem;
  color: #899499 !important;
  line-height: .45rem;
  text-align: center;
  position: relative;
  top: .35rem;
  left: 0;
  margin-right: .2rem;
  margin-left: .2rem;
}

/* Buttons */
.btn {
  background-image: radial-gradient(100% 100% at 100% 0, #00ccff 0, #0066ff 100%) !important;
  display: block;
  line-height: .55rem;
  margin: 0 Auto;
  border-radius: .06rem;
  color: #fff;
  font-size: .24rem;
  text-align: center;
  width: 2.05rem;
  height: .55rem;
  border: 0;
  font-weight: 700;
  cursor: pointer;
  Border-radius: .1rem;
}

.btn:hover {
  opacity: .9;
  -webkit-transform: scale(.96);
}

/* Marquee Notice Slider */
.LootEaning_Notice_Slider {
    position: relative; /* Needed for absolute positioning of the label */
    background: #000; /* Maintain black background */
    border: 1px dashed #d60000; /* Maintain border */
    margin-bottom: 10px;
}

.tags-label-fixed {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #0029F6; /* Yellow background */
    color: rgb(255, 255, 0);
/* Original blue text color */
    font-weight: bold;
    padding: 0 5px;
    z-index: 2;
    display: flex;
    align-items: center;
    font-family: Sofia, sans-serif;
    font-weight: 600;
    font-variant: small-caps;
}

.LootEaning_Notice_Slider marquee {
    display: block;
    padding-left: 60px; /* Make space for the fixed label */
    color: #ffffff;
    font-family: Sofia, sans-serif;
    font-weight: 600;
    font-variant: small-caps;
    line-height: .5rem;
} 

/* Footer */
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.2rem 0 0;
  background: linear-gradient(to top, #537895 0, #09203f 100%) !important;
  color: #fff;
  font-size: 0.3733rem;
}

.footer .devider {
  width: 100%;
  border-bottom: 1px solid #606280;
}

.footer .links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.2rem;
  margin-bottom: 0.05rem;
}

.footer .links a {
  display: flex;
  align-items: center;
  height: 0.32rem;
  margin-bottom: 0.1rem;
  padding: 0 0.3rem;
  font-size: 0.2rem;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 0.08rem;
  margin-right: 0.2rem;
}

.footer .links a:hover {
  font-weight: 600;
  color: #c1c1c1;
}

.footer p {
  margin: 0;
  font-size: 0.25rem;
}

/* Sticky Ads */
.All_Rummy_Sticky-Ads_App {
  position: fixed;
  bottom: 0;
  width: 7.5rem;
  background: rgb(0 0 0/55%);
  z-index: 1;
  display: flex;
}

.All_Rummy_Sticky-Ads_App-close {
  width: 1.1rem;
  height: .33rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: -.338rem;
  background-color: #ffffff;
  border: .01rem solid black;
}

.All_Rummy_Sticky-Ads_App .All_Rummy_Sticky-Ads_App-close span {
  width: 4rem;
  font-size: .25rem;
  color: #000000;
  font-weight: bold;
  margin-left: .05rem;
  cursor: pointer;
  line-height: .26rem;
}

.All_Rummy_Sticky-Ads_App .All_Rummy_Sticky-Ads_App-close i {
  font-size: .25rem;
  float: left;
  color: #000000;
  margin-top: .01rem;
  margin-left: .08rem;
  line-height: .26rem;
}

.All_Rummy_Sticky-Ads_App-content img {
  width: 7.425rem;
  background-color: #ffffff;
  padding: .03rem .03rem;
  border: 0.5px solid #000000;
  border-radius: .05rem;
}

/* Social Media Links */
.socialmedia-links {
  position: fixed;
  top: 50%;
  right: 2%;
  z-index: 9999;
}

.socialmedia-links a img {
  height: 50px;
  margin-top: 10px;
  width: auto;
}

/* Content Pages */
.Dont_Copy_AllRummyApp_Com {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

.Dont_Copy_AllRummyApp_Com img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  height: auto;
  object-fit: fill;
  margin-top: 0.3rem;
}

.Dont_Copy_AllRummyApp_Com h1 {
  font-size: 0.45rem;
  text-align: center;
  font-weight: 700;
}

.Dont_Copy_AllRummyApp_Com h2 {
  font-size: 0.40rem;
  text-align: center;
  font-weight: 700;
}

.Dont_Copy_AllRummyApp_Com h3 {
  font-size: 0.35rem;
  text-align: center;
  font-weight: 700;
}

.Dont_Copy_AllRummyApp_Com p {
  font-size: 0.3rem;
  margin-top: 0.1rem;
  margin-bottom: .2rem;
  line-height: 0.48rem;
}

.Dont_Copy_AllRummyApp_Com ul {
  padding-left: 0.4rem;
}

.Dont_Copy_AllRummyApp_Com li {
  font-size: 0.3rem;
  list-style: decimal;
  margin-top: 0.2rem;
  margin-bottom: -0.2rem;
  padding-left: 0.05rem;
  padding-right: 0.3rem;
}

.Dont_Copy_AllRummyApp_Com .devider {
  width: 100%;
  border-bottom: 1px solid #606280;
}

.Dont_Copy_AllRummyApp_Com a {
  color: red;
}

.detailsp p, .detailsp li {
  font-size: 0.2rem !important;
  line-height: 0.3rem !important;
  margin: 0px !important;
}

/* Tables */
table, th, td {
  border: 1px solid black;
  text-align: center;
  font-weight: 700;
}

/* Menu Toggle Classes */
.showmenu {
  display: flex !important;
}

.inheight {
  height: 2rem;
}

/* Utility Classes */
* {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

html {
  font-size: 100px;
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, input, li, ol, p, td, th, ul {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}

ol, ul {
  list-style: none;
}

em, i {
  font-style: normal;
  font-weight: 400;
}

/* Responsive Adjustments */
@media (max-width: 600px) {
  .banner {
    zoom: 0.6;
  }
  
  .game-logo {
    width: 240px;
  }
  
  .title {
    line-height: 25px;
  }
  
  .detcontainer {
    zoom: 0.7;
  }
}

@media (max-width: 710px) {
  .socialmedia-links a img {
    height: 40px;
  }
}

@media (min-width: 710px) {
  .mylists {
    zoom: 0.6;
  }
}