<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.border {
	height: 7.5625rem;
	background: #FFFFFF;
	border: 1px solid #E7E9EC;
	border-radius: 8px;
	margin-bottom: 2.625rem;
	overflow: hidden;
	padding: 15px;
	color: #262626;
	cursor: pointer;
}

.border .icon {
	margin-right: 15px;
	position: relative;
	top: -3px;
}

.border .subTitle {
	font-size: 1.2rem;
	font-family: Alibaba PuHuiTi;
	font-weight: 500;
}

.border .subInfo {
	font-size: 14px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	line-height: 24px;
}

.border:hover {
	background: #0176DC;
	box-shadow: 0px 10px 13px 0px rgba(49,49,49,0.22);
	border-radius: 8px;
	color: #FFFFFF !important;
}


.bg {
	margin-top: 9.375rem;
	padding-bottom: 20px;
	overflow: hidden;
	min-height: 353px;
	background: #0059D4;
}

.ysfx {
	margin-bottom: 60px;
}</pre></body></html>