@charset "UTF-8";
/*有分组自评的样式*/
* {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

html, body {
  width: 100%;
  min-height: 100%;
}


.group-info .group-info-wrapper .eval-content .teacher-comment-content .table-box {
  padding-top: 10px;
}

.group-info .group-info-wrapper .eval-content .teacher-comment-content .table-box .table-title {
  background: #F2F4F7;
  border: 1px solid #DEE0E3;
  border-radius: 6px 6px 0px 0px;
  color: #131B26;
  line-height: 29px;
  padding: 0 14px;
}

.group-info .group-info-wrapper .eval-content .teacher-comment-content .table-box .table-title .inlineMiddle {
  display: inline-block;
  vertical-align: middle;
}

.group-info .group-info-wrapper .eval-content .teacher-comment-content .table-box .table-title img {
  width: 10px;
  height: 10px;
  margin-right: 6px;
}

.group-info .group-info-wrapper .eval-content .teacher-comment-content .table-box .table-body {
  line-height: 20px;
  text-align: center;
}

.group-info .group-info-wrapper .eval-content .teacher-comment-content .table-box .table-body .tr-head .table-td .star-box img {
  width: 18px;
  height: 18px;
  margin-right: 2px;
}

.group-info .group-info-wrapper .eval-content .teacher-comment-content .table-box .table-body .tr-head .table-td .star-box img:last-child {
  margin-right: 0;
}

.group-info .group-info-wrapper .eval-content .teacher-comment-content .table-box .table-body .table-tr {
  font-size: 0;
  border-bottom: 1px solid #DEE0E3;
  width: 100%;
  display: inline-table;
}

.group-info .group-info-wrapper .eval-content .teacher-comment-content .table-box .table-body .table-tr .table-td {
  text-align: center;
  vertical-align: top;
  padding: 10px 6px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% / 6);
  font-size: 0;
  border-left: 1px solid #DEE0E3;
  min-height: 40px;
  display: table-cell;
  cursor: pointer;
  /*第一列*/
}

.group-info .group-info-wrapper .eval-content .teacher-comment-content .table-box .table-body .table-tr .table-td .ipt-radio .icon-radio {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../../images/dx_check.png) no-repeat center;
  background-size: cover;
}

