body {
	background-color: #f3f3f3;
}

.hilight {
	color: #ff9501;
}

i.icon {
	width: 30px;
	height: 30px;
	display: inline-block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

i.icon.apple-white {
	background-image: url(/static/images/icon_ios_white.png);
}

i.icon.android-white {
	background-image: url(/static/images/icon_android_white.png);
}

/* PC版导流 */

.banner {
	width: 100%;
	height: 870px;
	background-image: url(/static/images/download_background.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.banner .content {
	top: 179px;
	left: calc(50% - 330px);
	color: #fff;
	position: absolute;
}

.banner .content .logo {
	margin-bottom: 15px;
}

.banner .content h1.title {
	font-size: 44px;
}

.banner .content p.medium {
	font-size: 22px;
	margin-bottom: 5px;
}

.banner .content p.desc {
	font-size: 20px;
}

.banner .content .qrcode {
	margin: 10px 0;
}

.banner .download-tips {
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}

.banner .download-tips span {
	line-height: 30px;
	vertical-align: text-bottom;
}

.banner .content p i {
	margin-right: 10px;
}

/* 下载信息 */

.download {
	margin: 40px 25px;
}

.download .message {
	font-size: 20px;
	text-align: center;
	color: #313131;
}

.download .icon {
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 40px auto 0px auto;
}

.download .icon-ios {
	background-size: 37px 46px;
	background-image: url(/static/images/icon_ios.png);
}

.download .icon-android {
	background-size: 36px 42px;
	background-image: url(/static/images/icon_android.png);
}

.download .desc {
	font-size: 12px;
	margin: auto;
	text-align: center;
	color: #313131;
}

/* 小屏响应 */

@media screen and (max-width: 1024px) {
	.header-large {
		display: none !important;
	}
	.show-large {
		display: none !important;
	}
	nav {
		display: none !important;
	}
}

/* 页脚 */

.footer-index {
	font-size: 12px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #333333;
	background-color: #f5f6f7;
}

.footer-index a {
	color: #333333;
}
