

/* s1_1 */
.ml30{margin-left: 30px;}
.flex{display: flex;}
.ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
body,html{
    background-image: none;
}
*{margin: 0;padding: 0;}
.comFileWrap{
    height: auto;
    background: #FAFAFA;
}
.comFileWrap .top{
    width: 100%;
    height: 66px;
}
.comFileWrap .top .img1{
    width: 26px;
    height: 24px;
    margin-left: 20px;
    margin-top: 21px;
    float: left;
}
.comFileWrap .top .p1{
    font-size: 16px;
    line-height: 66px;
    color: #303030;
    font-weight: bold;
    margin-left: 5px;
    float: left;
}
#i_select_files .tips{
    font-size: 16px;
    color: #959595;
    font-family: PingFangSC-Regular;
    margin-top: 10px;
}
#i_select_files .tips2{
    width: 820px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #BBBBBB;
    margin-top: 10px;
    text-align: left;
    word-break: break-all;
}
.i_select_files .tips{
    font-size: 16px;
    color: #959595;
    font-family: PingFangSC-Regular;
    margin-top: 10px;
}
.i_select_files .tips2{
    width: 820px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #BBBBBB;
    margin-top: 10px;
    text-align: left;
    word-break: break-all;
}
.fileListWrap{
   overflow: hidden;
}
.fileListWrap .video_list_item{
    width: 300px;
    color: #888888;
    border: 1px dashed #D0D6DC;
    background-color: #F0F5FF;
}
.fileListWrap .video_list_item .video_title_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.fileListWrap .video_list_item .video_title_wrap .video_title{
    width: 150px;
    color: #333333;
    font-weight: bold;
}
.fileListWrap .video_list_item .video_title_wrap .video_btn{
    display: flex;
}

.fileListWrap .video_list_item .video_title_wrap .video_btn .video_btn_item{
    width: 30px;
    height: 20px;
    background: #31A6D4;
    border: 1px solid #55ABEB;
    border-radius: 4px;
    color: #FFFFFF;
    text-align: center;
    line-height: 20px;
    margin: 5px;
    cursor: pointer;
}
.fileListWrap .video_list_item  .video_info .video_btn{
    cursor: pointer;
}
.pdfListWrap{
    overflow: hidden;
 }
 .pdfListWrap .video_list_item{
     width: 300px;
     color: #888888;
     border: 1px dashed #D0D6DC;
     background-color: #F0F5FF;
 }
 .pdfListWrap .video_list_item .video_title_wrap{
     display: flex;
     justify-content: space-between;
     align-items: center;
 
 }
 .pdfListWrap .video_list_item .video_title_wrap .video_title{
     width: 150px;
     color: #333333;
     font-weight: bold;
 }
 .pdfListWrap .video_list_item .video_title_wrap .video_btn{
     display: flex;
 }
 
 .pdfListWrap .video_list_item .video_title_wrap .video_btn .video_btn_item{
     width: 30px;
     height: 20px;
     background: #31A6D4;
     border: 1px solid #55ABEB;
     border-radius: 4px;
     color: #FFFFFF;
     text-align: center;
     line-height: 20px;
     margin: 5px;
     cursor: pointer;
 }
 .pdfListWrap .video_list_item  .video_info .video_btn{
     cursor: pointer;
 }

/*  */
#i_select_files {
    position: relative;
    width: 75px;
    height: 25px;
    line-height: 25px;
    background: #5ea6ff;
    color: #fff;
    padding: 0;
    font-weight: bold;
    cursor: pointer;
    margin: 0;
    text-align: center;
}
.i_select_files {
    position: relative;
    width: 75px;
    height: 25px;
    line-height: 25px;
    background: #5ea6ff;
    color: #fff;
    padding: 0;
    font-weight: bold;
    cursor: pointer;
    margin: 0;
    text-align: center;
}
.fileinput {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #55ABEB;
    opacity: 0;
}
.comFileWrap{
    background-color: #f0f0ee;
}