@charset "UTF-8";
@layer legacy-base {
  * {
    margin: 0;
    padding: 0;
  }
}
:root {
  --primary-color: #00C854;
  --primary-color-hover: #00B44B;
  --primary-color-active: #009E42;
  --radius-base: 6px;
  --main-color: #000;
  --main-color-2: #fff;
  --main-color-3: #a1a1a1;
  --main-color-4: #161616;
}

.dark-icon {
  display: none;
}

html,
body {
  font-size: 14px;
}

html.light {
  --main-color: #fff;
  --main-color-2: #000;
  --main-color-4: #fff;
}
html.light .user-center-box .container .right-content .main-title {
  color: var(--main-color-2);
}
html.light .light-icon {
  display: none;
}
html.light .dark-icon {
  display: block;
}
html.light .fixed-bg .bg-c {
  display: none;
}
html.light .fixed-bg .bg-l {
  background: var(--main-color);
}
html.light .c-main-item .el-collapse-item .el-collapse-item__header {
  color: #161616 !important;
}
html.light .c-main-item .el-collapse-item__wrap .el-collapse-item__content {
  color: #333;
}
html.light .c-main-item .el-collapse-item {
  border-color: #a1a1a1;
}
html.light .header .center .c-item {
  color: #333;
}
html.light .header .right .user-info .avatar-box {
  border-color: transparent;
}
html.light .header .right .user-info .get-jf-btn {
  color: #333;
  background-color: #fff;
}
html.light .pc-editor .upload-nano-box .upload-left {
  background-color: #fff;
  border: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
}
html.light .pc-editor .upload-nano-box .upload-left .b-title {
  color: #161616;
}
html.light .pc-editor .upload-nano-box .upload-left .tab {
  background-color: #f1f5f9;
}
html.light .pc-editor .upload-nano-box .upload-left .tab .tab-item:hover {
  color: #161616;
}
html.light .pc-editor .upload-nano-box .upload-left .my-select-content-editor {
  color: #161616;
}
html.light .pc-editor .upload-nano-box .upload-left .my-select-content-editor .m-s-item {
  border-color: #DCDFE6;
}
html.light .pc-editor .upload-nano-box .upload-left .my-select-content-editor .m-s-item-active {
  background-color: #00c38c;
  border-color: #00c38c;
  color: #fff;
}
html.light .pc-editor .upload-nano-box .upload-left .my-select-content-editor .m-s-item-active .tag {
  border-color: #fff;
}
html.light .pc-editor .upload-nano-box .upload-left .edit-image-box .serve-tip {
  color: #333;
  opacity: 1;
}
html.light .pc-editor .upload-nano-box .upload-left .edit-image-box .mode-chose-box .mode-list .mode-item {
  background-color: #fff;
  border-color: #DCDFE6;
}
html.light .pc-editor .upload-nano-box .upload-left .edit-image-box .mode-chose-box .mode-list .mode-item .mode-d {
  color: #555;
}
html.light .pc-editor .upload-nano-box .upload-left .edit-image-box .mode-chose-box .mode-list .mode-item .mode-t {
  color: #161616;
}
html.light .pc-editor .upload-nano-box .upload-left .edit-image-box .mode-chose-box .mode-list .mode-item.active-pro {
  border-color: #f97316;
  background-color: rgba(249, 115, 22, 0.15);
}
html.light .pc-editor .upload-nano-box .upload-left .edit-image-box .mode-chose-box .mode-list .mode-item.active-pro .mode-t {
  color: #f97316;
}
html.light .pc-editor .upload-nano-box .upload-left .edit-image-box .mode-chose-box .mode-list .mode-item.active-nana2 {
  border-color: #14b8a6;
  background-color: rgba(20, 184, 166, 0.15);
}
html.light .pc-editor .upload-nano-box .upload-left .edit-image-box .mode-chose-box .mode-list .mode-item.active-nana2 .mode-t {
  color: #14b8a6;
}
html.light .pc-editor .upload-nano-box .upload-left .edit-image-box .remove-all-img {
  background: #fff;
  border-color: #DCDFE6;
  color: #ff000091;
}
html.light .pc-editor .upload-nano-box .upload-left .edit-image-box .max-upload {
  background: #dbfce7;
}
html.light .pc-editor .upload-nano-box .upload-left .edit-image-box .el-upload-dragger .upload-text .c-u-icon {
  background-color: #dbfce7;
}
html.light .pc-editor .upload-nano-box .upload-left .edit-image-box .image-ratio .check-box .check-item {
  border-color: #DCDFE6;
  background-color: #fff;
  color: #161616;
}
html.light .pc-editor .upload-nano-box .upload-left .edit-image-box .image-ratio .check-box .check-item-active {
  background-color: #00c38c;
  border-color: #00c38c;
  color: #fff;
}
html.light .pc-editor .upload-nano-box .upload-left .edit-image-box .support-max-text {
  color: #161616;
}
html.light .pc-editor .upload-nano-box .upload-left .edit-image-box .consumption-cost {
  background-color: #fff;
  color: #000;
  border-color: #DCDFE6;
}
html.light .pc-editor .upload-nano-box .upload-left .edit-image-box .extra-desc-box .extra-text .el-textarea__inner {
  border-color: #DCDFE6;
  background-color: #fff;
  color: #161616;
}
html.light .pc-editor .upload-nano-box .upload-left .tab-active {
  background-color: #fff;
  color: #161616;
}
html.light .pc-editor .upload-nano-box .upload-right {
  background-color: #fff;
  border: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
}
html.light .pc-editor .upload-nano-box .upload-right .success-case-box .img-prev .img-inner {
  border-color: #DCDFE6;
}
html.light .pc-editor .upload-nano-box .upload-right .task-loading-cover .a-title-1 {
  color: #161616;
}
html.light .pc-editor .upload-nano-box .upload-right .task-loading-cover .cus-progress {
  background-color: #ccc;
}
html.light .pc-editor .upload-nano-box .upload-right .success-case-box .img-prev .img-inner .task-loading-cover,
html.light .pc-editor .upload-nano-box .upload-right .success-case-box .img-prev .img-inner .err-item-box {
  background: #fff;
}
html.light .user-center-box .container .left-menu .menu-item {
  color: #161616;
}
html.light .user-center-box .container .left-menu .menu-item:hover {
  background-color: #fff;
}
html.light .user-center-box .container .left-menu .menu-active {
  background-color: transparent;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
}
html.light .user-center-box .container .right-content .cus-table .cell {
  color: #161616;
}
html.light .user-center-box .container .right-content .page-box .el-pager li {
  color: #161616 !important;
}
html.light .user-center-box .container .right-content .page-box .el-pager li:hover {
  color: #161616 !important;
}
html.light .user-center-box .container .right-content .page-box .el-pagination .btn-next,
html.light .user-center-box .container .right-content .page-box .el-pagination .btn-prev {
  color: #161616;
}
html.light .user-center-box .container .right-content .page-box .el-pagination .btn-next:hover,
html.light .user-center-box .container .right-content .page-box .el-pagination .btn-prev:hover {
  color: #161616 !important;
}
html.light .user-center-box .container .right-content .page-box .el-pagination button:disabled {
  color: #C0C4CC !important;
}
html.light .user-center-box .container .right-content .page-box .el-pagination button:disabled:hover {
  color: #C0C4CC !important;
}

