* {
	margin: 0;
	padding: 0;
	font-family: PingFangSC-Regular, PingFang SC, sans-serif;
	box-sizing: border-box;
	outline: none;
}

body,
html {
	width: 100%;
	height: 100%;
	/* 解决微信内置浏览器字体大小影响界面效果情况 */
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
}

a:-webkit-any-link {
	text-decoration: none !important;
}

.main {
	width: 100%;
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	background: linear-gradient(127deg, #FEFEFF 0%, #EBF1F7 100%);
	position: relative;
}

img {
	image-rendering: -moz-crisp-edges;
	/* Firefox */
	image-rendering: -o-crisp-edges;
	/* Opera */
	image-rendering: -webkit-optimize-contrast;
	/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	/* IE (non-standard property) */
}

/*logo部分*/
.logo {
	width: 100%;
	padding: 45px 100px 0;
}

.logo>img {
	width: 88px;
}

main {
	height: calc(100% - 80px);
	display: flex;
	align-items: center;
	justify-content: center;
}

/*内容部分*/
.content {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	/*justify-content: space-around;*/
}

.content>.banner {
	max-width: 876px;
}

.content>.banner.pc {
	margin-left: 80px;
	max-height: 693px;
}

.content>.banner.mobile {
	display: none;
}

/*右侧部分*/
.download-container {
	margin: 0 122px;
	margin-top: -35px;
}

.download-container>.head {
	width: 316px;
}

.download-container>.title {
	font-size: 44px;
	font-weight: bold;
	line-height: 64px;
	color: #20242A;
	font-family: SourceHanSansSC-Bold, SourceHanSansSC;
}

.download-container>.title>span {
	color: #17B34F;
	font-family: SourceHanSansSC-Bold, SourceHanSansSC;
}

.download-container>.description {
	width: 500px;
	margin-top: 24px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
}

/*下载按钮部分*/
.download-container>.download {
	display: flex;
	align-items: center;
	margin-top: 64px;
}

.download-container>.download li {
	height: 48px;
	background: #FFFFFF;
	border-radius: 24px;
	border: 1px solid #20242A;
	display: flex;
	align-items: center;
	margin-right: 24px;
	font-size: 16px;
	font-weight: 400;
	color: #20242A;
	line-height: 22px;
	padding: 0 24px;
	cursor: pointer;
	position: relative;
}

.download-container>.download li>.icon {
	width: 20px;
	margin-right: 8px;
}

.download-container>.download li>.name {
	font-size: 16px;
	font-weight: 400;
	color: #20242A;
	line-height: 22px;
	word-break: keep-all;
}

.download-container>.download li>.qrcode {
	width: 40px;
	height: 20px;
	position: relative;
	background-image: url("../img/qrcode.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
}

.download-container>.download li>.qrcode::before {
	content: '|';
	position: absolute;
	color: #D0D2D4;
	left: 5px;
	top: -3px;
}

.empty {
	width: 180px;
	height: 93px;
	border-radius: 8px;
	position: absolute;
	top: -25px;
	left: 0px;
	background: #00000000;
}

/*移入框样式*/
.hover-info {
	width: 292px;
	height: 252px;
	background: #FFFFFF;
	box-shadow: 4px 4px 20px 0 rgba(32, 36, 42, 0.08);
	border-radius: 8px;
	display: none;
	text-align: center;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	/*top: 27px;*/
	left: -50px;
	right: 0;
	cursor: default;
	/* pointer-events: none; */
}

.hover-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hover-item>img {
	width: 110px;
	height: 110px;
	margin-bottom: 8px;
}

.hover-panel {
	display: flex;
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
}

.hover-panel:before,
.hover-panel:after {
	content: '';
	display: block;
}

.hover-item>p {
	font-size: 11px;
	font-weight: 400;
	color: #909399;
	line-height: 11px;
}

.hover-item>.ver {
	font-size: 14px;
	font-weight: bold;
	color: #20242A;
	line-height: 20px;
}

.hover-item>.button {
	width: 110px;
	height: 30px;
	background: #20242A;
	border-radius: 4px;
	color: #fff;
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 12px 0 8px 0;
	cursor: pointer;
}

.hover-item>.button>img {
	width: 12px;
	height: 12px;
	border-radius: 4px;
	cursor: pointer;
}

.hover-item>.button>p {
	padding-top: 1px;
	transform: scale(0.9);
	cursor: pointer;
}

.hover-item>.adjust-p {
	line-height: 16px;
	margin-top: 0;
}

.download-info {
	width: 180px;
	height: 72px;
	background: #FFFFFF;
	box-shadow: 4px 4px 20px 0 rgba(32, 36, 42, 0.08);
	border-radius: 8px;
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	pointer-events: none;
}

.download-info>p {
	font-size: 11px;
	font-weight: 400;
	color: #909399;
	line-height: 11px;
	margin-top: 8px;
}

.mobile-download-container {
	display: none;
}

/*mask*/
.download-mask {
	position: fixed;
	top: 0;
	flex: 1;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 999;
	display: none;
}

.download-mask>img {
	width: 100px;
	display: flex;
	align-self: flex-end;
	justify-content: flex-end;
	pointer-events: none;
	-webkit-user-select: none;
	margin: 20px 20px 20px auto;
}

.download-mask>.text {
	color: #fff;
	font-size: 30px;
	text-align: center;
	flex-direction: column;
	display: flex;
}

.recordno {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #909399;
	line-height: 22px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -90px;
}

/* 手机 ：小于767px*/
@media (max-width: 1530px) {
	.content>.banner.pc {
		width: 50%;
	}

	.content>.banner {
		width: 100%;
		max-width: 876px;
		flex: 1;
	}

	main {
		height: 100%;
		min-height: calc(100% - 80px);
	}

	.recordno {
		display: none;
	}
}

@media (max-width: 1366px) {
	.content>.banner.pc {
		width: 55%;
	}

	.download-container {
		zoom: 80%;
	}

	.recordno {
		bottom: -60px;
	}
}

@media (max-width: 960px) {
	.content {
		flex-direction: column;
		margin-top: 50px;
	}

	.content>.banner.pc {
		width: 80%;
		margin-left: 0;
	}

	.download-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-bottom: 100px;
	}

	.download-container>.head {
		margin-bottom: 30px;
	}

	.download-container>.description {
		max-width: 666px;
		width: 90%;
		text-align: center;
	}

	.recordno {
		bottom: -30px;
	}
}
