

html {
	font-size: 100px;
}

body {
	margin: 0;
	padding: 0;
	background-color:#ffffff;
	font-family: "Microsoft YaHei"
}

#top{
	display: flex;
	align-items: center;
	position: absolute;
	left: 5;
	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;
}

.kefu a{
	position: fixed;
	top: 10%;
	right: 2%;
	width: 1rem;
	height: 1rem;
	background-image: url("../btn/btn_advisory.png");
	background-size: 100% 100%;
	z-index: 999;
}


.download {
    width: 50%;
    position: absolute;
    margin: 0 auto;
    animation: scale-img 0.5s linear infinite alternate;
    left: 0;
    right: 0;
    top: 9.7rem;
}


.download img {

border-radius: 15px;
}


.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;
	background: #a03e00;
	color: #ffffff;
  }


  @keyframes scale-img {
	0%{
		transform: scale(1.12);
	}
	50%{
		transform: scale(1);
	}
	100%{
		transform: scale(0.88);
	}
}


#copy-text {
    width: 1px;
    height: 1px;
    border: 0;
    color: transparent;
    position: absolute;
    top: 0;
    z-index: -100;
}

