.caseReport{
    padding-left:30px;
}
.caseReport .title{
    font-weight:600;
    font-size:28px;
}
.caseReport .tip1{
    color:#f00;
    margin-top:30px;
}
.caseReport .tip2{
    color:#f00;
    margin-bottom:20px;
}
.caseReport .down-btn{
    display: inline-block;
    width: 150px;
    color:#409eff;
    cursor: pointer;
}
.caseReport .upload-btn{
    color:#000
}
.caseReport .upload-icon{
    color:#000
}
.caseReport .upload-btn-text{
    color:#000
}

.caseReport .ant-upload-list-item {
    width: 300px;
}
.caseReport .submit{
    width: 150px;
    margin-top: 30px;
    margin-left:500px;
}
.caseReport .submit[disabled]{
    color: rgba(0,0,0,.25) !important;
    background-color: #f5f5f5;
    border-color: #d9d9d9;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed!important;
}
