body{
    background-color: rgb(247,244,248);
}
.upload_body{
    width: 100%;
    /*margin-left: 10%;*/
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 35px;
}
.upload_title{
    font-size: 30px;

}
.add_file{
    width: 100%;
    /*height: 400px;*/
    /*margin-left: 10%;*/
    margin-top: 20px;
    /*padding-bottom: 30px;*/
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 35px;
    z-index: 2;
}
.gif_img{
    bottom: 0;
    right: 0;
    position: absolute;
    width: 500px;
    height: 281px;
    z-index: 1;
}
.upload_tag{
    height: 100px;
    width: 80%;
    background-color: #FFFFFF;
    margin-left: 10%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 100px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.a{
    /*width: 300px;*/
}
.choose_title1{
    margin-bottom: 30px;
}
.btn_down1{
    margin-left: 25%;
    margin-top: 60px;
    width: 50%;
}
#prosses{
    width: 100%;
    margin-bottom: 10px;
}