.classroomExploration{width:100%;display:flex;justify-content:flex-start;-webkit-user-select:none;-moz-user-select:none;user-select:none}.classroomExploration .flexEnd{display:flex;align-items:center;justify-content:flex-end}.classroomExploration .indexLeftView{width:250px;background-color:var(--surface);height:calc(100vh - 90px);position:relative;transition:.3s;overflow:hidden}.classroomExploration .indexLeftView .addView{width:200px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:4px;background-color:var(--brand-2);margin-left:50%;transform:translateX(-50%);color:#fff;font-size:14px;font-weight:600;margin-bottom:30px}.classroomExploration .indexLeftView h3{text-align:left;margin-top:10px;margin-left:10px;margin-bottom:50px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.classroomExploration .indexLeftView h3 i{display:none;float:right;margin-right:10px}.classroomExploration .indexLeftView h3:hover i{display:inline-block}.classroomExploration .indexLeftView .viewList .item{width:200px;height:50px;display:flex;align-items:center;justify-content:space-between;padding-left:20px;padding-right:25px;border-left:5px solid #fff;border-bottom:1px solid var(--text-3);font-size:16px;font-weight:600;cursor:pointer}.classroomExploration .indexLeftView .viewList .item i{font-weight:600}.classroomExploration .indexLeftView .viewList .item-1,.classroomExploration .indexLeftView .viewList .item:hover{background-color:var(--brand-tint);border-color:var(--brand-2);color:var(--brand-2)}.classroomExploration .indexLeftView .groupButton{position:absolute;bottom:15px;left:15px;width:100px;height:30px;font-size:14px;font-weight:600;background-color:var(--brand-2);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:3px;cursor:pointer}.classroomExploration .indexLeftView .spreadView{position:absolute;opacity:0;z-index:-1}.classroomExploration .indexLeftView-1{width:20px}.classroomExploration .indexLeftView-1 .spreadView{opacity:1;transition:.3s;background-color:var(--surface);z-index:1;top:0;left:0;width:30px;display:block;height:calc(100vh - 90px);display:flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;font-weight:600}.classroomExploration .indexLeftView-1 .spreadView i{display:none;margin-right:6px;cursor:pointer}.classroomExploration .indexLeftView-1 .spreadView:hover i{display:inline-block}.classroomExploration .groupIndex{flex:1}.classroomExploration .groupIndex .groupAdmin{width:100%}.classroomExploration .groupIndex .groupAdmin .addView{width:200px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:4px;background-color:var(--brand-2);color:#fff;font-size:14px;font-weight:600;margin:10px 0;margin-bottom:0}.classroomExploration .groupIndex .groupAdmin .groupAdminHeader{background-color:var(--surface);padding:10px;border-radius:5px;margin-left:10px}.classroomExploration .groupIndex .groupAdmin .groupAdminHeader .topView{width:100%;display:flex;align-items:center;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid var(--text-3)}.classroomExploration .groupIndex .groupAdmin .groupAdminHeader .topView .leftTitle{color:var(--brand-2);font-size:16px;font-weight:600}.classroomExploration .groupIndex .groupAdmin .groupList{background-color:var(--surface);margin-left:10px;margin-top:10px;padding:10px;text-align:left;min-height:calc(100vh - 237px)}.classroomExploration .groupIndex .groupAdmin .groupList::-webkit-scrollbar{display:none}.classroomExploration .groupIndex .groupAdmin .groupList .title{text-align:left;font-size:16px;font-weight:600}.classroomExploration .groupIndex .groupAdmin .groupList .groupItem{position:relative;margin-top:20px;display:inline-block;cursor:pointer;margin-right:20px;width:225px;height:150px;background-color:hsla(0,0%,89.8%,.6);border-radius:5px}.classroomExploration .groupIndex .groupAdmin .groupList .groupItem .edit{position:absolute;top:10px;right:10px;font-size:14px;font-weight:600;color:var(--brand-2);display:none}.classroomExploration .groupIndex .groupAdmin .groupList .groupItem .edit:hover .operationList{width:30px;position:absolute;left:0;bottom:0;display:block;background-color:var(--surface);padding:10px;box-shadow:0 0 4px 2px #f2f2f2;border-radius:5px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.classroomExploration .groupIndex .groupAdmin .groupList .groupItem .edit:hover .operationList div:hover{font-size:15px}.classroomExploration .groupIndex .groupAdmin .groupList .groupItem .edit .operationList{display:none}.classroomExploration .groupIndex .groupAdmin .groupList .groupItem:hover .edit{display:block}.classroomExploration .groupIndex .groupAdmin .groupList .groupItem .itemTitle{padding-top:15px;display:flex;justify-content:center;margin-bottom:5px}.classroomExploration .groupIndex .groupAdmin .groupList .groupItem .itemTitle .title{font-size:18px;color:var(--brand-2)}.classroomExploration .groupIndex .groupAdmin .groupList .groupItem .itemTitle .number{font-size:14px;margin-top:6px;padding-left:4px}.classroomExploration .groupIndex .groupAdmin .groupList .groupItem .list{height:100px;overflow-y:hidden;padding-left:10px}.classroomExploration .groupIndex .groupAdmin .groupList .groupItem .list .item{width:60px;text-align:center;display:inline-block;margin-right:10px;font-size:14px;font-weight:600}.classroomExploration .groupIndex .groupAdd{background-color:var(--surface);padding:10px;border-radius:5px;margin-left:10px}.classroomExploration .groupIndex .groupAdd .groupAddHeader .topView{width:100%;display:flex;align-items:center;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid var(--text-3)}.classroomExploration .groupIndex .groupAdd .groupAddHeader .topView .leftTitle{color:var(--brand-2);font-size:16px;font-weight:600;cursor:pointer}.classroomExploration .groupIndex .groupAdd .groupAddContent .contentViewList .item{display:flex;align-items:center;margin-top:10px}.classroomExploration .groupIndex .groupAdd .groupAddContent .contentViewList .item .itemTitle{font-size:14px;font-weight:600;padding-right:10px}.classroomExploration .groupIndex .groupAdd .groupAddContent .contentViewList .item .className{width:60px;height:30px;border-radius:3px;background-color:var(--brand-2);font-size:14px;color:#fff;display:flex;align-items:center;justify-content:center}.classroomExploration .groupIndex .groupAdd .groupAddContent .contentViewList .item .studentListNumber{display:flex;align-items:center;font-size:14px;font-weight:600}.classroomExploration .groupIndex .groupAdd .groupAddContent .contentViewList .item .studentListNumber .number{color:var(--brand-2)}.classroomExploration .groupIndex .groupAdd .groupAddContent .studentList{padding:20px;padding-left:20px;border-radius:5px;margin:30px 0;border:1px solid #8177f7;text-align:left;overflow-y:scroll;padding-bottom:30px;height:calc(100vh - 472px)}.classroomExploration .groupIndex .groupAdd .groupAddContent .studentList::-webkit-scrollbar{display:none}.classroomExploration .groupIndex .groupAdd .groupAddContent .studentList .item{display:inline-block;margin-right:20px;padding:0 15px;width:70px;height:30px;border:1px solid #a6a6a6;line-height:30px;text-align:center;margin-bottom:20px;border-radius:5px;cursor:pointer}.classroomExploration .groupIndex .groupAdd .groupAddContent .studentList .item-1{border:1px solid #a6a6a6;background-color:#a6a6a6;color:#000;cursor:not-allowed}.classroomExploration .groupIndex .groupAdd .groupAddContent .studentList .item-2{border:1px solid var(--brand-2);background-color:var(--brand-2);color:#fff}.classroomExploration .groupIndex .groupAdd .groupAddContent .contentButtonList{display:flex;align-items:center;height:100px;justify-content:flex-end}.classroomExploration .groupIndex .groupAdd .groupAddContent .contentButtonList div{width:100px;height:40px;display:flex;align-items:center;justify-content:center;background-color:var(--brand-2);cursor:pointer;color:#fff;border-radius:5px;margin-left:10px}.classroomExploration .classroomIndex{flex:1;background-color:var(--surface);margin-left:10px;padding:10px;border-radius:5px}.classroomExploration .classroomIndex .classroomHeader{background-color:var(--surface)}.classroomExploration .classroomIndex .classroomHeader .topView{width:100%;display:flex;align-items:center;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid var(--text-3)}.classroomExploration .classroomIndex .classroomHeader .topView .leftTitle{color:var(--brand-2);font-size:16px;font-weight:600}.classroomExploration .classroomIndex .classroomList{width:100%;padding:10px 0;height:calc(100vh - 250px);padding-bottom:20px;overflow-y:scroll}.classroomExploration .classroomIndex .classroomList::-webkit-scrollbar{display:none}.classroomExploration .classroomIndex .classroomList .addView{width:200px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:4px;background-color:var(--brand-2);color:#fff;font-size:14px;font-weight:600;margin:10px 0;margin-bottom:0}.classroomExploration .classroomIndex .classroomList .classroomItem{width:auto;height:80px;border-radius:10px;border:1px solid var(--brand-2);margin-bottom:20px;padding:10px 15px;display:flex;flex-direction:column;justify-content:space-between}.classroomExploration .classroomIndex .classroomList .classroomItem .itemTopView{display:flex;align-items:flex-start;justify-content:space-between;position:relative}.classroomExploration .classroomIndex .classroomList .classroomItem .itemTopView .itemTopRight{position:absolute;top:6px;right:0}.classroomExploration .classroomIndex .classroomList .classroomItem .itemBottomView{display:flex;align-items:flex-end;justify-content:space-between}.classroomExploration .classroomIndex .classroomList .classroomItem .itemBottomView .viewLeft{display:flex;align-items:center;font-size:16px;line-height:30px}.classroomExploration .classroomIndex .classroomList .classroomItem .itemBottomView .viewLeft .number{color:var(--brand-2)}.classroomExploration .classroomIndex .classroomList .classroomItem .itemBottomView .viewLeft .viewTime{margin-left:10px}.classroomExploration .classroomIndex .classroomList .classroomItem .itemBottomView .viewRight .buttonList{display:flex;align-items:center}.classroomExploration .classroomIndex .classroomList .classroomItem .itemBottomView .viewRight .buttonList .buttonLeft{margin-right:20px}.classroomExploration .classroomIndex .classroomList .classroomItem .itemBottomView .viewRight .button{width:100px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:4px;background-color:var(--brand-2);color:#fff;font-size:14px;font-weight:600;margin:10px 0;margin-bottom:0}.classroomExploration .classroomIndex .classroomList .classroomItem .itemBottomView .viewRight .text{width:200px;font-size:14px;color:#ff9028;cursor:pointer;margin-top:27px}.classroomExploration .classroomIndex .classroomList .classroomItem .itemTopLeft{display:flex;align-items:center}.classroomExploration .classroomIndex .classroomList .classroomItem .itemTopLeft .leftFlag{width:100px;line-height:30px;display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--brand-2);border-radius:5px;border:1px solid var(--brand-2);cursor:pointer}.classroomExploration .classroomIndex .classroomList .classroomItem .itemTopLeft .leftTitle{max-width:200px;padding-left:10px;font-size:16px;font-weight:600}.classroomExploration .classroomIndex .classroomList .classroomItem .itemTopRight{cursor:pointer}.classroomExploration .addClassroomItem{flex:1;margin-left:10px;padding:10px 20px;background-color:var(--surface);height:calc(100vh - 108px)}.classroomExploration .addClassroomItem .addClassroomItemHeader{text-align:left;line-height:40px;color:var(--brand-2);font-size:16px;font-weight:600;border-bottom:1px solid #e1e1e1;cursor:pointer}.classroomExploration .addClassroomItem .addClassroomContent{display:flex;padding-top:10px}.classroomExploration .addClassroomItem .itemLeft{flex:1;margin-right:10px}.classroomExploration .addClassroomItem .itemLeft .addClassroomItemInfo{border:1px solid grey;border-bottom:0;padding-bottom:30px}.classroomExploration .addClassroomItem .itemLeft .addClassroomItemInfo .itemInfo{display:flex;align-items:center;margin-top:30px}.classroomExploration .addClassroomItem .itemLeft .addClassroomItemInfo .itemInfo .infoLeft{font-size:16px;font-weight:600;width:110px;text-align:right;padding-right:10px}.classroomExploration .addClassroomItem .itemLeft .addClassroomItemInfo .itemInfo .itemView{max-width:200px}.classroomExploration .addClassroomItem .itemLeft .addClassroomItemInfo .itemInfo i{position:relative;margin-left:6px;font-size:18px;cursor:pointer;color:#ccc}.classroomExploration .addClassroomItem .itemLeft .addClassroomItemInfo .itemInfo i:hover .showText{display:block}.classroomExploration .addClassroomItem .itemLeft .addClassroomItemInfo .itemInfo i .showText{display:none;width:150px;position:absolute;bottom:15px;left:15px;background-color:rgba(0,0,0,.4);max-width:200px;padding:10px;border-radius:5px;font-size:14px;color:#fff}.classroomExploration .addClassroomItem .itemLeft .addClassroomItemTitleList{overflow-y:scroll;border:1px solid grey}.classroomExploration .addClassroomItem .itemLeft .addClassroomItemTitleList::-webkit-scrollbar{display:none}.classroomExploration .addClassroomItem .itemLeft .addClassroomItemTitleList .contentList{padding-left:10px;text-align:left;padding-top:10px;height:calc(100vh - 480px);overflow-y:scroll}.classroomExploration .addClassroomItem .itemLeft .addClassroomItemTitleList .contentList::-webkit-scrollbar{display:none}.classroomExploration .addClassroomItem .itemLeft .addClassroomItemTitleList .contentList .item{position:relative;display:inline-block;width:100px;height:30px;border:1px solid var(--brand-2);border-radius:5px;margin-right:10px;margin-bottom:10px;cursor:pointer;overflow:hidden}.classroomExploration .addClassroomItem .itemLeft .addClassroomItemTitleList .contentList .item .itemFlag{display:flex;align-items:center;justify-content:center;line-height:30px}.classroomExploration .addClassroomItem .itemLeft .addClassroomItemTitleList .contentList .item:hover .itemView{top:0;background-color:rgba(0,0,0,.4)}.classroomExploration .addClassroomItem .itemLeft .addClassroomItemTitleList .contentList .item .itemView{display:flex;align-items:center;justify-content:center;color:#fff;width:100px;height:30px;position:absolute;top:30px;left:0;background-color:rgba(0,0,0,.1);transition:.3s}.classroomExploration .addClassroomItem .itemLeft .addClassroomItemTitleList .contentList .buttonView{padding:10px 20px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:4px;background-color:var(--brand-2);color:#fff;font-size:14px;font-weight:600}.classroomExploration .addClassroomItem .itemLeft .addClassroomItemTitleList .bottomList{width:100%;display:flex;justify-content:flex-end;align-items:center;padding-bottom:20px}.classroomExploration .addClassroomItem .itemLeft .addClassroomItemTitleList .bottomList .buttonView{padding:10px 20px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:4px;background-color:var(--brand-2);color:#fff;font-size:14px;font-weight:600;margin:10px 0;margin-bottom:0;margin-right:20px}.classroomExploration .addClassroomItem .itemRight{flex:1;border:1px solid grey;padding-bottom:30px;height:calc(100vh - 190px)}.classroomExploration .addClassroomItem .itemRight .addClassroomItemList .classList{height:calc(100vh - 270px);overflow-y:scroll;padding-bottom:20px}.classroomExploration .addClassroomItem .itemRight .addClassroomItemList .classList::-webkit-scrollbar{display:none}.classroomExploration .addClassroomItem .itemRight .addClassroomItemList .classList .bottomList{text-align:left}.classroomExploration .addClassroomItem .itemRight .addClassroomItemList .classList .bottomList .buttonItem{display:inline-block;margin-right:20px;margin-bottom:10px;line-height:30px;height:30px}.classroomExploration .addClassroomItem .itemRight .addClassroomItemList .classList .bottomList .buttonItem .itemFlag{display:inline-block;padding-right:10px;transform:translateY(-30%);font-size:14px}.classroomExploration .addClassroomItem .itemRight .addClassroomItemList .classList .bottomList .buttonItem .itemFlagCoefficient{margin-left:10px}.classroomExploration .addClassroomItem .itemRight .addClassroomItemList .classList .bottomList .buttonItem .coefficientList{width:60px;height:30px;transform:translateY(-9px)}.classroomExploration .addClassroomItem .itemRight .addClassroomItemList .classList .bottomList .buttonItem .itemTitle{display:inline-block;text-align:center;line-height:25px;width:90px;height:25px;font-size:14px;background-color:var(--brand-2);color:#fff;padding:0 10px;border-radius:5px;overflow:hidden;cursor:pointer}.classroomExploration .addClassroomItem .itemRight .addClassroomItemList .bottomList-1{margin-top:20px;width:100%;display:flex;justify-content:flex-end;align-items:center;padding-bottom:20px}.classroomExploration .addClassroomItem .itemRight .addClassroomItemList .bottomList-1 .buttonView{margin:10px 0;margin-bottom:0;margin-right:20px}.classroomExploration .addClassroomItem .itemRight .addClassroomItemList .bottomList-1 .buttonView,.classroomExploration .addClassroomItem .itemRight .addClassroomItemList .buttonView{padding:10px 20px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:4px;background-color:var(--brand-2);color:#fff;font-size:14px;font-weight:600}.classroomExploration .addClassroomItem .itemRight .addClassroomItemList .item{padding:10px;margin-top:20px}.classroomExploration .addClassroomItem .itemRight .addClassroomItemList .item .itemHeader{display:flex;align-items:center;justify-content:space-between}.classroomExploration .addClassroomItem .itemRight .addClassroomItemList .item .itemHeader .title{font-size:16px;font-weight:600}.classroomExploration .addClassroomItem .itemRight .addClassroomItemList .item .itemHeader .addFlag{font-size:14px;color:#8177f7}.classroomExploration .addClassroomItem .itemRight .addClassroomItemList .item .editView{margin-top:10px;margin-bottom:10px;position:relative}.classroomExploration .addClassroomItem .itemRight .addClassroomItemList .item .editView .cke_top{display:none!important}.classroomExploration .addClassroomItem .itemRight .addClassroomItemList .item .editView .topView{position:absolute;width:calc(100% - 2px);height:30px;background-color:var(--surface);top:-17px;left:-1px;border:1px solid var(--text-3);margin-left:1px;font-size:14px;font-weight:600;line-height:30px}.classroomExploration .addClassroomItem .itemRight .addClassroomItemList .item .editView .bottomView{position:absolute;width:calc(100% - 2px);height:29px;background-color:var(--surface);bottom:1px;left:0;margin-left:1px;display:flex;align-items:center;justify-content:flex-end}.classroomExploration .addClassroomItem .itemRight .addClassroomItemList .item .editView .bottomView .div{cursor:pointer;line-height:20px;border-radius:5px;padding:1px 10px;height:20px;margin-right:10px;font-size:12px;background-color:var(--brand-2);color:#fff}.classroomExploration .treeViewButton{flex:1;display:flex;align-items:center;justify-content:space-between}.classroomExploration .treeViewButton .title{text-align:left;flex:1}.classroomExploration .treeViewButton .buttonList{display:flex;align-items:center;color:var(--brand-2)}.classroomExploration .treeViewButton .buttonList i{font-size:16px;font-weight:600;margin-left:10px;cursor:pointer}.classroomExploration .custom-tree-node{width:100%}.classroomExploration .assignIndex{flex:1}.classroomExploration .assignIndex .assignContent{width:100%;height:calc(100vh - 175px);margin:10px 0;border:1px solid #e1e1e1}.classroomExploration .assignIndex .assignContent .buttonList{display:flex;width:100%;height:50px;margin-top:10px;align-items:center;justify-content:center}.classroomExploration .assignIndex .assignContent .buttonList div{padding:10px 20px;border-radius:5px;color:#fff;background-color:var(--brand-2);cursor:pointer}.classroomExploration .assignIndex .assignContent .buttonList div:first-child{margin-right:20px}.classroomExploration .assignIndex .assignContent .itemInfo{display:flex;align-items:center;margin-top:13px}.classroomExploration .assignIndex .assignContent .itemInfo .infoLeft{font-size:16px;font-weight:600;width:85px;text-align:right;padding-right:10px}.classroomExploration .assignIndex .assignContent .itemInfo .itemView{width:300px}.classroomExploration .assignIndex .assignContent .itemInfo .infoRight{display:flex;align-items:center;width:300px;height:40px;border-radius:5px;background-color:var(--surface);border:1px solid var(--brand-2)}.classroomExploration .assignIndex .assignContent .itemInfo .infoRight .divView{flex:1;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;height:40px;cursor:not-allowed}.classroomExploration .assignIndex .assignContent .itemInfo .infoRight .divView-1{color:#fff;background-color:var(--brand-2);cursor:pointer}.classroomExploration .assignIndex .assignContent .assignContentView{width:auto;margin:0 10px;margin-top:20px;border-radius:5px;height:calc(100vh - 500px);background-color:hsla(0,0%,89.8%,.5);overflow-y:scroll;padding:10px 0}.classroomExploration .assignIndex .assignContent .assignContentView::-webkit-scrollbar{display:none}.classroomExploration .assignIndex .assignContentView .viewItem{padding:10px 20px}.classroomExploration .assignIndex .assignContentView .viewItem .header{display:flex;align-items:center;cursor:pointer}.classroomExploration .assignIndex .assignContentView .groupList{display:flex;padding-top:10px;flex-wrap:wrap}.classroomExploration .assignIndex .assignContentView .groupList .itemView{padding:5px 10px;font-size:16px;border:1px solid var(--brand-2);display:flex;align-items:center;justify-content:center;border-radius:5px;background-color:var(--surface);margin-right:20px;margin-bottom:20px;cursor:pointer}.classroomExploration .assignIndex .assignContentView .groupList .itemView-1,.classroomExploration .assignIndex .assignContentView .groupList .itemView:hover{background-color:var(--brand-2);color:#fff}.classroomExploration .assignIndex .assignContentView .addView{width:200px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:4px;background-color:var(--brand-2);color:#fff;font-size:14px;font-weight:600;margin:10px 0;margin-bottom:0}.classroomExploration .bindPenIndex .buttonList{display:flex;justify-content:flex-end;align-items:center;margin-top:10px}.classroomExploration .bindPenIndex .groupList{background-color:var(--surface);text-align:left;overflow-y:scroll;height:calc(100vh - 200px)}.classroomExploration .bindPenIndex .groupList::-webkit-scrollbar{display:none}.classroomExploration .bindPenIndex .groupList .title{text-align:left;font-size:16px;font-weight:600}.classroomExploration .bindPenIndex .groupList .groupItem{position:relative;margin-top:20px;display:inline-block;cursor:pointer;margin-right:20px;width:225px;height:170px;background-color:hsla(0,0%,89.8%,.6);border-radius:5px}.classroomExploration .bindPenIndex .groupList .groupItem .binding{text-align:center}.classroomExploration .bindPenIndex .groupList .groupItem .binding .text{color:red}.classroomExploration .bindPenIndex .groupList .groupItem .edit{position:absolute;top:6px;right:10px;font-size:14px;font-weight:600;color:var(--brand-2);display:none}.classroomExploration .bindPenIndex .groupList .groupItem .edit:hover .operationList{width:30px;position:absolute;left:0;bottom:0;display:block;background-color:var(--surface);padding:10px;box-shadow:0 0 4px 2px #f2f2f2;border-radius:5px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.classroomExploration .bindPenIndex .groupList .groupItem .edit:hover .operationList div:hover{font-size:15px}.classroomExploration .bindPenIndex .groupList .groupItem .edit .operationList{display:none}.classroomExploration .bindPenIndex .groupList .groupItem:hover .edit{display:block}.classroomExploration .bindPenIndex .groupList .groupItem .itemTitle{padding-top:15px;display:flex;justify-content:center;margin-bottom:5px}.classroomExploration .bindPenIndex .groupList .groupItem .itemTitle .title{font-size:18px;color:var(--brand-2)}.classroomExploration .bindPenIndex .groupList .groupItem .itemTitle .number{font-size:14px;margin-top:6px;padding-left:4px}.classroomExploration .bindPenIndex .groupList .groupItem .list{height:100px;overflow-y:auto;padding-left:10px}.classroomExploration .bindPenIndex .groupList .groupItem .list .item{width:60px;text-align:center;display:inline-block;margin-right:10px;font-size:14px;font-weight:600}.classroomExploration .bindPenIndex .groupList .groupItem .list .item_1{display:flex;align-items:center;justify-content:space-between;width:200px}.classroomExploration .bindPenIndex .groupList .groupItem .list .item_1 .item_text{color:var(--brand-2)}.classroomExploration .bindToPerson .header{margin-top:30px;display:flex;align-items:center}.classroomExploration .bindToPerson .groupList{height:calc(100vh - 300px);padding-top:30px}.classroomExploration .bindToPerson .groupList .personItem{display:flex;align-items:center;height:40px;border-radius:5px;justify-content:space-between;cursor:pointer;padding:0 20px;padding-right:0;margin-right:20px;margin-bottom:20px}.classroomExploration .bindToPerson .groupList .personItem:hover{background-color:#f2f2f2}.classroomExploration .bindToPerson .groupList .personItem .select{width:100px;height:40px;display:flex;align-items:center;justify-content:center;background-color:var(--brand-2);font-size:14px;font-weight:600;border-radius:5px;color:#fff}.classroomExploration .bindToPerson .groupList .personItem .noSelect{cursor:not-allowed;background-color:var(--text-3)}.classroomExploration .bindToPerson .groupList .personItem .text{padding:0 20px;text-align:left;flex:1}.evaluationStatistical{min-width:1080px;height:100vh;background-image:url(../../static/img/backg.0723b76d.png);background-repeat:no-repeat;background-size:100vw 100%;background-color:#02004d}