
[data-v-642be4ff]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-642be4ff]::-webkit-scrollbar-thumb {
  background-color: #a1a3a9;
  border-radius: 4px;
}
body[data-v-642be4ff] {
  margin: 0;
  padding: 0;
}
.box[data-v-642be4ff] {
  background-color: rgb(242, 242, 242);
  /* padding: 5px; */
  width: 100%;
  height: 100%;
  position: relative;
}
.bottom[data-v-642be4ff] {
  height: 100%;
  width: 100%;
  display: flex;
}
.bottom_left[data-v-642be4ff] {
  min-width: 185px;
  height: 100%;
  padding-right: 5px;
}
.package[data-v-642be4ff] {
  background-color: #0c2049;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 5px;
}
.package[data-v-642be4ff] .shrink {
  position: absolute;
  right: -4px;
  top: 45%;
  padding: 20px 10px 20px 10px;
  width: 3px;
  height: 6px;
  z-index: 100;
  border: none;
  background-color: rgb(242, 242, 242);
}
.information[data-v-642be4ff] {
  width: 100%;
  height: 93%;
  overflow: hidden;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}
.el-button[data-v-642be4ff] {
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.top_right[data-v-642be4ff] {
  height: 100%;
  width: 90%;
}
.bottom_right[data-v-642be4ff] {
  background-color: rgb(255, 255, 255);
  min-width: 200px;
  padding: 15px;
  width: 90%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  min-width: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}
.add[data-v-642be4ff] {
  width: 100%;
  height: 7%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.configuration[data-v-642be4ff] {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  /* height: 90%; */
}
.modification[data-v-642be4ff] {
  width: 100%;
  height: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex[data-v-642be4ff] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.value[data-v-642be4ff] {
  width: 850px;
  display: flex;
  justify-content: space-around;
  margin-top: 1%;
  flex-wrap: wrap;
  text-align: center;
  margin-left: 10px;
  position: relative;
}
.value > div[data-v-642be4ff] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 0.5%;
}
.value > .left_top_icon[data-v-642be4ff]{
  position: absolute;
  left: 5px;
  top: 5px;
  /* border-radius: 50%; */
  width: 25px;
  height: 25px;
  z-index: 8;
}
.left_top_icon img[data-v-642be4ff]{
  vertical-align: top;
  width: 100%;
  height: 100%;
}
.value > .delete[data-v-642be4ff] {
  position: absolute;
  right: 10px;
  top: 10px;
}
.value[data-v-642be4ff]:nth-child(2n) {
  background: #f2f6fc;
}
.value[data-v-642be4ff]:nth-child(2n-1) {
  background: #e4e7ed;
}
.nav[data-v-642be4ff] {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  background: #f2f6fc;
  box-sizing: content-box;
}
.center[data-v-642be4ff] {
  width: 100%;
}
.nav > div[data-v-642be4ff] {
  width: 350px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.title[data-v-642be4ff] {
  margin-left: 2%;
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
}
.title[data-v-642be4ff] .el-button {
  width: 30px;
  height: 20px;
}
.configuration > div[data-v-642be4ff] .el-divider {
  margin: 6px 0;
}
.delete_right[data-v-642be4ff] {
  display: block;
  cursor: pointer;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 22px;
  right: 30px;
}
.model_version_contrle_history_box[data-v-642be4ff] {
  width: 100%;
  max-height: 200px;
  border: #2e405e solid 1px;
  background-color: rgba(255, 255, 255, 0.04);
  padding: 15px;
  box-sizing: border-box;
  border-radius: 4px;
  overflow-y: overlay;
}
.model_version_contrle_history_box p[data-v-642be4ff] {
  color: #fff;
  line-height: 2;
}

.box_sys .left .left_top_filter .el-input__inner {
  height: 32px;
  line-height: 32px;
}
.box_sys .value .el-select .el-input__inner,
.box_sys .value .el-select .el-input__icon {
  line-height: 28px;
  height: 28px;
}
.box_sys .dialogcopy .el-row {
  margin-bottom: 15px;
}
.box_sys .dialogcopy .el-row input {
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 15px;
  border-radius: 6px;
}
.box_sys .dialogcopy .el-row .el-col-2 span {
  display: inline-block;
  width: 100%;
  line-height: 40px;
  text-align: center;
}
.box_sys .equipmentBox_footer .el-button {
  display: inline-block;
}
.box_sys .model_dialog .el-input--mini .el-input__inner {
  height: 40px;
  line-height: 40px;
}
