.dn_div{
	margin: 5px auto;
	background-color: #FFFFFF;
	text-align: center;
}

.appLogo{
	margin:10px auto;
	text-align: center;
}

.appLogo img{
	width: 100px;
}
.appLogo p{
	font-size: 22px;
	color: #404040;
	line-height: 40px;
}

.title{
	text-align: center;
	font-size: 18px;
	color: #5d5d5d;
	line-height: 50px;
	background-color: #efefef;
}




.dn_div ul{
	margin:0;padding:0; 
	width:210px ;
	margin-left: calc(50% - 105px);
}


.dn_div ul li{
	height: 60px;
	list-style: none;
	border: 0.8px solid #d8d8d8;
	border-radius: 5px;	
	margin-top: 10px;
}

.dn_div ul li img{
	float: left;
	width: 40px;
	height: 40px;
	padding: 10px;
}

.dn_div ul li:hover{
	background-color: #eaeaea;
	cursor: pointer;
	color: #005294;
}

.dn_div ul li a{
	float: left;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	color: #717171;
	text-decoration: none;
}

.div_qr{
	margin-top: 20px;
}
.div_qr img{
	width: 150px;
}

/*   app   */

.dnstr_div ul{
	margin:auto;
	width:80%;	
}


.dnstr_div ul li{
	height: 80px;
	list-style: none;
	border: 0.8px solid #d8d8d8;
	border-radius: 5px;	
	margin: 10px auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.dnstr_div ul li img{
	
	
}


.dnstr_div ul li a{	
	display: inline-block;
	height: 60px;
	line-height: 60px;
	color: #717171;
	text-decoration: none;
}
