html {
    font-size: 100px;
}

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    color: #333;
    background-color: #ebebeb;
    position: relative;
}

nav {
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    overflow: hidden;
}

header .menu2 {
    padding: 0.11rem 0.2rem 0 0;
}
a {
    color: rgb(255 214 0);
}
.webLink {
    margin-top: 0.5rem;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    font-size: 0.25rem;
}
.linkInfo {
    margin: 5px 0;
    text-decoration: underline;
}
.toprummyappwala {
	text-align: center;
	font-weight: 800;
	background-color: rgb(0 2 5);
	height: 2rem;
	color: #fff;
}
.toprummyappofficial {
    position: fixed;
    margin-right: 10px;
    top: 50%;
    margin-top: -100px;
    -webkit-animation: myfirst 1s infinite linear;
    animation: myfirst 1s infinite linear;
}

.toprummyappofficial img {
    width: 60px;
    height: 60px;
}

.toprummyappofficial {
    right: 0;
    z-index: 99999;
}
.quote {
    position: absolute;
    bottom: 43%;
    left: 9%;
    right: 9%;
    font-size: 90%;
    margin: 0;
    background: #eee;
    padding: 0.5em;
    border-radius: 1em
  }
.toprummymarquee {
    font-family: 'Comic Sans MS';
    font-size: 1em;
    color: #FFFFFF;
    padding-bottom: 0.03rem;
}

.container {
    position: relative;
    max-width: 7.5rem;
    min-width: 3.2rem;
    margin: 0 auto;
    background-color: #000000;
}

