@charset "UTF-8";
*[data-v-74b0a70b] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.feat-confirm[data-v-74b0a70b] {
  min-height: 100vh;
  background: #FAFBFC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #2b2b2b;
}
.feat-confirm .header-wrap[data-v-74b0a70b] {
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 2px 6px 1px rgba(0, 85, 164, 0.06);
          box-shadow: 0px 2px 6px 1px rgba(0, 85, 164, 0.06);
  position: sticky;
  z-index: 1;
  top: 0;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.feat-confirm .header[data-v-74b0a70b] {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
}
.feat-confirm .header .header-left[data-v-74b0a70b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.feat-confirm .header .header-left h2[data-v-74b0a70b] {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
  color: #1e293b;
  letter-spacing: 0.5px;
}
.feat-confirm .header .header-left .desc[data-v-74b0a70b] {
  color: #64748b;
  font-size: 12px;
}
.feat-confirm .header .header-right[data-v-74b0a70b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width: 1200px) {
.feat-confirm .header[data-v-74b0a70b] {
    width: 1160px !important;
}
}
.feat-confirm .content[data-v-74b0a70b] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 0 40px 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;
}
.feat-confirm .content .section[data-v-74b0a70b] {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 16px 1px rgba(0, 85, 164, 0.08);
          box-shadow: 1px 1px 16px 1px rgba(0, 85, 164, 0.08);
  border-radius: 8px;
}
.feat-confirm .content .section .section-header[data-v-74b0a70b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 32px;
}
.feat-confirm .content .section .section-header .section-title[data-v-74b0a70b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #1e293b;
  font-weight: normal;
}
.feat-confirm .content .section .section-header .section-title[data-v-74b0a70b]::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 19px;
  background: #1469fc;
  margin-right: 12px;
}
.feat-confirm .content .section .section-list[data-v-74b0a70b] {
  padding: 8px 32px 32px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  min-height: 60px;
  max-height: 660px;
  overflow-y: auto;
  /* 自定义滚动条样式 */
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 #f8fafc;
}
.feat-confirm .content .section .section-list[data-v-74b0a70b]::-webkit-scrollbar {
  width: 6px;
  background: #f8fafc;
}
.feat-confirm .content .section .section-list[data-v-74b0a70b]::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}
.feat-confirm .content .section .tech-element-item[data-v-74b0a70b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  padding: 18px 22px;
  padding-left: 12px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-shadow: 0 2px 8px rgba(30, 41, 59, 0.03);
          box-shadow: 0 2px 8px rgba(30, 41, 59, 0.03);
  height: 60px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #DCDFE6;
  font-size: 16px;
}
.feat-confirm .content .section .tech-element-item[data-v-74b0a70b]:hover {
  -webkit-box-shadow: 1px 1px 16px 1px rgba(0, 85, 164, 0.08);
          box-shadow: 1px 1px 16px 1px rgba(0, 85, 164, 0.08);
  border: 1px solid #B1CDFF;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  background: #f5f9ff;
}
.feat-confirm .content .section .tech-element-item .drag-handle[data-v-74b0a70b] {
  color: #94a3b8;
  font-size: 18px;
  margin-top: 2px;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s, color 0.2s;
  transition: opacity 0.2s, color 0.2s;
  cursor: move;
  width: 18px;
  height: 18px;
  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;
}
.feat-confirm .content .section .tech-element-item .drag-handle .icon-paixu[data-v-74b0a70b] {
  font-size: 22px;
}
.feat-confirm .content .section .tech-element-item:hover .drag-handle[data-v-74b0a70b] {
  opacity: 1;
  color: #1469FC;
}
.feat-confirm .content .section .tech-element-item .flex-1[data-v-74b0a70b] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.feat-confirm .content .section .tech-element-item .flex-1 .editable-content[data-v-74b0a70b] {
  width: 100%;
  min-height: 24px;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 4px 6px;
  font-size: 16px;
  background: #fff;
  -webkit-transition: border 0.2s, background 0.2s;
  transition: border 0.2s, background 0.2s;
}
.feat-confirm .content .section .tech-element-item .flex-1 .editable-content[data-v-74b0a70b]:hover {
  border-color: #e2e8f0;
  background: #f8fafc;
}
.feat-confirm .content .section .tech-element-item .flex-1 .editable-content[data-v-74b0a70b]:focus {
  outline: none;
  border-color: #3b82f6;
  background: #eff6ff;
}
.feat-confirm .content .section .tech-element-item .delete-btn[data-v-74b0a70b] {
  cursor: pointer;
  color: #31364E;
  margin-left: 4px;
}
.feat-confirm .content .section .tech-element-item .delete-btn[data-v-74b0a70b]:hover {
  color: #1469FC;
}
@media (max-width: 1200px) {
.feat-confirm .content .section[data-v-74b0a70b] {
    max-width: 1160px;
}
}
.btn[data-v-74b0a70b] {
  height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  line-height: 1;
  border-radius: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.btn[data-v-74b0a70b]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn i[data-v-74b0a70b] {
  margin-right: 0.5rem;
  font-style: normal;
}
.btn.btn-primary[data-v-74b0a70b] {
  background-color: #1469FC;
  color: #fff;
}
.btn.btn-primary[data-v-74b0a70b]:hover:not(:disabled) {
  background-color: #0054E5;
}
.btn.btn-primary[data-v-74b0a70b]:active {
  background-color: #1e40af;
}
.btn.btn-primary.btn-confirm[data-v-74b0a70b] {
  border-radius: 4px;
}
.btn.btn-secondary[data-v-74b0a70b] {
  background-color: #fff;
  color: #1469fc;
  border: 1px solid #1469fc;
}
.btn.btn-secondary[data-v-74b0a70b]:hover:not(:disabled) {
  background-color: #ECF6FF;
}
.text-red[data-v-74b0a70b] {
  color: #dc2626;
}
.text-blue[data-v-74b0a70b] {
  color: #2563eb;
}
.text-green[data-v-74b0a70b] {
  color: #059669;
}
.fade-enter-active[data-v-74b0a70b], .fade-leave-active[data-v-74b0a70b] {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.fade-enter[data-v-74b0a70b], .fade-leave-to[data-v-74b0a70b] {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.tech-element-item-leave-active[data-v-74b0a70b] {
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.tech-element-item-leave-to[data-v-74b0a70b] {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.confirm-btn-fixed-wrap[data-v-74b0a70b] {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.04);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 0 8px 0;
  z-index: 100;
}
