/*输入框颜色值*/
/* 单选多选标签风格样式 */
/*垂直布局*/
/* 输入框字体颜色 */
/* 输入框边框颜色 */
/* 输入框锁定字体颜色 */
/* 输入框锁定边框颜色 */
/*水平布局*/
/* 字段标题字体颜色 */
/* 按钮字体颜色 */
/* 按钮边框颜色 */
.FieldItem_field-item_2Doc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
}
.FieldItem_field-item_2Doc.FieldItem_grow_RCXI {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}
.FieldItem_field-item_2Doc .FieldItem_title-placeholder_yAEs {
  height: 1.5em;
}
.FieldItem_field-item_2Doc .FieldItem_label-wrap_2Eg- {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666666;
}
.FieldItem_field-item_2Doc .FieldItem_label-wrap_2Eg-.FieldItem_label-newline_3OgM {
  width: 84px;
}
.FieldItem_field-item_2Doc .FieldItem_label-wrap_2Eg- .FieldItem_design-tips_10cK {
  font-size: 12px;
  color: #bbb;
  margin-left: 4px;
}
.FieldItem_field-item_2Doc .FieldItem_label-wrap_2Eg- .FieldItem_title-wrapper_1Acf {
  display: -webkit-box;
  width: 84px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
}
.FieldItem_field-item_2Doc .FieldItem_label-wrap_2Eg- .FieldItem_title-wrapper_1Acf.FieldItem_title-align-left_3uYF {
  text-align: left;
  width: unset;
}
.FieldItem_field-item_2Doc .FieldItem_label-wrap_2Eg- .FieldItem_title-wrapper_1Acf.FieldItem_title-align-right_1SKE {
  text-align: right;
}
.FieldItem_field-item_2Doc .FieldItem_label-wrap_2Eg- .FieldItem_title-wrapper_1Acf.FieldItem_title-align-center_1Mtp {
  text-align: center;
}
.FieldItem_field-item_2Doc .FieldItem_value-wrap_3cGJ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  color: #3D4653;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.FieldItem_field-item_2Doc .FieldItem_mul-value-wrap-h_1EMW {
  min-height: 32px;
}
.FieldItem_field-item_2Doc .FieldItem_mul-value-wrap-v_3D8j {
  min-height: 25px;
}
.FieldItem_field-item_2Doc .FieldItem_wordBottom_29JY {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.FieldItem_field-item_2Doc .FieldItem_must_19xu {
  color: red;
}
.FieldItem_field-item_2Doc .FieldItem_valid-tip_2TQr {
  position: relative;
  height: 2px;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  display: block;
  overflow: visible;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 12px;
  z-index: 1;
}
.FieldItem_field-item_2Doc .FieldItem_valid-noBorder_1d9A {
  border: none !important;
  height: 0;
}
.FieldItem_field-item_2Doc .FieldItem_label-text-left_bdrs {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.FieldItem_field-item_2Doc .FieldItem_label-text-center_2X_i {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.FieldItem_field-item_2Doc .FieldItem_label-text-right_3Oz9 {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.FieldItem_tip-text_1jRZ {
  position: absolute;
  background-color: #FFDBE0;
  color: #FB2323;
  font-size: 12px;
  line-height: 1.5;
  padding: 3px 10px;
  -webkit-box-shadow: 0px 6px 16px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 16px 3px rgba(0, 0, 0, 0.08);
  z-index: 1052;
}
.FieldItem_field-item-h-border_qAM4 {
  border-bottom: 1px solid #CCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
}
.FieldItem_field-item-h-border_qAM4:hover {
  border-bottom: 1px solid #FF9950;
}
.FieldItem_field-item-h-border-validate_1e5r {
  border-bottom: 1px solid #FB2323;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.FieldItem_field-item-v-border-validate_3ehV {
  border-bottom: 1px solid #FB2323;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.FieldItem_field-item-h_1BO1 {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 286px;
  margin: 0px 30px 32px 0px;
}
.FieldItem_field-item-h_1BO1 .FieldItem_label-wrap_2Eg- {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.FieldItem_field-item-h_1BO1 .FieldItem_label-disabled_3QPt {
  color: #666;
}
.FieldItem_field-item-v_3N0L {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 0px 30px 22px 0px;
}
.FieldItem_field-item-v_3N0L .FieldItem_label-disabled_3QPt {
  color: #666;
}
.FieldItem_field-item-v_3N0L .FieldItem_value-wrap_3cGJ {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.FieldItem_field-item-v_3N0L .FieldItem_validate-value-warp_-Iup {
  margin: 0 5px 5px 5px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid #FB2323;
}
.FieldItem_field-item-v-width_qAey {
  width: 230px;
}
.FieldItem_field-item-h-validate_3JqG {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 0%;
      -ms-flex-preferred-size: 0%;
          flex-basis: 0%;
  margin-left: 8px;
  position: relative;
}
.FieldItem_borderAll_3yzr {
  border: 1px solid #D9D9D9;
  border-radius: 2px;
}
.FieldItem_borderAll_3yzr.FieldItem_mul-value-wrap-v_3D8j,
.FieldItem_borderAll_3yzr.FieldItem_mul-value-wrap-h_1EMW {
  padding: 3px 8px;
}
.FieldItem_borderAll_3yzr.FieldItem_mul-value-wrap-v_3D8j.FieldItem_showEditButton_1NuY,
.FieldItem_borderAll_3yzr.FieldItem_mul-value-wrap-h_1EMW.FieldItem_showEditButton_1NuY {
  padding: 3px 2px 3px 8px;
}
.FieldItem_borderAll_3yzr.FieldItem_is-text_3uUg {
  padding: 0px 8px;
}
.FieldItem_borderAll_3yzr input,
.FieldItem_borderAll_3yzr textarea {
  height: 20px;
}
.kd-field-no-tip {
  width: 100%;
  border-top: 1px solid #999999;
  margin-bottom: 1px;
}
.FieldItem_lt-input_Tz8X {
  padding-right: 20px !important;
}
.FieldItem_no-mul-field-v_3I1X {
  height: 44px;
}
.FieldItem_no-mul-field-h_aGbG {
  height: 34px;
}

.attachment_attachmentPanel_1XFD {
  /* // min-width: 600px; */
  padding: 10px 0px;
  /*border: 1px solid #C8CCD4;*/
  width: 100%;
  position: relative;
  min-height: 138px;
}
.attachment_attachmentPanel_1XFD.attachment_horizontal-field_3nqH {
  padding: 0;
  min-height: 38px;
  overflow-y: overlay;
}
.attachment_attachmentPanel_1XFD.attachment_horizontal-field_3nqH.attachment_horizontal-field-border-box_ksjh {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.attachment_padding_2Lk7 {
  padding-right: 18px;
  padding-left: 18px;
}
.attachment_upload-area_2pF7 {
  position: relative;
  /* margin: 6px 22px; */
  min-height: 50px;
  /*  padding: 23px 0 0 160px;*/
  font-size: 16px;
  color: #212121;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow-y: auto;
}
.attachment_upload-area-disabled_2EfS {
  min-height: 50px;
  font-size: 16px;
  color: #7F93BC;
  cursor: default;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.attachment_upload-tips_1Hvw {
  width: 100%;
  min-height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
  font-size: 14px;
  border: 1px dashed transparent;
  background: #FAFAFA;
}
.attachment_upload-tips_1Hvw.attachment_card-tips_1fQy {
  height: 80px;
}
.attachment_upload-tips_1Hvw .kdfont {
  margin-bottom: 4px;
  color: #666;
}
.attachment_upload_1T6k {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-bottom: 10px;
}
.attachment_upload_1T6k .attachment_upload-btn_14Bw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  height: 28px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  text-decoration: none;
  line-height: 28px;
  color: #666;
  font-size: 12px;
  white-space: nowrap;
  cursor: pointer;
}
.attachment_upload_1T6k .attachment_upload-btn_14Bw .kdfont {
  margin-right: 2px;
}
.attachment_upload_1T6k .attachment_disabled_B2qC {
  color: #AAA;
  background: #F1F1F1;
  border: 1px solid #CCCCCC;
  cursor: default;
}
.attachment_upload_1T6k .attachment_expand-name_8DC0 {
  margin-left: 20px;
  font-size: 12px;
  color: #999;
}
.attachment_fieldupload_3v1s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px dashed #e2e2e2;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}
.attachment_fieldupload_3v1s .attachment_btnbox_35ih {
  max-width: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.attachment_fieldupload_3v1s .attachment_btnbox_35ih div {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.attachment_fieldupload_3v1s .attachment_fieldbtn_3y2- {
  display: inline-block;
  color: #666;
  font-size: 16px;
  margin-left: 14px;
  cursor: pointer;
}
.attachment_fieldupload_3v1s .attachment_field-expand-name_1PqG {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #8D929F;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
.attachment_fieldupload_3v1s .attachment_textcontent_15nO {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}
.attachment_download-btn_1PU2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  height: 28px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  text-decoration: none;
  line-height: 28px;
  color: #666;
  font-size: 12px;
  margin-left: 14px;
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  white-space: nowrap;
}
.attachment_download-btn_1PU2 .kdfont {
  margin-right: 2px;
}
.attachment_download-btn_1PU2 .attachment_disabled_B2qC {
  color: #AAA;
  background: #F1F1F1;
  border: 1px solid #CCCCCC;
  cursor: default;
}
.attachment_listbox_3EIn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 8px;
  cursor: default;
}
ul,
li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.attachment_filelist_mGPr {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  cursor: default;
}
.attachment_imglist_1UUx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.attachment_list_2cRF {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.attachment_list_2cRF.attachment_not-field_1sO3 {
  padding-left: 17px;
}
.attachment_uploadProperty_2mYP {
  height: 36px;
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 14px;
  color: #666;
  overflow: hidden;
}
.attachment_uploadProperty_2mYP .attachment_uploader_nszj {
  margin-right: 32px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  cursor: default;
}
.attachment_uploadProperty_2mYP .attachment_uploadtime_tpzy {
  margin-right: 32px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  cursor: default;
}
.attachment_remarkPanel_RXgb {
  height: 100%;
  margin-right: 7px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.attachment_remark_1rWj {
  cursor: pointer;
  line-height: 36px;
  font-size: 14px;
  color: #5E80EB;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.attachment_disabledRemark_3MK2 {
  font-size: 14px;
  color: #AAA;
  margin-right: 7px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  cursor: default;
}
.attachment_remarkContent_1y2- {
  font-size: 14px;
  color: #828282;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 20px;
}
.attachment_list-item-alone_1YW4 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  font-size: 14px;
}
.attachment_list-item-alone_1YW4 .attachment_previewed_2ijX {
  color: #771CAA;
}
.attachment_list-item_1ahp {
  width: 60%;
  padding-right: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  font-size: 14px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  cursor: default;
}
.attachment_list-item_1ahp .attachment_previewed_2ijX {
  color: #771CAA;
}
.attachment_imgbox_xTkV {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.attachment_imgbox_xTkV .attachment_icon-14_ejXj {
  height: 100%;
  font-size: 14px;
}
.attachment_attach-icon_1Qha {
  /*img标签压缩，firefox 兼容*/
  vertical-align: middle;
  height: 16px;
  cursor: pointer;
}
.attachment_space_1Bvv {
  padding-left: 4px;
  line-height: 36px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.attachment_spaceName_1xok {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  text-decoration: none;
  color: #212121;
  cursor: pointer;
}
.attachment_spacebox_1f64 {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.attachment_size-item_h8ci {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #999;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.attachment_error_AXub {
  color: #f00;
}
.attachment_re-upload_2gMZ {
  display: inline-block;
  font-size: 14px;
  line-height: 36px;
  color: #7F93BC;
  margin-left: 32px;
  cursor: pointer;
}
.attachment_cancel_3u78 {
  color: #00f;
  cursor: pointer;
}
.attachment_delete-item_3VtD {
  margin-left: 34px;
  margin-right: 12px;
  cursor: pointer;
}
.attachment_btn_1ROT {
  width: 53px;
  height: 22px;
  border: 1px solid #3F4D7B;
  border-radius: 2px;
  margin-right: 20px;
  text-align: center;
  text-decoration: none;
  color: #3F4D7B;
}
.attachment_list-view-item_1aRi {
  width: 100%;
}
.attachment_list-view-item_1aRi:hover {
  background: #FFF4EC;
}
.attachment_list-view-item_1aRi a {
  margin-left: 34px;
}
.attachment_list-view-item_1aRi a:hover {
  color: #FC8555;
  background-color: #FFF1E6;
  border-color: #FC8555;
}
.attachment_progress-bar_NDKe {
  padding-left: 10px;
}
.attachment_markcontent_2YMM {
  width: 300px;
  min-height: 124px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding-top: 8px;
}
.attachment_inputField_1ON2 {
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  width: 272px;
  min-height: 60px;
  font-size: 12px;
  color: #333;
  margin-bottom: 9px;
  outline: none;
  padding: 4px 8px;
}
.attachment_buttonBar_3jB3 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.attachment_close_11No,
.attachment_confirm_iwFl {
  width: 60px;
  height: 26px;
  border-radius: 2px;
  font-size: 14px;
}
.attachment_close_11No {
  background: #fff;
  color: #666;
  margin-right: 20px;
}
.attachment_confirm_iwFl {
  background: #FC8555;
  color: #fff;
}
.attachment_btn-default_1rlE {
  position: relative;
  padding: 6px 18px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  outline: 0;
  border: 1px solid #D9D9D9;
  color: #333;
  background-color: #fff;
  display: inline-block;
  margin: 0;
}
.attachment_btn-default_1rlE.attachment_btn-cancel_2A6y {
  margin-right: 8px;
}
.attachment_btn-default_1rlE:hover::before,
.attachment_btn-default_1rlE:active::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.attachment_btn-default_1rlE:hover::before {
  background-color: rgba(255, 255, 255, 0.1);
}
.attachment_btn-default_1rlE:active::before {
  background-color: rgba(0, 0, 0, 0.1);
}
.attachment_tooltips-class_3QGH {
  opacity: 1 !important;
  pointer-events: auto !important;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2) !important;
  border-radius: 2px !important;
  z-index: 1050 !important;
  padding: 0 !important;
}
.attachment_tooltips-rename_3VZV {
  padding: 12px 16px !important;
}
.attachment_messagebox_yZn1 {
  width: 300px;
  min-height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF3C7;
  border-radius: 8px;
  font-size: 13px;
  color: #ed812b;
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0px;
  top: 0px;
  -webkit-animation-name: attachment_MessageMoveIn_2F5J;
          animation-name: attachment_MessageMoveIn_2F5J;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  opacity: 1;
  overflow: hidden;
  z-index: 9999;
  cursor: pointer;
}
.attachment_messagebox_yZn1 .attachment_img-style_2sGR {
  height: 14px;
  width: 14px;
  margin-left: 15px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.attachment_messagebox_yZn1 .attachment_messagetext_1oel {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  white-space: normal;
  word-wrap: break-word;
  font-size: 12px;
  word-break: break-all;
  padding: 5px 10px 5px 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.attachment_messagebox_yZn1 .attachment_delImg-style_3jyc {
  font-size: 20px;
  margin-right: 8px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@-webkit-keyframes attachment_MessageMoveIn_2F5J {
  0% {
    opacity: 0;
    max-height: 0px;
  }
  100% {
    opacity: 1;
    max-height: 60px;
  }
}
@keyframes attachment_MessageMoveIn_2F5J {
  0% {
    opacity: 0;
    max-height: 0px;
  }
  100% {
    opacity: 1;
    max-height: 60px;
  }
}
.attachment_titlebox_2W3S {
  margin-right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.attachment_attachmentname_1Efx {
  margin-right: 5px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.attachment_attachmentnum_DTWo {
  font-size: 14px;
  color: #999999;
}
.attachment_buttonsbox_3Aux {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  background: #f5f5f5;
}
.attachment_buttonsbox_3Aux .attachment_actionbutton_1LtK {
  font-size: 14px;
  color: #5E80EB;
  white-space: nowrap;
  margin-right: 10px;
  line-height: 36px;
  cursor: pointer;
  max-width: 75px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.attachment_buttonsbox_3Aux .attachment_deleteBut_21lU {
  font-size: 14px;
  white-space: nowrap;
  margin-right: 10px;
  line-height: 36px;
  max-width: 50px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.attachment_buttonsbox_3Aux .attachment_BanDelBut_1ti1 {
  color: #666666;
  cursor: not-allowed;
}
.attachment_buttonsbox_3Aux .attachment_allowDelBut_2xtD {
  color: #5E80EB;
  cursor: pointer;
}
.attachment_pasteimgbox_6-OY {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px dashed #000;
  cursor: pointer;
}
.attachment_pasteimgbox_6-OY .attachment_pastetext_3KGM {
  font-size: 12px;
  color: #333;
}
.attachment_pasteimgbox_6-OY .attachment_pasteImg_37n- {
  height: 60px;
  width: 120px;
}
.attachment_required_1qH5 {
  color: red;
}
.attachment_tooltip-input-container_-3_m {
  width: 235px;
}
.attachment_tooltip-input-container_-3_m .attachment_tooltip-input_qPGk {
  width: 100%;
  height: 32px;
  margin-bottom: 12px;
  border: 1px solid #D9D9D9;
  padding: 7px 8px;
}
#kd-theme .kd-button.btn-default-disabled {
  background: rgba(85, 130, 243, 0.6) !important;
}
#kd-theme .kd-button.btn-default-disabled:hover::before,
#kd-theme .kd-button.btn-default-disabled:active::before {
  content: '';
  height: 0;
  width: 0;
}
.attachment_mt-0_10t_ {
  margin-top: 0;
}
.attachment_horizontal-attachment-container_q3Yr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 36px;
  padding-right: 18px;
  padding-left: 18px;
}
.attachment_horizontal-attachment-container_q3Yr.attachment_align-center_3QZr {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.attachment_horizontal-attachment-container_q3Yr .attachment_title-container_E-NJ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2.6;
  margin-right: 8px;
}
.attachment_horizontal-attachment-container_q3Yr .attachment_title-container_E-NJ .attachment_title_2M78 {
  margin-right: 2px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.attachment_horizontal-attachment-container_q3Yr .attachment_content-container_2TTq {
  max-width: calc(100% - 110px);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  z-index: 1001;
}
.attachment_horizontal-attachment-container_q3Yr .attachment_content-container_2TTq.attachment_content-with-max-width_yEnE {
  max-width: calc(100% - 60px);
}
.attachment_horizontal-attachment-container_q3Yr .attachment_content-container_2TTq .attachment_upload-title_LjQ4 {
  font-size: 14px;
  color: #999;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.attachment_horizontal-attachment-container_q3Yr .attachment_content-container_2TTq .attachment_upload-title_LjQ4.attachment_pointer_35iP {
  cursor: pointer;
}
.attachment_horizontal-attachment-container_q3Yr .attachment_btn-container_EsfK {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 36px;
}
.attachment_horizontal-attachment-container_q3Yr .attachment_btn-container_EsfK .attachment_upload_1T6k {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.attachment_horizontal-attachment-container_q3Yr .attachment_btn-container_EsfK .attachment_fieldbtn_3y2- {
  display: inline-block;
  color: #666;
  font-size: 16px;
  margin-left: 14px;
  cursor: pointer;
}
.attachment_horizontal-attachment-container_q3Yr .attachment_required_1qH5 {
  color: red;
}

.attachmentImgItem_imgcontainer_2B2P {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  margin: 15px 30px 0 0;
  position: relative;
}
.attachmentImgItem_imgcontainer_2B2P .attachmentImgItem_imgitem_5sZm {
  width: 100px;
  height: 100px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.attachmentImgItem_imgcontainer_2B2P .attachmentImgItem_statusbox_8zyI {
  height: 100px;
  width: 100px;
  font-size: 12px;
  color: #5E80EB;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGYAAABmBAMAAADL8flRAAAAJFBMVEW5w9i6w9r19vnn6/XK0uPV1f/3+fvp7fe5w9jz9fvv8/ns7/gY+/Y2AAAABnRSTlPmiObmygapICxaAAABn0lEQVRYw+3YsU7DMBQF0AgWPgB2JmY25n4Cv8DwgpMRqZc0CxMgsSc03WO12WNV/BxCFbwE5NTXQyWk3jHSkZ3rl0RKcnv2yuXpIjm/Ei53s+RE2Fwmz7S5P5qj+W+mYo3pgHJNGePwlYIxFrtsw02O71TBxv2YItTk0ISaGpo+0DhoijCTYZAyzOQYpgoy9ci0QcaOTB9h5kHGHcjYA5k6oreUOp/4OTDsvPFzHf/8ZHu3Fv8+WL6r0YVKb2um6YDHgZF63+E0ANQM52frEw5qRpc/fKt0gJqgGAfCKFFDEDUEIYwFbSxoswJtDHhjebMCbQx4U/MmA28sbzLwxvImA29q3hhMmmbTbTbLXyadMKbDLuW6GhrnNw00ZTvRgJoOo2y1Aa95AzzIec0LPCgHYdDq1oKMfhccZVBoawFGd5eyZiHiWFOIAWt6ycDfT0obERtstAKwppCMNr3ktGmlpk0lljWlCFizEEMYrY01c8lp00tKGK2aMFo1aUTAmjLKGNosJKNNEWXyPeaUHQNcJ+c3f006RR5mMf8gPwGoaNxu1ldLWQAAAABJRU5ErkJggg==);
}
.attachmentImgItem_imgcontainer_2B2P .attachmentImgItem_statusbox_8zyI .attachmentImgItem_uploadingImg_21rN {
  width: 12px;
  height: 13px;
  margin-right: 6px;
}
.attachmentImgItem_imgcontainer_2B2P .attachmentImgItem_statusbox_8zyI .attachmentImgItem_errorImg_13sJ {
  width: 17px;
  height: 17px;
  margin-right: 7px;
}
.attachmentImgItem_imgcontainer_2B2P .attachmentImgItem_statusbox_8zyI.attachmentImgItem_errorborder_3MCX {
  background-image: none;
}
.attachmentImgItem_imgcontainer_2B2P .attachmentImgItem_statusbox_8zyI .kdfont-tishi4 {
  margin-right: 2px;
  font-size: 15px;
}
.attachmentImgItem_imgcontainer_2B2P .attachmentImgItem_uploadingborder_19Fk {
  border: 1px solid #5E80EB;
  border-radius: 4px;
}
.attachmentImgItem_imgcontainer_2B2P .attachmentImgItem_errorborder_3MCX {
  border: 1px solid red;
  border-radius: 4px;
}
.attachmentImgItem_imgcontainer_2B2P .attachmentImgItem_imgName_3qTy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 12px;
  color: #333;
  margin-top: 6px;
  width: 100%;
  max-height: 33px;
  overflow: hidden;
}
.attachmentImgItem_imgcontainer_2B2P .attachmentImgItem_imgName_3qTy .attachmentImgItem_previewed_3MCs {
  color: #771CAA;
}
.attachmentImgItem_imgcontainer_2B2P .attachmentImgItem_imgName_3qTy .attachmentImgItem_name_38w_ {
  word-break: break-all;
  white-space: normal;
}
.attachmentImgItem_imgcontainer_2B2P .attachmentImgItem_imgbuttonsbox_2o-N {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 30px;
  background: rgba(30, 34, 41, 0.7);
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.attachmentImgItem_imgcontainer_2B2P .attachmentImgItem_imgbuttonsbox_2o-N .attachmentImgItem_imgactionbutton_4y5h {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  cursor: pointer;
}
.attachmentImgItem_imgcontainer_2B2P .attachmentImgItem_imgbuttonsbox_2o-N .attachmentImgItem_BanDelBut_1xHW {
  cursor: not-allowed;
}

