#main{
position: relative;
width: 1170px;
margin: 0 auto;
top: 40px;
padding: 30px 0;
flex: 1;
background:#ffffff  ;
margin-bottom: 40px;
}
.download{
background: #e2ece9;
padding: 20px;
box-shadow: 0 -40px 40px #9bdfda inset;
margin-bottom: 30px;
}
.download_title{
max-width: max-content;    
}
.download_title>a{
color: #144551;
}

.download_title>a:hover{
    color: #4d908e;
    
    }
.download_image{
width: 500px;
margin: 0 auto;
}
.download_image>a>img{
    width: 100%;
    }


.main_download{
width: 750px;
float: right;


}

.download_discription{
color: #144551;
text-align: justify;

}
.download_footer{
    padding: 20px;
}
.download_price{
color: #144551;
float: right;

}
.download_shopping{
padding: 3px 15px;
float: left;
background: #144551;
color: #f1fff1;
border-radius: 5px;
}
.download_shopping:hover{
    
    background: #f1fff1;
    color: #144551;
    
    border-radius: 15px;
    }
    .download_price>p{
        font-family: tanha;
        float: right;
        margin: 0;
    padding: 0 0 0 10px;
    }
    


