.OtherQuestionContainer{
    height: 856px;
    width: 100%;
    background-color: #f5f5f5;
    padding-left: 30px;
}

.OtherQuestionContainer .otherQuestionTitleContainer{
    padding: 56px 0 34px 38px;
    line-height: 25px;
    font-size: 25px;
}
.OtherQuestionContainer .editOtherQuestionContainer{}
.OtherQuestionContainer .editOtherQuestionContainer .editUploadItem{
    border: 2px solid #e5e5e5;
    padding: 40px 40px 40px 40px;
    box-sizing: border-box;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    float: left;
}
.OtherQuestionContainer .editOtherQuestionContainer .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;
}
.OtherQuestionContainer .editOtherQuestionContainer .editUploadItem .newTroubleTitle{
    font-size: 43px;
    font-weight: 700;

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

}

.OtherQuestionContainer .editOtherQuestionContainer .editUploadItem .startIcon{
    height: 80px;
    line-height: 80px;
    color: #ff7860;
    font-size: 15px;
    float: left;
    display: inline-block;
    margin-right: 15px;
}
.OtherQuestionContainer .editOtherQuestionContainer .editUploadItem .newTroubleContent .fakeSelect{
    float: left;
    display: inline-block;
    width: 320px;
    position: relative;
}
.OtherQuestionContainer .editOtherQuestionContainer .editUploadItem .newTroubleContent .fakeSelect ul{
    position: absolute;
    width: 320px;
    left: 0;
    top: 80px;
    z-index: 50;
}
.OtherQuestionContainer .editOtherQuestionContainer .editUploadItem .newTroubleContent li,.OtherQuestionContainer .editOtherQuestionContainer .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;
}
.OtherQuestionContainer .editOtherQuestionContainer .editUploadItem .newTroubleContent li{
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    background-color: #fff;
}
.OtherQuestionContainer .editOtherQuestionContainer .editUploadItem .newTroubleContent li.active_li{
    background-color: #474950;
    color: #ffffff;
}

.OtherQuestionContainer .problemCategory,.OtherQuestionContainer .DetailProblem{


}
/*.OtherQuestionContainer .problemCategory li,.OtherQuestionContainer .DetailProblem li{
   border-bottom: 1px solid #e5e5e5;
   border-right: 1px solid #e5e5e5;
   border-left: 1px solid #e5e5e5;
    background-color: #fff;
}
.OtherQuestionContainer .problemCategory li:hover,.OtherQuestionContainer .DetailProblem li:hover{
    background-color: #474950;
    color: #ffffff;
}*/
.OtherQuestionContainer .editOtherQuestionContainer .editUploadItem .newTroubleContent .problemCategory{

}
.OtherQuestionContainer .editOtherQuestionContainer .editUploadItem .newTroubleContent .DetailProblem{}
.OtherQuestionContainer .editOtherQuestionContainer .editUploadItem .newTroubleRemark{
    margin-top: 4px;
}
.OtherQuestionContainer .editOtherQuestionContainer .editUploadItem .newTroubleRemark .startIcon{
    float: left;
}
.OtherQuestionContainer .editOtherQuestionContainer .editUploadItem .newTroubleRemark .remarkContent{
    float: left;
    width: 1250px;
}
.OtherQuestionContainer .editOtherQuestionContainer .editUploadItem .newTroubleRemark .remarkContent .editIcon{
    text-align: right;
    padding: 13px 10px;
    font-size: 24px;
    color: #ff7860;

}
.OtherQuestionContainer .editOtherQuestionContainer .editUploadItem .newTroubleRemark .remarkContent .remarkText{
    height: 198px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background-color: #f2f2f2;
    line-height: 198px;
    text-align: center;
    font-size: 24px;
    color: #999999;
}
.OtherQuestionContainer .editOtherQuestionContainer .editUploadItem .damageImgs .uploadImgRight{
    float: left;
}
.OtherQuestionContainer .editOtherQuestionContainer .editUploadItem .damageImgs .operationLeft{
    float: left;
}
.OtherQuestionContainer  .opeationContainer{
    margin-top: 20px;
    text-align: left;
    padding-left: 995px;

}
.OtherQuestionContainer  .opeationContainer button{
    width: 413px;
    text-align: center;
    line-height: 80px;
    height: 80px;
    font-size: 32px;
    color: #000000;
    background-color:#ffffff;
    float: left;
    border: 1px solid #e5e5e5;
    margin: 0 10px;
    border-radius: 10px;

}
.OtherQuestionContainer  .opeationContainer .addMoreBtn{
    color: #ffffff;
    background-color: #25ce60;
}
.OtherQuestionContainer  .opeationContainer .addMoreBtn span{}
.OtherQuestionContainer  .opeationContainer .noMoreBtn{}