<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
body{
	margin:0px;
	padding:0px;
	min-width:320px;
}
img{
	display:block;
	margin:0;
}
ul,li{
	list-style-type:none;
}
a, a:link, a:visited, a:hover , a:active{
text-decoration:none;
}

/****************************************************/

.banner-b{
	background:url(fw/images/banner-bg.png) center center no-repeat #0072e5;	
	border-bottom:1px solid #ccc;	
	height:300px;
	overflow:hidden;
}
.banner-main{
	width:1000px;
	height:300px;
	margin:0 auto;
	background:url(fw/images/banner-bg.png) top right no-repeat;
	position:relative;
}
.two-dimension{
	text-align:center;
	padding:10px;
	position: absolute;
	top:40px;
	left:260px;
}
.two-dimension-img{
	text-align:center;
	width:200px;
	height:200px;
	background:#fff;
	padding:10px;
	border:1px #ccc solid;
	margin-bottom:10px;
	box-sizing:border-box;
}

.two-dimension-img img{
	width:100%;
	height:100%;	
}
.download{
	width:180px;
	position: absolute;
	top:90px;
	left:20px;
	font-size:14px;
	line-height:1.5em;
}
.download a{
	display: inline;
	font-size:12px;
	text-decoration: underline;
}
/****************************************************/
.banner-s{
	display:none;
	width:100%;
	background-color:#eee;	
	border-bottom:1px solid #ccc;
	overflow:hidden;
	padding:15px 0px;
	box-sizing:border-box;
	
}
.banner-s img.logo{
	width:auto;
	height:50px;
	margin-left:20px;
	display:inline-block;
}
.banner-s .btn{
	background:#37c0f4;
	margin:10px 5px;
	line-height:30px;
	float:right;
	overflow:hidden;
	border-radius:4px;
	text-align:center;
	color:#fff;
	cursor:pointer;
	width: 80px;
}
.banner-s .btn a{
	color:#fff
}
.banner-s .btn:active, .banner-s .btn:hover{
	background:#1899ca;
}
.banner-s .btn img{
	height:20px;
	width:auto;
	vertical-align:middle;
	margin-top:-4px;
	display:inline-block;
}
.banner-s .two-ico{
	float:right;
	margin-right:5px;
	width:20px;
	height:20px;
	margin-top:15px;
}
.banner-s .two-ico img{
	width:100%;
	height:100%;
}
/****************************************************/
.main{
	max-width:1000px;
	margin:0 auto;
}
.main ul li{
	width:100%;
	padding:40px 10px;
	border-bottom:1px solid #eee;
	box-sizing:border-box;
	display: table;
}
.main ul li:last-of-type{
	border-bottom:none;
}
.main ul li .classify{
	display:table-cell;
	vertical-align:middle;
	width:106px;
}
.main ul li .classify&gt;div{
	width:100%;
	border-radius:16px;
	text-align:center;
	display:block;
	overflow:hidden;
}

.main ul li .classify .android{
	background:#b5e18b;
}

.main ul li .classify .ios{
	background:#d1e5f2;
}
.main ul li .classify .android img,.main ul li .classify .ios img{
	width:100%;
	height:auto;
}
.main ul li .msg-m{
	display:table-cell;
	padding-left:10px;	
	vertical-align:middle;
	word-break: break-all;
}
.main ul li .msg-m .name{
	color:#000;
	font-size:18px;
	font-weight:bold;
	display:block;
	margin-bottom:10px;
}
.main ul li .msg-m .name .num{
	font-size:0.6em;
	color:#999;
}
.main ul li .msg-m .intro{
	color:#999;
	font-size:14px;
	line-height:20px;
}
.main ul li .msg-r{
	width:65%;
	min-width:110px;
	display:table-cell;
	text-align:right;
	vertical-align:middle;
}
.main ul li .msg-r .font1{
	color:#999;
	font-size:12px;
}
.main ul li .msg-r .btn{
	color:#fff;
	font-size:12px;
}
.main ul li .msg-r .btn .dow ,.main ul li .msg-r .btn .two-d{
	background:#37c0f4;
	display:inline-block;
	padding:0px 20px;
	margin-left:10px;
	border-radius:4px;
	cursor:pointer;
	margin-top:5px;
	text-align:center;
}
.main ul li .msg-r .btn .dow:active,.main ul li .msg-r .btn .dow:hover,.main ul li .msg-r .btn .two-d:active,.main ul li .msg-r .btn .two-d:hover{
	background:#1899ca;
}

.main ul li .msg-r .btn .dow .ico{
	padding-left:30px;
	line-height:30px;
	background:url(fw/images/ico-d1.png) no-repeat left center;
	background-size:auto 60%;
	display:block;
	color:#fff;
}
.main ul li .msg-r .btn .two-d .ico{
	padding-left:30px;
	line-height:30px;
	background:url(fw/images/ico-d2.png) no-repeat left center;
	background-size:auto 60%;
	display:block;
	color:#fff;
}

/******************************************************/
@media screen and (max-width : 640px){
.banner-b{
	display:none;
}
.banner-s{
	display:block;
}
/*
.main ul li .msg-r .btn .two-d{
	display:none;
}
*/
.banner-s .title{
	text-align:center;
	font-size:1.2em;
	font-weight:bolder;
	color:#666;
}
.main ul li{
	width:100%;
	padding:10px 10px;
}
.main ul li .classify{
	width:15%;
}
.main ul li .classify&gt;div{
	width:100%;
	min-width:40px;
	border-radius:8px;
}
.main ul li .msg-m .name{
	font-size:14px;
	margin-bottom:5px;
}
.main ul li .msg-m .intro{
	font-size:12px;
}
.main ul li .msg-r .font1{
	font-size:10px;
}
/*
.main ul li .msg-r .btn{
	font-size:10px;
	line-height:20px;
	margin-top:5px;
}
.main ul li .msg-r .btn .dow ,.main ul li .msg-r .btn .two-d{
	padding:0 10px;
	display:inline block;
}
*/
@media screen and (min-width : 641px){
.banner-b{
	display:block;
}
.banner-s{
	display:none;
}
}
</pre></body></html>