

/*jiao  8.28*/

.none{
	display: none;
}

.download_tips .tips-head {
	border-bottom: 1px solid #f8f8f8;
	overflow: hidden;
	padding: 15px 30px;
}

.download_tips .tips-head .title {
	float: left;
}

.download_tips .tips-head .tips-close {
	float: right;
	color: #333;
	font-weight: bold;
}

.download_tips .tips-content {
	padding: 15px 60px 30px;
}

.app-qrcode {
	width: 50%;
	margin: 10px auto;
	display: block;
}

.tips-content .close-btn {
	width: 100%;
	background: #D50032;
	height: 40px;
	line-height: 40px;
	border: 1px solid #D50032;
	color: #fff;
	font-size: 14px;
	margin-top: 1em;
}

@media screen and (max-width: 750px) {
	.download_tips .tips-head {
		font-size: 20px;
	}
}

@media screen and (min-width: 750px) {
	.download_tips .tips-head {
		font-size: 26px;
	}
}
