html,body{
	min-height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0px auto;
	padding: 0px;
	font-family: 'Microsoft YaHei';
	max-width: 750px;
	background: #fff url(../image/msite/bg.png) no-repeat left top;
	background-size: 100%;
}
*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.download_all{
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100vh;
}
.download_top{
	flex-shrink: 0;
}
.top_con{
	display: block;
	width: 100%;
	text-align: center;
	padding: 60px 0px 10px 0px;
	font-family: 'Microsoft YaHei', arial;
}
.top_con img{
	border: none;
	width: 120px;
	height: 120px;
	border-radius: 26px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.top_con h2{
	display: block;
	text-align: center;
	font-size: 22px;
	color: #111;
	font-weight: bold;
	margin-top: 12px;
}
.top_con p{
	font-size: 13px;
	color: #555;
	margin-top: 4px;
}
.con{
	flex: 1;
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 0 0 0;
}
.con img{
	border: none;
	width: 85%;
	max-width: 480px;
	margin: 0px auto;
	display: block;
}
.download_bottom{
	background: url(../image/msite/bottom.png) no-repeat left top;
	background-size: 100% 100%;
	flex-shrink: 0;
	width: 100%;
}
.bottom_con{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 70px 0px 20px 0px;
}
.bottom_con a{
	margin: 7px auto;
	text-decoration: none;
	background: #fff;
	border-radius: 40px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #D12620;
	font-size: 15px;
	width: 72%;
	height: 44px;
	line-height: 44px;
	outline: none;
	font-family: 'Microsoft YaHei', arial;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.bottom_con a img{
	border: none;
	height: 22px;
	margin-right: 10px;
}
/* shareLayer start */
.layerBg{
	background: #000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.shareLayerCon{
	text-align: center;
	position: fixed;
	top: 50%;
	right: 0;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 101;
}
.arrowIconTip{
	height: 200px;
	-webkit-transform: rotate(-16deg);
	transform: rotate(-16deg);
	position: absolute;
	top: -215px;
	right: -10px;
	z-index: 1;
}
.shareTipSpan{
	line-height: 1.2;
	font-size: 20px;
	color: #fff;
	padding: 5px 0;
}
.shareTipBtn{
	width: 120px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	border-radius: 30px;
	border: 1px dashed #fff;
	background: none;
	margin-top: 40px;
}
