.editUploadItem{
    border: 2px solid #e5e5e5;
    padding: 40px 40px 40px 40px;
    box-sizing: border-box;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    float: left;
    background: #ffffff;
}
  .editUploadItem .closeBtn{
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fe785b;
    font-weight: 500;
    color: #ffffff;
    font-size: 26px;
    line-height: 27px;
    text-align: center;
    position: absolute;
    top: -16px;
    right: -16px;
}
  .editUploadItem .newTroubleContent .problemCategory{}
  .editUploadItem .newTroubleContent .DetailProblem{}
  .editUploadItem .newTroubleRemark {
    margin-top: 4px;
  }
  .editUploadItem .newTroubleRemark .startIcon {
    float: left;
  }
  .editUploadItem .newTroubleRemark .remarkContent {
    float: left;
  }
  .editUploadItem .newTroubleRemark .remarkContent .editIcon {
    padding: 13px 10px;
    font-size: 24px;
    color: #ff7860;
    text-align: right;
  }
  .editUploadItem .damageImgs .uploadImgRight {
    float: left;
  }
  .editUploadItem .damageImgs .operationLeft {
    float: left;
  }
  .editUploadItem .newTroubleRemark .remarkContent .remarkText {
    height: 198px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background-color: #f2f2f2;
    line-height: 198px;
    font-size: 24px;
    color: #999999;
    width: 1250px;
    text-align: center;
    overflow: auto;

  }
  .editUploadItem .newTroubleTitle{
    font-size: 43px;
    font-weight: 700;

}
  .editUploadItem .newTroubleContent{
    margin-top: 36px;

}

  .editUploadItem .startIcon{
    height: 80px;
    line-height: 80px;
    color: #ff7860;
    font-size: 15px;
    float: left;
    display: inline-block;
    margin-right: 15px;
}
  .editUploadItem .newTroubleContent .fakeSelect{
    float: left;
    display: inline-block;
    width: 320px;
    position: relative;
}
  .editUploadItem .newTroubleContent .fakeSelect ul{
    position: absolute;
    width: 320px;
    left: 0;
    top: 80px;
    z-index: 50;
      max-height: 500px;
}
  .editUploadItem .newTroubleContent li,  .editUploadItem .newTroubleContent .problemCategoryTitle{
    height: 80px;
    text-align: center;
    box-sizing: border-box;
    line-height:80px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    color: #333333;
    font-size: 32px;
    margin: 0 15px;
}
  .editUploadItem .damageImgs{
    margin-top: 30px;
  }
  .editUploadItem .newTroubleContent .noActive{
    color: #999999;
  }
  .editUploadItem .newTroubleContent li{
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    background-color: #fff;
}
  .editUploadItem .newTroubleContent li.active_li{
    background-color: #474950;
    color: #ffffff;
}