body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
	padding: 0;
	margin: 0
}

* {
	outline: none;
}

body {
	font-size: 12px;
	text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea {
	outline: 0
}

ul,
ol,
li {
	list-style: none
}

img {
	vertical-align: top;
	border: 0
}

a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

* img {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 0;
}
input,
button {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}
.download{
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: 9;
}
.downloadimg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}
.downloadfixed{
	position: fixed;
	bottom: 8%;
	left: 0;
	width: 100%;
	z-index: 99;
}

.downloadborderlogo{
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 99;
	width: 84px;
	height: 25px;
}

.downloadwidth{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 999;
	display: flex;
	justify-content: center;
}


.downloadlogo{
	width: 48px;
	height: 48px;
	background-color: #fff;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	margin: 0 auto;
	padding: 20px;
}
.downloadtitle{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 28px;
}
.downloadpage{
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 24px;
}
.downloadlink{
	font-size: 14px;
	color: #666;
	text-align: center;
	margin-top: 10px;
}
.downloadpagebox{
	margin: 34px 0;
}


.downloadborder{
	margin-top: 35%;
}
.downloadborder button{
	width: 198px;
	background-color: #2878ff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
	margin: 0 auto;
	padding: 12px 0;
	border-radius: 8px;
	overflow: hidden;
}

.downloadborder button img{
	width: 24px;
	height: 24px;
	display: block;
	margin-right: 10px;
}
.downloadfixedtext{
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
	color: #666;
}






.downloadback{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	background: rgba(0, 0, 0, 0.6);
}
.downloadbackyindao{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 20px 20px 0 0;
}
.downloadbackyindao img{
	width: 60px;
	height: 68px;
	display: block;
}
.downloadbacktext{
	display: flex;
	align-items: center;
	font-size: 15px;
	color: #fff;
	margin-left: 78px;
	margin-bottom: 30px;
}
.downloadbacktext > div:first-child{
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: #ff0000;
	border-radius: 50%;
	text-align: center;
	margin-right: 10px;
	overflow: hidden;
	font-size: 13px;
}
.downloadbacktext > div:last-child{
	display: flex;
	align-items: center;
	line-height: 24px;
}
.downloadbacktext > div span{
	background-color: #000;
	color: #fff;
	padding: 0 5px;
	border-radius: 4px;
	overflow: hidden;
	margin: 0 10px;
	letter-spacing: 2px;
	display: block;
	height: 18px;
	line-height: 18px;
}