html {
	font-size: 10px
}

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: "Microsoft YaHei"
}

.webLink li{
    list-style: none;
    padding: 10px;
}
.webLink li a{
    color: white;
}

#top{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.3rem;
	background-image: url("../image/rummydeity.webp");
	background-size: 100% 100%;
	background-repeat:no-repeat;
	z-index: 999;
}

.container {
	position: relative;
	max-width: 720px;
	margin: 0 auto;
	z-index: 0;
}

.Service a{
	position: fixed;
	top: 10%;
	right: 2%;
	width: 1rem;
	height: 1.2rem;
	background-image: url("../image/service.webp");
	background-size: 100% 100%;
	z-index: 999;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.container .downBtn{
	position: absolute;
	top: 37.5%;
	left: 23%;
	width: 55%;
	height: 1.2rem;
	background-image: url("../image/download.webp");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.container .downNum{
	position: absolute;
	top: 48.8%;
	right: 37%;
	width: 2rem;
}

.container .footer{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1.9rem;
	color: #ffffff;
}

.footer p{
	padding: 0;
	margin: 0;
}