#dialog,
#dialog1,
#dialog2,
#dialog3 {
    margin: 0 auto;
    /* 居中 */
    padding: 0px;
    /* 内边距 */
    border: 1px solid #b7bbb7;
    border-radius: 10px;
    /* 圆角弧度为20px */
    width: 100%;
    /* 宽度为屏幕的80% */
    /* height: 100%; */
    max-width: 650px;
    /*最大宽度为600px，防止过大*/
    /* box-sizing: border-box; 包括内边距和边框在内计算宽度 */
    background-color: #fff;
    /* 背景颜色为白色 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* 添加阴影效果 */
}

.win {
    background-color: #f9f9f9;
    /* 稍微浅一点的背景色 */
    padding: 0px;
    /* 内边距 */
    border-radius: 10px;
    /* 圆角弧度为10px */
}

#dialog4 {
    margin: 0 auto;
    /* 居中 */
    padding: 0px;
    /* 内边距 */
    border: 1px solid #b7bbb7;
    border-radius: 10px;
    /* 圆角弧度为20px */
    width: 100%;
    /* 宽度为屏幕的80% */
    /* height: 100%; */
    max-width: 700px;
    /*最大宽度为600px，防止过大*/
    /* box-sizing: border-box; 包括内边距和边框在内计算宽度 */
    background-color: #fff;
    /* 背景颜色为白色 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* 添加阴影效果 */
}

#dialog5 {
    margin: 0 auto;
    /* 居中 */
    padding: 0px;
    /* 内边距 */
    border: 1px solid #b7bbb7;
    border-radius: 10px;
    /* 圆角弧度为20px */
    width: 100%;
    /* 宽度为屏幕的80% */
    height: 100%;
    max-width: 700px;
    /*最大宽度为600px，防止过大*/
    /* box-sizing: border-box; 包括内边距和边框在内计算宽度 */
    background-color: #fff;
    /* 背景颜色为白色 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* 添加阴影效果 */
}

#inplaceediting-user td {
    padding: 0px;
}

/* 举一反三 */
#AreaText1,
#Plan0Text1,
#PersonresponsibleText1,
#CompleteText1,
#Area1Text1,
#Plan1Text1,
#Personresponsible1Text1,
#Complete1Text1,
#Area2Text1,
#Plan2Text1,
#Personresponsible2Text1,
#Complete2Text1,
#Area3Text1,
#Plan3Text1,
#Personresponsible3Text1,
#Complete3Text1,

#AreaText,
#Plan0Text,
#PersonresponsibleText,
#CompleteText,
#Area1Text,
#Plan1Text,
#Personresponsible1Text,
#Complete1Text,
#Area2Text,
#Plan2Text,
#Personresponsible2Text,
#Complete2Text,
#Area3Text,
#Plan3Text,
#Personresponsible3Text,
#Complete3Text,

#ProductText,
#EventoccurrenceText,
#ProblemText,
#OccurText,
#FindText,
#Find2Text,
#Find1Text,
#SeriousText,

#ProductText1,
#EventoccurrenceText1,
#ProblemText1,
#OccurText1,
#FindText1,
#Find2Text1,
#Find1Text1,
#SeriousText1,

#ReasonText,
#Reason1Text,
#Reason2Text,

#ReasonText1,
#Reason1Text1,
#Reason2Text1,

#MeasureText,
#Measure1Text,
#ContentimprovementText,
#Contentimprovement1Text,

#MeasureText1,
#Measure1Text1,
#MeasureText2,
#Measure1Text2,
#ContentimprovementText1,
#Contentimprovement1Text1,

#DocumentencodingText1,
#CreatepersonnelText1,
#Experiencecategory1,
#CreationtimeTrxt1 {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}