* {
	margin: 0px; padding: 0px; box-sizing: border-box;
}
body {
	margin: 0px; padding: 0px; min-width: 320px;
}
img {
	margin: 0px; display: block;
}
ul {
	list-style-type: none;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.banner-b {
	height: 80px; overflow: hidden; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid; background-color: rgb(238, 238, 238);
}
.banner-main {
	margin: 0px auto; width: 1000px; height: 300px; position: relative;
}
.download {
	left: 20px; top: 90px; width: 180px; line-height: 1.5em; font-size: 14px; position: absolute;
}
.download a {
	font-size: 12px; text-decoration: underline; display: inline;
}
.banner-s {
	padding: 15px 0px; width: 100%; overflow: hidden; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid; display: none; box-sizing: border-box; background-color: rgb(238, 238, 238);
}
.banner-s img.logo {
	width: auto; height: 50px; margin-left: 20px; display: inline-block;
}
.banner-s .btn {
	background: rgb(55, 192, 244); margin: 10px 5px; border-radius: 4px; width: 80px; text-align: center; color: rgb(255, 255, 255); line-height: 30px; overflow: hidden; float: right; cursor: pointer;
}
.banner-s .btn:active {
	background: rgb(24, 153, 202);
}
.banner-s .btn:hover {
	background: rgb(24, 153, 202);
}
.banner-s .btn img {
	width: auto; height: 20px; margin-top: -4px; vertical-align: middle; display: inline-block;
}
.banner-s .two-ico {
	width: 20px; height: 20px; margin-top: 15px; margin-right: 5px; float: right;
}
.banner-s .two-ico img {
	width: 100%; height: 100%;
}
.main {
	margin: 0px auto; max-width: 1000px;
}
.main .title {
	padding: 10px; color: rgb(53, 64, 80); font-size: 20px; margin-top: 16px; border-bottom-color: rgb(238, 238, 238); border-bottom-width: 1px; border-bottom-style: solid;
}
.app-name {
	color: rgb(119, 119, 119); font-size: 14px; margin-bottom: 8px;
}
.clear {
	clear: both;
}
.main ul {
	width: 100%;
}
.main ul li {
	background: rgb(251, 251, 251); margin: 10px 1.5% 0px; padding: 16px 30px; border-radius: 8px; border: 1px solid rgb(236, 236, 236); border-image: none; width: 30.33%; height: 120px; overflow: hidden; float: left; display: inline-block; min-width: 300px; box-sizing: border-box;
}
.main ul li.two-dimension {
	background: none; padding: 0px; border-radius: 0px; border: currentColor; border-image: none; text-align: right;
}
.two-dimension-img {
	width: 100%; height: 120px; display: inline-block;
}
.two-dimension-img img {
	height: 100%; float: right; display: inline-block;
}
.two-dimension-img span {
	color: rgb(153, 153, 153); font-size: 14px; margin-top: 50px; margin-right: 10px; vertical-align: middle; display: inline-block;
}
.main ul li .classify {
	vertical-align: middle; display: inline-block;
}
.main ul li .classify > div {
	border-radius: 8px; width: 100%; text-align: center; display: block;
}
.main ul li .classify .android {
	background: rgb(181, 225, 139);
}
.main ul li .classify .ios {
	background: rgb(209, 229, 242);
}
.main ul li .classify .android img {
	width: 100%; height: auto;
}
.main ul li .classify .ios img {
	width: 100%; height: auto;
}
.main ul li .msg-r {
	text-align: right; vertical-align: middle; display: inline-block;
}
.main ul li .msg-r .btn {
	color: rgb(255, 255, 255); font-size: 12px;
}
.main ul li .msg-r .btn .dow {
	background: rgb(55, 192, 244); padding: 0px 20px; border-radius: 4px; margin-top: 5px; margin-left: 10px; display: inline-block; cursor: pointer;
}
.main ul li .msg-r .btn .dow:active {
	background: rgb(24, 153, 202);
}
.main ul li .msg-r .btn .dow:hover {
	background: rgb(24, 153, 202);
}
.main ul li .msg-r .btn .two-d:active {
	background: rgb(24, 153, 202);
}
.main ul li .msg-r .btn .two-d:hover {
	background: rgb(24, 153, 202);
}
.main ul li .msg-r .btn .dow .ico {
	background: url("../image/ico-d1.png") no-repeat left / auto 60%; color: rgb(255, 255, 255); line-height: 30px; padding-left: 30px; display: block;
}
@media screen and (max-width:660px)
{
.main ul li {
	margin: 10px auto; width: 80%; text-align: center; float: none; display: block;
}
}
