.plant-model-list-container[data-v-440d54d0] {
  width: 100%;
  height: 100%;
  background: #eee;
  display: flex;
  padding-bottom: 4.5rem;
  box-sizing: border-box;
  flex-direction: column;
}
.plant-model-list-container .list[data-v-440d54d0] {
  width: 100%;
  flex: 1;
  overflow-y: auto;
}
.plant-model-list-container .list .line[data-v-440d54d0] {
  width: 100%;
  height: 2.75rem;
  display: flex;
  align-items: center;
  padding: 0 0.625rem;
  box-sizing: border-box;
  background: #fff;
  border-bottom: 0.01rem solid #eee;
  box-shadow: 0.3125rem 0.3125rem 0.5rem #ccc;
  font-size: 0.875rem;
  margin-top: 0.4rem;
  position: relative;
}
.plant-model-list-container .list .line .icons[data-v-440d54d0] {
  position: absolute;
  right: 0;
  top: 0.625rem;
  bottom: 0;
  margin: auto 0;
  color: blue;
}
.plant-model-list-container .search-content[data-v-440d54d0] {
  width: 100%;
  height: 3rem;
}
.plant-model-list-container .bottom-btn[data-v-440d54d0] {
  width: 100%;
  position: absolute;
  bottom: 0.3rem;
  left: 0;
}
