html {
	font-size: 100px;
}

body {
	margin: 0;
	padding: 0;
	background-color:#a03e00;
	font-family: "Microsoft YaHei"
}

.container #top{
	display: flex;
	align-items: center;
	position: fixed;
	width: 100%;
	height: 1.3rem;
	z-index: 999;
	border-bottom: 1px solid red;
}

.container .topIcon{
	margin-left: 10px;
	width: 1rem;
	height: 1rem;
}

.container .topTitle{
	margin-left: 10px;
	font-size: 0.4rem;
	font-weight: 600;
	color: #e9967f;
}

.download {
	cursor: pointer;
	position: fixed;
	width: 2.5rem;
	margin-left: 4.7rem;	
	margin-top: .3rem;
}

.rummymodern {
	position: fixed;
	border-bottom: 2px solid #ff0000;
	margin-left: 5rem;
}
.container {
	position: relative;
	max-width: 720px;
	margin: 0 auto;
	background-color:#ffffff;
}

.customer {
	position: fixed;
	top: 10%;
	right: 2%;
	width: 1rem;
	height: 1rem;
	background-image: url("../image/serve.webp");
	background-size: 100% 100%;
	z-index: 999;
}

.container .downBtn{
	position: absolute;
	top: 6.3rem;
	left: 20%;
	width: 60%;
	height: 0.95rem;
	background-image: url("../image/download.webp");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	animation: rotate .5s linear infinite;
}

.downBtn .online{
	position: absolute;
	top: -1.2rem;
	right: -0.8rem;
	width: 2rem;
	height: 1rem;
	background-image: url("../image/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;
}

.footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0.1rem 0 0.1rem;
	background-color: #3b0303;
	color: #afafaf;
  }
  
  .footer .links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 0.2rem;
  }
  .footer .links a {
	display: flex;
	align-items: center;
	height: 0.08rem;
	margin-bottom: 0.2667rem;
	padding: 0 0.1rem;
	font-size: 0.25rem;
	text-decoration: none;
	color: #afafaf;
	font-weight: bold;
  }
  .footer .links a.border {
	border-right: 1px dashed #afafaf;
  }
  .devider{
	width:100%;
	border-bottom:1px solid #606280
}
.footer p{
	margin-top: .1rem;
	margin-bottom: .1rem;
	line-height: 1.5;
}

.footer .cos {

}

.footer .cos .co {
	width: 100%;
	margin: 0.1rem 0;
}

.footer .cos .co img{
	width: 100%;
	margin-top: 0.1rem;
}

.recommended_apps {
	margin-top: .1rem;
	text-align: center;
	font-size: .4rem;
	background-color: #e40000;
	border: 1px solid #000;
	padding: 8px 0;
	font-weight: 700;
	color: #fff;
	border-radius: .1rem;
	margin-bottom: .1rem
}


header {
	font-size: .4rem;
	padding-top: .1rem;
}

header h1{
	font-weight: bold;
	margin-bottom: .2rem;
	text-align: center;
}

.section{
	margin-left: .2rem;
	margin-right: .2rem;
	line-height: .35rem;
}
.section p{
	margin-bottom: .3rem;
	font-size: .3rem;
}

.container ul {
	list-style:disc;
	counter-reset: item;
	margin-left: .2rem;
}
.container li {
	font-size: .28rem;
	line-height: .45rem; 
}
.home{
	text-align: center;
	padding-top: .1rem;
	display: flex;
	max-width: 100vw;
    overflow-x: scroll;
}
.home button{
	margin: 0.05rem 0.2rem;
	color: white;
	background-color: red;
	padding: 0.04rem 0.2rem;
	font-size: .25rem;
	font-weight: bold;
	border-radius: .1rem;
	cursor: pointer;
	white-space: nowrap;
}

@keyframes rotate {
  0% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}


.bold_heading {
  font-size: 20px;
  font-weight: bold;
}
.heading_bottom {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}
.section_rules {
  padding: 30px 0;
}

.main-content {
	padding: 0.2rem 0.2rem;
	font-size: 12px;
	line-height: 1.3;
}

.main-content .line {
	margin-top: 0.2rem;
}
