
/*分组任务旧版编辑器页面专用，以后不用更改*/
@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

html, body {
  width: 100%;
  background: #F3F4F5;
}

.inner-group {
  width: 100%;
  height: 100%;
}

.inner-group .group-header {
  width: 100%;
  height: 52px;
}

.inner-group .group-content {
  max-width: 1200px;
  height: calc(100% - 82px);
  margin: 0 auto;
  margin-top: 16px;
}


.inner-group .group-content .group-info {
  width: 100%;
  height: calc(100% - 165px);
  padding-top: 16px;
  padding-bottom: 16px;
  box-sizing: border-box;
}

.inner-group .group-content .group-info .group-wrapper {
  width: 310px;
  height: 100%;
  float: left;
  background: white;
  box-shadow: 0 2px 17px 0 rgba(239, 239, 239, 0.5);
  border-radius: 4px;
}

.inner-group .group-content .group-info .group-wrapper .group-title {
  width: 100%;
  height: 54px;
  line-height: 54px;
  border-bottom: 1px solid #F2F2F2;
  box-sizing: border-box;
}

.inner-group .group-content .group-info .group-wrapper .group-title .has-give {
  float: left;
  font-size: 16px;
  color: #A8A8B3;
  margin-left: 30px;
}

.inner-group .group-content .group-info .group-wrapper .group-title .no-give {
  float: right;
  font-size: 14px;
  color: #3A8BFF;
  margin-right: 20px;
  cursor: pointer;
}
.inner-group .group-content .group-info .group-wrapper .group-title .no-give-1 {
  float: right;
  font-size: 14px;
  color: #3A8BFF;
  margin-right: 20px;
  cursor: pointer;
}

.inner-group .group-content .group-info .group-wrapper .group-title .chosed {
  width: 34px;
  height: 4px;
  background: #3B90FF;
  border-radius: 2px;
  margin-left: 74px;
  position: absolute;
  top: 56px;
}
.inner-group .group-content .group-info .group-wrapper .group-title .btn-search {
  float: right;
  margin: 20px 20px 0 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  line-height: 16px;
}


.inner-group .group-content .group-info .group-wrapper .group-wrapper-list {
  width: 100%;
  height: calc(100% - 65px);
  overflow: auto;
}

