body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', '微软雅黑', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}
.ant-btn:not(:disabled):focus-visible {
  outline: none;
}
.ant-modal-root .ant-modal-mask {
  background-color: rgba(0, 0, 0, 0.5);
}
.ant-modal-wrap:not(.modalbase-modal) .ant-modal .ant-modal-content {
  padding: 30px 40px;
  border-radius: 4px;
}
.ant-modal-wrap:not(.modalbase-modal) .ant-modal .ant-modal-content .ant-modal-confirm-content {
  color: #666666;
}
.ant-modal-wrap:not(.modalbase-modal) .ant-modal .ant-modal-content .ant-modal-header {
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}
.ant-modal-wrap:not(.modalbase-modal) .ant-modal .ant-modal-content .ant-modal-footer {
  margin-top: 40px;
  text-align: center;
}
.ant-modal-wrap:not(.modalbase-modal) .ant-modal .ant-modal-content .ant-modal-footer .ant-btn {
  min-width: 88px;
  height: 32px;
}
.ant-modal-wrap:not(.modalbase-modal) .ant-modal .ant-modal-content .ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
  margin-inline-start: 40px;
}
.ant-modal-wrap:not(.modalbase-modal) .ant-modal .ant-modal-content .ant-form-item {
  margin-bottom: 15px;
}
.ant-modal-wrap:not(.modalbase-modal) .ant-modal .ant-modal-content .ant-form-item .ant-form-item-label {
  margin-right: 4px;
  min-width: 70px;
}
.ant-modal-wrap:not(.modalbase-modal) .ant-modal .ant-modal-content .ant-form-item .ant-form-item-label > label {
  color: #333333;
}
.ant-modal-wrap:not(.modalbase-modal) .ant-modal .ant-modal-content .ant-form-item .ant-input-affix-wrapper .ant-input {
  border: 0;
}
.ant-modal-wrap:not(.modalbase-modal) .ant-modal .ant-modal-content .ant-form-item .ant-input-show-count-suffix {
  color: #9D9D9D;
}
.ant-modal-wrap:not(.modalbase-modal) .ant-modal .ant-modal-content .ant-form-item .ant-select-disabled .ant-select-selector {
  color: #9D9D9D;
}
.ant-modal-wrap:not(.modalbase-modal) .ant-modal .ant-modal-content .ant-form-item .ant-input:focus,
.ant-modal-wrap:not(.modalbase-modal) .ant-modal .ant-modal-content .ant-form-item .ant-input-affix-wrapper:focus {
  box-shadow: none;
}
.ant-modal-wrap:not(.modalbase-modal) .ant-modal .ant-modal-content .ant-form-item .ant-input-textarea-show-count .ant-input-suffix {
  width: 45px;
}
.ant-modal-wrap:not(.modalbase-modal) .ant-modal .ant-modal-content .ant-form-item .ant-input-textarea-show-count .ant-input-suffix .ant-input-data-count {
  bottom: 5px;
  inset-inline-end: 5px;
}
.ant-modal-confirm .ant-modal-confirm-body > .anticon {
  margin-inline-end: 16px;
}
.ant-modal-confirm .ant-modal-confirm-title {
  color: #333333;
}
.ant-modal-confirm .ant-modal-content {
  padding: 24px;
}
.ant-modal-confirm .ant-modal-confirm-btns {
  margin-top: 23px;
}
.ant-modal-confirm .ant-modal-confirm-btns .ant-btn + .ant-btn {
  margin-inline-start: 10px;
}
.ant-form-item .ant-form-item-extra {
  color: #F5222D;
}
.ant-tooltip .ant-tooltip-inner {
  padding: 0;
  color: #e5e5e5;
  font-size: 12px;
  border-radius: 2px;
  min-height: auto;
  box-shadow: none;
  overflow: hidden;
  text-align: center;
}
.ant-tooltip .ant-tooltip-inner .ant-upload-wrapper {
  display: block;
  font-size: 12px;
}
.ant-tooltip .ant-tooltip-inner .subtitle-action p {
  margin: 0;
  padding: 6px 8px;
  line-height: 12px;
  color: #e5e5e5;
  font-size: 12px;
}
.ant-tooltip .ant-tooltip-inner .subtitle-action p:hover {
  cursor: pointer;
  background-color: #5C5D5D;
}
.item-tooltip {
  background: #ffffff;
  border: 0.5px solid #e5e5e5;
  border-radius: 2px;
  padding: 4px;
  box-shadow: 1px 1px 2px 0px rgba(92, 117, 153, 0.1);
}
.item-tooltip .ant-tooltip-inner {
  background: #ffffff;
  color: #666666;
  line-height: 12px;
  text-align: left;
}
.item-tooltip-left {
  max-width: 460px;
}
.item-tooltip-left .ant-tooltip-inner {
  text-align: left !important;
  line-height: 14px;
}
.item-tooltip-title {
  background: #ffffff;
  border: 0.5px solid #e5e5e5;
  border-radius: 2px;
  padding: 4px;
  box-shadow: 1px 1px 2px 0px rgba(92, 117, 153, 0.1);
}
.item-tooltip-title .ant-tooltip-inner {
  background: #ffffff;
  color: #666666;
  line-height: 12px;
  text-align: left !important;
}
.item-tooltip-title-left {
  max-width: 460px;
}
.item-tooltip-title-left .ant-tooltip-inner {
  text-align: left !important;
  line-height: 14px;
}
.item-tooltip-mask {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 2px;
}
.item-tooltip-mask:hover {
  background: #404047;
}
.os-tooltip-border {
  border: 0.5px solid #e5e5e5;
  border-radius: 2px;
  box-shadow: 1px 1px 2px 0px rgba(92, 117, 153, 0.1);
}
.os-tooltip-border .ant-tooltip-inner {
  color: #666666;
  min-width: 20px;
  min-height: 20px;
  line-height: 12px;
  padding: 4px;
  font-size: 12px;
  font-weight: 400;
}
.custom-tooltip {
  max-width: 400px;
}
.custom-tooltip .ant-tooltip-content {
  background: #ffffff;
  border: 0.5px solid #e5e5e5;
  border-radius: 2px;
  box-shadow: 1px 1px 2px 0px rgba(92, 117, 153, 0.1);
}
.custom-tooltip .ant-tooltip-content .ant-tooltip-inner {
  min-height: auto;
  padding: 4px;
  font-size: 12px;
  color: #999999 !important;
}
.os-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.os-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tiptap-image {
  cursor: pointer;
}
.readerTextItem img {
  cursor: pointer;
}

.ExperEnvPortManage .ant-drawer-body {
  padding: 0;
}
.ExperEnvPortManage-content {
  height: calc(100% - 72px - 48px);
  overflow-y: auto;
  padding: 20px 30px;
}
.ExperEnvPortManage-content .ant-form-item-extra {
  color: #999999;
}
.ExperEnvPortManage-content::-webkit-scrollbar {
  display: none;
}
.ExperEnvPortManage-content .ant-list-header {
  height: 48px;
  background: #fafafa;
  color: #333333;
}

