@charset "UTF-8";

/********************************** 项目中样式 *********************************/

html,
body {
	height: 100%;
	width: 100%;
}

.download-content {
	max-width: 750px;
	margin: auto;
	height: 100%;
	min-height: 7.5rem;
	position: relative;
	background-image: url("../images/img-bg-footer.png"), url("../img-bg.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center bottom, center;
	background-size: 100% auto, cover;
}

.download-content .title-pack {
	position: absolute;
	width: 100%;
	left: 0;
	top: 33%;
	text-align: center;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.download-content .title-pack .img-pack {
	height: 1.7rem;
}

.download-content .title-pack .img-pack img {
	display: none;
	margin: auto;
	height: 100%;
	width: auto;
}

.download-content .title-pack .site-name {
	margin-top: 0.68rem;
	font-size: 0.4rem;
	line-height: 0.56rem;
	color: #444;
	font-weight: bold;
}

.download-content .title-pack .site-describe {
	color: #999;
	margin-top: 0.08rem;
	font-size: 0.26rem;
	line-height: 0.37rem;
}

.download-content .download-button {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 33%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 1.38rem;
	padding-right: 1.38rem;
}

.download-content .download-button .button {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 0.28rem;
	line-height: 0.8rem;
	border-radius: 0.4rem;
	text-align: center;
	background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #f8504a), to(#f10a0a));
	background-image: linear-gradient(-90deg, #0081ff 0, #0081ee 100%);
}

.weixin-hint-pack {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
}

.weixin-hint-pack .weixin-hint {
	position: absolute;
	top: 0.3rem;
	right: 0.06rem;
	font-size: 0.32rem;
	line-height: 0.66rem;
	border-radius: 0.33rem;
	padding-left: 0.4rem;
	padding-right: 0.4rem;
	color: #fff;
	background: linear-gradient(345deg, #4ccb6f 0, #26a348 100%);
}

.weixin-hint-pack .weixin-hint::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0.4rem;
	margin-top: -0.1rem;
	border-left: 0.06rem solid transparent;
	border-right: 0.06rem solid transparent;
	border-bottom: 0.1rem solid #26a348;
}

@media screen and (min-width: 750px) {
	html {
		font-size: 46.875px !important;
	}
}


.androidModal {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	/*display: none;*/

	/*transition:all 0.5;*/
}

.androidModal .androidMask {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	background-image: url("images/8.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

.iosModal {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	background-image: url("images/8.png");
	background-size: 100%;
	background-repeat: no-repeat;
	/*transition:all 0.2;*/
}

.download-bottom {
	position: absolute;
	left: 0;
	bottom: 20%;
	padding: 0 40px;
	text-align: center;
	color: #666;
	line-height: 28px;
	font-size: 12px;
	font-family: 'Microsoft Yahei', '微软雅黑';
}

.download-bottom span {
	color: #e8380c;
	display: inline-block;
}
