.wrap {
	position: relative;
	margin: 0 auto;
	background-color:#ffffff;
}

.wrap .downBtn{
	position: absolute;
	top: 9.5rem;
	left: 20%;
	width: 60%;
	height: 1.5rem;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	animation: rotate .8s linear infinite;
}


.downBtn .online{
	position: absolute;
	top: -3.6rem;
	right: -1rem;
	width: 2rem;
	height: 1rem;
	/*background-image: url("../img/bg_online.png");*/
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.wrap .downNum{
	position: absolute;
	top: 45.7%;
	right: 14%;
	width: 40%;
	height: 1rem;
	font-size: 0.44rem;
	text-align: center;
	align-items: 1rem;
	color: #fff;
}


@keyframes rotate {
	0% {
		transform: scale(1)
	}
	50% {
		transform: scale(0.85)
	}
	100% {
		transform: scale(1)
	}
}

.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;
  }


table, th, td {
    border:1px solid black;
    text-align: center;
    font-weight: 700;
  }

  .wrap .all-rummy-app-share-link {
    text-align: center;
    padding-top: -1.0rem;
    padding-bottom: 1.2rem;
    padding-left: 0.1rem;
  }
  .wrap .all-rummy-app-share-link span {
    margin: 0.1rem;
    font-size: 0.3rem;
    width: 30%;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
  }
  .wrap .all-rummy-app-share-link span:hover {
    color: #e9e9e9;

  }
  .all-rummy-app-share-link span:first-child {
    float: left;
    border-radius: 0.1rem;
  }
  .all-rummy-app-share-link span:nth-child(2) {
    float: left;
    border-radius: 0.1rem;
  }
  .all-rummy-app-share-link span:nth-child(3) {
    float: left;
    border-radius: 0.1rem;
  }
  .recomended h2 {
    color: white;
    background-color: #062f42;
    font-size: 0.35rem;
    font-weight: 600;
    text-align: center;
    margin-top: 0.15rem;
    margin: 0 0.05rem;
    border-radius: 0.1rem;
    border: 2px solid #000;
  }
  
  .wrap {
    position: relative;
    margin: 0 auto;
    background-color:#ffffff;
  }
  
  .wrap .downBtn{
    position: absolute;
    top: 7.1rem;
    left: 20%;
    width: 60%;
    height: 1.5rem;
    background-image: url("../images/royalclubapk-download.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    animation: rotate .8s linear infinite;
  }
  
  .downBtn .online{
    position: absolute;
    top: -3.6rem;
    right: -1rem;
    width: 2rem;
    height: 1rem;
    /*background-image: url("../img/bg_online.png");*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  
  .wrap .downNum{
    position: absolute;
    top: 45.7%;
    right: 14%;
    width: 40%;
    height: 1rem;
    font-size: 0.44rem;
    text-align: center;
    align-items: 1rem;
    color: #fff;
  }
  
  
  @keyframes rotate {
    0% {
      transform: scale(1)
    }
    50% {
      transform: scale(0.85)
    }
    100% {
      transform: scale(1)
    }
  }