<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner {
	position: relative;
	height: 520px;
	overflow: hidden;
}
.banner img {
	display: block;
	width: 100%;
	/* height: 100%; */
}
.main {
	background: #f7f9fc;
	padding-bottom: 30px;
}

.banner-content {
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}

.banner-content h2 {
	font-size: 35px;
}

.download-name {
	position: relative;
	line-height: 55px;
}

.banner-content h1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 43px;
	line-height: inherit;
}

.download-name p {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: rgba(36, 66, 130, 0.15);
	font-size: 40px;
}

.pics-container {
	position: relative;
	width: 1010px;
	/* margin: -220px auto 0 516px; */
	margin: -220px auto 0 480px;
	z-index: 5;
}

.pics-container .phone-pic {
	display: inline-block;
	width: 361px;
	height: 433px;
	background: url(../image/download/phone-pic.png) no-repeat center/cover;
}

.notebook-icon {
	position: absolute;
	display: inline-block;
	top: 10px;
	right: 42px;
	width: 663px;
	height: 364px;
	background: url(../image/download/notebook-icon.png) no-repeat center/cover;
}

.notebook-icon .pc-tips {
	position: absolute;
	display: inline-block;
	top: 32px;
	right: 0;
	left: 0;
	width: 528px;
	height: 283px;
	margin: 0 auto;
	background: url(../image/download/pc-pic.png) no-repeat center/cover;
}

.download-container {
	position: relative;
	width: 1008px;
	height: 160px;
	margin: 0 auto;
	background-color: rgb(255, 255, 255);
	border-radius: 6px;
	box-shadow: 0px 0px 10px 0px rgba(182, 198, 222, 0.1);
}

.download-container:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 2px;
	height: 60px;
	margin: -30px auto 0;
	background: #ebebeb;
}

.phone-container,
.pc-container {
	display: inline-block;
	width: 501px;
	line-height: 160px;
	text-align: center;
	font-size: 22px;
	color: #313336;
	vertical-align: middle;
}

.phone-container-name {
	display: inline-block;
	line-height: 1;
	text-align: left;
	vertical-align: middle;
}

.phone-container-name .version{
	margin-top: 8px;
	font-size: 14px;
	color: #9a9a9a;
}

.phone-container &gt; span,
.pc-container &gt; span {
	display: inline-block;
	vertical-align: middle;
}

.phone-icon {
	width: 28px;
	height: 39px;
	margin-right: 16px;
	background: url(../image/download/phone-icon.png) no-repeat center/cover;
}

.phone-container .phone-btn,
.pc-container .pc-btn {
	display: inline-block;
	width: 212px;
	height: 48px;
	line-height: 48px;
	margin-left: 16px;
	font-size: 18px;
	color: #fff;
	background: #2f7af9;
	border-radius: 6px;
	cursor: pointer;
	vertical-align: middle;
}

.phone-container .phone-btn .scan-icon {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-left: 10px;
	margin-bottom: 4px;
	background: url(../image/download/scan-icon.png) no-repeat center/cover;
	vertical-align: middle;
}

.pc-icon {
	width: 46px;
	height: 39px;
	margin-right: 16px;
	background: url(../image/download/pc-icon.png) no-repeat center/cover;
}

.pc-container .pc-btn .pc-download-icon {
	display: inline-block;
	width: 25px;
	height: 21px;
	margin-left: 10px;
	margin-bottom: 8px;
	background: url(../image/download/download-icon.png) no-repeat center/cover;
	vertical-align: middle;
}

.download-tips {
	width: 310px;
	height: 28px;
	line-height: 28px;
	margin: 40px auto 220px;
	font-size: 14px;
	text-align: center;
	color: #2979ff;
	background: #e9efff;
	border-radius: 14px;
}

.qrcode-container {
	display: none;
	position: absolute;
	bottom: 110px;
	left: 260px;
	padding: 10px;
  width: 170px;
	background: #fff;
	color: #2979ff;
	text-align: center;
  border: 1px solid rgb(238, 238, 238);
  border-radius: 4px;
	z-index: 10;
}
</pre></body></html>