@charset "UTF-8";
[data-v-36960df8]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-36960df8]::-webkit-scrollbar-thumb {
  background-color: #a1a3a9;
  border-radius: 4px;
}
body[data-v-36960df8] {
  margin: 0;
  padding: 0;
}
.box[data-v-36960df8] {
  background-color: rgb(242, 242, 242);
  /* padding: 5px; */
  width: 100%;
  height: 100%;
  position: relative;
}
.bottom[data-v-36960df8] {
  height: 100%;
  width: 100%;
  display: flex;
}
.el-button[data-v-36960df8] {
  /* width: 60px; */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.bottom_right[data-v-36960df8] {
  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-36960df8] {
  width: 100%;
  height: 125px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.add .el-button[data-v-36960df8] {
  width: 50%;
  margin-left: 0;
  margin-bottom: 10px;
}
.configuration[data-v-36960df8] {
  width: 100%;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
  /* height: 90%; */
}
.create_skill_auth[data-v-36960df8] {
  margin: 10px;
  float: right;
}
.score-container[data-v-36960df8] {
  display: flex;
  border-bottom: 1px solid #a1a3a9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.question-score[data-v-36960df8] {
  width: 150px;
  /* 垂直居中展示 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.question-score .question-label[data-v-36960df8] {
  text-align: center;
}
.question-item[data-v-36960df8] {
  flex: 1;
}
.question-item .el-row[data-v-36960df8] {
  margin-bottom: 5px;
}
.question-col[data-v-36960df8] {
  display: flex;
}
.question-col .question-label[data-v-36960df8] {
  width: 65px;
  margin: auto;
}
.question-col .el-input[data-v-36960df8],
.question-col .el-textarea[data-v-36960df8] {
  flex: 1;
  margin-right: 5px;
}
.type4_img_box[data-v-36960df8] {
  flex: 1;
  border: solid 1px #2e405e;
  box-sizing: border-box;
  border-radius: 4px;
  min-height: 32px;
  padding: 5px 15px;
}
.type4_img_box > div[data-v-36960df8] {
  position: relative;
  line-height: 32px;
  display: inline-block;
  margin-right: 10px;
  width: 80px;
  height: 80px;
  vertical-align: middle;
  border: solid 1px #2e405e;
  box-sizing: border-box;
  border-radius: 4px;
}
.type4_img_box > div span[data-v-36960df8] {
  position: absolute;
  top: -8px;
  right: -8px;
}
.type4_img_box > div .el-image[data-v-36960df8] {
  width: 100%;
  height: 100%;
}
.type4_img_box > div .video_box_sli[data-v-36960df8] {
  width: 100%;
  height: 100%;
  position: relative;
}
.type4_img_box > div .video_box_sli span[data-v-36960df8] {
  border: solid 1px #fff;
  box-sizing: border-box;
  border-radius: 50%;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  position: initial;
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.type4_img_box > div .video_box_sli img[data-v-36960df8] {
  width: 80px;
  height: 100%;
  vertical-align: top;
}
.box_sys .value .el-select .el-input__inner,
.box_sys .value .el-select .el-input__icon {
  line-height: 28px;
  height: 28px;
}
.box_sys .equipmentBox_footer .el-button {
  display: inline-block;
}
.question-score .el-input__inner {
  padding-right: 0px;
}
