.down9898 {
	padding: 3px 0;
	box-sizing: border-box;
	font: 15px/1.75 Arial, '微软雅黑';
	background: #fff;
}

.down9898 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.down9898 ul li {
	float: none;
	width: auto;
	height: auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family: Arial;
}

.down9898 img {
	vertical-align: middle;
}

.down9898 a {
	text-decoration: none;
	color: inherit;
}

.down9898-boxt {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.down9898-boxt-1 {
	width: 30%;
	min-width: 130px;
	text-align: center;
}

.down9898-boxt-1 img {
	width: 100px;
}

.down9898-boxt-2 {
	width: 70%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.down9898-boxt-2l {
	width: 50%;
	color: black;
}

.down9898-boxt-2l ul {
	width: 100%;
}

.down9898-boxt-2r {
	width: 50%;
	color: black;
}

.down9898-boxt-2r img {
	width: 22px;
}

.down9898-rz {
	margin-top: 5px;
	color: #15bc83;
}

.down9898-rz img {
	width: auto;
	height: 24px;
	margin-right: 3px;
}

.down9898-boxf {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: center;
	color: #fff;
}

.down9898-boxf div {
	width: 33.33%;
}

.down9898-boxf a {
	height: 40px;
	line-height: 40px;
	display: inline-block;
	width: 80%;
	border-radius: 5px;
	transition: all 0.2s;
}

.down9898-boxf a img {
	width: 24px;
	margin-right: 3px;
}

.down9898-boxf a:hover {
	margin-top: -5px;
}

.down9898-boxf-1 {}

.down9898-boxf-1 a {
	background: #c34dff;
}

.down9898-boxf-2 {}

.down9898-boxf-2 a {
	background: #ff5b5b;
}

.down9898-boxf-3 {}

.down9898-boxf-3 a {
	background: #3ebc40;
}

.down9898-boxf1 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: center;
	color: #fff;
}

.down9898-boxf1 a {
	height: 40px;
	line-height: 40px;
	display: inline-block;
	width: 80%;
	border-radius: 5px;
	transition: all 0.2s;
}

.down9898-boxf1 a img {
	width: 20px;
	margin-right: 3px;
}

.down9898-boxf-4 a {
	background: #000;
}

.down9898-boxf1 div {
	width: 25%;
}

@media screen and (max-width:500px) {
	.down9898 {
		padding: 3px 0;
		font: 12px/1.75 Arial, '微软雅黑';
	}

	.down9898-boxt-1 {
		width: 20%;
		min-width: 100px;
		text-align: center;
	}

	.down9898-boxt-1 img {
		width: 70px;
	}

	.down9898-boxt-2 {
		width: 80%;
	}

	.down9898-boxt-2r img {
		width: 16px;
	}

	.down9898-rz img {
		height: 20px;
		margin-right: 3px;
	}

	.down9898-boxf a {
		height: 34px;
		line-height: 34px;
		display: inline-block;
		width: 90%;
		border-radius: 5px;
		transition: all 0.2s;
	}

	.down9898-boxf1 a {
		height: 34px;
		line-height: 34px;
		display: inline-block;
		width: 90%;
		border-radius: 5px;
		transition: all 0.2s;
	}

	.down9898-boxf a img {
		width: 24px;
		margin-right: 3px;
	}

	.down9898-boxf a:hover {
		margin-top: 0;
	}

	.down9898-boxf a img {
		width: 20px;
	}
}

