.clearaft:after {
  content: '';
  display: block;
  clear: both;
}

.page-content {
  position: relative;
  margin-top: 20px;
  min-width: 1200px;
  .top-btns {
    margin-bottom: 16px;
    .add-que-explain-btn {
      cursor: pointer;
      display: inline-block;
      font-size: 14px;
      line-height: 20px;
      color: rgba(58, 139, 255, 1);
      i {
        position: relative;
        top: 1px;
        margin-right: 6px;
      }
    }
  }
}

.page-content .top-btns {
  margin-bottom: 16px;
}

.page-content .top-btns .add-que-explain-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #3a8bff;
}

.page-content .top-btns .add-que-explain-btn i {
  position: relative;
  top: 1px;
  margin-right: 6px;
}

.drag-content {
  max-width: 1200px;
  background: #f2f4f7;
  margin: 26px auto 0;
}

.header-part {
  width: 100%;
  margin-top: 60px;
  position: relative;
}

.header-part .bread-curb {
  margin-top: 18px;
}

.header-part .save-sa {
  margin-right: 30px;
}

.header-part .breadcrumb {
  position: absolute;
  bottom: 0;
  left: 0;
}

.drag-left-part {
  width: 820px;
  -webkit-box-shadow: 0 1px 12px 0 #EDEEF0;
  box-shadow: 0 1px 12px 0 #EDEEF0;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.drag-left-part .part-one-operate .textarea-box.short-answer .icon-camera{
  top: auto;
  bottom: 10px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.drag-left-part .part-one-operate .textarea-box .icon-camera {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 14px;
  background: url("../../images/common/uploadpic.png") no-repeat center;
  background-size: cover;
  z-index: 2;
}

.drag-left-part .part-one-operate .textarea-box .icon-camera
.drag-left-part .que-explain-box {
  margin-bottom: 10px;
  padding: 20px 30px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(237, 238, 240, 0.5);
  box-shadow: 0px 2px 10px 0px rgba(237, 238, 240, 0.5);
}

.drag-left-part .que-explain-box .top-title h5 {
  font-size: 16px;
  line-height: 26px;
  color: #131b26;
  font-weight: 600;
}

.drag-left-part .que-explain-box .top-title .right-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: #3a8bff;
}

.drag-left-part .que-explain-box .top-title .right-btn i {
  position: relative;
  top: 1px;
  margin-right: 6px;
}

.drag-left-part .que-explain-box .que-explain-tip {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #474c59;
}


.drag-left-part .operate-que {
  width: 100%;
  height: 76px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 12px 0 #EDEEF0;
  box-shadow: 0 1px 12px 0 #EDEEF0;
  border-radius: 4px;
  position: absolute;
  z-index: 2;
}

.drag-left-part .operate-que .tit-name {
  position: relative;
  line-height: 76px;
  padding-left: 30px;
  font-size: 14px;
  color: #A8A8B3;
}

.drag-left-part .operate-que .tit-name i {
  cursor: pointer;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../../images/questionBank/saying-blue.png) no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-left: 6px;
}

.drag-left-part .operate-que .tit-name i:hover {
  background: url(../../images/questionBank/saying-blue.png) no-repeat;
  background-size: 100% 100%;
}

.drag-left-part .operate-que .tit-name i:hover + .warn-tips {
  display: block;
}

.drag-left-part .operate-que .tit-name .warn-tips {
  display: none;
  position: fixed;
  left: 30px;
  top: 100px;
  padding: 10px 16px;
  height: 37px;
  font-size: 12px;
  line-height: 17px;
  color: #FFFFFF;
  background: rgba(24, 30, 51, 0.8);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  z-index: 5;
}

.drag-left-part .operate-que .tit-name .warn-tips::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 36px;
  left: 22px;
  width: 0px;
  height: 0;
  border-width: 6px 6px 0px 6px;
  border-style: solid;
  border-color: rgba(24, 30, 51, 0.8) transparent transparent transparent;
}

.drag-left-part .operate-que .question-cate {
  margin: 21px 0 0 20px;
  width: auto !important;
  padding: 0 15px;
}

/*.drag-left-part .operate-que .question-cate:nth-child(2) {
  margin-left: 30px;
}*/