.set-over-hidden {
  overflow: hidden;
}

@-webkit-keyframes moveY {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveY {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@-webkit-keyframes loop1 {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loop1 {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
a {
  text-decoration: none;
}

img {
  vertical-align: middle;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

[v-cloak] {
  display: none;
}

/* -------- 通用圆角 -------- */
.el-button,
.el-input__inner,
.el-select,
.el-card,
.el-dialog,
.el-message-box,
.el-message,
.el-notification,
.el-tooltip,
.el-dropdown-menu,
.el-menu,
.el-tag,
.el-pagination button,
.el-pagination span:not([class]),
.el-table th,
.el-table td,
.el-badge,
.el-switch,
.el-slider__runway,
.el-progress-bar__outer,
.el-progress-bar__inner,
.el-tabs__item,
.el-breadcrumb__item,
.el-step__head,
.el-step__icon,
.el-alert,
.el-date-editor,
.el-upload,
.el-collapse-item__header,
.el-collapse-item__wrap {
  border-radius: var(--radius-base);
}

/* -------- 按钮 -------- */
.el-button--primary {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.el-button--primary:hover,
.el-button--primary:focus {
  background-color: var(--primary-color-hover) !important;
  border-color: var(--primary-color-hover) !important;
}

.el-button--primary:active {
  background-color: var(--primary-color-active) !important;
  border-color: var(--primary-color-active) !important;
}

/* -------- 输入框 -------- */
.el-input__inner:focus,
.el-textarea__inner:focus {
  border-color: var(--primary-color) !important;
  -webkit-box-shadow: 0 0 0 1px var(--primary-color-hover) !important;
  box-shadow: 0 0 0 1px var(--primary-color-hover) !important;
}

.el-input.is-active .el-input__inner {
  border-color: var(--primary-color) !important;
}

/* -------- Select 下拉 -------- */
.el-select .el-input.is-focus .el-input__inner {
  border-color: var(--primary-color) !important;
}

.el-select-dropdown__item.selected {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}

/* -------- Switch -------- */
.el-switch.is-checked .el-switch__core {
  background-color: #30af6f !important;
  border-color: #30af6f !important;
}

/* -------- Progress 进度条 -------- */
.el-progress-bar__inner {
  background-color: var(--primary-color) !important;
}

/* -------- Tag 标签 -------- */
.el-tag--success,
.el-tag--primary {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: #fff !important;
}

/* -------- Dialog 弹窗 -------- */
.el-dialog__headerbtn:hover .el-dialog__close {
  color: var(--primary-color) !important;
}

.el-dialog__title {
  color: var(--primary-color) !important;
}

.el-dialog__footer .el-button--primary {
  background-color: var(--primary-color) !important;
}

/* -------- Checkbox / Radio -------- */
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-radio__input.is-checked .el-radio__inner {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.el-checkbox__input.is-checked + .el-checkbox__label,
.el-radio__input.is-checked + .el-radio__label {
  color: var(--primary-color) !important;
}

/* -------- 表格 -------- */
.el-table__body tr.current-row > td {
  background-color: rgba(66, 185, 131, 0.15) !important;
}

.el-table__header th {
  background-color: rgba(66, 185, 131, 0.05) !important;
}

/* -------- 菜单 Menu -------- */
.el-menu--horizontal > .el-menu-item.is-active,
.el-menu--horizontal > .el-submenu.is-active > .el-submenu__title,
.el-menu-item.is-active {
  color: var(--primary-color) !important;
  border-bottom: 2px solid var(--primary-color) !important;
}

.el-menu-item:hover,
.el-submenu__title:hover {
  background-color: rgba(66, 185, 131, 0.1) !important;
  color: var(--primary-color) !important;
}

/* -------- Tabs -------- */
.el-tabs__item.is-active {
  color: var(--primary-color) !important;
}

.el-tabs__active-bar {
  background-color: var(--primary-color) !important;
}

/* -------- Pagination -------- */
.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}

.el-pagination button:hover,
.el-pagination .el-pager li:hover {
  color: var(--primary-color) !important;
}

/* -------- Breadcrumb -------- */
.el-breadcrumb__inner.is-link:hover {
  color: var(--primary-color) !important;
}

/* -------- Steps -------- */
.el-step__head.is-finish,
.el-step__title.is-finish {
  color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.el-step__icon-inner {
  color: #fff !important;
}

/* -------- Tooltip -------- */
.el-tooltip__popper {
  border-radius: var(--radius-base) !important;
}

/* -------- Message / Notification -------- */
.el-message--success,
.el-notification__icon.el-icon-success {
  background-color: rgba(66, 185, 131, 0.1) !important;
  color: var(--primary-color) !important;
}

.el-message-box__btns .el-button--primary {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

/* -------- Collapse -------- */
.el-collapse-item__header.is-active {
  color: var(--primary-color) !important;
}

.el-collapse-item__wrap {
  border-top-color: var(--primary-color) !important;
}

/* -------- Upload -------- */
.el-upload--picture-card:hover {
  border-color: var(--primary-color) !important;
  color: var(--primary-color) !important;
}

/* -------- 滚动条 -------- */
.el-scrollbar__thumb {
  background-color: rgba(66, 185, 131, 0.4) !important;
  border-radius: var(--radius-base) !important;
}

.el-scrollbar__thumb:hover {
  background-color: rgba(66, 185, 131, 0.6) !important;
}

/* -------- TimePicker / DatePicker -------- */
.el-date-table td.today span,
.el-date-table td.available:hover span,
.el-time-panel__btn.confirm {
  color: var(--primary-color) !important;
}

.el-picker-panel__footer .el-button--text {
  color: var(--primary-color) !important;
}

/* -------- Slider -------- */
.el-slider__bar {
  background-color: var(--primary-color) !important;
}

.el-slider__button {
  border-color: var(--primary-color) !important;
}

/* -------- Badge -------- */
.el-badge__content.is-primary {
  background-color: var(--primary-color) !important;
}

/* -------- Alert -------- */
.el-alert--success {
  background-color: rgba(66, 185, 131, 0.15) !important;
  border-color: var(--primary-color) !important;
  color: var(--primary-color-active) !important;
}

textarea::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
textarea::-webkit-scrollbar-track {
  background-color: #3F4148;
  cursor: pointer;
  border-radius: 5px;
}
textarea::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 5px;
  cursor: pointer;
}
textarea::-webkit-scrollbar-thumb:hover {
  background-color: #b3b3b3;
}

.el-loading-mask {
  background-color: transparent;
}

.v-modal {
  opacity: 0.75;
}

/* === 左下角悬浮按钮样式 === */
.tutorial-fab {
  position: fixed;
  left: 40px;
  bottom: 50px;
  z-index: 998;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* 初始动画状态 */
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: none;
}
.tutorial-fab:hover {
  -webkit-transform: translateY(-4px) scale(1.05);
  transform: translateY(-4px) scale(1.05);
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
  /* 悬浮时整体变亮 */
}
.tutorial-fab:active {
  -webkit-transform: translateY(0) scale(0.98);
  transform: translateY(0) scale(0.98);
}
.tutorial-fab .tutorial-fab {
  position: fixed;
  left: 40px;
  bottom: 40px;
  z-index: 2000;
  /* 确保在其他元素之上，但低于弹窗(弹窗通常是 2000+) */
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* 初始动画状态 */
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.tutorial-fab .tutorial-fab:hover {
  -webkit-transform: translateY(-4px) scale(1.05);
  transform: translateY(-4px) scale(1.05);
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
  /* 悬浮时整体变亮 */
}
.tutorial-fab .tutorial-fab:active {
  -webkit-transform: translateY(0) scale(0.98);
  transform: translateY(0) scale(0.98);
}
.tutorial-fab .fab-content {
  position: relative;
  z-index: 2;
  height: 48px;
  padding: 0 24px;
  /* 科技感极光绿渐变 */
  background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
  border-radius: 24px;
  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;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  /* 科技感阴影与内发光 */
  -webkit-box-shadow: 0 10px 20px rgba(17, 153, 142, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 20px rgba(17, 153, 142, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  /* 呼吸灯光晕效果 */
}
.tutorial-fab .fab-content i {
  font-size: 16px;
  margin-right: 6px;
}
.tutorial-fab .fab-content .fab-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
  z-index: 1;
  opacity: 0.5;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-animation: glow-pulse 3s infinite;
  animation: glow-pulse 3s infinite;
}
@-webkit-keyframes glow-pulse {
  0% {
    opacity: 0.3;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 0.6;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    /* 加大光晕扩散范围 */
  }
  100% {
    opacity: 0.3;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@keyframes glow-pulse {
  0% {
    opacity: 0.3;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 0.6;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    /* 加大光晕扩散范围 */
  }
  100% {
    opacity: 0.3;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

textarea::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
textarea::-webkit-scrollbar-track {
  background-color: #3F4148;
  cursor: pointer;
  border-radius: 5px;
}
textarea::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 5px;
  cursor: pointer;
}
textarea::-webkit-scrollbar-thumb:hover {
  background-color: #b3b3b3;
}

.el-loading-mask {
  background-color: transparent;
}

.v-modal {
  opacity: 0.75;
}

.header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 34px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  height: 60px;
}
.header .hot-canvas {
  position: relative;
  /* ========== 核心：HOT 角标 CSS ========== */
}
.header .hot-canvas .h-t-1 {
  position: relative;
  z-index: 3;
}
.header .hot-canvas .hot-badge {
  /* 定位 */
  position: absolute;
  top: -8px;
  right: -35px;
  z-index: 2;
  /* 视觉样式 */
  background: linear-gradient(90deg, #ff3b30, #ff8c00);
  /* 红橙渐变 */
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  font-family: Arial, Helvetica, sans-serif;
  /* 使用无衬线字体更现代 */
  padding: 2px 6px;
  border-radius: 8px 8px 8px 0;
  /* 气泡形状：左下角为直角 */
  letter-spacing: 0.5px;
  /* 初始发光 */
  box-shadow: 0 0 8px rgba(255, 59, 48, 0.4);
  user-select: none;
  /* 动画绑定 */
  transform-origin: bottom left;
  /* 动画基于左下角缩放效果更好 */
}
@media (max-width: 800px) {
  .header {
    padding: 12px 14px;
  }
}
.header .center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header .center .c-item {
  margin-right: 36px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
}
.header .center .c-item:hover {
  color: var(--primary-color-hover);
}
.header .center .c-item:last-child {
  margin-right: 0;
}
.header .left {
  color: var(--main-color-2);
  font-size: 22px;
  font-weight: 550;
}
@media (max-width: 800px) {
  .header .left {
    font-size: 16px;
  }
}
.header .left img {
  width: 43px;
}
.header .right .check-main-style {
  margin-right: 12px;
  cursor: pointer;
  color: var(--main-color-3);
  transition: all 0.25s ease-in-out;
}
.header .right .check-main-style:hover {
  opacity: 0.85;
}
.header .right .go-start {
  border-radius: 24px;
  padding: 10px;
  color: #333;
  width: 125px;
  letter-spacing: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#00C863), to(#00BBCE));
  background: linear-gradient(to right, #00C863, #00BBCE);
}
.header .right .user-info .add-vip-btn {
  font-weight: 550;
  padding: 4px 12px;
  height: 28px;
  background: -webkit-gradient(linear, left top, right top, from(#FFE9C7), color-stop(76%, #F9D69D), to(#F4C577));
  background: linear-gradient(90deg, #FFE9C7 0%, #F9D69D 76%, #F4C577 100%);
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #654620;
  font-size: 14px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  margin-right: 16px;
  line-height: 20px;
}
.header .right .user-info .add-vip-btn span {
  display: flex;
  align-items: center;
}
.header .right .user-info .add-vip-btn .time-end-number {
  font-weight: 600;
}
.header .right .user-info .add-vip-btn .go-vip {
  width: 18px;
  margin-right: 2px;
}
.header .right .user-info .get-jf-btn {
  color: #F3F3F3;
  cursor: pointer;
  border: 1px solid var(--primary-color);
  height: 28px;
  font-weight: 550;
  padding: 4px 12px;
  font-size: 13px;
  margin-right: 16px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #1E1F24;
}
@media (max-width: 800px) {
  .header .right .user-info .get-jf-btn {
    margin-right: 6px;
    padding: 4px 6px;
  }
}
.header .right .user-info .get-jf-btn .num {
  color: var(--primary-color);
}
.header .right .user-info .get-jf-btn .num .add-jf {
  margin-left: 2px;
}
.header .right .user-info .avatar-box {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #3F4148;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.header .right .user-info .avatar-box .ava {
  width: 100%;
  height: 100%;
}
.header .right .user-info .avatar-box .vip-logo {
  width: 12px;
  position: absolute;
  bottom: -3px;
  right: -3px;
}

html .el-loading-spinner,
body .el-loading-spinner {
  display: flex;
  justify-content: center;
}
html .el-loading-spinner .path,
body .el-loading-spinner .path {
  stroke: var(--primary-color);
}
html .login-dialog-box,
body .login-dialog-box {
  border-radius: 24px;
  background: #F8F8F8;
  padding: 24px 0;
  -webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  padding-bottom: 30px;
}
html .login-dialog-box .set-flex-w,
body .login-dialog-box .set-flex-w {
  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;
}
html .login-dialog-box .el-dialog__header,
body .login-dialog-box .el-dialog__header {
  padding: 0;
}
html .login-dialog-box .el-dialog__body,
body .login-dialog-box .el-dialog__body {
  padding: 0;
}
html .login-dialog-box .main-title,
body .login-dialog-box .main-title {
  font-size: 22px;
  color: rgba(0, 0, 0, 0.88);
  text-align: center;
}
html .login-dialog-box .sub-title,
body .login-dialog-box .sub-title {
  color: #666666;
  margin-top: 4px;
  margin-bottom: 16px;
  text-align: center;
}
html .login-dialog-box .qr-box,
body .login-dialog-box .qr-box {
  border: 1px solid #DBDBDB;
  background: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 214px;
  height: 214px;
}
html .login-dialog-box .qr-box .qr-img,
body .login-dialog-box .qr-box .qr-img {
  width: 100%;
}
html .login-dialog-box .expire-box .qr-box-2,
body .login-dialog-box .expire-box .qr-box-2 {
  width: 112px;
  height: 112px;
  background: url("../../image/icon/qr_login.jpg") no-repeat 0 0;
  background-size: cover;
  position: relative;
  margin-bottom: 8px;
}
html .login-dialog-box .expire-box .qr-box-2::before,
body .login-dialog-box .expire-box .qr-box-2::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  top: 0;
}
html .login-dialog-box .expire-box .qr-box-2 .cover,
body .login-dialog-box .expire-box .qr-box-2 .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
html .login-dialog-box .expire-box .qr-box-2 .cover .w-icon,
body .login-dialog-box .expire-box .qr-box-2 .cover .w-icon {
  color: #f5b83f;
  font-size: 32px;
}
html .login-dialog-box .expire-box .qr-box-2 .cover .text,
body .login-dialog-box .expire-box .qr-box-2 .cover .text {
  margin-top: 6px;
  color: #161616;
  position: relative;
  z-index: 5;
}
html .login-dialog-box .expire-box .des-title-2,
body .login-dialog-box .expire-box .des-title-2 {
  width: 278px;
  height: 64px;
  background: url("../../image/icon/bubble2.png") no-repeat 0 0;
  background-size: cover;
  color: #161616;
  margin-bottom: 16px;
  text-align: center;
}
html .login-dialog-box .expire-box .des-title-2 .text,
body .login-dialog-box .expire-box .des-title-2 .text {
  padding-top: 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html .login-dialog-box .expire-box .reload-btn,
body .login-dialog-box .expire-box .reload-btn {
  width: 278px;
  height: 40px;
  border-radius: 48px;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
}
html .login-dialog-box .expire-box .reload-btn:hover, html .login-dialog-box .expire-box .reload-btn:active, html .login-dialog-box .expire-box .reload-btn:focus,
body .login-dialog-box .expire-box .reload-btn:hover,
body .login-dialog-box .expire-box .reload-btn:active,
body .login-dialog-box .expire-box .reload-btn:focus {
  border-color: var(--primary-color-hover);
  color: var(--primary-color-hover);
  background: transparent;
}
html .login-dialog-box .reload-box,
body .login-dialog-box .reload-box {
  color: #161616;
  font-size: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 13px;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
html .login-dialog-box .reload-box:hover,
body .login-dialog-box .reload-box:hover {
  opacity: 0.85;
}
html .login-dialog-box .reload-box .r-img,
body .login-dialog-box .reload-box .r-img {
  margin-right: 4px;
  width: 20px;
  height: 20px;
}
html .pay-dialog-box,
body .pay-dialog-box {
  border-radius: 12px;
  background: #111C1F;
  padding: 30px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  padding-bottom: 35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #3F4148;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html .pay-dialog-box .el-dialog__header,
body .pay-dialog-box .el-dialog__header {
  padding: 0;
}
html .pay-dialog-box .el-dialog__body,
body .pay-dialog-box .el-dialog__body {
  padding: 0;
}
html .pay-dialog-box .pay-title,
body .pay-dialog-box .pay-title {
  text-align: center;
  font-size: 31px;
  font-weight: 550;
  color: #fff;
}
html .pay-dialog-box .pay-title .set-b,
body .pay-dialog-box .pay-title .set-b {
  color: var(--primary-color);
}
html .pay-dialog-box .pay-list,
body .pay-dialog-box .pay-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(var(--pay-length), 1fr);
  margin-top: 36px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 800px) {
  html .pay-dialog-box .pay-list,
body .pay-dialog-box .pay-list {
    grid-template-columns: 1fr;
  }
}
html .pay-dialog-box .pay-list .pay-item,
body .pay-dialog-box .pay-list .pay-item {
  background-color: #0B141E;
  border-radius: 10px;
  border: 1px solid #0A2623;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  color: #fff;
  position: relative;
  width: 305px;
}
@media (max-width: 800px) {
  html .pay-dialog-box .pay-list .pay-item,
body .pay-dialog-box .pay-list .pay-item {
    grid-template-columns: 1fr;
  }
}
html .pay-dialog-box .pay-list .pay-item:hover,
body .pay-dialog-box .pay-list .pay-item:hover {
  background-color: #082A28;
  border-color: #065629;
}
html .pay-dialog-box .pay-list .pay-item:hover .cur-money,
html .pay-dialog-box .pay-list .pay-item:hover .pay-type,
body .pay-dialog-box .pay-list .pay-item:hover .cur-money,
body .pay-dialog-box .pay-list .pay-item:hover .pay-type {
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#00C863), to(#00BBCE));
  background: linear-gradient(to right, #00C863, #00BBCE);
  -webkit-background-clip: text;
  background-clip: text;
}
html .pay-dialog-box .pay-list .pay-item .spe,
body .pay-dialog-box .pay-list .pay-item .spe {
  position: absolute;
  left: 50%;
  top: -15px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(#00C863), to(#00BBCE));
  background: linear-gradient(to right, #00C863, #00BBCE);
  color: #fff;
  border-radius: 10px;
  padding: 4px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
}
html .pay-dialog-box .pay-list .pay-item .spe .c-img,
body .pay-dialog-box .pay-list .pay-item .spe .c-img {
  width: 16px;
  margin-right: 3px;
}
html .pay-dialog-box .pay-list .pay-item:first-child,
body .pay-dialog-box .pay-list .pay-item:first-child {
  margin-left: 0;
}
html .pay-dialog-box .pay-list .pay-item .pay-type,
body .pay-dialog-box .pay-list .pay-item .pay-type {
  color: #DEECF3;
  font-size: 19px;
  margin-bottom: 3px;
  font-weight: 550;
}
html .pay-dialog-box .pay-list .pay-item .pay-type .zuan,
body .pay-dialog-box .pay-list .pay-item .pay-type .zuan {
  width: 13px;
  margin-left: 3px;
}
html .pay-dialog-box .pay-list .pay-item .qy-list,
body .pay-dialog-box .pay-list .pay-item .qy-list {
  margin-top: 16px;
}
html .pay-dialog-box .pay-list .pay-item .qy-list .qy-item,
body .pay-dialog-box .pay-list .pay-item .qy-list .qy-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  margin-bottom: 12px;
}
html .pay-dialog-box .pay-list .pay-item .qy-list .qy-item:last-child,
body .pay-dialog-box .pay-list .pay-item .qy-list .qy-item:last-child {
  margin-bottom: 0;
}
html .pay-dialog-box .pay-list .pay-item .qy-list .qy-item .ball,
body .pay-dialog-box .pay-list .pay-item .qy-list .qy-item .ball {
  background: -webkit-gradient(linear, left top, right top, from(#00C863), to(#00BBCE));
  background: linear-gradient(to right, #00C863, #00BBCE);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  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: 6px;
}
html .pay-dialog-box .pay-list .pay-item .qy-list .qy-item i,
body .pay-dialog-box .pay-list .pay-item .qy-list .qy-item i {
  font-style: normal;
  color: var(--primary-color);
}
html .pay-dialog-box .pay-list .pay-item .pay-desc,
body .pay-dialog-box .pay-list .pay-item .pay-desc {
  color: #898A8A;
  font-size: 16px;
}
html .pay-dialog-box .pay-list .pay-item .origin-money,
body .pay-dialog-box .pay-list .pay-item .origin-money {
  font-size: 16px;
  color: #A1A1A1;
  text-decoration: line-through;
  text-align: center;
}
html .pay-dialog-box .pay-list .pay-item .cur-money,
body .pay-dialog-box .pay-list .pay-item .cur-money {
  font-size: 51px;
  font-weight: 550;
  text-align: center;
}
html .pay-dialog-box .pay-list .pay-item .cur-money .sym,
body .pay-dialog-box .pay-list .pay-item .cur-money .sym {
  font-size: 30px;
  margin-right: 5px;
}
html .pay-dialog-box .pay-list .pay-item .pay-btn,
body .pay-dialog-box .pay-list .pay-item .pay-btn {
  background: -webkit-gradient(linear, left top, right top, from(#00C863), to(#00BBCE));
  background: linear-gradient(to right, #00C863, #00BBCE);
  width: 100%;
  color: #fff;
  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;
  border-radius: 8px;
  font-size: 16px;
  height: 40px;
  margin-top: 12px;
  cursor: pointer;
}
html .pay-dialog-box .pay-list .pay-item .get-jf,
body .pay-dialog-box .pay-list .pay-item .get-jf {
  color: #00CAE0;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #3F4148;
  border-radius: 8px;
  margin-top: 16px;
}
html .pay-dialog-box .pay-list .pay-item .get-jf .line,
body .pay-dialog-box .pay-list .pay-item .get-jf .line {
  background-color: #00CAE0;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  margin: 8px 0;
}
html .pay-dialog-box .pay-list .pay-item .get-jf .about,
body .pay-dialog-box .pay-list .pay-item .get-jf .about {
  color: #7C8990;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
html .pay-dialog-box .pay-list .pay-item .get-jf .about .set-c,
body .pay-dialog-box .pay-list .pay-item .get-jf .about .set-c {
  color: #00CAE0;
}
html .pay-dialog-box .pay-list .pay-active,
body .pay-dialog-box .pay-list .pay-active {
  background-color: #082A28;
  border-color: #065629;
}
html .pay-dialog-box .pay-list .pay-active .cur-money,
html .pay-dialog-box .pay-list .pay-active .pay-type,
body .pay-dialog-box .pay-list .pay-active .cur-money,
body .pay-dialog-box .pay-list .pay-active .pay-type {
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#00C863), to(#00BBCE));
  background: linear-gradient(to right, #00C863, #00BBCE);
  -webkit-background-clip: text;
  background-clip: text;
}
html .pay-money-dialog-box,
body .pay-money-dialog-box {
  border-radius: 12px;
  background: #0F1115;
  padding: 30px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #3F4148;
}
html .pay-money-dialog-box .el-dialog__header,
body .pay-money-dialog-box .el-dialog__header {
  padding: 0;
}
html .pay-money-dialog-box .el-dialog__body,
body .pay-money-dialog-box .el-dialog__body {
  padding: 0;
  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;
}
html .pay-money-dialog-box .title,
body .pay-money-dialog-box .title {
  color: #fff;
  font-weight: 550;
  font-size: 22px;
  text-align: center;
}
html .pay-money-dialog-box .qr-box,
body .pay-money-dialog-box .qr-box {
  width: 230px;
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  margin: 16px auto 20px;
  background-color: #fff;
}
html .pay-money-dialog-box .qr-box img,
body .pay-money-dialog-box .qr-box img {
  width: 100%;
  height: 100%;
}
html .pay-money-dialog-box .desc,
body .pay-money-dialog-box .desc {
  font-size: 13px;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  color: #161616;
  border-radius: 5px;
  padding: 3px 10px;
}
html .pay-money-dialog-box .xy,
body .pay-money-dialog-box .xy {
  margin: 10px auto 0;
  color: #fff;
  font-size: 13px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
html .user-info-pop-box,
body .user-info-pop-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  background-color: #171717;
  -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, 0 1px 3px 0px #0000001a, 0 8px 10px -1px #0000001a;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, 0 1px 3px 0px #0000001a, 0 8px 10px -1px #0000001a;
  border: 1px solid rgba(63, 65, 72, 0.7);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
html .user-info-pop-box .ww .user-name,
body .user-info-pop-box .ww .user-name {
  color: #fff;
  padding: 6px;
  padding-left: 11px;
}
html .user-info-pop-box .ww .c-menu-box,
body .user-info-pop-box .ww .c-menu-box {
  border-top: 1px solid rgba(63, 65, 72, 0.7);
  color: #fff;
  padding: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html .user-info-pop-box .ww .c-menu-box .c-menu-item,
body .user-info-pop-box .ww .c-menu-box .c-menu-item {
  margin-bottom: 3px;
  cursor: pointer;
  padding: 5px 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  color: #fff;
}
html .user-info-pop-box .ww .c-menu-box .c-menu-item:hover,
body .user-info-pop-box .ww .c-menu-box .c-menu-item:hover {
  background-color: #2B2B2B;
}
html .user-info-pop-box .ww .c-menu-box .c-menu-item:last-child,
body .user-info-pop-box .ww .c-menu-box .c-menu-item:last-child {
  margin-bottom: 0;
}

.cus-scroll {
  /* 开启滚动 */
}
.cus-scroll::-webkit-scrollbar {
  width: 5px;
  /* 纵向滚动条宽度 */
  height: 5px;
  /* 横向滚动条高度 */
}
.cus-scroll::-webkit-scrollbar-track {
  background-color: #3F4148;
  cursor: pointer;
  border-radius: 5px;
}
.cus-scroll::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 5px;
  cursor: pointer;
}
.cus-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #b3b3b3;
}

.set-fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.el-message {
  background-color: #fff !important;
  border-color: #fff !important;
  padding: 9px 12px;
  min-width: auto;
}
.el-message .el-message__content {
  color: rgba(0, 0, 0, 0.88);
}
.el-message .el-message__icon {
  margin-right: 5px;
  font-size: 16px;
}

.footer {
  margin-top: 100px;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #1F2937;
  text-align: center;
  background-color: #000000;
  position: relative;
  z-index: 2;
}
.footer .copy-text {
  color: #ccc;
}
@media (max-width: 650px) {
  .footer {
    font-size: 13px;
  }
}

.my-select-content-editor {
  width: 100%;
  color: #fff;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
}
.my-select-content-editor .m-s-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  padding: 10px 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 2px 0;
  border: 1px solid #3F4148;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 80px;
  margin-left: 8px;
}
.my-select-content-editor .m-s-item:hover {
  opacity: 0.85;
}
.my-select-content-editor .m-s-item:first-child {
  margin-left: 0;
}
.my-select-content-editor .m-s-item .tag {
  width: 20px;
  height: 20px;
  background-color: 13161B;
  border: 2px solid #9e9e9e;
  position: relative;
}
.my-select-content-editor .m-s-item .ai-desc {
  color: #90A1B9;
  font-size: 13px;
  margin-left: 10px;
  line-height: 20px;
}
.my-select-content-editor .m-s-item .m-t {
  margin-top: 6px;
}
.my-select-content-editor .m-s-item-active {
  border-color: #30af6f;
  background-color: #094127;
}
.my-select-content-editor .m-s-item-active .tag {
  border-color: #30af6f;
}

.editor-ww-99 {
  background: var(--main-color);
}

.inspiration-box {
  width: 90%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 90px auto 0;
  position: relative;
}
.inspiration-box .i-title {
  color: var(--main-color-2);
  font-size: 26px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
}
.inspiration-box .i-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#00C863), to(#00BBCE));
  background: linear-gradient(to right, #00C863, #00BBCE);
  -webkit-animation: line-grow 1s 0.8s ease-out forwards;
  animation: line-grow 1s 0.8s ease-out forwards;
  border-radius: 3px;
}
.inspiration-box .i-title > span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(20px) skewX(-20deg);
  transform: translateY(20px) skewX(-20deg);
  -webkit-animation: text-reveal 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  animation: text-reveal 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.inspiration-box .i-title > span:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.inspiration-box .i-title > span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.inspiration-box .i-title > span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.inspiration-box .i-title > span:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
@-webkit-keyframes text-reveal {
  to {
    opacity: 1;
    -webkit-transform: translateY(0) skewX(0);
    transform: translateY(0) skewX(0);
  }
}
@keyframes text-reveal {
  to {
    opacity: 1;
    -webkit-transform: translateY(0) skewX(0);
    transform: translateY(0) skewX(0);
  }
}
@-webkit-keyframes line-grow {
  to {
    width: 60px;
  }
}
@keyframes line-grow {
  to {
    width: 60px;
  }
}
.inspiration-box .i-tab-list {
  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: 26px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inspiration-box .i-tab-list .i-tab-item {
  border-radius: 8px;
  height: 34px;
  margin-left: 24px;
  color: var(--main-color-2);
  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;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  font-size: 16px;
}
.inspiration-box .i-tab-list .i-tab-item:first-child {
  margin-left: 0;
}
.inspiration-box .i-tab-list .i-tab-item:last-child {
  margin-right: 0;
}
.inspiration-box .i-tab-list .i-tab-item:hover {
  opacity: 0.85;
}
.inspiration-box .i-tab-list .i-tab-item-active {
  background: -webkit-gradient(linear, left top, right top, from(#00C863), to(#00BBCE));
  background: linear-gradient(to right, #00C863, #00BBCE);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: bold;
}
.inspiration-box #inspiration_container {
  position: relative;
  overflow: hidden;
}
.inspiration-box .loader-w-box {
  padding-top: 50px;
  color: var(--main-color-2);
}
.inspiration-box .loader-w-box .loader-wave {
  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;
  gap: 6px;
  height: 40px;
}
.inspiration-box .loader-w-box .bar {
  width: 6px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00C863), to(#00BBCE));
  background: linear-gradient(to right, #00C863, #00BBCE);
  border-radius: 999px;
  -webkit-animation: wave 1s ease-in-out infinite;
  animation: wave 1s ease-in-out infinite;
}
.inspiration-box .loader-w-box .bar:nth-child(1) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
  height: 30%;
}
.inspiration-box .loader-w-box .bar:nth-child(2) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
  height: 50%;
}
.inspiration-box .loader-w-box .bar:nth-child(3) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  height: 30%;
}
.inspiration-box .loader-w-box .bar:nth-child(4) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
  height: 50%;
}
.inspiration-box .loader-w-box .bar:nth-child(5) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
  height: 30%;
}
@-webkit-keyframes wave {
  0%, 100% {
    height: 20%;
    opacity: 0.5;
  }
  50% {
    height: 100%;
    opacity: 1;
    -webkit-box-shadow: 0 0 15px rgba(168, 85, 247, 0.5);
    box-shadow: 0 0 15px rgba(168, 85, 247, 0.5);
  }
}
@keyframes wave {
  0%, 100% {
    height: 20%;
    opacity: 0.5;
  }
  50% {
    height: 100%;
    opacity: 1;
    -webkit-box-shadow: 0 0 15px rgba(168, 85, 247, 0.5);
    box-shadow: 0 0 15px rgba(168, 85, 247, 0.5);
  }
}
.inspiration-box .img-prev {
  border-radius: 8px;
  overflow: hidden;
  width: calc(16.6667% - 8.33333px);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.inspiration-box .img-prev:first-child {
  z-index: 2;
}
.inspiration-box .img-prev .am-img {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
}
.inspiration-box .img-prev .am-img:hover .c-img,
.inspiration-box .img-prev .am-img:hover .c-img-2 {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.inspiration-box .img-prev .am-img:hover .img-desc {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.inspiration-box .img-prev .am-img .img-desc {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-0.83%, rgba(17, 17, 17, 0)), color-stop(51.89%, rgba(17, 17, 17, 0.4)), to(rgba(17, 17, 17, 0.6)));
  background: linear-gradient(rgba(17, 17, 17, 0) -0.83%, rgba(17, 17, 17, 0.4) 51.89%, rgba(17, 17, 17, 0.6) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 5;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.inspiration-box .img-prev .am-img .img-desc .text {
  color: #eee;
  padding: 1px 5px;
  border-radius: 7px;
  font-size: 13px;
}
.inspiration-box .img-prev .am-img img {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
}
.inspiration-box .img-prev .am-img .c-img-2 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  pointer-events: none;
  opacity: 0;
}
.inspiration-box .img-prev .am-img-prev:hover .c-img {
  opacity: 0;
}
.inspiration-box .img-prev .am-img-prev:hover .c-img-2 {
  -webkit-animation: fadeLoop 6s linear infinite;
  animation: fadeLoop 6s linear infinite;
  /* 4. 关键帧逻辑 (针对3张图的算法) */
}
.inspiration-box .img-prev .am-img-prev:hover .c-img-2:nth-child(2) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.inspiration-box .img-prev .am-img-prev:hover .c-img-2:nth-child(3) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
@-webkit-keyframes fadeLoop {
  /* 0% - 5%: 淡入过程 */
  0% {
    opacity: 0;
    z-index: 1;
  }
  5% {
    opacity: 1;
    z-index: 2;
  }
  /* 5% - 33%: 保持显示 (100% / 3张图 ≈ 33%) */
  33% {
    opacity: 1;
    z-index: 2;
  }
  /* 33% - 38%: 淡出过程 */
  38% {
    opacity: 0;
    z-index: 1;
  }
  /* 38% - 100%: 保持隐藏 (等待其他图片播放) */
  100% {
    opacity: 0;
    z-index: 1;
  }
}
@keyframes fadeLoop {
  /* 0% - 5%: 淡入过程 */
  0% {
    opacity: 0;
    z-index: 1;
  }
  5% {
    opacity: 1;
    z-index: 2;
  }
  /* 5% - 33%: 保持显示 (100% / 3张图 ≈ 33%) */
  33% {
    opacity: 1;
    z-index: 2;
  }
  /* 33% - 38%: 淡出过程 */
  38% {
    opacity: 0;
    z-index: 1;
  }
  /* 38% - 100%: 保持隐藏 (等待其他图片播放) */
  100% {
    opacity: 0;
    z-index: 1;
  }
}
.inspiration-box .img-prev .creator-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 6px;
}
.inspiration-box .img-prev .creator-info .left {
  color: var(--main-color-2);
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.inspiration-box .img-prev .creator-info .left .avatar {
  width: 20px;
  height: 20px;
  margin-right: 3px;
  border-radius: 50%;
}
.inspiration-box .img-prev .creator-info .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inspiration-box .img-prev .creator-info .right .r-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--main-color-3);
  font-size: 12px;
  margin-right: 12px;
}
.inspiration-box .img-prev .creator-info .right .r-item .r-icon {
  width: 14px;
  margin-right: 3px;
  position: relative;
  top: 1px;
}
.inspiration-box .modal-pop-enter-active,
.inspiration-box .modal-pop-leave-active {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.inspiration-box .modal-pop-enter,
.inspiration-box .modal-pop-leave-to {
  opacity: 0;
}
.inspiration-box .modal-pop-enter .detail-content,
.inspiration-box .modal-pop-leave-to .detail-content {
  -webkit-transform: scale(1) translateY(-20px);
  transform: scale(1) translateY(-20px);
  opacity: 0;
}
.inspiration-box .detail-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #0009;
  z-index: 999;
  padding-top: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.inspiration-box .detail-modal .close-box {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: #303030;
  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;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
}
.inspiration-box .detail-modal .detail-content {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f6f6f6;
  border-radius: 16px 16px 0 0;
  padding: 10px;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s ease;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.inspiration-box .detail-modal .detail-content .left {
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f3f3f3;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 100%;
}
.inspiration-box .detail-modal .detail-content .left .top-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.inspiration-box .detail-modal .detail-content .left .top-header .title {
  color: #161616;
  font-weight: 600;
  font-size: 20px;
}
.inspiration-box .detail-modal .detail-content .left .top-header .use-btn {
  height: 30px;
  padding: 0 8px 0 13px;
  margin-right: 8px;
  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;
  font-size: 14px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#00C863), to(#00BBCE));
  background: linear-gradient(to right, #00C863, #00BBCE);
  border-radius: 6px;
}
.inspiration-box .detail-modal .detail-content .left .cc-content {
  height: calc(100% - 40px);
  margin-top: 16px;
}
.inspiration-box .detail-modal .detail-content .left .thumbnail-list-w {
  height: 100%;
  position: relative;
}
.inspiration-box .detail-modal .detail-content .left .thumbnail-list-w .top-shadow {
  width: 100%;
  height: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebecee), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, #ebecee 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.inspiration-box .detail-modal .detail-content .left .thumbnail-list-w .top-shadow-2 {
  bottom: 0;
  top: inherit;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.inspiration-box .detail-modal .detail-content .left .thumbnail-list {
  height: 100%;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.inspiration-box .detail-modal .detail-content .left .thumbnail-list::-webkit-scrollbar {
  width: 3px;
  /* 纵向滚动条宽度 */
  height: 3px;
  /* 横向滚动条高度 */
}
.inspiration-box .detail-modal .detail-content .left .thumbnail-list::-webkit-scrollbar-track {
  background-color: #f3f3f3;
  cursor: pointer;
  border-radius: 5px;
}
.inspiration-box .detail-modal .detail-content .left .thumbnail-list::-webkit-scrollbar-thumb {
  background-color: #e0e5ed;
  border-radius: 5px;
  cursor: pointer;
}
.inspiration-box .detail-modal .detail-content .left .thumbnail-list::-webkit-scrollbar-thumb:hover {
  background-color: #e0e5ed;
}
.inspiration-box .detail-modal .detail-content .left .thumbnail-list .l-item {
  margin-bottom: 12px;
  width: 104px;
  height: 104px;
  padding: 2px;
  border: 2px solid #e5e6ec;
  border-radius: 8px;
  cursor: pointer;
}
.inspiration-box .detail-modal .detail-content .left .thumbnail-list .l-item:last-child {
  margin-bottom: 0;
}
.inspiration-box .detail-modal .detail-content .left .thumbnail-list .l-item .c-img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.inspiration-box .detail-modal .detail-content .left .thumbnail-list .l-item-active {
  border-color: #121212;
}
.inspiration-box .detail-modal .detail-content .left .s-main-content {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  position: relative;
  /* 新增加载动画样式 */
}
.inspiration-box .detail-modal .detail-content .left .s-main-content .loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  z-index: 10;
}
.inspiration-box .detail-modal .detail-content .left .s-main-content .loading-overlay .spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #f0f2f5;
  border-top: 4px solid #333;
  border-radius: 50%;
  -webkit-animation: spins 0.8s linear infinite;
  animation: spins 0.8s linear infinite;
}
@-webkit-keyframes spins {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spins {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.inspiration-box .detail-modal .detail-content .left .s-main-content img {
  height: 100%;
  max-width: 100%;
  border-radius: 6px;
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}
.inspiration-box .detail-modal .detail-content .right {
  width: 400px;
  height: 100%;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #c1c5cc;
  padding: 16px;
  padding-right: 0;
  box-sizing: border-box;
  background-color: #fff;
}
.inspiration-box .detail-modal .detail-content .right .r-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.inspiration-box .detail-modal .detail-content .right .r-top .img-c {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 3px;
}
.inspiration-box .detail-modal .detail-content .right .r-top .img-c img {
  width: 100%;
  height: 100%;
}
.inspiration-box .detail-modal .detail-content .right .r-top .r-title {
  color: #161616;
  font-weight: 550;
}
.inspiration-box .detail-modal .detail-content .right .r-top .r-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #161616;
  font-size: 12px;
  margin-right: 12px;
}
.inspiration-box .detail-modal .detail-content .right .r-top .r-item .r-icon {
  width: 14px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.inspiration-box .detail-modal .detail-content .right .c1-content {
  overflow-y: auto;
  height: calc(100% - 45px);
  margin-top: 16px;
  padding-right: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.inspiration-box .detail-modal .detail-content .right .c1-content::-webkit-scrollbar {
  width: 5px;
  /* 纵向滚动条宽度 */
  height: 5px;
  /* 横向滚动条高度 */
}
.inspiration-box .detail-modal .detail-content .right .c1-content::-webkit-scrollbar-track {
  background-color: transparent;
  cursor: pointer;
  border-radius: 5px;
}
.inspiration-box .detail-modal .detail-content .right .c1-content::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 5px;
  cursor: pointer;
}
.inspiration-box .detail-modal .detail-content .right .c1-content .c-item {
  margin-bottom: 16px;
  width: 290px;
}
.inspiration-box .detail-modal .detail-content .right .c1-content .c-item .el-skeleton__image {
  border-radius: 8px;
}
.inspiration-box .detail-modal .detail-content .right .c1-content .type-card {
  margin-top: 12px;
}
.inspiration-box .detail-modal .detail-content .right .c1-content .type-card .type-item {
  background-color: #f5f5f6;
  border-radius: 8px;
  margin-right: 6px;
  padding: 4px 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.1);
}
.inspiration-box .detail-modal .detail-content .right .c1-content .type-card .type-item:last-child {
  margin-right: 0;
}
.inspiration-box .detail-modal .detail-content .right .c1-content .type-card .type-item .left-9 {
  min-width: 30px;
  height: 30px;
  margin-right: 3px;
  position: relative;
  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;
}
.inspiration-box .detail-modal .detail-content .right .c1-content .type-card .type-item .left-9 .as-tag {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 2px solid #888;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.inspiration-box .detail-modal .detail-content .right .c1-content .type-card .type-item .left-9 .text {
  color: #666;
  font-size: 11px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.9);
  transform: translateX(-50%) scale(0.9);
  top: 5px;
}
.inspiration-box .detail-modal .detail-content .right .c1-content .type-card .type-item .left-9 img {
  width: 21px;
}
.inspiration-box .detail-modal .detail-content .right .c1-content .type-card .type-item .right-9 .r-top-9 {
  display: none;
}
.inspiration-box .detail-modal .detail-content .right .c1-content .type-card .type-item .right-9 .r-result {
  color: #666;
  font-size: 13px;
  line-height: 10px;
}
.inspiration-box .detail-modal .detail-content .right .c1-content .top-desc {
  color: #aeb3bb;
  font-size: 12px;
  font-weight: 550;
}
.inspiration-box .detail-modal .detail-content .right .c1-content .left-item {
  width: 100%;
}
.inspiration-box .detail-modal .detail-content .right .c1-content .left-item .result-img-list {
  width: 100%;
}
.inspiration-box .detail-modal .detail-content .right .c1-content .left-item .result-img-list .el-w {
  border-radius: 6px;
  overflow: hidden;
  margin-top: 12px;
  position: relative;
}
.inspiration-box .detail-modal .detail-content .right .c1-content .left-item .result-img-list .el-w:hover .el-image {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.inspiration-box .detail-modal .detail-content .right .c1-content .left-item .result-img-list .el-w:hover .img-desc {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.inspiration-box .detail-modal .detail-content .right .c1-content .left-item .result-img-list .el-w .img-desc {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-0.83%, rgba(17, 17, 17, 0)), color-stop(51.89%, rgba(17, 17, 17, 0.4)), to(rgba(17, 17, 17, 0.6)));
  background: linear-gradient(rgba(17, 17, 17, 0) -0.83%, rgba(17, 17, 17, 0.4) 51.89%, rgba(17, 17, 17, 0.6) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 5;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.inspiration-box .detail-modal .detail-content .right .c1-content .left-item .result-img-list .el-w .img-desc .download-btn-icon-2 {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.inspiration-box .detail-modal .detail-content .right .c1-content .left-item .result-img-list .el-w .el-image {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.inspiration-box .detail-modal .detail-content .right .c1-content .r-flex-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.inspiration-box .detail-modal .detail-content .right .c1-content .r-flex-end .origin-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.inspiration-box .detail-modal .detail-content .right .c1-content .r-flex-end .origin-list .el-w {
  width: 66px;
  height: 66px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66px;
  flex: 0 0 66px;
  margin: 3px;
  border-radius: 6px;
  overflow: hidden;
}
.inspiration-box .detail-modal .detail-content .right .c1-content .r-flex-end .origin-list .el-w .el-image {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.inspiration-box .detail-modal .detail-content .right .c1-content .r-flex-end .origin-list .el-w:hover .el-image {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.inspiration-box .detail-modal .detail-content .right .c1-content .r-flex-end .text-desc {
  background-color: #f5f5f6;
  padding: 16px;
  border-radius: 8px;
  color: #333;
  line-height: 22px;
  word-break: break-word;
  font-weight: 550;
}
.inspiration-box .mobile-detail-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}
.inspiration-box .mobile-detail-modal .close-box {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 6px;
  top: 6px;
  background-color: #14141494;
  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;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  z-index: 9;
}
.inspiration-box .mobile-detail-modal .prev-box-info {
  width: 100%;
  height: 60vh;
  padding: 16px;
  padding-bottom: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  position: relative;
  /* 新增加载动画样式 */
}
.inspiration-box .mobile-detail-modal .prev-box-info .loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  z-index: 10;
}
.inspiration-box .mobile-detail-modal .prev-box-info .loading-overlay .spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #f0f2f5;
  border-top: 4px solid #333;
  border-radius: 50%;
  -webkit-animation: spins 0.8s linear infinite;
  animation: spins 0.8s linear infinite;
}
@-webkit-keyframes spins {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spins {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.inspiration-box .mobile-detail-modal .prev-box-info .s-img-1 {
  width: 100%;
  max-height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.inspiration-box .mobile-detail-modal .thumbnail-list-w {
  position: relative;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.inspiration-box .mobile-detail-modal .thumbnail-list-w .top-shadow {
  width: 20px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#ebecee), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, #ebecee 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 10px;
  top: 0;
}
.inspiration-box .mobile-detail-modal .thumbnail-list-w .top-shadow-2 {
  right: 10px;
  left: inherit;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.inspiration-box .mobile-detail-modal .thumbnail-list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  padding-bottom: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.inspiration-box .mobile-detail-modal .thumbnail-list .l-item {
  width: 104px;
  height: 104px;
  padding: 2px;
  border: 2px solid #e5e6ec;
  border-radius: 8px;
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 104px;
  flex: 0 0 104px;
  margin: 0 4px;
}
.inspiration-box .mobile-detail-modal .thumbnail-list .l-item .c-img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.inspiration-box .mobile-detail-modal .thumbnail-list .l-item-active {
  border-color: #121212;
}
.inspiration-box .mobile-detail-modal .m-text-info {
  padding: 14px;
  border-top: 1px solid rgba(82, 109, 135, 0.145);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 8px;
}
.inspiration-box .mobile-detail-modal .m-text-info .m-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #161616;
}
.inspiration-box .mobile-detail-modal .m-text-info .r-title {
  color: #333;
  font-weight: 550;
  font-size: 17px;
}
.inspiration-box .mobile-detail-modal .m-text-info .r-title .img-c {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 3px;
}
.inspiration-box .mobile-detail-modal .m-text-info .r-title .img-c img {
  width: 100%;
  height: 100%;
}
.inspiration-box .mobile-detail-modal .m-text-info .use-btn {
  margin-top: 12px;
  width: 100%;
  height: 50px;
  font-size: 17px;
  padding: 0 8px 0 13px;
  margin-right: 8px;
  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;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#00C863), to(#00BBCE));
  background: linear-gradient(to right, #00C863, #00BBCE);
  border-radius: 6px;
}
.inspiration-box .mobile-detail-modal .m-text-info .m-r-box {
  margin-top: 16px;
}
.inspiration-box .mobile-detail-modal .m-text-info .m-r-box .r-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #161616;
  font-size: 15px;
  margin-right: 20px;
}
.inspiration-box .mobile-detail-modal .m-text-info .m-r-box .r-item .r-icon {
  width: 16px;
  margin-right: 6px;
  position: relative;
  top: 1px;
}

@media (max-height: 700px) {
  .inspiration-box .mobile-detail-modal .thumbnail-list-w {
    display: none;
  }
  .inspiration-box .mobile-detail-modal .m-text-info {
    margin-top: 0;
    border-top: 0;
  }
}
.waterfall-pop-w {
  min-width: 130px;
  border-radius: 12px;
  padding: 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px 0px;
}
.waterfall-pop-w .popper__arrow {
  display: none;
}
.waterfall-pop-w .waterfall-pop-box .w-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #161616;
  padding: 6px 12px;
  border-radius: 8px;
  margin-bottom: 2px;
  cursor: pointer;
}
.waterfall-pop-w .waterfall-pop-box .w-item .c-icon {
  width: 16px;
  margin-right: 6px;
}
.waterfall-pop-w .waterfall-pop-box .w-item:hover {
  background: #F1F3F5;
}
.waterfall-pop-w .waterfall-pop-box .w-item:last-child {
  margin-bottom: 0;
}