@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont3e6e.html?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont3e6e-2.html?v=4.7.0') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.hero {
    min-height: 628px
}

.hero img {
    width: 100%;
    height: auto
}

.wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: .5rem
}

.menu button span {
    font-size: 17px
}

.menu button {
    border: none;
    background: transparent;
    color: #fff
}

.star {
    color: orange;
    font-size: .33rem;
    line-height: 0
}

.wrapper .social {
    display: inline-flex
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0
}

.app_container {
    padding: .4rem;
    padding-bottom: 0
}

.app_header {
    display: flex;
    align-items: center;
    padding: .1rem
}

html {
    font-size: clamp(14px, 13.333vw, 100px)
}

.app_logo {
    width: 40%;
    text-align: left
}

ol.no-style {
    list-style: none;
    padding: 0
}

.logo_app {
    width: 2rem;
    height: 2rem
}

.app_star {
    margin: auto;
    width: 1.5rem
}

.ranking_list .sort {
    position: relative;
    width: 100%;
    aspect-ratio: 1920/569;
    overflow: hidden
}

.ranking_list .sort img,
.hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.header_content {
    width: 70%;
    text-align: center
}

.app_info {
    display: flex;
    flex-direction: column;
    text-align: center
}

.rating_info {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: .2rem;
    margin: 12px auto
}

.ratings {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 12px
}

.ratings div {
    display: inline-block;
    font-weight: 900;
    font-size: .25rem;
    line-height: .25rem
}

.ratings p {
    display: inline-block;
    font-size: .2rem;
    line-height: .25rem
}

.separator {
    color: #ccc;
    margin: 0 10px
}

.app_download {
    display: block;
    text-align: center;
    background: #16A34A;
    border-radius: 30px;
    color: #fff;
    font-weight: 900;
    margin: 10px auto;
    font-size: .32rem;
    border: 1px solid #000;
    cursor: pointer;
    width: 305px
}

.wa {
    display: block;
    text-align: center;
    border-radius: 20px;
    color: #25D366;
    font-weight: 500;
    border: 1.2px solid #25D366;
    margin: 20px auto
}

.wa i {
    font-size: .28rem
}

.tg {
    display: block;
    text-align: center;
    border-radius: 20px;
    color: #0088cc;
    font-weight: 600;
    border: 1.2px solid #0088cc;
    margin: 10px auto
}

.YonoRummy marquee {
    position: relative;
    width: auto;
    background: #fff200;
    color: #000;
    font-family: Sofia, sans-serif;
    font-weight: 600;
    font-variant: small-caps;
    line-height: .4rem;
    border: 1px dashed #850a0a
}

.s_txt {
    color: #0063d3;
    line-height: .36rem;
    font-weight: 700;
    font-size: .2rem
}

.s_span {
    color: #ababab;
    font-weight: 700
}

.s_em {
    color: #ababab;
    font-size: .24rem;
    font-weight: 600
}

.s_grade i {
    color: #00acee;
    font-size: .25rem
}

.s_grade {
    color: #e6e6e6;
    line-height: .32rem
}

.s_name {
    font-size: .3rem;
    color: #454545;
    line-height: .48rem;
    font-weight: 700
}

.wrapper .icon {
    position: relative;
    background: #fff;
    color: #000;
    border-radius: 20%;
    padding: 2px;
    margin: 10px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    cursor: pointer;
    transition: all .2s cubic-bezier(.68, -.55, .265, 1.55)
}

.wrapper .tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background: #fff;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    opacity: 0;
    pointer-events: none;
    transition: all .3s cubic-bezier(.68, -.55, .265, 1.55)
}

.wrapper .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #fff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all .3s cubic-bezier(.68, -.55, .265, 1.55)
}

.wrapper .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .1)
}

.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
    background: #1877f2;
    color: #000
}

.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
    background: #1da1f2;
    color: #000
}

.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
    background: #e4405f;
    color: #000
}

.wrapper .pinterest:hover,
.wrapper .pinterest:hover .tooltip,
.wrapper .pinterest:hover .tooltip::before {
    background: #e60023;
    color: #000
}

.wrapper .youtube:hover,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before {
    background: #cd201f;
    color: #000
}

.AllRummyApps-footer .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0
}

.AllRummyApps-footer .wrapper li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: unset !important;
    height: unset !important;
    background: #fff;
    border-radius: 12px;
    font-size: unset !important;
    color: unset !important;
    text-decoration: none
}

.s_info {
    margin: 0 .28rem 0 .18rem
}

.s_num {
    display: block;
    width: .36rem;
    height: .58rem;
    font-weight: 700;
    font-size: .32rem;
    color: #cecece;
    line-height: .45rem;
    text-align: center;
    position: relative;
    top: .35rem;
    left: 0;
    margin-right: .2rem
}

.s_img {
    display: block;
    width: 1.18rem;
    height: 1.18rem;
    border-radius: .18rem
}