.container .toptelegram a {
    position: absolute;
    top: 8%;
    left: 18%;
    width: 5rem;
    height: 1.2rem;
    background-image: url(../../img/join-telegram-top-rummy-app.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.container .buttomtelegram a {
    position: absolute;
    bottom: 35.5%;
    left: 18%;
    width: 5rem;
    height: 1.2rem;
    background-image: url(../../img/join-telegram-top-rummy-app.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    animation: myBreath 1s linear infinite;
}

@keyframes myBreath {
	0% {
		transform: scale(0.88);
	}

	50% {
		transform: scale(100%);
	}

	100% {
		transform: scale(0.88);
	}
}

.container .download {
    position: absolute;
    top: 25%;
    left: 24%;
    width: 55%;
    height: 1rem;
    background-image: url(../img/btn_download.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.container .online {
    position: absolute;
    top: 22%;
    right: 1.1rem;
    width: 2rem;
    height: 1rem;
    background-image: url(../img/bg_online.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.container .webLink {
    position: absolute;
    top: 55%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    font-size: 0.25rem;
    color: #FFFFFF;
}
img {
    display: block;
    width: 100%;
}

.link {
    position: absolute;
    top: 74%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 47%;
    height: 8%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.step {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    text-align: center;
}

.step>img {
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 0 20px;
    height: auto;
}

.step>img:first-child {
    margin-bottom: 0
}

.mask {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 1);
    z-index: 1000;
}

.mask>img {
    margin: 15% auto;
    width: 100%;
    height: auto;
    z-index: 1100;
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .link {
        top: 75%;
        height: 7%;
    }
}

.bannerBox {
    position: absolute;
    left: 0%;
    top: 42%;
    width: 98.86%;
    height: 3.4rem;
}

.banner {
    margin: 0 auto;
    width: 90%;
    height: 100%;
    overflow: hidden;
}

.swiper-slide>img {
    width: 100%;
}
.quote {
    position: absolute;
    bottom: 43%;
    left: 9%;
    right: 9%;
    font-size: 90%;
    margin: 0;
    background: #eee;
    padding: 0.5em;
    border-radius: 1em
  }
.recommended_apps {
    margin-top: 0.1rem;
    text-align: center;
    font-size: 0.4rem;
    background-color: #e40000;
    border: 1px solid #000;
    padding: 8px 0;
    font-weight: 700;
    color: #fff;
    border-radius: 0.1rem;
    margin-bottom: 0.1rem;
}

.toprummyapprecommended {
    padding: .03rem .2rem 0;
}

.toprummyapprecommended .tab_menu {
    height: .68rem;
    line-height: .68rem;
    text-align: center;
    color: #00070e;
    font-size: .28rem;
    border: 1px solid #48001c;
}

.toprummyapprecommended .tab_menu span {
    flex: 1;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    border-right: 1px solid #000;
    font-weight: bold;
}

.toprummyapprecommended .tab_menu span:last-child {
    border-right: none;
}

.toprummyapprecommended .tab_menu span.current {
    color: #fff;
    background-color: #4b216d;
    font-weight: bold;

}

.toprummyapprecommended ul li {
    padding: .2rem 0;
    border-bottom: 1px solid #eaeaea;
    align-items: center;
}

.toprummyapprecommended ul li img {
    display: block;
    width: 1.28rem;
    height: 1.28rem;
    border-radius: .24rem;
}

.toprummyapprecommended ul li .flex_grow {
    width: 0%;
}

.toprummyapprecommended ul li .info {
    margin: 0 .28rem 0 .18rem;
}

.toprummyapprecommended ul li .info p {
    display: block;
    width: auto;
    white-space: nowrap;
    font-size: .24rem;
}

.toprummyapprecommended ul li .info .name {
    color: #000;
    font-size: .25rem;
    line-height: .48rem;
    font-weight: 700;
}

.toprummyapprecommended ul li .info .num {
    color: #e6e6e6;
}

.toprummyapprecommended ul li .info .num span {
    color: #07065a;
    font-weight: 600;
    font-size: .2rem;
}

.toprummyapprecommended ul li .info .txt {
    color: #00575a;
    font-weight: 600;
    font-size: .19rem;
}

.toprummyapprecommended ul li i {
    display: block;
    width: 0.49rem;
    height: 0.64rem;
    font-size: .24rem;
    color: #fff;
    line-height: .45rem;
    text-align: center;
    position: relative;
    top: 0.35rem;
    left: 0;
    margin-right: 0.12rem;
}

.toprummyapprecommended ul li:nth-child(1) i {
    background-position: -2.48rem -2.74rem;
}

.toprummyapprecommended ul li:nth-child(2) i {
    background-position: -3.02rem -2.71rem;
}

.toprummyapprecommended ul li:nth-child(3) i {
    background-position: -3.58rem -2.7rem;
}

.toprummyapprecommended ul li:nth-child(4) i {
    background-position: -2.48rem -3.36rem;
}

.toprummyapprecommended ul li:nth-child(5) i {
    background-position: -3.03rem -3.37rem;
    color: rgb(122 23 23);
}

.toprummyapprecommended ul li:nth-child(6) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(122 23 23);
}

.toprummyapprecommended ul li:nth-child(7) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(122 23 23);
}

.toprummyapprecommended ul li:nth-child(8) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(122 23 23);
}

.toprummyapprecommended ul li:nth-child(9) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(122 23 23);
}

.toprummyapprecommended ul li:nth-child(10) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(122 23 23);
}

.toprummyapprecommended ul li:nth-child(11) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(122 23 23);
}

.toprummyapprecommended ul li:nth-child(12) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(122 23 23);
}

.toprummyapprecommended ul li:nth-child(13) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(122 23 23);
}

.toprummyapprecommended ul li:nth-child(14) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(122 23 23);
}

.toprummyapprecommended ul li:nth-child(15) i {
    background-position: -3.58rem -3.36rem;
    color: rgb(122 23 23);
}

.toprummyapprecommended ul li .btn {
    display: block;
    width: 2rem;
    height: .52rem;
    line-height: .52rem;
    margin: 0 auto;
    border-radius: .06rem;
    text-align: center;
    color: #fff;
    font-size: .24rem;
    font-weight: 700;
}