/* fade */
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.28s;
}
.fade-enter,
.fade-leave-active {
  opacity: 0;
}
/* fade-transform */
.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all 0.5s;
}
.fade-transform-enter {
  opacity: 0;
  transform: translateX(-30px);
}
.fade-transform-leave-to {
  opacity: 0;
  transform: translateX(30px);
}
/* breadcrumb transition */
.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all 0.5s;
}
.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translateX(20px);
}
.breadcrumb-move {
  transition: all 0.5s;
}
.breadcrumb-leave-active {
  position: absolute;
}
* {
  font-family: PingFang SC, Helvetica Neue, Helvetica, Microsoft YaHei, Arial, Tahoma;
}
* -webkit-scrollbar-track-piece {
  background: #d3dce6;
}
*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
*::-webkit-scrollbar-thumb {
  background: #f08519;
  border-radius: 5px;
}
:root {
  --equipmentRec-font-size: 16px;
}
.el-dialog__header {
  background-color: #6c707e;
  height: 50px;
  box-sizing: border-box;
  padding: 0 0 0 20px !important;
  line-height: 50px;
  color: white;
}
.el-dialog__header .el-dialog__title {
  color: white;
  font-size: 16px;
  line-height: 50px;
}
.el-dialog__header .el-dialog__headerbtn {
  top: 0;
  line-height: 50px;
}
.el-dialog__header .el-dialog__headerbtn i {
  color: white !important;
}
@media screen and (max-width: 1920px) {
:root {
    --equipmentRec-font-size: 16px;
}
}
@media screen and (max-width: 1680px) {
:root {
    --equipmentRec-font-size: 14px;
}
}
@media screen and (max-width: 1600px) {
:root {
    --equipmentRec-font-size: 14px;
}
}
@media screen and (max-width: 1440px) {
:root {
    --equipmentRec-font-size: 14px;
}
}
@media screen and (max-width: 1400px) {
:root {
    --equipmentRec-font-size: 14px;
}
}
@media screen and (max-width: 1366px) {
:root {
    --equipmentRec-font-size: 12px;
}
}
#app {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
#nprogress .bar {
  background-color: #f08519 !important;
}


.screenfull-svg[data-v-29234bee] {
  display: inline-block;
  cursor: pointer;
  fill: #5a5e66;;
  width: 20px;
  height: 20px;
  vertical-align: 10px;
}

[data-v-03337250]:export {
  MainColor: #f08519;
  layoutHeaderHeight: 50px;
  layoutSideWidth: 220px;
  layoutSideCollapseWidth: 50px;
  layoutSideBgColor: #3f4044;
  layoutBreadcrumbHeight: 50px;
}
.app-breadcrumb.el-breadcrumb[data-v-03337250] {
  display: inline-block;
  font-size: 14px;
  margin-left: 20px;
  height: 50px;
  line-height: calc(50px + 2px);
}
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-03337250] {
  color: #97a8be;
  cursor: text;
}
.app-breadcrumb.el-breadcrumb .el-breadcrumb__item[data-v-03337250] {
  border: none;
  height: 100%;
  box-sizing: border-box;
}

[data-v-bf797046]:export {
  MainColor: #f08519;
  layoutHeaderHeight: 50px;
  layoutSideWidth: 220px;
  layoutSideCollapseWidth: 50px;
  layoutSideBgColor: #3f4044;
  layoutBreadcrumbHeight: 50px;
}
.app-main[data-v-bf797046] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding: 10px 20px;
  overflow: hidden;
}

.el-popup-parent--hidden .fixed-header {
  padding-right: 15px;
}



.layout-container {
  height: 100%;
  width: 100%;
}
.layout-container .main-export-report_container {
  z-index: 1;
  width: 100%;
}
.el-container-layout {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
}
.el-header-layout {
  color: #ffffff;
  background-color: #595c65;
  line-height: 50px;
  padding: 0;
  box-sizing: border-box;
}
.el-header-layout .el-image {
  height: 100%;
  width: 105px;
  box-sizing: border-box;
  padding: 9px 0 9px 20px;
  float: left;
  cursor: pointer;
}
.el-header-layout .item-nav-container {
  float: right;
  height: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  display: flex;
}
.el-header-layout .item-nav-container .item-nav {
  height: 100%;
  box-sizing: border-box;
  margin: 0 20px;
  cursor: pointer;
  color: white;
}
.el-header-layout .item-nav-container .el-menu {
  background-color: transparent !important;
  border-bottom: none;
  line-height: 50px;
  height: 100%;
}
.el-header-layout .item-nav-container .el-menu .el-menu-item {
  height: 50px;
  line-height: 50px;
  color: white;
}
.el-header-layout .item-nav-container .el-menu :hover,
.el-header-layout .item-nav-container .el-menu .is-active {
  background-color: transparent !important;
}
.el-header-layout .item-nav-container .el-menu .is-active {
  color: #f08519;
}
.el-header-layout .item-nav-container .el-menu .el-submenu__title {
  height: 50px;
  line-height: 50px;
  color: white;
  padding: 0;
}
.el-header-layout .item-nav-container .el-menu .el-submenu__title i {
  color: inherit;
}
.el-header-layout .item-nav-container .el-menu :hover,
.el-header-layout .item-nav-container .el-menu .is-active {
  background-color: transparent !important;
}
.el-header-layout .item-nav-container .el-menu .is-active {
  color: #f08519;
}
.el-header-layout .el-submenu {
  padding: 0 20px;
}
.el-main-layout {
  background-color: #EAEFF9;
  width: calc(100% - 220px);
  height: calc(100% - 50px);
  box-sizing: border-box;
  transition: width 0.3s;
  margin-top: 50px;
  padding: 0;
  position: relative;
}
.breadcrumb-container {
  height: 50px;
  background-color: white;
  transition: left 0.3s;
  position: fixed;
  top: 50px;
  left: 220px;
  right: 0;
  display: flex;
  align-items: center;
}
.breadcrumb-container .main-header-operate {
  position: fixed;
  height: 50px;
  top: 50px;
  right: 0;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.breadcrumb-container .el-breadcrumb__inner,
.breadcrumb-container .el-breadcrumb__inner a {
  font-weight: 400 !important;
}
.collapse-btn {
  width: 50px;
  height: 50px;
}
.collapse-side .el-main-layout {
  width: calc(100% - 50px);
}
.collapse-side .breadcrumb-container {
  left: 50px;
}
.hidden-side .breadcrumb-container {
  left: 20px;
}
.el-menu--collapse {
  width: 50px;
}
.el-menu--collapse .el-menu-item svg {
  margin-right: 0;
}
.el-menu--collapse .el-menu-item .el-tooltip {
  padding: 0 13px !important;
}
.el-menu--collapse .el-menu-item .svg-icon {
  margin-right: 0 !important;
}

.layout-logo-cn[data-v-13877386] {
  width: 135px;
  background-color: transparent;
  cursor: default;
}
.layout-logo-en[data-v-13877386] {
  width: 120px;
  background-color: transparent;
  cursor: default;
}

.descriptions {
  height: 50px;
  box-sizing: border-box;
}
.descriptions .el-descriptions-row {
  height: 50px;
}
.descriptions .el-descriptions-item__cell {
  padding: 0 !important;
  height: 50px;
}
.descriptions .el-descriptions-item__container {
  height: 50px;
}
.descriptions .descript-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 50px;
  padding: 0 0px 0 15px;
}
.descriptions .descript-content {
  font-size: 15px;
  height: 32px;
  margin-top: 7px;
  box-sizing: border-box;
}
.descriptions .descript-content .el-tag {
  background-color: #efeff0;
  border-color: #dedfe2;
  color: #5a5d6c;
  margin: 0 5px;
}
.descriptions .descript-content .total {
  margin: 0 10px;
  vertical-align: text-top;
  line-height: 20px;
  font-weight: 500;
  font-size: 14px;
}

[data-v-58f5e072]:export {
  MainColor: #f08519;
  layoutHeaderHeight: 50px;
  layoutSideWidth: 220px;
  layoutSideCollapseWidth: 50px;
  layoutSideBgColor: #3f4044;
  layoutBreadcrumbHeight: 50px;
}
.data-table_container[data-v-58f5e072] {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.data-table_container .data-table[data-v-58f5e072] {
  width: 100%;
  height: 100%;
}
.data-table_container .data-table .el-header[data-v-58f5e072] {
  background-color: #ffffff;
  margin: 0 20px;
  padding: 0;
  line-height: 50px;
  border: 1px solid #ebeef5;
  border-top: none;
  border-bottom: none;
}
.data-table_container .data-table .el-main[data-v-58f5e072] {
  height: calc(100% - 100px);
  padding: 0;
}
.data-table_container .data-table .el-main .table-header[data-v-58f5e072] {
  height: 50px;
}
.data-table_container .data-table .el-footer[data-v-58f5e072] {
  background-color: #ffffff;
  text-align: center;
  line-height: 50px;
  height: 50px;
  width: 100%;
  border-top: none;
  box-sizing: border-box;
  padding: 10px 0;
}
.data-table_container .data-table .el-footer .el-pagination[data-v-58f5e072] {
  padding: 0;
}

.data-table_container .el-card__header {
  padding: 0;
}
.data-table_container .data-table .el-main .el-table .el-table__fixed {
  height: auto !important;
  bottom: 6px !important;
  border: none;
}
.data-table_container .data-table .el-main .el-table .el-table__body-wrapper {
  z-index: 2;
}
.data-table_container .data-table .el-main .el-table .el-table__fixed-right::before,
.data-table_container .data-table .el-main .el-table .el-table__fixed::before {
  background-color: transparent;
}

.export-pdf-page[data-v-cbe73442] {
  width: 100%;
  box-sizing: border-box;
  background-color: white;
}
.export-pdf-page .page-header[data-v-cbe73442] {
  height: 35px;
  width: 100%;
  background-color: #565f68;
  padding: 0 40px;
  box-sizing: border-box;
}
.export-pdf-page .page-header .info[data-v-cbe73442],
.export-pdf-page .page-header .logo[data-v-cbe73442] {
  width: 50%;
  height: 100%;
}
.export-pdf-page .page-header .info[data-v-cbe73442] {
  float: right;
  line-height: 35px;
  text-align: right;
}
.export-pdf-page .page-header .info label[data-v-cbe73442] {
  margin: 0;
  color: #dddddf;
  font-size: 14px;
  font-weight: 500;
  margin-left: 20px;
}
.export-pdf-page .page-header .logo[data-v-cbe73442] {
  padding: 3px 0;
  box-sizing: border-box;
  float: left;
  display: flex;
}
.export-pdf-page .page-header .logo img[data-v-cbe73442] {
  height: 100%;
  margin-right: 20px;
}
.export-pdf-page .page-content[data-v-cbe73442] {
  width: 100%;
  height: auto;
  padding: 0 40px 100px;
  box-sizing: border-box;
}
.export-pdf-page .page-content .item-card[data-v-cbe73442] {
  margin-top: 30px;
  border-radius: 25px;
  border-color: #fafafb;
  box-shadow: 0 6px 15px rgb(222 222 222);
}

.export-pdf-page .page-content .el-card__header {
  padding: 30px 45px;
  font-size: 1.8em;
  font-weight: 500;
  border-bottom: none;
}
.export-pdf-page .page-content .el-card__body {
  padding: 0;
  width: 100%;
}

[data-v-541e604a]:export {
  MainColor: #f08519;
  layoutHeaderHeight: 50px;
  layoutSideWidth: 220px;
  layoutSideCollapseWidth: 50px;
  layoutSideBgColor: #3f4044;
  layoutBreadcrumbHeight: 50px;
}
.export-pro__base[data-v-541e604a] {
  height: auto;
  width: 100%;
  padding: 0 40px 40px 40px;
  box-sizing: border-box;
  position: relative;
  display: flex;
}
.export-pro__base .left-desc[data-v-541e604a] {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 365px;
  background-color: #e4eef8;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 50px 25px 50px 40px;
  box-sizing: border-box;
}
.export-pro__base .left-desc .desc-group[data-v-541e604a] {
  width: 100%;
  margin-bottom: 30px;
}
.export-pro__base .left-desc .desc-group .item-desc[data-v-541e604a] {
  width: 100%;
  font-weight: 600;
  padding: 6px 0;
  font-size: 26px;
  line-height: 26px;
  border-bottom: thin dashed #d8dde7;
  display: flex;
}
.export-pro__base .left-desc .desc-group .item-desc .field[data-v-541e604a] {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.export-pro__base .left-desc .desc-group .item-desc .value[data-v-541e604a] {
  width: -moz-fit-content;
  width: fit-content;
  color: #f08519;
  position: relative;
  text-align: right;
  white-space: nowrap;
  flex: auto;
  padding-left: 6rem;
}
.export-pro__base .left-desc .desc-group[data-v-541e604a] :last-of-type {
  border-bottom: none;
}
.export-pro__base .right-pro-img[data-v-541e604a] {
  background-image: url(../../static/img/pro_base_img.69046435.jpg);
  background-position: 0 20%;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex: auto;
  margin: 0 0 0 10px;
}

.export-pro__horizontal_solar_radiation[data-v-3da23af0] {
  height: 460px;
  width: 100%;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.export-pro__horizontal_solar_radiation #horizontal_solar_radiation[data-v-3da23af0] {
  height: 100%;
  width: 100%;
}

.export-pro__pv_array_table {
  width: 100%;
  box-sizing: border-box;
  padding: 0 60px 40px;
}
.export-pro__pv_array_table .el-table--border {
  border-left: thin solid #000000;
  border-top: thin solid #000000;
}
.export-pro__pv_array_table ::after {
  background-color: #000000;
}
.export-pro__pv_array_table .el-table .cell {
  font-size: 26px;
}
.export-pro__pv_array_table .el-table .label-class-name_1 {
  background-color: #474747;
  color: white;
  border-color: #474747;
}
.export-pro__pv_array_table .el-table .label-class-name_2 {
  background-color: #595959;
  color: white;
  border-color: #595959;
}
.export-pro__pv_array_table .el-table .label-class-name_3 {
  background-color: #6b6b6b;
  color: white;
  border-color: #6b6b6b;
}
.export-pro__pv_array_table .el-table .label-class-name_4 {
  background-color: #7c7d7d;
  color: white;
  border-color: #7c7d7d;
}
.export-pro__pv_array_table .el-table .label-class-name_5 {
  background-color: #909090;
  color: white;
  border-color: #909090;
}
.export-pro__pv_array_table .el-table .label-class-name_6 {
  background-color: #a2a2a2;
  color: white;
  border-color: #a2a2a2;
}
.export-pro__pv_array_table .el-table .label-class-name_7 {
  background-color: #a2a2a2;
  color: white;
  border-color: #a2a2a2;
}
.export-pro__pv_array_table ::before {
  background-color: #000000;
}
.export-pro__pv_array_table .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
  background-color: #f8f8f8;
}
.export-pro__pv_array_table .pvarray-image__column {
  padding: 0;
}
.export-pro__pv_array_table .pvarray-image__column .cell {
  padding: 0;
  line-height: 0;
}
.export-pro__pv_array_table .pvarray-image__column .cell .pvarray-image {
  height: 200px;
  width: 350px;
  margin: 0;
}

.export-pro__inverter_table {
  width: 100%;
  box-sizing: border-box;
  padding: 0 60px 40px;
}
.export-pro__inverter_table .el-table--border {
  border-left: thin solid #f97c00;
  border-top: thin solid #f97c00;
}
.export-pro__inverter_table ::after {
  background-color: #f97c00;
}
.export-pro__inverter_table .el-table {
  font-size: 26px;
}
.export-pro__inverter_table .el-table .label-class-name_1 {
  background-color: #f97c00;
  color: black;
  border-color: #f97c00;
}
.export-pro__inverter_table .el-table .label-class-name_2 {
  background-color: #f98823;
  color: black;
  border-color: #f98823;
}
.export-pro__inverter_table .el-table .label-class-name_3 {
  background-color: #fb9440;
  color: black;
  border-color: #fb9440;
}
.export-pro__inverter_table .el-table .label-class-name_4 {
  background-color: #faa258;
  color: black;
  border-color: #faa258;
}
.export-pro__inverter_table .el-table .label-class-name_5 {
  background-color: #fcaf70;
  color: black;
  border-color: #fcaf70;
}
.export-pro__inverter_table .el-table .label-class-name_6 {
  background-color: #fdbc87;
  color: black;
  border-color: #fdbc87;
}
.export-pro__inverter_table .el-table .label-class-name_7 {
  background-color: #fec89f;
  color: black;
  border-color: #fec89f;
}
.export-pro__inverter_table ::before {
  background-color: #f97c00;
}
.export-pro__inverter_table .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
  background-color: #f8f8f8;
}
.export-pro__inverter_table .el-table__footer-wrapper td,
.export-pro__inverter_table .el-table__footer-wrapper .cell {
  background-color: #e6eef8 !important;
  border-color: #e6eef8 !important;
}

.export-pro_parameter[data-v-55c9501a] {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0 60px 40px;
}
.export-pro_parameter *[data-v-55c9501a] {
  font-size: 26px;
}

.export-pro__system_block_diagram {
  width: 100%;
}
.export-pro__system_block_diagram .rel-node-peel .root-node {
  height: 90px;
  width: 230px;
  background-color: white;
  display: flex;
}
.export-pro__system_block_diagram .rel-node-peel .root-node .grid {
  height: 90px;
  width: 90px;
}
.export-pro__system_block_diagram .rel-node-peel .root-node .link {
  height: 2px;
  flex: auto;
  margin: 44px 10px;
  background-color: rgba(240, 133, 25, 0.6);
}
.export-pro__system_block_diagram .rel-node-peel .root-node .distributionbox {
  height: 50px;
  width: 50px;
  margin: 20px 0;
}
.export-pro__system_block_diagram .rel-node-peel .pv-array-node {
  background-color: #e6eef8;
  color: #474747;
  padding: 15px 30px;
  border-radius: 30px;
  white-space: nowrap;
  font-weight: 600;
  font-size: 26px;
}
.export-pro__system_block_diagram .rel-node-peel .mppt-node,
.export-pro__system_block_diagram .rel-node-peel .battery-node {
  background-color: #ecedec;
  color: #f97c00;
  padding: 15px 30px;
  border-radius: 30px;
  white-space: nowrap;
  font-weight: 600;
  font-size: 26px;
}
.export-pro__system_block_diagram .rel-node-peel .inverter-node {
  background-color: #f97c00;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 30px;
  white-space: nowrap;
  font-weight: 600;
  font-size: 26px;
}
.export-pro__system_block_diagram .c-rg-link-text {
  font-size: 30px !important;
}
.export-pro__system_block_diagram_notice {
  width: calc(100% + 160px);
  margin-left: -160px;
  color: #ff4c49;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  height: 100px;
  box-sizing: border-box;
  padding: 25px 80px 35px 200px;
  background-color: white;
  display: flex;
}
.export-pro__system_block_diagram_notice p {
  margin: 0;
  line-height: 20px;
  padding-left: 0.5em;
}
.export-pro__system_block_diagram_notice::before {
  display: block;
  content: '!';
  border: 2px solid #ff4c49;
  border-radius: 50%;
  height: 1em;
  width: 1.4em;
  text-align: center;
  line-height: 1em;
  margin-right: 5px;
  margin-top: 3px;
  font-weight: 600;
}

