#top_menu {
    width: 1200px;
    height: 70px;
    position: fixed;
    top: 50px;
    display: block;
    margin-top:0px;
    z-index: 999;
    background: #07a1e2;
    margin:0px;
}
.h1_icon {
    font-family:'icomoon';
    font-size:40px;
    vertical-align: middle;
    margin-bottom: 8px;
    line-height: 62px;
   
}
#top_menu h1 {
    color: #fff;
    float: left;
    line-height: 70px;
    margin: 0px;
    font-size: 30px;
    font-weight: normal;
    margin-left: 15px;
    padding:0px;
}
.text1 {
    font-size:20px;
    text-align: center;
    color:#006CFF;
}
.text2 {
    font-size:16px;
    text-align: center;

}
.track_select {
    margin:0 auto;
    text-align: center;
    margin-top:25px;
    margin-bottom:25px;
}
.track_select p {
    margin:0 auto;
    display:inline-block;
    font-size:16px;
}
#upload_area {
    width: 1170px;
    padding:15px;
    text-align: center;
    display: block;
    z-index: 999;
    background: #fff;
    margin:0px;
    margin-top:70px;
}
#file_list_body  {
      width: 1170px;
   padding:15px;
      clear:both;
    display: block;
    z-index: 999;
    background: #fff;
    margin:0px;
    margin-top:10px;
}
h2 {
    margin-bottom:5px;
}
.track_selection {
    margin-bottom:0px;
    line-height:20px;
}
.track_selection input {
    margin-right:10px;
    
}
.track_select  p:first-child {
    margin-right:100px;
}

.demo_upload {

    margin:0 auto;
  background:none;
    vertical-align: middle;
    line-height:20px;
   font-size:10px;
    text-align: center;
    display:block;

 clear:both;
     color:#006CFF;
}
.demo_upload:before {
    font-family:'icomoon';
    font-size:80px;
 line-height:80px;
    content:'\07E';
     vertical-align: middle;
 display:block;


}
.dnd {
         color:#006CFF;
         font-size:16px;
}
.demo_upload:hover{
     background:none;
    color:#666 !important;
    border-color:#666;
}