#searchResults {
    padding-left: 10px;
    padding-right: 10px
}

.search_li {
    padding-top: .17rem;
    padding-bottom: .17rem;
    border-bottom: .007rem solid #e3e3e3;
    align-items: center
}

.search_btn {
    display: block;
    line-height: .55rem;
    margin: 0 auto;
    border-radius: .06rem;
    background: red;
    color: #fff;
    font-size: .24rem;
    text-align: center;
    width: 2.05rem;
    height: .55rem;
    border: 0;
    font-weight: 700;
    cursor: pointer;
    border-radius: .1rem
}

blockquote,
body,
button,
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
}

b,
em,
i {
    font-style: normal;
    font-weight: 400
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

.icon_i {
    background-image: url("img/icon_index.webp");
    background-size: 6rem 6rem
}

* {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none
}

html {
    font-size: 100px
}

body {
    font-size: .24rem;
    margin: 0;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, Tahoma, Helvetica, SimSun, "Hiragino Sans GB", sans-serif;
    color: #333;
    background-color: #d2d2d2;
    position: relative;
    line-height: 2.2
}

body,
html {
    width: 100%
}

a {
    color: red;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}

.flex {
    display: flex
}

.flex_grow {
    -moz-flex-grow: 1;
    flex-grow: 1
}

.wrap {
    background-color: #fff;
    width: 100%;
    max-width: 7.5rem;
    min-width: 3.2rem;
    margin: 0 auto;
    overflow: hidden
}

.VungoPro_in,
.ranking_list .sort {
    background-color: #fff
}

.ranking_list {
    width: 100%;
    margin: auto
}

.ranking_list .sort {
    position: relative;
    width: 100%;
    height: 2.25rem;
    overflow: hidden;
    justify-content: center;
    align-items: center
}

.ranking_list .sort img {
    width: 100%;
    height: 2.5rem;
    display: block
}

.ranking_list .sort label {
    position: absolute;
    width: 100%;
    margin-top: -.2rem;
    justify-content: center;
    align-items: center
}

.ranking_list .sort span {
    display: block;
    width: .24rem;
    height: .05rem;
    background-color: #fff;
    margin: 0 .22rem
}

.ranking_list .sort h3 {
    font-size: .48rem;
    color: #fff;
    margin: 0 .23rem;
    letter-spacing: .02rem
}

.ranking_list .sort .ico_l,
.ranking_list .sort .ico_r {
    width: .15rem;
    height: .14rem;
    background-position: -.85rem -1.8rem;
    position: relative
}

.VungoPro_in li {
    position: relative;
    text-align: center;
    margin-bottom: .3rem
}

.VungoPro_in li a {
    display: block
}

.VungoPro_in li img {
    display: block;
    width: 1.24rem;
    height: 1.24rem;
    border-radius: .24rem;
    margin: 0 auto
}

.VungoPro_in li p {
    color: #ababab;
    font-size: .22rem;
    line-height: .42rem;
    width: 90%;
    margin: auto;
    overflow: hidden;
    white-space: nowrap
}

.VungoPro_in li .name {
    height: .6rem;
    line-height: .6rem;
    color: #454545;
    font-size: .25rem;
    font-weight: 700
}

#submitsearch {
    border: 1px solid #8a8686;
    margin-left: -82px;
    padding: 4px 8px 5px 10px;
    border-radius: 19px;
    cursor: pointer;
    display: none;
    box-shadow: 0 0 1px #000;
    margin-right: 110px
}

.VungoPro_in ul li .star {
    color: orange;
    font-size: .33rem;
    line-height: 0
}

.VungoPro_in ul li .grade {
    color: #e6e6e6;
    line-height: .24rem
}

.VungoPro_in ul li .grade span {
    color: #a6a6a6;
    font-weight: 700;
    font-size: .19rem;
    line-height: .35rem
}

.VungoPro_in ul li .grade i {
    color: #1bce00
}

.VungoPro_in li .btn {
    display: block;
    width: 1.9rem;
    height: .55rem;
    text-align: center;
    background-color: red;
    line-height: .55rem;
    margin: .16rem auto 0;
    border: 1px solid red;
    border-radius: .06rem;
    color: #fff;
    font-size: .25rem;
    font-weight: 700
}

.VungoPro_in li .btn:hover {
    color: #f0f0f0;
    background-color: #8b0000;
    opacity: .9;-webkit-transform: scale(.97)
}

.VungoPro_in li:nth-child(2) img {
    width: 1.4rem;
    height: 1.4rem
}

.VungoPro_in li:nth-child(2) {
    padding-top: .1rem;
    width: 35%
}

.VungoPro_in li:first-child,
.VungoPro_in li:nth-child(3) {
    padding-top: .45rem;
    width: 32.5%
}

.ranking_list .sort div {
    position: absolute;
    z-index: 1;
    bottom: -.04rem;
    width: 2.72rem;
    height: .4rem;
    background-color: #fff;
    border-top-left-radius: .1rem;
    border-top-right-radius: .1rem
}