.inner-group .group-content .group-info .group-wrapper .group-wrapper-list .group-list {
  width: 100%;
  min-height: 60px;
  border-bottom: 1px solid #F2F2F2;
  cursor: pointer;
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*.inner-group .group-content .group-info .group-wrapper .group-wrapper-list .group-list:nth-child(1) {*/
/*  margin-top: 5px;*/
/*}*/

.inner-group .group-content .group-info .group-wrapper .group-wrapper-list .group-list:not(.listHover):hover {
  background: #f7fafc;
}

.inner-group .group-content .group-info .group-wrapper .group-wrapper-list .group-list:not(.listHover):hover .scores {
  color: #181E33;
}

.inner-group .group-content .group-info .group-wrapper .group-wrapper-list .group-list .name {
  float: left;
  line-height: 20px;
  font-size: 14px;
  color: #181E33;
  /*font-weight: 500;*/
}

/*.inner-group .group-content .group-info .group-wrapper .group-wrapper-list .group-list .name .titles {
  font-size: 14px;
  color: #646873;
}*/

.inner-group .group-content .group-info .group-wrapper .group-wrapper-list .group-list .name .num-people {
  /*font-size: 14px;*/
  color: #A8A8B3;
}

.inner-group .group-content .group-info .group-wrapper .group-wrapper-list .group-list .comments {
  float: right;
  line-height: 20px;
  font-size: 14px;
  color: #A8A8B3;
  display: block;
  /*margin-right: 20px;*/
}

.inner-group .group-content .group-info .group-wrapper .group-wrapper-list .group-list .handle {
  float: right;
  line-height: 20px;
  font-size: 14px;
  /*margin-right: 20px;*/
  color: #3A8BFF;
}
.inner-group .group-content .group-info .group-wrapper .group-wrapper-list .group-list .list-info {
  margin-top: 8px;
  font-size: 14px;
  text-align: left;
  color: #8a8b99;
  line-height: 20px;
}

.inner-group .group-content .group-info .group-wrapper .group-wrapper-list .listHover {
  background: #F0F6FF;
}

.inner-group .group-content .group-info .group-wrapper .group-wrapper-list .listHover .name .titles {
  color: #181E33;
  font-weight: bolder;
}

.inner-group .group-content .group-info .group-info-wrapper {
  width: calc(100% - 324px);
  min-height: calc(100% - 20px);
  float: right;
  background: white;
  box-shadow: 0 2px 17px 0 rgba(239, 239, 239, 0.5);
  border-radius: 4px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.inner-group .group-content .group-info .group-info-wrapper .group-tab {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  border-bottom: 1px solid #F2F2F2;
}

.inner-group .group-content .group-info .group-info-wrapper .group-tab .tab-list {
  float: left;
  margin-left: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #A8A8B3;
  position: relative;
  cursor: pointer;
}

.inner-group .group-content .group-info .group-info-wrapper .group-tab .tab-list:nth-child(1) {
  margin-left: 45px;
 /* color: #181E33;*/
}

.inner-group .group-content .group-info .group-info-wrapper .group-tab .tab-list .choose {
  display: none;
  width: 34px;
  height: 4px;
  background: #3B90FF;
  border-radius: 2px;
  position: absolute;
  top: 56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.inner-group .group-content .group-info .group-info-wrapper .group-tab .tab-list.active {
  color: #181E33;
  font-weight: bold;
}

.inner-group .group-content .group-info .group-info-wrapper .group-tab .tab-list.active .choose {
  display: inline-block;
}

.inner-group .group-content .group-info .group-info-wrapper .group-tab .band {
  float: right;
  line-height: 60px;
}

.inner-group .group-content .group-info .group-info-wrapper .group-tab .band .saying {
  font-size: 14px;
  color: #91A0B5;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.inner-group .group-content .group-info .group-info-wrapper .group-tab .band .icon {
  margin-right: 30px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  width: 14px;
}

.inner-group .group-content .group-info .group-info-wrapper .group-tab .band .icon:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  border-radius: 14%;
  background: url("../../images/activate/class/提示@2x.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.inner-group .group-content .group-info .group-info-wrapper .group-tab .band .icon:hover:before {
  background: url("../../images/activate/remind.png") no-repeat;
  background-size: 100% 100%;
}

.inner-group .group-content .group-info .group-info-wrapper .group-tab .band .icon:hover .band-saying {
  display: block;
}

.inner-group .group-content .group-info .group-info-wrapper .group-tab .band .icon .band-saying {
  width: 240px;
  z-index: 5;
  position: absolute;
  bottom: 45px;
  right: -32px;
  line-height: 20px;
  padding: 10px 16px;
}

.inner-group .group-content .group-info .group-info-wrapper .group-tab .band .icon .band-saying:after {
  left: 200px;
}

.inner-group .group-content .group-info .group-info-wrapper .eval-content > div:not(:first-child) {
  display: none;
}
.inner-group .group-content .group-info .group-info-wrapper .eval-content .inner-group-content .vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.inner-group .group-content .group-info .group-info-wrapper .eval-content .inner-group-content .comment-title{
  font-size: 16px;
  color: #181E33;
  margin-top: 20px;
  font-weight: bolder;
}

.inner-group .group-content .group-info .group-info-wrapper .eval-content .inner-group-content .comment-title .btn-test-list{
  font-weight: 400;
  margin-left: 20px;
  cursor: pointer;
}

/* 新增分组评价弹窗 */
.inner-group .group-content .group-info .group-info-wrapper .eval-content .inner-group-content .comment-title .test-pop-list {
  display: none;
  width: 346px;
  height: 400px;
  border-radius: 6px;
  -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);
  position: absolute;
  margin-left: 45px;
  z-index: 2;
  background: #fff;
}

.inner-group .group-content .group-info .group-info-wrapper .eval-content .inner-group-content .comment-title .test-pop-list .tab-head {
  padding: 8px 34px 0;
  background: #F5F6F7;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.inner-group .group-content .group-info .group-info-wrapper .eval-content .inner-group-content .comment-title .test-pop-list .tab-head li {
  display: inline-block;
  border-radius: 8px 8px 0 0;
  width: 124px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #A8A8B3;
  cursor: pointer;
}

.inner-group .group-content .group-info .group-info-wrapper .eval-content .inner-group-content .comment-title .test-pop-list .tab-head li.current {
  background: #FFFFFF;
  color: #181E33;
}

.inner-group .group-content .group-info .group-info-wrapper .eval-content .inner-group-content .comment-title .test-pop-list .tab-body {
  margin-top: 55px;
}

.inner-group .group-content .group-info .group-info-wrapper .eval-content .inner-group-content .comment-title .test-pop-list .tab-body .tab-list-pop {
  max-height: 336px;
  overflow-y: auto;
  font-weight: normal;
}

.inner-group .group-content .group-info .group-info-wrapper .eval-content .inner-group-content .comment-title .test-pop-list .tab-body .tab-list-pop li {
  padding: 15px 17px 15px 20px;
  height: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.inner-group .group-content .group-info .group-info-wrapper .eval-content .inner-group-content .comment-title .test-pop-list .tab-body .tab-list-pop li:hover {
  background: #F7FAFC;
}

.inner-group .group-content .group-info .group-info-wrapper .eval-content .inner-group-content .comment-title .test-pop-list .tab-body .tab-list-pop li .li-name {
  position: relative;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content {
  width: calc(100% - 60px);
  margin: 24px 30px 0 30px;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .handle-score {
  width: 100%;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .handle-score .operate-score {
  width: 100%;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .handle-score .operate-score .info {
  margin-top: 3px;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .handle-score .operate-score .info .txt {
  margin-top: 7px;
  max-width: 646px;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .handle-score .operate-score .operate-input {
  font-size: 14px;
  color: #181E33;
  outline: none;
  display: inline-block;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  caret-color: #3A8BFF;
  box-sizing: border-box;
  width: 60px;
  height: 34px;
  background: #fff;
  font-weight: 500;
  text-align: center;
  margin-left: 10px;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .handle-score .operate-score .operate-input:focus {
  padding: 0 14px;
  text-align: left;
  border: 1px solid #CCDEF3;
  box-shadow: 0 0 4px 0 #75BAFF;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .handle-score .operate-score .unit {
  margin-left: 10px;
  margin-top: 7px;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .handle-score .operate-score .handle-name {
  font-size: 14px;
  color: #181E33;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .handle-score .operate-score .dis-score-list {
  display: inline-block;
  padding-bottom: 10px;
  line-height: 1.4;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .handle-score .operate-score .dis-score-list:hover .scores-list {
  display: block;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .handle-score .operate-score .dis-score-list:hover .arrow {
  transform: rotate(180deg);
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .handle-score .operate-score .scores {
  font-size: 16px;
  color: #3A8BFF;
  padding-left: 10px;
  cursor: pointer;
  /*vertical-align: middle;*/
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .handle-score .operate-score .arrow {
  display: inline-block;
  width: 8px;
  height: 6px;
  background: url("../../images/activate/arrowDownSky.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 4px;
  cursor: pointer;
  vertical-align: middle;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .handle-score .operate-score .scores-list {
  width: 57px;
  box-shadow: 0 2px 12px 0 rgba(175, 187, 204, 0.75);
  border-radius: 6px;
  background: white;
  position: absolute;
  top: 38px;
  left: 30px;
  display: none;
  max-height: 252px;
  z-index: 5;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .handle-score .operate-score .scores-list .lists {
  width: 100%;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .handle-score .operate-score .scores-list .lists:nth-child(1) {
  margin-top: 6px;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .handle-score .operate-score .scores-list .lists:nth-last-child(1) {
  margin-bottom: 6px;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .handle-score .operate-score .scores-list .lists span {
  padding-left: 20px;
  font-size: 14px;
  color: #646873;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .handle-score .operate-score .scores-list .lists:hover {
  background: #F5F8FB;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .handle-score .operate-score .scores-list .lists:hover span {
  color: #3A8BFF;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .handle-score .input-textarea {
  width: 100%;
  min-height: 60px;
  border: 1px solid #E1E1E5;
  border-radius: 2px;
  box-sizing: border-box;
}
.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .handle-score .input-textarea:focus-within {
  border: 1px solid #CCDEF3;
  box-shadow: 0 0 4px 0 #75BAFF;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .handle-score .input-textarea textarea {
  display: inline-block;
  font-size: 14px;
  min-height: 60px;
  padding: 14px;
}


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

.inner-group .group-content .group-info .group-info-wrapper .inner-group-content {
  width: calc(100% - 60px);
  height: calc(100% - 24px);
  margin: 24px 30px 0 30px;
  display: none;
}

.inner-group .group-content .group-info .group-info-wrapper .inner-group-content .comment-list {
  width: 100%;
}

.inner-group .group-content .group-info .group-info-wrapper .inner-group-content .comment-list .comment-list-wrapper {
  width: 100%;
}

.inner-group .group-content .group-info .group-info-wrapper .inner-group-content .comment-list .comment-list-wrapper .wrapper-list-contents {
  display: block;
}

.inner-group .group-content .group-info .group-info-wrapper .inner-group-content .comment-list .comment-list-wrapper .wrapper-list-little {
  width: 50%;
  margin-top: 20px;
  height: 21px;
  display: inline-block;
}

.inner-group .group-content .group-info .group-info-wrapper .inner-group-content .comment-list .comment-list-wrapper .wrapper-list-little .list-title-name {
  font-size: 14px;
  color: #91A0B5;
  letter-spacing: 0.27px;
  float: left;
}

.inner-group .group-content .group-info .group-info-wrapper .inner-group-content .comment-list .comment-list-wrapper .wrapper-list-little .list-title-icon {
  float: left;
  width: 13px;
  height: 13px;
  background: url("../../images/activate/class/arrowDown.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 6px;
  margin-top: 4px;
  cursor: pointer;
}

.inner-group .group-content .group-info .group-info-wrapper .inner-group-content .title-sum {
  font-size: 14px;
  color: #3A8BFF;
  line-height: 25px;
  float: right;
}

.inner-group .group-content .group-info .group-info-wrapper .inner-group-content .marginTop15{
  margin-top: 15px;
}

.inner-group .group-content .group-info .group-info-wrapper .inner-group-content .between-not-all-title {
  display: inline-block;
  font-weight: normal;
  line-height: 25px;
  float: none;
}

.inner-group .group-content .group-info .group-info-wrapper .inner-group-content .title-sum .title-icons {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: fit-content;
  margin-top: 5px;
  margin-left: 4px;
  position: relative;
  cursor: pointer;
}

.inner-group .group-content .group-info .group-info-wrapper .inner-group-content .title-sum .title-icons:hover .person-icon {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.inner-group .group-content .group-info .group-info-wrapper .inner-group-content .title-sum .title-icons:hover .person-name-wrapper {
  display: block;
}

.inner-group .group-content .group-info .group-info-wrapper .inner-group-content .title-sum .title-icons .person-icon {
  width: 10px;
  height: 10px;
  background: url("../../images/common/arrow-down.png") no-repeat;
  background-size: 100% 100%;
}

.inner-group .group-content .group-info .group-info-wrapper .inner-group-content .title-sum .title-icons .person-name-wrapper {
  width: 160px;
  position: absolute;
  top: 16px;
  left: -130px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 3px 16px 0 rgba(186, 192, 195, 0.74);
  box-shadow: 0 3px 16px 0 rgba(186, 192, 195, 0.74);
  border-radius: 6px;
  z-index: 7;
  display: none;
}

.inner-group .group-content .group-info .group-info-wrapper .inner-group-content .title-sum .title-icons .person-name-wrapper .person-wrapper {
  width: 100%;
  height: 64px;
}

.inner-group .group-content .group-info .group-info-wrapper .inner-group-content .title-sum .title-icons .person-name-wrapper .person-wrapper:nth-child(1) {
  margin-top: 6px;
}

.inner-group .group-content .group-info .group-info-wrapper .inner-group-content .title-sum .title-icons .person-name-wrapper .person-wrapper:nth-last-child(1) {
  margin-bottom: 6px;
}

.inner-group .group-content .group-info .group-info-wrapper .inner-group-content .title-sum .title-icons .person-name-wrapper .person-wrapper div {
  width: 100%;
  height: 40px;
  margin-top: 12px;
}

.inner-group .group-content .group-info .group-info-wrapper .inner-group-content .title-sum .title-icons .person-name-wrapper .person-wrapper .person-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-left: 20px;
  float: left;
}

.inner-group .group-content .group-info .group-info-wrapper .inner-group-content .title-sum .title-icons .person-name-wrapper .person-wrapper .person-avatar img {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.inner-group .group-content .group-info .group-info-wrapper .inner-group-content .title-sum .title-icons .person-name-wrapper .person-wrapper .person-name {
  width: calc(100% - 90px);
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  color: #181E33;
  letter-spacing: 0.27px;
  margin-left: 14px;
  display: inline-block;
}

.inner-group .group-content .group-info .group-info-wrapper .inner-group-content .title-sum .title-icons .person-name-wrapper .person-wrapper .person-name span {
  display: inline-block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.inner-group .group-content .group-info .group-info-wrapper .inner-group-content .title-sum .title-icons .person-name-wrapper .group-leader-title{
  width: 200px;
  height: 20px;
  padding: 16px 20px 4px;
}

.inner-group .group-content .group-info .group-info-wrapper .inner-group-content .title-sum .title-icons .person-name-wrapper .group-leader-title span{
  font-style: normal;
  font-weight: 550;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .5px;
  color: #131B26;
}

.inner-group .group-content .group-info .group-info-wrapper .inner-group-content .title-sum .between-not-all-title-icons {
  margin-top: 7.5px;
  margin-left: 0;
  height: fit-content;
  width: 15px;
}

.inner-group .group-content .group-info .group-info-wrapper .inner-group-content .title-sum .tip-box {
  display: inline-block;
  position: relative;
  margin-top: 3px;
}

.inner-group .group-content .group-info .group-info-wrapper .inner-group-content .title-sum .tip-box:hover .icon-tip {
  background: url(../../images/questionBank/saying-blue.png) no-repeat;
  background-size: 100% 100%;
}

.inner-group .group-content .group-info .group-info-wrapper .inner-group-content .title-sum .tip-box:hover .bubble {
  display: block;
}

.inner-group .group-content .group-info .group-info-wrapper .inner-group-content .title-sum .tip-box .icon-tip {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../../images/questionBank/saying-gray.png) no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  cursor: pointer;
}

.inner-group .group-content .group-info .group-info-wrapper .inner-group-content .title-sum .tip-box .bubble {
  width: 236px;
  line-height: 1;
  position: absolute;
  top: -55px;
  left: -120px;
}

.inner-group .group-content .group-info .group-info-wrapper .inner-group-content .title-sum .tip-box .bubble:after {
  left: 50%;
  margin-left: 4px;
}

.inner-group .group-content .group-info .group-info-wrapper .group-inner-list {
  width: 100%;
  height: calc(100% - 65px);
  overflow: auto;
}

.inner-group .group-content .group-info .group-info-wrapper .group-inner-list .group-list {
  width: 100%;
  height: 72px;
  border-bottom: 1px solid #F2F2F2;
  cursor: pointer;
  overflow: hidden;
}

.inner-group .group-content .group-info .group-info-wrapper .group-inner-list .group-list:nth-child(1) {
  margin-top: 11px;
}

.inner-group .group-content .group-info .group-info-wrapper .group-inner-list .group-list:hover {
  background: #F7FAFC;
}

.inner-group .group-content .group-info .group-info-wrapper .group-inner-list .group-list .avarar {
  width: 42px;
  height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 15px 14px 15px 30px;
 background: url("../../images/noBody.png")center center no-repeat;
 background-size: 36px 36px;
  float: left;
}

.inner-group .group-content .group-info .group-info-wrapper .group-inner-list .group-list .avarar img {
  width: 42px;
  height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.inner-group .group-content .group-info .group-info-wrapper .group-inner-list .group-list .name-time {
  float: left;
}

.inner-group .group-content .group-info .group-info-wrapper .group-inner-list .group-list .name-time .name {
  height: 20px;
  line-height: 20px;
  display: block;
  font-size: 14px;
  color: #646873;
  margin-top: 17px;
}

.inner-group .group-content .group-info .group-info-wrapper .group-inner-list .group-list .name-time .time {
  height: 17px;
  line-height: 17px;
  font-size: 12px;
  color: #A8A8B3;
}

.inner-group .group-content .group-info .group-info-wrapper .group-inner-list .group-list .scores {
  float: right;
  line-height: 72px;
  margin-right: 20px;
  font-size: 16px;
  color: #3A8BFF;
}

.inner-group .basic-info {
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #FFFFFF;
  box-shadow: 0 2px 17px 0 rgba(239, 239, 239, 0.5);
}

.inner-group .basic-info:after {
  display: block;
  content: "";
  clear: both;
}

.inner-group .basic-info .edit-btn {
  margin-left: 20px;
  font-size: 12px;
  color: #6B89B2;
  cursor: pointer;
}

.inner-group .basic-info .edit-btn:hover {
  opacity: 0.7;
}

.inner-group .basic-info .basic-wrapper {
  width: calc(100% - 60px);
  margin-left: 30px;
  margin-top: 22px;
  float: left;
}

.inner-group .basic-info .basic-wrapper .left-icon {
  width: 42px;
  height: 42px;
  background: url("../../images/activate/group-task.png") no-repeat;
  background-size: 100% 100%;
  float: left;
  border-radius: 4px;
}
.inner-group .basic-info .basic-wrapper .left-icon-end {
  width: 42px;
  height: 42px;
  background: url("../../images/common/icon-fzrw-g.png") no-repeat;
  background-size: 100% 100%;
  float: left;
  border-radius: 4px;
}
.inner-group .basic-info .basic-wrapper .left-icon_not {
  width: 42px;
  height: 42px;
  background: url("../../images/renwu/active_type_35_1.png") no-repeat;
  background-size: 100% 100%;
  float: left;
  border-radius: 4px;
}
.inner-group .basic-info .basic-wrapper .left-icon-end_not {
  width: 42px;
  height: 42px;
  background: url("../../images/renwu/active_type_35_1_gray.png") no-repeat;
  background-size: 100% 100%;
  float: left;
  border-radius: 4px;
}



.inner-group .basic-info .basic-wrapper .right-info {
  width: calc(100% - 56px);
  margin-left: 14px;
  float: left;
}

.inner-group .basic-info .basic-wrapper .right-info .brief-info {
  width: 100%;
  height: 45px;
}

.inner-group .basic-info .basic-wrapper .right-info .brief-info .left-info-basic {
  float: left;
}

.inner-group .basic-info .basic-wrapper .right-info .brief-info .left-info-basic .title {
  font-size: 16px;
  color: #181E33;
  height: 100%;
  line-height: 22px;
  font-weight: bolder;
  width: 684px;
}

.inner-group .basic-info .basic-wrapper .right-info .brief-info .left-info-basic .time-remain {
  height: 18px;
  /*margin-top: 5px;*/
}

.inner-group .basic-info .basic-wrapper .right-info .brief-info .left-info-basic .time-remain .time {
  float: left;
  line-height: 18px;
  font-size: 12px;
  color: #A8A8B3;
  padding-right: 14px;
}

.inner-group .basic-info .basic-wrapper .right-info .brief-info .left-info-basic .time-remain .remain {
  height: 18px;
  float: left;
  padding-left: 14px;
  border-left: 1px solid #F2F2F2;
  position: relative;
}

.inner-group .basic-info .basic-wrapper .right-info .brief-info .left-info-basic .time-remain .remain .remain-icon {
  width: 14px;
  height: 14px;
  line-height: 18px;
  background: url("../../images/activate/shijian.png") no-repeat;
  background-size: 100% 100%;
  float: left;
  margin-top: 2px;
}

.inner-group .basic-info .basic-wrapper .right-info .brief-info .left-info-basic .time-remain .remain .remain-icon-ended {
  width: 14px;
  height: 14px;
  line-height: 18px;
  background: url("../../images/common/icon-clock-over.png") no-repeat;
  background-size: 100% 100%;
  float: left;
  margin-top: 2px;
}

.inner-group .basic-info .basic-wrapper .right-info .brief-info .left-info-basic .time-remain .remain .remain-time {
  font-size: 12px;
  color: #FAAF43;
  line-height: 18px;
  float: left;
  margin-left: 6px;
}

.inner-group .basic-info .basic-wrapper .right-info .brief-info .left-info-basic .time-remain .remain .remain-time-ended{
  color: #A8A8B3;
}

.inner-group .basic-info .basic-wrapper .right-info .brief-info .right-operate-area {
  float: right;
}

.inner-group .basic-info .basic-wrapper .right-info .brief-info .right-operate-area .out-data {
  display: inline-block;
  margin-right: 30px;
}
.inner-group  .basic-info .basic-wrapper .right-info .brief-info .right-operate-area .works-show {
  color: #6B89B3;
  line-height: 36px;
  margin-right: 30px;
}

.inner-group  .basic-info .basic-wrapper .right-info .brief-info .right-operate-area .works-show i {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  background-image: url(../../images/activate/icon-record.png);
  background-size: 100%;
  margin-right: 6px;
  margin-top: 10px;
}

.inner-group .rotate90 {
  transform: rotateZ(180deg);
}

.listHover {
  background: #F0F6FF;
}

.listHover .titles {
  color: #181E33;
  font-weight: bolder;
}
.activate-bread {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 26px;
}

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

.borderNode {
  border: none !important;
}

/*评价列表的样式*/
.self-assessment {
  padding: 0 30px;
  box-sizing: border-box;
}

.wrapper-list-contents {
  width: 100%;
}

.wrapper-list-contents .wrapper-list {
  width: 100%;
  padding-top: 20px;
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.wrapper-list-contents .wrapper-list .avatar-part {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  float: left;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
}

.wrapper-list-contents .wrapper-list .avatar-part img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.wrapper-list-contents .wrapper-list .content-part {
  width: calc(100% - 56px);
  float: left;
  margin-left: 10px;
}

.wrapper-list-contents .wrapper-list .content-part .name-score {
  position: relative;
  width: 100%;
  height: 42px;
  overflow: hidden;
}

.wrapper-list-contents .wrapper-list .content-part .name-score .user-info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.wrapper-list-contents .wrapper-list .content-part .name-score .name {
  height: 20px;
  line-height: 20px;
  width: auto;
}
.wrapper-list-contents .wrapper-list .content-part .name-score .name .name-txt {
  display: inline-block;
  max-width: 600px;
}
.wrapper-list-contents .wrapper-list .content-part .name-score .name .handman {
  border-radius: 4px;
  background-color: #EDAF69;
  padding: 0 6px;
  line-height: 20px;
  display: inline-block;
  margin-left: 10px;
}

.wrapper-list-contents .wrapper-list .content-part .name-score .scores {
  float: right;
  font-size: 14px;
  color: #181E33;
  line-height: 20px;
  height: 20px;
}

.wrapper-list-contents .wrapper-list .content-part .content-info .score-info-lists {
  margin-top: 7px;
}

.wrapper-list-contents .wrapper-list .content-part .content-info .score-info-lists .score-info-list {
  margin-bottom: 15px;
}

.wrapper-list-contents .wrapper-list .content-part .content-info .score-info-lists .score-info-list .txt {
  max-width: 633px;
}


.wrapper-list-contents .wrapper-list .content-part .content-info .info-detail {
  padding: 16px 20px;
  background-color: #F7F8FA;
  border-radius: 4px;
}

.img-wrapper {
  width: 100%;
  margin-top: 12px;
}

.img-wrapper .img-list {
  width: 180px;
  height: 220px;
  display: inline-block;
}

.img-wrapper .img-list:nth-child(n+1) {
  margin-right: 10px;
}

.img-wrapper .img-list:nth-child(n+5) {
  margin-top: 10px;
}

.img-wrapper .img-list img {
  width: 180px;
  height: 220px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*学生标题的样式*/
.stu-task-title {
  padding: 24px 30px 0 30px;
}

.stu-task-title .group-title {
  font-size: 16px;
  color: #181E33;
  line-height: 22px;
}

.stu-task-title .time-edit {
  height: 17px;
  margin-top: 8px;
}

.stu-task-title .time-edit .time {
  line-height: 17px;
  font-size: 12px;
  color: #A8A8B3;
}

.stu-task-title .time-edit .edit {
  line-height: 17px;
  font-size: 12px;
  color: #3A8BFF;
  padding-left: 8px;
  cursor: pointer;
}



.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;
  box-shadow: 0 2px 12px 0 rgba(175, 187, 204, 0.75);
  border-radius: 6px;
  overflow: auto;
  position: absolute;
  display: none;
  z-index: 100;
  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;
}
/*简介*/
.detail-info {
    position: relative;
    width: 100%;
    margin-top: 12px;
    font-size: 14px;
    color: #646873;
    /*overflow: hidden;*/
}

.detail-info.expanded {
    padding-bottom: 27px;
}

.detail-info.expanded .detail-bottom {
    background: transparent;
}

.detail-info.expanded .icon {
    transform: rotate(180deg);
}

.detail-info .maxh70 {
    max-height: 147px;
}

.detail-info .minh40 {
    min-height: 40px;
    overflow: hidden;
}

.detail-info .detail-bottom {
    position: absolute;
    display: none;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 70px;
    /*margin-top: 30px;*/
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 68%);
}

.detail-info .detail-bottom .expand-btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    font-size: 14px;
    color: #91A0B5;
    transform: translateX(-50%);
    cursor: pointer;
}

.detail-info .detail-bottom .expand-btn:hover {
    opacity: 0.7;
}

.detail-info .detail-bottom .icon {
    display: inline-block;
    margin-left: 4px;
    font-size: 12px;
    vertical-align: middle;
}

.detail-info .detail-content {
    padding-bottom: 10px;
}

.detail-info .detail-content img {
    margin-top: 10px;
    max-width: 660px !important;
}
/*空数据的样式*/
.empty-table {
  font-size: 14px;
  color: #A8A8B3;
  padding: 120px 0;
  text-align: center;
}
.empty-table-detail {
  font-size: 14px;
  color: #A8A8B3;
  height:420px;
  line-height:420px;
  text-align: center;
}
.leader{
  border-radius: 4px;
  background-color: #EDAF69;
  padding: 0 6px;
  line-height: 20px;
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
}
.inner-group .group-content .group-info .group-info-wrapper .eval-content .handle-score .new-grade-box {
  cursor: pointer;
  color: #6b89b3;
  line-height: 20px;
  margin-top: 26px;
}

.inner-group .group-content .group-info .group-info-wrapper .eval-content .handle-score .new-grade-box > span {
  display: inline-block;
  vertical-align: middle;
}

.inner-group .group-content .group-info .group-info-wrapper .eval-content .handle-score .new-grade-box .edit-img {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url("../../images/renwu/editIcon_gray.png");
  background-size: 100% 100%;
  margin-right: 6px;
}

.inner-group .group-content .group-info .group-info-wrapper .eval-content .handle-score .new-grade-box:hover {
  color: #3A8BFF;
}

.inner-group .group-content .group-info .group-info-wrapper .eval-content .handle-score .new-grade-box:hover .edit-img {
  background-image: url("../../images/renwu/editIcon.png");
}

.inner-group .group-content .group-info .group-info-wrapper .eval-content .handle-score .new-grade-box .more-mark-img {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url("../../../xinfanya/images/renwu/more-mark.png");
  background-size: 100% 100%;
  margin-right: 6px;
}
.inner-group .group-content .group-info .group-info-wrapper .eval-content .handle-score .new-grade-box:hover .more-mark-img {
  background-image: url("../../../xinfanya/images/renwu/more-mark_blue.png");
}


.evaluate-info.evaluate-tab-list .tab-head .tab-t .tip-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
  margin-top: 5px;
}

.evaluate-info.evaluate-tab-list .tab-head .tab-t .tip-box .icon-tip {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../../images/questionBank/saying-gray.png) no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  cursor: pointer;
}

.evaluate-info.evaluate-tab-list .tab-head .tab-t .tip-box .bubble {
  white-space: nowrap;
  top: -50px;
  left: -37px;
}

.evaluate-info.evaluate-tab-list .tab-head .tab-t .tip-box .bubble::after {
  left: 46px;
}

.evaluate-info.evaluate-tab-list .tab-head .tab-t .tip-box:hover .icon-tip {
  background: url(../../images/questionBank/saying-blue.png) no-repeat;
  background-size: 100% 100%;
}

.evaluate-info.evaluate-tab-list .tab-head .tab-t .tip-box:hover .bubble {
  display: block;
}

.quick-comments {
  margin: 10px;
  font-size: 0;
}
.quick-comments .qc-item {
  cursor: pointer;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  padding: 0px 10px;
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  color: #474C59;
  background: #F2F4F7;
  border-radius: 30px;
  margin-top: 10px;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .handle-score .input-textarea .quick-comments .qc-item:last-child {
  margin-right: 0;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .handle-score .input-textarea .quick-comments .qc-item.active, .inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .handle-score .input-textarea .quick-comments .qc-item:hover {
  background: #F0F6FF;
  color: #3A8BFF;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .handle-score .input-textarea .edit-quick-comments {
  cursor: pointer;
  display: inline-block;
  vertical-align: bottom;
  padding: 0 10px;
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  color: #3A8BFF;
  background: #F0F6FF;
  border-radius: 30px;
  margin-top: 10px;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .handle-score .input-textarea .edit-quick-comments i {
  margin-right: 4px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../../../xinfanya/images/renwu/editIcon.png") no-repeat center center;
  background-size: contain;
}

/*快速评价列表弹窗*/
.edit-quick-comments-dialog .popContent {
  padding: 10px 0;
  height: 350px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.edit-quick-comments-dialog .popContent .empty-txt {
  margin-top: 165px;
  font-size: 14px;
  line-height: 20px;
  color: #8A8B99;
  text-align: center;
}

.edit-quick-comments-dialog .popContent .comments-list li.edit-status .show-status {
  display: none;
}

.edit-quick-comments-dialog .popContent .comments-list li.edit-status .add-comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.edit-quick-comments-dialog .popContent .comments-list li .show-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 17px 30px;
}

.edit-quick-comments-dialog .popContent .comments-list li .show-status:hover {
  background: #F0F6FF;
}

.edit-quick-comments-dialog .popContent .comments-list li .show-status:hover .edit-comment,
.edit-quick-comments-dialog .popContent .comments-list li .show-status:hover .del-comment {
  display: inline-block;
}

.edit-quick-comments-dialog .popContent .comments-list li .add-comment {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 30px;
}

.edit-quick-comments-dialog .popContent .comments-list li .add-comment:hover {
  background: none;
}

.edit-quick-comments-dialog .popContent .comments-list li .add-comment .ipt-comment-box {
  padding: 7px 9px;
  width: 356px;
  height: 36px;
  background: #FFFFFF;
  border: 1px solid #3A8BFF;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.edit-quick-comments-dialog .popContent .comments-list li .add-comment .ipt-comment-box input {
  font-size: 14px;
  line-height: 20px;
  color: #181E33;
  width: 336px;
}

.edit-quick-comments-dialog .popContent .comments-list li .add-comment .sure-comment-btn,
.edit-quick-comments-dialog .popContent .comments-list li .add-comment .del-comment-btn {
  cursor: pointer;
  margin-left: 10px;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.edit-quick-comments-dialog .popContent .comments-list li .add-comment .sure-comment-btn {
  margin-left: 14px;
  background: url("../../images/data/rename_ico.png") 0 0 no-repeat;
}

.edit-quick-comments-dialog .popContent .comments-list li .add-comment .del-comment-btn {
  background: url("../../images/data/rename_ico.png") -30px 0 no-repeat;
}

.edit-quick-comments-dialog .popContent .comments-list li .comment-desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 20px;
  color: #131B26;
}

.edit-quick-comments-dialog .popContent .comments-list li .edit-comment,
.edit-quick-comments-dialog .popContent .comments-list li .del-comment {
  display: none;
  cursor: pointer;
  margin-left: 24px;
  font-size: 14px;
  line-height: 20px;
  color: #3A8BFF;
}

.edit-quick-comments-dialog .footer-add-comment {
  margin-left: 30px;
  position: relative;
  top: 10px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  color: #3A8BFF;
}

.edit-quick-comments-dialog .footer-add-comment i {
  margin-right: 4px;
}
/*快速评价列表弹窗结束*/

/*导出附件弹窗*/

.pop-mask {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  display: block;
}
.pop-mask div {
  box-sizing: border-box;
}
.pop-mask > .pop-container {
  width: 440px;
  border-radius: 10px;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pop-mask > .pop-container > .pop-title {
  position: relative;
  width: 100%;
  height: 60px;
  padding: 0 30px;
  border-bottom: 1px solid #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pop-mask > .pop-container > .pop-title > span {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #131B26;
}
.pop-mask > .pop-container > .pop-title > i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../../images/popClose.png') no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
}
.pop-mask > .pop-container .pop-content {
  padding: 30px;
  text-align: left;
  font-family: 'PingFang SC';
  font-weight: 400;
  font-size: 24px;
  line-height: 1.6em;
  color: #333333;
  border-bottom: 1px solid #F2F2F2;
}
.pop-mask > .pop-container .pop-content > p {
  font-size: 14px;
  color: #131B26;
  margin: 0 0 20px 0;
}
.pop-mask > .pop-container .pop-content > .select-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.pop-mask > .pop-container .pop-content > .select-container > .checkbox {
  width: 18px;
  height: 18px;
  position: relative;
  margin: 2px 11px 0 0;
  flex-grow: 0;
  flex-shrink: 0;
  cursor: pointer;
}
.pop-mask > .pop-container .pop-content > .select-container > .checkbox > #saveToCloud {
  visibility: hidden;
}
.pop-mask > .pop-container .pop-content > .select-container > .checkbox > input + i {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid #8A8B99;
  border-radius: 3px;
  cursor: pointer;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.9);
}
.pop-mask > .pop-container .pop-content > .select-container > .checkbox > input:checked + i {
  border: none;
  background: url('../../images/renwu/selected.png') no-repeat center center;
  background-size: 100% 100%;
  transform: scale(1);
}

.pop-mask > .pop-container .pop-content > .select-container > .checkbox-text {
  padding: 4px 0;
}
.pop-mask > .pop-container .pop-content > .select-container > .checkbox-text > p {
  font-size: 14px;
  color: #131B26;
  user-select: none;
  cursor: pointer;
  height: 20px;
  line-height: 1em;
}
.pop-mask > .pop-container .pop-content > .select-container > .checkbox-text > span {
  font-size: 12px;
  color: #8A8B99;
  line-height: 1em;
}
.pop-mask > .pop-container .pop-btn {
  padding: 17px 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pop-mask > .pop-container .pop-btn button {
  display: inline-block;
  font-family: 'PingFang SC';
  font-weight: 400;
  font-size: 14px;
  padding: 8px 32px;
  border-radius: 18px;
  text-align: center;
  border: none;
  cursor: pointer;
}
.pop-mask > .pop-container .pop-btn button:hover {
  opacity: 0.9;
}
.pop-mask > .pop-container .pop-btn .cancel {
  background-color: #ffffff;
  border: 1px solid #8CBBFF;
  color: #3A8BFF;
}
.pop-mask > .pop-container .pop-btn .confirm {
  background: linear-gradient(322.22deg, #5A33FF -34.58%, #6CC7FF 132%);
  box-shadow: 0px 2px 9px rgba(103, 161, 255, 0.5);
  color: #ffffff;
  margin-left: 30px;
}
/*导出附件弹窗结束*/

/*下载中心样式*/
.downloadCenter {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 740px;
  height: 400px;
  border: 1px solid #f2f2f2;
  z-index: 11;
}

.downloadCenterMask {
  width: 40px;
  height: 30px;
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 359px;
  z-index: 999;
}
.icon-download2:before {
  content: "\e929";
  color: #3a8bff;
}

/* 下载中心hover */
.fixed-right-btm .item .item-icon {
  font-size: 16px;
}

.fixed-right-btm .item .item-icon:hover.icon-download2:before {
  color: #fff;
}


/*右侧固定按钮*/
.fixed-right-btm {
  position: fixed;
  right: 75px;
  bottom: 120px;
  display: none;
}

.fixed-right-btm .item {
  position: relative;
  margin-bottom: 10px;
  text-align: right;
}

.fixed-right-btm .item:last-child {
  margin-bottom: 0;
}

.fixed-right-btm .item .item-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #FFF;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 7px 0 rgba(198, 204, 217, 0.58);
  border-radius: 4px;
}

.fixed-right-btm .item:hover .item-icon {
  background: #3A8BFF;
  color: #FFFFFF;
}

.fixed-right-btm .item:hover .item-hover, .fixed-right-btm .item:hover .item-hover-list {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 1s, visibility 0.3s 1s;
  transition: opacity 0.3s 1s, visibility 0.3s 1s;
}

.fixed-right-btm .item .item-icon em {
  font-size: 13px;
  color: #FFFFFF;
  display: inline-block;
  min-width: 12px;
  height: 18px;
  background: #F33F34;
  line-height: 18px;
  border-radius: 10px;
  font-style: normal;
  position: absolute;
  right: -7px;
  top: -9px;
  font-family: PingFangSC-Regular;
  padding: 0 3px;
}

.fixed-right-btm .item .item-hover {
  position: absolute;
  right: 50px;
  bottom: 0px;
  width: 82px;
  height: 40px;
  background: rgba(24, 30, 51, 0.80);
  border-radius: 4px;
  margin-left: -28px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 1s, visibility 0s 0.3s;
  transition: opacity 0.3s 1s, visibility 0s 0.3s;
  transition: opacity 0.3s 1s, visibility 0s 0.3s;
  text-align: center;
  line-height: 40px;
  color: #fff;
}

.fixed-right-btm .item .item-hover i {
  display: block;
  width: 0px;
  height: 0px;
  border: solid rgba(24, 30, 51, 0.80) 4px;
  position: absolute;
  right: -8px;
  top: 16px;
  bottom: auto;
  border-color: rgba(24, 30, 51, 0.80) transparent transparent transparent;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.fixed-right-btm .item .item-hover i.active {
  display: block;
  width: 0px;
  height: 0px;
  border: solid rgba(24, 30, 51, 0.80) 4px;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: 40px;
  top: auto;
  border-color: transparent transparent rgba(24, 30, 51, 0.80) transparent;
}
/*下载中心样式结束*/

/*教师团队评价详情*/
.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .edit-student-score {
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6B89B3;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .edit-student-score span {
  margin-right: 8px;
  position: relative;
  top: 2px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../../images/renwu/editIcon_gray.png") no-repeat center center;
  background-size: 100% 100%;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .teacher-comment-detail .tcd-top .tcd-txt {
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  color: #6B89B3;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .teacher-comment-detail .tcd-top .tcd-txt.show-more i {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .teacher-comment-detail .tcd-top .tcd-txt i {
  margin-left: 4px;
  font-size: 12px;
  color: #ACB4BF;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .teacher-comment-detail .tcd-top .edit-student-score {
  float: right;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .teacher-comment-detail .tsd-commend-list {
  display: none;
  margin-top: 10px;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .teacher-comment-detail .tsd-commend-list .tsd-commend-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #F2F2F2;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .teacher-comment-detail .tsd-commend-list .tsd-commend-item .tsd-item-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .teacher-comment-detail .tsd-commend-list .tsd-commend-item .tsd-item-avatar img {
  width: 100%;
  height: 100%;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .teacher-comment-detail .tsd-commend-list .tsd-commend-item .tsd-item-score {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 14px;
  padding-top: 11px;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .teacher-comment-detail .tsd-commend-list .tsd-commend-item .tsd-item-score .tsd-desc .tsd-name {
  font-size: 14px;
  line-height: 20px;
  color: #474C59;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .teacher-comment-detail .tsd-commend-list .tsd-commend-item .tsd-item-score .tsd-desc .tsd-score {
  float: right;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #131B26;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .teacher-comment-detail .tsd-commend-list .tsd-commend-item .tsd-item-score .tsd-desc .tsd-score i {
  cursor: pointer;
  position: relative;
  top: 1px;
  margin-left: 4px;
  color: #3A8BFF;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .teacher-comment-detail .tsd-commend-list .tsd-commend-item .tsd-item-score .tsd-desc .tsd-star {
  cursor: pointer;
  float: right;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #131B26;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .teacher-comment-detail .tsd-commend-list .tsd-commend-item .tsd-item-score .tsd-desc .tsd-star.show-star .icon-arrow-down {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .teacher-comment-detail .tsd-commend-list .tsd-commend-item .tsd-item-score .tsd-desc .tsd-star i {
  margin-left: 6px;
  font-size: 12px;
  color: #ACB4BF;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .teacher-comment-detail .tsd-commend-list .tsd-commend-item .tsd-item-score .tsd-desc .tsd-star .icon-edit2 {
  color: #3A8BFF;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .teacher-comment-detail .tsd-commend-list .tsd-commend-item .tsd-item-score .tsd-desc .tsd-ipt-content {
  margin-top: -7px;
  float: right;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .teacher-comment-detail .tsd-commend-list .tsd-commend-item .tsd-item-score .tsd-desc .tsd-ipt-content .operate-input {
  padding: 6px 7px;
  width: 50px;
  height: 34px;
  background: #FFFFFF;
  border: 1px solid #D4D6D9;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #131B26;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .teacher-comment-detail .tsd-commend-list .tsd-commend-item .tsd-item-score .tsd-desc .tsd-ipt-content .unit {
  margin-left: 10px;
  font-size: 14px;
  line-height: 34px;
  color: #131B26;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .teacher-comment-detail .tsd-commend-list .tsd-commend-item .tsd-item-score .other-commend {
  margin-top: 14px;
  padding: 20px;
  background: #F7F8FA;
  border-radius: 4px;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .teacher-comment-detail .tsd-commend-list .tsd-commend-item .tsd-item-score .other-commend .other-commend-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .teacher-comment-detail .tsd-commend-list .tsd-commend-item .tsd-item-score .other-commend .other-commend-item:nth-child(n+2) {
  margin-top: 20px;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .teacher-comment-detail .tsd-commend-list .tsd-commend-item .tsd-item-score .other-commend .other-commend-item .cmd-desc {
  font-size: 14px;
  line-height: 20px;
  color: #474C59;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .teacher-comment-detail .tsd-commend-list .tsd-commend-item .tsd-item-score .other-commend .other-commend-item .cmd-desc .gray {
  opacity: .7;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .teacher-comment-detail .tsd-commend-list .tsd-commend-item .tsd-item-score .other-commend .other-commend-item .cmd-desc .black {
  color: #131b26;
  font-weight: 500;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .teacher-comment-detail .tsd-commend-list .tsd-commend-item .tsd-item-score .other-commend .other-commend-item .cmd-score {
  font-size: 14px;
  line-height: 20px;
  color: #474C59;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .teacher-comment-detail .tsd-commend-list .tsd-commend-item .tsd-item-score .tst-intro {
  margin-top: 14px;
  font-size: 14px;
  line-height: 22px;
  color: #474C59;
}

.inner-group .group-content .group-info .group-info-wrapper .teacher-comment-content .teacher-comment-detail .tsd-commend-list .tsd-commend-item .slide-star-content {
  display: block;
}
.mt30 {
  margin-top: 30px !important;
}

.mt20 {
  margin-top: 20px !important;
}


/*教师团队评价详情结束*/
/*打回重做相关*/
.redoReasonPop .popBody {
  padding: 30px;
}

.redoReasonPop .popBody .textarea-box {
  padding: 10px 14px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #D4D6D9;
  background: #FFF;
}

.redoReasonPop .popBody .textarea-box textarea {
  display: block;
  width: 100%;
  max-height: 110px;
  min-height: 88px;
  color: #131B26;
  font-size: 16px;
  height: 88px;
  font-family: inherit;
}

.redoReasonPop .popBody .textarea-box .txt-length {
  position: absolute;
  right: 14px;
  bottom: 6px;
  color: #ACB4BF;
  font-size: 14px;
}

.redoReasonPop .popBody .warn-tips {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.redoReasonPop .popBody .warn-tips span {
  position: relative;
  top: 1px;
  margin-right: 8px;
  font-size: 16px;
  color: #ffaf40;
}

.redoReasonPop .popBody .warn-tips .warn-txt {
  color: #8A8B99;
  font-size: 14px;
}

.personal-data {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../../../xinfanya/images/renwu/personal-data.png");
  cursor: pointer;
  position: relative;
  top:3px;
}

.personal-data:hover {
  background-image: url("../../../xinfanya/images/renwu/personal-data-hover.png");
}

.Vector-pop {
  display: none;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px 16px;
  background: #3C4660;
  border-radius: 4px;
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translate(-50%, 0);
}

.Vector-pop span {
  width: max-content;
  max-width: 200px;
  color: #ffffff;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.Vector-pop .triangle-container {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -20px;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
}

.Vector-pop .triangle-container>.triangle {
  width: 0;
  height: 0;
  border-top: 6px solid #3C4660;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.personal-data:hover .Vector-pop {
  display: flex;
}

/*
.box {
  position: relative;
}
.personal-data {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/xinfanya/images/renwu/personal-data.png");
  cursor: pointer;
  position: absolute;
}

.personal-data:hover {
  background-image: url("/xinfanya/images/renwu/personal-data-hover.png");
}

.Vector-pop {
  display: none;
  height: fit-content;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px 16px;
  background: #3C4660;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
}

.Vector-pop span {
  width: max-content;
  max-width: 200px;
  height: fit-content;
  color: #ffffff;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.Vector-pop .triangle-container {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -20px;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
}

.Vector-pop.bottom .triangle-container {
  bottom: unset;
  top: -20px;
}

.Vector-pop .triangle-container>.triangle {
  width: 0;
  height: 0;
  border-top: 6px solid #3C4660;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.Vector-pop.bottom .triangle-container>.triangle {
  border-top: none;
  border-bottom: 6px solid #3C4660;
  top: unset;
  bottom: 0;
}

.Vector-pop.left .triangle-container>.triangle {
  right: unset;
  left: 10px;
}
.Vector-pop.right .triangle-container>.triangle {
  left: unset;
  right: 10px;
}*/
