.lyadmin-body[data-v-416d8e56]{height:100%;width:100%}.lycontainer[data-v-416d8e56]{height:100%}.leftct[data-v-416d8e56]{display:flex;flex-direction:column;height:100%;border-right:1px solid #eee}.common-head[data-v-416d8e56]{padding:10px;border-bottom:1px solid #eee;background-color:#fff}.nopadding[data-v-416d8e56]{padding:0}.custom-tree-node[data-v-416d8e56]{flex:1;display:flex;align-items:center;justify-content:space-between;font-size:14px;padding-right:8px}.menu[data-v-416d8e56] .el-tree-node__content{height:36px !important}.menu[data-v-416d8e56] .el-tree-node__label{display:flex;flex:1;height:100%}.custom-tree-node .do[data-v-416d8e56]{display:none}.custom-tree-node:hover .do[data-v-416d8e56]{display:inline-block}.pagination-container[data-v-416d8e56]{margin-top:20px;text-align:right;padding:10px 20px}.table-operate-btn[data-v-416d8e56]{cursor:pointer;color:#409eff;margin-right:15px}.table-operate-btn[data-v-416d8e56]:hover{color:#66b1ff}.avatar-uploader[data-v-416d8e56] .el-upload{border:1px dashed #d9d9d9;border-radius:6px;cursor:pointer;position:relative;overflow:hidden}.avatar-uploader[data-v-416d8e56] .el-upload:hover{border-color:#409eff}.avatar-uploader-icon[data-v-416d8e56]{font-size:28px;color:#8c939d;width:178px;height:178px;line-height:178px;text-align:center}.avatar[data-v-416d8e56]{width:178px;height:178px;display:block}.detail-content[data-v-416d8e56]{padding:20px}.detail-content .detail-item[data-v-416d8e56]{margin-bottom:15px}.detail-content .detail-item .label[data-v-416d8e56]{font-weight:bold;margin-right:10px}.detail-content .detail-item .detail-cover[data-v-416d8e56]{max-width:200px;max-height:200px}.detail-content .detail-item .content-text[data-v-416d8e56]{margin-top:10px;white-space:pre-wrap}.detail-content .detail-item .target-link[data-v-416d8e56]{color:#409eff;text-decoration:none}.detail-content .detail-item .target-link[data-v-416d8e56]:hover{text-decoration:underline}.detail-content .detail-item .content-photos[data-v-416d8e56]{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.detail-content .detail-item .content-photos .detail-photo[data-v-416d8e56]{width:100px;height:100px;-o-object-fit:cover;object-fit:cover;border-radius:4px;border:1px solid #ddd}.content-photos-upload .photos-preview[data-v-416d8e56]{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px}.content-photos-upload .photos-preview .photo-item[data-v-416d8e56]{position:relative;width:80px;height:80px;border-radius:6px;overflow:hidden;border:1px solid #ddd}.content-photos-upload .photos-preview .photo-item img[data-v-416d8e56]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.content-photos-upload .photos-preview .photo-item .photo-remove[data-v-416d8e56]{position:absolute;top:2px;right:2px;width:18px;height:18px;background:rgba(0,0,0,.6);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;font-size:12px;opacity:0;transition:opacity .3s}.content-photos-upload .photos-preview .photo-item .photo-remove[data-v-416d8e56]:hover{background:rgba(255,0,0,.8)}.content-photos-upload .photos-preview .photo-item:hover .photo-remove[data-v-416d8e56]{opacity:1}.content-photos-upload .photos-uploader .upload-area[data-v-416d8e56]{border:2px dashed #d9d9d9;border-radius:6px;cursor:pointer;position:relative;overflow:hidden;width:100%;height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:border-color .3s}.content-photos-upload .photos-uploader .upload-area[data-v-416d8e56]:hover{border-color:#409eff}.content-photos-upload .photos-uploader .upload-area .upload-icon[data-v-416d8e56]{font-size:24px;color:#8c939d;margin-bottom:8px}.content-photos-upload .photos-uploader .upload-area .upload-text[data-v-416d8e56]{color:#8c939d;font-size:14px}.form-help-text[data-v-416d8e56]{font-size:12px;color:#909399;margin-top:5px;line-height:1.4}

.el-alert[data-v-2ceaa703]{
        padding: 4px 8px 4px 8px;
}


.ai-assistant-container[data-v-993cc8d0] {
  display: flex;
  height: calc(100vh - 120px);
  background-color: #f0f2f5;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.assistant-sidebar[data-v-993cc8d0] {
  width: 250px;
  background-color: #fff;
  border-right: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
}
.sidebar-header[data-v-993cc8d0] {
  padding: 16px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.conversation-list[data-v-993cc8d0] {
  flex: 1;
  overflow-y: auto;
  padding: 8px;
}
.conversation-item[data-v-993cc8d0] {
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 8px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.conversation-item[data-v-993cc8d0]:hover {
  background-color: #f5f5f5;
}
.conversation-item.active[data-v-993cc8d0] {
  background-color: #e6f7ff;
  color: #1890ff;
}
.delete-btn[data-v-993cc8d0] {
  opacity: 0;
}
.conversation-item:hover .delete-btn[data-v-993cc8d0] {
  opacity: 1;
}
.conversation-title[data-v-993cc8d0] {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 8px;
}
.chat-container[data-v-993cc8d0] {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.chat-header[data-v-993cc8d0] {
  padding: 16px;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
}
.chat-messages[data-v-993cc8d0] {
  flex: 1;
  padding: 16px;
  overflow-y: auto;
  background-color: #f9f9f9;
}
.message-wrapper[data-v-993cc8d0] {
  position: relative;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
.message-item[data-v-993cc8d0] {
  display: flex;
}
.user-message[data-v-993cc8d0] {
  justify-content: flex-end;
}
.ai-message[data-v-993cc8d0] {
  justify-content: flex-start;
}
.message-content[data-v-993cc8d0] {
  max-width: 70%;
  padding: 12px 16px;
  border-radius: 8px;
  position: relative;
}
.user-message .message-content[data-v-993cc8d0] {
  background-color: #e6f7ff;
}
.ai-message .message-content[data-v-993cc8d0] {
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.message-text[data-v-993cc8d0] {
  word-break: break-word;
  line-height: 1.6;
}
.message-sender[data-v-993cc8d0] {
  font-size: 12px;
  margin-bottom: 4px;
  color: #666;
  font-weight: 500;
}
.extra-questions[data-v-993cc8d0] {
  margin-top: 12px;
  margin-left: 0;
  width: 100%;
  max-width: 100%;
  padding-top: 8px;
  font-size: 14px;
  color: #666;
}
.extra-questions h4[data-v-993cc8d0] {
  margin: 0 0 8px 0;
  font-size: 14px;
  color: #666;
}
.questions-list[data-v-993cc8d0] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.question-item[data-v-993cc8d0] {
  padding: 10px 16px;
  border-radius: 16px;
  background-color: #f0f2f5;
  cursor: pointer;
  color: #1890ff;
  transition: all 0.3s ease;
  margin-bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
}
.question-item[data-v-993cc8d0]:hover {
  background-color: #e6f7ff;
  transform: translateY(-2px);
  box-shadow: 0 2px 6px rgba(24, 144, 255, 0.2);
  text-decoration: none;
}
.follow-up-question[data-v-993cc8d0] {
  background-color: #fff7e6;
  border: 1px solid #ffd591;
  color: #d46b08;
}
.follow-up-question[data-v-993cc8d0]:hover {
  background-color: #fff1b8;
  border-color: #ffb300;
  box-shadow: 0 2px 6px rgba(212, 107, 8, 0.2);
}
.extra-images[data-v-993cc8d0] {
  margin-top: 12px;
  margin-left: 0;
  width: 100%;
  max-width: 100%;
  padding-top: 8px;
  font-size: 14px;
  color: #666;
}
.extra-images h4[data-v-993cc8d0] {
  margin: 0 0 8px 0;
  font-size: 14px;
  color: #666;
}
.images-list[data-v-993cc8d0] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.image-item[data-v-993cc8d0] {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  width: 80px; /* 固定图片宽度 */
  height: 80px; /* 固定图片高度 */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
}
.image-item[data-v-993cc8d0]:hover {
  border-color: #1890ff;
  box-shadow: 0 2px 8px rgba(24, 144, 255, 0.2);
}
.preview-image[data-v-993cc8d0] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.chat-input[data-v-993cc8d0] {
  padding: 16px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  align-items: flex-start;
}
.chat-input .el-textarea[data-v-993cc8d0] {
  margin-right: 12px;
  flex: 1;
}
.welcome-message[data-v-993cc8d0] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #666;
  padding: 20px;
}
.suggested-questions[data-v-993cc8d0] {
  margin-top: 24px;
  width: 100%;
  max-width: 500px;
}
.question-title[data-v-993cc8d0] {
  text-align: center;
  margin-bottom: 12px;
  font-size: 14px;
  color: #888;
}
.suggested-question-item[data-v-993cc8d0] {
  background-color: #f0f2f5;
  padding: 10px 16px;
  border-radius: 18px;
  margin-bottom: 10px;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
}
.suggested-question-item[data-v-993cc8d0]:hover {
  background-color: #e6f7ff;
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.message-loading[data-v-993cc8d0] {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 20px;
}
.loading-dot[data-v-993cc8d0] {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1890ff;
  margin: 0 4px;
  animation: loading-bounce-993cc8d0 1.4s infinite ease-in-out both;
}
.loading-dot[data-v-993cc8d0]:nth-child(1) {
  animation-delay: -0.32s;
}
.loading-dot[data-v-993cc8d0]:nth-child(2) {
  animation-delay: -0.16s;
}
@keyframes loading-bounce-993cc8d0 {
0%, 80%, 100% {
    transform: scale(0);
}
40% {
    transform: scale(1);
}
}
.message-images[data-v-993cc8d0] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0;
}
.message-image-item[data-v-993cc8d0] {
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.message-image-item[data-v-993cc8d0]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.message-image[data-v-993cc8d0] {
  max-width: 200px;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

/* 特殊标记样式 */
.message-text[data-v-993cc8d0] .message-highlight {
  font-weight: bold;
  /* color: #0066cc !important;
  background-color: rgba(0, 102, 204, 0.15) !important; */
  padding: 2px 6px;
  border-radius: 4px;
  /* border: 1px solid rgba(0, 102, 204, 0.2); */
  display: inline-block;
}
.message-text[data-v-993cc8d0] .message-emphasis {
  font-weight: 600 !important;
  color: #1a1a1a !important;
}

/* 内联图片样式 */
.message-text[data-v-993cc8d0] .inline-message-image {
  max-width: 200px;
  max-height: 200px;
  border-radius: 8px;
  cursor: pointer;
  margin: 4px 0;
  display: block;
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
}
.message-text[data-v-993cc8d0] .inline-message-image:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-color: #1890ff;
}

/* 商品展示样式 */
.extra-products[data-v-993cc8d0] {
  margin-top: 16px;
  width: 100%;
  max-width: 100%;
}
.product-combos[data-v-993cc8d0], .product-singles[data-v-993cc8d0] {
  margin-bottom: 20px;
}
.product-combos h4[data-v-993cc8d0], .product-singles h4[data-v-993cc8d0] {
  margin: 0 0 12px 0;
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
.combos-list[data-v-993cc8d0] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.combo-item[data-v-993cc8d0] {
  background-color: #f8f9fa;
  border-radius: 12px;
  padding: 16px;
  border: 1px solid #e9ecef;
}
.combo-header[data-v-993cc8d0] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.combo-title[data-v-993cc8d0] {
  font-weight: 600;
  color: #1890ff;
  font-size: 14px;
}
.combo-description[data-v-993cc8d0] {
  font-size: 13px;
  color: #666;
  background-color: #fff;
  padding: 4px 8px;
  border-radius: 16px;
  border: 1px solid #e0e0e0;
}
.combo-images[data-v-993cc8d0] {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.combo-image-item[data-v-993cc8d0] {
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  position: relative;
}
.combo-image-item[data-v-993cc8d0]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(24, 144, 255, 0.2);
  border-color: #1890ff;
}
.image-container[data-v-993cc8d0] {
  cursor: pointer;
  position: relative;
}
.combo-image[data-v-993cc8d0] {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.product-actions[data-v-993cc8d0] {
  padding: 6px 8px;
  background-color: #f5f5f5;
}
.product-info[data-v-993cc8d0] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
.product-id[data-v-993cc8d0] {
  font-size: 11px;
  color: #666;
  text-align: center;
}
.feedback-btn[data-v-993cc8d0] {
  font-size: 11px !important;
  padding: 2px 6px !important;
  color: #ff4d4f !important;
  border: none !important;
  background: transparent !important;
  min-height: auto !important;
  height: auto !important;
}
.feedback-btn[data-v-993cc8d0]:hover {
  background-color: #fff2f0 !important;
  color: #cf1322 !important;
}
.singles-list[data-v-993cc8d0] {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.single-item[data-v-993cc8d0] {
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  position: relative;
}
.single-item[data-v-993cc8d0]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(24, 144, 255, 0.2);
  border-color: #1890ff;
}
.single-image[data-v-993cc8d0] {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.single-info[data-v-993cc8d0] {
  padding: 6px 8px;
  background-color: #f5f5f5;
}

.table-operate-btn[data-v-a775df40]{cursor:pointer;color:#409eff;margin-right:15px}.table-operate-btn[data-v-a775df40]:hover{color:#66b1ff}
.lyadmin-body[data-v-1424aad1]{height:100%;width:100%}.lycontainer[data-v-1424aad1]{height:100%}.leftct[data-v-1424aad1]{display:flex;flex-direction:column;height:100%;border-right:1px solid #eee}.common-head[data-v-1424aad1]{padding:10px;border-bottom:1px solid #eee;background-color:#fff}.nopadding[data-v-1424aad1]{padding:0}.custom-tree-node[data-v-1424aad1]{flex:1;display:flex;align-items:center;justify-content:space-between;font-size:14px;padding-right:8px}.custom-tree-node .label[data-v-1424aad1]{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:160px}.menu[data-v-1424aad1] .el-tree-node__content{height:36px !important}.menu[data-v-1424aad1] .el-tree-node__label{display:flex;flex:1;height:100%}.custom-tree-node .do[data-v-1424aad1]{display:none}.custom-tree-node:hover .do[data-v-1424aad1]{display:inline-block}.table-operate-btn[data-v-1424aad1]{cursor:pointer;color:#409eff;margin-right:15px}.table-operate-btn[data-v-1424aad1]:hover{color:#66b1ff}.pagination-container[data-v-1424aad1]{margin-top:20px;text-align:right;padding:10px 20px}
.lyadmin-body[data-v-dc8161ee]{height:100%}.lycontainer[data-v-dc8161ee]{height:100%;border:1px solid var(--el-border-color-light)}.common-head[data-v-dc8161ee]{background:var(--el-color-white);border-bottom:1px solid var(--el-border-color-light);padding:13px 15px}.common-head .filter-container[data-v-dc8161ee]{display:flex;gap:10px;align-items:center}.nopadding[data-v-dc8161ee]{padding:15px}.nopadding[data-v-dc8161ee] .el-table__inner-wrapper::before{height:0}.dialog-footer[data-v-dc8161ee]{padding:20px 0 0;text-align:right}.upload-container .avatar-uploader[data-v-dc8161ee] .el-upload{border:1px dashed var(--el-border-color);border-radius:6px;cursor:pointer;position:relative;overflow:hidden;transition:var(--el-transition-duration-fast);width:178px;height:178px;display:flex;align-items:center;justify-content:center}.upload-container .avatar-uploader[data-v-dc8161ee] .el-upload:hover{border-color:var(--el-color-primary)}.upload-container .avatar-uploader-icon[data-v-dc8161ee]{font-size:28px;color:#8c939d;width:178px;height:178px;text-align:center;line-height:178px}.upload-container .avatar[data-v-dc8161ee]{width:178px;height:178px;display:block;-o-object-fit:cover;object-fit:cover}
.lycontainer[data-v-e6861b7e]{height:calc(100vh - 113px)}.echarts-inner[data-v-e6861b7e]{margin-top:1px}[data-v-e6861b7e] .el-scrollbar__bar.is-horizontal{display:none}.echartsMaps[data-v-e6861b7e]{margin-top:10px}.echartsMaps[data-v-e6861b7e] .is-hover-shadow{margin-bottom:10px}.echartsMaps[data-v-e6861b7e] .is-never-shadow{margin-bottom:10px}
.lydropdown-select{background:#01265a !important;border:1px solid #00b9ca}.lydropdown-select .el-select-dropdown__item{color:#fff}.lydropdown-select .el-select-dropdown__item.selected{color:#4b81ec}.lydropdown-select .el-select-dropdown__item.hover{background-color:#1442a7}.lydropdown-select .el-select-dropdown__item.is-hovering{background-color:#1442a7}.lydropdown-select .el-popper__arrow{border-bottom-color:#00b9ca !important}.lydropdown-select .el-popper__arrow::after{border-bottom-color:#01265a !important}
.center-data-activity[data-v-d4bca20a] .el-input__inner{height:60px;border:none;background:rgba(0,0,0,0);color:#fff;font-weight:400;font-size:20px}.center-data-activity[data-v-d4bca20a] .el-select__wrapper{background:#01265a !important;box-shadow:none !important;height:60px;border:none;background:rgba(0,0,0,0);color:#fff;font-weight:400;font-size:20px}.center-data-activity[data-v-d4bca20a] .el-input__wrapper{background:#01265a !important;box-shadow:none !important}.center-data-activity[data-v-d4bca20a] .el-input__inner::-moz-placeholder{color:#fff}.center-data-activity[data-v-d4bca20a] .el-input__inner::placeholder{color:#fff}.table-header[data-v-d4bca20a]{display:flex;align-items:center;justify-content:center;height:4vh;color:#4b81ec;font-size:15px;background:linear-gradient(90deg, #01265A, #07346E, #07346E, #012659)}.table-header span[data-v-d4bca20a]{flex:1;display:flex;align-items:center;justify-content:center}.table-header span:last-child em[data-v-d4bca20a]{border:1px solid #2f6099;height:2.8vh;width:60%;font-style:normal;background:linear-gradient(0deg, #0060FF #2F6099 0%, 100%);box-shadow:0px 0px 30px 0px rgba(0,96,255,.5) inset;border-radius:5px;color:#fff;display:flex;align-items:center;justify-content:center}.swiper-txt[data-v-d4bca20a]{width:100%;height:calc(100% - 4.5vh - 20px)}.swiper-txt .swiper-item[data-v-d4bca20a]{display:flex;align-items:center;justify-content:center;height:4vh}.swiper-txt .swiper-item[data-v-d4bca20a]:nth-child(even){background:linear-gradient(90deg, #01265A, #07346E, #07346E, #012659)}.swiper-txt .swiper-item span[data-v-d4bca20a]{flex:1;display:flex;align-items:center;justify-content:center}.swiper-txt .swiper-item span em[data-v-d4bca20a]{font-style:normal;background:#1442a7;border-radius:5px;color:#fff;display:flex;align-items:center;justify-content:center;height:2.8vh;width:70%}.el-table__empty-block[data-v-d4bca20a]{background:#01265a !important}.el-table[data-v-d4bca20a]{color:#fff;font-size:14px;background:#01265a !important}.el-table[data-v-d4bca20a]::before{height:0px}.lytd-bg[data-v-d4bca20a]{min-width:90px;background:#1442a7;height:30px;border-radius:3px;color:#fff;display:flex;align-items:center;text-align:center}.lydatapanel[data-v-d4bca20a]{min-width:1200px;height:calc(100vh - 113px);overflow-y:hidden;position:relative;background:#04073a}.lydatapanel .bg-header[data-v-d4bca20a]{width:100%;height:7vh;display:block;margin:0;outline:none}.lydatapanel .lybg[data-v-d4bca20a]{background:url(../../static/img/bg-big-footer.4560d72c.png) no-repeat 50% 50%;background-size:100% 100%;overflow:hidden;background-size:100% 100%;width:100%;height:calc(100% - 7vh);color:#fff}.lydatapanel .lybg .data-title[data-v-d4bca20a]{display:flex;padding:0 1vw;justify-content:space-between}.lydatapanel .lybg .data-title .title-left[data-v-d4bca20a]{background:url(../../static/img/bg-footer.4b9b329b.png) no-repeat 50% 5vh;width:27%;height:calc(100vh - 200px - 2vh);margin-top:1vh;background-size:100% calc(100% - 5vh);overflow:hidden}.lydatapanel .lybg .data-title .title-left .title-left-title[data-v-d4bca20a]{color:#fff;font-size:20px;font-weight:500;text-align:center;line-height:5vh;background:url(../../static/img/bg-header.f1303781.png) no-repeat 50% 50%;background-size:100% 100%}.lydatapanel .lybg .data-title .title-left .title-data[data-v-d4bca20a]{padding:15px 5px 5px 5px;box-sizing:border-box;height:calc(100% - 4vh)}.lydatapanel .lybg .data-title .title-center[data-v-d4bca20a]{width:40%;display:flex;flex-direction:column}.lydatapanel .lybg .data-title .title-center .center-data[data-v-d4bca20a]{display:flex;margin-top:2vh;margin-bottom:5vh;justify-content:center}.lydatapanel .lybg .data-title .title-center .center-data .center-data-activity[data-v-d4bca20a]{width:25%;color:#fff;border:1px solid #00b9ca}.lydatapanel .lybg .data-title .title-center .center-data .center-data-left[data-v-d4bca20a]{margin-left:5px;width:30%;font-size:23px;font-weight:400;color:#fff;height:60px;border:1px solid #00b9ca;text-align:center;align-items:center;display:flex}.lydatapanel .lybg .data-title .title-center .center-data .center-data-left .center-data-left-title[data-v-d4bca20a]{flex:1;text-align:center;display:flex;justify-content:center;align-items:center;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAP4AAAAtAQMAAAC08kSTAAAAAXNSR0IArs4c6QAAAANQTFRFAP//GVwvJQAAAAF0Uk5TVCzgTYsAAAATSURBVBgZYxgFo2AUjIJRMPQBAAXNAAEOn7UmAAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:100%;line-height:30px}.lydatapanel .lybg .data-title .title-center .center-data .center-data-right[data-v-d4bca20a]{width:40%;font-size:35px;font-weight:400;margin-left:5px;height:60px;line-height:40px;border:1px solid #00b9ca;align-items:center;display:flex;text-align:center;color:#6f9af9;justify-content:center;-moz-column-gap:3px;column-gap:3px;padding:0 10px}.lydatapanel .lybg .data-title .title-center .center-data .center-data-right span[data-v-d4bca20a]{flex:1;display:flex;align-items:center;justify-content:center;background:rgba(0,255,255,.2);height:48px}.lydatapanel .lybg .data-title .title-center .center-box[data-v-d4bca20a]{background:url(../../static/img/box.9ff44d30.png) no-repeat center;width:100%;height:100%;background-size:100% 100%;display:flex;align-items:center;text-align:center}.lydatapanel .lybg .data-title .title-center .center-box .center-box-nums[data-v-d4bca20a]{min-width:190px;font-size:100px;font-weight:400;color:#00ffd4;line-height:10px;background:linear-gradient(0deg, #2CF4D1 0%, #22D0E5 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.lydatapanel .lybg .data-title .title-center .center-box .center-box-person[data-v-d4bca20a]{font-size:22px;font-weight:400;color:#fff;line-height:91px}.lydatapanel .lybg .data-title .title-right[data-v-d4bca20a]{background:url(../../static/img/databg.b1c73603.png) no-repeat;width:24%;height:calc(100vh - 200px - 1vh);margin-top:1vh;margin-right:30px;background-size:100% 100%;overflow:hidden}.lydatapanel .lybg .data-title .title-right .title-right-title[data-v-d4bca20a]{color:#fff;font-size:20px;font-weight:500;text-align:center;line-height:35px}.lydatapanel .lybg .data-title .title-right .title-data[data-v-d4bca20a]{margin:15px 5px 5px 5px}@media screen and (max-width: 1600px){.swiper-txt .swiper-item[data-v-d4bca20a]{font-size:12px}.swiper-txt .swiper-item span:nth-child(2) em[data-v-d4bca20a]{width:96%}.table-header[data-v-d4bca20a]{font-size:12px}.table-header span:last-child em[data-v-d4bca20a]{width:90%}}.is-full[data-v-d4bca20a]{position:fixed !important;left:0;top:0;width:100vw;height:100vh;z-index:99}.el-icon-full-screen[data-v-d4bca20a]{font-size:30px;color:#fff;position:absolute;z-index:9;right:20px;top:20px}
.data-training-container[data-v-564bb3e8]{height:100%}.training-container[data-v-564bb3e8]{height:100%;border:1px solid var(--el-border-color-light)}.main-content-container[data-v-564bb3e8]{position:relative;min-height:500px}.main-content-container[data-v-564bb3e8] .el-loading-mask{backdrop-filter:blur(4px)}.main-content-container[data-v-564bb3e8] .el-loading-mask .el-loading-spinner .el-loading-text{font-size:15px;font-weight:600;color:#667eea;margin-top:16px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.main-content-container[data-v-564bb3e8] .el-loading-mask .el-loading-spinner .circular{width:60px;height:60px;animation:loading-rotate-564bb3e8 2s linear infinite}.main-content-container[data-v-564bb3e8] .el-loading-mask .el-loading-spinner .path{stroke:#667eea;stroke-width:3;stroke-linecap:round;animation:loading-dash-564bb3e8 1.5s ease-in-out infinite}.main-content-container[data-v-564bb3e8] .el-loading-mask::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) translateY(-80px);width:80px;height:80px;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);border-radius:50%;opacity:.1;animation:pulse-564bb3e8 2s ease-in-out infinite}@keyframes pulse-564bb3e8{0%,100%{transform:translate(-50%, -50%) translateY(-80px) scale(1);opacity:.1}50%{transform:translate(-50%, -50%) translateY(-80px) scale(1.3);opacity:.2}}@keyframes loading-rotate-564bb3e8{100%{transform:rotate(360deg)}}@keyframes loading-dash-564bb3e8{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40}100%{stroke-dasharray:90,150;stroke-dashoffset:-120}}.filter-aside[data-v-564bb3e8]{display:flex;flex-direction:column;height:100%;border-right:1px solid var(--el-border-color-light)}.filter-header[data-v-564bb3e8]{background:#fff;border-bottom:1px solid #e1e4e8;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.filter-header h3[data-v-564bb3e8]{margin:0;color:#24292e;font-size:16px;font-weight:600;letter-spacing:-0.2px}.filter-header .el-button[data-v-564bb3e8]{border-radius:6px;font-weight:500;font-size:13px;padding:6px 12px;border:1px solid #d0d7de;background:#f6f8fa;color:#24292e}.filter-header .el-button[data-v-564bb3e8]:hover{border-color:#c8d0d9;background:#f3f4f6}.filter-content[data-v-564bb3e8]{flex:1;background:#fafbfc}.filter-content[data-v-564bb3e8] .el-scrollbar__wrap{padding:20px;height:calc(100% - 40px)}.filter-content[data-v-564bb3e8] .el-scrollbar__view{padding-bottom:0}.filter-content .filter-form .el-form-item[data-v-564bb3e8]{margin-bottom:20px}.filter-content .filter-form .el-form-item[data-v-564bb3e8] .el-form-item__label{font-weight:600;color:#24292e;font-size:13px;padding-bottom:6px}.filter-content .filter-form .el-form-item[data-v-564bb3e8] .el-form-item__label::before{color:#cf222e}.filter-content .filter-form .el-select[data-v-564bb3e8]{width:100%}.filter-content .filter-form .el-select[data-v-564bb3e8] .el-input__wrapper{border-radius:6px;box-shadow:0 0 0 1px #d0d7de;transition:all .2s ease}.filter-content .filter-form .el-select[data-v-564bb3e8] .el-input__wrapper:hover{box-shadow:0 0 0 1px #c8d0d9}.filter-content .filter-form .el-select[data-v-564bb3e8] .el-input__wrapper.is-focus{box-shadow:0 0 0 2px #0969da}.filter-content .selected-colors[data-v-564bb3e8]{margin-top:-8px;margin-bottom:16px;padding:0;background:linear-gradient(135deg, rgba(102, 126, 234, 0.0823529412) 0%, rgba(118, 75, 162, 0.0823529412) 100%);border-radius:8px;border:1px solid #d0d7de;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.06)}.filter-content .selected-colors .selected-colors-header[data-v-564bb3e8]{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:hsla(0,0%,100%,.7);border-bottom:1px solid #e4e7ed}.filter-content .selected-colors .selected-colors-header .selected-colors-label[data-v-564bb3e8]{display:flex;align-items:center;gap:6px;font-size:13px;color:#303133;font-weight:600}.filter-content .selected-colors .selected-colors-header .selected-colors-label .el-icon[data-v-564bb3e8]{color:#667eea}.filter-content .selected-colors .selected-colors-header .selected-colors-count[data-v-564bb3e8]{font-size:12px;color:#909399;background:#f0f2f5;padding:2px 8px;border-radius:10px;font-weight:500}.filter-content .selected-colors .selected-colors-list[data-v-564bb3e8]{display:flex;flex-wrap:wrap;gap:8px;padding:12px;min-height:44px;background:hsla(0,0%,100%,.5)}.filter-content .selected-colors .selected-colors-list .color-tag[data-v-564bb3e8]{cursor:pointer;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);border:1px solid #d0d7de;background:#fff;font-weight:500}.filter-content .selected-colors .selected-colors-list .color-tag[data-v-564bb3e8]:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 4px 12px rgba(102,126,234,.25);border-color:#667eea;background:linear-gradient(135deg, rgba(102, 126, 234, 0.031372549) 0%, rgba(118, 75, 162, 0.031372549) 100%)}.filter-content .selected-colors .selected-colors-list .color-tag[data-v-564bb3e8] .el-tag__close{transition:all .2s ease}.filter-content .selected-colors .selected-colors-list .color-tag[data-v-564bb3e8] .el-tag__close:hover{background-color:#f56c6c;color:#fff;transform:rotate(90deg)}.filter-content .selected-colors .selected-colors-footer[data-v-564bb3e8]{padding:8px 12px;background:hsla(0,0%,100%,.7);border-top:1px solid #e4e7ed;display:flex;justify-content:flex-end}.filter-content .selected-colors .selected-colors-footer .el-button[data-v-564bb3e8]{font-size:12px;font-weight:500}.filter-content .selected-colors .selected-colors-footer .el-button[data-v-564bb3e8]:hover{background-color:#fef0f0}.filter-content .selected-colors .selected-colors-footer .el-button .el-icon[data-v-564bb3e8]{font-size:14px}.filter-footer[data-v-564bb3e8]{padding:20px;border-top:1px solid #e1e4e8;background:#fff;flex-shrink:0}.filter-footer .el-button[data-v-564bb3e8]{border-radius:6px;font-weight:600;font-size:14px;height:44px;background:linear-gradient(180deg, #0969da 0%, #0860ca 100%);border:none;box-shadow:0 1px 3px rgba(27,31,35,.12),0 1px 2px rgba(27,31,35,.08);transition:all .2s ease}.filter-footer .el-button[data-v-564bb3e8]:hover:not(:disabled){background:linear-gradient(180deg, #0860ca 0%, #0757ba 100%);box-shadow:0 4px 8px rgba(27,31,35,.15);transform:translateY(-1px)}.filter-footer .el-button[data-v-564bb3e8]:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 2px rgba(27,31,35,.12)}.filter-footer .el-button[data-v-564bb3e8]:disabled{opacity:.6;cursor:not-allowed;transform:none}.filter-footer .el-button .el-icon[data-v-564bb3e8]{font-size:16px}.common-head[data-v-564bb3e8]{background:#fff;border-bottom:1px solid #e1e4e8;padding:16px 24px;display:flex;justify-content:space-between;align-items:center}.common-head .header-title[data-v-564bb3e8]{display:flex;align-items:center;gap:12px}.common-head .header-title h3[data-v-564bb3e8]{margin:0;color:#24292e;font-size:18px;font-weight:600;letter-spacing:-0.3px}.common-head .header-title .data-count[data-v-564bb3e8]{color:#57606a;font-size:13px;font-weight:500;background:#f6f8fa;padding:4px 10px;border-radius:12px;border:1px solid #d0d7de}.common-head .header-actions[data-v-564bb3e8]{display:flex;gap:10px}.common-head .header-actions .el-button[data-v-564bb3e8]{border-radius:6px;font-weight:500;font-size:13px;padding:8px 14px;border:1px solid #d0d7de;background:#f6f8fa;color:#24292e}.common-head .header-actions .el-button[data-v-564bb3e8]:hover:not(:disabled){border-color:#c8d0d9;background:#f3f4f6}.common-head .header-actions .el-button[data-v-564bb3e8]:disabled{opacity:.6;cursor:not-allowed}.common-head .header-actions .el-button .el-icon[data-v-564bb3e8]{font-size:14px}.nopadding[data-v-564bb3e8] .el-table__inner-wrapper::before{height:0}.nopadding .empty-state[data-v-564bb3e8]{display:flex;justify-content:center;align-items:center;height:calc(100vh - 280px)}.model-name[data-v-564bb3e8]{font-weight:500;color:#409eff;cursor:pointer}.model-name[data-v-564bb3e8]:hover{text-decoration:underline}.model-image[data-v-564bb3e8]{display:flex;justify-content:center;align-items:center}.image-slot[data-v-564bb3e8]{display:flex;justify-content:center;align-items:center;width:80px;height:80px;background:#f5f7fa;color:#909399;font-size:24px;border-radius:8px}.interaction-data[data-v-564bb3e8]{display:flex;flex-direction:column;gap:4px;font-size:12px}.interaction-data .like-count[data-v-564bb3e8],.interaction-data .favorite-count[data-v-564bb3e8]{display:flex;align-items:center;gap:4px;color:#909399}.interaction-data .like-count .el-icon[data-v-564bb3e8],.interaction-data .favorite-count .el-icon[data-v-564bb3e8]{font-size:14px}.interaction-data .like-count .el-icon[data-v-564bb3e8]{color:#f56c6c}.interaction-data .favorite-count[data-v-564bb3e8]{color:#e6a23c;font-weight:bold}.empty-result-state[data-v-564bb3e8]{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 280px);padding:60px 20px;background:#fafbfc}.empty-result-state[data-v-564bb3e8] .el-empty .el-empty__description{color:#57606a;font-size:15px;font-weight:500;margin-top:16px}.empty-result-state .empty-tip[data-v-564bb3e8]{margin:24px 0 12px;font-size:16px;font-weight:600;color:#24292e}.empty-result-state .empty-suggestions[data-v-564bb3e8]{list-style:none;padding:0;margin:0 0 28px 0;background:#fff;border:1px solid #e1e4e8;border-radius:8px;padding:16px 20px}.empty-result-state .empty-suggestions li[data-v-564bb3e8]{padding:10px 0;color:#24292e;font-size:14px;line-height:1.6;border-bottom:1px solid #f6f8fa}.empty-result-state .empty-suggestions li[data-v-564bb3e8]:last-child{border-bottom:none}.empty-result-state .empty-suggestions li[data-v-564bb3e8]:before{content:"→";color:#0969da;font-weight:600;margin-right:12px;font-size:16px}.empty-result-state .el-button[data-v-564bb3e8]{border-radius:6px;font-weight:500;font-size:14px;padding:10px 20px}.empty-result-state .el-button.el-button--primary[data-v-564bb3e8]{background:#0969da;border-color:#0969da}.empty-result-state .el-button.el-button--primary[data-v-564bb3e8]:hover{background:#0860ca;border-color:#0860ca}.cards-container[data-v-564bb3e8]{padding:24px;display:grid;grid-template-columns:repeat(auto-fill, minmax(720px, 1fr));gap:28px;min-height:calc(100vh - 280px);background:#fafbfc}.outfit-card[data-v-564bb3e8]{border:1px solid #e1e4e8;border-radius:12px;background:#fff;box-shadow:0 1px 3px rgba(27,31,35,.12),0 1px 2px rgba(27,31,35,.06);transition:all .25s cubic-bezier(0.4, 0, 0.2, 1);overflow:hidden;position:relative}.outfit-card[data-v-564bb3e8]::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg, #667eea 0%, #764ba2 100%);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.outfit-card[data-v-564bb3e8]:hover{box-shadow:0 8px 24px rgba(27,31,35,.15),0 4px 8px rgba(27,31,35,.08);transform:translateY(-2px);border-color:#c8d0d9}.outfit-card[data-v-564bb3e8]:hover::before{transform:scaleX(1)}.card-header[data-v-564bb3e8]{background:#f6f8fa;border-bottom:1px solid #e1e4e8;padding:20px 24px;display:flex;justify-content:space-between;align-items:flex-start;gap:24px}.card-header .header-info[data-v-564bb3e8]{flex:1}.card-header .header-info .info-item[data-v-564bb3e8]{display:flex;align-items:baseline;margin-bottom:8px;line-height:1.6}.card-header .header-info .info-item[data-v-564bb3e8]:last-child{margin-bottom:0}.card-header .header-info .info-item .label[data-v-564bb3e8]{font-weight:600;margin-right:12px;min-width:80px;font-size:13px;color:#586069;letter-spacing:.3px}.card-header .header-info .info-item .value[data-v-564bb3e8]{font-size:14px;color:#24292e;font-weight:500;flex:1}.card-header .card-actions[data-v-564bb3e8]{display:flex;gap:10px;flex-shrink:0}.card-header .card-actions .el-button[data-v-564bb3e8]{min-width:80px;font-weight:500;font-size:13px;padding:8px 16px;border-radius:6px;border:1px solid rgba(0,0,0,0);transition:all .2s ease}.card-header .card-actions .el-button.el-button--primary[data-v-564bb3e8]{background:#0969da;border-color:#0969da}.card-header .card-actions .el-button.el-button--primary[data-v-564bb3e8]:hover{background:#0860ca;border-color:#0860ca}.card-header .card-actions .el-button.el-button--success[data-v-564bb3e8]{background:#1a7f37;border-color:#1a7f37}.card-header .card-actions .el-button.el-button--success[data-v-564bb3e8]:hover{background:#1a7f37;border-color:#1a7f37;opacity:.9}.card-body[data-v-564bb3e8]{padding:24px;background:#fff}.card-body .images-grid[data-v-564bb3e8]{display:grid;grid-template-columns:repeat(auto-fill, minmax(160px, 1fr));gap:16px}.card-body .images-grid .image-item[data-v-564bb3e8]{display:flex;flex-direction:column;align-items:center;background:#fff;border:1px solid #e1e4e8;border-radius:8px;padding:12px;transition:all .2s ease}.card-body .images-grid .image-item[data-v-564bb3e8]:hover{border-color:#c8d0d9;box-shadow:0 3px 8px rgba(27,31,35,.12);transform:translateY(-1px)}.card-body .images-grid .image-item .item-image[data-v-564bb3e8]{width:100%;height:160px;border-radius:6px;cursor:pointer;transition:all .2s ease;border:1px solid #e1e4e8;-o-object-fit:cover;object-fit:cover}.card-body .images-grid .image-item .item-image[data-v-564bb3e8]:hover{border-color:#0969da;box-shadow:0 0 0 3px rgba(9,105,218,.1)}.card-body .images-grid .image-item .item-name[data-v-564bb3e8]{margin-top:12px;font-size:13px;color:#24292e;text-align:center;line-height:1.5;width:100%;word-wrap:break-word;font-weight:500}.card-footer[data-v-564bb3e8]{padding:16px 24px;border-top:1px solid #e1e4e8;background:#f6f8fa;display:flex;justify-content:space-between;align-items:center}.card-footer .status-tags[data-v-564bb3e8]{display:flex;gap:8px}.card-footer .status-tags .el-tag[data-v-564bb3e8]{font-weight:500;border-radius:12px;font-size:12px;padding:0 10px;height:24px;line-height:22px;border:1px solid}.card-footer .status-tags .el-tag.el-tag--info[data-v-564bb3e8]{background:#f6f8fa;border-color:#d0d7de;color:#57606a}.card-footer .status-tags .el-tag.el-tag--warning[data-v-564bb3e8]{background:#fff8c5;border-color:#d4a72c;color:#633c01}.card-footer .status-tags .el-tag.el-tag--danger[data-v-564bb3e8]{background:#ffebe9;border-color:#ff8182;color:#cf222e}.card-footer .create-time[data-v-564bb3e8]{font-size:12px;color:#57606a;font-weight:400;display:flex;align-items:center;gap:6px}.card-footer .create-time[data-v-564bb3e8]::before{content:"•";font-size:16px;color:#d0d7de}.tags-container[data-v-564bb3e8]{display:flex;flex-wrap:wrap;gap:8px}.tags-container .el-tag[data-v-564bb3e8]{border-radius:12px;font-size:12px;padding:0 12px;height:26px;line-height:24px;font-weight:500}.tags-container .tag-style[data-v-564bb3e8]{background-color:#dafbe1;border-color:#2da44e;color:#1a7f37}.tags-container .tag-color[data-v-564bb3e8]{background-color:#fff8c5;border-color:#d4a72c;color:#633c01}.tags-container .tag-season[data-v-564bb3e8]{background-color:#ddf4ff;border-color:#54aeff;color:#0969da}.tags-container .tag-occasion[data-v-564bb3e8]{background-color:#ffebe9;border-color:#ff8182;color:#cf222e}.save-dialog[data-v-564bb3e8] .el-dialog{border-radius:12px;box-shadow:0 8px 24px rgba(27,31,35,.2)}.save-dialog[data-v-564bb3e8] .el-dialog__header{padding:20px 24px;border-bottom:1px solid #e1e4e8;background:#f6f8fa;margin:0}.save-dialog[data-v-564bb3e8] .el-dialog__header .el-dialog__title{font-size:18px;font-weight:600;color:#24292e}.save-dialog[data-v-564bb3e8] .el-dialog__header .el-dialog__headerbtn{top:20px;right:24px;font-size:20px}.save-dialog[data-v-564bb3e8] .el-dialog__header .el-dialog__headerbtn .el-dialog__close{color:#57606a;font-weight:600}.save-dialog[data-v-564bb3e8] .el-dialog__header .el-dialog__headerbtn .el-dialog__close:hover{color:#24292e}.save-dialog[data-v-564bb3e8] .el-dialog__body{padding:24px;background:#fff}.save-dialog[data-v-564bb3e8] .el-dialog__footer{padding:16px 24px;border-top:1px solid #e1e4e8;background:#f6f8fa}.save-dialog[data-v-564bb3e8] .el-form-item__label{font-weight:600;color:#24292e;font-size:14px}.save-dialog[data-v-564bb3e8] .el-input__wrapper{border-radius:6px;box-shadow:0 0 0 1px #d0d7de;transition:all .2s ease}.save-dialog[data-v-564bb3e8] .el-input__wrapper:hover{box-shadow:0 0 0 1px #c8d0d9}.save-dialog[data-v-564bb3e8] .el-input__wrapper.is-focus{box-shadow:0 0 0 2px #0969da}.save-dialog .dialog-footer[data-v-564bb3e8]{display:flex;justify-content:flex-end;gap:12px}.save-dialog .dialog-footer .el-button[data-v-564bb3e8]{border-radius:6px;font-weight:500;font-size:14px;padding:8px 16px}.save-dialog .dialog-footer .el-button.el-button--default[data-v-564bb3e8]{border:1px solid #d0d7de;background:#f6f8fa;color:#24292e}.save-dialog .dialog-footer .el-button.el-button--default[data-v-564bb3e8]:hover{border-color:#c8d0d9;background:#f3f4f6}.save-dialog .dialog-footer .el-button.el-button--primary[data-v-564bb3e8]{background:#0969da;border-color:#0969da}.save-dialog .dialog-footer .el-button.el-button--primary[data-v-564bb3e8]:hover{background:#0860ca;border-color:#0860ca}.model-detail-dialog[data-v-564bb3e8] .el-dialog{border-radius:12px;box-shadow:0 8px 24px rgba(27,31,35,.2)}.model-detail-dialog[data-v-564bb3e8] .el-dialog__header{padding:20px 24px;border-bottom:1px solid #e1e4e8;background:#f6f8fa;margin:0}.model-detail-dialog[data-v-564bb3e8] .el-dialog__header .el-dialog__title{font-size:18px;font-weight:600;color:#24292e}.model-detail-dialog[data-v-564bb3e8] .el-dialog__header .el-dialog__headerbtn{top:20px;right:24px;font-size:20px}.model-detail-dialog[data-v-564bb3e8] .el-dialog__header .el-dialog__headerbtn .el-dialog__close{color:#57606a;font-weight:600}.model-detail-dialog[data-v-564bb3e8] .el-dialog__header .el-dialog__headerbtn .el-dialog__close:hover{color:#24292e}.model-detail-dialog[data-v-564bb3e8] .el-dialog__body{padding:24px;background:#fff}.model-detail-dialog .model-header[data-v-564bb3e8]{display:flex;gap:24px;margin-bottom:28px;padding:24px;background:#f6f8fa;border:1px solid #e1e4e8;border-radius:8px}.model-detail-dialog .model-header .main-image[data-v-564bb3e8]{flex-shrink:0}.model-detail-dialog .model-header .model-info[data-v-564bb3e8]{flex:1}.model-detail-dialog .model-header .model-info h3[data-v-564bb3e8]{margin:0 0 12px 0;font-size:20px;font-weight:600;color:#24292e}.model-detail-dialog .model-header .model-info .model-description[data-v-564bb3e8]{margin:0;line-height:1.6;color:#57606a;font-size:14px}.model-detail-dialog .match-info-section[data-v-564bb3e8]{margin:28px 0}.model-detail-dialog .match-info-section h4[data-v-564bb3e8]{margin:0 0 16px 0;font-size:16px;font-weight:600;color:#24292e;padding-bottom:12px;border-bottom:2px solid #e1e4e8;display:flex;align-items:center;gap:10px}.model-detail-dialog .match-info-section h4 .item-count[data-v-564bb3e8]{font-size:13px;font-weight:500;color:#57606a;background:#f6f8fa;padding:3px 10px;border-radius:12px;border:1px solid #d0d7de}.model-detail-dialog .match-info-section .match-items[data-v-564bb3e8]{display:flex;flex-direction:column;gap:12px}.model-detail-dialog .match-info-section .match-items .match-item[data-v-564bb3e8]{display:flex;gap:16px;padding:16px;border:1px solid #e1e4e8;border-radius:8px;background:#fff;transition:all .2s ease;position:relative}.model-detail-dialog .match-info-section .match-items .match-item[data-v-564bb3e8]:hover{border-color:#0969da;box-shadow:0 3px 10px rgba(27,31,35,.12);background:#f6f8fa}.model-detail-dialog .match-info-section .match-items .match-item .item-image-wrapper[data-v-564bb3e8]{position:relative;flex-shrink:0}.model-detail-dialog .match-info-section .match-items .match-item .item-image-wrapper .item-image[data-v-564bb3e8]{width:100px;height:100px;border-radius:8px;border:1px solid #e1e4e8;overflow:hidden}.model-detail-dialog .match-info-section .match-items .match-item .item-image-wrapper .item-index[data-v-564bb3e8]{position:absolute;top:-6px;left:-6px;width:24px;height:24px;background:linear-gradient(135deg, #0969da 0%, #0860ca 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;box-shadow:0 2px 5px rgba(9,105,218,.3);border:2px solid #fff}.model-detail-dialog .match-info-section .match-items .match-item .item-info[data-v-564bb3e8]{flex:1;display:flex;flex-direction:column;gap:12px;min-width:0}.model-detail-dialog .match-info-section .match-items .match-item .item-info .item-header .item-name[data-v-564bb3e8]{margin:0 0 6px 0;font-size:14px;font-weight:600;color:#24292e;line-height:1.5;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;word-break:break-word}.model-detail-dialog .match-info-section .match-items .match-item .item-info .item-header .item-id[data-v-564bb3e8]{margin:0;font-size:12px;color:#57606a;font-family:"Monaco","Menlo",monospace;background:#f6f8fa;padding:2px 6px;border-radius:3px;display:inline-block}.model-detail-dialog .match-info-section .match-items .match-item .item-info .item-details[data-v-564bb3e8]{display:flex;flex-direction:column;gap:8px}.model-detail-dialog .match-info-section .match-items .match-item .item-info .item-details .item-detail-row[data-v-564bb3e8]{display:flex;align-items:center;gap:12px;min-height:26px}.model-detail-dialog .match-info-section .match-items .match-item .item-info .item-details .item-detail-row .detail-label[data-v-564bb3e8]{font-size:12px;font-weight:600;color:#57606a;min-width:40px;flex-shrink:0}.model-detail-dialog .match-info-section .match-items .match-item .item-info .item-details .item-detail-row .detail-value[data-v-564bb3e8]{font-size:13px;color:#24292e;padding:3px 10px;background:#f6f8fa;border-radius:6px;border:1px solid #e1e4e8}.model-detail-dialog .match-info-section .match-items .match-item .item-info .item-details .item-detail-row .item-tags[data-v-564bb3e8]{display:flex;flex-wrap:wrap;gap:6px;flex:1}.model-detail-dialog .match-info-section .match-items .match-item .item-info .item-details .item-detail-row .item-tags .tag-item[data-v-564bb3e8]{font-size:11px;height:22px;line-height:20px;background:#ddf4ff;border:1px solid #54aeff;color:#0969da;border-radius:12px;padding:0 8px;font-weight:500;white-space:nowrap;transition:all .2s ease}.model-detail-dialog .match-info-section .match-items .match-item .item-info .item-details .item-detail-row .item-tags .tag-item[data-v-564bb3e8]:hover{background:#b6e3ff;transform:translateY(-1px)}.model-detail-dialog .tags-section[data-v-564bb3e8]{margin:28px 0}.model-detail-dialog .tags-section h4[data-v-564bb3e8]{margin:0 0 16px 0;font-size:16px;font-weight:600;color:#24292e;padding-bottom:8px;border-bottom:2px solid #e1e4e8}.model-detail-dialog[data-v-564bb3e8] .el-descriptions{margin:20px 0}.model-detail-dialog[data-v-564bb3e8] .el-descriptions .el-descriptions__header{margin-bottom:16px}.model-detail-dialog[data-v-564bb3e8] .el-descriptions .el-descriptions__title{font-size:16px;font-weight:600;color:#24292e}.model-detail-dialog[data-v-564bb3e8] .el-descriptions .el-descriptions__body{border:1px solid #e1e4e8;border-radius:8px;overflow:hidden}.model-detail-dialog[data-v-564bb3e8] .el-descriptions .el-descriptions__body .el-descriptions__table .el-descriptions__cell{padding:12px 16px;font-size:13px}.model-detail-dialog[data-v-564bb3e8] .el-descriptions .el-descriptions__body .el-descriptions__table .el-descriptions__cell.is-bordered-label{background:#f6f8fa;font-weight:600;color:#24292e;width:140px}.model-detail-dialog[data-v-564bb3e8] .el-descriptions .el-descriptions__body .el-descriptions__table .el-descriptions__cell.is-bordered-content{color:#24292e}@media(max-width: 1600px){.cards-container[data-v-564bb3e8]{grid-template-columns:1fr;padding:16px;gap:20px}}@media(max-width: 1200px){.filter-aside[data-v-564bb3e8]{width:280px !important}.outfit-card .card-header[data-v-564bb3e8]{flex-direction:column;gap:16px}.outfit-card .card-header .card-actions[data-v-564bb3e8]{flex-direction:row;flex-wrap:wrap}.outfit-card .card-header .card-actions .el-button[data-v-564bb3e8]{min-width:60px}.outfit-card .card-body .images-grid[data-v-564bb3e8]{grid-template-columns:repeat(auto-fill, minmax(120px, 1fr))}.outfit-card .card-body .images-grid .image-item .item-image[data-v-564bb3e8]{width:120px;height:120px}}@media(max-width: 768px){.filter-aside[data-v-564bb3e8]{width:100% !important;position:absolute;z-index:1000;height:100%}.main-content-container[data-v-564bb3e8] .el-loading-mask .el-loading-spinner .el-loading-text{font-size:13px;padding:0 20px;text-align:center}.main-content-container[data-v-564bb3e8] .el-loading-mask .el-loading-spinner .circular{width:50px;height:50px}.main-content-container[data-v-564bb3e8] .el-loading-mask::before{width:60px;height:60px}.header-actions[data-v-564bb3e8]{flex-direction:column;gap:8px !important}.cards-container[data-v-564bb3e8]{padding:8px;gap:12px}.outfit-card .card-header[data-v-564bb3e8]{padding:16px}.outfit-card .card-header .header-info .info-item[data-v-564bb3e8]{flex-direction:column;align-items:flex-start;margin-bottom:12px}.outfit-card .card-header .header-info .info-item .label[data-v-564bb3e8]{min-width:auto;margin-bottom:4px}.outfit-card .card-body[data-v-564bb3e8]{padding:16px}.outfit-card .card-body .images-grid[data-v-564bb3e8]{grid-template-columns:repeat(auto-fill, minmax(100px, 1fr));gap:12px}.outfit-card .card-body .images-grid .image-item .item-image[data-v-564bb3e8]{width:100px;height:100px}.outfit-card .card-footer[data-v-564bb3e8]{padding:12px 16px;flex-direction:column;gap:8px;align-items:flex-start}}
.lyadmin-body[data-v-6efabf89]{height:100%}.lycontainer[data-v-6efabf89]{height:100%;border:1px solid var(--el-border-color-light)}.leftct[data-v-6efabf89]{display:flex;flex-direction:column;height:100%;border-right:1px solid var(--el-border-color-light)}.common-head[data-v-6efabf89]{background:var(--el-color-white);border-bottom:1px solid var(--el-border-color-light);padding:13px 15px;justify-content:space-between}.menu[data-v-6efabf89] .el-tree-node__content{height:36px !important}.menu[data-v-6efabf89] .el-tree-node__label{display:flex;flex:1;height:100%}.custom-tree-node[data-v-6efabf89]{display:flex;flex:1;align-items:center;justify-content:space-between;font-size:14px;padding-right:24px;height:100%}.custom-tree-node .code[data-v-6efabf89]{font-size:12px;color:#999}.custom-tree-node .do[data-v-6efabf89]{display:none}.custom-tree-node:hover .do[data-v-6efabf89]{display:inline-block}.nopadding[data-v-6efabf89] .el-table__inner-wrapper::before{height:0}.interaction-data[data-v-6efabf89]{display:flex;flex-direction:column;gap:5px}.interaction-data span[data-v-6efabf89]{display:flex;align-items:center;gap:5px;color:#666}.interaction-data span i[data-v-6efabf89]{color:#999}.table-operate-btn[data-v-6efabf89]{color:#409eff;margin-right:10px;cursor:pointer}.table-operate-btn[data-v-6efabf89]:hover{color:#66b1ff}.table-operate-btn.success[data-v-6efabf89]{color:#67c23a}.table-operate-btn.success[data-v-6efabf89]:hover{color:#85ce61}.table-operate-btn.danger[data-v-6efabf89]{color:#f56c6c}.table-operate-btn.danger[data-v-6efabf89]:hover{color:#f78989}.avatar-uploader[data-v-6efabf89] .el-upload{border:1px dashed var(--el-border-color);border-radius:6px;cursor:pointer;position:relative;overflow:hidden;transition:var(--el-transition-duration-fast)}.avatar-uploader[data-v-6efabf89] .el-upload:hover{border-color:var(--el-color-primary)}.avatar-uploader-icon[data-v-6efabf89]{font-size:28px;color:#8c939d;width:178px;height:178px;text-align:center;line-height:178px}.avatar[data-v-6efabf89]{width:178px;height:178px;display:block;-o-object-fit:cover;object-fit:cover}.filter-container[data-v-6efabf89]{display:flex;gap:10px;align-items:center}.common-head[data-v-6efabf89]{display:flex;justify-content:space-between;align-items:center}.reject-popover .reject-buttons[data-v-6efabf89]{margin-top:10px;display:flex;justify-content:flex-end;gap:10px}.tag-list[data-v-6efabf89]{display:flex;flex-wrap:wrap;gap:4px}.tag-list .tag-item[data-v-6efabf89]{margin:2px}.tag-list .no-tags[data-v-6efabf89]{color:#999;font-size:12px}.image-slot[data-v-6efabf89]{display:flex;align-items:center;justify-content:center;background:#f5f7fa;color:#f56c6c;font-size:14px}.photo-upload-container .draggable-photos[data-v-6efabf89]{display:flex;flex-wrap:wrap;gap:8px;align-items:flex-start}.photo-upload-container .photo-item[data-v-6efabf89]{position:relative;width:148px;height:148px;border:1px solid var(--el-border-color);border-radius:6px;overflow:hidden;cursor:move;transition:all .3s}.photo-upload-container .photo-item[data-v-6efabf89]:hover{border-color:var(--el-color-primary)}.photo-upload-container .photo-item:hover .photo-overlay[data-v-6efabf89]{opacity:1}.photo-upload-container .photo-item .photo-image[data-v-6efabf89]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.photo-upload-container .photo-item .photo-overlay[data-v-6efabf89]{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;gap:20px;opacity:0;transition:opacity .3s}.photo-upload-container .photo-item .photo-overlay .remove-icon[data-v-6efabf89]{color:#fff;font-size:20px;cursor:pointer;padding:4px;border-radius:4px}.photo-upload-container .photo-item .photo-overlay .remove-icon[data-v-6efabf89]:hover{background:rgba(245,108,108,.8)}.photo-upload-container .photo-item .photo-overlay .drag-icon[data-v-6efabf89]{color:#fff;font-size:20px;cursor:move;padding:4px;border-radius:4px}.photo-upload-container .photo-item .photo-overlay .drag-icon[data-v-6efabf89]:hover{background:rgba(64,158,255,.8)}.photo-upload-container .photo-uploader[data-v-6efabf89] .el-upload{border:1px dashed var(--el-border-color);border-radius:6px;cursor:pointer;position:relative;overflow:hidden;transition:var(--el-transition-duration-fast);width:148px;height:148px}.photo-upload-container .photo-uploader[data-v-6efabf89] .el-upload:hover{border-color:var(--el-color-primary)}.photo-upload-container .photo-uploader .upload-trigger[data-v-6efabf89]{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;color:#8c939d;font-size:14px}.photo-upload-container .photo-uploader .upload-trigger .el-icon[data-v-6efabf89]{font-size:28px;margin-bottom:8px}.photo-upload-container .drag-tips[data-v-6efabf89]{margin-top:8px;color:#909399;font-size:12px}.sortable-ghost[data-v-6efabf89]{opacity:.5}.sortable-chosen[data-v-6efabf89]{transform:scale(1.05)}.sortable-drag[data-v-6efabf89]{opacity:.8}
.page[data-v-62559bd0]{background:#303131;background-blend-mode:multiply,multiply;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.page .page_title[data-v-62559bd0]{font-size:160px;color:#fff;margin-bottom:20px}.page .page_title .page_btn[data-v-62559bd0]{display:flex}
.lyadmin-body[data-v-34fe76f1]{height:100%}.lycontainer[data-v-34fe76f1]{height:100%;border:1px solid var(--el-border-color-light)}.common-head[data-v-34fe76f1]{background:var(--el-color-white);border-bottom:1px solid var(--el-border-color-light);padding:13px 15px}.common-head .filter-container[data-v-34fe76f1]{display:flex;gap:10px;align-items:center}.nopadding[data-v-34fe76f1]{padding:15px}.nopadding[data-v-34fe76f1] .el-table__inner-wrapper::before{height:0}.preview-trigger[data-v-34fe76f1]{cursor:pointer;display:flex;align-items:center;justify-content:center}.preview-trigger[data-v-34fe76f1] .el-icon{font-size:24px;color:#909399}[data-v-34fe76f1] .preview-popover{padding:12px}[data-v-34fe76f1] .preview-popover .preview-content .image-preview{display:flex;justify-content:center;align-items:center;background-color:#f5f7fa;border-radius:4px;overflow:hidden}[data-v-34fe76f1] .preview-popover .preview-content .file-info{text-align:center}[data-v-34fe76f1] .preview-popover .preview-content .file-info .file-name{margin:0 0 10px;font-size:14px;color:#606266;word-break:break-all}
.order-static{display:flex;font-size:14px;background:var(--l-order-statics);padding:10px}.order-static li{margin-right:30px}
.order-static{display:flex;font-size:14px;background:var(--l-order-statics);padding:10px}.order-static li{margin-right:30px}
