.contentbox{
    width: 100%;
    margin:0 auto;
    margin-top:0px;
}

.dwhite{
	width: 100%;
	background: white;
	font-size: 14px;
	padding-bottom: 50px;
}
.ios,.andriod,.pc{
	width: 1024px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
}
.list-item{
	border-bottom: 1px solid #DDDDDD;
	padding:15px 20px;
	color: #666666;
	font-size: 14px;
	width: 100%;
}
.dlogo{
	float: left;
	width: 80px;
}
.dcontent{
	float: left;
	margin-left: 15px;
	padding: 15px;
	text-align: left;
	width: 16%;
}
.dtitle{
	font-size: 16px;
	color: black;
	margin-bottom: 10px;
}
.dldiv{
	float: left;	
	width: 32%;
	margin-left: 3%;
	display: inline-block;
	height: 80px;
	text-align: center;
}
.note{
	word-break:break-word; 
	display: table-cell;
	height: 80px;
	text-align: center;
	vertical-align: middle;
	width: 326px;
}
.dw{
	float: left;
	border: 1px solid #F08600;
	margin-top: 28px;
	margin-left: 120px;
	padding: 5px 35px;
	border-radius: 20px;
	color: #F08600;
	font-size: 16px;
}
.dw:hover{
	color: white;
	background: #F08600;
}
.orange{
	color: white;
	background: #F08600;
}