.os-flex {
  display: flex;
}

.ExperPorts-porticon {
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background: #ffffff;
}
.ExperPorts-porticon img {
  width: 20px;
  height: 20px;
}
.ExperPorts-porticon[data-select=true] {
  border: 1px solid #1677ff;
}

.ExperAddTools .ant-drawer-body {
  padding: 0;
}
.ExperAddTools-content {
  height: calc(100% - 72px - 48px);
  overflow-y: auto;
  padding: 20px 30px;
}
.ExperAddTools-content .ant-form-item-extra {
  color: #999999;
}
.ExperAddTools-content::-webkit-scrollbar {
  display: none;
}

.ylzcc-activity-modal .ant-modal-content {
  padding: 24px;
  background: #ffffff;
}
.ylzcc-activity-modal .ant-checkbox .ant-checkbox-inner {
  border-radius: 2px;
}
.ylzcc-activity-modal-head {
  width: 100%;
  position: relative;
}
.ylzcc-activity-modal-head span {
  height: 18px;
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 600;
  text-align: LEFT;
  color: #333333;
  line-height: 18px;
}
.ylzcc-activity-modal-head-close {
  position: absolute;
  width: 24px;
  height: 24px;
  top: calc(50% - 24px);
  right: -14px;
  border-radius: 6px;
  cursor: pointer;
}
.ylzcc-activity-modal-head-close:hover {
  background-color: #e7e7e7;
}
.ylzcc-activity-modal-mark {
  margin-top: 24px;
}
.ylzcc-activity-modal-mark-choice {
  display: flex;
  justify-content: left;
  align-items: center;
  cursor: pointer;
}
.ylzcc-activity-modal-mark-choice-ti {
  font-size: 14px;
  font-weight: 400;
  text-align: LEFT;
  color: #333333;
  line-height: 14px;
}
.ylzcc-activity-modal-mark-choice-left {
  transform: translateX(-4px);
  fill: #999999 !important;
}
.ylzcc-activity-modal-mark-choice-left:hover {
  fill: #1677ff !important;
}
.ylzcc-activity-modal-score {
  width: 100%;
  border-radius: 2px;
  box-shadow: 0px 2px 8px 0px rgba(97, 92, 153, 0.15);
  padding: 20px 0 24px 20px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.ylzcc-activity-modal-score .title {
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  text-align: LEFT;
  color: #333333;
  line-height: 20px;
}
.ylzcc-activity-modal-score .number {
  font-size: 20px;
  font-weight: 400;
  text-align: LEFT;
  line-height: 20px;
  margin-left: 10px;
  margin-right: 4px;
  position: relative;
}
.ylzcc-activity-modal-score .number .input {
  width: 64px;
  height: 24px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  box-shadow: 0px 1px 4px 0px rgba(97, 92, 153, 0.15);
  outline: none;
  color: #FAAD14;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 14px;
  font-weight: 400;
  text-align: CENTER;
  line-height: 14px;
}
.ylzcc-activity-modal-score .number-tip {
  position: absolute;
  right: -18px;
  top: calc(100% + 2px);
  display: flex;
  align-items: center;
}
.ylzcc-activity-modal-score .number-tip .name {
  width: 132px;
  height: 12px;
  font-size: 12px;
  font-weight: 400;
  text-align: LEFT;
  color: #f5222d;
  line-height: 12px;
  margin: 0px 0px 0px 3px;
}
.ylzcc-activity-modal-score .icon {
  width: 14px;
  height: 14px;
  cursor: pointer;
  color: #999999;
}
.ylzcc-activity-modal-score .icon:hover {
  color: #1677ff;
}
.ylzcc-activity-modal-score .icon-help:hover {
  color: #333333;
}
.ylzcc-activity-modal-score-one {
  display: flex;
  justify-content: left;
  align-items: center;
}
.ylzcc-activity-modal-score-one span:nth-child(2) {
  color: #30c213;
}
.ylzcc-activity-modal-score-two {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-left: 78px;
}
.ylzcc-activity-modal-score-two span:nth-child(2) {
  color: #FAAD14;
}
.ylzcc-activity-modal-score-three {
  display: flex;
  align-items: center;
  margin-left: 80px;
}
.ylzcc-activity-modal-score-three span {
  margin-left: 4px;
}
.ylzcc-activity-modal-score .ant-checkbox-wrapper {
  flex-direction: row-reverse;
}
.ylzcc-activity-modal input::-webkit-outer-spin-button,
.ylzcc-activity-modal input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.ylzcc-activity-modal-tablee {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 24px;
}
.ylzcc-activity-modal-tablee td,
.ylzcc-activity-modal-tablee th {
  border-left: 0 !important;
}
.ylzcc-activity-modal-tablee .tab-activity {
  max-width: 240px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  text-align: LEFT;
}
.ylzcc-activity-modal-tablee .tab-score {
  max-width: 100px;
  position: relative;
}
.ylzcc-activity-modal-tablee .tab-score input {
  width: 64px;
  height: 24px;
  padding: 0 19px;
  background: transparent;
  outline: none;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  text-align: CENTER;
  color: #333333;
  line-height: 24px;
}
.ylzcc-activity-modal-tablee .tab-score-svg {
  width: 16px;
  height: 16px;
  margin-left: 30px;
  cursor: pointer;
  position: absolute;
  right: -8px;
  color: #999999;
}
.ylzcc-activity-modal-tablee .tab-score-svg:hover {
  color: #1677ff;
}
.ylzcc-activity-modal-tablee .tab-editor {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.ylzcc-activity-modal-tablee .tab-editor span {
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  text-align: LEFT;
  color: #1677ff;
  line-height: 14px;
}
.ylzcc-activity-modal-tablee .ant-table-wrapper .ant-table-thead > tr > th {
  border-bottom: 1px solid #EBEBF0 !important;
  background: #f0f1f5 !important;
  border-right: 1px solid #d9d9d9 !important;
  border-radius: 0 !important;
  color: #333333 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.ylzcc-activity-modal-tablee .ant-table-wrapper .ant-table-thead > tr > th:last-child {
  border-right: none !important;
}
.ylzcc-activity-modal-tablee .ant-table-wrapper .ant-table-tbody > tr > td {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #333333 !important;
  border-right: 1px solid #d9d9d9 !important;
  padding: 16px !important;
}
.ylzcc-activity-modal-tablee .ant-table-wrapper .ant-table-tbody > tr > td:last-child {
  border-right: none !important;
}
.ylzcc-activity-modal-tablee .ant-table-container {
  border-radius: 0px !important;
  border: none !important;
  border-inline-start: none !important;
  border-inline-end: none !important;
}
.ylzcc-activity-modal-page {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.ylzcc-activity-modal-page .ant-pagination .ant-pagination-item {
  border-radius: 2px;
}
.ylzcc-activity-modal-page .ant-pagination .ant-pagination-prev button,
.ylzcc-activity-modal-page .ant-pagination .ant-pagination-next button {
  color: #999999;
}
.ylzcc-activity-modal-page .ant-pagination .ant-pagination-prev button:hover,
.ylzcc-activity-modal-page .ant-pagination .ant-pagination-next button:hover {
  color: #1677ff;
}
.ylzcc-activity-modal-page .ant-pagination .ant-pagination-disabled .ant-pagination-item-link,
.ylzcc-activity-modal-page .ant-pagination .ant-pagination-disabled:hover .ant-pagination-item-link {
  color: #cccccc;
}
.ylzcc-activity-modal-page .ant-pagination.ant-pagination-mini .ant-pagination-item:not(.ant-pagination-item-active):hover {
  background-color: transparent;
}
.ylzcc-activity-modal-page .ant-pagination.ant-pagination-mini .ant-pagination-prev:hover .ant-pagination-item-link,
.ylzcc-activity-modal-page .ant-pagination.ant-pagination-mini .ant-pagination-next:hover .ant-pagination-item-link {
  background-color: transparent;
}
.ylzcc-activity-modal-page .btn {
  cursor: pointer;
  width: 64px;
  height: 32px;
  background: #1677ff;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 14px;
  outline: none;
  border: none;
}
.ylzcc-activity-modal-page .btn:hover {
  background: #4592ff;
}
.ylzcc-activity-modal .ant-pagination-item {
  border-color: #d9d9d9;
}
.ylzcc-activity-modal .ant-pagination-item:hover {
  border-color: #d9d9d9;
  background-color: #f2f2f2 !important;
}
.ylzcc-activity-modal .ant-pagination-item-active a {
  color: rgba(0, 0, 0, 0.88) !important;
  font-weight: 400 !important;
}
.ylzcc-activity-modal .ant-pagination-item-active:hover a {
  color: rgba(0, 0, 0, 0.88);
}
.ylzcc-popover-help {
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  box-shadow: 2px 2px 4px 0px rgba(92, 117, 153, 0.1);
}
.ylzcc-popover-help .ant-popover-inner {
  padding: 6px 4px;
  border-radius: 0px;
}
.ylzcc-popover-help-tit {
  font-size: 12px;
  font-weight: 400;
  text-align: LEFT;
  color: #999999;
  line-height: 12px;
}

.act-demo-modal .ant-modal-content {
  border-radius: 4px;
  padding: 30px 50px;
  height: 100vh;
}
.act-demo-modal .ant-modal-footer {
  display: none;
}
.act-demo-modal .ant-form .ant-picker,
.act-demo-modal .ant-form .ant-select-selector,
.act-demo-modal .ant-form .ant-input-affix-wrapper {
  border-radius: 2px !important;
}
.act-demo-modal .ant-form .ant-form-item-explain-error {
  line-height: 20px;
}
.act-demo-modal .ant-form .ant-form-item {
  margin-bottom: 20px;
}
.act-demo-modal .ant-form .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
  display: inline-flex;
}
.act-demo-modal .ant-form .ant-form-item-label {
  min-width: 100px !important;
  text-align: right;
}
.act-demo-modal .ant-form .item-tip {
  height: 32px;
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
}
.act-demo-modal .ant-form .item-tip span {
  margin-left: 2px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 12px;
}
.act-demo-modal .close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.act-demo-modal .title-top {
  font-size: 18px;
  font-weight: 600;
  text-align: CENTER;
  color: #333333;
  line-height: 18px;
  margin-top: 0;
  margin-bottom: 30px;
}
.act-demo-modal .content {
  height: calc(100vh - 130px - 102px);
  overflow-y: auto;
}
.act-demo-modal .content::-webkit-scrollbar {
  display: none;
}
.act-demo-modal .content .preview {
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  overflow-y: auto;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  position: relative;
}
.act-demo-modal .content .preview::-webkit-scrollbar {
  display: none;
}
.act-demo-modal .content .preview-title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #1677ff;
  line-height: 26px;
  height: 28px;
  border: 1px solid rgba(22, 119, 255, 0.5);
  border-radius: 2px 0px 16px 0px;
  padding: 0 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.act-demo-modal .content .preview-tipshell {
  position: absolute;
  top: 0;
  left: 100px;
  color: #999999;
  line-height: 26px;
  height: 28px;
}
.act-demo-modal .content .preview-content {
  width: 100%;
}
.act-demo-modal .content .preview-content-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  text-align: LEFT;
  color: #333333;
  line-height: 18px;
  margin-top: 0;
  margin-bottom: 16px;
}
.act-demo-modal .content .preview-content-title::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  opacity: 0.3;
  background: #1677ff;
}
.act-demo-modal .content .codelanguage-space > div:nth-child(1) {
  flex: 1 1;
}
.demo-content-template-modal .ant-modal-content {
  border-radius: 4px;
  padding: 30px 37px;
}
.demo-content-template-modal .ant-modal-footer {
  display: none;
}
.demo-content-template-modal .close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.demo-content-template-modal .title {
  font-size: 16px;
  font-weight: 600;
  text-align: CENTER;
  color: #333333;
  line-height: 16px;
  margin-top: 0;
  margin-bottom: 24px;
}
.demo-content-template-modal .tips {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
.demo-content-template-modal .tips span {
  font-size: 14px;
  font-weight: 400;
  text-align: LEFT;
  color: #666666;
  line-height: 22px;
}
.demo-content-template-modal .tips span:nth-child(2) {
  flex: 1 1;
}
.demo-content-template-modal .img {
  width: 400px;
  height: 120px;
  margin-bottom: 40px;
}

.modal-close {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.modal-close svg {
  fill: #999999 !important;
}
.modal-close:hover svg {
  fill: #1677ff !important;
}

.step-arrow {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2px;
}
.step-arrow-item {
  flex: 1 1;
  height: 32px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  text-align: CENTER;
  line-height: 16px;
  cursor: pointer;
}
.step-arrow-item[data-status=finish],
.step-arrow-item[data-current=true] {
  background: #1677ff !important;
  color: #ffffff !important;
}
.step-arrow-item[data-status=unfinish] {
  background: #f5f6fa;
  color: #666666;
}
.step-arrow-item[data-type=start]::after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  border-top: 16px solid #ffffff;
  border-bottom: 16px solid #ffffff;
  border-left: 16px solid transparent;
}
.step-arrow-item[data-type=middle]::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #ffffff;
}
.step-arrow-item[data-type=middle]::after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  border-top: 16px solid #ffffff;
  border-bottom: 16px solid #ffffff;
  border-left: 16px solid transparent;
}
.step-arrow-item[data-type=end]::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #ffffff;
}

