﻿.defaultLoading {
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.defaultLoading span {
    margin-top: 10px;
}
.coursewareList {
}
.coursewareListTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}
.coursewareListTitleSearch {
    visibility: hidden;
}
.coursewareListTitleSearch > img {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 10px;
    left: 15px;
}
.coursewareListTitleSearch > input {
    width: 256px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    font-size: 14px;
    color: #333333;
    padding: 0 15px 0 36px;
}
.coursewareListCreate {
    width: 124px;
    height: 40px;
    background-color: #42c29b;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s;
}
.coursewareListCreate:hover {
    background-color: hsl(from #42c29b h s calc(l * 1.2));
}
.coursewareListCreate:active {
    background-color: hsl(from #42c29b h s calc(l * 0.9));
}
.coursewareListTable {
    width: 100%;
    margin-top: 30px;
}
.coursewareListTable thead {
    background: #fafafa;
}
.coursewareListTable thead th {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
}
.coursewareListTable tr {
    height: 48px;
    border-bottom: 1px solid #e9e9e9;
}

.coursewareListTable td {
    text-align: center;
    color: #333333;
}
.knowledgeTable {
    color: #42c29b;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.knowledgeTable img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
    position: relative;
    top: -2px;
}
.questionTable {
    color: #54a4ff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.questionTable img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}
.radarTable {
    color: #333333;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.radarTable img {
    width: 18px;
    height: 18px;
    margin-right: 4px;
}
.editTable {
    display: flex;
    justify-content: center;
}
.editTable > div {
    height: 48px;
    color: #333333;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.editTable img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    position: relative;
    top: -2px;
}
.editTable > div:last-child {
    margin-left: 16px;
}
.notCourseware {
    width: 100%;
    height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.notCourseware > img {
    width: 320px;
    height: 234px;
}
.notCourseware > div {
    color: #000000;
    font-size: 16px;
    margin-top: 10px;
}
.notCourseware > div > span:last-child {
    color: #42c29b;
    cursor: pointer;
}
.createCourseware {
    width: 100%;
    height: 700px;
}
.createCoursewareTitle {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}
.createCoursewareContent {
    width: 100% !important;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.createCoursewareContent > div {
    width: 352px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.createCoursewareContent > div > div:first-child {
    color: #000000;
    font-size: 16px;
    margin-right: 8px;
    display: block;
    width: 80px;
    flex-shrink: 1;
}
.createCoursewareContent > div > div:last-child,
.createCoursewareContent > div > input:last-child {
    width: 264px;
}
.coursewareName > input {
    height: 40px;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    padding: 0 9px;
    font-size: 14px;
}
.coursewareTypeContent {
    display: flex;
    justify-content: space-between;
}
.coursewareTypeContent > div {
    width: 117px;
    height: 48px;
    border-radius: 5px;
    border: 1px solid #dcdfe6;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.coursewareTypeContent > div:nth-of-type(1).typeSelected {
    border: 1px solid #42c29b !important;
    background: rgba(66, 194, 155, 0.19) !important;
}
.coursewareTypeContent > div:nth-of-type(2).typeSelected {
    border: 1px solid #54a4ff !important;
    background: rgba(84, 164, 255, 0.19) !important;
}
.coursewareTypeContent > div:first-child > img {
    width: 25px;
    height: 23px;
    margin-right: 9px;
}
.coursewareTypeContent > div:last-child > img {
    width: 26px;
    height: 22px;
    margin-right: 12px;
}
.coursewareTimeContent input {
    width: 117px;
    height: 40px;
    font-size: 14px;
    margin-right: 8px;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    padding: 0 9px;
}
.coursewareStageContent,
.coursewareDifficultyContent {
    display: flex;
}
.coursewareStageContent > label,
.coursewareDifficultyContent > label {
    display: flex;
    align-items: center;
    margin-right: 20px;
    cursor: pointer;
}
.coursewareStageContent input,
.coursewareDifficultyContent input {
    margin-right: 8px;
    transform: scale(1.2);
    position: relative;
    top: -1px;
}
.createCoursewareButtons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}
.createCoursewareButtons > div {
    width: 120px;
    height: 40px;
    border-radius: 4px;
    font-size: 16px;
    color: #000000;
    border: 1px solid #cccccc;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
}
.createCoursewareButtons > div:last-child {
    background: #42c29b;
    border: none;
    color: #fff;
    margin-left: 24px;
}
.createKnowledge {
    width: 100%;
    min-height: 700px;
}
.createKnowledgeTitle {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}
.createKnowledgeBox {
    width: 100%;
    display: flex;
    margin-top: 22px;
}
.createKnowledgeBoxLeft {
    /* width: 260px; */
    width: 22.5%;
    flex-shrink: 1;
}
.createKnowledgeBoxLeftTitle {
    /* display: flex;
  justify-content: center;
  position: relative;
  top: 1px; */
    color: #333333;
    font-size: 16px;
    visibility: hidden;
}
.createKnowledgeBoxLeftTitle > div {
    width: 90px;
    height: 28px;
    box-sizing: border-box;
    border-radius: 4px 4px 0 0;
    border: 1px solid #d9d9d9;
    background: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 14px;
}
.createKnowledgeBoxLeftTitle > div:last-child {
    margin-left: 14px;
}
.createKnowledgeBoxLeftContent {
    box-sizing: border-box;
    padding: 12px 16px 28px;
    border-radius: 10px;
    border: 1px solid #e8e9ec;
    margin-top: 10px;
}
.createKnowledgeBoxLeftContent > div:first-child {
    color: #000000;
    font-size: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e8e8e8;
}
.createKnowledgeBoxRight {
    width: 76%;
    /* margin-left: 16px; */
    margin-left: 1.5%;
}
.createKnowledgeBoxRightTitle {
    display: flex;
    align-items: flex-end;
    width: 100%;
    box-sizing: border-box;
    padding-left: 28px;
}
.createKnowledgeBoxRightTitle > span:first-child {
    color: #333333;
    font-size: 16px;
}
.createKnowledgeBoxRightTitle > span:last-child {
    color: #333333;
    font-size: 12px;
}
.createKnowledgeBoxRightContent {
    width: 100%;
    max-height: 600px;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    background: #fafafa;
    margin-top: 10px;
}
.createKnowledgeBoxRightContent > div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.createKnowledgeBoxRightContent > div:first-child > span:first-child {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}
.createKnowledgeButtons {
    width: 100%;
    display: flex;
    justify-content: center;
    /* margin-top: 170px; */
    margin-top: 100px;
}
.createKnowledgeButtons > div {
    width: 120px;
    height: 40px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-right: 24px;
    box-sizing: border-box;
}
.createKnowledgeButtons > div:last-child {
    margin-right: 0;
}
.createKnowledgeCancel {
    color: #000000;
    border: 1px solid #cccccc;
    cursor: pointer;
}
.createKnowledgePrev {
    color: #42c29b;
    border: 1px solid #42c29b;
    cursor: pointer;
}
.createKnowledgeCreate {
    color: #fff;
    background: #42c29b;
    cursor: pointer;
}
.createKnowledgeScan {
    color: #fff;
    background: #54a4ff;
    cursor: pointer;
}
.createQuestion {
    width: 100%;
    min-height: 700px;
}
.createQuestionTitle {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}
.createQuestionBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
}
.createQuestionBoxLeft {
    width: 260px;
    flex-shrink: 1;
}
.createQuestionBoxLeftTitle {
    color: #333333;
    font-size: 16px;
}
.createQuestionBoxLeftContent {
    box-sizing: border-box;
    padding: 12px 16px 28px;
    border-radius: 10px;
    border: 1px solid #e8e9ec;
    margin-top: 10px;
}
.createQuestionBoxLeftContent > div:first-child {
    color: #000000;
    font-size: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e8e8e8;
}
.createQuestionBoxRight {
    width: 100%;
    margin-left: 16px;
}
.createQuestionBoxRightTitle {
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding-left: 28px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}
.createQuestionBoxRightTitle > div:first-child {
    color: #333333;
    font-size: 16px;
    cursor: pointer;
}
.createQuestionBoxRightTitle > div:first-child > span {
    color: #42c29b;
}
.createQuestionBoxRightTitle select {
    width: 134px;
    height: 32px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    padding: 0 8px;
    font-size: 14px;
}
.createQuestionBoxRightTitle > div:nth-child(2) {
    color: #333333;
    font-size: 16px;
    margin-left: 115px;
}
.createQuestionBoxRightTitle > div:last-child {
    color: #333333;
    font-size: 16px;
    margin-left: 40px;
}
.createQuestionButtons {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 35px;
}
.createQuestionButtons > div {
    width: 120px;
    height: 40px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-right: 24px;
    box-sizing: border-box;
}
.createKnowledgeButtons > div:last-child {
    margin-right: 0;
}
.createQuestionCancel {
    color: #000000;
    border: 1px solid #cccccc;
    cursor: pointer;
}
.createQuestionPrev {
    color: #42c29b;
    border: 1px solid #42c29b;
    cursor: pointer;
}
.createQuestionCreate {
    color: #fff;
    background: #42c29b;
    cursor: pointer;
}
/* .createKnowledgeLeftContent > div {
    width: 100%;
    min-height: 42px;
    color: #333333;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 11px 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
} */
.list-item {
    width: 100%;
    min-height: 42px;
    color: #333333;
    font-size: 16px;
    box-sizing: border-box;
    padding: 5px 11px 5px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: move;
}

.list-item > span:first-child {
    max-width: 150px;
    display: block;
    position: relative;
    cursor: pointer;
}

.list-item > span:last-child {
    display: none;
    cursor: pointer;
}
.createKnowledgeLeftContentSelected {
    background: #edf6ff;
    border-left: 4px solid #54a4ff;
}
.createKnowledgeLeftContentSelected > span:last-child {
    display: flex !important;
    color: #54a4ff;
    font-size: 14px;
}
.replenish::after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 16px;
    background-image: url(/Images/replenish.png);
    background-size: 100% 100%;
    position: absolute;
    z-index: 9;
    top: -3px;
    right: -34px;
}
.exerciseLabelContentHeader {
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px;
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.createQuestionBoxRightContent {
    width: 100%;
    /* height: 85%; */
    /* overflow-y: auto; */
    padding-top: 26px;
}
.createQuestionBoxRightContent > .divlist,
.selectedQuestionBoxContent > .divlist {
    width: 100%;
    box-sizing: border-box;
    padding: 16px 20px 23px 20px;
    font-size: 16px;
    /* display: none; */
    margin-bottom: 20px;
    border-radius: 10px;
    background: #fafafa;
}
/* .createQuestionBoxRightContent > .divlist:first-child {
  border: none;
} */
.createQuestionBoxRightContent .divlist:hover,
.selectedQuestionBoxContent .divlist:hover {
    background-color: #fafafa !important;
}
.createQuestionBoxRightContent > .divlist > .divlist,
.selectedQuestionBoxContent > .divlist > .divlist {
    margin-left: 2%;
    box-sizing: border-box;
    padding: 22px 0;
    font-size: 16px;
}
.createQuestionLeftContentItem {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-size: 16px;
}
.createQuestionLeftContentItem > div:first-child {
    width: 100%;
    max-height: 150px;
    box-sizing: border-box;
    padding: 9px 4px;
    color: #000000;
    overflow-y: auto;
    margin-bottom: 7px;
}
.createQuestionLeftContentSelected > div:first-child {
    border: 1px solid #54a4ff !important;
    border-radius: 10px;
    overflow: hidden;
}
.createQuestionLeftContentItem > div:last-child {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666666;
    font-size: 14px;
}
.createQuestionDelete {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.createQuestionDelete img {
    width: 16px;
    height: 16px;
    margin-right: 2px;
    position: relative;
    top: -2px;
}
.knowledgeSelectBoxItem {
    padding: 20px 0;
}
.knowledgeSelectBoxItemTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.knowledgeChangeIcon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/Images/iconsp.png) no-repeat -362px -48px;
    cursor: pointer;
}
.knowledgeSelectBoxItemTitle {
    font-size: 16px;
}
.knowledgeCheckbox {
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin-right: 8px;
    position: relative;
    top: 1px;
}
.knowledgeSelectBoxItemDescription {
    color: #666666;
    font-size: 16px;
    margin-top: 15px;
    display: none;
}
.selectedQuestionLayer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    justify-content: center;
    align-items: center;
}
.selectedQuestionBox {
    width: 1000px;
    background: #ffffff;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
}
.selectedQuestionBoxTitle {
    width: 100%;
    height: 35px;
    padding: 0 80px 0 10px;
    box-sizing: border-box;
    line-height: 35px;
    border-bottom: 1px solid #d5d5d5;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #eaeaea;
}
.selectedQuestionBoxContent {
    width: 100%;
    height: 600px;
    box-sizing: border-box;
    padding: 20px;
    overflow-y: auto;
    box-sizing: border-box;
}
.selectedQuestionBoxButton {
    width: 70px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #5fbfe7;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
    margin: 20px auto 10px;
}
/* 大单元知识点开始 */
.unitStudyLoading {
    width: 100%;
    height: 700px;
    background: #f5fbff;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.unitStudyLoading img {
    width: 300px;
    height: 300px;
}
.unitStudyLoading div {
    margin-top: 10px;
    color: #666666;
    font-size: 30px;
}
.unitStudyContent {
    display: none;
}
.unitStudyContentBox {
    width: 100%;
    /* height: 780px; */
    /* height: 740px; */
    height: 756px;
    background: #f5fbff;
    border-radius: 20px;
    box-sizing: border-box;
    /* padding: 20px 20px 4px; */
    padding: 20px;
    box-shadow: inset 0px 0px 20px 1px rgba(0, 126, 210, 0.13);
    position: relative;
    overflow: hidden;
}
.mapContent {
    width: 100%;
    /* height: 646px; */
    height: 100%;
    position: relative;
    z-index: 4;
    box-sizing: border-box;
}
.stateDataBack {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    box-sizing: border-box;
    padding: 20px;
}
.stateDataBackBox {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
}
.stateDataBackBox > div {
    height: 100%;
    flex-shrink: 1;
}
.state {
    width: 300px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 22px;
    right: -44px;
    z-index: 4;
}
.stateData {
    flex-shrink: 1;
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.stateData > span:first-child {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 3px solid #09d9ab;
}
.stateData > span:last-child {
    color: #333333;
    font-size: 14px;
    margin-left: 6px;
    position: relative;
    top: 1px;
}
.tipsText {
    color: #ff3d3d;
    font-size: 12px;
    position: absolute;
    bottom: 1px;
    right: 28px;
}
.unitStudySelectBox {
    width: 100%;
    min-height: 200px;
    margin-top: 18px;
    border: 1px solid #e8e9ec;
    box-sizing: border-box;
    padding: 20px 18px;
    border-radius: 10px;
}
.unitStudySelectBoxTitlte {
    color: #333333;
}
.unitStudySelectBoxContent {
    margin-top: 17px;
    display: flex;
    flex-wrap: wrap;
}
.unitStudySelectBoxItem {
    height: 22px;
    padding-left: 6px;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 10px;
    background: #f0f8ff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 12px;
}
.unitStudySelectBoxItem span {
    position: relative;
    top: 1px;
}
.unitStudySelectBoxItem img {
    width: 10px;
    height: 10px;
    padding: 3px 8px;
    margin-left: 4px;
    cursor: pointer;
}
.unitStudySelectButton {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 46px;
}
.unitStudySelectButton > div {
    width: 120px;
    height: 40px;
    border-radius: 4px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #000000;
    border: 1px solid #cccccc;
    cursor: pointer;
}
.unitStudySelectConfirm {
    margin-left: 24px;
    color: #ffffff !important;
    background: #42c29b !important;
    border-color: #42c29b !important;
}
/* 大单元知识点结束 */

/* 共用 */
.createCoursewareData {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
}
.createLeft {
    width: 290px;
    flex-shrink: 1;
    background: #f5f6f6;
    border-radius: 10px;
    flex-shrink: 1;
    flex-grow: 1;
}
.createLeftTitle {
    width: 250px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 18px 0 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
}
.createLeftTitle > span {
    color: #000000;
    font-size: 16rpx;
    font-weight: bold;
}
.createLeftTitle > div {
    width: 100px;
    height: 32px;
    border-radius: 2px;
    background: #42c29b;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.createLeftContent {
    width: 250px;
    margin: 0 auto;
    margin-top: 22px;
    /* height: 740px; */
    overflow-y: auto;
}
.createRight {
    width: 900px;
    background: #f5f6f6;
    border-radius: 10px;
    margin-left: 16px;
    box-sizing: border-box;
    padding: 20px 20px 30px;
}
.createRightTitle {
    color: rgba(0, 0, 0, 0.9);
    font-size: 18px;
    font-weight: bold;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.createRightTitle #createRightTitleBtns {
    position: absolute;
    top: -40px;
    right: -260px;
}
.createRightTitle .back-btn {
    width: 60px;
    height: 28px;
    background: #42c29b;
    border: none;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}
.createRightTitle .back-btn:hover {
    background: hsl(from #42c29b h s calc(l * 1.2));
}
.createRightTitle .back-btn:active {
    background: hsl(from #42c29b h s calc(l * 0.9));
}

.createRightLabel {
    width: 100%;
    /* margin-top: 30px; */
    margin-top: 23px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.createRightLabelBox {
    width: 700px;
    overflow-x: auto;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
}
.createRightLabelBox > div {
    min-width: 128px;
    height: 32px;
    margin-top: 7px;
    border-radius: 4px 4px 0 0;
    background: #ffffff;
    margin-right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666666;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}
.createRightLabelBox > div > input {
    width: 14px;
    height: 14px;
    margin-right: 2px;
    position: relative;
    top: -2px;
    cursor: pointer;
}
.createRightLabelBox > div > img {
    width: 14px;
    height: 14px;
    position: absolute;
    top: -6px;
    right: -6px;
    cursor: pointer;
}
.createKnowledgeRightLabelSelected,
.createQuestionRightLabelSelected {
    color: #54a4ff !important;
    background: rgba(84, 164, 255, 0.2) !important;
}
.createRightLabelAdd {
    width: 100px;
    height: 32px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.createRightLabelAdd img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.createRightLabelAdd img:last-child {
    margin-left: 16px;
}
.labelContent {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 20px;
    border: 1px solid #ebebeb;
    background: #ffffff;
}
.labelContent .jc_follow {
    display: none;
}
.knowledgeLabelContentBox,
.questionDataLabelContent {
    width: 100%;
    box-sizing: border-box;
    padding: 28px;
}
#knowledgeNewAddLabelContentBox,
#questionNewAddLabelContentBox {
    width: 100%;
    height: 344px;
    margin-top: 20px;
}
.createRightButtons {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding: 20px 0;
    position: sticky;
    bottom: 0;
    background-color: #f5f6f6;
}
.createRightButtons > div {
    width: 120px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #42c29b;
    font-size: 16px;
    border: 1px solid #42c29b;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
}
.createRightButtons > div:last-child {
    color: #ffffff;
    background: #42c29b;
    margin-left: 24px;
}
.studySelectHeader {
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px;
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.studySelectHeader > div:first-child {
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 16px;
    visibility: hidden;
}
.studySelectHeader > div:first-child > input {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    border: 1px solid #d9d9d9;
}
.studySelectHeader .selectNum {
    color: #333333;
    font-size: 14px;
}
.studySelectBox {
    width: 100%;
    height: 85%;
    overflow-y: auto;
    margin-top: 2px;
}
.studySelectBoxItem {
    width: 100%;
    padding: 14px 0;
    margin-top: 10px;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    color: #666666;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.studySelectBoxItem .studySelectBoxItemInput {
    width: 14px;
    height: 14px;
    margin-left: 16px;
}
.studySelectBoxItem > img:nth-child(2) {
    width: 19px;
    height: 16px;
    margin-left: 10px;
    cursor: pointer;
}
.studySelectBoxItem > span:nth-child(3) {
    width: 260px;
    margin-left: 2px;
    display: inline-block;
    cursor: pointer;
}
.studySelectBoxItem > span:nth-child(4) {
    width: 76px;
    margin-left: 20px;
}
.studySelectBoxItem > span:nth-child(5) {
    margin-left: 43px;
}
.studySelectBoxItem > span:nth-child(6) {
    display: inline-block;
    width: 108px;
    height: 20px;
    margin-left: 47px;
    background-image: url(/Images/starOn1.png);
}
.studySelectBoxItem > span:nth-child(7) {
    margin-left: 47px;
}
.quesitonSelectHeader,
.knowledgeSelectHeader {
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px;
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quesitonSelectHeader > div:first-child,
.knowledgeSelectHeader > div:first-child {
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 16px;
    visibility: hidden;
}
.quesitonSelectHeader > div:first-child > input,
.knowledgeSelectHeader > div:first-child > input {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    border: 1px solid #d9d9d9;
}
.quesitonSelectHeader > span,
.knowledgeSelectHeader > span {
    color: #333333;
    font-size: 14px;
}
.quesitonSelectBox,
.knowledgeSelectBox {
    width: 100%;
    height: 85%;
    overflow-y: auto;
    margin-top: 2px;
    border-top: 1px solid #e9e9e9;
}
.quesitonSelectBox > .divlist {
    width: 100%;
    padding: 22px 0;
    font-size: 16px;
    border-top: 1px solid #e9e9e9;
    /* display: none; */
}
.quesitonSelectBox > .divlist:first-child {
    border: none;
}
.quesitonSelectBox > .divlist > .divlist {
    margin-left: 2%;
    box-sizing: border-box;
    padding: 22px 0;
    font-size: 16px;
}
.divlist .wp > *:not(.title) {
    display: none;
}
.divlist[parentflag='1'] > .wp > * {
    display: block;
}
.divlist:hover {
    background-color: transparent !important;
}
.question-help {
    width: 100%;
    margin-top: 30px;
}
.qustionChangeBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.qustionChangeIcon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/Images/iconsp.png) no-repeat -362px -48px;
    cursor: pointer;
}
.questionDifficulty {
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 16px;
}
.questionDifficulty span {
    display: inline-block;
    width: 108px;
    height: 20px;
    background-image: url(/Images/starOn1.png);
    position: relative;
    top: -2px;
}
.iconOpen {
    background: url(/Images/iconsp.png) no-repeat -381px -48px;
}
.questionCheckbox {
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin-right: 8px;
    position: relative;
    top: 1px;
}
.questionDataLabelContent .divlist .wp > *:not(.title) {
    display: block;
}
.labelSortBox {
    width: 600px;
    min-height: 200px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
}
.labelSortBox > div {
    height: 30px;
    /* color: #42c29b; */
    background: rgba(84, 164, 255, 0.2);
    color: #54a4ff;
    font-size: 16px;
    padding: 0 10px;
    border: 1px solid #54a4ff;
    border-radius: 3px;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: move;
    user-select: none;
}
.labelSortBox > div:hover {
    color: #ffffff !important;
    background: #54a4ff !important;
}
.addLabelHtml {
    display: none;
}
.addLabelBox {
    width: 614px;
    height: 220px;
    /* border: 1px solid #e9e9e9; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.addLabelBox > div {
    width: 117px;
    height: 48px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #dcdfe6;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-size: 16px;
    margin-right: 30px;
    cursor: pointer;
}
.addLabelBox > div :last-child {
    margin-right: 0 !important;
}
.addLabelSelected {
    border: 1px solid #42c29b !important;
    background: rgba(66, 194, 155, 0.19);
    color: #333333;
}
.addNewLabelTitle {
    width: 100%;
    position: relative;
    top: -46px;
    visibility: hidden;
    color: #000000;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.addNewLabelTitle input {
    width: 170px;
    height: 34px;
    border: 1px solid #666666 !important;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0 10px;
    color: #333;
}
.labelSortBox div {
    touch-action: none;
    /* 禁止浏览器默认的触摸行为 */
    -ms-touch-action: none;
    user-select: none;
    /* 禁止文本选择 */
    cursor: grab;
    /* 提示用户可以拖拽 */
}
.draggable-item {
    padding: 0 10px;
    /* margin: 10px 0; */
    background-color: #54a4ff;
    color: white;
    text-align: center;
    cursor: grab;
    border-radius: 4px;
    user-select: none;
    /* 禁止文本选择 */
    position: relative;
    display: flex;
    align-items: center;
    width: auto !important;
}

.dragging {
    opacity: 0.5;
}
/* 共用 */
.attachment-link {
    color: #0000ff;
    text-decoration: underline;
    cursor: pointer;
}
.attachment-link:hover {
    text-decoration: none;
}