.export-pro__system_loss {
  height: 500px;
  width: 100%;
  padding-bottom: 30px;
}
.export-pro__system_loss #system_loss {
  height: 100%;
  width: 100%;
}

.export-pro__component_aging_decay {
  height: 460px;
  width: 100%;
  padding-bottom: 30px;
}
.export-pro__component_aging_decay #component_aging_decay {
  height: 100%;
  width: 100%;
}

.export-pro__monthly_power_generation {
  height: 460px;
  width: 100%;
  padding-bottom: 30px;
}
.export-pro__monthly_power_generation #monthly_power_generation {
  height: 100%;
  width: 100%;
}

.export-pro__system_user_load {
  height: 460px;
  width: 100%;
  padding-bottom: 30px;
}
.export-pro__system_user_load #system_user_load {
  height: 100%;
  width: 100%;
}

.export-pro__user_load {
  height: 460px;
  width: 100%;
  padding-bottom: 30px;
}
.export-pro__user_load #user_load {
  height: 100%;
  width: 100%;
}

.export-pro__cumulative-income__layout {
  border-radius: 0;
  background-color: #e6eef8;
  border-color: #e6eef8;
}
.export-pro__cumulative-income {
  width: 100%;
  padding: 0 55px 10px;
  box-sizing: border-box;
}
.export-pro__cumulative-income .item-group {
  width: 100%;
  margin-bottom: 30px;
  height: 150px;
  border-radius: 25px;
  overflow: hidden;
  background-color: #e6eef8;
  display: flex;
}
.export-pro__cumulative-income .item-group .item {
  background-color: #ffffff;
  height: calc(100% - 4px);
  width: calc(20% - 30px);
  margin: 2px 15px;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.15);
}
.export-pro__cumulative-income .item-group .item .field {
  height: 80px;
  width: 100%;
  border-bottom: thin solid #e6eef8;
  line-height: 50px;
  font-size: 18px;
  font-weight: 600;
  box-sizing: border-box;
  position: relative;
}
.export-pro__cumulative-income .item-group .item .field .content {
  height: -moz-min-content;
  height: min-content;
  line-height: initial;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto 0;
  display: flow-root;
  text-align: center;
}
.export-pro__cumulative-income .item-group .item .value {
  height: 70px;
  width: 100%;
  color: #f08519;
  line-height: 65px;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
}
.export-pro__cumulative-income .item-group .item:first-of-type {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.export-pro__cumulative-income .item-group .item:last-of-type {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.export-pro__cumulative_income_chart {
  height: 460px;
  width: 100%;
  padding-bottom: 30px;
}
.export-pro__cumulative_income_chart #cumulative_income_chart {
  height: 100%;
  width: 100%;
}

.export-pro__connect {
  background-color: #909090;
}
.export-pro__connect .el-card__header {
  color: white;
}
.export-pro__connect .el-card__body {
  padding: 0 0 0 160px;
  width: 100%;
  box-sizing: border-box;
}
.export-pro__connect .el-card__body .item {
  color: white;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 25px;
  display: flex;
}
.export-pro__connect .el-card__body .item .left,
.export-pro__connect .el-card__body .item .right {
  width: 40%;
  display: flex;
}
.export-pro__connect .el-card__body .item .left p,
.export-pro__connect .el-card__body .item .right p {
  margin: 0;
}
.export-pro__connect .el-card__body .item .left :first-of-type,
.export-pro__connect .el-card__body .item .right :first-of-type {
  white-space: nowrap;
}
.export-pro__connect .el-card__body .item .left :last-of-type,
.export-pro__connect .el-card__body .item .right :last-of-type {
  line-height: 20px;
}
.export-pro__connect .el-card__body .item .right {
  width: 60%;
}
.export-pro__connect .el-card__body .notice {
  width: calc(100% + 160px);
  margin-left: -160px;
  color: #ff4c49;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  height: 100px;
  box-sizing: border-box;
  padding: 25px 80px 35px 160px;
  background-color: white;
  display: flex;
}
.export-pro__connect .el-card__body .notice p {
  margin: 0;
  line-height: 20px;
  padding-left: 0.5em;
}
.export-pro__connect .el-card__body .notice::before {
  display: block;
  content: '!';
  border: 2px solid #ff4c49;
  border-radius: 50%;
  height: 1em;
  width: 1.4em;
  text-align: center;
  line-height: 1em;
  margin-right: 5px;
  margin-top: 3px;
  font-weight: 600;
}

.export-pro__energy-conservation {
  padding: 0 95px 40px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
}
.export-pro__energy-conservation .item {
  height: 190px;
  width: calc(25% - 60px);
  margin: 0 60px;
}
.export-pro__energy-conservation .item .field {
  height: 75px;
  width: 100%;
  background-color: #f08519;
  color: white;
  line-height: 75px;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  box-sizing: border-box;
  padding: 0 3em;
  position: relative;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.export-pro__energy-conservation .item .field .content {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  line-height: initial;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.export-pro__energy-conservation .item .value {
  height: 115px;
  width: 100%;
  box-sizing: border-box;
  margin-top: -5px;
  color: #474747;
  background-color: white;
  line-height: 115px;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.export-pro__notice {
  width: calc(100% + 160px);
  margin-left: -160px;
  color: #ff4c49;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  height: 100px;
  box-sizing: border-box;
  padding: 25px 80px 35px 160px;
  background-color: white;
  display: flex;
}
.export-pro__notice p {
  margin: 0;
  line-height: 20px;
  padding-left: 0.5em;
}
.export-pro__notice::before {
  display: block;
  content: '!';
  border: 2px solid #ff4c49;
  border-radius: 50%;
  height: 1em;
  width: 1.4em;
  text-align: center;
  line-height: 1em;
  margin-right: 5px;
  margin-top: 3px;
  font-weight: 600;
}

.export-pro__sign .el-descriptions__body {
  border: none;
}

.export-pdf-end[data-v-6c29b983] {
  width: 100%;
  padding: 10px 40px;
  box-sizing: border-box;
}

.export-pro__report[data-v-3d937da0] {
  background-color: #fff;
  height: auto;
  width: 100%;
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.project-manage[data-v-2e4caab2] {
  width: 100%;
  height: 100%;
}
.project-manage .search-container[data-v-2e4caab2] {
  width: 100%;
  height: 50px;
  padding: 0 10px 10px;
  box-sizing: border-box;
}
.project-manage .search-container .search-form[data-v-2e4caab2] {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.project-manage .search-container .search-form .el-form-item[data-v-2e4caab2] {
  margin-bottom: 0;
}
.project-manage .search-container .search-form .capacity-value-input[data-v-2e4caab2] {
  display: flex;
}
.project-manage .search-container .search-form .capacity-value-input .capacity-value-input__number[data-v-2e4caab2] .el-input__inner {
  border-left: none !important;
  border-color: #dcdfe6 !important;
  text-align: left;
}
.project-manage .search-container .search-form .capacity-value-input .value-unit[data-v-2e4caab2] {
  padding: 0 15px;
  background-color: #f5f7fa;
  color: #909399;
  border: 1px solid #dcdfe6;
  border-left: none;
  font-size: 13px;
  font-weight: 100;
}

.anchorTL {
  zoom: var(--zoom);
}
.anchorBL {
  display: none;
}

.map-location-google[data-v-13699e2c] {
  height: 100%;
  width: 100%;
  position: relative;
}
.map-location-google .map-location-search[data-v-13699e2c] {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 300px;
  z-index: 999;
}

a[rel="noopener"] {
  display: none !important;
}
.gmnoprint {
  display: none !important;
}

.map-container[data-v-5455c874] {
  width: 100%;
  height: 100%;
  background-color: white;
  position: relative;
  box-sizing: border-box;
  zoom: var(--devicePixelRatio);
}
.map-container .toolbar[data-v-5455c874] {
  height: 40px;
}
.map-container .toolbar .lon[data-v-5455c874],
.map-container .toolbar .lat[data-v-5455c874] {
  width: calc(50% - 10px);
  float: left;
  margin-left: 10px;
}

.map-dialog {
  height: 100vh;
  width: 100vw;
}
.map-dialog .el-dialog__header {
  padding: 8px 20px;
  height: 100px;
  box-sizing: border-box;
}
.map-dialog .el-dialog__body {
  padding: 10px 20px;
  height: calc(100vh - 100px);
  box-sizing: border-box;
}
.map-dialog_hidden {
  display: none !important;
}

[data-v-aa3b1a92]:export {
  MainColor: #f08519;
  layoutHeaderHeight: 50px;
  layoutSideWidth: 220px;
  layoutSideCollapseWidth: 50px;
  layoutSideBgColor: #3f4044;
  layoutBreadcrumbHeight: 50px;
}
.horizontal-solar-radiation[data-v-aa3b1a92] {
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  transition: all 0.3s;
  overflow: visible;
}
.horizontal-solar-radiation .chart-view[data-v-aa3b1a92] {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: visible;
  position: relative;
}
.horizontal-solar-radiation .chart-view .chart[data-v-aa3b1a92] {
  height: 100%;
  width: 100%;
}
.horizontal-solar-radiation .chart-view .btn-close[data-v-aa3b1a92] {
  position: absolute;
  top: -10px;
  right: -10px;
  border: thin solid #f08519;
  background: #f08519;
  color: white;
  z-index: 999;
}
.horizontal-solar-radiation-show[data-v-aa3b1a92] {
  top: 0;
}

[data-v-e12bd0c8]:export {
  MainColor: #f08519;
  layoutHeaderHeight: 50px;
  layoutSideWidth: 220px;
  layoutSideCollapseWidth: 50px;
  layoutSideBgColor: #3f4044;
  layoutBreadcrumbHeight: 50px;
}
.temperature-range[data-v-e12bd0c8] {
  height: 40px;
  width: 100%;
  display: flex;
  margin: 0 0 15px 0;
}
.temperature-range .title[data-v-e12bd0c8] {
  width: 180px;
  font-size: 14px;
  color: #666666;
}
.temperature-range .content[data-v-e12bd0c8] {
  width: calc(100% - 180px - 20px);
  margin-left: 15px;
  padding: 10px 0;
  height: 50px;
  box-sizing: border-box;
  display: flex;
}
.temperature-range .content .marker[data-v-e12bd0c8] {
  width: 60px;
  height: 30px;
  box-sizing: border-box;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
}
.temperature-range .content .slider[data-v-e12bd0c8] {
  width: calc(100% - 140px);
  margin: 0 10px;
  height: 30px;
}
.temperature-range_cn .title[data-v-e12bd0c8] {
  width: 60px;
}
.temperature-range_cn .content[data-v-e12bd0c8] {
  width: calc(100% - 60px - 20px);
}
.temperature-range_label_top[data-v-e12bd0c8] {
  display: block;
  height: 60px;
  margin-bottom: 10px;
}
.temperature-range_label_top .title[data-v-e12bd0c8] {
  width: 100%;
  margin-bottom: 0;
  line-height: 20px;
}
.temperature-range_label_top .content[data-v-e12bd0c8] {
  width: 100%;
  margin-left: 0;
  margin-top: -5px;
}

.temperature-range .el-slider__button-wrapper {
  height: 20px;
  width: 20px;
  top: -8px;
}
.temperature-range .el-slider__marks-text {
  font-size: 12px;
}
.temperature-range .el-slider__button {
  border: none;
  background-color: #f08519;
}
.temperature-range .el-slider__runway {
  height: 2px;
  margin: 14px 0;
}
.temperature-range .el-slider__bar {
  height: 2px;
}
.temperature-range .temperature-range,
.temperature-range .el-slider__button-wrapper {
  top: -9px;
}

.project-base[data-v-74ebc5d5] {
  width: 100%;
  height: 100%;
  overflow: visible;
  box-sizing: border-box;
}
.project-base .el-form[data-v-74ebc5d5] {
  width: 40%;
  height: 100%;
  box-sizing: border-box;
  float: left;
  padding: 10px 20px;
}
.project-base .el-form .pro-type[data-v-74ebc5d5] {
  border: none;
  font-weight: bolder;
}
.project-base .map-location[data-v-74ebc5d5] {
  width: 60%;
  height: 100%;
  float: left;
  box-sizing: border-box;
}
.project-base .chart-view_container[data-v-74ebc5d5] {
  height: 100%;
  top: 0;
  width: 60%;
  right: 0;
  position: absolute;
}
.project-base .form-image[data-v-74ebc5d5] {
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
}
.project-base .form-image .image-container[data-v-74ebc5d5] {
  width: 200px;
  height: 100px;
  box-sizing: border-box;
}

.project-base .el-form-item__label {
  padding-bottom: 0;
}
.project-base .el-input__inner[type='number'] {
  padding-right: 0;
}
.project-base .pro-type input {
  border: none;
  font-weight: bolder;
  padding-left: 0;
}
.project-base .map-address .el-input-group__prepend {
  border-color: #f08519;
}
.project-base .map-address .el-input-group__prepend button {
  border-color: #f08519;
  background-color: #f08519;
  color: white;
}
.project-base .map-address .el-input-group__append {
  border-color: #f08519;
  padding-top: 1px;
}
.project-base .map-address .el-input-group__append button {
  border-color: #f08519;
  background-color: #f08519;
  color: white;
}
.project-base .el-card__header {
  display: none;
  visibility: hidden;
}
.project-base .el-card__body {
  height: 100%;
  width: 100%;
  padding: 0;
  position: relative;
}
.project-base .pro-installcapacity {
  width: calc(100% - 80px);
}
.project-base .pro-installcapacity .el-input__inner {
  text-align: left;
}

.user-load-information[data-v-4d0ba3c7] {
  height: 100%;
  width: 100%;
}
.user-load-information .input-number[data-v-4d0ba3c7] {
  width: calc(100% - 80px);
  float: left;
}
.user-load-information .input-number_append[data-v-4d0ba3c7] {
  background-color: #eaeff9;
  color: #909399;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  border: 1px solid #dcdfe6;
  border-radius: 0;
  padding: 0 20px;
  box-sizing: border-box;
  width: 80px;
  white-space: nowrap;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  border-left: none;
}

.user-load-information .el-input__inner[type="number"] {
  padding-right: 0;
}
.user-load-information .input-number input {
  text-align: left;
}

.panel-chose .el-card[data-v-2807c38b] {
  border: none;
  border-radius: 0;
}
.panel-chose .el-form-item[data-v-2807c38b] {
  margin: 0;
  width: 100%;
}
.panel-chose .el-form-item .el-select[data-v-2807c38b],
.panel-chose .el-form-item .el-input-number[data-v-2807c38b] {
  width: 100%;
}

.panel-chose .el-dialog__body {
  padding: 10px 10px 15px;
}
.panel-chose .el-card__header {
  padding: 0 0 10px;
}
.panel-chose .el-descriptions__header {
  margin-bottom: 10px;
}
.panel-chose .el-descriptions__header .el-descriptions__title {
  font-size: 14px;
  font-weight: 500;
}
.panel-chose .el-form-item__label {
  padding-bottom: 0;
  width: 100%;
}
.panel-chose .el-input-number input {
  text-align: left;
}
.panel-chose .el-slider__marks-text {
  font-weight: bold;
  margin-top: 8px;
}
.panel-chose .el-slider__marks-text:nth-of-type(1) {
  left: 5px !important;
}

[data-v-67950c73]:export {
  MainColor: #f08519;
  layoutHeaderHeight: 50px;
  layoutSideWidth: 220px;
  layoutSideCollapseWidth: 50px;
  layoutSideBgColor: #3f4044;
  layoutBreadcrumbHeight: 50px;
}
.solar-radiation_container[data-v-67950c73] {
  position: absolute;
  top: -16px;
  right: -16px;
  left: 0;
  bottom: 0;
  z-index: 9999;
  border-radius: 5px;
  overflow: hidden;
}
.solar-radiation_container .chart-view_container[data-v-67950c73] {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: visible;
  transition: all 0.3s;
  box-sizing: border-box;
  top: calc(100% + 40px);
  right: 16px;
}
.solar-radiation_container .chart-view_container .top-bar[data-v-67950c73] {
  height: 46px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #ffffff;
  border-bottom: thin solid #eeeeee;
  padding: 0 20px;
}
.solar-radiation_container .chart-view_container .top-bar .btn-close[data-v-67950c73] {
  border: thin solid #f08519;
  background: #f08519;
  color: white;
}
.solar-radiation_container .chart-view_container .operate_container[data-v-67950c73] {
  width: 500px;
  height: 100%;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 15px;
  background-color: white;
}
.solar-radiation_container .chart-view_container .chart-view[data-v-67950c73] {
  height: 100%;
  width: calc(100% - 500px);
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
  padding-bottom: 16px;
  box-sizing: border-box;
}
.solar-radiation_container .chart-view_container_show[data-v-67950c73] {
  top: 16px;
}

.operate_container .el-form--label-top .el-form-item__label {
  padding-bottom: 0;
}
.operate_container .el-slider__runway {
  margin: 8px 0;
}
.operate_container .el-slider__marks-text {
  margin-top: 0;
}
.operate_container .el-form-item__label {
  width: 100%;
}

[data-v-7a944527]:export {
  MainColor: #f08519;
  layoutHeaderHeight: 50px;
  layoutSideWidth: 220px;
  layoutSideCollapseWidth: 50px;
  layoutSideBgColor: #3f4044;
  layoutBreadcrumbHeight: 50px;
}
.pvarray-manully .panel-form[data-v-7a944527] {
  height: 100%;
  box-sizing: border-box;
  padding: 10px 20px;
}
.pvarray-manully .panel-form .el-form-item .el-select[data-v-7a944527],
.pvarray-manully .panel-form .el-form-item .el-input-number[data-v-7a944527] {
  width: 100%;
}
.pvarray-manully .panel-form .panel-choose[data-v-7a944527] {
  display: flex;
}
.pvarray-manully .panel-form .panel-choose[data-v-7a944527] .el-input__inner {
  cursor: auto;
}
.pvarray-manully .btn-close[data-v-7a944527] {
  position: absolute;
  top: -16px;
  right: -16px;
  border: thin solid #6c707e;
  background: #6c707e;
  color: white;
  z-index: 999;
}

.pvarray-manully .el-slider__runway {
  height: 2px;
  margin: 18px 0;
}
.pvarray-manully .el-slider__runway .el-slider__bar {
  height: 2px;
}
.pvarray-manully .el-slider__runway .el-slider__button-wrapper {
  top: -9px;
  height: 20px;
  width: 20px;
}
.pvarray-manully .el-slider__runway .el-slider__button-wrapper .el-slider__button {
  background-color: #f08519;
  border: none;
}
.pvarray-manully .el-slider__marks-text {
  text-wrap: nowrap;
}

.pvarray-map_draw {
  height: 100%;
  width: 100%;
  position: relative;
}
.pvarray-map_draw .leaflet-control-container {
  zoom: var(--zoom);
}

[data-v-1646c838]:export {
  MainColor: #f08519;
  layoutHeaderHeight: 50px;
  layoutSideWidth: 220px;
  layoutSideCollapseWidth: 50px;
  layoutSideBgColor: #3f4044;
  layoutBreadcrumbHeight: 50px;
}
.pvarray-list[data-v-1646c838] {
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: calc(-100% - 60px);
  right: 0;
  box-sizing: border-box;
  position: absolute;
  overflow: visible;
  transition: left 0.2s;
  z-index: 99999;
  background-color: white;
}
.pvarray-list .btn-close[data-v-1646c838] {
  position: absolute;
  top: -16px;
  right: -16px;
  border: thin solid #6c707e;
  background: #6c707e;
  color: white;
  z-index: 999;
}
.pvarray-list .btn-create[data-v-1646c838] {
  position: absolute;
  left: 0;
  right: 0;
  height: 50px;
  bottom: 0;
  margin: 0;
}
.pvarray-list .list-container[data-v-1646c838] {
  width: 100%;
  height: calc(100% - 50px);
  box-sizing: border-box;
  overflow: auto;
}
.pvarray-list .list-container .item[data-v-1646c838] {
  width: calc(100% - 12px);
  height: 40px;
  margin: 10px 5px;
  border-radius: 4px;
  background-color: white;
  display: flex;
  overflow: hidden;
  position: relative;
  border: thin solid #eeeeee;
  box-shadow: 0 0 1px 1px #eeeeee;
}
.pvarray-list .list-container .item .info[data-v-1646c838] {
  width: calc(100% - 100px);
  height: 100%;
  line-height: 40px;
  padding: 0 15px;
  font-size: 14px;
}
.pvarray-list .list-container .item .el-button-group[data-v-1646c838] {
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  right: 0;
}
.pvarray-list .list-container .item .el-button-group button[data-v-1646c838] {
  height: 100%;
}
.pvarray-list .list-container .no-data[data-v-1646c838] {
  text-align: center;
  width: 100%;
  height: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-weight: bold;
}
.pvarray-list__open[data-v-1646c838] {
  left: 0;
}

[data-v-9d93cd76]:export {
  MainColor: #f08519;
  layoutHeaderHeight: 50px;
  layoutSideWidth: 220px;
  layoutSideCollapseWidth: 50px;
  layoutSideBgColor: #3f4044;
  layoutBreadcrumbHeight: 50px;
}
.pvarray-map[data-v-9d93cd76] {
  padding: 10px;
  box-sizing: border-box;
}
.pvarray-map .btn-close[data-v-9d93cd76] {
  position: absolute;
  top: -16px;
  right: -16px;
  border: thin solid #6c707e;
  background: #6c707e;
  color: white;
  z-index: 999;
}
.pvarray-map .panel-form[data-v-9d93cd76] {
  width: 500px;
  height: 100%;
  box-sizing: border-box;
  float: left;
  padding: 15px;
  overflow: visible;
  position: relative;
}
.pvarray-map .panel-form .horizontal-form[data-v-9d93cd76] {
  width: 100%;
}
.pvarray-map .panel-form .vertical-form[data-v-9d93cd76] {
  width: 100%;
}
.pvarray-map .panel-form .el-select[data-v-9d93cd76],
.pvarray-map .panel-form .el-input[data-v-9d93cd76] {
  width: 100%;
}
.pvarray-map .panel-form .btn-operate[data-v-9d93cd76] {
  margin-top: 5px;
  float: left;
}
.pvarray-map .panel-form .solider-operate[data-v-9d93cd76] {
  width: calc(100% - 90px);
  margin: 0 15px;
  float: left;
}
.pvarray-map .pro-map-draw-container[data-v-9d93cd76] {
  width: calc(100% - 500px);
  height: 100%;
  box-sizing: border-box;
  float: left;
}

.pvarray-map .el-drawer__body {
  height: 100%;
  box-sizing: border-box;
}
.pvarray-map .el-slider__runway {
  height: 2px;
  margin: 18px 0;
}
.pvarray-map .el-slider__runway .el-slider__bar {
  height: 2px;
}
.pvarray-map .el-slider__runway .el-slider__button-wrapper {
  top: -9px;
  height: 20px;
  width: 20px;
}
.pvarray-map .el-slider__runway .el-slider__button-wrapper .el-slider__button {
  background-color: #f08519;
  border: none;
}
.pvarray-map .horizontal-form .el-form-item__label {
  width: 40% !important;
}
.pvarray-map .horizontal-form .el-form-item__label strong {
  font-weight: 500;
}
.pvarray-map .horizontal-form .el-form-item__content {
  width: 60% !important;
}
.pvarray-map .vertical-form .el-form-item__label {
  width: 100%;
}
.pvarray-map .vertical-form .el-form-item__label strong {
  font-weight: 500;
}
.pvarray-map .vertical-form .el-form-item__content {
  width: 100%;
}
.pvarray-map .form-top__operate {
  padding: 0 0 5px 0;
  margin: 0 0 30px 0;
  border-bottom: thin solid #eeeeee;
}
.pvarray-map .el-slider__marks-text {
  text-wrap: nowrap;
}

[data-v-190190bf]:export {
  MainColor: #f08519;
  layoutHeaderHeight: 50px;
  layoutSideWidth: 220px;
  layoutSideCollapseWidth: 50px;
  layoutSideBgColor: #3f4044;
  layoutBreadcrumbHeight: 50px;
}
.pro-pvarray[data-v-190190bf] {
  height: 100%;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.pro-pvarray .list-card[data-v-190190bf] {
  height: 100%;
  width: 100%;
}
.pro-pvarray .list-card .title[data-v-190190bf] {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 500;
}
.pro-pvarray .list-card .operate-alert[data-v-190190bf] {
  color: red;
  margin-left: 20px;
  font-size: 12px;
  font-weight: 500;
}
.pro-pvarray .list-card .btn-add[data-v-190190bf] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  height: 28px;
}
.pro-pvarray .list-card .btn-add .el-button[data-v-190190bf] {
  margin-left: 15px;
}
.el-drawer__wrapper[data-v-190190bf] {
  border-radius: 4px;
  top: calc(50px + 50px + 40px + 10px + 10px);
  bottom: calc(10px + 10px);
  left: calc(20px + 10px);
  right: calc(20px + 10px);
  overflow: visible;
}
.el-drawer__wrapper .pro-map-draw-config[data-v-190190bf],
.el-drawer__wrapper .pro-map-draw-container[data-v-190190bf] {
  height: 100%;
  box-sizing: border-box;
  float: left;
}
.el-drawer__wrapper .pro-map-draw-config[data-v-190190bf] {
  width: 400px;
  box-shadow: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow-y: auto;
}
.el-drawer__wrapper .pro-map-draw-container[data-v-190190bf] {
  width: calc(100% - 400px);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}
.el-drawer__wrapper .panel-form[data-v-190190bf] {
  height: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
}
.el-drawer__wrapper .panel-form .el-form-item .el-select[data-v-190190bf],
.el-drawer__wrapper .panel-form .el-form-item .el-input-number[data-v-190190bf] {
  width: 100%;
}
.el-drawer__wrapper .btn-close[data-v-190190bf] {
  position: absolute;
  top: -16px;
  right: -16px;
  border: thin solid #6c707e;
  background: #6c707e;
  color: white;
  z-index: 999;
}

.pro-pvarray .list-card .el-card__header {
  position: relative;
}
.pro-pvarray .list-card .el-card__body {
  height: calc(100% - 56px);
  box-sizing: border-box;
  padding-top: 10px;
}
.el-drawer__wrapper .el-drawer__header {
  margin-bottom: 0px;
  padding: 10px 20px;
  border-bottom: thin solid #eeeeee;
}
.el-drawer__wrapper .el-drawer__header .el-button {
  flex: none;
}
.el-drawer__wrapper .el-drawer__body {
  padding: 0;
}
.el-drawer__wrapper .panel-form .el-descriptions__header {
  margin-bottom: 10px;
}
.el-drawer__wrapper .panel-form .el-descriptions__header .el-descriptions__title {
  font-size: 14px;
  font-weight: 500;
}
.el-drawer__wrapper .panel-form .el-form-item__label {
  padding-bottom: 0;
  width: 100%;
}
.el-drawer__wrapper .panel-form .el-input-number input {
  text-align: left;
}
.el-drawer__wrapper .panel-form .el-slider__marks-text {
  font-weight: bold;
  margin-top: 8px;
}
.el-drawer__wrapper .panel-form .el-slider__marks-text:nth-of-type(1) {
  left: 5px !important;
}
.el-drawer__container,
.el-drawer {
  overflow: visible;
  border-radius: 4px;
}
.el-drawer__body {
  overflow: visible;
}

.inverterInfo-modal .el-dialog__body .el-image[data-v-0433472a] {
  height: 195px;
  width: 100%;
  position: relative;
}

.inverterInfo-modal .el-dialog__body {
  padding: 10px;
}
.inverterInfo-modal .el-dialog__body .el-image .el-image__inner {
  position: absolute;
  height: 100%;
  width: 177px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.inverterInfo-modal .el-descriptions__header {
  margin-bottom: 0;
  padding: 10px 5px;
}
.inverterInfo-modal .el-descriptions__header .el-descriptions__title {
  font-size: 14px;
  font-weight: normal;
}

.inverter-view .battery-count[data-v-21b3e308] {
  width: 60%;
}

.inverter-view .battery-count input {
  text-align: left;
}

.equipment-recommendation[data-v-dfbc310e] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  border-top: none;
}
.equipment-recommendation .setp-container[data-v-dfbc310e] {
  width: 100%;
  height: 100%;
  display: flex;
  transition: all 0.5s;
  background-color: #fff;
}
.equipment-recommendation .setp-item-container[data-v-dfbc310e] {
  width: 33.333333%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1vh 1vw;
  overflow: auto;
}
.equipment-recommendation .setp-item-container .setp-header[data-v-dfbc310e] {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 7.0118vh;
  align-items: center;
}
.equipment-recommendation .setp-item-container .setp-header .button-back[data-v-dfbc310e] {
  position: absolute;
  top: 0;
  left: 0;
}
.equipment-recommendation .setp-item-container .setp-content[data-v-dfbc310e] {
  width: 100%;
  height: calc(100% - 7.0118vh - 5.3937vh - 1.0787vh);
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
}
.equipment-recommendation .setp-item-container .setp-footer[data-v-dfbc310e] {
  display: flex;
  height: calc(5.3937vh + 1.0787vh);
  padding-top: 1.0787vh;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}
.equipment-recommendation .setp-item-container .button-next-step[data-v-dfbc310e] {
  width: 60%;
  height: 100%;
  font-size: calc(var(--equipmentRec-font-size) + 2px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.equipment-recommendation .setp-item-container .button-complete[data-v-dfbc310e] {
  width: 60%;
  height: 100%;
  font-size: calc(var(--equipmentRec-font-size) + 2px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
.equipment-recommendation[data-v-dfbc310e] :root {
    --equipmentRec-font-size: 16px;
}
}
@media screen and (max-width: 1680px) {
.equipment-recommendation[data-v-dfbc310e] :root {
    --equipmentRec-font-size: 14px;
}
}
@media screen and (max-width: 1600px) {
.equipment-recommendation[data-v-dfbc310e] :root {
    --equipmentRec-font-size: 14px;
}
}
@media screen and (max-width: 1440px) {
.equipment-recommendation[data-v-dfbc310e] :root {
    --equipmentRec-font-size: 14px;
}
}
@media screen and (max-width: 1400px) {
.equipment-recommendation[data-v-dfbc310e] :root {
    --equipmentRec-font-size: 14px;
}
}
@media screen and (max-width: 1366px) {
.equipment-recommendation[data-v-dfbc310e] :root {
    --equipmentRec-font-size: 12px;
}
}
.system-setting__step .main-title[data-v-dfbc310e] {
  font-size: calc(var(--equipmentRec-font-size) * 2);
  margin: 0 0 calc(var(--equipmentRec-font-size) * 0.4) 0;
}
.system-setting__step .sub-title[data-v-dfbc310e] {
  font-size: calc(var(--equipmentRec-font-size) - 2px);
  color: #7c7b7b;
}
.system-setting__step .system-setting__form[data-v-dfbc310e] {
  width: 60%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.system-setting__step .system-setting__form[data-v-dfbc310e] .el-form-item {
  margin-bottom: 1.9417vh;
}
.system-setting__step .system-setting__form[data-v-dfbc310e] .el-form-item__label {
  font-size: calc(var(--equipmentRec-font-size) - 2px);
  line-height: 3.8834vh;
  padding-bottom: 0;
}
.system-setting__step .system-setting__form[data-v-dfbc310e] .el-form-item__error {
  font-size: calc(var(--equipmentRec-font-size) - 4px);
}
.system-setting__step .system-setting__form[data-v-dfbc310e] .el-form-item__content {
  line-height: 3.8834vh;
}
.system-setting__step .system-setting__form[data-v-dfbc310e] .el-input__inner {
  height: 3.8834vh;
  line-height: 3.8834vh;
  padding-left: calc(var(--equipmentRec-font-size) - 1px);
  font-size: calc(var(--equipmentRec-font-size) - 2px);
}
.system-setting__step .system-setting__form[data-v-dfbc310e] .el-input__inner::-moz-placeholder {
  font-size: calc(var(--equipmentRec-font-size) - 2px);
}
.system-setting__step .system-setting__form[data-v-dfbc310e] .el-input__inner::placeholder {
  font-size: calc(var(--equipmentRec-font-size) - 2px);
}
.system-setting__step .system-setting__form[data-v-dfbc310e] .el-select {
  width: 100%;
}
.system-setting__step .system-setting__form[data-v-dfbc310e] .el-select .el-icon-arrow-up {
  font-size: calc(var(--equipmentRec-font-size) - 2px);
  line-height: 3.8834vh;
}
.system-setting__step .system-setting__form[data-v-dfbc310e] .el-radio__inner {
  border-radius: 50%;
}
.system-setting__step .system-setting__form[data-v-dfbc310e] .el-radio__inner::after {
  width: 0.4166vw;
  height: 0.8629vh;
  border-radius: 50%;
}
.system-setting__step .system-setting__form[data-v-dfbc310e] .el-radio__label {
  font-size: calc(var(--equipmentRec-font-size) - 2px);
}

.create-system-device[data-v-5403cffe] .el-input-number .el-input__inner {
  width: 100%;
  text-align: left;
}

.create-custom-device[data-v-2e3e077a] .el-input-number .el-input__inner {
  width: 100%;
  text-align: left;
}

.equipment-recommendation[data-v-ccd6ae0a] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  border-top: none;
}
.equipment-recommendation .setp-container[data-v-ccd6ae0a] {
  width: 100%;
  height: 100%;
  display: flex;
  transition: all 0.5s;
  background-color: #fff;
}
.equipment-recommendation .setp-item-container[data-v-ccd6ae0a] {
  width: 33.333333%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1vh 1vw;
  overflow: auto;
}
.equipment-recommendation .setp-item-container .setp-header[data-v-ccd6ae0a] {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 7.0118vh;
  align-items: center;
}
.equipment-recommendation .setp-item-container .setp-header .button-back[data-v-ccd6ae0a] {
  position: absolute;
  top: 0;
  left: 0;
}
.equipment-recommendation .setp-item-container .setp-content[data-v-ccd6ae0a] {
  width: 100%;
  height: calc(100% - 7.0118vh - 5.3937vh - 1.0787vh);
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
}
.equipment-recommendation .setp-item-container .setp-footer[data-v-ccd6ae0a] {
  display: flex;
  height: calc(5.3937vh + 1.0787vh);
  padding-top: 1.0787vh;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}
.equipment-recommendation .setp-item-container .button-next-step[data-v-ccd6ae0a] {
  width: 60%;
  height: 100%;
  font-size: calc(var(--equipmentRec-font-size) + 2px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.equipment-recommendation .setp-item-container .button-complete[data-v-ccd6ae0a] {
  width: 60%;
  height: 100%;
  font-size: calc(var(--equipmentRec-font-size) + 2px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
.equipment-recommendation[data-v-ccd6ae0a] :root {
    --equipmentRec-font-size: 16px;
}
}
@media screen and (max-width: 1680px) {
.equipment-recommendation[data-v-ccd6ae0a] :root {
    --equipmentRec-font-size: 14px;
}
}
@media screen and (max-width: 1600px) {
.equipment-recommendation[data-v-ccd6ae0a] :root {
    --equipmentRec-font-size: 14px;
}
}
@media screen and (max-width: 1440px) {
.equipment-recommendation[data-v-ccd6ae0a] :root {
    --equipmentRec-font-size: 14px;
}
}
@media screen and (max-width: 1400px) {
.equipment-recommendation[data-v-ccd6ae0a] :root {
    --equipmentRec-font-size: 14px;
}
}
@media screen and (max-width: 1366px) {
.equipment-recommendation[data-v-ccd6ae0a] :root {
    --equipmentRec-font-size: 12px;
}
}
.equipment-load__step .main-title[data-v-ccd6ae0a] {
  margin: 0;
  font-size: calc(var(--equipmentRec-font-size) * 2);
}
.equipment-load__step .main-title[data-v-ccd6ae0a] .el-icon-info {
  font-size: calc(var(--equipmentRec-font-size) * 1.625) !important;
}
.equipment-load__step .button-container[data-v-ccd6ae0a] {
  position: absolute;
  bottom: 1.0787vh;
  right: 0;
  display: flex;
  height: 4.31vh;
}
.equipment-load__step .button-container .el-button[data-v-ccd6ae0a] {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: calc(var(--equipmentRec-font-size) - 4px);
}
.equipment-load__step .form-container[data-v-ccd6ae0a] {
  width: 100%;
  height: calc(100% - 7.092% - 13.5933% - 1.1819%);
  box-sizing: border-box;
}
.equipment-load__step .table-form[data-v-ccd6ae0a] {
  width: 100%;
  border: thin solid #EAEFF9;
}
.equipment-load__step .table-form .operate-row_container[data-v-ccd6ae0a] {
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.equipment-load__step .table-form[data-v-ccd6ae0a] .el-radio__inner {
  border-radius: 50%;
}
.equipment-load__step .table-form[data-v-ccd6ae0a] .el-radio__inner::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.equipment-load__step .table-form[data-v-ccd6ae0a] .el-table__cell {
  padding: 10px 0;
}
.equipment-load__step .table-form[data-v-ccd6ae0a] .el-table__cell .el-select {
  width: 100%;
}
.equipment-load__step .table-form[data-v-ccd6ae0a] .cell {
  font-size: calc(var(--equipmentRec-font-size) - 2px) !important;
  line-height: 2.4811vh;
  font-weight: bolder;
}
.equipment-load__step .redundant-configuration[data-v-ccd6ae0a] {
  display: flex;
  width: 100%;
  height: 7.092%;
  align-items: center;
  font-size: var(--equipmentRec-font-size);
  font-weight: lighter;
}
.equipment-load__step .redundant-configuration .input-value[data-v-ccd6ae0a] {
  width: 200px;
}
.equipment-load__step .redundant-configuration .input-value[data-v-ccd6ae0a] .el-input__inner {
  text-align: left;
}
.equipment-load__step .redundant-configuration[data-v-ccd6ae0a] .el-switch__core::after {
  border-radius: 50%;
}
.equipment-load__step .total-sum[data-v-ccd6ae0a] {
  width: 100%;
  height: 13.5933%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.equipment-load__step .total-sum .item[data-v-ccd6ae0a] {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  font-weight: lighter;
}
.equipment-load__step .total-sum .item .item-content[data-v-ccd6ae0a] {
  width: 100%;
  height: 50%;
  border-bottom: thin solid #EAEFF9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--equipmentRec-font-size);
  font-weight: lighter;
}
@media screen and (max-width: 1366px) {
.equipment-load__step .table-form[data-v-ccd6ae0a] .cell {
    font-size: var(--equipmentRec-font-size) !important;
}
}

.rec-plan__card[data-v-1d8230da] {
  height: -moz-fit-content;
  height: fit-content;
  width: 33%;
  padding: 0;
  margin: 15px;
}
.rec-plan__card[data-v-1d8230da] .el-card__header {
  height: 50px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rec-plan__card[data-v-1d8230da] .el-card__header .plan-title {
  display: flex;
  align-items: center;
  line-height: normal;
}
.rec-plan__card[data-v-1d8230da] .el-card__header .plan-title .plan-tag {
  display: flex;
  align-items: center;
  line-height: normal;
  color: #eb8324;
  font-weight: 600;
  margin-left: 3px;
}
.rec-plan__card[data-v-1d8230da] .el-card__header .plan-title .plan-tag .icon {
  height: calc(var(--equipmentRec-font-size) * 1.1);
  width: calc(var(--equipmentRec-font-size) * 1.1);
  border-radius: 100%;
  background-color: #eb8324;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(var(--equipmentRec-font-size) * 0.875);
  font-weight: bold;
  margin-left: 3px;
}
.rec-plan__card[data-v-1d8230da] .el-card__header .plan-extra {
  display: flex;
  align-items: center;
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
}
.rec-plan__card[data-v-1d8230da] .el-card__header .plan-extra .title-descript {
  font-size: calc(var(--equipmentRec-font-size) + 2px);
  font-weight: 700;
  color: #eb8324;
}
.rec-plan__card[data-v-1d8230da] .el-card__body .params-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--equipmentRec-font-size);
  margin-bottom: calc(var(--equipmentRec-font-size) * 1.5);
  position: relative;
  z-index: 1;
}
.rec-plan__card[data-v-1d8230da] .el-card__body .params-grid .param-item {
  display: flex;
  flex-direction: column;
}
.rec-plan__card[data-v-1d8230da] .el-card__body .params-grid .param-item .param-label {
  font-size: calc(var(--equipmentRec-font-size) * 0.875);
  color: #7f8c8d;
  margin-bottom: calc(var(--equipmentRec-font-size) * 0.5);
  font-weight: bolder;
  display: flex;
  align-items: center;
  word-break: break-word;
}
.rec-plan__card[data-v-1d8230da] .el-card__body .params-grid .param-item .param-label .icon {
  margin-right: 5px;
  font-size: calc(var(--equipmentRec-font-size) * 0.875);
  color: #eb8324;
}
.rec-plan__card[data-v-1d8230da] .el-card__body .params-grid .param-item .param-value {
  font-size: 14.5px;
  color: #2c3e50;
  font-weight: 600;
  word-break: break-word;
  padding: 2px 0;
}
.rec-plan__card[data-v-1d8230da] .el-card__body .params-grid .param-item:nth-of-type(2) {
  grid-column: span 2;
}
.rec-plan__card[data-v-1d8230da] .el-card__body .params-grid .param-item:nth-of-type(1) .param-value,
.rec-plan__card[data-v-1d8230da] .el-card__body .params-grid .param-item:nth-of-type(3) .param-value {
  color: #eb8324;
}
.rec-plan__card[data-v-1d8230da] .el-card__body .image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--equipmentRec-font-size);
}
.rec-plan__card[data-v-1d8230da] .el-card__body .image-grid .image-item {
  display: flex;
  flex-direction: column;
  border: thin solid #FFDFBF;
  background-color: #FFFDF9;
  border-radius: calc(var(--equipmentRec-font-size));
}
.rec-plan__card[data-v-1d8230da] .el-card__body .image-grid .image-item .image-header {
  color: #eb8324;
  font-size: calc(var(--equipmentRec-font-size) * 0.8125);
  height: calc(var(--equipmentRec-font-size) * 2);
  display: flex;
  font-weight: 600;
  align-items: center;
  justify-content: space-around;
}
.rec-plan__card[data-v-1d8230da] .el-card__body .image-grid .image-item .image-header .icon {
  font-size: calc(var(--equipmentRec-font-size) * 0.875);
  color: #eb8324;
}
.rec-plan__card[data-v-1d8230da] .el-card__body .image-grid .image-item .image-content {
  width: 100%;
  box-sizing: border-box;
  padding: 0 calc(var(--equipmentRec-font-size) * 0.6);
  background-color: #FFFDF9;
}
.rec-plan__card[data-v-1d8230da] .el-card__body .image-grid .image-item .image-content .image {
  height: calc(var(--equipmentRec-font-size) * 9.375);
  width: 100%;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.rec-plan__card[data-v-1d8230da] .el-card__body .image-grid .image-item .image-footer {
  color: #eb8324;
  font-size: calc(var(--equipmentRec-font-size) * 0.875);
  height: calc(var(--equipmentRec-font-size) * 2);
  display: flex;
  font-weight: 600;
  align-items: center;
  justify-content: center;
}

.rec-inverter-detail .el-dialog__body {
  padding: 0;
}
.rec-inverter-detail .el-dialog__body .dialog-content {
  max-height: 60vh;
  overflow-y: auto;
}
.rec-inverter-detail .el-dialog__body .el-descriptions__body {
  padding: 3.2362vh 1.04166vw;
}
.rec-inverter-detail .el-dialog__body .el-descriptions__body .el-descriptions-item__label {
  font-weight: bolder;
  background-color: #f5f7fa;
  font-size: calc(var(--equipmentRec-font-size) * 0.75);
  word-break: break-word;
}
.rec-inverter-detail .el-dialog__body .el-descriptions__body .el-descriptions-item__content {
  font-size: calc(var(--equipmentRec-font-size) * 0.75);
  word-break: break-word;
  display: flex;
  justify-content: left;
}
.rec-inverter-detail .el-dialog__body .el-descriptions__body .el-descriptions-item__content div {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.rec-inverter-detail .el-dialog__footer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rec-battery-detail .el-dialog__body {
  padding: 0;
}
.rec-battery-detail .el-dialog__body .dialog-content {
  max-height: 60vh;
  overflow-y: auto;
}
.rec-battery-detail .el-dialog__body .el-descriptions__body {
  padding: 3.2362vh 1.04166vw;
}
.rec-battery-detail .el-dialog__body .el-descriptions__body .el-descriptions-item__label {
  font-weight: bolder;
  background-color: #f5f7fa;
  font-size: calc(var(--equipmentRec-font-size) * 0.75);
  word-break: break-word;
}
.rec-battery-detail .el-dialog__body .el-descriptions__body .el-descriptions-item__content {
  font-size: calc(var(--equipmentRec-font-size) * 0.75);
  word-break: break-word;
}
.rec-battery-detail .el-dialog__footer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.equipment-recommendation[data-v-655066b0] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  border-top: none;
}
.equipment-recommendation .setp-container[data-v-655066b0] {
  width: 100%;
  height: 100%;
  display: flex;
  transition: all 0.5s;
  background-color: #fff;
}
.equipment-recommendation .setp-item-container[data-v-655066b0] {
  width: 33.333333%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1vh 1vw;
  overflow: auto;
}
.equipment-recommendation .setp-item-container .setp-header[data-v-655066b0] {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 7.0118vh;
  align-items: center;
}
.equipment-recommendation .setp-item-container .setp-header .button-back[data-v-655066b0] {
  position: absolute;
  top: 0;
  left: 0;
}
.equipment-recommendation .setp-item-container .setp-content[data-v-655066b0] {
  width: 100%;
  height: calc(100% - 7.0118vh - 5.3937vh - 1.0787vh);
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
}
.equipment-recommendation .setp-item-container .setp-footer[data-v-655066b0] {
  display: flex;
  height: calc(5.3937vh + 1.0787vh);
  padding-top: 1.0787vh;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}
.equipment-recommendation .setp-item-container .button-next-step[data-v-655066b0] {
  width: 60%;
  height: 100%;
  font-size: calc(var(--equipmentRec-font-size) + 2px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.equipment-recommendation .setp-item-container .button-complete[data-v-655066b0] {
  width: 60%;
  height: 100%;
  font-size: calc(var(--equipmentRec-font-size) + 2px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
.equipment-recommendation[data-v-655066b0] :root {
    --equipmentRec-font-size: 16px;
}
}
@media screen and (max-width: 1680px) {
.equipment-recommendation[data-v-655066b0] :root {
    --equipmentRec-font-size: 14px;
}
}
@media screen and (max-width: 1600px) {
.equipment-recommendation[data-v-655066b0] :root {
    --equipmentRec-font-size: 14px;
}
}
@media screen and (max-width: 1440px) {
.equipment-recommendation[data-v-655066b0] :root {
    --equipmentRec-font-size: 14px;
}
}
@media screen and (max-width: 1400px) {
.equipment-recommendation[data-v-655066b0] :root {
    --equipmentRec-font-size: 14px;
}
}
@media screen and (max-width: 1366px) {
.equipment-recommendation[data-v-655066b0] :root {
    --equipmentRec-font-size: 12px;
}
}
.rec-equipment-plan__step .main-title[data-v-655066b0] {
  font-size: calc(var(--equipmentRec-font-size) * 2);
  margin: 0 0 calc(var(--equipmentRec-font-size) * 0.4) 0;
}
.rec-equipment-plan__step .sub-title[data-v-655066b0] {
  font-size: calc(var(--equipmentRec-font-size) - 2px);
  color: #7c7b7b;
}
.rec-equipment-plan__step .button-export__PDF[data-v-655066b0] {
  position: absolute;
  top: 0;
  right: 0;
}
.rec-equipment-plan__step .table-cell-value[data-v-655066b0] {
  font-size: calc(var(--equipmentRec-font-size) + 2px);
  font-weight: bolder;
  word-break: break-word;
}
.rec-equipment-plan__step .recommended-plan[data-v-655066b0] {
  box-sizing: border-box;
  border: 1px solid #efefef;
}
.rec-equipment-plan__step .recommended-plan .plan-container[data-v-655066b0] {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  overflow: auto;
  scrollbar-color: #333333;
  scrollbar-width: thin;
}
.rec-equipment-plan__step .recommended-plan .no-rec-plan[data-v-655066b0] {
  text-align: center;
  height: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.recommended-plan-report[data-v-287240f7] {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 20px;
}
.recommended-plan-report .title[data-v-287240f7] {
  color: #333333;
  text-align: center;
}
.recommended-plan-report .system-setting[data-v-287240f7] {
  padding: 0 15px 15px;
}
.recommended-plan-report .load-equipment-setting[data-v-287240f7] {
  padding: 0 15px 15px;
}
.recommended-plan-report .rec-plan[data-v-287240f7] {
  padding: 0 15px 15px;
}
.recommended-plan-report[data-v-287240f7] .el-table__cell .cell {
  word-break: break-word;
}

.equipment-recommendation[data-v-7b0e56ac] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  border-top: none;
}
.equipment-recommendation .setp-container[data-v-7b0e56ac] {
  width: 100%;
  height: 100%;
  display: flex;
  transition: all 0.5s;
  background-color: #fff;
}
.equipment-recommendation .setp-item-container[data-v-7b0e56ac] {
  width: 33.333333%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1vh 1vw;
  overflow: auto;
}
.equipment-recommendation .setp-item-container .setp-header[data-v-7b0e56ac] {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 7.0118vh;
  align-items: center;
}
.equipment-recommendation .setp-item-container .setp-header .button-back[data-v-7b0e56ac] {
  position: absolute;
  top: 0;
  left: 0;
}
.equipment-recommendation .setp-item-container .setp-content[data-v-7b0e56ac] {
  width: 100%;
  height: calc(100% - 7.0118vh - 5.3937vh - 1.0787vh);
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
}
.equipment-recommendation .setp-item-container .setp-footer[data-v-7b0e56ac] {
  display: flex;
  height: calc(5.3937vh + 1.0787vh);
  padding-top: 1.0787vh;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}
.equipment-recommendation .setp-item-container .button-next-step[data-v-7b0e56ac] {
  width: 60%;
  height: 100%;
  font-size: calc(var(--equipmentRec-font-size) + 2px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.equipment-recommendation .setp-item-container .button-complete[data-v-7b0e56ac] {
  width: 60%;
  height: 100%;
  font-size: calc(var(--equipmentRec-font-size) + 2px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
.equipment-recommendation[data-v-7b0e56ac] :root {
    --equipmentRec-font-size: 16px;
}
}
@media screen and (max-width: 1680px) {
.equipment-recommendation[data-v-7b0e56ac] :root {
    --equipmentRec-font-size: 14px;
}
}
@media screen and (max-width: 1600px) {
.equipment-recommendation[data-v-7b0e56ac] :root {
    --equipmentRec-font-size: 14px;
}
}
@media screen and (max-width: 1440px) {
.equipment-recommendation[data-v-7b0e56ac] :root {
    --equipmentRec-font-size: 14px;
}
}
@media screen and (max-width: 1400px) {
.equipment-recommendation[data-v-7b0e56ac] :root {
    --equipmentRec-font-size: 14px;
}
}
@media screen and (max-width: 1366px) {
.equipment-recommendation[data-v-7b0e56ac] :root {
    --equipmentRec-font-size: 12px;
}
}
.recommended-plan__report__container[data-v-7b0e56ac] {
  height: 100vh;
  width: 60vw;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  z-index: -999;
}

.equipment-recommendation-drawer .btn-close {
  position: absolute;
  top: -16px;
  right: -16px;
  border: thin solid #6c707e;
  background: #6c707e;
  color: white;
  z-index: 999;
}
.equipment-recommendation-drawer .el-drawer__header {
  height: 40px;
  box-sizing: border-box;
}
.equipment-recommendation-drawer .el-drawer__body {
  height: calc(100% - 40px);
  box-sizing: border-box;
}

[data-v-bdd8e1f2]:export {
  MainColor: #f08519;
  layoutHeaderHeight: 50px;
  layoutSideWidth: 220px;
  layoutSideCollapseWidth: 50px;
  layoutSideBgColor: #3f4044;
  layoutBreadcrumbHeight: 50px;
}
.pro-inverter[data-v-bdd8e1f2] {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.pro-inverter .box-card[data-v-bdd8e1f2] {
  height: 100%;
}
.pro-inverter .box-card .title[data-v-bdd8e1f2] {
  font-size: 14px;
  font-weight: 500;
}
.pro-inverter .box-card .operate-alert[data-v-bdd8e1f2] {
  color: red;
  margin-left: 20px;
  font-size: 12px;
  font-weight: 500;
}
.pro-inverter .box-card .inverter-table[data-v-bdd8e1f2] {
  width: 100%;
  height: 100%;
}
.pro-inverter .box-card .inverter-table .mains-voltage-type[data-v-bdd8e1f2] {
  margin-right: 10px;
  padding: 6px 0;
  border: none;
}
.pro-inverter .box-card[data-v-bdd8e1f2] .el-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pro-inverter .column-battery_number[data-v-bdd8e1f2] {
  margin: 0;
}
.pro-inverter .column-battery_number_notice[data-v-bdd8e1f2] {
  margin: 0;
  font-size: smaller;
  line-height: 15px;
}
.el-drawer__wrapper[data-v-bdd8e1f2] {
  border-radius: 4px;
  top: calc(50px + 50px + 40px + 10px + 10px);
  bottom: calc(10px + 10px);
  left: calc(20px + 10px);
  right: calc(20px + 10px);
  overflow: visible;
}

.pro-inverter .box-card .el-card__body {
  padding: 10px;
  height: calc(100% - 56px);
  box-sizing: border-box;
}
.list-chose-inverter_batteryType {
  left: 980px !important;
}
.list-chose-inverter_batteryType .popper__arrow {
  display: none;
}

[data-v-a97338a0]:export {
  MainColor: #f08519;
  layoutHeaderHeight: 50px;
  layoutSideWidth: 220px;
  layoutSideCollapseWidth: 50px;
  layoutSideBgColor: #3f4044;
  layoutBreadcrumbHeight: 50px;
}
.rated-power-ratio[data-v-a97338a0] {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.rated-power-ratio .base-bar[data-v-a97338a0] {
  width: 100%;
  height: 8px;
  background-color: #e8e447;
  border-radius: 100px;
  position: absolute;
  bottom: 5px;
}
.rated-power-ratio .marker-bar[data-v-a97338a0] {
  height: 8px;
  background-color: #50aa3a;
  position: absolute;
  bottom: 5px;
}
.rated-power-ratio .marker-val[data-v-a97338a0] {
  position: absolute;
  bottom: 10px;
  color: #f08519;
  color: #777777;
  font-size: 12px;
  width: 60px;
  font-weight: bolder;
  text-align: center;
  transition: all 0.3s;
}
.rated-power-ratio .result-val[data-v-a97338a0] {
  position: absolute;
  bottom: 15px;
  color: #333333;
  width: 24px;
  text-align: center;
  font-size: 1.3em;
  transition: all 0.3s;
}

.mppt-param-check[data-v-69088e16] {
  border: thin solid white;
  border-right: none;
  margin: 10px;
  background-color: #313131;
}
.mppt-param-check .check-result[data-v-69088e16] {
  font-size: 1.5em;
  float: right;
}
.mppt-param-check .check-result .el-icon-success[data-v-69088e16] {
  color: #67C23A;
}
.mppt-param-check .check-result .el-icon-warning[data-v-69088e16] {
  color: #E6A23C;
}
.mppt-param-check .check-result .el-icon-error[data-v-69088e16] {
  color: #F56C6C;
}

.mppt-param-check .label {
  font-size: 12px;
  font-weight: 700;
  color: #000000;
  padding: 8px 10px;
  height: 50px;
  box-sizing: border-box;
  border-bottom: thin solid white;
  border-right: thin solid white;
  background-color: #e4eef8;
}
.mppt-param-check .content {
  color: #000000;
  padding: 0 10px !important;
  line-height: 50px !important;
  border-right: thin solid white;
  background-color: #e4eef8;
}

[data-v-485fb8e9]:export {
  MainColor: #f08519;
  layoutHeaderHeight: 50px;
  layoutSideWidth: 220px;
  layoutSideCollapseWidth: 50px;
  layoutSideBgColor: #3f4044;
  layoutBreadcrumbHeight: 50px;
}
.pro-cable[data-v-485fb8e9] {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.pro-cable .el-badge[data-v-485fb8e9] {
  height: 100%;
  padding-right: 15px;
  margin-right: 5px;
}
.pro-cable .el-tabs[data-v-485fb8e9] {
  height: calc(100% - 50px);
}
.pro-cable .el-tab-pane[data-v-485fb8e9] {
  height: 100%;
}
.pro-cable .cable-dc-container[data-v-485fb8e9] {
  height: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
  overflow: auto;
}
.pro-cable .cable-ac_container[data-v-485fb8e9] {
  height: 90px;
  margin-top: 15px;
  border-radius: 0;
  border: thin solid #ebeef5;
}
.pro-cable .param-check-total[data-v-485fb8e9] {
  height: 180px;
  margin-top: 15px;
  border-radius: 0;
  border: thin solid #ebeef5;
  border-right: none;
}
.pro-cable .check-result[data-v-485fb8e9] {
  font-size: 1.5em;
  float: right;
}
.pro-cable .check-result .el-icon-success[data-v-485fb8e9] {
  color: #67c23a;
}
.pro-cable .check-result .el-icon-warning[data-v-485fb8e9] {
  color: #e6a23c;
}
.pro-cable .check-result .el-icon-error[data-v-485fb8e9] {
  color: #f56c6c;
}
.pro-cable .inverter-string_container[data-v-485fb8e9] {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-left: none;
  border-right: none;
}
.pro-cable .pvarray-use__info[data-v-485fb8e9] {
  height: 50px;
  width: calc(100% - 2px);
  border: thin solid #ebeef5;
  border-top: none;
  border-bottom: none;
  overflow-x: auto;
  overflow-y: none;
  font-size: 14px;
}
.pro-cable .pvarray-use__info .item[data-v-485fb8e9] {
  height: 100%;
  padding: 0 15px;
  line-height: 50px;
  float: left;
}
.pro-cable .dc-total-check[data-v-485fb8e9] {
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  border-top: thin solid #ebeef5;
  border-bottom: thin solid #ebeef5;
  margin-bottom: 15px;
}
.pro-cable .dc-total-check .item-group[data-v-485fb8e9] {
  height: 100%;
  width: 50%;
  box-sizing: border-box;
  line-height: 50px;
  display: flex;
  font-size: 14px;
}
.pro-cable .dc-total-check .item-group .field[data-v-485fb8e9] {
  width: 350px;
  height: 100%;
  box-sizing: border-box;
  border-left: thin solid #ebeef5;
  border-right: thin solid #ebeef5;
  padding: 0 15px;
  display: flex;
}
.pro-cable .dc-total-check .item-group .field .check-result[data-v-485fb8e9] {
  font-size: 14px;
  margin-left: 5px;
}
.pro-cable .dc-total-check .item-group .value[data-v-485fb8e9] {
  width: calc(100% - 300px);
  height: 100%;
  box-sizing: border-box;
  border-right: thin solid #ebeef5;
  padding: 0 20px;
  display: flex;
}
.pro-cable .dc-total-check .item-group .value .check-result[data-v-485fb8e9] {
  font-size: 14px;
  margin-left: 5px;
}
.pro-cable .dc-total-check .item-group:first-of-type .value[data-v-485fb8e9] {
  border-right: none;
}
.pro-cable .inverter-index_select[data-v-485fb8e9] {
  width: 100px;
}

.pro-cable .el-tabs__header {
  margin: 0;
}
.pro-cable .el-tabs__header .el-tabs__item .el-badge .el-badge__content {
  border: none;
  border-radius: 0;
  height: 16px;
  line-height: 16px;
  position: absolute;
  top: -2px;
  bottom: 0;
  margin: auto;
}
.pro-cable .el-tabs__content {
  height: calc(100% - 39px);
  padding: 0;
  box-sizing: border-box;
}
.pro-cable .el-tabs__content .el-card__header {
  padding: 10px 20px;
}
.pro-cable .param-check-total .label,
.pro-cable .cable-ac_container .label {
  font-size: 12px;
  font-weight: 500;
  color: #777777;
  padding: 8px 10px;
  height: 45px;
  box-sizing: border-box;
  border-bottom: thin solid #ebeef5;
  border-right: thin solid #ebeef5;
}
.pro-cable .param-check-total .content,
.pro-cable .cable-ac_container .content {
  padding: 5px 10px 0 10px;
  height: 45px;
  font-size: 12px;
  border-bottom: thin solid #ebeef5;
  border-right: thin solid #ebeef5;
}
.pro-cable .param-check-total .rated-power-ratio_container {
  background-color: #777777;
}
.pro-cable .inverter-string_container .el-card__header {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
}
.pro-cable .inverter-string_container .el-card__header span {
  font-size: 13px;
}
.pro-cable .inverter-string_container .el-card__header .el-select {
  margin-left: 20px;
}
.pro-cable .inverter-string_container .el-card__header .el-button {
  float: right;
  margin: 9px 0;
}
.pro-cable .inverter-string_container .el-card__body {
  height: calc(100% - 50px);
  padding: 0 10px;
}
.pro-cable .inverter-string_container .el-card__body .el-tabs__nav-wrap {
  width: 100%;
}
.pro-cable .inverter-index_select input {
  text-align: center;
}
.pro-cable .el-table__expanded-cell {
  padding: 0;
}

[data-v-c99a3914]:export {
  MainColor: #f08519;
  layoutHeaderHeight: 50px;
  layoutSideWidth: 220px;
  layoutSideCollapseWidth: 50px;
  layoutSideBgColor: #3f4044;
  layoutBreadcrumbHeight: 50px;
}
.pro-system-loss[data-v-c99a3914] {
  height: 100%;
  width: 100%;
}
.pro-system-loss .title[data-v-c99a3914] {
  font-size: 14px;
  font-weight: 500;
}
.pro-system-loss .field-container[data-v-c99a3914] {
  width: 300px;
  height: 100%;
  float: left;
  box-sizing: border-box;
  border: thin solid #dddddd;
}
.pro-system-loss .field-container .item[data-v-c99a3914] {
  height: 50px;
  line-height: 50px;
  color: #333;
  border-bottom: thin solid #dddddd;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.pro-system-loss .field-container .active[data-v-c99a3914] {
  background-color: #f08519;
  border-color: #f08519;
  color: white;
}
.pro-system-loss .desc-container[data-v-c99a3914] {
  width: calc(100% - 300px);
  height: 100%;
  float: left;
  box-sizing: border-box;
  border: thin solid #dddddd;
  border-left: none;
}
.pro-system-loss .desc-container .title[data-v-c99a3914] {
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: bolder;
  line-height: 50px;
  padding: 0 20px;
  box-sizing: border-box;
}
.pro-system-loss .desc-container .desception[data-v-c99a3914] {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  line-height: 28px;
  box-sizing: border-box;
  padding: 20px;
}
.pro-system-loss .value-container[data-v-c99a3914] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 20px;
  box-sizing: border-box;
  color: #333;
  display: flex;
}
.pro-system-loss .value-container .el-input[data-v-c99a3914] {
  width: 300px;
  height: 100%;
  margin-left: 15px;
}
.pro-system-loss .input-number[data-v-c99a3914] {
  width: 200px;
  margin-left: 15px;
  float: left;
}
.pro-system-loss .input-number_append[data-v-c99a3914] {
  background-color: #eaeff9;
  color: #909399;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  border: 1px solid #dcdfe6;
  border-radius: 0;
  padding: 0 20px;
  box-sizing: border-box;
  width: 60px;
  white-space: nowrap;
  font-size: 13px;
  line-height: 40px;
  text-align: center;
  border-left: none;
}

.pro-system-loss .value-container .el-input input {
  padding-right: 0;
}
.pro-system-loss .input-number input {
  text-align: left;
}

.investment-info[data-v-c9f08052] {
  height: 100%;
  width: 100%;
}
.investment-info .input-number[data-v-c9f08052] {
  width: calc(100% - 80px);
  float: left;
}
.investment-info .input-number_append[data-v-c9f08052] {
  background-color: #eaeff9;
  color: #909399;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  border: 1px solid #dcdfe6;
  border-radius: 0;
  box-sizing: border-box;
  width: 80px;
  white-space: nowrap;
  font-size: 13px;
  line-height: 26px;
  text-align: center;
  border-left: none;
}

.investment-info .el-form-item__label {
  padding-bottom: 0;
}
.investment-info .el-input__inner[type='number'] {
  padding-right: 0;
}
.investment-info .el-select {
  width: 100%;
}
.investment-info .el-card__header {
  padding: 0 20px;
  border: none;
  height: 40px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.investment-info .el-card__header .el-switch__core::after {
  border-radius: 50%;
}
.investment-info .el-card__body {
  height: calc(100% - 40px);
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  overflow: auto;
}
.investment-info .input-number input {
  text-align: left;
}

[data-v-6a597e21]:export {
  MainColor: #f08519;
  layoutHeaderHeight: 50px;
  layoutSideWidth: 220px;
  layoutSideCollapseWidth: 50px;
  layoutSideBgColor: #3f4044;
  layoutBreadcrumbHeight: 50px;
}
.pro-create-energy-storage[data-v-6a597e21] {
  height: 100%;
  width: 100%;
}
.pro-create-energy-storage .el-header[data-v-6a597e21] {
  padding: 0;
  display: flex;
}
.pro-create-energy-storage .el-header .step-tool[data-v-6a597e21] {
  width: 100px;
  background-color: white;
  box-sizing: border-box;
}
.pro-create-energy-storage .el-header .steps-container[data-v-6a597e21] {
  width: calc(100% - 200px);
  background-color: white;
  padding: 0 10px;
}
.pro-create-energy-storage .el-header .steps-container .el-steps--simple[data-v-6a597e21] {
  padding: 10px 15px;
}
.pro-create-energy-storage .el-header .steps-container .el-steps[data-v-6a597e21] {
  background-color: white;
  border-radius: 0;
  height: 100%;
  box-sizing: border-box;
}
.pro-create-energy-storage .el-header .steps-container .el-steps .el-step.is-simple .el-step__arrow[data-v-6a597e21] {
  height: 2px;
  background-color: #dddddd;
  margin: 10px;
}
.pro-create-energy-storage .el-main[data-v-6a597e21] {
  padding: 10px;
  width: 100%;
  height: calc(100% - 40px);
  box-sizing: border-box;
  border-top: thin solid #dddddd;
  overflow: hidden;
}
.pro-create-energy-storage .component-container[data-v-6a597e21] {
  background-color: white;
}

.pro-create-energy-storage .el-header .step-tool i {
  transform: scale(1.5);
}
.pro-create-energy-storage .el-header .el-steps .el-step__head {
  cursor: pointer;
  padding-right: 5px !important;
}
.pro-create-energy-storage .el-header .el-steps .el-step.is-simple .el-step__icon {
  height: 20px;
  width: 20px;
}
.pro-create-energy-storage .el-header .el-steps .el-step.is-simple .el-step__arrow {
  height: 2px;
  background-color: #dddddd;
  margin: 12px 10px 10px 10px;
}
.pro-create-energy-storage .el-header .el-steps .el-step__arrow::before,
.pro-create-energy-storage .el-header .el-steps .el-step__arrow::after {
  display: none;
}
.pro-create-energy-storage .el-header .el-steps .el-step__title {
  cursor: pointer;
  font-weight: 500;
  line-height: initial;
  max-width: none;
  word-break: break-word;
  display: flex;
  align-items: center;
}
.pro-create-energy-storage .el-header .el-steps .is-success {
  color: #f39d47;
  border-color: #f39d47;
}

[data-v-69ea649e]:export {
  MainColor: #f08519;
  layoutHeaderHeight: 50px;
  layoutSideWidth: 220px;
  layoutSideCollapseWidth: 50px;
  layoutSideBgColor: #3f4044;
  layoutBreadcrumbHeight: 50px;
}
.pro-create-grid-connected[data-v-69ea649e] {
  height: 100%;
  width: 100%;
}
.pro-create-grid-connected .el-header[data-v-69ea649e] {
  padding: 0;
  display: flex;
}
.pro-create-grid-connected .el-header .step-tool[data-v-69ea649e] {
  width: 100px;
  background-color: white;
  box-sizing: border-box;
}
.pro-create-grid-connected .el-header .steps-container[data-v-69ea649e] {
  width: calc(100% - 200px);
  background-color: white;
  padding: 0 10px;
}
.pro-create-grid-connected .el-header .steps-container .el-steps--simple[data-v-69ea649e] {
  padding: 10px 15px;
}
.pro-create-grid-connected .el-header .steps-container .el-steps[data-v-69ea649e] {
  background-color: white;
  border-radius: 0;
  height: 100%;
  box-sizing: border-box;
}
.pro-create-grid-connected .el-header .steps-container .el-steps .el-step.is-simple .el-step__arrow[data-v-69ea649e] {
  height: 2px;
  background-color: #dddddd;
  margin: 10px;
}
.pro-create-grid-connected .el-header .steps-container .el-steps .el-step.is-simple .el-step__head[data-v-69ea649e] {
  padding-right: 5px !important;
}
.pro-create-grid-connected .el-main[data-v-69ea649e] {
  padding: 10px;
  width: 100%;
  height: calc(100% - 40px);
  box-sizing: border-box;
  border-top: thin solid #dddddd;
  overflow: hidden;
}
.pro-create-grid-connected .component-container[data-v-69ea649e] {
  background-color: white;
}

.pro-create-grid-connected .el-header .step-tool i {
  transform: scale(1.5);
}
.pro-create-grid-connected .el-header .el-steps .el-step__head {
  cursor: pointer;
  padding-right: 5px !important;
}
.pro-create-grid-connected .el-header .el-steps .el-step.is-simple .el-step__icon {
  height: 20px;
  width: 20px;
}
.pro-create-grid-connected .el-header .el-steps .el-step.is-simple .el-step__arrow {
  height: 2px;
  background-color: #dddddd;
  margin: 12px 10px 10px 10px;
}
.pro-create-grid-connected .el-header .el-steps .el-step__arrow::before,
.pro-create-grid-connected .el-header .el-steps .el-step__arrow::after {
  display: none;
}
.pro-create-grid-connected .el-header .el-steps .el-step__title {
  cursor: pointer;
  font-weight: 500;
  line-height: initial;
  max-width: none;
  word-break: break-word;
  display: flex;
  align-items: center;
}
.pro-create-grid-connected .el-header .el-steps .is-success {
  color: #f39d47;
  border-color: #f39d47;
}

[data-v-c95361a2]:export {
  MainColor: #f08519;
  layoutHeaderHeight: 50px;
  layoutSideWidth: 220px;
  layoutSideCollapseWidth: 50px;
  layoutSideBgColor: #3f4044;
  layoutBreadcrumbHeight: 50px;
}
.pro-edit-energy-storage[data-v-c95361a2] {
  height: 100%;
  width: 100%;
}
.pro-edit-energy-storage .el-header[data-v-c95361a2] {
  padding: 0;
  display: flex;
}
.pro-edit-energy-storage .el-header .step-tool[data-v-c95361a2] {
  width: 100px;
  background-color: white;
  box-sizing: border-box;
}
.pro-edit-energy-storage .el-header .steps-container[data-v-c95361a2] {
  width: calc(100% - 200px);
  background-color: white;
  padding: 0 10px;
}
.pro-edit-energy-storage .el-header .steps-container .el-steps--simple[data-v-c95361a2] {
  padding: 10px 15px;
}
.pro-edit-energy-storage .el-header .steps-container .el-steps[data-v-c95361a2] {
  background-color: white;
  border-radius: 0;
  height: 100%;
  box-sizing: border-box;
}
.pro-edit-energy-storage .el-header .steps-container .el-steps .el-step.is-simple .el-step__arrow[data-v-c95361a2] {
  height: 2px;
  background-color: #dddddd;
  margin: 10px;
}
.pro-edit-energy-storage .el-header .steps-container .el-steps .el-step.is-simple .el-step__head[data-v-c95361a2] {
  padding-right: 5px !important;
}
.pro-edit-energy-storage .el-main[data-v-c95361a2] {
  padding: 10px;
  width: 100%;
  height: calc(100% - 40px);
  box-sizing: border-box;
  border-top: thin solid #dddddd;
  overflow: hidden;
}
.pro-edit-energy-storage .component-container[data-v-c95361a2] {
  background-color: white;
}

.pro-edit-energy-storage .el-header .step-tool i {
  transform: scale(1.5);
}
.pro-edit-energy-storage .el-header .el-steps .el-step__head {
  cursor: pointer;
  padding-right: 5px !important;
}
.pro-edit-energy-storage .el-header .el-steps .el-step.is-simple .el-step__icon {
  height: 20px;
  width: 20px;
}
.pro-edit-energy-storage .el-header .el-steps .el-step.is-simple .el-step__arrow {
  height: 2px;
  background-color: #dddddd;
  margin: 12px 10px 10px 10px;
}
.pro-edit-energy-storage .el-header .el-steps .el-step__arrow::before,
.pro-edit-energy-storage .el-header .el-steps .el-step__arrow::after {
  display: none;
}
.pro-edit-energy-storage .el-header .el-steps .el-step__title {
  cursor: pointer;
  font-weight: 500;
  line-height: initial;
  max-width: none;
  word-break: break-word;
  display: flex;
  align-items: center;
}
.pro-edit-energy-storage .el-header .el-steps .is-success {
  color: #f39d47;
  border-color: #f39d47;
}

[data-v-07f0c282]:export {
  MainColor: #f08519;
  layoutHeaderHeight: 50px;
  layoutSideWidth: 220px;
  layoutSideCollapseWidth: 50px;
  layoutSideBgColor: #3f4044;
  layoutBreadcrumbHeight: 50px;
}
.pro-edit-grid-connected[data-v-07f0c282] {
  height: 100%;
  width: 100%;
}
.pro-edit-grid-connected .el-header[data-v-07f0c282] {
  padding: 0;
  display: flex;
}
.pro-edit-grid-connected .el-header .step-tool[data-v-07f0c282] {
  width: 100px;
  background-color: white;
  box-sizing: border-box;
}
.pro-edit-grid-connected .el-header .steps-container[data-v-07f0c282] {
  width: calc(100% - 200px);
  background-color: white;
  padding: 0 10px;
}
.pro-edit-grid-connected .el-header .steps-container .el-steps--simple[data-v-07f0c282] {
  padding: 10px 15px;
}
.pro-edit-grid-connected .el-header .steps-container .el-steps[data-v-07f0c282] {
  background-color: white;
  border-radius: 0;
  height: 100%;
  box-sizing: border-box;
}
.pro-edit-grid-connected .el-header .steps-container .el-steps .el-step.is-simple .el-step__arrow[data-v-07f0c282] {
  height: 2px;
  background-color: #dddddd;
  margin: 10px;
}
.pro-edit-grid-connected .el-header .steps-container .el-steps .el-step.is-simple .el-step__head[data-v-07f0c282] {
  padding-right: 5px !important;
}
.pro-edit-grid-connected .el-main[data-v-07f0c282] {
  padding: 10px;
  width: 100%;
  height: calc(100% - 40px);
  box-sizing: border-box;
  border-top: thin solid #dddddd;
  overflow: hidden;
}
.pro-edit-grid-connected .component-container[data-v-07f0c282] {
  background-color: white;
}

.pro-edit-grid-connected .el-header .step-tool i {
  transform: scale(1.5);
}
.pro-edit-grid-connected .el-header .el-steps .el-step__head {
  cursor: pointer;
  padding-right: 5px !important;
}
.pro-edit-grid-connected .el-header .el-steps .el-step.is-simple .el-step__icon {
  height: 20px;
  width: 20px;
}
.pro-edit-grid-connected .el-header .el-steps .el-step.is-simple .el-step__arrow {
  height: 2px;
  background-color: #dddddd;
  margin: 12px 10px 10px 10px;
}
.pro-edit-grid-connected .el-header .el-steps .el-step__arrow::before,
.pro-edit-grid-connected .el-header .el-steps .el-step__arrow::after {
  display: none;
}
.pro-edit-grid-connected .el-header .el-steps .el-step__title {
  cursor: pointer;
  font-weight: 500;
  line-height: initial;
  max-width: none;
  word-break: break-word;
  display: flex;
  align-items: center;
}
.pro-edit-grid-connected .el-header .el-steps .is-success {
  color: #f39d47;
  border-color: #f39d47;
}

.create-component-dialog {
  width: 680px;
}
.create-component-dialog .el-dialog__body {
  height: 50vh;
  padding: 30px 20px;
  overflow: auto;
  box-sizing: border-box;
}
.create-component-dialog .el-form {
  width: 100%;
}
.create-component-dialog .el-form .el-select {
  width: 100%;
}
.create-component-dialog .el-form .el-form-item__label {
  padding-bottom: 0;
}
.create-component-dialog .el-form .el-input__inner {
  text-align: left;
}

.edit-component-dialog {
  width: 680px;
}
.edit-component-dialog .el-dialog__body {
  height: 50vh;
  overflow: auto;
}
.edit-component-dialog .el-form .el-input__inner {
  text-align: left;
}

.component-manage[data-v-2ef10fd4] {
  width: 100%;
  height: 100%;
}

[data-v-ba6bf2be]:export {
  MainColor: #f08519;
  layoutHeaderHeight: 50px;
  layoutSideWidth: 220px;
  layoutSideCollapseWidth: 50px;
  layoutSideBgColor: #3f4044;
  layoutBreadcrumbHeight: 50px;
}
.create_form_dialog .el-form[data-v-ba6bf2be] .el-input__inner {
  text-align: left;
}

[data-v-7d750822]:export {
  MainColor: #f08519;
  layoutHeaderHeight: 50px;
  layoutSideWidth: 220px;
  layoutSideCollapseWidth: 50px;
  layoutSideBgColor: #3f4044;
  layoutBreadcrumbHeight: 50px;
}
.edit_form_dialog .el-form[data-v-7d750822] .el-input__inner {
  text-align: left;
}

[data-v-adbc8886]:export {
  MainColor: #f08519;
  layoutHeaderHeight: 50px;
  layoutSideWidth: 220px;
  layoutSideCollapseWidth: 50px;
  layoutSideBgColor: #3f4044;
  layoutBreadcrumbHeight: 50px;
}
.custom-cable-material[data-v-adbc8886] {
  width: 100%;
  height: 100%;
}
.custom-cable-material .el-main[data-v-adbc8886] {
  height: 100%;
  width: 100%;
  background-color: #f5f7fa;
  box-sizing: border-box;
}
.custom-cable-material .el-main .container[data-v-adbc8886] {
  height: 100%;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  overflow-y: auto;
}
.custom-cable-material .el-main .item-card[data-v-adbc8886] {
  height: -moz-fit-content;
  height: fit-content;
  width: 300px;
  min-width: 280px;
  box-sizing: border-box;
  margin: 0;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.custom-cable-material .el-main .item-card[data-v-adbc8886]:hover {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.custom-cable-material .el-main .item-card[data-v-adbc8886] .el-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  background-color: #fafafa;
  border-bottom: 1px solid #ebeef5;
  border-radius: 8px 8px 0 0;
}
.custom-cable-material .el-main .item-card[data-v-adbc8886] .el-card__header div {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #303133;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.custom-cable-material .el-main .item-card[data-v-adbc8886] .el-card__body {
  padding: 20px;
}
.custom-cable-material .el-main .item-card[data-v-adbc8886] .el-card__body .el-tag {
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 10px;
  background-color: #52c41a;
  color: white;
  box-shadow: 0 2px 4px rgba(82, 196, 26, 0.2);
}
.custom-cable-material .el-main .item-card[data-v-adbc8886] .el-card__body strong {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #606266;
  letter-spacing: 0.3px;
  margin-bottom: 8px;
  text-transform: uppercase;
  opacity: 0.9;
}
.custom-cable-material .el-main .item-card[data-v-adbc8886] .el-card__body h3 {
  margin: 0 0 20px;
  font-weight: 500;
  color: #f6b87b;
  letter-spacing: 1px;
  text-shadow: 0 0 2px rgba(246, 184, 123, 0.3);
  line-height: 1.3;
}

.basic-info-container[data-v-12f7af88] {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.basic-info-container .form-container[data-v-12f7af88] {
  height: -moz-fit-content;
  height: fit-content;
  min-width: 500px;
  box-sizing: border-box;
}

.company-container[data-v-1a914300] {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-container .el-form[data-v-1a914300] {
  min-width: 500px;
  box-sizing: border-box;
}
.company-container .el-form .el-image[data-v-1a914300] {
  width: 300px;
  height: 150px;
  border-radius: 5px;
  border: thin solid #dddddd;
}
.company-container .chose-logo_container[data-v-1a914300] {
  width: 300px;
  height: 150px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  transition: all 0.3s;
  z-index: 999;
  cursor: pointer;
}
.company-container .chose-logo_container .btn-chose[data-v-1a914300] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  width: 100px;
  margin: auto;
  display: none;
}
.company-container .chose-logo_container[data-v-1a914300]:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.company-container .chose-logo_container:hover .btn-chose[data-v-1a914300] {
  display: block;
}

.password-container[data-v-d5970d64] {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.password-container .el-form[data-v-d5970d64] {
  min-width: 500px;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
}


.account-cancellation[data-v-9578eada] {
     height: 100%;
     width: 100%;
     box-sizing: border-box;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 40px;
}
.container[data-v-9578eada] {
     height: -moz-fit-content;
     height: fit-content;
     width: 50%;
     max-width: 600px;
     box-sizing: border-box;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     background-color: #ffffff;
     border-radius: 12px;
     box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
     padding: 40px;
     transition: all 0.3s ease;
&[data-v-9578eada]:hover {
         box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}
.title[data-v-9578eada] {
         font-size: 28px;
         font-weight: 600;
         display: flex;
         justify-content: center;
         align-items: center;
         margin-bottom: 24px;
         color: #333333;
         letter-spacing: 0.5px;
}
.content[data-v-9578eada] {
         font-size: 16px;
         display: flex;
         justify-content: center;
         align-items: center;
         margin-bottom: 32px;
         line-height: 28px;
         color: #666666;
         text-align: center;
         max-width: 100%;
         letter-spacing: 0.3px;
}
.acknowledged[data-v-9578eada] {
         display: flex;
         justify-content: center;
         align-items: center;
         width: 100%;
.el-button[data-v-9578eada] {
             padding: 12px 36px;
             font-size: 16px;
             border-radius: 8px;
             transition: all 0.3s ease;
&[data-v-9578eada]:hover {
                 transform: translateY(-2px);
                 box-shadow: 0 4px 12px rgba(64, 158, 255, 0.3);
}
}
}
}



.personal-center[data-v-5e242212] {
  padding: 20px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background-color: white;
}
.personal-center[data-v-5e242212] .el-tabs__content {
  height: 100%;
.el-tab-pane[data-v-5e242212]{
    height: 100%;
}
}
.personal-center[data-v-5e242212] .el-tabs__item {
  display: flex !important;
}


.system-component-edit[data-v-d06f7d84] {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background-color: #dddddd;
}
.system-component-edit .el-form .el-select[data-v-d06f7d84],
.system-component-edit .el-form .el-input-number[data-v-d06f7d84] {
  width: 100%;
}

.system-component-edit .el-drawer__header {
  padding: 10px 20px;
  border-bottom: thin solid #dddddd;
  margin-bottom: 10px;
}
.system-component-edit .el-drawer__body {
  padding: 15px 20px;
}
.system-component-edit .el-drawer__body .el-form input {
  padding-right: 0;
  text-align: left;
}

.system-component-insert[data-v-68aaa126] {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background-color: #dddddd;
}
.system-component-insert .el-form .el-select[data-v-68aaa126],
.system-component-insert .el-form .el-input-number[data-v-68aaa126] {
  width: 100%;
}

.system-component-insert .el-drawer__header {
  padding: 10px 20px;
  border-bottom: thin solid #dddddd;
  margin-bottom: 10px;
}
.system-component-insert .el-drawer__body {
  padding: 15px 20px;
}
.system-component-insert .el-drawer__body .el-form input {
  padding-right: 0;
  text-align: left;
}

.import-system-component[data-v-57c61718] {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.import-system-component .page-container[data-v-57c61718] {
  height: 60px;
  box-sizing: border-box;
  padding: 15px 0;
  text-align: center;
}
.import-system-component .el-drawer__wrapper[data-v-57c61718] {
  position: absolute;
}
.import-system-component[data-v-57c61718] .el-table {
  border-bottom: 1px solid #ebeef5;
}
.import-system-component[data-v-57c61718] .el-table .el-table__row:last-child .el-table__cell {
  border-bottom: none;
}
.import-system-component[data-v-57c61718] .el-table::before {
  display: none;
}

.componentInfo-modal .el-dialog__body {
  padding: 15px;
}
.componentInfo-modal .el-descriptions__header {
  margin-bottom: 0;
  padding: 10px 5px;
}
.componentInfo-modal .el-descriptions__header .el-descriptions__title {
  font-size: 14px;
  font-weight: normal;
}

.system-inverter-create[data-v-2780fccf] {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background-color: #dddddd;
}
.system-inverter-create .el-form .image-container[data-v-2780fccf] {
  height: 165px;
  width: 150px;
  position: relative;
  margin: 0 auto 5px;
}
.system-inverter-create .el-form .image-container .el-image[data-v-2780fccf],
.system-inverter-create .el-form .image-container .el-chose[data-v-2780fccf] {
  height: 100%;
  width: 100%;
}
.system-inverter-create .el-form .image-container .el-chose[data-v-2780fccf] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s;
}
.system-inverter-create .el-form .image-container .el-chose .el-button[data-v-2780fccf] {
  height: 32px;
  width: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.system-inverter-create .el-form .image-container .image-slot i[data-v-2780fccf] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50px;
  width: 50px;
  font-size: 50px;
  margin: auto;
}
.system-inverter-create .el-form .image-container:hover .el-chose[data-v-2780fccf] {
  opacity: 1;
}
.system-inverter-create .el-form .el-select[data-v-2780fccf],
.system-inverter-create .el-form .el-input-number[data-v-2780fccf] {
  width: 100%;
}

.system-inverter-create .el-drawer__header {
  padding: 10px 20px;
  border-bottom: thin solid #dddddd;
  margin-bottom: 10px;
}
.system-inverter-create .el-drawer__body {
  padding: 15px 20px;
}
.system-inverter-create .el-drawer__body .el-form input {
  padding-right: 0;
  text-align: left;
}
.system-inverter-create .el-drawer__body .el-form .image-slot {
  height: 100%;
  width: 100%;
  position: relative;
  background-color: #eaeff9;
}

.system-inverter-edit[data-v-ebffb4c6] {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background-color: #dddddd;
}
.system-inverter-edit .el-form .image-container[data-v-ebffb4c6] {
  height: 165px;
  width: 150px;
  position: relative;
  margin: 0 auto 5px;
}
.system-inverter-edit .el-form .image-container .el-image[data-v-ebffb4c6],
.system-inverter-edit .el-form .image-container .el-chose[data-v-ebffb4c6] {
  height: 100%;
  width: 100%;
}
.system-inverter-edit .el-form .image-container .el-chose[data-v-ebffb4c6] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s;
}
.system-inverter-edit .el-form .image-container .el-chose .el-button[data-v-ebffb4c6] {
  height: 32px;
  width: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.system-inverter-edit .el-form .image-container:hover .el-chose[data-v-ebffb4c6] {
  opacity: 1;
}
.system-inverter-edit .el-form .el-select[data-v-ebffb4c6],
.system-inverter-edit .el-form .el-input-number[data-v-ebffb4c6] {
  width: 100%;
}

.system-inverter-edit .el-drawer__header {
  padding: 10px 20px;
  border-bottom: thin solid #dddddd;
  margin-bottom: 10px;
}
.system-inverter-edit .el-drawer__body {
  padding: 15px 20px;
}
.system-inverter-edit .el-drawer__body .el-form input {
  padding-right: 0;
  text-align: left;
}

.system-inverter-import-call-dialog {
  height: 65vh;
}
.system-inverter-import-call-dialog .el-dialog__header {
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px 0 20px !important;
}
.system-inverter-import-call-dialog .el-dialog__body {
  padding: 10px 10px 0;
  height: calc(65vh - 100px);
  width: 100%;
  box-sizing: border-box;
}
.system-inverter-import-call-dialog .el-dialog__footer {
  height: 50px;
  width: 100%;
  padding: 0 20px !important;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.el-divider--horizontal {
  margin: 2px 0 !important;
}

.import-inverter[data-v-caf0817a] {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.import-inverter .page-container[data-v-caf0817a] {
  height: 60px;
  box-sizing: border-box;
  padding: 15px 0;
  text-align: center;
}
.import-inverter .el-drawer__wrapper[data-v-caf0817a] {
  position: absolute;
}
.import-inverter[data-v-caf0817a] .el-table {
  border-bottom: 1px solid #ebeef5;
}
.import-inverter[data-v-caf0817a] .el-table .el-table__row:last-child .el-table__cell {
  border-bottom: none;
}
.import-inverter[data-v-caf0817a] .el-table::before {
  display: none;
}
.inverterInfo-modal .el-dialog__body .el-image[data-v-caf0817a] {
  height: 175px;
  width: 100%;
}
.inverterImageSetting-modal .image-container[data-v-caf0817a] {
  height: 220px;
  width: 200px;
  position: relative;
}
.inverterImageSetting-modal .image-container .el-image[data-v-caf0817a] {
  height: 100%;
  width: 100%;
}
.inverterImageSetting-modal .image-container .image-slot i[data-v-caf0817a] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50px;
  width: 50px;
  font-size: 50px;
  margin: auto;
}
.set-command-item[data-v-caf0817a] {
  line-height: 40px;
  padding: 0 20px;
}

.inverterInfo-modal .el-dialog__body {
  padding: 10px;
}
.inverterInfo-modal .el-dialog__body .el-image img {
  width: 183px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
.inverterInfo-modal .el-dialog__body .el-image__inner {
  height: 100%;
  width: 100% !important;
}
.inverterInfo-modal .el-descriptions__header {
  margin-bottom: 0;
  padding: 10px 5px;
}
.inverterInfo-modal .el-descriptions__header .el-descriptions__title {
  font-size: 14px;
  font-weight: normal;
}
.inverterImageSetting-modal .image-container .image-slot {
  height: 100%;
  width: 100%;
  position: relative;
  background-color: #eaeff9;
}

.create-system-battery-form[data-v-722f4ca3] .el-input__inner {
  text-align: left;
}

.update-system-battery-form[data-v-0eef35f0] .el-input__inner {
  text-align: left;
}

.system-battery-import-call-dialog {
  height: 65vh;
}
.system-battery-import-call-dialog .el-dialog__header {
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px 0 20px !important;
}
.system-battery-import-call-dialog .el-dialog__body {
  padding: 10px 10px 0;
  height: calc(65vh - 100px);
  width: 100%;
  box-sizing: border-box;
}
.system-battery-import-call-dialog .el-dialog__footer {
  height: 50px;
  width: 100%;
  padding: 0 20px !important;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.el-divider--horizontal {
  margin: 2px 0 !important;
}

.import-battery[data-v-a4775406] {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.import-battery .page-container[data-v-a4775406] {
  height: 60px;
  box-sizing: border-box;
  padding: 15px 0;
  text-align: center;
}
.import-battery[data-v-a4775406] .el-table {
  border-bottom: 1px solid #ebeef5;
}
.import-battery[data-v-a4775406] .el-table .el-table__row:last-child .el-table__cell {
  border-bottom: none;
}
.import-battery[data-v-a4775406] .el-table::before {
  display: none;
}

.create-common-battery-form[data-v-51e4a367] .el-input__inner {
  text-align: left;
}

.update-common-battery-form[data-v-22b6e698] .el-input__inner {
  text-align: left;
}

.common-battery-import-call-dialog {
  height: 65vh;
}
.common-battery-import-call-dialog .el-dialog__header {
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px 0 20px !important;
}
.common-battery-import-call-dialog .el-dialog__body {
  padding: 10px 10px 0;
  height: calc(65vh - 100px);
  width: 100%;
  box-sizing: border-box;
}
.common-battery-import-call-dialog .el-dialog__footer {
  height: 50px;
  width: 100%;
  padding: 0 20px !important;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.el-divider--horizontal {
  margin: 2px 0 !important;
}

.common-battery_container[data-v-2141c112] {
  height: 100%;
  width: 100%;
}
.common-battery_container .page-container[data-v-2141c112] {
  height: 60px;
  box-sizing: border-box;
  padding: 15px 0;
  text-align: center;
}
.common-battery_container[data-v-2141c112] .el-table {
  border-bottom: 1px solid #ebeef5;
}
.common-battery_container[data-v-2141c112] .el-table .el-table__row:last-child .el-table__cell {
  border-bottom: none;
}
.common-battery_container[data-v-2141c112] .el-table::before {
  display: none;
}

.account-manager[data-v-476e019d] {
  height: 100%;
  width: 100%;
}
.account-manager .el-card__body .page-container[data-v-476e019d] {
  height: 60px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.account-manager[data-v-476e019d] .el-table {
  border-bottom: 1px solid #ebeef5;
}
.account-manager[data-v-476e019d] .el-table .el-table__row:last-child .el-table__cell {
  border-bottom: none;
}
.account-manager[data-v-476e019d] .el-table::before {
  display: none;
}
.search-container[data-v-476e019d] {
  width: 300px;
  display: flex;
  height: 50px;
  padding: 15px 0;
  box-sizing: border-box;
}

.account-manager .el-card__body {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.account-manager .el-dialog__body {
  padding: 0 20px 30px;
}

.create-basic-information__form[data-v-4c2a7ffa] .el-input-number .el-input__inner {
  text-align: left;
}

.edit-basic-information__form[data-v-7aadb45e] .el-input-number .el-input__inner {
  text-align: left;
}

.import-call-dialog {
  height: 65vh;
}
.import-call-dialog .el-dialog__header {
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px 0 20px !important;
}
.import-call-dialog .el-dialog__body {
  padding: 10px 10px 0;
  height: calc(65vh - 100px);
  width: 100%;
  box-sizing: border-box;
}
.import-call-dialog .el-dialog__footer {
  height: 50px;
  width: 100%;
  padding: 0 20px !important;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.el-divider--horizontal {
  margin: 2px 0 !important;
}

.basic-information[data-v-579963ca] {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}
.basic-information .page-header[data-v-579963ca] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.basic-information .page-header .button-operate[data-v-579963ca] {
  display: flex;
  height: 32px;
  align-items: center;
  background-color: #f2f5e1;
  border-color: #ca884e;
  border-width: 2px;
  color: #ca884e;
}
.basic-information .page-header .base-info__search[data-v-579963ca] {
  display: flex;
  height: 32px;
  align-items: center;
}
.basic-information .page-header .base-info__search .el-form-item[data-v-579963ca] {
  margin-bottom: 0px;
}
.basic-information .page-header .base-info__search .el-form-item[data-v-579963ca] .el-input__inner {
  text-align: left;
}
.basic-information .page-main[data-v-579963ca] {
  padding: 0px;
  height: calc(100% - 110px);
}
.basic-information .page-main[data-v-579963ca] .el-table {
  border-bottom: 1px solid #ebeef5;
}
.basic-information .page-main[data-v-579963ca] .el-table .el-table__row:last-child .el-table__cell {
  border-bottom: none;
}
.basic-information .page-main[data-v-579963ca] .el-table::before {
  display: none;
}
.basic-information .page-footer[data-v-579963ca] {
  display: flex;
  height: 55px;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.create-loading-equipment__form[data-v-6343e2e0] .el-input-number .el-input__inner {
  text-align: left;
}

.edit-loading-equipment__form[data-v-7e6e98c4] .el-input-number .el-input__inner {
  text-align: left;
}

.import-call-dialog {
  height: 65vh;
}
.import-call-dialog .el-dialog__header {
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px 0 20px !important;
}
.import-call-dialog .el-dialog__body {
  padding: 10px 10px 0;
  height: calc(65vh - 100px);
  width: 100%;
  box-sizing: border-box;
}
.import-call-dialog .el-dialog__footer {
  height: 50px;
  width: 100%;
  padding: 0 20px !important;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.el-divider--horizontal {
  margin: 2px 0 !important;
}

.loading-equipment[data-v-cbf50c24] {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}
.loading-equipment .page-header[data-v-cbf50c24] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.loading-equipment .page-header .button-operate[data-v-cbf50c24] {
  display: flex;
  height: 32px;
  align-items: center;
  background-color: #f2f5e1;
  border-color: #ca884e;
  border-width: 2px;
  color: #ca884e;
}
.loading-equipment .page-header .load-equipment__search[data-v-cbf50c24] {
  display: flex;
  height: 32px;
  align-items: center;
}
.loading-equipment .page-header .load-equipment__search .el-form-item[data-v-cbf50c24] {
  margin-bottom: 0px;
}
.loading-equipment .page-main[data-v-cbf50c24] {
  padding: 0px;
  height: calc(100% - 55px);
}
.loading-equipment .page-main[data-v-cbf50c24] .el-table {
  border-bottom: 1px solid #ebeef5;
}
.loading-equipment .page-main[data-v-cbf50c24] .el-table .el-table__row:last-child .el-table__cell {
  border-bottom: none;
}
.loading-equipment .page-main[data-v-cbf50c24] .el-table::before {
  display: none;
}
.loading-equipment .page-footer[data-v-cbf50c24] {
  display: flex;
  height: 55px;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.create-rec-inverter__form[data-v-7970872e] .el-input-number .el-input__inner {
  text-align: left;
}

.edit-rec-inverter__form[data-v-ce868888] .el-input-number .el-input__inner {
  text-align: left;
}

.import-call-dialog {
  height: 65vh;
}
.import-call-dialog .el-dialog__header {
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px 0 20px !important;
}
.import-call-dialog .el-dialog__body {
  padding: 10px 10px 0;
  height: calc(65vh - 100px);
  width: 100%;
  box-sizing: border-box;
}
.import-call-dialog .el-dialog__footer {
  height: 50px;
  width: 100%;
  padding: 0 20px !important;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.el-divider--horizontal {
  margin: 2px 0 !important;
}

.rec-inverter[data-v-7edb14e0] {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}
.rec-inverter .page-header[data-v-7edb14e0] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.rec-inverter .page-header .button-operate[data-v-7edb14e0] {
  display: flex;
  height: 32px;
  align-items: center;
  background-color: #f2f5e1;
  border-color: #ca884e;
  border-width: 2px;
  color: #ca884e;
}
.rec-inverter .page-header .base-info__search[data-v-7edb14e0] {
  display: flex;
  height: 32px;
  align-items: center;
}
.rec-inverter .page-header .base-info__search .el-form-item[data-v-7edb14e0] {
  margin-bottom: 0px;
}
.rec-inverter .page-header .base-info__search .el-form-item[data-v-7edb14e0] .el-input__inner {
  text-align: left;
}
.rec-inverter .page-main[data-v-7edb14e0] {
  padding: 0px;
  height: calc(100% - 110px);
}
.rec-inverter .page-main[data-v-7edb14e0] .el-table {
  border-bottom: 1px solid #ebeef5;
}
.rec-inverter .page-main[data-v-7edb14e0] .el-table .el-table__row:last-child .el-table__cell {
  border-bottom: none;
}
.rec-inverter .page-main[data-v-7edb14e0] .el-table::before {
  display: none;
}
.rec-inverter .page-footer[data-v-7edb14e0] {
  display: flex;
  height: 55px;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.create-battery__form-inverter__form[data-v-6933b177] .el-input-number .el-input__inner {
  text-align: left;
}

.edit-rec-battery__form[data-v-56a7e445] .el-input-number .el-input__inner {
  text-align: left;
}

.import-call-dialog {
  height: 65vh;
}
.import-call-dialog .el-dialog__header {
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px 0 20px !important;
}
.import-call-dialog .el-dialog__body {
  padding: 10px 10px 0;
  height: calc(65vh - 100px);
  width: 100%;
  box-sizing: border-box;
}
.import-call-dialog .el-dialog__footer {
  height: 50px;
  width: 100%;
  padding: 0 20px !important;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.el-divider--horizontal {
  margin: 2px 0 !important;
}

.rec-battery[data-v-7fe743b2] {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}
.rec-battery .page-header[data-v-7fe743b2] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.rec-battery .page-header .button-operate[data-v-7fe743b2] {
  display: flex;
  height: 32px;
  align-items: center;
  background-color: #f2f5e1;
  border-color: #ca884e;
  border-width: 2px;
  color: #ca884e;
}
.rec-battery .page-header .base-info__search[data-v-7fe743b2] {
  display: flex;
  height: 32px;
  align-items: center;
}
.rec-battery .page-header .base-info__search .el-form-item[data-v-7fe743b2] {
  margin-bottom: 0px;
}
.rec-battery .page-header .base-info__search .el-form-item[data-v-7fe743b2] .el-input__inner {
  text-align: left;
}
.rec-battery .page-main[data-v-7fe743b2] {
  padding: 0px;
  height: calc(100% - 110px);
}
.rec-battery .page-main[data-v-7fe743b2] .el-table {
  border-bottom: 1px solid #ebeef5;
}
.rec-battery .page-main[data-v-7fe743b2] .el-table .el-table__row:last-child .el-table__cell {
  border-bottom: none;
}
.rec-battery .page-main[data-v-7fe743b2] .el-table::before {
  display: none;
}
.rec-battery .page-footer[data-v-7fe743b2] {
  display: flex;
  height: 55px;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.equipment-recommendation-maintenance[data-v-2c178d00] {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.meun-unselected[data-v-2c178d00] {
  background-color: #9fb2c5;
  border-color: #9fb2c5;
}

.wscn-http404-container[data-v-09c68b87] {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 40%;
  left: 50%;
}
.wscn-http404-container a[data-v-09c68b87] {
  text-decoration: none;
}
.wscn-http404[data-v-09c68b87] {
  position: relative;
  width: 1200px;
  padding: 0 50px;
  overflow: hidden;
}
.wscn-http404 .pic-404[data-v-09c68b87] {
  position: relative;
  float: left;
  width: 600px;
  overflow: hidden;
}
.wscn-http404 .pic-404__parent[data-v-09c68b87] {
  width: 100%;
}
.wscn-http404 .pic-404__child[data-v-09c68b87] {
  position: absolute;
}
.wscn-http404 .pic-404__child.left[data-v-09c68b87] {
  width: 80px;
  top: 17px;
  left: 220px;
  opacity: 0;
  animation-name: cloudLeft-09c68b87;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  animation-iteration-count: infinite;
}
.wscn-http404 .pic-404__child.mid[data-v-09c68b87] {
  width: 46px;
  top: 10px;
  left: 420px;
  opacity: 0;
  animation-name: cloudMid-09c68b87;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-delay: 1.2s;
  animation-iteration-count: infinite;
}
.wscn-http404 .pic-404__child.right[data-v-09c68b87] {
  width: 62px;
  top: 100px;
  left: 500px;
  opacity: 0;
  animation-name: cloudRight-09c68b87;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  animation-iteration-count: infinite;
}
@keyframes cloudLeft-09c68b87 {
0% {
    top: 17px;
    left: 220px;
    opacity: 0;
}
20% {
    top: 33px;
    left: 188px;
    opacity: 1;
}
80% {
    top: 81px;
    left: 92px;
    opacity: 1;
}
100% {
    top: 97px;
    left: 60px;
    opacity: 0;
}
}
@keyframes cloudMid-09c68b87 {
0% {
    top: 10px;
    left: 420px;
    opacity: 0;
}
20% {
    top: 40px;
    left: 360px;
    opacity: 1;
}
70% {
    top: 130px;
    left: 180px;
    opacity: 1;
}
100% {
    top: 160px;
    left: 120px;
    opacity: 0;
}
}
@keyframes cloudRight-09c68b87 {
0% {
    top: 100px;
    left: 500px;
    opacity: 0;
}
20% {
    top: 120px;
    left: 460px;
    opacity: 1;
}
80% {
    top: 180px;
    left: 340px;
    opacity: 1;
}
100% {
    top: 200px;
    left: 300px;
    opacity: 0;
}
}
.wscn-http404 .bullshit[data-v-09c68b87] {
  position: relative;
  float: left;
  width: 300px;
  padding: 30px 0;
  overflow: hidden;
}
.wscn-http404 .bullshit__oops[data-v-09c68b87] {
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #1482f0;
  opacity: 0;
  margin-bottom: 20px;
  animation-name: slideUp-09c68b87;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__headline[data-v-09c68b87] {
  font-size: 20px;
  line-height: 24px;
  color: #222;
  font-weight: bold;
  opacity: 0;
  margin-bottom: 10px;
  animation-name: slideUp-09c68b87;
  animation-duration: 0.5s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__info[data-v-09c68b87] {
  font-size: 13px;
  line-height: 21px;
  color: grey;
  opacity: 0;
  margin-bottom: 30px;
  animation-name: slideUp-09c68b87;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__return-home[data-v-09c68b87] {
  display: block;
  float: left;
  width: 110px;
  height: 36px;
  background: #1482f0;
  border-radius: 100px;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  font-size: 14px;
  line-height: 36px;
  cursor: pointer;
  animation-name: slideUp-09c68b87;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
@keyframes slideUp-09c68b87 {
0% {
    transform: translateY(60px);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}

.error-page-container[data-v-099c4504] {
  width: 800px;
  height: calc(100% - 200px);
  margin: 100px auto;
}
.error-page-container .pan-back-btn[data-v-099c4504] {
  background: #008489;
  color: #fff;
  border: none!important;
}
.error-page-container .pan-gif[data-v-099c4504] {
  margin: 0 auto;
  display: block;
}
.error-page-container .pan-img[data-v-099c4504] {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.error-page-container .text-jumbo[data-v-099c4504] {
  font-size: 60px;
  font-weight: 700;
  color: #484848;
}
.error-page-container .list-unstyled[data-v-099c4504] {
  font-size: 14px;
}
.error-page-container .list-unstyled li[data-v-099c4504] {
  padding-bottom: 5px;
}
.error-page-container .list-unstyled a[data-v-099c4504] {
  color: #008489;
  text-decoration: none;
}
.error-page-container .list-unstyled a[data-v-099c4504]:hover {
  text-decoration: underline;
}

.login-page[data-v-37dfd6fc] {
  width: 100%;
  height: 100%;
  background-image: url(../../static/img/home_bg.53231031.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.login-page .el-header[data-v-37dfd6fc] {
  position: absolute;
  left: 0;
  right: 0;
  height: 160px;
  background-repeat: no-repeat;
  background-position-x: 120px;
  background-position-y: 20px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: 20px;
}
.login-page .el-header .language-select[data-v-37dfd6fc] {
  background-color: transparent;
  width: 120px;
  height: 40px;
}
.login-page .headr_zh[data-v-37dfd6fc] {
  background-image: url(../../static/img/logo_zh_cn.711bb627.png);
  background-size: 150px 50px;
}
.login-page .header_en[data-v-37dfd6fc] {
  background-image: url(../../static/img/logo_en_us.22f71d03.png);
  background-size: 120px 50px;
}
.login-page .el-main[data-v-37dfd6fc] {
  position: absolute;
  left: 0;
  right: 0;
  top: 160px;
  overflow: hidden;
}
.login-page .el-main .login-container[data-v-37dfd6fc] {
  height: 100%;
  min-width: 320px;
  box-sizing: border-box;
  padding: 5% 60px 0 65px;
}
.login-page .el-main .login-container h1[data-v-37dfd6fc] {
  color: #333333;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.login-page .el-main .login-container h2[data-v-37dfd6fc] {
  color: #595758;
  font-weight: 500;
  margin: 3px 0 0 0;
  font-family: 'Alibaba-PuHuiTi-Medium';
}
.login-page .el-main .login-container .link-container[data-v-37dfd6fc] {
  display: grid;
  margin: 20px 0;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.login-page .el-main .login-container .link-container .jump-link-container[data-v-37dfd6fc] {
  text-decoration: none;
  display: flex;
  background-color: white;
  border-radius: 2px;
  align-items: center;
  padding: 8px 40px 8px 10px;
  position: relative;
  height: auto;
  overflow: hidden;
}
.login-page .el-main .login-container .link-container .jump-link-container .link-content[data-v-37dfd6fc] {
  color: #f08300;
  box-sizing: border-box;
  font-size: smaller;
  cursor: pointer;
  display: flex;
  align-items: center;
  word-break: break-word;
  flex: 1;
  white-space: wrap;
}
.login-page .el-main .login-container .link-container .jump-link-container[data-v-37dfd6fc]::after {
  display: block;
  content: '';
  width: 25px;
  height: 35px;
  background-image: url(../../static/img/link.862f22a3.jpg);
  background-repeat: no-repeat;
  background-size: initial;
  background-position: center;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.login-page .el-main .login-container .login-form[data-v-37dfd6fc] {
  height: 300px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 40px;
  box-sizing: border-box;
}
.login-page .el-main .login-container .login-form .btn-login[data-v-37dfd6fc] {
  background-color: #eb8324;
  border-color: #eb8324;
  color: #ffffff;
  width: 100%;
}
.login-page .el-main .login-container .login-form .btn-login span[data-v-37dfd6fc] {
  font-size: 1.3em;
}
.login-page .el-main .login-container .login-form .login-footer[data-v-37dfd6fc] {
  height: 2em;
}
.login-page .el-main .login-container .login-form .login-footer .el-button[data-v-37dfd6fc] {
  color: #595758;
  font-size: smaller;
}
/* 响应式设计 - 适应不同分辨率 */
@media screen and (max-width: 1920px) {
.login-container[data-v-37dfd6fc] {
    padding-top: 0 !important;
    width: 30vw;
}
}
/* 1680x1050 */
@media screen and (max-width: 1680px) {
.login-page .el-header[data-v-37dfd6fc] {
    background-position-x: 100px;
}
.login-page .el-main .login-container[data-v-37dfd6fc] {
    width: 35vw;
    padding: 4% 50px 0 55px;
}
.login-page .el-main .login-container h1[data-v-37dfd6fc] {
    font-size: 28px;
}
.login-page .el-main .login-container .login-form[data-v-37dfd6fc] {
    padding: 35px;
}
}
/* 1600x900 */
@media screen and (max-width: 1600px) {
.login-page .el-header[data-v-37dfd6fc] {
    background-position-x: 80px;
}
.login-page .el-main .login-container[data-v-37dfd6fc] {
    width: 35vw;
    padding: 3% 45px 0 50px;
}
.login-page .el-main .login-container h1[data-v-37dfd6fc] {
    font-size: 26px;
}
.login-page .el-main .login-container .link-container[data-v-37dfd6fc] {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-row-gap: 10px;
}
.login-page .el-main .login-container .login-form[data-v-37dfd6fc] {
    padding: 30px;
    height: 280px;
}
}
/* 1440x1080 和 1440x900 */
@media screen and (max-width: 1440px) {
.login-page .el-header[data-v-37dfd6fc] {
    height: 140px;
    background-position-x: 60px;
    background-position-y: 15px;
}
.login-page .headr_zh[data-v-37dfd6fc] {
    background-size: 130px 45px;
}
.login-page .header_en[data-v-37dfd6fc] {
    background-size: 100px 45px;
}
.login-page .el-main[data-v-37dfd6fc] {
    top: 140px;
}
.login-page .el-main .login-container[data-v-37dfd6fc] {
    width: 40vw;
    padding: 3% 40px 0 45px;
}
.login-page .el-main .login-container h1[data-v-37dfd6fc] {
    font-size: 24px;
}
.login-page .el-main .login-container .login-form[data-v-37dfd6fc] {
    padding: 25px;
    height: 260px;
}
}
/* 1366x768 */
@media screen and (max-width: 1366px) {
.login-page .el-header[data-v-37dfd6fc] {
    height: 120px;
    background-position-x: 40px;
    background-position-y: 10px;
}
.login-page .headr_zh[data-v-37dfd6fc] {
    background-size: 110px 40px;
}
.login-page .header_en[data-v-37dfd6fc] {
    background-size: 90px 40px;
}
.login-page .el-main[data-v-37dfd6fc] {
    top: 120px;
}
.login-page .el-main .login-container[data-v-37dfd6fc] {
    width: 40vw;
    padding: 2% 35px 0 40px;
}
.login-page .el-main .login-container h1[data-v-37dfd6fc] {
    font-size: 22px;
}
.login-page .el-main .login-container .link-container[data-v-37dfd6fc] {
    margin: 15px 0;
}
.login-page .el-main .login-container .login-form[data-v-37dfd6fc] {
    padding: 20px;
    height: 240px;
}
.login-page .el-main .login-container .login-form .btn-login span[data-v-37dfd6fc] {
    font-size: 1.1em;
}
}

.el-input-group__append {
  background-color: white;
}
.login-footer .el-checkbox__label {
  font-size: smaller;
  padding-left: 5px;
}
.el-input.el-input-group.el-input-group--append .el-input-group__append,
.el-input.el-input-group.el-input-group--append .el-input-group__prepend,
.el-input__inner {
  border-radius: 2px;
}

.warp[data-v-022fc800] {
  width: 100vw;
  min-height: 100vh;
  background-color: #d8d8d8;
  display: flex;
  flex-direction: column;
}
.warp header[data-v-022fc800] {
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: auto 60%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 20px;
}
.warp header .head-btn[data-v-022fc800] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.warp main[data-v-022fc800] {
  height: calc(100% - 100px - 100px);
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.warp main .register-container[data-v-022fc800] {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.warp main .register-container h2[data-v-022fc800] {
  color: #595758;
  font-size: 34px;
  font-weight: 500;
  margin: 0 0 20px 0;
  font-family: "Alibaba-PuHuiTi-Medium";
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.warp main .register-container .register-form[data-v-022fc800] {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 30px 10% 10px 20px;
  box-sizing: border-box;
  border: thin solid #eb8324;
  border-radius: 4px;
}
.warp main .register-container .register-form .btn-register[data-v-022fc800] {
  background-color: #eb8324;
  border-color: #eb8324;
  color: #ffffff;
  width: 100%;
  margin-top: 10px;
}
.warp main .register-container .register-form .btn-registeractive[data-v-022fc800] {
  color: #eb8324;
}
.warp main .register-container .register-form .el-form-item[data-v-022fc800] {
  margin-bottom: 20px;
  min-height: 60px;
  position: relative;
}
.warp main .register-container .register-form .el-form-item__label[data-v-022fc800] {
  width: 120px;
  text-align: left;
}
.warp main .register-container .register-form .el-form-item__content[data-v-022fc800] {
  margin-left: 120px !important;
  position: relative;
}
.warp main .register-container .register-form .el-form-item__error[data-v-022fc800] {
  position: static;
  margin-top: 5px;
  padding-top: 0;
  width: 100%;
  word-break: break-word;
  white-space: normal;
  line-height: 1.3;
}
.warp main .register-container .register-form .el-select[data-v-022fc800],
.warp main .register-container .register-form .el-input[data-v-022fc800] {
  width: 100%;
}
.warp footer[data-v-022fc800] {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: auto 60%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  color: #adadad;
  font-size: 14px;
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* 响应式设计 - 适应不同分辨率 */
/* 1920x1080 (默认) */
.register-form[data-v-022fc800] {
  width: 550px !important;
}
/* 1680x1050 */
@media screen and (max-width: 1680px) {
.register-container[data-v-022fc800] {
    max-width: 520px;
}
.register-form[data-v-022fc800] {
    width: 520px !important;
    padding: 25px 30px 10px 30px;
}
.register-container h2[data-v-022fc800] {
    font-size: 32px;
    min-height: 75px;
    margin-bottom: 18px;
}
.register-form .el-form-item[data-v-022fc800] {
    min-height: 55px;
}
}
/* 1600x900 */
@media screen and (max-width: 1600px) {
.register-container[data-v-022fc800] {
    max-width: 490px;
}
.register-form[data-v-022fc800] {
    width: 490px !important;
    padding: 25px 25px 10px 25px;
}
.register-container h2[data-v-022fc800] {
    font-size: 30px;
    min-height: 70px;
    margin-bottom: 16px;
}
.register-form .el-form-item[data-v-022fc800] {
    margin-bottom: 18px;
    min-height: 55px;
}
.warp header[data-v-022fc800] {
    height: 90px;
}
.warp footer[data-v-022fc800] {
    height: 70px;
}
}
/* 1440x1080 和 1440x900 */
@media screen and (max-width: 1440px) {
.register-container[data-v-022fc800] {
    max-width: 460px;
}
.register-form[data-v-022fc800] {
    width: 460px !important;
    padding: 20px 25px 10px 25px;
}
.register-container h2[data-v-022fc800] {
    font-size: 28px;
    min-height: 65px;
    margin-bottom: 14px;
}
.register-form .el-form-item[data-v-022fc800] {
    margin-bottom: 16px;
    min-height: 50px;
}
.register-form .el-form-item__label[data-v-022fc800] {
    width: 110px;
}
.register-form .el-form-item__content[data-v-022fc800] {
    margin-left: 110px !important;
}
.register-form .el-form-item__error[data-v-022fc800] {
    font-size: 12px;
    line-height: 1.3;
}
.warp header[data-v-022fc800] {
    height: 85px;
    padding: 0 15px;
}
.warp main[data-v-022fc800] {
    padding: 15px;
}
.warp footer[data-v-022fc800] {
    height: 65px;
    font-size: 13px;
    padding: 0 15px;
}
}
/* 1366x768 */
@media screen and (max-width: 1366px) {
.register-container[data-v-022fc800] {
    max-width: 420px;
}
.register-form[data-v-022fc800] {
    width: 420px !important;
    padding: 20px;
}
.register-container h2[data-v-022fc800] {
    font-size: 26px;
    min-height: 60px;
    margin-bottom: 12px;
    padding: 0 15px;
}
.register-form .el-form-item[data-v-022fc800] {
    margin-bottom: 14px;
    min-height: 48px;
}
.register-form .el-form-item__label[data-v-022fc800] {
    width: 100px;
    font-size: 12px;
}
.register-form .el-form-item__content[data-v-022fc800] {
    margin-left: 100px !important;
}
.register-form .el-form-item__error[data-v-022fc800] {
    font-size: 11px;
    line-height: 1.3;
}
.warp header[data-v-022fc800] {
    height: 80px;
    padding: 0 10px;
}
.warp main[data-v-022fc800] {
    padding: 10px;
}
.warp footer[data-v-022fc800] {
    height: 60px;
    font-size: 12px;
    padding: 0 10px;
}
.head-btn[data-v-022fc800] {
    gap: 8px;
}
}
/* 小屏幕适配 */
@media screen and (max-width: 1200px) {
.register-container[data-v-022fc800] {
    max-width: 380px;
}
.register-form[data-v-022fc800] {
    width: 380px !important;
    padding: 15px;
}
.register-container h2[data-v-022fc800] {
    font-size: 24px;
    min-height: 55px;
    margin-bottom: 10px;
}
.register-form .el-form-item[data-v-022fc800] {
    margin-bottom: 12px;
    min-height: 45px;
}
.register-form .el-form-item__label[data-v-022fc800] {
    width: 90px;
}
.register-form .el-form-item__content[data-v-022fc800] {
    margin-left: 90px !important;
}
.register-form .el-form-item__error[data-v-022fc800] {
    font-size: 10px;
    line-height: 1.2;
}
}
/* 低高度屏幕适配 */
@media screen and (max-height: 900px) {
.warp[data-v-022fc800] {
    min-height: 900px;
}
.warp header[data-v-022fc800] {
    height: 80px;
}
.warp main[data-v-022fc800] {
    padding: 10px;
}
.register-container[data-v-022fc800] {
    padding: 20px 0;
}
.register-container h2[data-v-022fc800] {
    min-height: 60px;
    margin-bottom: 12px;
    font-size: 28px;
}
.register-form[data-v-022fc800] {
    min-height: 340px;
}
.register-form .el-form-item[data-v-022fc800] {
    min-height: 45px;
}
.warp footer[data-v-022fc800] {
    height: 60px;
}
}
/* 极低高度屏幕适配 */
@media screen and (max-height: 800px) {
.warp[data-v-022fc800] {
    min-height: 800px;
}
.register-container[data-v-022fc800] {
    padding: 15px 0;
}
.register-container h2[data-v-022fc800] {
    min-height: 55px;
    margin-bottom: 10px;
    font-size: 26px;
}
.register-form[data-v-022fc800] {
    min-height: 320px;
}
.register-form .el-form-item[data-v-022fc800] {
    margin-bottom: 12px;
    min-height: 40px;
}
.register-form .el-form-item__error[data-v-022fc800] {
    font-size: 11px;
    line-height: 1.2;
}
}
.warp_en header[data-v-022fc800] {
  background-image: url(../../static/img/logo_en_us.22f71d03.png);
  background-size: 120px 50px;
}
.warp_en footer[data-v-022fc800] {
  background-image: url(../../static/img/logo_footer_en_us.14897bdb.png);
  background-size: 150px;
  background-position: center right 180px;
}
.warp_cn header[data-v-022fc800] {
  background-image: url(../../static/img/logo_zh_cn.711bb627.png);
  background-size: 150px 50px;
}
.warp_cn footer[data-v-022fc800] {
  background-image: url(../../static/img/logo_footer_zh_cn.1ada7e2d.jpg);
  background-position: center right 100px;
}

.warp[data-v-002be769] {
  width: 100vw;
  height: 100vh;
  background-color: #d8d8d8;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.warp header[data-v-002be769] {
  height: 100px !important;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-position-x: 120px;
  background-position-y: 20px;
}
.warp main[data-v-002be769] {
  height: calc(100% - 100px - 100px);
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.warp main .forget-password__container[data-v-002be769] {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.warp main .forget-password__container h2[data-v-002be769] {
  color: #595758;
  font-size: 34px;
  font-weight: 500;
  font-family: "Alibaba-PuHuiTi-Medium";
  text-align: center;
  margin-top: 0;
}
.warp main .forget-password__container .forget-password__form[data-v-002be769] {
  height: -moz-fit-content;
  height: fit-content;
  min-width: 25vw;
  background-color: #ffffff;
  padding: 2vw 1.5vw;
  box-sizing: border-box;
  border: thin solid #eb8324;
  border-radius: 4px;
}
.warp main .forget-password__container .forget-password__form .form-item__account[data-v-002be769] {
  display: grid;
  grid-template-rows: auto auto;
  justify-items: self-start;
}
.warp main .forget-password__container .forget-password__form .form-item__account[data-v-002be769] .el-form-item__content {
  width: 100%;
}
.warp footer[data-v-002be769] {
  height: 100px !important;
  width: 100%;
  box-sizing: border-box;
  padding-left: 100px;
  color: #adadad;
  font-size: 15px;
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  background-repeat: no-repeat;
}
.warp_en header[data-v-002be769] {
  background-image: url(../../static/img/logo_en_us.22f71d03.png);
  background-size: 120px 50px;
}
.warp_en footer[data-v-002be769] {
  background-image: url(../../static/img/logo_footer_en_us.14897bdb.png);
  background-size: 150px;
  background-position: center right 180px;
}
.warp_cn header[data-v-002be769] {
  background-image: url(../../static/img/logo_zh_cn.711bb627.png);
  background-size: 150px 50px;
}
.warp_cn footer[data-v-002be769] {
  background-image: url(../../static/img/logo_footer_zh_cn.1ada7e2d.jpg);
  background-position: center right 100px;
}

.warp[data-v-f529239a] {
  width: 100vw;
  height: 100vh;
  background-color: #d8d8d8;
}
.warp header[data-v-f529239a] {
  background-image: url(../../static/img/logo_solardesign.18b995fa.png);
  background-repeat: no-repeat;
  background-position-y: 20px;
}
.warp header .head-btn[data-v-f529239a] {
  float: right;
  margin-top: 30px;
  margin-right: 20px;
}
.warp .activation-container[data-v-f529239a] {
  height: 300px;
  width: 400px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  margin: 50px auto 0;
  background-color: white;
}
.warp footer[data-v-f529239a] {
  background-color: #ffffff;
  background-image: url(../../static/img/logo_footer.1ada7e2d.jpg);
  background-position: center right 100px;
  background-repeat: no-repeat;
  line-height: 100px;
  color: #adadad;
  width: 100%;
  box-sizing: border-box;
  padding-left: 100px;
  font-size: 15px;
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

[data-v-163515f3]:export {
  MainColor: #f08519;
  layoutHeaderHeight: 50px;
  layoutSideWidth: 220px;
  layoutSideCollapseWidth: 50px;
  layoutSideBgColor: #3f4044;
  layoutBreadcrumbHeight: 50px;
}
.start-page[data-v-163515f3] {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background-color: #d9d9d9;
  display: flex;
  flex-direction: column;
}
.start-page .page-header[data-v-163515f3] {
  width: 100%;
  padding-right: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.start-page .page-header .top-left__container[data-v-163515f3] {
  display: flex;
  height: 6.473vh;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: row;
}
.start-page .page-header .top-left__container .back-container[data-v-163515f3] {
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
}
.start-page .page-header .top-left__container .back-container .back-image[data-v-163515f3] {
  height: 3.02vh;
  width: 1.5625vw;
}
.start-page .page-header .top-left__container .back-container .back-title[data-v-163515f3] {
  margin-left: 10px;
  cursor: pointer;
  font-size: calc(var(--equipmentRec-font-size) * 1.625);
}
.start-page .page-header .top-left__container .image-logo[data-v-163515f3] {
  height: 100%;
  margin-left: 15px;
}
.start-page .page-header .language-select[data-v-163515f3] {
  background-color: transparent;
  width: 6.25vw;
  height: 4.315vh;
}
.start-page .page-header .language-select[data-v-163515f3] .el-input__inner {
  height: 4.315vh;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0;
  border: 2px solid #fff;
  color: white;
  font-size: calc(var(--equipmentRec-font-size) * 0.875);
  padding-left: calc(var(--equipmentRec-font-size) - 2px);
}
.start-page .page-header .language-select[data-v-163515f3] .el-icon-arrow-up {
  line-height: calc(100% + 2px);
  color: white;
}
.start-page .page-mian[data-v-163515f3] {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.start-page .page-mian .content[data-v-163515f3] {
  width: 55%;
  height: 100%;
  padding-top: 10.787vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.start-page .page-mian .content .text-container[data-v-163515f3] {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.start-page .page-mian .content .text-container .text-solis[data-v-163515f3] {
  font-size: calc(var(--equipmentRec-font-size) * 2.1875);
  font-weight: 100;
  text-align: center;
  background: #000000;
  background-clip: border-box;
  -webkit-background-clip: text;
  margin-right: calc(var(--equipmentRec-font-size) * 1.875);
  height: -moz-fit-content;
  height: fit-content;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 2px 1px 4px rgba(0, 0, 0, 0.2);
}
.start-page .page-mian .content .text-container .text-calculator[data-v-163515f3] {
  font-size: calc(var(--equipmentRec-font-size) * 4.0625);
  font-weight: lighter;
  text-align: center;
  background: linear-gradient(90deg, #f98219, #f9d1ae);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  letter-spacing: 2px;
}
.start-page .page-mian .content .button-start[data-v-163515f3] {
  display: flex;
  height: 6.472vh;
  width: 8.333vw;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #f08519;
  color: white;
  font-size: calc(var(--equipmentRec-font-size) * 2.1875);
  margin-top: 4.315vh;
  border-radius: 15px;
}
.start-page .page-footer[data-v-163515f3] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #666666;
  box-sizing: border-box;
  color: white;
  font-size: calc(var(--equipmentRec-font-size) * 1.875);
}
.notice-page[data-v-163515f3] {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background-size: 100% 100%;
  background-image: url("../../static/img/bg_light_ bulb.cc31830f.png");
}
.notice-page .page-header[data-v-163515f3] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 30px;
  box-sizing: border-box;
}
.notice-page .page-header .top-left__container[data-v-163515f3] {
  display: flex;
  height: 6.473vh;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: row;
}
.notice-page .page-header .top-left__container .back-container[data-v-163515f3] {
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
}
.notice-page .page-header .top-left__container .back-container .back-image[data-v-163515f3] {
  height: 3.02vh;
  width: 1.5625vw;
}
.notice-page .page-header .top-left__container .back-container .back-title[data-v-163515f3] {
  margin-left: 10px;
  cursor: pointer;
  font-size: calc(var(--equipmentRec-font-size) * 1.625);
}
.notice-page .page-header .top-left__container .image-logo[data-v-163515f3] {
  height: 100%;
  margin-left: 15px;
}
.notice-page .page-header .language-select[data-v-163515f3] {
  background-color: transparent;
  width: 6.25vw;
  height: 4.315vh;
}
.notice-page .page-header .language-select[data-v-163515f3] .el-input__inner {
  height: 4.315vh;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0;
  border: 2px solid #fff;
  color: white;
}
.notice-page .page-header .language-select[data-v-163515f3] .el-icon-arrow-up {
  line-height: calc(100% + 2px);
  color: white;
}
.notice-page .page-mian[data-v-163515f3] {
  width: 100%;
  box-sizing: border-box;
  padding-top: 43.15vh;
}
.notice-page .page-mian .content[data-v-163515f3] {
  width: 100%;
  height: 30.205vh;
  padding: 0 20%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.notice-page .page-mian .content .text-notice[data-v-163515f3] {
  font-size: calc(var(--equipmentRec-font-size) * 3.75);
  font-weight: bold;
  text-align: center;
  background: #f08519;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  margin-bottom: 2.157vh;
}
.notice-page .page-mian .content .text-notice-content[data-v-163515f3] {
  font-size: calc(var(--equipmentRec-font-size) * 1.875);
  font-weight: lighter;
  text-align: center;
  background: #333333;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  line-height: 1.5;
}
.notice-page .page-mian .button-auth[data-v-163515f3] {
  display: flex;
  height: 6.472vh;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #f08519;
  color: white;
  font-size: calc(var(--equipmentRec-font-size) * 2.1875);
  border-radius: var(--equipmentRec-font-size);
  padding: 1.62vh 1.5625vw;
  margin: 4.315vh auto 0;
}
.notice-page .page-footer[data-v-163515f3] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #666666;
  box-sizing: border-box;
  color: white;
  font-size: calc(var(--equipmentRec-font-size) * 1.875);
}
.equipment-recommendation-page[data-v-163515f3] {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background-color: #D5D5D5;
}
.equipment-recommendation-page .page-header[data-v-163515f3] {
  width: 100%;
  background-color: #595c65;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 30px;
  box-sizing: border-box;
}
.equipment-recommendation-page .page-header .language-select[data-v-163515f3] {
  background-color: transparent;
  width: 6.25vw;
  height: 4.315vh;
}
.equipment-recommendation-page .page-header .language-select[data-v-163515f3] .el-input__inner {
  height: 4.315vh;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0;
  border: 1px solid #fff;
  color: white;
  font-size: calc(var(--equipmentRec-font-size) * 0.875);
  padding-left: calc(var(--equipmentRec-font-size) - 2px);
}
.equipment-recommendation-page .page-header .language-select[data-v-163515f3] .el-icon-arrow-up {
  line-height: calc(100% + 2px);
  color: white;
}
.equipment-recommendation-page .page-mian[data-v-163515f3] {
  width: 100%;
  box-sizing: border-box;
  height: calc(100% - 8.63vh);
}
@media screen and (max-width: 1366px) {
.notice-page .text-notice-content[data-v-163515f3] {
    line-height: 1.3 !important;
}
.equipment-recommendation-page .language-select[data-v-163515f3] {
    width: 6.95vw !important;
}
}


.svg-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.svg-external-icon {
  background-color: currentColor;
  -webkit-mask-size: cover!important;
          mask-size: cover!important;
  display: inline-block;
}

