.operate .setting_answer_button_new {
  position: relative;
  z-index: 8;
}

.dtk_sch_box a i {
  background: rgba(0, 0, 0, 0) url('../images/sheet_oparate_icon.png') no-repeat scroll -20px 0;
  display: inline-block;
  vertical-align: -17px;
  height: 20px;
  width: 25px;
  margin: 10px 5px;
}

.dtk_sch_box a:hover {
  /* background-color: #41a577; */
  background-color: #05c1ae;
  background-color: var(--zx-theme-main-color, #05c1ae);
  /* border-color: #41a577; */
  border-color: #05c1ae;
  border-color: var(--zx-theme-main-color, #05c1ae);
  color: #ffffff;
}

.dtk_sch_box a i.i1 {
  background-position: -17px 0;
}

.dtk_sch_box a i.i2 {
  background-position: 8px 0;
}

.dtk_sch_box a i.i3 {
  background-position: -45px 0;
}

.dtk_sch_box a i.i4 {
  background-position: -91px 0;
}

.dtk_sch_box a i.i5 {
  background-position: -73px 0;
}

.dtk_sch_box a i.i6 {
  background-position: -116px 0;
}

.dtk_sch_box a i.i7 {
  background-position: -142px 0;
}

.dtk_sch_box a i.i8 {
  background-position: -73px -20px;
}

.dtk_sch_box a.nodown:hover {
  background-color: lightgray;
  border-color: lightgray;
}

.dtk_sch_box .on {
  background-color: #19a569;
  border-color: #19a569;
  color: #ffffff;
}

.dtk_sch_box a {
  border: 1px solid #d4d4d4;
  color: #333333;
  display: block;
  font-size: 12px;
  height: 35px;
  text-align: center;
  width: 100px;
  margin: 3px;
  float: left;
  border-radius: 5px;
}

.side_bar {
  margin-left: -638px;
  position: fixed;
  top: 50px;
  left: 50%;
}

.side_bar a span {
  /* background-color: #0dc2b3; */
  background-color: #05c1ae;
  background-color: var(--zx-theme-main-color, #05c1ae);
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  padding: 10px 10px 10px 30px;
  text-align: center;
  width: 28px;
  border-radius: 5px;
}

.side_bar a i {
  background: url('../images/z2.png') no-repeat;
  display: inline-block;
  height: 15px;
  width: 17px;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -7px;
}

.side_bar_preview a i {
  background: url('../images/z1.png') no-repeat;
  display: inline-block;
  height: 12px;
  width: 17px;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -6px;
}

.side_bar_preview a span {
  background-color: #3790e2;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  padding: 10px 10px 10px 30px;
  text-align: center;
  width: 28px;
  border-radius: 5px;
}

.side_bar_preview {
  margin-left: -638px;
  position: fixed;
  top: 100px;
  left: 50%;
}

.side_bar a span.single {
  line-height: 28px;
}

.dtk_sch_boxstand a {
  border: 1px solid #d4d4d4;
  color: #f3f3f3;
  display: block;
  font-size: 12px;
  height: 23px;
  text-align: center;
  padding: 6px 3px 1px;
  width: 110px;
  margin: 12px;
  float: left;
}

.previewDiv {
  width: 100%;
  height: 100%;
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  background: #bab8b8;
}

.bd {
  position: absolute;
  margin-top: 10px;
  height: 40px;
  right: 30px;
  z-index: 1004;
}

.bg {
  padding: 8px 4px;
  background-color: #666666;
  cursor: pointer;
}

.bd .close {
  height: 40px;
  background: url('../images/pre_close.png') center no-repeat;
  padding: 0 18px;
}

.A4 {
  background: #ffffff;
  left: 50%;
  margin-left: -105mm;
}

.A3 {
  background: #ffffff;
}

body {
  overflow: hidden;
}

.topic-scores {
  padding-bottom: 4px;
  max-height: 300px;
  overflow: auto;
  background-color: #f5f6f7;
}

.topic-scores li {
  display: flex;
  align-items: center;
  padding-left: 12px;
  height: 26px;
}

.topic-scores li:first-child {
  position: sticky;
  top: 0;
  border-bottom: 1px dashed #d9d9d9;
  color: #626A73;
  background-color: #f5f6f7;
}

.topic-scores li span {
  flex-grow: 1;
}

.topic-scores li span:last-child {
  text-align: center;
  user-select: none;
}

.topic-scores li:nth-child(n+2) span:first-child {
  text-indent: 2em;
}

.topic-scores li span input[type=checkbox] {
  margin-right: 2px;
  vertical-align: middle;
}

.topic-scores li span input[type=number] {
  box-sizing: border-box;
  padding: 2px 4px;
  width: 60px;
  height: 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.20) inset;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.score-td {
  padding-left: 0 !important;
}

.topic-type {
  user-select: none;
}

.topic-type td:first-child:hover {
  background-color: #ddd;
}

.topic-type .triangle {
  display: inline-block;
  margin-right: 2px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #ccc;
  position: relative;
  left: 2.5px;
}

.topic-type.active .triangle {
  border-left-color: transparent;
  border-top-color: #ccc;
  position: relative;
  left: 0;
  top: 2.5px;
}

.appendTopicScoreDesc {
  position: relative;
  float: left;
}

.appendTopicScoreDesc i {
  position: absolute;
  top: -27px;
  left: -1px;
  color: #fff;
  border-radius: 3px 3px 3px 0;
  background: #ff0001;
  white-space: nowrap;
  font-style: normal !important;
  padding: 0 4px 0 2px;
}

.appendTopicScoreDesc i::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #ff0001;
}