
li{
    list-style: none;
}
li a{
    display:block;
}
/*老师评分*/
.test_grade2_table th,.test_grade2_table td{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
}
.test_grade2_table{
    margin: 0 0 15px 4px;
}

.experiments-list-btn{
    border:none!important;
    border-radius: 5px;
}
.experiments-list-btn2{
    color: #000!important;
    text-shadow: 0 0 0 rgba(0,0,0,.25);
    border:1px solid #ccc;
    border-radius: 5px;
    background-color: #fff!important;
}
.experiments-list-btn2:hover{
    background-color: rgba(194, 194, 194, 0.51) !important;
}
.exp-item-edit >div {
    width: 75%;
}



.student_img{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-items: center;
}
.student_img img{
    width: 100%;
    height: 100%;
    margin-left: 10px;
}
.file-upload-list{
    display: flex;
}
.file-upload-list li{
    margin-left: 10px;
    display: flex;
    flex-flow: column wrap;
}
.file-upload-list li img{
    width: 100px;
    height: 80px;
}

/*上传功能样式*/
#wraper{
    color: #838383;
    padding: 0px 20px 20px;
    position: relative;
}
#wraper .btn-wraper{
    padding-left: 20px;
}
#browse{
    font-size: 18px;
    background: #a4b5c0;
    border-radius: 3px;
    line-height: 44px;
    padding: 0 30px;
    color: #fff;
    display: inline-block;
    margin: 20px auto;
    cursor: pointer;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.btn-wraper input{
    border:none;
}
#browse:hover{
    background: #848f95;
}
#start_upload:hover{
    background: #00a5d6;
}
#start_upload{
    font-size: 18px;
    background: #00b7ee;
    border-radius: 3px;
    line-height: 44px;
    padding: 0 30px;
    color: #fff;
    display: inline-block;
    margin: 20px auto;
    cursor: pointer;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#drag-area {
    border: 1px dashed #ccc;
    height: 200px;
    line-height: 200px;
    text-align: center;
    color: #aaa;

}
#file-list{
    display: flex;
    flex-flow: row wrap;
    position: absolute;
    left: 2%;
    top: 28%;
    overflow: hidden;
    overflow-y: auto;
    width: 95%;
    padding: 5px 10px;
    margin: 0;


}
#file-list li{
    width: 110px;
    height: 110px;
    position: relative;
    overflow: hidden;
    margin: 0 0 10px 10px;
}
#file-list li img{
    width: 100%;
    height: 100%;
    border: 1px solid #999;
}
#file-list li .progress {
    height: 5px;
    font-size: 0;
    line-height: 4px;
    background: #1c9bff;
    width: 0;
    position: absolute;
    bottom: -18%;
}
#file-list .file-name{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#file-list li p:first-child{
    margin: 0;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,.5);
}

#file-list .file-del{
    position: absolute;
    top: 0;
    background-color: rgba(0,0,0,.5);
    width: 100%;
     display: none;
    height: 20px;
}
#file-list .file-del span {
    width: 20px;
    height: 20px;
    display: inline;
    float: right;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../js/plupload/del.png) no-repeat;
    background-position: -48px -22px;
    cursor: pointer;
}





/*=======================================================================*/
.exp-table{
    width: 90%;
    margin: 0 auto;
    border-collapse:collapse!important;
    border:1px solid #000!important;
    table-layout:fixed
}
.exp-table td,.exp-table th{
    border:1px solid #000!important;
    padding: 10px;
    font-size: 18px;
    overflow: hidden;
    font-weight: normal;
}

.exp-table .exp-title{
    font-size: 32px;
}
.exp-table input{
    border: none;
}
.create_time,.scord_time{
    border: 1px solid #999!important;
}
tr.img-url{
    height: 80px;
}
.img-size{
    font-size: 14px;
}
#teacher-scord{
    font-size: 18px;
    padding: 0;
}
#teacher-scord input{
    color: red;
    border: none;
    padding: 0 0 0 10px;
    height: 45px;
    font-size: 24px;
}
.teacher-comment-tr{
    height: 120px;
}
.teacher-comment-tr td:nth-child(1){

}
.teacher-comment-tr td:nth-child(2){

}
.teacher-comment-tr td:nth-child(2) textarea{
    height: 100%;
}
/*学生提交报告================================================*/
.experiment-tr-input td{
    overflow: hidden;
}
.experiment-tr-input td input{
    height: 30px;
    width: 100%;
    font-size: 16px;
    border: none;
    padding: 0;
}
.border-t{
    box-shadow: 0 0 6px #ff4132;
    outline: none;
}

/*添加实验报告配置*/
.experiment-tr-textarea th{
    vertical-align: middle;
}
.experiment-tr-textarea textarea{
    border: none;
    font-size: 16px;
    width: 100%;
    padding: 0;
    height: 100px;

}
.exp-table tbody textarea{
    width: 100%;
    padding: 0;
    height: 100px;
    border: none;
}
#cg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: url(../js/plupload/cg.png);
}
.img-clear{
    border: none;
    background: #f0ad4e;
    line-height: 44px;
    padding: 0 15px;
    color: #fff;
    display: inline-block;
    margin: 20px auto;
    cursor: pointer;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.img-clear:hover{
    color: #fff;
    background-color: #f0c322;
}
/*分页*/
.pagination {
    margin: 0 20% 0 0;
}