
[data-v-770f8251]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
[data-v-770f8251]::-webkit-scrollbar-thumb {
    background-color: #a1a3a9;
    border-radius: 4px;
}
body[data-v-770f8251] {
    margin: 0;
    padding: 0;
}
.box[data-v-770f8251] {
    background-color: rgb(242, 242, 242);
    /* padding: 5px; */
    width: 100%;
    height: 100%;
    position: relative;
}
.bottom[data-v-770f8251] {
    height: 100%;
    width: 100%;
    display: flex;
}
.bottom_left[data-v-770f8251] {
    min-width: 185px;
    height: 100%;
    padding-right: 5px;
}
.package[data-v-770f8251] {
    background-color: #0c2049;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 5px;
}
.package[data-v-770f8251] .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-770f8251] {
    width: 100%;
    height: calc(100% - 125px);
    overflow: hidden;
    overflow-y: scroll;
    overflow-x: hidden;
    overflow-y: auto;
}
.el-button[data-v-770f8251] {
    /* width: 60px; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.bottom_right[data-v-770f8251] {
    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-770f8251] {
    width: 100%;
    height: 125px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.add .el-button[data-v-770f8251] {
    width: 50%;
    margin-left: 0;
    margin-bottom: 10px;
}
.configuration[data-v-770f8251] {
    width: 100%;
    height: 100%;
    padding: 15px;
    box-sizing: border-box;
    /* height: 90%; */
}
.create_skill_auth[data-v-770f8251] {
    margin: 10px;
    float: right;
}
/* 添加关联课程弹窗样式 */
.content[data-v-770f8251] {
    display: flex;
    gap: 20px;
    max-height: 400px;
}
.function-list[data-v-770f8251] {
    width: 300px;
}
.function-description[data-v-770f8251] {
    flex: 1;
}
.function-list h3[data-v-770f8251],
.function-description h3[data-v-770f8251] {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 600;
}
.list-container[data-v-770f8251] {
    height: 300px;
    overflow-y: auto;
    border: 1px solid #2e405e;
    border-radius: 4px;
}
.form-container[data-v-770f8251] {
    height: 355px;
    overflow-y: auto;
    border: 1px solid #2e405e;
    border-radius: 4px;
    padding: 15px;
}
.form-container2[data-v-770f8251]{
    text-align: center;
    line-height: 320px;
    
    color: #ccc;
}
.add_class_btn[data-v-770f8251] {
    float: right;
    margin-top: 15px;
}
.add_class[data-v-770f8251] {
    display: flex;
    width: 100%;
    padding-top: 15px;
}
.add_class_title[data-v-770f8251] {
    width: 85px;
}
.add_class_tag[data-v-770f8251] {
    flex: 1;
}
.tag[data-v-770f8251] {
    margin: 2px;
    cursor: pointer;
}

.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 .equipmentBox_footer .el-button {
  display: inline-block;
}