.group-info .group-info-wrapper .eval-content .teacher-comment-content .table-box .table-body .table-tr .table-td .ipt-radio input[type=radio] {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.group-info .group-info-wrapper .eval-content .teacher-comment-content .table-box .table-body .table-tr .table-td .ipt-radio input[type=radio]:checked + .icon-radio {
  display: inline-block;
  background: url(../../images/dx_checked.png) no-repeat center;
  background-size: cover;
}

.group-info .group-info-wrapper .eval-content .teacher-comment-content .table-box .table-body .table-tr .table-td .td-txt {
  font-size: 14px;
  margin-left: 6px;
  display: inline-block;
}

.group-info .group-info-wrapper .eval-content .teacher-comment-content .table-box .table-body .table-tr .table-td:first-child {
  background-color: #FAFBFC;
  font-size: 14px;
  color: #474C59;
}

.group-info .group-info-wrapper .eval-content .teacher-comment-content .table-box .table-body .table-tr .table-td:last-child {
  border-right: 1px solid #DEE0E3;
}

.group-info .group-info-wrapper .eval-content .teacher-comment-content .table-box .table-body .table-tr .table-td .check-list {
  font-size: 14px;
  vertical-align: top;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  display: none;
}

.group-info .group-info-wrapper .eval-content .teacher-comment-content .table-box .table-body .table-tr .table-td:hover .check-list, .group-info .group-info-wrapper .eval-content .teacher-comment-content .table-box .table-body .table-tr .table-td.checked-list .check-list {
  display: inline-block;
}

.group-info .group-info-wrapper .eval-content .teacher-comment-content .table-box .table-body .table-tr .table-td:hover .td-txt, .group-info .group-info-wrapper .eval-content .teacher-comment-content .table-box .table-body .table-tr .table-td.checked-list .td-txt {
  max-width: calc(100% - 26px);
  text-align: left;
}

.group-info .group-info-wrapper .eval-content .teacher-comment-content .table-box .table-body .table-tr .checked-list {
  background-color: #F0F6FF;
}

.group-info .group-info-wrapper .eval-content .teacher-comment-content .table-box .table-body .table-tr:last-child {
  border-radius: 0 0 6px 6px;
}

.group-info .group-info-wrapper .eval-content .teacher-comment-content .table-box .table-body .table-tr:last-child .table-td:first-child {
  border-radius: 0 0 0 6px;
}

.group-info .group-info-wrapper .eval-content .teacher-comment-content .table-box .table-body .table-tr:last-child .table-td:last-child {
  border-radius: 0 0 6px 0;
}

.group-info .group-info-wrapper .eval-content .teacher-comment-content .submit {
  margin-top: 20px;
  display: inline-block;
  float: right;
  margin-top: 20px;
}
.group-info .group-info-wrapper .eval-content .teacher-comment-content  .back-redo {
  margin: 20px 30px 20px 0;
}



.group-info .group-info-wrapper .eval-content .input-textarea {
  width: 100%;
  border: 1px solid #E1E1E5;
  border-radius: 4px;
  font-size: 14px;
  min-height: 200px;
  margin-top: 15px;
}

.group-info .group-info-wrapper .eval-content .input-textarea textarea {
  display: inline-block;
  width: calc(100% - 30px);
  font-size: 14px;
  min-height: 200px;
}

.group-info .group-info-wrapper.group-info-wrapper-width100 {
  width: 100%;
}

.group-info .group-info-wrapper.group-info-wrapper-width100 .group-info-content {
  padding: 19px 30px;
  border-bottom: 1px solid #F2F2F2;
}

.group-info .group-info-wrapper.group-info-wrapper-width100 .eval-content .teacher-comment-content {
  border-top: 0;
}

.group-info .group-info-wrapper.group-info-wrapper-width100 .eval-content .teacher-comment-content .table-box {
  padding-top: 20px;
}

.group-detail {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.group-detail .group-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
  opacity: 0.76;
  background: #101A29;
}

.group-detail .group-wrapper {
  width: 640px;
  height: 480px;
  background: white;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.group-detail .group-wrapper .manage-title {
  width: 100%;
  height: 60px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #F2F2F2;
}

.group-detail .group-wrapper .manage-title .title-name {
  font-size: 18px;
  color: #364152;
  float: left;
  margin-left: 30px;
  line-height: 60px;
}

.group-detail .group-wrapper .manage-title .title-icon {
  width: 17px;
  height: 17px;
  float: right;
  margin: 22px 30px 0 0;
  background: url("../../images/popClose.png") no-repeat;
  background-size: 100% 100%;
}

.group-detail .group-wrapper .manage-content {
  width: 100%;
  height: 350px;
}


.group-detail .group-wrapper .manage-footer {
  width: 100%;
  height: 69px;
  border-top: 1px solid #F2F2F2;
  position: relative;
}

.group-detail .group-wrapper .manage-footer .operate {
  float: right;
  height: 36px;
  margin-top: 16px;
}

.group-detail .group-wrapper .manage-footer .operate a {
  margin-right: 30px;
}

.group-detail .group-wrapper .choose-group-bg {
  width: 100%;
  height: 100%;
  opacity: 0.76;
  background: #101A29;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.group-detail .group-wrapper .choose-group-content {
  width: 440px;
  height: 360px;
  position: absolute;
  left: 100px;
  top: 60px;
  background: white;
  border-radius: 8px;
  display: none;
}

.group-detail .group-wrapper .choose-group-content .group-content-title {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #F2F2F2;
  display: table;
}

.group-detail .group-wrapper .choose-group-content .group-content-title .group-title-name {
  display: table-cell;
  text-align: left;
  line-height: 60px;
  font-size: 18px;
  color: #181E33;
  padding-left: 30px;
  padding-right: 290px;
}

.group-detail .group-wrapper .choose-group-content .group-content-title .group-title-icon {
  width: 17px;
  height: 17px;
  background: url("../../images/popClose.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 30px;
}

.group-detail .group-wrapper .choose-group-content .group-content-wrapper {
  width: 100%;
  height: 230px;
  overflow: auto;
}

.group-detail .group-wrapper .choose-group-content .group-content-wrapper .group-list {
  width: 100%;
  height: 48px;
  display: table;
}

.group-detail .group-wrapper .choose-group-content .group-content-wrapper .group-list:hover {
  background: #F0F6FF;
}

.group-detail .group-wrapper .choose-group-content .group-content-wrapper .group-list:nth-child(1) {
  margin-top: 10px;
}

.group-detail .group-wrapper .choose-group-content .group-content-wrapper .group-list .group-name {
  line-height: 48px;
  display: table-cell;
  font-size: 14px;
  color: #646873;
  letter-spacing: 0.27px;
  padding-left: 28px;
  text-align: left;
}

.group-detail .group-wrapper .choose-group-content .group-content-wrapper .group-list .group-sum {
  display: table-cell;
  line-height: 48px;
  font-size: 14px;
  color: #A8A8B3;
  letter-spacing: 0.27px;
  text-align: right;
  padding-right: 40px;
}

.group-detail .group-wrapper .choose-group-content .group-content-wrapper .new-build-gp {
  width: 100%;
  height: 48px;
  padding-top: 8px;
  display: none;
}

.group-detail .group-wrapper .choose-group-content .group-content-wrapper .new-build-gp .input-name {
  display: inline-block;
  vertical-align: top;
  width: 216px;
  height: 30px;
  margin-top: 9px;
  -webkit-box-shadow: 0 0 7px 1px #227FFF;
          box-shadow: 0 0 7px 1px #227FFF;
  margin-left: 30px;
}

.group-detail .group-wrapper .choose-group-content .group-content-wrapper .new-build-gp .input-name input {
  display: inline-block;
  width: calc(100% - 10px);
  height: 100%;
  margin-left: 10px;
}

.group-detail .group-wrapper .choose-group-content .group-content-wrapper .new-build-gp .yes-icon {
  display: inline-block;
  margin-left: 14px;
  width: 24px;
  height: 24px;
  margin-top: 12px;
  background: url(../../images/data/rename_ico.png) 0 0 no-repeat;
  cursor: pointer;
}

.group-detail .group-wrapper .choose-group-content .group-content-wrapper .new-build-gp .no-icon {
  display: inline-block;
  margin-left: 14px;
  width: 24px;
  height: 24px;
  margin-top: 12px;
  background: url(../../images/data/rename_ico.png) -30px 0 no-repeat;
  cursor: pointer;
}

.group-detail .group-wrapper .choose-group-content .group-content-wrapper .group-list-activated {
  background: #F0F6FF;
}

.group-detail .group-wrapper .choose-group-content .group-content-footer {
  width: 100%;
  height: 70px;
  display: table;
}

.group-detail .group-wrapper .choose-group-content .group-content-footer .group-new-build {
  display: table-cell;
  line-height: 70px;
  text-align: left;
  padding-left: 30px;
}

.group-detail .group-wrapper .choose-group-content .group-content-footer .group-new-build .icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../../images/activate/new-group.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.group-detail .group-wrapper .choose-group-content .group-content-footer .group-new-build .name {
  font-size: 14px;
  color: #3A8BFF;
  padding-left: 4px;
  cursor: pointer;
}

.group-detail .group-wrapper .choose-group-content .group-content-footer .group-quit {
  width: 92px;
  height: 36px;
  display: table-cell;
  padding-right: 30px;
  position: relative;
}

.group-detail .group-wrapper .choose-group-content .group-content-footer .group-quit a {
  position: absolute;
  top: 17px;
}

.group-detail .group-wrapper .choose-group-content .group-content-footer .group-confirm {
  width: 92px;
  height: 36px;
  display: table-cell;
  padding-right: 30px;
  position: relative;
}

.group-detail .group-wrapper .choose-group-content .group-content-footer .group-confirm a {
  position: absolute;
  top: 17px;
}

.activate-bread {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 26px;
}

.listHover {
  background: #F0F6FF;
}

.listHover .titles {
  color: #181E33 !important;
  font-weight: bolder;
}

.activate-check-box {
  background: url("../../images/dx_checked.png") no-repeat;
  background-size: 100% 100%;
}

.borderNode {
  border: none !important;
}

.detail-activate-bg {
  background: #F0F6FF;
}

.detail-activate-bg .group-name {
  color: #3A8BFF !important;
  font-weight: bolder;
}

.detail-activate-bg .sum-people {
  color: #3A8BFF !important;
}

/*分组详情左边分组选中事件*/
.detail-activate-bg {
  background: #F0F6FF;
}

.detail-activate-bg .group-name {
  color: #3A8BFF !important;
  font-weight: bolder;
}

.detail-activate-bg .sum-people {
  color: #3A8BFF !important;
}

/*分数列表的样式*/
.score-list {
  width: 57px;
  max-height: 252px;
  top: 16px;
  left: -40px;
  padding: 6px 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 12px 0 rgba(175, 187, 204, 0.75);
          box-shadow: 0 2px 12px 0 rgba(175, 187, 204, 0.75);
  border-radius: 6px;
  overflow: auto;
  position: absolute;
  display: none;
  z-index: 100;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.score-list li {
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #646873;
  line-height: 40px;
  cursor: pointer;
}

.score-list li span {
  padding-left: 20px;
}

.score-list li:hover {
  background: #F5F8FB;
  color: #3A8BFF;
}



.dialog-score {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.dialog-score .dialog-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
  opacity: 0.76;
  background: #101A29;
}
.dialog-score .dialog-wrapper {
  width: 840px;
  max-height: 600px;
  background: white;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dialog-score .dialog-wrapper .manage-title {
  width: 100%;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #F2F2F2;
}
.dialog-score .dialog-wrapper .manage-title .title-name {
  font-size: 18px;
  color: #364152;
  float: left;
  margin-left: 30px;
  line-height: 60px;
}
.dialog-score .dialog-wrapper .manage-title .title-icon {
  cursor: pointer;
  width: 17px;
  height: 17px;
  float: right;
  margin: 22px 30px 0 0;
  background: url("../../images/popClose.png") no-repeat;
  background-size: 100% 100%;
}
.dialog-score .dialog-wrapper .manage-content {
  padding: 20px 30px 30px;
  max-height: 470px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dialog-score .dialog-wrapper .manage-footer {
  width: 100%;
  height: 69px;
  border-top: 1px solid #F2F2F2;
  position: relative;
}
.dialog-score .dialog-wrapper .manage-footer .operate {
  float: right;
  height: 36px;
  margin-top: 16px;
}
.dialog-score .dialog-wrapper .manage-footer .operate a {
  margin-right: 30px;
}
.dialog-score .comment-textarea {
  margin-top: 30px;
  width: 100%;
}
.dialog-score .comment-textarea .tips {
  margin-right: 6px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  color: #131B26;
}
.dialog-score .comment-textarea .input-textarea {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 42px);
  padding: 10px 20px;
  min-height: 200px;
  border: 1px solid #E1E1E5;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dialog-score .comment-textarea .input-textarea textarea {
  display: inline-block;
  font-size: 14px;
  min-height: 200px;
  width: 100%;
}

.table-box {
  padding-top: 6px;
}
.table-box.no-edit-table {
  position: relative;
}
.table-box.no-edit-table :after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  z-index: 10;
}
.table-box .table-title {
  background: #F2F4F7;
  border: 1px solid #DEE0E3;
  border-radius: 6px 6px 0px 0px;
  color: #131B26;
  line-height: 29px;
  padding: 0 14px;
}
.table-box .table-title .inlineMiddle {
  display: inline-block;
  vertical-align: middle;
}
.table-box .table-title img {
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.level2 .subItem .box-content .table-box .table-title img {
  width: 10px!important;
  height: 10px!important;
  margin-right: 6px!important;
}
.table-box .table-body {
  line-height: 20px;
  text-align: center;
}
.table-box .table-body .tr-head .table-td .star-box img {
  width: 18px;
  height: 18px;
  margin-right: 2px;
}
.table-box .table-body .tr-head .table-td .star-box img:last-child {
  margin-right: 0;
}
.table-box .table-body .table-tr {
  font-size: 0;
  border-bottom: 1px solid #DEE0E3;
  width: 100%;
  display: inline-table;
}
.table-box .table-body .table-tr .table-td {
  text-align: center;
  vertical-align: top;
  padding: 10px 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% / 6);
  font-size: 0;
  border-left: 1px solid #DEE0E3;
  min-height: 40px;
  display: table-cell;
  cursor: pointer;
  /*第一列*/
}
.table-box .table-body .table-tr .table-td .ipt-radio .icon-radio {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../../images/dx_check.png) no-repeat center;
  background-size: cover;
}
.table-box .table-body .table-tr .table-td .ipt-radio input[type=radio] {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.table-box .table-body .table-tr .table-td .ipt-radio input[type=radio]:checked + .icon-radio {
  display: inline-block;
  background: url(../../images/dx_checked.png) no-repeat center;
  background-size: cover;
}
.table-box .table-body .table-tr .table-td .td-txt {
  font-size: 14px;
  margin-left: 6px;
  display: inline-block;
}
.table-box .table-body .table-tr .table-td:first-child {
  background-color: #FAFBFC;
  font-size: 14px;
  color: #474C59;
}
.table-box .table-body .table-tr .table-td:last-child {
  border-right: 1px solid #DEE0E3;
}
.table-box .table-body .table-tr .table-td .check-list {
  font-size: 14px;
  vertical-align: top;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  display: none;
}
/*.table-box .table-body .table-tr .table-td:hover .check-list{*/
/*  display: inline-block;*/
/*}*/
.table-box .table-body .table-tr .table-td.checked-list .check-list{
  display: inline-block;
}
.table-box .table-body .table-tr .table-td:hover .td-txt, .table-box .table-body .table-tr .table-td.checked-list .td-txt {
  max-width: calc(100% - 26px);
  text-align: left;
}
.table-box .table-body .table-tr .checked-list {
  background-color: #F0F6FF;
}
.table-box .table-body .table-tr:last-child {
  border-radius: 0 0 6px 6px;
}
.table-box .table-body .table-tr:last-child .table-td:first-child {
  border-radius: 0 0 0 6px;
}
.table-box .table-body .table-tr:last-child .table-td:last-child {
  border-radius: 0 0 6px 0;
}

