
.task-theme-container[data-v-3f10e216] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.task-theme-item[data-v-3f10e216] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border: 2px solid;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 50px;
}
.task-theme-item[data-v-3f10e216]:hover {
  border-color: #409eff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.task-theme-item.active[data-v-3f10e216] {
  border-color: #409eff;
  background-color: rgba(64, 158, 255, 0.3);
  border-width: 2px;
}
.icon-box[data-v-3f10e216] {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #979696;
}
.icon-box i[data-v-3f10e216] {
  font-size: 24px;
  color: #606266;
}
.task-theme-item.active .icon-box[data-v-3f10e216] {
  background-color: #409eff;
  border-color: #409eff;
}
.task-theme-item.active .icon-box i[data-v-3f10e216] {
  color: #ffffff;
}
.title[data-v-3f10e216] {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1;
}
.subtitle[data-v-3f10e216] {
  font-size: 14px;
  margin: 0;
  line-height: 1;
}
.activity-community-text[data-v-3f10e216] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  word-break: break-all;
}
.time-range-container[data-v-3f10e216] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.upload-area[data-v-3f10e216] {
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
}
.upload-area[data-v-3f10e216]:hover {
  border-color: #409eff;
}
.upload-box[data-v-3f10e216] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.upload-box i[data-v-3f10e216] {
  font-size: 32px;
  color: #c0c4cc;
  margin-bottom: 10px;
}
.upload-box .upload-text[data-v-3f10e216] {
  font-size: 14px;
  color: #606266;
  margin-bottom: 5px;
}
.upload-box .upload-hint[data-v-3f10e216] {
  font-size: 12px;
  color: #909399;
}
.dialog-footer[data-v-3f10e216] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 20px;
}
.dialog-footer button[data-v-3f10e216] {
  margin-left: 10px;
}
.business-level-item[data-v-3f10e216] {
  width: 120px;
  height: 100px;
  border: 2px solid #e4e7ed;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.business-level-item[data-v-3f10e216]:hover {
  border-color: #409eff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.business-level-item.active[data-v-3f10e216] {
  border-color: #409eff;
  background-color: rgba(64, 158, 255, 0.1);
}
.business-level-item .level-icon[data-v-3f10e216] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f5f7fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  font-size: 24px;
  color: #606266;
}
.business-level-item.active .level-icon[data-v-3f10e216] {
  background-color: #409eff;
  color: #ffffff;
}
.business-level-item .level-name[data-v-3f10e216] {
  font-size: 14px;
  color: #606266;
}
@-webkit-keyframes fadeIn-3f10e216 {
from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@keyframes fadeIn-3f10e216 {
from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@-webkit-keyframes slideIn-3f10e216 {
from {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
}
to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
@keyframes slideIn-3f10e216 {
from {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
}
to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
}
@-webkit-keyframes scaleIn-3f10e216 {
from {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
}
to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@keyframes scaleIn-3f10e216 {
from {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
}
to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
.attachment-list[data-v-3f10e216] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.attachment-item[data-v-3f10e216] {
  position: relative;
}
.video-wrapper[data-v-3f10e216] {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #000;
}
.attachment-video[data-v-3f10e216] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.training-dialog .el-dialog__body[data-v-3f10e216] {
  padding: 20px;
  max-height: calc(100vh - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.training-dialog .dialog-content[data-v-3f10e216] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  max-height: calc(100vh - 400px);
  padding-right: 10px;
}
.training-dialog .dialog-content[data-v-3f10e216]::-webkit-scrollbar {
  width: 6px;
}
.training-dialog .dialog-content[data-v-3f10e216]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.training-dialog .dialog-content[data-v-3f10e216]::-webkit-scrollbar-thumb {
  background: #c0c4cc;
  border-radius: 3px;
}
.training-dialog .dialog-content[data-v-3f10e216]::-webkit-scrollbar-thumb:hover {
  background: #909399;
}
.training-dialog .dialog-footer[data-v-3f10e216] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
