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;
}

.rummynabob {
	position: fixed;
	border-bottom: 2px solid #ff0000;
	margin-left: 5rem;
}
.container {
	position: relative;
	max-width: 720px;
	margin: 0 auto;
	background-color:#ffffff;
}

.support a{
	position: fixed;
	top: 10%;
	right: 2%;
	width: 1rem;
	height: 1rem;
	background-image: url("../image/support.webp");
	background-size: 100% 100%;
	z-index: 999;
}
.container .downBtn{
  position: absolute;
  top: 7.2rem;
  left: 13%;
  width: 77%;
  height: 1.2rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.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;
}

.recommended_apps {
	margin-top: 0rem;
	text-align: center;
	font-size: .4rem;
	background-color: #0096fc;
	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;
}
.home button{
	width: 1rem;
	color: white;
	background-color: #4dacff;
	padding-right: 1rem;
	padding-left: .4rem;
	margin-left: .1rem;
	margin-right: .1rem;
	font-size: .25rem;
	font-weight: bold;
	border-radius: .1rem;
	cursor: pointer;
}

@keyframes rotate {
  0% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.dmca{
    position: absolute;
    left: 78%;
    bottom: 6.6%;
    width: 17%;
}
.stars{
    width: 57% !important;
    height: 20% !important;
}