/*body{
	background: #FFFFFF !important;
}*/
.down{
	padding:0 40px;
	background: #FFFFFF;
	width: 980px;
	margin: 40px auto;
	border-radius: 10px;
}
.list{
    width: 980px;
    margin: 40px auto 120px auto;
}
.list li{
    display: flex;
    align-items: center;
    height: 210px;
    border-bottom: 1px solid #eee;
}
.list li:last-child{
	border-bottom: 1px solid #fff;

}
.logodow{
    width: 130px;
    height: 130px;
    margin-right: 40px;
    border-radius: 10px;
    overflow: hidden;
}
.logodow img{
	display: block;
	width: 130px;
    height: 130px;
}

.main-download{
	 flex: 1;
}
.main-download h3{
	color: #666;
    font-size: 20px;
    margin-bottom: 5px;
    letter-spacing: 1.5px;
}
.main-download p{
	    color: #999;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 25px;
    width: 800px;
}
.main-download .btn{
	    padding: 11px 20px;
    min-width: 114px;
    text-align: center;
    color: #fff;
    background: #1686dc;
    margin-right: 24px;
    border-radius: 4px;
    box-shadow: 0 6px 12px 0 rgba(66,113,253,.3);
}
.main-download .btn:hover{
	opacity: .7;
}
