<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
html,
body {
	height: 100%;
}

body {
	line-height: 1.5;
	font-family: 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', Arial, 'Hiragino Sans GB', simsun, '\5B8B\4F53';
	font-size: 14px;
	background-color: #f5f5f7;
	color: #465064;
}

body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
textarea,
optgroup,
p,
blockquote,
figure,
hr,
menu,
dir,
thead,
tbody,
tfoot,
th,
td {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style-type: none;
	list-style-image: none;
}

img {
	border: 0;
}

a {
	color: #2774BA;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}


/* 清除浮 动*/

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	display: table;
	content: '';
	clear: both;
}

.wrap {
	width: 1000px;
	margin: 0 auto;
	padding-top: 60px;
}

.cont {
	width: 920px;
	padding: 40px;
	background-color: #ffffff;
	margin-bottom: 60px;
}

.logo {
	width: 920px;
	height: 30px;
	line-height: 30px;
}

.sprite {
	background: url(../img/browser_update_sprite.jpg) top left no-repeat;
	display: inline-block;
}

.zlfund-logo {
	width: 133px;
	height: 30px;
	background-position: 0 0;
	float: left;
	padding-right: 20px;
	border-right: 1px #E1E1EB solid;
	margin-right: 20px;
}

.jjmmw-logo {
	width: 133px;
	height: 30px;
	background-position: 0 -30px;
	float: left;
}

.main {
	border-top: 1px #E1E1EB solid;
	border-bottom: 1px #E1E1EB solid;
	padding: 30px 0;
	margin: 20px 0;
}

.main .tips {
	width: 100%;
	padding: 10px 0;
	height: 30px;
	text-align: center;
	font-size: 18px;
	color: #ff641e;
	margin-bottom: 20px;
	background-color: #fff58c;
	line-height: 30px;
}

.browser-wrap {
	width: 920px;
	overflow: hidden;
	margin-bottom: 20px;
}

.browser-list {
	margin-right: -34px;
	overflow: hidden;
}

.browser-list .browser-item {
	padding: 30px 0;
	width: 284px;
	background-color: #f5f5f7;
	float: left;
	margin-right: 34px;
	text-align: center;
}

.google {
	width: 120px;
	height: 120px;
	background-position: 0 -60px;
}

.firefox {
	width: 120px;
	height: 120px;
	background-position: 0 -180px;
}

.uc {
	width: 120px;
	height: 120px;
	background-position: 0 -300px;
}

.download-btn {
	display: block;
	padding: 8px 0;
	width: 160px;
	margin: 0 auto;
	color: #ffffff;
	font-size: 16px;
	margin-top: 10px;
}

.download-btn.google-btn {
	background-color: #57b958;
}

.download-btn.firefox-btn {
	background-color: #1774b7;
}

.download-btn.uc-btn {
	background-color: #f08300;
}

.tit {
	text-align: center;
	font-size: 30px;
	margin-bottom: 30px;
}

.mt20 {
	margin-bottom: 20px;
}

.browser-set-item{
	text-align: center;
	margin-bottom: 40px;
	
}
.browser-name{
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
.browser-tips{
	color: #788296;
	margin-bottom: 20px;
}





















</pre></body></html>