@charset "UTF-8";
.itemBg[data-v-78b1564d] {
  background-color: #1d2a3a;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.itemName[data-v-78b1564d] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0.3rem;
}
.el-row[data-v-78b1564d] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
}
.el-row[data-v-78b1564d]:last-child {
    margin-bottom: 0;
}
.el-col[data-v-78b1564d] {
  border-radius: 0.04rem;
  height: 100%;
  padding: 0 !important;
}
.bg-purple-dark[data-v-78b1564d] {
  background: #99a9bf;
}
.bg-purple[data-v-78b1564d] {
  background: #d3dce6;
}
.bg-purple-light[data-v-78b1564d] {
  background: #e5e9f2;
}
.grid-content[data-v-78b1564d] {
  border-radius: 0.04rem;
  min-height: 0.36rem;
}
.row-bg[data-v-78b1564d] {
  padding: 0.1rem 0;
  background-color: #f9fafc;
}
.card[data-v-78b1564d] {
  /* width: 450px;
  height: 335px; */
  width: 100%;
  height: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.08rem;
  position: relative;
  background-color: #18212e;
  box-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.1);
  color: rgba(162, 185, 226, 0.8);
  font-size: 0.14rem;
}
.urgent-label[data-v-78b1564d] {
  position: absolute;
  top: 0px;
  right: 0px;
  color: white;
  padding: 0.04rem 0.08rem;
  border-radius: 0px 0.08rem 0px 0.13rem;
  font-weight: bold;
  /* width: 60px; */
  height: 0.24rem;
  text-align: center;
  line-height: 0.24rem;
  font-size: 0.14rem;
}
.redbgc[data-v-78b1564d] {
  background-color: #ff324b;
}
.deviceType[data-v-78b1564d] {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  border-radius: 0.5rem;
  width: 0.6rem;
  height: 0.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.greenbgc[data-v-78b1564d] {
  color: #62fff9;
  background: rgba(98, 255, 249, 0.2);
  border: 1px solid #62fff9;
}
.bluebgc[data-v-78b1564d] {
  color: #61c8ff;
  background: rgba(99, 183, 247, 0.2);
  border: 1px solid #61c8ff;
}
.horizontal-line[data-v-78b1564d] {
  height: 0.01rem;
  /* 线的高度 */
  background-color: rgba(255, 255, 255, 0.2);
  /* 线的颜色 */
  width: 100%;
  /* 线的宽度 */
  margin: 0.15rem 0;
  /* 上下间距 */
}
.card-header[data-v-78b1564d] {
  margin: 0.21rem 0 0.16rem 0;
}
.device-top[data-v-78b1564d] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 0.1rem 0 0.1rem;
}
.device-title[data-v-78b1564d] {
  /* width: 55px; */
  height: 0.28rem;
  font-weight: 500;
  font-size: 0.2rem;
  color: #ffffff;
  line-height: 0.28rem;
  text-shadow: 0px 0.02rem 0.04rem rgba(0, 0, 0, 0.5);
  text-align: left;
  font-style: normal;
}
.device-status-on[data-v-78b1564d] {
  color: #40ff9c;
  background: rgba(64, 255, 156, 0.2);
  border: none;
  border-radius: 0.5rem;
  height: 0.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.15rem;
  padding: 0 0.1rem 0 0.1rem;
}
.device-status-off[data-v-78b1564d] {
  color: white;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 0.5rem;
  height: 0.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.15rem;
}
.device-count[data-v-78b1564d] {
  color: #666;
  margin: 0.06rem 0 0 0;
  font-family: "Sans_Regular", sans-serif;
}
.version-info[data-v-78b1564d] {
  display: flex;
  flex-wrap: wrap;
  /* flex-direction: column; */
}
.version-infoNoData[data-v-78b1564d] {
  width: 100%;
  height: 3.77rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.module[data-v-78b1564d] {
  margin-bottom: 0.12rem;
  padding: 0.08rem;
  border-radius: 0.04rem;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  width: 100%;
}
.moduleItem[data-v-78b1564d] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.moduleName[data-v-78b1564d] {
  color: rgba(255, 255, 255, 0.5);
}
.versionRed[data-v-78b1564d] {
  color: #ff324b;
}
.arrowTop[data-v-78b1564d] {
  margin-left: 0.05rem;
}
.ellipsis[data-v-78b1564d] {
  display: inline-block;
  max-width: 100%;
  /* 设置最大宽度 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box[data-v-15318928] {
  width: 100%;
  height: 0.5rem;
  display: flex;
  justify-content: flex-end;
}

@charset "UTF-8";
.el-row[data-v-ffe74680] {
  margin-bottom: 0.2rem;
}
.el-row[data-v-ffe74680]:last-child {
    margin-bottom: 0;
}
.uploaded-image[data-v-ffe74680] {
  height: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.05rem;
  max-width: 100%;
  max-height: 100%;
}
.uploaded-file-container[data-v-ffe74680] {
  position: relative;
  display: inline-block;
  margin-right: 0.1rem;
}
.uploaded-file[data-v-ffe74680] {
  display: flex;
  align-items: center;
  padding: 0.08rem 0.12rem;
  border-radius: 0.04rem;
  background-color: #1f2a37;
  max-width: 2rem;
  overflow: hidden;
}
.uploaded-file i[data-v-ffe74680] {
  font-size: 0.16rem;
  margin-right: 0.08rem;
  color: #409eff;
}
.file-name[data-v-ffe74680] {
  font-size: 0.14rem;
  color: #606266;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}
.delete-button[data-v-ffe74680] {
  position: absolute;
  top: -0.1rem;
  right: -0.22rem;
  font-size: 0.22rem;
  z-index: 1;
}
.upload-area[data-v-ffe74680] {
  margin-right: 0.1rem;
}
[data-v-ffe74680] .el-drawer.rtl {
  width: 60% !important;
}
.el-form-item[data-v-ffe74680] {
  margin-bottom: 0;
}
.el-col[data-v-ffe74680] {
  border-radius: 0.04rem;
}
.bg-purple-dark[data-v-ffe74680] {
  background: #99a9bf;
}
.bg-purple[data-v-ffe74680] {
  background: #d3dce6;
}
.bg-purple-light[data-v-ffe74680] {
  background: #e5e9f2;
}
.grid-content[data-v-ffe74680] {
  border-radius: 0.04rem;
  min-height: 0.36rem;
}
.row-bg[data-v-ffe74680] {
  padding: 0.1rem 0;
  background-color: #f9fafc;
}
.cardStyle[data-v-ffe74680] {
  width: 100%;
  margin: 0.15rem 0.15rem 0 0;
  cursor: pointer;
}
.selectForm[data-v-ffe74680] {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.paginationBottom[data-v-ffe74680] {
  width: 100%;
  height: 0.6rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
[data-v-ffe74680] .selectButton .el-input__inner {
  width: 100% !important;
  max-width: 3.4rem;
  border-radius: 0.08rem !important;
}
.formStyle[data-v-ffe74680] {
  width: 100%;
}
.formStyle .el-select[data-v-ffe74680] {
    width: 100%;
}
.formStyle .el-range-editor.el-input__inner[data-v-ffe74680] {
    width: 100%;
    border-radius: 0.08rem;
}
.ellipsis[data-v-ffe74680] {
  display: inline-block;
  max-width: 100%;
  /* 设置最大宽度 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site_list_box[data-v-ffe74680] {
  width: 100%;
  box-sizing: border-box;
  height: calc(100vh - 1.5rem);
  overflow: auto;
  font-size: 0.14rem;
  padding: 0.25rem 0.25rem 0 0.25rem;
}
.el-cascader[data-v-ffe74680] {
  width: 100%;
  border-radius: 0.08rem;
}

/* 电池护照模板样式 */
.battery-passport-container[data-v-ffe74680] {
  width: 100%;
  padding: 0.2rem;
  box-sizing: border-box;
}
.section-title[data-v-ffe74680] {
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  margin: 0.2rem 0 0.2rem 0;
}
.section-desc[data-v-ffe74680] {
  font-weight: 400;
  font-size: 0.14rem;
  color: #a2b9e2;
  margin-bottom: 0.24rem;
}
.section-subtitle[data-v-ffe74680] {
  font-weight: 400;
  font-size: 0.16rem;
  color: #63b7f7;
  line-height: 0.23rem;
  margin: 0 0 0.16rem 0;
}

/* 基本信息部分 */
.basic-info-section[data-v-ffe74680] {
  display: flex;
  margin-bottom: 0.1rem;
}
.battery-image-upload[data-v-ffe74680] {
  margin-right: 0.32rem;
  width: 31%;
}
.titleImg[data-v-ffe74680] {
  font-weight: 400;
  font-size: 0.14rem;
  color: #8f959b;
  margin: 0.1rem 0 0.15rem 0;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.upload-area[data-v-ffe74680] {
  width: 100%;
  height: 1.5rem;
  border: 1px dashed rgba(255, 255, 255, 0.3);
  border-radius: 0.04rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
.upload-area[data-v-ffe74680]:hover {
    border-color: #1890ff;
    color: #1890ff;
}
.upload-area i[data-v-ffe74680] {
    font-size: 0.24rem;
    margin-bottom: 0.08rem;
    color: black;
}
.upload-area span[data-v-ffe74680] {
    font-size: 0.14rem;
    color: black;
}

/* 上传内容布局 */
.upload-content[data-v-ffe74680] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-content i[data-v-ffe74680] {
  font-size: 0.24rem;
  margin-right: 0.1rem;
  color: rgba(255, 255, 255, 0.5);
}
.upload-text[data-v-ffe74680] {
  color: #b7bcc4;
  margin: 0 0 0.1rem 0;
}
.basic-info-form[data-v-ffe74680] {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.16rem;
}

/* 步骤导航 */
[data-v-ffe74680] .steps-nav {
  display: flex;
  align-items: center;
  margin: 0.12rem 0;
}
.step-item[data-v-ffe74680] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step-item.active .step-icon[data-v-ffe74680] {
    background-color: #1890ff;
    color: #fff;
}
.step-icon[data-v-ffe74680] {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.08rem;
  transition: all 0.3s;
}
.step-line[data-v-ffe74680] {
  flex: 1;
  height: 0.02rem;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0 0.16rem;
}

/* 标识和产品数据部分 */
.identification-section[data-v-ffe74680] {
  margin-bottom: 0.32rem;
}
.form-row[data-v-ffe74680] {
  display: flex;
  margin-bottom: 0.16rem;
  flex-wrap: wrap;
}
.form-row .form-item[data-v-ffe74680] {
    width: 50%;
    max-width: 3.65rem;
    margin-right: 0.3rem;
}
.form-row .form-item[data-v-ffe74680]:last-child {
      margin-right: 0;
}
.form-row .form-item .el-form-item[data-v-ffe74680] {
      margin-bottom: 0;
}
.form-row .form-item .el-form-item .el-select[data-v-ffe74680] {
        width: calc(100% - 0.8rem);
        margin-right: 0.12rem;
}
.form-row .form-item .el-form-item .el-switch[data-v-ffe74680] {
        vertical-align: middle;
}

/* 底部按钮 */
.bottom-button[data-v-ffe74680] {
  display: flex;
  justify-content: flex-end;
  gap: 0.12rem;
}
.bottom-button button[data-v-ffe74680] {
    min-width: 10%;
}

/* 表单样式覆盖 */
.el-form-item__label[data-v-ffe74680] {
  color: rgba(255, 255, 255, 0.7);
}
.el-input__inner[data-v-ffe74680],
.el-select-dropdown[data-v-ffe74680] {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.el-select-dropdown[data-v-ffe74680] {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.el-select-dropdown .el-select-dropdown__item[data-v-ffe74680] {
    color: #fff;
}
.el-select-dropdown .el-select-dropdown__item[data-v-ffe74680]:hover {
      background-color: rgba(255, 255, 255, 0.1);
}
.el-select-dropdown .el-select-dropdown__item.selected[data-v-ffe74680] {
      background-color: rgba(24, 144, 255, 0.2);
}
.el-input__icon[data-v-ffe74680] {
  color: rgba(255, 255, 255, 0.5);
}

/* 标准输入宽度 */
.standard-input[data-v-ffe74680] {
  width: 100% !important;
  max-width: 3.4rem;
}

/* 输入框和开关的容器 */
.input-with-switch[data-v-ffe74680] {
  width: 101%;
  display: flex;
  align-items: center;
}
.input-with-switch .standard-input[data-v-ffe74680] {
    margin-right: 0.12rem;
}

/* 上传区域和开关的容器 */
.upload-with-switch[data-v-ffe74680] {
  display: flex;
  align-items: center;
}
.upload-with-switch .upload-area[data-v-ffe74680] {
    margin-right: 0.12rem;
}

/* 符号标签部分样式 */
.symbol-label-section[data-v-ffe74680] {
  margin-top: 0.32rem;
}
.symbol-label-form[data-v-ffe74680] {
  margin-top: 0.16rem;
}

/* 碳足迹部分样式 */
.carbon-footprint-section[data-v-ffe74680] {
  margin-top: 0.32rem;
}
.carbon-footprint-form[data-v-ffe74680] {
  margin-top: 0.16rem;
}

/* 供应链尽职调查部分样式 */
.supply-chain-section[data-v-ffe74680] {
  margin-top: 0.32rem;
}
.supply-chain-form[data-v-ffe74680] {
  margin-top: 0.16rem;
}

/* 电池化学体系和电池材料信息部分样式 */
.battery-chemical-section[data-v-ffe74680] {
  margin-top: 0.32rem;
}
.battery-chemical-form[data-v-ffe74680] {
  margin-top: 0.16rem;
}

/* 全宽表单项目 */
.form-item.full-width[data-v-ffe74680] {
  width: 100%;
}
.form-item.full-width .standard-input[data-v-ffe74680] {
    width: calc(100% - 0.6rem) !important;
}

/* 上传区域样式 */
.upload-area[data-v-ffe74680] {
  width: 100%;
  max-width: 3.15rem;
  margin-right: 0.15rem;
  height: 1.42rem;
  border: 1px dashed rgba(255, 255, 255, 0.3);
  background-color: #2c3743;
  border-radius: 0.04rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
.upload-area[data-v-ffe74680]:hover {
    border-color: #1890ff;
    color: #1890ff;
}
.upload-area i[data-v-ffe74680] {
    font-size: 0.18rem;
    margin-bottom: 0.08rem;
    color: rgba(255, 255, 255, 0.5);
}
.upload-area span[data-v-ffe74680] {
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.7);
}

/* 容量输入框容器 */
/* 额定容量输入框单位样式 */
.el-input__suffix .unit[data-v-ffe74680] {
  color: rgba(255, 255, 255, 0.7);
  margin-right: 0.1rem;
}

/* 步骤导航样式 */
[data-v-ffe74680] .steps-nav {
  margin: 0.12rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
  /* 确保已完成步骤不显示√图标 */
  /* 步骤图标图片样式 */
}
[data-v-ffe74680] .steps-nav .el-step {
    flex: 1;
    display: flex;
    align-items: center;
}
[data-v-ffe74680] .steps-nav .el-step__title {
    display: none;
}
[data-v-ffe74680] .steps-nav .el-step__icon {
    width: 5vw !important;
    height: 5vw !important;
    max-width: 0.5rem !important;
    max-height: 0.5rem !important;
    border-radius: 50% !important;
    background-color: #354453 !important;
    color: rgba(255, 255, 255, 0.7) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}
[data-v-ffe74680] .steps-nav .el-step__active .el-step__icon {
    background-color: transparent !important;
    border: 2px solid #1890ff !important;
    color: #1890ff !important;
}
[data-v-ffe74680] .steps-nav .el-step__head.is-wait {
    border-color: #282e35;
}
[data-v-ffe74680] .steps-nav .el-step__icon.is-text {
    border: 3px solid;
    border-color: inherit;
}
[data-v-ffe74680] .steps-nav .el-step__head.is-success {
    color: #0084ff;
    border-color: #0084ff;
}
[data-v-ffe74680] .steps-nav .el-step__line {
    flex: 1 !important;
    height: 0.02rem !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    top: 0.22rem !important;
}
[data-v-ffe74680] .steps-nav .el-step__active .el-step__line {
    background-color: #1890ff !important;
}
[data-v-ffe74680] .steps-nav .el-step__done .el-step__icon {
    background-color: transparent !important;
    border-color: #1890ff !important;
    color: #1890ff !important;
}
[data-v-ffe74680] .steps-nav .el-step__done .el-step__icon-inner {
    display: none !important;
}
[data-v-ffe74680] .steps-nav .el-step__done .el-step__line {
    background-color: #1890ff !important;
}
[data-v-ffe74680] .steps-nav .step-icon-img {
    width: 0.24rem;
    height: 0.24rem;
    -o-object-fit: contain;
       object-fit: contain;
}

/* 移除默认的步骤线样式 */
[data-v-ffe74680] .steps-nav .el-steps--horizontal .el-step__line {
  width: 100% !important;
}

/* 响应式调整 */
@media (max-width: 1200px) {
.basic-info-section[data-v-ffe74680] {
    flex-direction: column;
}
.battery-image-upload[data-v-ffe74680] {
    margin-right: 0;
    margin-bottom: 0.24rem;
}
.basic-info-form[data-v-ffe74680] {
    grid-template-columns: 1fr;
}
.form-row[data-v-ffe74680] {
    flex-direction: column;
}
.form-row .form-item[data-v-ffe74680] {
      margin-right: 0;
      margin-bottom: 0.16rem;
}
.form-row .form-item[data-v-ffe74680]:last-child {
        margin-bottom: 0;
}
.standard-input[data-v-ffe74680] {
    width: 100% !important;
}
.steps-nav .el-step__title[data-v-ffe74680] {
    font-size: 0.12rem;
}
}
.backStep[data-v-ffe74680] {
  background-color: transparent !important;
  border: 1px solid #3e4b61 !important;
  color: #fff;
}