.VungoPro_in li .num1 {
    width: .8rem;
    height: .65rem;
    background-position: -3.5rem -.9rem;
    position: absolute;
    z-index: 2;
    top: -.66rem;
    left: 50%;
    margin-left: -.25rem
}

.VungoPro_in li .num2,
.VungoPro_in li .num3 {
    width: .7rem;
    height: .56rem;
    position: absolute;
    z-index: 2;
    top: -.3rem;
    left: 50%;
    margin-left: -.25rem
}

.VungoPro_in li .num2 {
    background-position: -4.37rem -.95rem
}

.VungoPro_in li .num3 {
    background-position: -5.23rem -.95rem
}

.allrummyappslink_Slider {
    border: 1px dashed red;
    background-color: #000
}

.allrummyappslink_Slider .AllRummyApps_ticker {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.allrummyappslink_Slider .AllRummyApps_ticker .news {
    width: 80%;
    margin: -2rem 0
}

.allrummyappslink_Slider .AllRummyApps_ticker .title {
    width: 20%;
    font-size: .3rem;
    text-align: center;
    background-color: #0013a4;
    color: #fff
}

.allrummyappslink_Slider .AllRummyApps_ticker .title p {
    font-size: .2rem;
    line-height: .4rem;
    font-weight: 700
}

.allrummyappslink_Slider .AllRummyApps_ticker .news marquee {
    font-size: .2rem;
    color: #fff;
    font-weight: 600;
    padding-top: .18rem;
    line-height: .4rem
}

.LootEarning_Com {
    background-color: #fff;
    padding: .11rem .2rem .3rem
}

.LootEarning_Com .tab_menu {
    height: .68rem;
    line-height: .68rem;
    text-align: center;
    color: #000;
    font-size: .25rem;
    border: .007rem solid #d30303;
    border-radius: .11rem
}

.LootEarning_Com .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;
    border-radius: .11rem;
    cursor: pointer;
    font-weight: 600
}

.LootEarning_Com .tab_menu span:last-child {
    border-right: none
}

.LootEarning_Com .tab_menu span.current {
    color: #fff;
    background-color: #0063d3;
    font-weight: 600;
    opacity: 1.5;
    -webkit-transform: scale(.9)
}

.LootEarning_Com ul li {
    padding-top: .1rem;
    padding-bottom: .1rem;
    align-items: center;
    border-bottom: 1px dashed #00000058
}

.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 .info .grade {
    color: #e6e6e6;
    line-height: .32rem
}

.LootEarning_Com ul li .info .grade span {
    color: #ababab;
    font-weight: 600
}

.LootEarning_Com ul li .info .grade em {
    color: #ababab;
    font-size: .24rem;
    font-weight: 600
}

.LootEarning_Com ul li .info .grade i {
    color: rgba(255, 166, 0, .63);
    font-size: .25rem
}

.LootEarning_Com ul li .info .grade i:first-child {
    color: #00acee
}

.LootEarning_Com ul li .info .txt {
    color: #0063d3;
    line-height: .36rem;
    font-weight: 700;
    font-size: .2rem
}

.LootEarning_Com ul li .num {
    display: block;
    width: .36rem;
    height: .58rem;
    font-weight: 700;
    font-size: .32rem;
    color: #cecece;
    line-height: .45rem;
    text-align: center;
    position: relative;
    top: .35rem;
    left: 0;
    margin-right: .2rem
}

.LootEarning_Com ul li .btn {
    display: block;
    line-height: .55rem;
    margin: 0 auto;
    background: red;
    border: 1px solid red;
    border-radius: .25rem 0;
    color: #fff;
    font-size: .23rem;
    text-align: center;
    width: 2.05rem;
    height: .55rem;
    font-weight: 700;
    cursor: pointer
}

.LootEarning_Com ul li .btn:hover {
    border: none;
    background-color: #8b0000;
    color: #ebeaea;
    -webkit-transform: scale(.99)
}

.All_Rummy_Sticky-Ads_App {
    position: fixed;
    bottom: 0;
    width: 7.5rem;
    background: rgba(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: #fff;
    border: .01rem solid #000
}

.All_Rummy_Sticky-Ads_App .All_Rummy_Sticky-Ads_App-close span {
    width: 4rem;
    font-size: .25rem;
    color: #000;
    font-weight: 700;
    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: #000;
    margin-top: .01rem;
    margin-left: .08rem;
    line-height: .26rem
}

.All_Rummy_Sticky-Ads_App-content img {
    width: 7.425rem;
    height: auto;
    background-color: #fff;
    padding: .03rem;
    border: .5px solid #000;
    border-radius: .05rem
}

.share-button {
    position: fixed;
    cursor: pointer;
    top: 3.2rem;
    right: 0;
    width: 2rem;
    height: 1rem;
    background-image: url("img/share-btn_allrummyappslink.html");
    background-size: 100% 100%;
    z-index: 999
}