
.demo-upload-list {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-right: 4px;
}
.demo-upload-list img {
  width: 100%;
  height: 100%;
}
.demo-upload-list-cover {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.demo-upload-list:hover .demo-upload-list-cover {
  display: block;
}
.demo-upload-list-cover i {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  margin: 0 2px;
}
.fancybox {
  max-width: 100%;
}


/* 批量操作按钮区域 */
.batch-actions[data-v-3533786a] {
  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;
}

/* 证书条目样式 */
.cert-item[data-v-3533786a] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cert-item[data-v-3533786a]:hover {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* 证书头部 */
.cert-header[data-v-3533786a] {
  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;
}

/* 证书图片预览 */
.cert-image-preview[data-v-3533786a] {
  position: relative;
}

/* 上传组件文本提示 */
.upload-text[data-v-3533786a] {
  text-align: center;
  padding: 20px;
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.upload-text[data-v-3533786a]:hover {
  border-color: #2d8cf0;
  color: #2d8cf0;
}

/* 空状态样式 */
.empty-state[data-v-3533786a] {
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
}

/* 加载图标 */
.spin-icon-load[data-v-3533786a] {
  -webkit-animation: ani-demo-spin 1s linear infinite;
          animation: ani-demo-spin 1s linear infinite;
}


.pdf-file-container[data-v-4568feb7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  background-color: #f8f9fa;
  border-radius: 4px;
  border: 1px solid #e9ecef;
  min-width: 250px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pdf-file-container[data-v-4568feb7]:hover {
  background-color: #e9ecef;
  border-color: #adb5bd;
}
.pdf-file-container:hover .pdf-icon[data-v-4568feb7] {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.pdf-file-container:hover .pdf-file-name[data-v-4568feb7] {
  color: #495057;
}
.pdf-file-container .pdf-icon[data-v-4568feb7] {
  margin-right: 8px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  cursor: pointer;
}
.pdf-file-container .pdf-file-name[data-v-4568feb7] {
  font-size: 14px;
  color: #6c757d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
}
.no-pdf-container[data-v-4568feb7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  background-color: #f8f9fa;
  border-radius: 4px;
  border: 1px dashed #dee2e6;
  min-width: 250px;
  color: #6c757d;
}
.no-pdf-container .no-pdf-text[data-v-4568feb7] {
  margin-left: 8px;
  font-size: 14px;
}


/* 批量操作按钮区域 */
.batch-actions[data-v-0d2ed2d9] {
  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;
}

/* 证书条目样式 */
.cert-item[data-v-0d2ed2d9] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cert-item[data-v-0d2ed2d9]:hover {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* 证书头部 */
.cert-header[data-v-0d2ed2d9] {
  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;
}

/* 证书图片预览 */
.cert-image-preview[data-v-0d2ed2d9] {
  position: relative;
}

/* 上传组件文本提示 */
.upload-text[data-v-0d2ed2d9] {
  text-align: center;
  padding: 20px;
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.upload-text[data-v-0d2ed2d9]:hover {
  border-color: #2d8cf0;
  color: #2d8cf0;
}

/* 空状态样式 */
.empty-state[data-v-0d2ed2d9] {
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
}

/* 加载图标 */
.spin-icon-load[data-v-0d2ed2d9] {
  -webkit-animation: ani-demo-spin 1s linear infinite;
          animation: ani-demo-spin 1s linear infinite;
}


[data-v-4b189691]:root {
  --primary-color: #6BC9A9;
  --primary-light: #E8F8F0;
  --primary-dark: #4FA88A;
  --card-bg: #FFFFFF;
  --card-radius: 16px;
  --card-shadow: 0 2px 12px rgba(107, 201, 169, 0.08);
  --text-primary: #1A1A1A;
  --text-secondary: #666666;
  --text-tertiary: #999999;
  --phone-frame: #1D1D1F;
  --phone-screen-bg: #F5F7FA;
}
.resume-preview-wrapper[data-v-4b189691] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  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;
}
.preview-overlay[data-v-4b189691] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.phone-device[data-v-4b189691] {
  position: relative;
  width: 375px;
  height: 760px;
  background: var(--phone-frame);
  border-radius: 42px;
  border: 10px solid var(--phone-frame);
  -webkit-box-shadow: 0 40px 80px rgba(0, 0, 0, 0.35), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
          box-shadow: 0 40px 80px rgba(0, 0, 0, 0.35), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  z-index: 10;
  -webkit-animation: deviceEnter-4b189691 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
          animation: deviceEnter-4b189691 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@-webkit-keyframes deviceEnter-4b189691 {
from {
    opacity: 0;
    -webkit-transform: scale(0.85) translateY(40px);
            transform: scale(0.85) translateY(40px);
}
to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
}
}
@keyframes deviceEnter-4b189691 {
from {
    opacity: 0;
    -webkit-transform: scale(0.85) translateY(40px);
            transform: scale(0.85) translateY(40px);
}
to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
}
}
.phone-notch[data-v-4b189691] {
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 150px;
  height: 30px;
  background: #000;
  border-radius: 0 0 18px 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;
  gap: 8px;
  z-index: 5;
}
.phone-notch .notch-speaker[data-v-4b189691] {
  width: 50px;
  height: 5px;
  background: #1a1a1a;
  border-radius: 3px;
}
.phone-notch .notch-camera[data-v-4b189691] {
  width: 9px;
  height: 9px;
  background: #1a1a1a;
  border-radius: 50%;
}
.phone-screen[data-v-4b189691] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  border-radius: 32px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.status-bar[data-v-4b189691] {
  height: 44px;
  padding: 0 24px;
  padding-top: 10px;
  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;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.status-bar .status-icons[data-v-4b189691] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  color: var(--text-primary);
}
.resume-content[data-v-4b189691] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 0 12px 12px;
}
.resume-content[data-v-4b189691]::-webkit-scrollbar {
  width: 3px;
}
.resume-content[data-v-4b189691]::-webkit-scrollbar-thumb {
  background: rgba(107, 201, 169, 0.2);
  border-radius: 3px;
}
.profile-card[data-v-4b189691] {
  background: var(--card-bg);
  border-radius: var(--card-radius);
  padding: 18px 16px 0 16px;
  -webkit-box-shadow: var(--card-shadow);
          box-shadow: var(--card-shadow);
}
.profile-card .profile-top[data-v-4b189691] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 12px;
}
.profile-card .profile-top .profile-name-row[data-v-4b189691] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.profile-card .profile-top .profile-name-row .profile-name[data-v-4b189691] {
  font-size: 26px;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: 0.5px;
}
.profile-card .profile-top .profile-name-row .sex-icon[data-v-4b189691] {
  margin-top: 4px;
}
.profile-card .profile-top .talent-tag[data-v-4b189691] {
  font-size: 15px;
  font-weight: 500;
  color: var(--primary-color);
  padding: 4px 10px;
  background: var(--primary-light);
  border-radius: 20px;
}
.profile-card .profile-tags[data-v-4b189691] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.profile-card .profile-tags .info-tag[data-v-4b189691] {
  font-size: 13px;
  color: var(--text-secondary);
  padding: 4px 10px;
  background: #F5F7FA;
  border-radius: 6px;
  border: 1px solid #E8ECEF;
}
.profile-card .profile-contact-row[data-v-4b189691] {
  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;
  margin-bottom: 8px;
}
.profile-card .profile-contact-row .phone-info[data-v-4b189691] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.profile-card .profile-contact-row .phone-info .phone-icon[data-v-4b189691] {
  color: var(--text-tertiary);
}
.profile-card .profile-contact-row .phone-info .phone-number[data-v-4b189691] {
  font-size: 15px;
  color: var(--text-secondary);
  font-weight: 500;
}
.profile-card .profile-contact-row .card-info[data-v-4b189691] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.profile-card .profile-contact-row .card-info .card-icon[data-v-4b189691] {
  color: var(--text-tertiary);
}
.profile-card .profile-contact-row .card-info .card-number[data-v-4b189691] {
  font-size: 14px;
  color: var(--text-tertiary);
  letter-spacing: 1px;
}
.profile-card .profile-contact-row .contact-btn[data-v-4b189691] {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding: 8px 18px;
  background: var(--primary-color);
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.profile-card .profile-contact-row .contact-btn[data-v-4b189691]:hover {
  background: var(--primary-dark);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 12px rgba(107, 201, 169, 0.35);
          box-shadow: 0 4px 12px rgba(107, 201, 169, 0.35);
}
.profile-card .profile-contact-row .contact-btn[data-v-4b189691]:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.section-card[data-v-4b189691] {
  background: var(--card-bg);
  border-radius: var(--card-radius);
  padding: 0 14px 16px 16px;
  -webkit-box-shadow: var(--card-shadow);
          box-shadow: var(--card-shadow);
}
.section-card .section-title[data-v-4b189691] {
  position: relative;
  margin-bottom: 14px;
}
.section-card .section-title span[data-v-4b189691] {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: 0.5px;
  position: relative;
  z-index: 1;
}
.section-card .section-title span[data-v-4b189691]::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#3ECBB5), to(#AFE1FF));
  background: linear-gradient(90deg, #3ECBB5 0%, #AFE1FF 100%);
  z-index: -1;
  border-radius: 4px;
}
.career-item[data-v-4b189691] {
  margin-bottom: 14px;
}
.career-item[data-v-4b189691]:last-child {
  margin-bottom: 0;
}
.career-item .career-header[data-v-4b189691] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.career-item .career-header .dot[data-v-4b189691] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-color);
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.career-item .career-header .career-position[data-v-4b189691] {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
}
.career-item .career-header .divider[data-v-4b189691] {
  color: var(--text-tertiary);
  margin: 0 6px;
  font-size: 14px;
}
.career-item .career-header .career-duration[data-v-4b189691] {
  font-size: 14px;
  color: var(--text-secondary);
}
.career-item .career-description[data-v-4b189691] {
  padding-left: 16px;
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.8;
}
.career-item .career-description p[data-v-4b189691] {
  margin: 0;
}
.cert-list .cert-item[data-v-4b189691] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  border-radius: 8px;
}
.cert-list .cert-item[data-v-4b189691]:hover {
  background: #F8FAFA;
}
.cert-list .cert-item[data-v-4b189691]:not(:last-child) {
  border-bottom: 1px solid #F0F2F5;
}
.cert-list .cert-item .cert-thumb[data-v-4b189691] {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #F5F7FA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #E8ECEF;
}
.cert-list .cert-item .cert-thumb .cert-thumb-img[data-v-4b189691] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cert-list .cert-item .cert-thumb .cert-thumb-placeholder[data-v-4b189691] {
  color: #B0B6BE;
}
.cert-list .cert-item .cert-info[data-v-4b189691] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.cert-list .cert-item .cert-info .cert-name[data-v-4b189691] {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cert-list .cert-item .cert-info .cert-level[data-v-4b189691] {
  font-size: 13px;
  color: var(--text-secondary);
}
.cert-list .cert-item .cert-arrow[data-v-4b189691] {
  color: #C0C4CC;
  margin-left: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.intention-item[data-v-4b189691] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 0;
}
.intention-item .intention-label[data-v-4b189691] {
  font-size: 15px;
  color: var(--text-secondary);
  min-width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.intention-item .intention-value[data-v-4b189691] {
  font-size: 15px;
  color: var(--text-primary);
  font-weight: 500;
}
.pdf-item[data-v-4b189691] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  background: var(--primary-light);
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pdf-item[data-v-4b189691]:hover {
  background: rgba(107, 201, 169, 0.18);
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
}
.pdf-item .pdf-icon[data-v-4b189691] {
  color: var(--primary-color);
  margin-right: 10px;
}
.pdf-item .pdf-name[data-v-4b189691] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  color: var(--text-primary);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pdf-item .arrow-icon[data-v-4b189691] {
  color: var(--text-tertiary);
}
.bottom-space[data-v-4b189691] {
  height: 20px;
}
.bottom-action-bar[data-v-4b189691] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 12px 16px 16px;
  background: var(--card-bg);
  border-top: 1px solid #EEF0F3;
}
.bottom-action-bar .save-btn[data-v-4b189691] {
  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: 8px;
  height: 44px;
  background: linear-gradient(135deg, #3ECBB5 0%, #4FA88A 100%);
  border-radius: 22px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 12px rgba(107, 201, 169, 0.35);
          box-shadow: 0 4px 12px rgba(107, 201, 169, 0.35);
}
.bottom-action-bar .save-btn[data-v-4b189691]:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 6px 18px rgba(107, 201, 169, 0.45);
          box-shadow: 0 6px 18px rgba(107, 201, 169, 0.45);
}
.bottom-action-bar .save-btn[data-v-4b189691]:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.bottom-action-bar .save-btn.saving[data-v-4b189691] {
  opacity: 0.8;
  cursor: not-allowed;
}
.bottom-action-bar .save-btn.saving .spin-icon[data-v-4b189691] {
  -webkit-animation: spin-4b189691 1s linear infinite;
          animation: spin-4b189691 1s linear infinite;
}
@-webkit-keyframes spin-4b189691 {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes spin-4b189691 {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.loading-state[data-v-4b189691] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}
.loading-state .spin-icon-load[data-v-4b189691] {
  -webkit-animation: spin-4b189691 1s linear infinite;
          animation: spin-4b189691 1s linear infinite;
  color: var(--primary-color);
}
@keyframes spin-4b189691 {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.close-button[data-v-4b189691] {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  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-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 20;
}
.close-button[data-v-4b189691]:hover {
  background: #fff;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.close-button i[data-v-4b189691] {
  color: #333;
  font-weight: bold;
}


.demo-upload-list {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  margin-right: 4px;
}
.demo-upload-list img {
  width: 100%;
  height: 100%;
}
.demo-upload-list-cover {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .6);
}
.demo-upload-list:hover .demo-upload-list-cover {
  display: block;
}
.demo-upload-list-cover i {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  margin: 0 2px;
}
.fancybox {
  max-width: 100%
}
.ivu-upload {
  width: auto !important;
}

