* {
	padding: 0;
	margin: 0;
}

div,
p,
h1,
h3,
h5 {
	box-sizing: border-box;
}

body {
	overflow-y: auto;
	overflow-x: hidden;
}

.page {
	width: 100vw;
	height: 100vh;
	min-width: 1280px;
	/* overflow-y: auto; */
}

/* t-36 l-104 */
.page-header {
	position: fixed;
	top: 25px;
	left: 0;
	width: 100%;
}

.page h1 {
	margin: 0 auto;
	width: 1200px;
}

.page h1 a {
	display: inline-block;
}

.page h1 img {
	/* width: calc(206 / 1920 * 100vw); */
	width: 206px;
	height: auto;
}

.page-bg {
	width: 100%;
	height: calc(1080 / 1920 * 100vw);
	min-height: 720px;
	background: url("./images/home_bg.webp") no-repeat center top/100%;
}

.page-bg-no {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.page-bg-no img {
	width: calc(1200/ 1920 * 100vw);
	height: auto;
}

.home-con {
	position: absolute;
	top: calc(380/ 1080 * 100vh);
	left: 0;
	width: 100%;
}

.home-tit {
	display: block;
	margin: 0 auto 72px;
	width: 990px;
	height: 208px;
}

.page-qrcode-con {
	display: flex;
	align-items: center;
	justify-content: center;
}

.android-con,
.ios-con {
	height: 64px;
	width: 180px;
	position: relative;
}

.android-con:hover .qrcode-con,
.ios-con:hover .qrcode-con {
	display: block;
}

.android-con img,
.ios-con img {
	height: 100%;
	width: 100%;
}

.android-con {
	margin-right: 48px;
}

.qrcode-con {
	display: none;
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: -75px;
	width: 150px;
	height: 150px;
	background: #fff;
	border-radius: 12px;
}


.page-footer {
	width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
}

.page-footer img {
	height: 14px;
	width: 14px;
}

a {
	text-decoration: none;
}

.page-footer a {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	text-align: center;

	display: flex;
	align-items: center;
}

.page-footer a:active,
.page-footer a:focus {
	color: #fff;
}

.about-con {
	padding-top: 120px;
	margin: 0 auto 120px;
	width: 600px;
	text-align: center;
}

.about-tit img {
	margin-bottom: 24px;
	width: 234px;
	height: auto;
}

.line {
	margin: 0 auto 24px;
	width: 200px;
	height: 4px;
	background: linear-gradient(90deg, #8639C1 0%, rgba(242, 0, 255, 0) 100%);
}

.info-con p {
	font-size: 24px;
	color: #191919;
	line-height: 40px;
	text-align: center;
}

.icon-line {
	margin: 0 16px;
	width: 1px;
	height: 10px;
	background: rgba(255, 255, 255, 0.5);
}

.hover-color:hover {
	color: #f00;
}

@media screen and (max-width:1200px) {
	body {
		overflow-x: auto;
	}
}

.h5-con {
	padding-top: 2rem;
	height: 100vh;
	width: 100vw;
	background: url("./images/h5_bg.webp") no-repeat center top/100%;
	position: relative;
	text-align: center;
}

.h5-logo {
	position: absolute;
	top: 0.32rem;
	left: 0.64rem;
	height: 0.8533rem;
	width: 3.3067rem;
	z-index: 10;
}

.h5-tit {
	margin: 0 auto;
	height: 1.9467rem;
	width: 8.64rem;
}

.h5-bottom-con {
	position: absolute;
	left: 0;
	bottom: 1.76rem;
	width: 100%;
	text-align: center;
}

.h5-bottom-con img {
	height: 1.4933rem;
	width: 8rem;
}

.h5-bot {
	position: absolute;
	left: 0;
	bottom: 0.64rem;
	width: 100%;
	text-align: center;
}

.h5-bot a {
	font-size: 0.32rem;
	line-height: 0.48rem;
	color: rgba(255, 255, 255, 0.5);
}

.h5-bot a:hover,
.h5-bot a:focus {
	color: rgba(255, 255, 255, 0.5);
}