html {
	font-size: 100px;
}

body {
	margin: 0;
	padding: 0;
	background-color:#a03e00;
	font-family: "Microsoft YaHei"
}

#top{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.3rem;
	background-image: url("Header_01.png");
	background-size: 100% 100%;
	background-repeat:no-repeat;
	z-index: 999;
}

#top2{
	position: fixed;
	top: 0;
	left: 0;
	right:0;
    margin: 0 auto;
	width: 100%;
	max-width:720px;
	height: 1.3rem;
	background-image: url("Header_02.png");
	background-size: 100% 100%;
	background-repeat:no-repeat;
	z-index: 998;
}

.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;
}

.kefu a{
	position: fixed;
	top: 10%;
	right: 2%;
	width: 1rem;
	height: 1rem;
	background-image: url("support.webp");
	background-size: 100% 100%;
	z-index: 999;
}

.container .downBtn{
	position: absolute;
	top: 75%;
    left: 20%;
	background-image: url("btn_download.png");
    width: 60%;
    height: 0.95rem;
	background-size: 100% 100%;
	background-repeat: no-repeat;
    cursor: pointer;
}


.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 .company{
	position: absolute;
	bottom: 3%;
	right: 0;
	width: 100%;
	height: auto;
	color: #ffffff;
}
.container .company p{
	font-size: 20px;
}
.container .footer{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: auto;
	color: #ffffff;
}

.footer p{
	padding: 0;
	margin: 0;
}
.menu1{
	position: absolute;
	bottom: 13%;
	right: 0;
	width: 100%;
	height: auto;
	color: #ffffff;
}
.menu2{
	position: absolute;
	bottom: 10%;
	right: 0;
	width: 100%;
	height: auto;
	color: #ffffff;
}
.menu1,
.menu2{
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
}
.menu1 li,
.menu2 li{
	list-style: none;
	font-size: 20px;
	display: inline;
	margin-left: 15px;
	cursor: pointer;
}


@media screen and (max-width: 480px) {
.menu1 li,
.menu2 li{
	font-size: 14px;
}
.footer p{
	font-size: 14px !important;
}
.container .company p{
	font-size: 14px;
}