#statusModal {
	display: none;
}

#statusDialog {
	width: 100%;
}

#statusContent {
	width: 600px;
	text-align: center;
	margin: auto;
	margin-top: 250px;
}

.down-wrap {
	float: left;
	margin: 22px 0 50px 0;
	width: 100%;
	text-align: justify;
}

.down-title {
	margin-bottom: 2px;
}

.down-under {
	margin-top: 10px;
}

.down-price {
	font-size: 20px;
	font-weight: bold;
	color: #ff6e01;
	float: left;
}

.down-item {
	float: left;
	margin-bottom: 25px;
}

.down-img {
	width: 105px;
	float: left;
}

.down-content {
	width: 610px;
	margin-top: 10px;
	float: left;
	margin-left: 14px;
	font-size: 16px;
}

.btn-buy {
	float: left;
	font-size: 16px;
	height: 30px;
	text-align: center;
	width: 84px;
	padding-top: 3px;
	background: #ff8401;
	margin-left: 18px;
}

.btn-download {
	float: right;
	background: #3dafff;
	height: 30px;
	text-align: center;
	width: 84px;
	text-decoration: none !important;
	color: white !important;
	padding-top: 3px;
	font-size: 16px;
}

.btn-download a {
	color: white !important;
	text-decoration: none;
}

.btn-buy a {
	color: white;
	text-decoration: none;
}