

html {
	font-size: 10px
}

body {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei"
}

#top{
	position: fixed;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	width: 100%;
	max-width: 720px;
	height: 1.1rem;
	background-image: url("../img/Header_01.png");
	background-size: 100% 100%;
	background-repeat:no-repeat;
	background-position: center;
	display: flex;
	z-index: 999;
}

#topLeft{
	width: 18%;
	height: 1rem;
}

.topText{
	margin-top: 0.2rem;
	width: 70%;
	height: 1.1rem;
}
.word{
	width: 100%;
	margin: 0;
	color: #CBBA5E;
	font-family: Inter;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
}

.container {
	position: relative;
	max-width: 720px;
	margin: 0 auto;
	z-index: 0;
}

.kefu div{
	position: absolute;
	top: 15%;
	right: 2%;
	width: 0.66rem;
	height: 0.66rem;
	background-image: url("../img/btn_advisory.png");
	background-size: 100% 100%;
	z-index: 999;
}

.container .downBtn{
	position: absolute;
	top: 72%;
	left: 19.167%;
	width: 61.666%;
	height: 0.9rem;
	background-image: url("../img/btn_download.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 5;
}
.container .phone{
	position: absolute;
	top: 30%;
	left: 19.167%;
	width: 59.6%;
	height: 6.4rem;
	background-image: url("../img/phone.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 3;
}
.container .gold{
	position: absolute;
	top: 62%;
	left: 0%;
	width: 45.416%;
	height: 2.40rem;
	background-image: url("../img/gold.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 3;
}

.container .downNum{
	position: absolute;
	top: 46.8%;
	right: 37%;
	width: 2rem;
}

.bannerBox {
	position: absolute;
	left: 27%;
	top: 31.2%;
	width: 46%;
	height: 6.4rem;
	background-color: #222222
}
.banner{
	margin: 0 auto;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.swiper-slide>img{
	width: 100%;
}

.container .footer{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1.95rem;
	color: #ffffff;
}

.footer p{
	padding: 0;
	margin: 0;
}
