

html {
	font-size: 100px;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    line-height: 1;
}
img {
    display: block;
    width: 100%;
    height: 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);
}
.tg {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 6.8rem auto;
    width: 2rem;
    height: 1rem;
    z-index: 999;
  }
  .tg img {
    width: 100%;
  }
.img-btn {
	margin-top:20%;
    width: 100%;
    height: 100%;
    background-image: url('https://rummyleader.net/assets/image/btn-2.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.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%;
    }
}

body {
	margin: 0;
	padding: 0;
	background-color:#a03e00;
	font-family: "Microsoft YaHei"
}

#top{
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.3rem;
	border-bottom: 2px solid #a23c00;
	z-index: 999;
}

.topIcon{
	margin-left: 10px;
	width: 1rem;
	height: 1rem;
}

.topTitle{
	margin-left: 10px;
	font-size: 0.4rem;
	font-weight: 600;
	color: #e9967f;
}

.container {
	position: relative;
	max-width: 720px;
	margin: 0 auto;
	background-color:#a03e00;
}

.customer {
	position: fixed;
	top: 10%;
	right: 2%;
	width: 1rem;
	height: 1rem;
	background-image: url("../img/btn_advisory.webp");
	background-size: 100% 100%;
	z-index: 999;
}

.container .downBtn{
	position: absolute;
	top: 78%;
	left: 20%;
	width: 60%;
	height: 0.95rem;
	background-image: url("../img/btn_download.webp");
	background-size: 100% 100%;
	background-repeat: no-repeat;
animation: rotate .9s linear infinite;
      }
@keyframes rotate {
		0% {
		  transform: scale(1.1);
		}
		50% {
		  transform: scale(1);
		}
		100% {
		  transform: scale(1.1);
}
}

.downBtn .online{
	position: absolute;
	top: -0.6rem;
	right: -0.8rem;
	width: 1.5rem;
	height: 0.75rem;
	background-image: url("../img/bg_online.webp");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.container .downNum{
	position: absolute;
	top: 45.7%;
	right: 14%;
	width: 40%;
	height: 1rem;
	font-size: 0.44rem;
	text-align: center;
	align-items: 1rem;
	color: #fff;
}

.container .footer{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 2rem;
	color: #ffffff;
}

.footer p{
	padding: 0;
	margin: 0;
}
@keyframes rotate {
  0% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

	.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;
	}