<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrapper{
	min-height: calc(100vh - 604px);
}

.banner {
	height: 729px;
	width: 100%;
	background-image: url("https://i.goldnurse.com/website/image/download/download-bg.png");
	background-size: 100% 793px;
	background-position: 0 -32px ;
	background-repeat: no-repeat;
	overflow: hidden;
}
.banner-download {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.banner-download .download-app{
	position: absolute;
	bottom: 0;
}
.download-app span {
	position: relative;
	display: inline-block;
	margin-left: 33px;
}
.download-app span:first-of-type:before {
	content: 'ç”¨æˆ·ç«¯APP';
}
.download-app span:last-of-type:before {
	content: 'æŠ¤å£«ç«¯APP';
}
.download-app span:before {
	position: absolute;
	top: -30px;
	left: 50%;
	color: #fff;
	transform: translateX(-50%);
}
.banner-download .download-app img {
	width: 287px;
	display: inline-block;
	margin-bottom: -82px;
}


.download-info {
	width: 512px;
	height: 497px;
	right: 0;
	position: absolute;
	bottom: 0;
	color: #fff;
}
.download-title h2{
	margin-top: 60px;
	font-size:40px;
	line-height:52px;
}
.download-title h3{
	margin-top: 18px;
	font-size:22px;
	line-height:29px;
}
.download-info button {
	width:220px;
	height:50px;
	background:rgba(255,255,255,0.23);
	border-radius:4px;
	border: none;
	display: block;
	margin-top: 20px;
	transition: all .2s ease;
	font-size: 12px;
}
.download-info button:hover{
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.5);
}
.download-info button.active:hover{
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.5);
}
.download-info button.active {
	font-size: 14px;
	background:rgba(79,33,112,1);
}
.download-btn {
	padding-top: 3px;
}
.download-app-link {
	margin-top: 32px;
	display: flex;
}
.download-app-link .q_code {
	width:164px;
	height:165px;
	margin-right: 41px;
	background: #fff;
}
.download-app-link .q_code img {
	width: 100%;
	height: 100%;
}
</pre></body></html>