﻿html,
body {
	padding: 0px;
	margin: 0;
	width: 100%;
	height: 100%;
}
.box {
	width: 100%;
	height: 100%;
	background: url(../image/bg.png) no-repeat center;
	background-size: cover;
	position: relative;
}
.content {
	box-sizing: border-box;
	width: 1336px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 92px;
}
.lf,
.rg {
	position: relative;
}
.icon1 {
	position: absolute;
	top: -54px;
	left: -73px;
}
.icon2 {
	position: absolute;
	bottom: -19px;
	right: -43px;
}
.h1 {
	display: block;
	margin-bottom: 10px;
}
.h2-2 {
	margin-left: 19px;
}
.img1 {
	margin-bottom: 25px;
}
.img2 img {
	margin-left: 13px;
}
img.item1 {
	margin: 0px;
}
.btn {
	width: 336px;
	height: 74px;
	border-radius: 36px;
	cursor: pointer;
	margin: 10px 0 15px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	background: #ff7a00;
}
.btn .icon {
	margin-right: 12px;
}
.txt {
	color: #333;
	font-size: 14px;
	width: 382px;
	margin-left: 12px;
	height: 100px;
}
.txt p {
	line-height: 23px;
	margin: 0px;
}
a {
	text-decoration: none;
}
.bottom_txt {
	position: absolute;
	bottom: 20px;
	text-align: center;
	left: 0;
	right: 0;
	color: #333;
}
.bottom_txt a {
	color: blue;
}
.bottom_txt a:hover {
	color: blue;
}
.download-app {
	box-sizing: border-box;
	position: fixed;
	right: 0.2vw;
	top: 50%;
	transform: translateY(-340px);
	width: 202px;
	height: 106px;
	padding-top: 92px;
	background: url("../image/qr-box-bg.png") no-repeat center / 100% 100%;
	text-align: center;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	line-height: 20px;
}
.download-app .qr-code {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto 9px;
}

.download-app .qr-code img {
    width: 100%;
    height: 100%;
}