.GraphicChart {
  padding-top: 10px;
}
.GraphicChart .ant-row {
  min-height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
}
.GraphicChart .ant-col {
  min-height: 40px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.GraphicChart .ant-col .label {
  width: 90px;
  text-align: right;
}
.GraphicChart .ant-col .input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.GraphicChart .ant-col .input .ant-select,
.GraphicChart .ant-col .input .ant-input {
  width: 260px;
}
.GraphicChart .ant-col .input .ant-select-selection {
  overflow: hidden;
}
.GraphicChart .ant-col .input .ant-checkbox-wrapper {
  margin-right: 0;
  padding-left: 10px;
}
.GraphicChart .ant-col .input p {
  width: 400px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.GraphicChart .ant-col .input p span {
  width: 80px;
}
.GraphicChart .ant-col .input .text {
  line-height: 25px;
  padding-top: 10px;
}
.GraphicChart .ant-col .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.GraphicChart .ant-col .content .textarea {
  width: 536px;
}
.GraphicChart .ant-col .content .upload {
  position: absolute;
  top: 0;
  left: 100px;
}
.GraphicChart .ant-col .ant-calendar-picker-input.ant-input {
  width: 220px;
}
.GraphicChart .ant-col .ant-select,
.GraphicChart .ant-col .ant-input-number {
  width: 260px;
}
.GraphicChart .ant-col .ant-select-enabled.ant-select-allow-clear {
  width: 484px;
}
.GraphicChart .ant-col .ant-select-selection--multiple,
.GraphicChart .ant-col textarea {
  width: 484px;
}
.GraphicChart .ant-col .pictureCardss {
  width: 260px;
  height: 102px;
  text-align: center;
  border: 1px dotted #e3e3e3;
  background-color: #fafafa;
  display: inline-block;
}
.GraphicChart .ant-col .pictureCardss.error {
  border-color: red;
}
.GraphicChart .ant-col .pictureCardss .anticon {
  margin: 45px;
  color: #1784fc;
}
.GraphicChart .ant-col .pictureCardss .anticon svg {
  width: 30px;
  height: 30px;
  color: #1784fc;
}
.GraphicChart .ant-col .pictureCardss img {
  max-width: 250px;
  height: 130px;
}
.GraphicChart .colder {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #f0f0f0;
}
.GraphicChart .upload-list-inline :deep(.ant-upload-list-item) {
  float: left;
  width: 200px;
  margin-right: 8px;
}
.GraphicChart .upload-list-inline [class*='-upload-list-rtl'] :deep(.ant-upload-list-item) {
  float: right;
}

