
html {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	font-family: 'Microsoft YaHei';
	margin: 0 auto;
	background-image: url('../images/wx_01.png');
	background-repeat: no-repeat;
	width: 100%;
	background-size: 100% 100%;
	height: 100%;
	background-color: #0d121d;
}

.row {
	padding: 0px;
}

.content {
	width: 100%;
	height: 100%;
}

.logo {
	text-align: center;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: 800;
	flex-direction: column;
}

.logo font {
	font-size: 14px;
}

.logo span {
	margin-top: 6px;
}

.download {
	text-align: center;
	height: 29%;
	width: 100%;
	margin: 0 auto;
	display: block;
}

.bottom {
	border: 0px solid red
}

.bottom ul {
	list-style: none;
}

.bottom li {
	float: left;
	width: 50%;
}

.bottom a {
	color: #858585;
	text-decoration: none;
	font-size: 10px;
}

.model-pop {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(28, 28, 28, 0.84);
	display: none;
	z-index: 10000;
	-moz-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-overflow-scrolling: touch;

}

.model-container img.finger {
	width: 8%;
	position: fixed;
	right: 10px;
	top: 10px;
}

.model-container {
	width: 100%;
	height: 100%;
	padding-top: 55%;
	color: #dadada;
}

.model-container p.model_p_share_tip {
	overflow: hidden;
	clear: left;
	text-align: left;
}

.model-container p.model_p_share_tip img {
	width: 25px;
	float: left;
	margin: 0 5px;
}

.down_dec_font {
	float: left
}

.d_new_cont {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 5%;
}