.mini-richeditor .w-e-select-list {
  z-index: 10;
}
.mini-richeditor .w-e-text-placeholder {
  font-style: normal;
}
.mini-richeditor > div::-webkit-scrollbar {
  display: none;
}

.knowledge-form-item {
  width: 100%;
  height: 100px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 4px 10px;
  align-content: flex-start;
  gap: 10px;
}
.knowledge-form-item::-webkit-scrollbar {
  display: none;
}
.knowledge-form-item-add {
  outline: none;
  border: 1px dashed #1677ff;
  border-radius: 2px;
  font-size: 14px;
  text-align: center;
  color: #1677ff;
  line-height: 14px;
  padding: 5px 10px;
  cursor: pointer;
  height: 24px;
  background: transparent;
}
.knowledge-form-item-add:hover {
  background: rgba(22, 119, 255, 0.1);
}

.knowledge-label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 168px;
  height: 24px;
  background: #f5f6fa;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
          user-select: none;
}
.knowledge-label > span {
  flex: 1 1;
  margin-right: 4px;
  font-size: 14px;
  color: #333333;
  max-width: 10em;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.knowledge-label svg {
  fill: #999999 !important;
  cursor: pointer;
}
.knowledge-label svg:hover {
  fill: #1677ff !important;
}

.knowledge-drawer .ant-drawer-content-wrapper {
  height: calc(100vh - 60px) !important;
  background: #ffffff;
  border-radius: 30px 30px 0px 0px;
  overflow: hidden;
}
.knowledge-drawer .ant-drawer-body {
  padding: 40px 120px 20px;
  position: relative;
}
.knowledge-drawer .close {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 20px;
  top: 20px;
  fill: #333333;
  cursor: pointer;
}
.knowledge-drawer .close:hover {
  fill: #1677ff;
}
.knowledge-drawer .container {
  height: calc(100% - 72px);
  display: flex;
}
.knowledge-drawer .container-left {
  width: 67%;
  margin-right: 30px;
  border-right: 1px solid #d9d9d9;
}
.knowledge-drawer .container-left-table {
  height: calc(100% - 40px);
  padding-right: 30px;
  margin-top: 20px;
  overflow-y: auto;
}
.knowledge-drawer .container-left-table::-webkit-scrollbar {
  display: none;
}
.knowledge-drawer .container-left-table .table-row {
  height: 44px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.knowledge-drawer .container-left-table .table-row:hover {
  background: #f5f6fa;
}
.knowledge-drawer .container-left-table .table-row-knowledge {
  margin-left: 30px;
  flex: 1 1;
  display: flex;
  align-items: center;
}
.knowledge-drawer .container-left-table .table-row-triangle {
  width: 10px;
  height: 6px;
  border-top: 6px solid #1677ff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transition: 0.3s;
  margin-right: 10px;
  cursor: pointer;
}
.knowledge-drawer .container-left-table .table-row-title {
  width: 0;
  flex: 1 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  text-align: LEFT;
  color: #333333;
  line-height: 24px;
}
.knowledge-drawer .container-left-table .table-row-enter {
  display: grid;
  grid-template-rows: 0fr;
}
.knowledge-drawer .container-left-table .table-row-enter-active {
  grid-template-rows: 1fr;
  transition: 0.3s;
}
.knowledge-drawer .container-left-table .table-row-exit {
  display: grid;
  grid-template-rows: 1fr;
}
.knowledge-drawer .container-left-table .table-row-exit-active {
  grid-template-rows: 0fr;
  transition: 0.3s;
}
.knowledge-drawer .container-right {
  flex: 1 1;
}
.knowledge-drawer .container-right-labels {
  height: calc(100% - 20px);
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  align-content: flex-start;
  overflow-y: auto;
}
.knowledge-drawer .container-right-labels::-webkit-scrollbar {
  display: none;
}
.knowledge-drawer .container-title {
  position: relative;
  padding-left: 14px;
  font-size: 18px;
  font-weight: 600;
  text-align: LEFT;
  color: #333333;
  line-height: 20px;
  margin: 0;
}
.knowledge-drawer .container-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 20px;
  background: #1677ff;
  border-radius: 2px;
}

.min-codeEditor-loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.min-codeEditor-loading .min-codeEditor-loading-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.min-codeEditor-loading .min-codeEditor-loading-in p {
  margin-top: 140px;
  color: #cccccc;
  font-size: 14px;
  line-height: 14px;
}
.min-codeEditor-loading .min-codeEditor-loading-in-line {
  position: absolute;
  left: calc(50% - 70px);
  top: calc(50% - 70px);
  width: 140px;
  height: 140px;
  z-index: 1;
  scale: 0.57;
}
.min-codeEditor-loading .min-codeEditor-loading-in-line div {
  position: absolute;
  width: 12px;
  height: 38px;
  border-radius: 6px;
  background: #1677ff;
  animation: load 1.04s ease infinite;
  -webkit-animation: load 1.04s ease infinite;
}
.min-codeEditor-loading .min-codeEditor-loading-in-line div:nth-child(1) {
  left: 13px;
  top: 50%;
  margin-top: -15px;
  transform: rotate(270deg);
  animation-delay: 0.13s;
  -webkit-animation-delay: 0.13s;
  opacity: 1;
}
.min-codeEditor-loading .min-codeEditor-loading-in-line div:nth-child(2) {
  left: 25px;
  top: 15px;
  transform: rotate(315deg);
  animation-delay: 0.26s;
  -webkit-animation-delay: 0.26s;
  opacity: 0.9;
}
.min-codeEditor-loading .min-codeEditor-loading-in-line div:nth-child(3) {
  left: 50%;
  top: 0;
  margin-left: -6px;
  transform: rotate(0);
  animation-delay: 0.39s;
  -webkit-animation-delay: 0.39s;
  opacity: 0.8;
}
.min-codeEditor-loading .min-codeEditor-loading-in-line div:nth-child(4) {
  top: 15px;
  right: 25px;
  transform: rotate(45deg);
  animation-delay: 0.52s;
  -webkit-animation-delay: 0.52s;
  opacity: 0.7;
}
.min-codeEditor-loading .min-codeEditor-loading-in-line div:nth-child(5) {
  right: 13px;
  top: 50%;
  margin-top: -15px;
  transform: rotate(90deg);
  animation-delay: 0.65s;
  -webkit-animation-delay: 0.65s;
  opacity: 0.6;
}
.min-codeEditor-loading .min-codeEditor-loading-in-line div:nth-child(6) {
  right: 25px;
  bottom: 15px;
  transform: rotate(135deg);
  animation-delay: 0.78s;
  -webkit-animation-delay: 0.78s;
  opacity: 0.5;
}
.min-codeEditor-loading .min-codeEditor-loading-in-line div:nth-child(7) {
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  transform: rotate(180deg);
  animation-delay: 0.91s;
  -webkit-animation-delay: 0.91s;
  opacity: 0.4;
}
.min-codeEditor-loading .min-codeEditor-loading-in-line div:nth-child(8) {
  bottom: 15px;
  left: 25px;
  transform: rotate(225deg);
  animation-delay: 1.04s;
  -webkit-animation-delay: 1.04s;
  opacity: 0.3;
}
@keyframes load {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

.code-highlight code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.code-highlight code.hljs::-webkit-scrollbar {
  height: 8px;
  width: 0;
}
.code-highlight code.hljs::-webkit-scrollbar-track {
  background: transparent;
}
.code-highlight code.hljs::-webkit-scrollbar-thumb {
  background: #444444;
  border-radius: 10px;
}
.code-highlight code.hljs::-webkit-scrollbar-thumb:hover {
  background: #666666;
}
.code-highlight .hljs {
  color: #abb2bf !important;
  background: #282c34 !important;
}
.code-highlight .hljs-comment,
.code-highlight .hljs-quote {
  color: #5c6370 !important;
  font-style: italic !important;
}
.code-highlight .hljs-doctag,
.code-highlight .hljs-formula,
.code-highlight .hljs-keyword {
  color: #c678dd !important;
}
.code-highlight .hljs-deletion,
.code-highlight .hljs-name,
.code-highlight .hljs-section,
.code-highlight .hljs-selector-tag,
.code-highlight .hljs-subst {
  color: #e06c75 !important;
}
.code-highlight .hljs-literal {
  color: #56b6c2 !important;
}
.code-highlight .hljs-addition,
.code-highlight .hljs-attribute,
.code-highlight .hljs-meta .hljs-string,
.code-highlight .hljs-regexp,
.code-highlight .hljs-string {
  color: #98c379 !important;
}
.code-highlight .hljs-attr,
.code-highlight .hljs-number,
.code-highlight .hljs-selector-attr,
.code-highlight .hljs-selector-class,
.code-highlight .hljs-selector-pseudo,
.code-highlight .hljs-template-variable,
.code-highlight .hljs-type,
.code-highlight .hljs-variable {
  color: #d19a66 !important;
}
.code-highlight .hljs-bullet,
.code-highlight .hljs-link,
.code-highlight .hljs-meta,
.code-highlight .hljs-selector-id,
.code-highlight .hljs-symbol,
.code-highlight .hljs-title {
  color: #61aeee !important;
}
.code-highlight .hljs-built_in,
.code-highlight .hljs-class .hljs-title,
.code-highlight .hljs-title.class_ {
  color: #e6c07b !important;
}
.code-highlight .hljs-emphasis {
  font-style: italic;
}
.code-highlight .hljs-strong {
  font-weight: 700;
}
.code-highlight .hljs-link {
  text-decoration: underline;
}

.act-codetest-modal .ant-modal-content {
  border-radius: 4px;
  padding: 30px 0;
  height: 100vh;
}
.act-codetest-modal .ant-modal-footer {
  display: none;
}
.act-codetest-modal .ant-form .ant-picker,
.act-codetest-modal .ant-form .ant-input-number,
.act-codetest-modal .ant-form .ant-input-number-affix-wrapper,
.act-codetest-modal .ant-form .ant-select-selector,
.act-codetest-modal .ant-form .ant-input-affix-wrapper {
  border-radius: 2px !important;
}
.act-codetest-modal .ant-form .ant-form-item-explain-error {
  line-height: 20px;
}
.act-codetest-modal .ant-form .ant-form-item {
  margin-bottom: 20px;
}
.act-codetest-modal .ant-form .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
  display: inline-flex;
}
.act-codetest-modal .close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.act-codetest-modal .title-top {
  font-size: 18px;
  font-weight: 600;
  text-align: CENTER;
  color: #333333;
  line-height: 18px;
  margin-top: 0;
  margin-bottom: 30px;
}
.act-codetest-modal .content {
  height: calc(100vh - 130px - 102px);
  overflow-y: auto;
}
.act-codetest-modal .content::-webkit-scrollbar {
  display: none;
}
.act-codetest-modal .content .preview {
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  overflow-y: auto;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  position: relative;
}
.act-codetest-modal .content .preview::-webkit-scrollbar {
  display: none;
}
.act-codetest-modal .content .preview-container {
  padding: 0 50px;
  width: 100%;
  height: 100%;
}
.act-codetest-modal .content .preview-title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #1677ff;
  line-height: 26px;
  height: 28px;
  border: 1px solid rgba(22, 119, 255, 0.5);
  border-radius: 2px 0px 16px 0px;
  padding: 0 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.act-codetest-modal .content .preview-content {
  width: 100%;
}
.act-codetest-modal .content .preview-content-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  text-align: LEFT;
  color: #333333;
  line-height: 18px;
  margin-top: 0;
  margin-bottom: 16px;
}
.act-codetest-modal .content .preview-content-title::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  opacity: 0.3;
  background: #1677ff;
}
.act-codetest-modal .content .preview-content-topic {
  font-size: 15px;
  font-weight: 400;
  text-align: LEFT;
  color: #333333;
  line-height: 23px;
}
.act-codetest-modal .content .content1,
.act-codetest-modal .content .content0 {
  padding: 0 50px;
}
.act-codetest-modal .content .content1 .ant-form-item-label,
.act-codetest-modal .content .content0 .ant-form-item-label {
  min-width: 80px !important;
  text-align: right;
}
.act-codetest-modal .content .content1 .item-tip,
.act-codetest-modal .content .content0 .item-tip {
  height: 32px;
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
}
.act-codetest-modal .content .content1 .item-tip span,
.act-codetest-modal .content .content0 .item-tip span {
  margin-left: 2px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 12px;
}
.act-codetest-modal .content .content1 .code-container,
.act-codetest-modal .content .content0 .code-container {
  display: flex;
  flex-direction: column;
}
.act-codetest-modal .content .content1 .code-container-nav,
.act-codetest-modal .content .content0 .code-container-nav {
  background-color: #292929;
  border-bottom: 1px solid #999999;
  color: #cccccc;
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 10px;
  padding: 6px 10px;
  font-weight: bold;
}
.act-codetest-modal .content .content1 .code-container-nav > span,
.act-codetest-modal .content .content0 .code-container-nav > span {
  cursor: pointer;
  padding: 0 6px;
}
.act-codetest-modal .content .content1 .code-container-nav > span.light,
.act-codetest-modal .content .content0 .code-container-nav > span.light {
  color: white;
  background-color: #4d4d4d;
  border-radius: 4px;
}
.act-codetest-modal .content .content1 .code-container-editor,
.act-codetest-modal .content .content0 .code-container-editor {
  flex: 1 1;
}
.act-codetest-modal .content .content2 {
  padding-left: 50px;
}
.act-codetest-modal .content .content2 .ant-form-item-label {
  min-width: 80px;
  text-align: right;
}
.act-codetest-modal .content .content2 .ant-input-number-group-addon {
  background-color: transparent;
  border-radius: 0 2px 2px 0;
}
.act-codetest-modal .content .content2 .ant-input-number {
  border-radius: 2px 0 0 2px !important;
}
.act-codetest-modal .content .content2 .list-tip {
  height: 32px;
  display: inline-flex;
  align-items: center;
}
.act-codetest-modal .content .content2 .list-tip span {
  margin-left: 2px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 12px;
}
.act-codetest-modal .content .content2 .list-add {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.act-codetest-modal .content .content2 .list-add span {
  margin-left: 4px;
}
.act-codetest-modal .content .content2 .list-add[data-disabled=true] {
  color: #CCCCCC;
  cursor: default;
}
.act-codetest-modal .content .content2 .list-add[data-disabled=true] svg {
  fill: #CCCCCC;
  cursor: default;
}
.act-codetest-modal .content .content2 .list-add[data-disabled=false] {
  color: #1677ff;
  cursor: pointer;
}
.act-codetest-modal .content .content2 .list-add[data-disabled=false] svg {
  fill: #1677ff;
  cursor: pointer;
}
.act-codetest-modal .content .content2 .list-item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.act-codetest-modal .content .content2 .list-item .ant-form-item-label {
  min-width: 20px;
  text-align: right;
}
.act-codetest-modal .content .content2 .list-item-left {
  width: calc(100% - 50px);
  background: #f5f6fa;
  border-radius: 2px;
  padding: 24px 20px 4px;
}
.act-codetest-modal .content .content2 .list-item-remove {
  margin-left: 10px;
}
.act-codetest-modal .content .content2 .list-item-remove circle {
  stroke: var(--color);
}
.act-codetest-modal .content .content2 .list-item-remove rect {
  fill: var(--color);
}
.act-codetest-modal .content .content2 .list-item-remove[data-disabled=false] {
  --color: #999999;
}
.act-codetest-modal .content .content2 .list-item-remove[data-disabled=false]:hover {
  cursor: pointer;
  --color: #1677ff;
}
.act-codetest-modal .content .content2 .list-item-remove[data-disabled=true] {
  --color: #cccccc;
}
.act-codetest-modal .content .content3 {
  padding: 0 50px;
  width: 100%;
  height: calc(100vh - 254px);
}
.act-codetest-modal .content .content0-verifymode {
  display: flex;
  align-items: center;
}
.act-codetest-modal .content .content0-verifymode > img {
  width: 16px;
  height: 16px;
}
.act-codetest-modal .content .content0-verifymode-tip {
  margin-left: 2px;
  font-size: 12px;
  color: #999999;
  line-height: 12px;
}

.CodeRunner {
  width: 100%;
  height: 100%;
}
.CodeRunner > iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.ccmquizitem {
  width: 100%;
  height: 100%;
}
.ccmquizitem > iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.ylzcc-modal .ant-modal .ant-modal-close {
  color: #999999;
}
.ylzcc-modal .ant-modal .ant-modal-close:hover {
  background-color: transparent;
  color: #1677ff;
}
.ylzcc-modal .form-item-check > div {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.ylzcc-modal .form-item-check-tip {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.ylzcc-modal .form-item-check-tip > span {
  margin-left: 2px;
  font-size: 12px;
  color: #999999;
}
.ylzcc-modal .form-item-check .ant-checkbox-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row-reverse;
}
.ylzcc-modal .form-item-check .ant-checkbox-wrapper:first-child {
  margin-bottom: 0;
}
.ylzcc-modal .form-item-check .ant-checkbox + span {
  margin-right: 4px;
  min-width: 70px;
  padding-inline-start: 10px;
  padding-inline-end: 10px;
}
.ylzcc-modal .form-item-check .ant-checkbox .ant-checkbox-inner {
  border-radius: 2px;
}
.ylzcc-modal .form-item-check .form-item-check-checkBox {
  display: flex;
  align-items: flex-start;
}
.ylzcc-modal .form-item-check .form-item-check-checkBox .checkBox-text {
  display: flex;
  align-items: center;
  margin-top: 1px;
  margin-left: 10px;
}
.ylzcc-modal .ant-modal-content {
  padding: 30px 50px 14px;
  max-height: calc(100vh - 80px);
  background: #ffffff;
  overflow-y: auto;
}
.ylzcc-modal .ant-modal-content::-webkit-scrollbar {
  display: none;
}
.ylzcc-modal .ant-modal-content .ant-modal-footer {
  display: none;
}
.ylzcc-modal .ant-modal-content .ant-form-item .ant-form-item-label > label {
  position: static;
  position: initial;
}
.ylzcc-modal .ant-modal-content .ant-form-item .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
  display: inline-block;
}
.ylzcc-modal .ant-modal-content .ant-form-item-no-colon {
  font-size: 14px !important;
  font-weight: 400 !important;
}
.ylzcc-modal .ant-modal-content .ant-input:focus,
.ylzcc-modal .ant-modal-content .ant-input-affix-wrapper-focused {
  box-shadow: 0 0 0px 1px #4096ff;
}
.ylzcc-modal .ant-modal-content .ant-form-item {
  margin-bottom: 20px;
}
.ylzcc-modal .ant-modal-content .ant-form-item-explain-error {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  margin-top: 1px;
}
.ylzcc-modal .ant-modal-content .ant-form-item textarea::-webkit-scrollbar {
  display: none;
}
.ylzcc-modal .ant-modal-content .form-item-choise {
  margin-left: 81px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
}
.ylzcc-modal .ant-modal-content .form-item-choise-title {
  width: 100%;
  height: 32px;
  background: #f5f6fa;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ylzcc-modal .ant-modal-content .form-item-choise-title span {
  font-size: 14px;
  font-weight: 400;
  text-align: LEFT;
  color: #333333;
  line-height: 16px;
}
.ylzcc-modal .ant-modal-content .form-item-choise-title span:nth-child(1) {
  margin-left: 124px;
}
.ylzcc-modal .ant-modal-content .form-item-choise-title span:nth-child(2) {
  margin-right: 34px;
}
.ylzcc-modal .ant-modal-content .form-item-choise-select {
  width: 100%;
  padding: 12px 10px 12px 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ylzcc-modal .ant-modal-content .form-item-choise-select-item {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  height: 24px;
}
.ylzcc-modal .ant-modal-content .form-item-choise-select-item-input {
  flex: 1 1;
  position: relative;
}
.ylzcc-modal .ant-modal-content .form-item-choise-select-item-input-add {
  height: 24px;
  border: 1px dashed #d9d9d9;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #666666;
}
.ylzcc-modal .ant-modal-content .form-item-choise-select-item-input-add span {
  font-size: 13px;
  font-weight: 400;
  text-align: LEFT;
  line-height: 15px;
}
.ylzcc-modal .ant-modal-content .form-item-choise-select-item-input-add:hover {
  border: 1px dashed #1677ff;
  color: #1677ff;
}
.ylzcc-modal .ant-modal-content .form-item-choise-select-item-input .tip {
  position: absolute;
  height: 24px;
  left: 0px;
  top: 0;
  font-size: 13px;
  font-weight: 400;
  text-align: LEFT;
  color: #f5222d;
  line-height: 24px;
  padding-left: 8px;
  z-index: 90;
}
.ylzcc-modal .ant-modal-content .form-item-choise-select-item-cho {
  margin-left: 20px;
  width: 24px;
  height: 24px;
}
.ylzcc-modal .ant-modal-content .form-item-choise-select-item-cho .que {
  width: 24px;
  height: 24px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  cursor: pointer;
}
.ylzcc-modal .ant-modal-content .form-item-choise-select-item-cho .que:hover {
  border: 1px solid #30c213;
}
.ylzcc-modal .ant-modal-content .form-item-choise-select-item-cho .icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.ylzcc-modal .ant-modal-content .form-item-choise-select-item-del {
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.ylzcc-modal .ant-modal-content .form-item-score .ant-input:focus,
.ylzcc-modal .ant-modal-content .form-item-score .ant-input-affix-wrapper:focus {
  border-color: #4096ff !important;
}
.ylzcc-modal .ant-modal-content .form-item-score .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input {
  border-color: #ff4d4f !important;
}
.ylzcc-modal .ant-modal-content .form-item-check-small {
  margin-bottom: 0px;
  height: 20px;
}
.ylzcc-modal .ant-modal-content .form-item-check-small .ant-checkbox-wrapper {
  flex-direction: row-reverse;
}
.ylzcc-modal .ant-modal-content .form-item-check-small .ant-checkbox-wrapper:nth-child(2) {
  margin-left: 60px;
}
.ylzcc-modal .ant-modal-content .form-item-tip {
  display: flex;
  margin-left: 6px;
}
.ylzcc-modal .ant-modal-content .form-item-tip-btn {
  height: 20px;
  display: flex;
  justify-content: left;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.ylzcc-modal .ant-modal-content .form-item-tip-btn span {
  margin-left: 4px;
  font-size: 14px;
  font-weight: 400;
  text-align: LEFT;
  color: #1677ff;
  line-height: 16px;
  margin-right: 4px;
}
.ylzcc-modal .ant-modal-content .form-item-tiptab {
  width: 100%;
}
.ylzcc-modal .ant-modal-content .form-item-button {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.ylzcc-modal .ant-modal-content .form-item-button button {
  cursor: pointer;
}
.ylzcc-modal .ant-modal-content .form-item-button-can {
  width: 88px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #333333;
  line-height: 14px;
}
.ylzcc-modal .ant-modal-content .form-item-button-can:hover {
  border: 1px solid #1677ff;
  color: #1677ff;
}
.ylzcc-modal .ant-modal-content .form-item-button-en {
  outline: none;
  width: 88px;
  height: 32px;
  background: #1677ff;
  border-radius: 2px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 14px;
}
.ylzcc-modal .ant-modal-content .form-item-button-en:hover {
  background: #4592ff;
}
.ylzcc-modal .ant-modal-content .ant-picker {
  width: 180px;
  border-radius: 2px;
}
.ylzcc-modal .ant-modal-content .form-item-help {
  position: relative;
}
.ylzcc-modal .ant-modal-content .form-item-help-icon {
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
  top: calc(100% + 7px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.ylzcc-modal .ant-modal-content .form-item-help-text {
  cursor: pointer;
  position: absolute;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-decoration: underline;
  color: #1677ff;
}
.ylzcc-modal .ant-modal-content .form-item-help-btn {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-decoration: underline;
  color: #1677ff;
}
.ylzcc-modal .ant-modal-content .form-item-help-btn:nth-child(2) {
  top: 60px;
}
.ylzcc-form-head {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ylzcc-form-head span {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #333333;
  line-height: 18px;
}
.ylzcc-ability {
  width: 100%;
  border-radius: 2px;
  box-shadow: 0px 2px 8px 0px rgba(97, 92, 153, 0.15);
  padding: 16px 20px 16px 12px;
}
.ylzcc-activity-header {
  width: 100%;
  height: 16px;
  display: flex;
  align-items: center;
  padding-left: 8px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.ylzcc-activity-header span:nth-child(1) {
  height: 16px;
  font-size: 16px;
  font-weight: 600;
  text-align: LEFT;
  color: #333333;
  line-height: 16px;
}
.ylzcc-activity-header span:nth-child(2) {
  height: 14px;
  font-size: 14px;
  font-weight: 400;
  text-align: LEFT;
  color: #1677ff;
  line-height: 14px;
  cursor: pointer;
}
.tipability {
  padding-bottom: 1px;
}

.ExperEnvManage .ant-drawer-body {
  padding: 0;
}
.ExperEnvManage .ExperEnvManage-refresh:hover {
  color: #1677ff !important;
  cursor: pointer;
}
.ExperEnvManage .ExperEnvManage-refresh.anticon-spin {
  color: #1677ff !important;
}
.ExperEnvManage-content {
  height: calc(100% - 72px - 48px);
  overflow-y: auto;
  padding: 20px 30px;
}
.ExperEnvManage-content .ant-form-item-extra {
  color: #999999;
}
.ExperEnvManage-content::-webkit-scrollbar {
  display: none;
}

.ExperEnvCenter {
  height: 100%;
}
.ExperEnvCenter .ExperEnvCenter-navitem {
  color: #888888;
  line-height: 14px;
  cursor: pointer;
}
.ExperEnvCenter .ExperEnvCenter-navitem:hover {
  color: #1677ff;
}
.ExperEnvCenter .ExperEnvCenter-navitem[data-select=true] {
  font-weight: 500;
  color: #1677ff;
}
.ExperEnvCenter-container {
  margin-top: 20px;
  height: calc(100% - 22px - 20px);
}
.ExperEnvCenter-list {
  height: 100%;
}
.ExperEnvCenter-list .infinite-scroll-component__outerdiv {
  height: 100%;
}
.ExperEnvCenter-list .infinite-scroll-component {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  gap: 20px;
}
.ExperEnvCenter-list .infinite-scroll-component::-webkit-scrollbar {
  display: none;
}
.ExperEnvCenter-list-item {
  width: calc(50% - 10px);
  height: 110px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  color: #666666;
  line-height: 20px;
  cursor: pointer;
}
.ExperEnvCenter-list-item > img {
  width: 90px;
  height: 90px;
  border-radius: 6px;
  margin-right: 10px;
  object-fit: cover;
}
.ExperEnvCenter-list-item .os-ellipsis-two {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ExperEnvCenter-list-item:hover {
  border-color: #1677ff;
}
.ExperEnvCenter-list-item[data-select=true] {
  border-color: #1677ff;
}

.temp-loading {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.temp-loading-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  --imgsize: 140px;
}
.temp-loading-main img {
  width: var(--imgsize);
  height: var(--imgsize);
}
.temp-loading-main p {
  margin-top: 20px;
  color: #999999;
  font-size: 14px;
  line-height: 14px;
}
.temp-loading-main-line {
  position: absolute;
  left: 0;
  top: 0;
  width: var(--imgsize);
  height: var(--imgsize);
  z-index: 1;
  transform: scale(0.5);
}
.temp-loading-main-line div {
  position: absolute;
  width: 12px;
  height: 38px;
  border-radius: 6px;
  background: #1677ff;
  animation: load 1.04s ease infinite;
  -webkit-animation: load 1.04s ease infinite;
}
.temp-loading-main-line div:nth-child(1) {
  left: 13px;
  top: 50%;
  margin-top: -15px;
  transform: rotate(270deg);
  animation-delay: 0.13s;
  -webkit-animation-delay: 0.13s;
  opacity: 1;
}
.temp-loading-main-line div:nth-child(2) {
  left: 25px;
  top: 15px;
  transform: rotate(315deg);
  animation-delay: 0.26s;
  -webkit-animation-delay: 0.26s;
  opacity: 0.9;
}
.temp-loading-main-line div:nth-child(3) {
  left: 50%;
  top: 0;
  margin-left: -6px;
  transform: rotate(0);
  animation-delay: 0.39s;
  -webkit-animation-delay: 0.39s;
  opacity: 0.8;
}
.temp-loading-main-line div:nth-child(4) {
  top: 15px;
  right: 25px;
  transform: rotate(45deg);
  animation-delay: 0.52s;
  -webkit-animation-delay: 0.52s;
  opacity: 0.7;
}
.temp-loading-main-line div:nth-child(5) {
  right: 13px;
  top: 50%;
  margin-top: -15px;
  transform: rotate(90deg);
  animation-delay: 0.65s;
  -webkit-animation-delay: 0.65s;
  opacity: 0.6;
}
.temp-loading-main-line div:nth-child(6) {
  right: 25px;
  bottom: 15px;
  transform: rotate(135deg);
  animation-delay: 0.78s;
  -webkit-animation-delay: 0.78s;
  opacity: 0.5;
}
.temp-loading-main-line div:nth-child(7) {
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  transform: rotate(180deg);
  animation-delay: 0.91s;
  -webkit-animation-delay: 0.91s;
  opacity: 0.4;
}
.temp-loading-main-line div:nth-child(8) {
  bottom: 15px;
  left: 25px;
  transform: rotate(225deg);
  animation-delay: 1.04s;
  -webkit-animation-delay: 1.04s;
  opacity: 0.3;
}
@keyframes load {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}


.ExperEnv .svgHover svg {
  fill: #999999;
  cursor: pointer;
}
.ExperEnv .svgHover svg :hover {
  fill: #1677ff;
}
.ExperEnv-select-disabled {
  position: relative;
}
.ExperEnv-select-disabled-innert {
  position: absolute;
  inset: 0;
  cursor: default;
}
.ExperEnv-select-disabled-innert-clear {
  position: absolute;
  top: 9px;
  right: 16px;
  cursor: pointer;
  display: none;
}
.ExperEnv-select-disabled-innert[data-has=true]:hover .ExperEnv-select-disabled-innert-clear {
  display: block;
}
.ExperEnv-select-disabled .ant-select-selector {
  background-color: transparent !important;
  color: rgba(0, 0, 0, 0.88) !important;
}
.ExperEnv-select-disabled .ant-select-arrow {
  display: none;
}
.ylzcc-modal-env-time-help .ant-modal-content {
  padding: 30px 40px 40px 20px;
}
.ylzcc-modal-env-time-help .ant-modal .ant-modal-close {
  color: #999999;
}
.ylzcc-modal-env-time-help .ant-modal .ant-modal-close:hover {
  background-color: transparent;
  color: #1677ff;
}
.ylzcc-modal-env-time-help .explain div {
  margin-bottom: 15px;
  text-align: center;
  font-size: 16px;
}
.ylzcc-modal-env-time-help .explain p {
  margin: 0;
  color: #666666;
  line-height: 22px;
  display: flex;
}
.ylzcc-modal-env-time-help .explain p span {
  word-wrap: break-word;
}
.ylzcc-modal-env-time-help .ant-modal-footer {
  display: none;
}


.modalbase-modal .ant-modal-content {
  padding: var(--content-padding);
}
.modalbase-modal .ant-modal-footer {
  margin-top: var(--footer-top);
}
.modalbase-modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.modalbase-modal-title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  text-align: CENTER;
  color: #333333;
  margin-top: 0px;
}


.enter-workspace-loading {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0b0c0d;
  z-index: 9999;
}
.enter-workspace-loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.enter-workspace-loading-container .workspace-gifloading {
  width: 320px;
  height: 320px;
  position: relative;
}
.enter-workspace-loading-container .workspace-gifloading .svg1 {
  width: 100%;
  height: 100%;
}
.enter-workspace-loading-container .workspace-gifloading .svg2 {
  position: absolute;
  inset: 49px;
}
.enter-workspace-loading-container .workspace-gifloading .svg3 {
  position: absolute;
  left: 50%;
  top: 132px;
  transform: translateX(-50%);
  animation: opacity 6s ease-in-out infinite;
}
.enter-workspace-loading-container .workspace-textloading {
  margin-top: 40px;
  height: 160px;
  overflow: hidden;
}
.enter-workspace-loading-container .workspace-textloading > div {
  transform: translateY(0);
}
.enter-workspace-loading-container .workspace-textloading > div.move {
  transition: 1s;
  transform: translateY(-44px);
}
.enter-workspace-loading-container .workspace-textloading > div > div {
  background-image: linear-gradient(90deg, #3589ff 0%, #28edff 100%);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  height: 20px;
  text-shadow: 1px 1px 0px 0px rgba(0, 29, 102, 0.8);
  text-align: center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 24px;
  opacity: 0.7;
  transition: 1s;
}
.enter-workspace-loading-container .workspace-textloading > div > div.active {
  font-size: 20px;
  font-weight: 600;
  opacity: 1;
}
.enter-workspace-loading .workspace-anticlockwise {
  animation: rotate1 8s linear infinite;
}
.enter-workspace-loading .workspace-clockwise {
  animation: rotate2 8s linear infinite;
}
@keyframes rotate1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes rotate2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes opacity {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}

.DirectoryDrawer .ant-drawer-body {
  padding: 0;
}
.DirectoryDrawer .DirectoryDrawer-refresh:hover {
  color: #1677ff !important;
  cursor: pointer;
}
.DirectoryDrawer .DirectoryDrawer-refresh.anticon-spin {
  color: #1677ff !important;
}
.DirectoryDrawer-content {
  height: calc(100% - 72px - 48px);
  overflow-y: auto;
  padding: 20px 30px;
}
.DirectoryDrawer-content .ant-form-item-extra {
  color: #999999;
}
.DirectoryDrawer-content::-webkit-scrollbar {
  display: none;
}


/*# sourceMappingURL=main-84781932.d4ef4dd7.css.map*/