.book-tabs-box .title[data-v-3dacfea8] {
  color: #666;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  margin-right: 12px;
}
.book-tabs-box .select-row[data-v-3dacfea8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 16px 0;
  gap: 24px;
}
.book-tabs-box .select-item[data-v-3dacfea8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.book-tabs-box .tabs-row[data-v-3dacfea8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 16px 0;
}
.book-tabs-box .books-tab[data-v-3dacfea8] {
  font-size: 16px;
  color: #999999;
  padding: 0 16px;
  font-weight: normal;
}
.book-tabs-box .books-tab-active[data-v-3dacfea8] {
  color: #2447F9;
  font-weight: 600;
}
.book-tabs-box .textbook-tab[data-v-3dacfea8] {
  white-space: nowrap;
  font-size: 16px;
  color: #999999;
  padding: 0 16px;
  font-weight: normal;
  cursor: pointer;
}
.book-tabs-box .textbook-tab-active[data-v-3dacfea8] {
  color: #2447F9;
  font-weight: 600;
}

.published-list-box[data-v-6d0cbc85] {
  position: absolute;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  min-width: 600px;
  min-height: 600px;
  padding: 20px 80px;
  background: #ffffff;
}
.published-list-box .sync-table[data-v-6d0cbc85] {
  margin-left: 60px;
}
.published-list-box .requirement[data-v-6d0cbc85] {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.published-list-box .custom-table .requirement[data-v-6d0cbc85] {
  text-align: left;
}
.published-list-box .table-text[data-v-6d0cbc85] {
  text-align: right;
  color: #999;
}
.published-list-box .books-title[data-v-6d0cbc85] {
  font-size: 20px;
  color: #2447F9;
  font-weight: 600;
}
.published-list-box .lastModifiedTime[data-v-6d0cbc85] {
  color: #666;
  font-size: 16px;
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.published-list-box .books-table[data-v-6d0cbc85] {
  width: 90%;
  padding: 20px 0;
}
.published-list-box .publish-btn[data-v-6d0cbc85] {
  cursor: pointer;
  color: #2447f9;
  font-size: 16px;
  white-space: nowrap;
}
.published-list-box .publish-btn[data-v-6d0cbc85]:hover {
  text-decoration: underline;
  color: #2447F9;
}
.tab-pane-box[data-v-6d0cbc85] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tab-pane-box .book-tabs-box[data-v-6d0cbc85] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.tab-pane-box .table-div[data-v-6d0cbc85] {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  overflow: scroll;
  margin-bottom: 80px;
}