.drag-left-part .operate-que .from-bank {
  line-height: 76px;
  font-size: 14px;
  color: #3A8BFF;
  padding-right: 46px;
  cursor: pointer;
}

.drag-left-part .operate-que .arrows {
  position: absolute;
  right: 30px;
  top: 32px;
  color: #3A8BFF;
}

.drag-left-part .part-one-operate {
  width: 100%;
  margin-top: 10px;
  background: #FFFFFF;
  padding-bottom: 32px;
  box-shadow: 0 1px 12px 0 #EDEEF0;
  border-radius: 4px;
}

.drag-left-part .part-one-operate:first-child {
  margin-top: 0;
}

.drag-left-part .part-one-operate .operate-wrapper {
  padding-top: 30px;
  position: relative;
  padding-left: 70px;
}

.drag-left-part .part-one-operate .operate-wrapper .one-index {
  font-size: 16px;
  color: #646873;
  display: inline-block;
  vertical-align: top;
  line-height: 44px;
  position: absolute;
  left: 30px;
  top: 20px;
}

.drag-left-part .part-one-operate .operate-wrapper .select-cate {
  display: inline-block;
  vertical-align: top;
  width: 84px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.drag-left-part .part-one-operate .operate-wrapper .answer-right {
  font-size: 14px;
  color: #646873;
  padding-left: 10px;
  display: inline-block;
  vertical-align: top;
  line-height: 26px;
}

.drag-left-part .part-one-operate .operate-wrapper .right-scores {
  display: inline-block;
  font-size: 14px;
  color: #646873;
  width: 60px;
  border-radius: 2px;
  margin-left: 10px;
  box-sizing: border-box;
}

.drag-left-part .part-one-operate .operate-wrapper .drag-part {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../../images/quiz/remove.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 12px;
  cursor: move;
  position: relative;
}

.drag-left-part .part-one-operate .operate-wrapper .drag-part:hover {
  background: url("../../images/quiz/icon-move-blue.png") no-repeat;
  background-size: 100% 100%;
}

.drag-left-part .part-one-operate .operate-wrapper .drag-part:hover .bubble {
  display: block;
}

.drag-left-part .part-one-operate .operate-wrapper .del-part {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../../images/quiz/icon-del.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 30px;
  cursor: pointer;
  position: relative;
}

.drag-left-part .part-one-operate .operate-wrapper .del-part .bubble {
  width: 80px;
}

.drag-left-part .part-one-operate .operate-wrapper .del-part:hover {
  background: url("../../images/quiz/icon-del-blue.png") no-repeat;
  background-size: 100% 100%;
}

.drag-left-part .part-one-operate .operate-wrapper .del-part:hover .bubble {
  display: block;
}

.drag-left-part .part-one-operate .operate-wrapper .select-gain-points {
  margin-left: 30px;
  display: inline-block;
  vertical-align: top;
  width: 154px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.drag-left-part .part-one-operate .input-name {
  width: 700px;
  min-height: 40px;
  margin: 20px 50px 0 70px;
}

.drag-left-part .part-one-operate .input-content-wrap-list {
  width: 100%;
}

.drag-left-part .part-one-operate .upload-img {
  width: calc(100% - 70px);
  margin: 6px 50px 0 70px;
  overflow: hidden;
}

.drag-left-part .part-one-operate .upload-img .img-list-wrapper {
  width: 70px;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.drag-left-part .part-one-operate .upload-img .img-list-wrapper:hover .del-img-icons {
  display: block;
}

.drag-left-part .part-one-operate .upload-img .img-list-wrapper .img-list {
  width: 70px;
  height: 70px;
  border: 2px solid #E1E1E5;
  border-radius: 4px;
  float: left;
  margin: 10px 10px 0 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.drag-left-part .part-one-operate .upload-img .img-list-wrapper .img-list .icon-closes {
  width: 20px;
  height: 20px;
  position: absolute;
  right: -13px;
  top: -11px;
  background: url("../../images/common/icon-del-img.png") no-repeat;
  background-size: 100% 100%;
}

.drag-left-part .part-one-operate .upload-img .img-list-wrapper .img-list img {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.drag-left-part .part-one-operate .upload-img .img-list-wrapper .del-img-icons {
  position: absolute;
  top: 0;
  right: -8px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url(../../images/common/icon-del-img.png) no-repeat center;
  background-size: cover;
  cursor: pointer;
  display: none;
}

.drag-left-part .part-one-operate .upload-img .img-list-wrapper .progress {
  position: absolute;
  width: 66px;
  bottom: 4px;
  left: 2px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}

.drag-left-part .part-one-operate .upload-img .img-list-wrapper .progress .nupercent {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: -2;
  background: rgba(91, 155, 247, 0.8);
}

.drag-left-part .part-one-operate .upload-img .img-list-wrapper .progress .percent {
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  display: inline-block;
  line-height: 26px;
}

.drag-left-part .part-one-operate .upload-img .img-list-wrapper .progress .half-percent {
  width: 50%;
}

.drag-left-part .part-one-operate .upload-img .add-img {
  width: 70px;
  height: 70px;
  border: 1px dotted #E1E1E5;
  border-radius: 4px;
  margin: 10px 10px 0 0;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.drag-left-part .part-one-operate .upload-img .add-img{
  display: none;
}

.drag-left-part .part-one-operate .upload-img .add-img .up-files {
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  cursor: pointer;
}

.drag-left-part .part-one-operate .upload-img .add-img .addds {
  width: 36px;
  height: 36px;
  margin: 17px;
  font-size: 34px;
  color: #E1E1E5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.drag-left-part .part-one-operate .input-content-wrap-list .input-content-wrap {
  width: 720px;
  min-height: 40px;
  margin: 20px 30px 0 70px;
  position: relative;
}

.drag-left-part .part-one-operate .input-content-wrap-list .input-content-wrap:after {
  content: '';
  display: block;
  clear: both;
}

.drag-left-part .part-one-operate .input-content-wrap-list .input-content-wrap:hover .del-icons {
  display: block;
}

.drag-left-part .part-one-operate .input-content-wrap-list .input-content-wrap .input-tab {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #E1E1E5;
  border-radius: 6px;
  font-size: 16px;
  color: #646873;
  text-align: center;
  line-height: 40px;
  position: relative;
  cursor: pointer;
}

.drag-left-part .part-one-operate .input-content-wrap-list .input-content-wrap .input-tab:hover {
  background: #EAF0FF;
  border: 1px solid #80B7FF;
  color: #3A8BFF;
}

.drag-left-part .part-one-operate .input-content-wrap-list .input-content-wrap .input-tab:hover .bubble {
  display: block;
}

.drag-left-part .part-one-operate .input-content-wrap-list .input-content-wrap .input-question {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.drag-left-part .part-one-operate .input-content-wrap-list .input-content-wrap .input-question-line {
  width: 20px;
  height: 40px;
  line-height: 40px;
}

.drag-left-part .part-one-operate .input-content-wrap-list .input-content-wrap .input-question span {
  font-size: 16px;
  color: #646873;
  line-height: 40px;
}

.drag-left-part .part-one-operate .input-content-wrap-list .input-content-wrap .input-question-nowrapper {
  width: 70px;
  height: 40px;
}

.drag-left-part .part-one-operate .input-content-wrap-list .input-content-wrap .input-content {
  width: 630px;
  margin-left: 30px;
}

.drag-left-part .part-one-operate .input-content-wrap-list .input-content-wrap .input-content-line {
  /*width: 660px;*/
  width: 648px;
  margin-left: 20px;
}

.drag-left-part .part-one-operate .input-content-wrap-list .input-content-wrap .del-icons {
  width: 12px;
  height: 12px;
  margin-top: 14px;
  background: url("../../images/popClose.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, calc(50% - 26px));
  display: none;
}

.drag-left-part .part-one-operate .input-content-wrap-list .input-content-wrap .input-content-nowrap {
  margin-left: 0;
}

.drag-left-part .part-one-operate .input-content-wrap-list .input-content-wrap .quit-rows {
  width: 13px;
  height: 13px;
  position: absolute;
  right: -20px;
  top: 13px;
  background: url("../../images/popClose.png") no-repeat;
  background-size: 100% 100%;
}

.drag-left-part .part-one-operate .input-content-wrap-list .marginTop20 {
  margin-top:20px;
}

.drag-left-part .part-one-operate .textarea-box {
  padding: 9px 74px 9px 14px;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #E1E1E5;
  border-radius: 4px;
}

.drag-left-part .part-one-operate .textarea-box:focus-within {
  border: 1px solid #CCDEF3;
  -webkit-box-shadow: 0 0 4px 0 rgba(117, 186, 255, 0.5);
  box-shadow: 0 0 4px 0 rgba(117, 186, 255, 0.5);
}

.drag-left-part .part-one-operate .textarea-box .big-ipt {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  line-height: 20px;
  color: #181E33;
  box-sizing: border-box;
}

.drag-left-part .part-one-operate .icon-camera {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 14px;
  background: url("../../images/common/uploadpic.png") no-repeat center;
  background-size: cover;
  z-index: 2;
}

.drag-left-part .part-one-operate .shortAnswer {
  top: unset;
  bottom: 10px;
  transform: unset;
}

.drag-left-part .part-one-operate .icon-camera input {
  width: 20px;
  height: 20px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.drag-left-part .part-one-operate .add-groups {
  width: 100%;
  height: 20px;
  margin-top: 30px;
}

.drag-left-part .part-one-operate .add-groups .new-group {
  width: 155px;
  height: 20px;
  margin-left: 65px;
  cursor: pointer;
}

.drag-left-part .part-one-operate .add-groups .new-group .add-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../../images/activate/new-group.png") no-repeat;
  background-size: 100% 100%;
}

.drag-left-part .part-one-operate .add-groups .new-group .add-group {
  font-size: 14px;
  color: #3A8BFF;
  letter-spacing: 0.27px;
  text-align: center;
  padding-left: 4px;
}

.drag-left-part .part-one-operate .num-question {
  width: calc(100% - 70px);
  height: 24px;
  margin: 20px 50px 0 70px;
}

.drag-left-part .part-one-operate .num-question .must-name {
  font-size: 14px;
  color: #646873;
}

.drag-left-part .part-one-operate .num-question .must-togggle {
  width: 40px;
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
}

.drag-left-part .part-one-operate .num-question .max-choose {
  font-size: 14px;
  color: #646873;
  margin-right: 40px;
}

.drag-left-part .part-one-operate .num-question .min-choose {
  height: 24px;
}

.drag-left-part .part-one-operate .num-question .min-choose .cho-names {
  font-size: 14px;
  color: #646873;
  display: inline-block;
  vertical-align: top;
  padding-top: 3px;
}

.drag-left-part .part-one-operate .num-question .min-choose .min-operate {
  display: inline-block;
  width: 92px;
  height: 24px;
  margin: 0 6px 0 6px;
}

.drag-left-part .part-one-operate .num-question .max-choose {
  height: 24px;
}

.drag-left-part .part-one-operate .num-question .max-choose .cho-names {
  font-size: 14px;
  color: #646873;
  display: inline-block;
  vertical-align: top;
  padding-top: 3px;
}

.drag-left-part .part-one-operate .num-question .max-choose .max-operate {
  display: inline-block;
  width: 92px;
  height: 24px;
  margin: 0 6px 0 6px;
}

.drag-left-part .part-one-operate .input-title {
  width: 700px;
  margin-left: 70px;
  min-height: 120px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-top: 20px;
}

.drag-left-part .part-one-operate .input-title .texts {
  font-size: 15px;
  width: 100%;
  height: 100%;
  padding: 10px 40px 0 14px;
  border: 1px solid #E1E1E5;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  line-height: 20px;
  min-height: 20px;
}


.drag-left-part .part-one-operate .input-title .texts:focus {
  border: 1px solid #CCDEF3;
  -webkit-box-shadow: 0 0 4px 0 rgba(117, 186, 255, 0.5);
  box-shadow: 0 0 4px 0 rgba(117, 186, 255, 0.5);
}

.drag-left-part .part-one-operate .textarea-box.short-answer {
  padding-bottom: 35px;
  padding-right: 14px;
}

.drag-left-part .part-one-operate .textarea-box.short-answer .texts {
  padding: 0;
  border: none;
}

.drag-left-part .part-one-operate .textarea-box.short-answer .texts:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}


.drag-left-part .part-one-operate .input-title .text[placeholder] {
  font-size: 15px;
}

.drag-left-part .part-one-operate .input-title1 {
  width: 700px;
  min-height: 40px;
  margin: 15px 30px 0 70px;
  position: relative;
}

.drag-left-part .part-one-operate .input-title1-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.drag-left-part .part-one-operate .input-title1-box .big-ipt {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 80px 10px 14px;
  margin-right: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #E1E1E5;
  border-radius: 4px;
  outline: none;
  min-height: 36px;
  font-size: 14px;
  /*color: #181E33;*/
  box-sizing: border-box;
}

.drag-left-part .part-one-operate .input-title1-box .big-ipt:focus {
  border: 1px solid #CCDEF3;
  box-shadow: 0 0 4px 0 rgba(117, 186, 255, 0.5);
}

.drag-left-part .drag-position {
  width: 100%;
  height: 6px;
  background: #3A8BFF;
  margin: 12px 0 12px 0;
}

.drag-right-part {
  width: 364px;
  margin-left: 16px;
  background: #FFFFFF;
  box-shadow: 0 1px 12px 0 #EDEEF0;
  border-radius: 4px;
  padding-bottom: 104px;
}

.drag-right-part .title {
  position: relative;
  font-size: 16px;
  color: #131b26;
  margin: 30px 0 0 30px;
  font-weight: 500;
}

.drag-right-part .title .time-box {
  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;
  position: absolute;
  right: 24px;
  top: 0;
  padding: 4px 12px;
  border-radius: 20px;
  background-color: #f7f8fa;
  font-size: 12px;
  line-height: 17px;
  color: #8a8b99;
  font-weight: 400;
}

.drag-right-part .title .time-box i {
  margin-right: 4px;
  font-size: 14px;
  color: #8a8b99;
}

.drag-right-part .look-stantic {
  width: 100%;
  margin: 20px 0 0 30px;
  font-size: 14px;
  color: #646873;
}
.look-stantic p{
  word-break: keep-all;
  display: block;
  width: 330px;
}

.drag-right-part .look-stantic .icon-change {
  padding-left: 20px;
}

.drag-right-part .look-stantic .bricks {
  margin: 0 8px 0 14px;
}

.drag-right-part .long-time {
  font-size: 14px;
  color: #646873;
  margin: 20px 0 0 30px;
}

.drag-right-part .show-times {
  width: 100%;
  margin: 20px 0 0 30px;
  font-size: 14px;
  color: #646873;
}

.drag-right-part .show-times .bricks {
  display: inline-block;
  width: 60px;
  height: 26px;
  border-radius: 2px;
  box-sizing: border-box;
}

.drag-right-part .show-times .times {
  font-size: 14px;
  color: #646873;
  padding: 3px 8px 0 8px;
  display: inline-block;
  vertical-align: top;
}

.input-tab-activate, .nput-tab-activate:hover {
  background-image: linear-gradient(90deg, #679BFF 0%, #6172FF 100%) !important;
  color: #FFFFFF !important;
  border-color: rgba(0, 0, 0, 0) !important;
}

.select {
  border-radius: 2px;
  box-sizing: border-box;
}

.select .select-wrap {
  width: 100%;
}

.select .select-wrap .select-inp {
  width: 100%;
  height: 26px;
  border: 1px solid #E1E1E5;
  text-align: center;
}

#zSelect .select-item {
  text-align: center;
}

.select .select-wrap .icon-triangle-down {
  right: 8px;
  top: 50%;
}

.ui-sorttable-helper {
  background: rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 1px 12px 0 #D2DBE5;
}

.ui-sortable-placeholder {
  width: 200px;
  height: 6px !important;
  background: #3A8BFF !important;
  visibility: visible !important;
  padding-bottom: 0 !important;
  margin-bottom: 10px;
}

.btn_80 {
  width: 78px;
}

.gray-state {
  border: 1px solid #DADAE8;
  color: #646873;
}

.operate-que .question-cate:hover {
  font-size: 14px;
  color: #3A8BFF;
  border: 1px solid #80B7FF;
}

.operate-que-click {
  color: #3A8BFF;
  background: #EAF0FF;
  border: 1px solid #DADAE8;
}

.pdt-opts {
  margin-left: 70px;
  margin-top: 20px;
}

.pdt-opts .input-tab {
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #E1E1E5;
  line-height: 40px;
  text-align: center;
  margin-right: 20px;
  color: #646873;
  font-size: 14px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.pdt-opts .input-tab.current {
  background: #679BFF;
  background-image: linear-gradient(90deg, #679BFF 0%, #6172FF 100%);
  color: #FFFFFF;
  border-color: #679BFF;
}

.pdt-opts .input-tab:hover .bubble {
  display: block;
}

.bubble {
  width: 104px;
  height: auto;
  line-height: 1;
  top: -47px;
  z-index: 23;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bubble:after {
  left: 55%;
  -webkit-transform: translateX(-55%);
  -moz-transform: translateX(-55%);
  -ms-transform: translateX(-55%);
  -o-transform: translateX(-55%);
  transform: translateX(-55%);
}

.sorttable-box {
  overflow-y: auto;
  /*width: 822px;*/
}

.ql-editor img{max-height: 80px;}

/*标题弹窗*/
.class-movie-to-title {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  display: none;
}
.class-movie-to-title .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
  opacity: 0.76;
  background: #101A29;
}
.class-movie-to-title .movie-to-content {
  width: 440px;
  height: 226px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -180px;
  margin-top: -220px;
  background: white;
  z-index: 5;
  border-radius: 6px;
}
.class-movie-to-title .movie-to-content .move-to-title {
  width: 100%;
  height: 60px;
}
.class-movie-to-title .movie-to-content .move-to-title .move-to-name {
  font-size: 18px;
  color: #181E33;
  float: left;
  margin: 17px 0 18px 30px;
}
.class-movie-to-title .movie-to-content .move-to-title .move-to-close-icon {
  width: 17px;
  height: 17px;
  margin: 22px 31px 0  0;
  float: right;
  background: url("../../images/popClose.png") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  cursor: pointer;
}
.class-movie-to-title .movie-to-content .name-box {
  padding: 15px 30px;
}
.class-movie-to-title .movie-to-content .ipt-name {
  width: 100%;
  height: 38px;
  padding: 8px 14px 8px 14px;
  box-sizing: border-box;
  border: 1px solid #E1E1E5;
  border-radius: 4px;
  outline: none;
  min-height: 36px;
  font-size: 14px;
  /*color: #181E33;*/
  line-height: 20px;
}
.class-movie-to-title .movie-to-content .footer {
  width: 100%;
  height: 70px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.class-movie-to-title .movie-to-content .footer .new-group {
  width: 74px;
  height: 20px;
  margin-top: 25px;
  margin-left: 30px;
  float: left;
  cursor: pointer;
}
.class-movie-to-title .movie-to-content .footer .new-group .add-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../../images/activate/new-group.png") no-repeat;
  background-size: 100% 100%;
}
.class-movie-to-title .movie-to-content .footer .new-group .add-group {
  font-size: 14px;
  color: #3A8BFF;
  letter-spacing: 0.27px;
  text-align: center;
  padding-left: 4px;
}
.class-movie-to-title .movie-to-content .footer .operate-class {
  float: right;
}
.class-movie-to-title .movie-to-content .footer .operate-class div {
  float: right;
  margin-top: 12px;
  margin-right: 30px;
}
/*标题弹窗end*/

/*2020.06.30多选题可选数量设置*/
.groupType{width:96px;;height:24px;border:1px solid #d4d4d4;border-radius:.1rem;overflow:hidden;margin-right:.2rem}
.groupType input{float:left}
.optionSet span{font-size:14px;color:#646873;line-height:26px;padding:0 5px;}
.minus{width:24px;height:24px;border:0;background:url(../../images/quiz/reduce.png) no-repeat;background-size:100%}
.cartInp{width:46px;height:24px;line-height:24px;text-align:center;font-size:14px;border:0;border-left:1px solid #d4d4d4;border-right:1px solid #d4d4d4;color:#181E33;}
.plus{width:24px;height:24px;border:0;background:url(../../images/quiz/add.png) no-repeat;background-size:100%;}
.plus2{width:24px;height:24px;border:0;background:url(../../images/quiz/add_gray.png) no-repeat;background-size:100%;}
.minus2{width:24px;height:24px;border:0;background:url(../../images/quiz/gray_reduce.png) no-repeat;background-size:100%}
.marLeft40{margin-left:40px;}

/*2022.11.23 连线题样式*/
.line-group-title {
  font-size: 14px;
  color: #474C59;
  margin: 20px 50px 0 70px;
}
.line_answer_ct {
  margin:12px 30px 0 70px;
}
.line_option {
  display: inline-block;
  width: 30px;
  line-height: 26px;
  color: #181E33;
  font-size: 14px;
}
.line_center {
  display: inline-block;
  width: 28px;
  height: 5px;
  border-top: 1px solid #E1E1E5;
  margin: 13px 12px 0 0;
}
.line-answer-select-wrapper {
  width: 60px;
  display: inline-block;
}
/*签到多班发放*/

.more-grades-publish {
  display: none;
  margin-top: 14px;
  font-size: 0;
}

.more-grades-publish .grade-item {
  position: relative;
  margin: 0 20px 14px 0;
  display: inline-block;
  vertical-align: top;
  padding: 0px 10px;
  height: 26px;
  background: #F2F4F7;
  border-radius: 30px;
  cursor: pointer;
}

.more-grades-publish .grade-item em {
  max-width: 200px;
  font-size: 14px;
  line-height: 26px;
  color: #474C59;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.more-grades-publish .grade-item i {
  cursor: pointer;
  display: none;
  position: absolute;
  font-size: 14px;
  top: -7px;
  right: -7px;
}

.more-grades-publish .grade-item:hover i {
  display: inline-block;
}

.more-grades-publish .add-grade {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  padding: 0px 10px;
  height: 26px;
  border: 1px dashed #D5E2F1;
  border-radius: 34px;
  font-size: 14px;
  line-height: 24px;
  color: #131B26;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.more-grades-publish .add-grade i {
  position: relative;
  top: 1px;
  margin-right: 4px;
  font-size: 14px;
  color: #1B1F26;
}

/**定时签到指定时间2022.3.22**/
.date-box{width: fit-content; margin-left: 20px;}
.inlineBlock {display: inline-block;}
.icon-bg {  display: inline-block;  vertical-align: middle;}
.bg-clock {  width: 18px;  height: 18px;  background: url("../../../xinfanya/images/time_ic.png") no-repeat;
  -webkit-background-size: 100% 100%;  background-size: 100% 100%;}
.date-box .date-inp-box {  position: relative;  background-color: #fff;}
.date-box .date-inp-box .icon-bg {  position: absolute;  top: 8px;  right: 14px;}
.date-box .date {position: relative;  padding: 0 14px;height: 34px;  width: 227px;  background:#fff;;border: 1px solid #E1E1E5;  border-radius: 4px;  box-sizing: border-box;  z-index: 0;  color: #131B26;}
.date-box .cut-off {  display: inline-block;  margin: 0 4px;  vertical-align: middle;  width: 16px;  border-top: 1px solid #E5E5E5;}
.sp74{display:inline-block;width: 74px;line-height:34px;color:#646873;font-size:14px;}
.date-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: left;
}

.add-answer-analyze,
.del-answer-analyze {
  cursor: pointer;
  margin-left: 24px;
  height: 20px;
  font-size: 14px;
  color: #3A8BFF;
}

.add-answer-analyze  .answer-icon,
.del-answer-analyze  .answer-icon {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 14px;
  height: 14px;
}

.add-answer-analyze .answer-icon {
  background: url(../../../xinfanya/images/quiz/bulb.png) no-repeat;
  background-size: 100% 100%;
}

.del-answer-analyze {
  display: none;
}

.del-answer-analyze .answer-icon {
  background: url(../../../xinfanya/images/quiz/bulb-close.png) no-repeat;
  background-size: 100% 100%;
}

.drag-left-part .part-one-operate .answer-analyze-ipt {
  display: none;
  position: relative;
  margin: 24px 0px 0 70px;
  padding-right: 56px;
}

.drag-left-part .part-one-operate .answer-analyze-ipt .textarea-box {
  width: 700px;
}

.drag-left-part .part-one-operate .answer-analyze-ipt:hover .del-icons {
  display: block;
}

.drag-left-part .part-one-operate .answer-analyze-ipt .del-icons {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url(../../images/popClose.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  display: none;
}

.delete-confirm-pop .popBody {
  padding: 25px 30px;
  font-size: 16px;
}
/*头部样式*/
.edit-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 5;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #3a4357;
  -webkit-box-shadow: 0px 2px 17px 0px rgba(211, 211, 211, 0.5);
  box-shadow: 0px 2px 17px 0px rgba(211, 211, 211, 0.5);
  padding-left: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  color: #a8a8b3;
}

.edit-header .center-title {
  cursor: pointer;
  font-size: 16px;
  color: #acb4bf;
}

.edit-header i {
  margin-left: 8px;
  position: relative;
  top: 2px;
}

.edit-header .go-back {
  line-height: 40px;
  font-size: 14px;
  color: #878996;
  cursor: pointer;
}

.edit-header .go-back i {
  color: #777b89;
  margin-right: 7px;
}

.edit-header .btn {
  width: 92px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  cursor: pointer;
}

.edit-header .btn.confirm {
  background: #3a8bff;
}

.edit-header .btn.cancle {
  -webkit-box-shadow: 1px 0px 0px 0px #2d3f59 inset;
  box-shadow: 1px 0px 0px 0px #2d3f59 inset;
  border-right: 1px solid #313a4c;
}

/*编辑问卷标题弹窗样式*/
#editTitlePop .dataBody {
  padding: 20px 30px;
}

#editTitlePop .title-input-box {
  width: 100%;
  padding: 6px 14px;
  border: 1px solid #d4d6d9;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#editTitlePop .title-input-box:focus-within {
  border: 1px solid #3a8bff;
}

#editTitlePop .title-input-box input {
  display: block;
  width: 100%;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #131B26;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #cad5e6;
  cursor: default;
}


#queExplainPop {
  .dataBody {
    padding: 20px 30px;
  }
  .que-textarea-box {
    display: flex;
    position: relative;
    padding: 14px 1px 14px 14px;
    border: 1px solid rgba(212, 214, 217, 1);
    border-radius: 4px;
    height: 140px;
    &:focus-within {
      border: 1px solid rgba(58, 139, 255, 1)
    }
    textarea {
      display: block;
      width: 100%;
      height: 120px;
    }
    .text-number {
      position: absolute;
      right: 14px;
      bottom: 5px;
      font-size: 14px;
      color: rgba(172, 180, 191, 1);
      cursor: default;
    }
  }
}

.questionDescription-box{
  background-color: #ffffff;
  box-shadow: 0 1px 12px 0 #EDEEF0;
  border-radius: 4px;
  margin: 0 0 10px 0;
  padding: 20px 30px 20px 30px;
}

/*知识图谱样式*/
.add-relevancy {
  display: flex;
  align-items: center;
  width: 90%;
  font-size: 0;
  margin: 20px 0 0 70px;
}
.add-relevancy label {
  display: inline-block;
  width: 56px;
  line-height: 28px;
  font-size: 13px;
  color: #646873;
}

.add-relevancy .add-box {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 56px);
  font-size: 0;
  color: #8A8B99;
}
.add-relevancy .add-box .add-btn {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 14px 0 26px;
  border: 1px dashed #DADFE5;
  border-radius: 4px;
  background: #fff url(../../images/ppt/icon-add2.png) 10px center no-repeat;
  background-size: 12px 12px;
  margin-right: 10px ;
  font-size: 12px;
  color: #8A8B99;
}
.add-relevancy .add-box .add-btn:hover {
  color: #3A8BFF;
  border: 1px dashed #3A8BFF;
}
.add-relevancy .add-box .list-item {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 14px;
  border: 1px solid #DADFE5;
  border-radius: 4px;
  background: #fff;
  font-size: 12px;
  color: #8A8B99;
  margin-right: 10px ;
  position: relative;
}
.add-relevancy .add-box .list-item .item-close {
  display: none;
  position: absolute;
  right: -5px;
  top: -4px;
  z-index: 2;
  width: 16px;
  height: 16px;
  background: url(../../images/ppt/icon-delete2.png) center center no-repeat;
  background-size: 16px 16px;
}
.add-relevancy .add-box .list-item:hover {
  border: 1px solid #3A8BFF;
  color: #3A8BFF;
  cursor: pointer;
}
.add-relevancy .add-box .list-item:hover .item-close {
  display: block;
}
