.continue-playing-bar {
  top: -100%;
  right: 0;
  position: absolute;
  display: flex;
  align-items: center;
  height: 36px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  color: #FFFFFF;
  padding: 0 12px;
}
.continue-playing-bar .close {
  color: #999999;
  cursor: pointer;
  font-size: 16px;
}
.continue-playing-bar .continue {
  padding: 0 20px;
}
.continue-playing-bar .sure {
  cursor: pointer;
  width: 61px;
  height: 18px;
  border: 1px solid #EA5404;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #EA5404;
  font-size: 12px;
}
.continue-slide-right {
  transform: translateX(100%) !important;
  transition: all 0.4s ease-out;
}
.continue-slide-left {
  transform: translateX(0%) !important;
  transition: all 0.4s ease-in;
}
.video-main .continue-playing-bar {
  top: 0;
}
.epub-reader .continue-playing-bar {
  top: 0;
  z-index: 30;
  position: fixed;
}
.pdf-reader .continue-playing-bar {
  top: 0;
  z-index: 30;
  position: fixed;
}
.reader-message {
  position: fixed;
  pointer-events: none;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reader-message .reader-message-text {
  position: relative;
  top: 0;
  opacity: 0;
  font-size: 14px;
  color: #FF9000;
  line-height: 36px;
  padding: 6px 16px;
  height: 28px;
  background: #FFF9EB;
  box-shadow: 0px 4px 7px 0px rgba(255, 178, 0, 0.38);
  border-radius: 2px;
  transition: all ease-in-out 0.3s;
}
.scroll-loading {
  height: 50px;
  background: white;
}
.scroll-loading div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.scroll-loading div span {
  margin-left: 20px;
  font-size: 14px;
  color: #8C8782;
}
.scroll-loading .circular {
  height: 42px;
  width: 42px;
  animation: loading-rotate 1s linear infinite;
}
.scroll-loading .path {
  animation: loading-dash 1.5s ease-in-out infinite;
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #e64b1d;
  stroke-linecap: round;
}
.scroll-loading .path {
  stroke: #ea5404;
}
@keyframes loading-rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.global-loading {
  width: 100%;
  height: 100%;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.global-loading .global-loading-request-error {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.global-loading .global-loading-request-error svg {
  width: 160px;
}
.global-loading .global-loading-request-error img {
  width: 160px;
}
.global-loading .global-loading-request-error .desc {
  margin-top: 20px;
  font-size: 12px;
  color: #959595;
  text-align: center;
}
.global-loading .global-loading-request-error .reload {
  cursor: pointer;
  font-size: 15px;
  margin: 24px auto 0;
  width: 125px;
  height: 30px;
  border: 1px solid #434343;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-loading div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.global-loading div span {
  margin-left: 20px;
  font-size: 14px;
  color: #8C8782;
}
.global-loading .circular {
  height: 42px;
  width: 42px;
  animation: loading-rotate 1s linear infinite;
}
.global-loading .path {
  animation: loading-dash 1.5s ease-in-out infinite;
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #e64b1d;
  stroke-linecap: round;
}
.global-loading .path {
  stroke: #ea5404;
}
@keyframes loading-rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.epub-loading {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  overflow-y: scroll;
  background: transparent;
  z-index: 0!important;
}
.epub-loading div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 800px;
  margin: 0 auto;
  background: #ffffff;
  height: 100vh;
}
.epub-loading div span {
  margin-left: 20px;
  font-size: 14px;
  color: #8C8782;
}
.copy-btn,
#copy-val,
#copy-count-box {
  position: fixed;
  left: 0;
  top: 0;
}
#copy-val {
  opacity: 0;
  width: 0;
  height: 0;
}
.copy-count-box {
  z-index: 499;
  height: 25px;
  background: rgba(0, 0, 0, 0.77);
  border-radius: 2px;
  font-size: 12px;
  color: #FEFEFE;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.copy-btn {
  cursor: pointer;
  position: fixed;
  z-index: 500;
  background: white;
  font-size: 14px;
  font-weight: 400;
  color: #ff6000;
  width: 52px;
  height: 30px;
  box-shadow: 0px 0px 6px 0px #cecece;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  display: none;
}
.copy-btn p {
  text-align: center;
  line-height: 30px;
}
.copy-btn :before {
  position: absolute;
  left: 18px;
  top: 29px;
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid white;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  z-index: 1;
}
.copy-btn :after {
  position: absolute;
  left: 17.5px;
  top: 30px;
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid #ccc;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.picture-viewer {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.4s;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.picture-viewer .picture-viewer-img {
  width: 700px;
  background-color: #fff;
  cursor: move;
  position: relative;
}
.picture-viewer .picture-viewer-control {
  min-width: 250px;
  position: fixed;
  bottom: 0px;
  left: 50%;
  margin-left: -125px;
  background: #000000;
  border-radius: 5px;
  padding: 18px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
}
.picture-viewer .picture-viewer-control span:nth-of-type(1) {
  font-size: 18px;
}
.picture-viewer .picture-viewer-control span {
  cursor: pointer;
}
.picture-viewer .picture-viewer-control img {
  cursor: pointer;
}
.text-operation-panel,
.edit-note-panel,
.show-note-panel {
  position: fixed;
  left: 200px;
  top: 200px;
  display: none;
}
.text-operation-panel {
  width: 309px;
  height: 111px;
  background: #f9f8f5;
  border: 1px solid #b3aead;
  border-radius: 6px;
}
.text-operation-panel .operation-panel {
  display: flex;
  align-items: center;
  height: 56px;
  border-bottom: #D2CBCA solid 1px;
}
.text-operation-panel .operation-panel #copy-btn,
.text-operation-panel .operation-panel .note-btn,
.text-operation-panel .operation-panel .marking-btn {
  width: 74px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  color: #666;
  height: 56px;
  line-height: 56px;
  border-right: #D2CBCA solid 1px;
}
.text-operation-panel ul {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px!important;
}
.text-operation-panel ul li {
  cursor: pointer;
  list-style-type: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.edit-note-panel {
  width: 438px;
  height: 161px;
  background: #f9f8f5;
  border: 1px solid #b3aead;
  border-radius: 6px;
  text-align: center;
  padding-top: 20px;
}
.edit-note-panel textarea {
  margin: 0 auto;
  padding: 10px;
  font-size: 14px;
  color: #666;
  width: 372px;
  height: 72px;
  max-width: 372px;
  max-height: 72px;
  background: #ffffff;
  border: 1px solid #b3aead;
}
.edit-note-panel p {
  font-size: 14px;
  margin-top: 13px;
  text-align: right;
  padding-right: 22px;
}
.edit-note-panel p span {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  line-height: 36px;
  width: 74px;
  height: 36px;
  border-radius: 6px;
}
.edit-note-panel p span:nth-child(1) {
  background: #53b856;
  color: white;
  margin-right: 7px;
}
.edit-note-panel p span:nth-child(2) {
  color: #666;
  background: #ffffff;
  border: 1px solid #b3aead;
}
.show-note-panel {
  width: 400px;
  height: 84px;
  background: #f9f8f5;
  border: 1px solid #b3aead;
  border-radius: 6px;
  padding: 16px;
}
.show-note-panel div {
  font-size: 14px;
  color: #666;
  height: 70px;
  overflow-y: auto;
  margin-bottom: 4px;
  line-height: 22px;
}
.show-note-panel p {
  font-size: 12px;
  color: #666;
  text-align: right;
}
.show-note-panel p span {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  line-height: 14px;
}
.show-note-panel p span:nth-child(1) {
  padding-right: 10px;
  border-right: #666 solid 1px;
}
.show-note-panel p span:nth-child(2) {
  padding-left: 10px;
}
.text-operation-panel:before,
.edit-note-panel:before,
.show-note-panel:before {
  box-sizing: content-box;
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: -16px;
  left: 64px;
  padding: 0;
  border-top: 8px solid #FFFFFF;
  border-bottom: 8px solid transparent;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  display: block;
  content: '';
  z-index: 2;
}
.text-operation-panel:after,
.edit-note-panel:after,
.show-note-panel:after {
  box-sizing: content-box;
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: -20px;
  left: 62px;
  padding: 0;
  border-top: 10px solid #b3aead;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  display: block;
  content: '';
  z-index: 1;
}
.marking-color-green:before {
  color: #68C46B !important;
}
.marking-color-orange:before {
  color: #F3A000 !important;
}
.marking-color-red:before {
  color: #D74D1E !important;
}
.marking-color-blue:before {
  color: #41A1D0 !important;
}
.marking-color-purple:before {
  color: #7B589E !important;
}
.marking-color-green {
  background: #68C46B;
  color: white;
}
.marking-color-orange {
  background: #F3A000;
  color: white;
}
.marking-color-red {
  background: #D74D1E;
  color: white;
}
.marking-color-blue {
  background: #41A1D0;
  color: white;
}
.marking-color-purple {
  background: #7B589E;
  color: white;
}
.request-error-dialog {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.request-error-dialog .request-error-dialog-container {
  width: 460px;
  height: 300px;
  background: #FFFFFF;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.request-error-dialog .request-error-dialog-container .header {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 40px;
  line-height: 40px;
  border: none;
  background: #edeeee;
  text-align: center;
  position: relative;
  font-weight: 700;
  font-size: 18px;
}
.request-error-dialog .request-error-dialog-container .header span {
  font-weight: 400;
  width: 68px;
  height: 40px;
  background: #11194a;
  color: #fff;
  font-size: 14px;
  top: -1px;
  right: -1px;
  border-radius: 0 6px 0 0;
  cursor: pointer;
  position: absolute;
}
.request-error-dialog .request-error-dialog-container svg {
  margin-top: 30px;
  width: 160px;
}
.request-error-dialog .request-error-dialog-container img {
  margin-top: 55px;
  width: 115px;
}
.request-error-dialog .request-error-dialog-container .desc {
  margin-top: 20px;
  font-size: 12px;
  color: #959595;
  text-align: center;
}
.request-error-dialog .request-error-dialog-container .reload {
  font-size: 16px;
  margin: 10px auto 0;
  width: 100%;
  height: 60px;
  background: #f7f7f7;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  justify-content: center;
  color: white;
  align-items: center;
}
.request-error-dialog .request-error-dialog-container .reload span {
  cursor: pointer;
  width: 128px;
  height: 38px;
  display: flex;
  align-items: center;
  color: white;
  justify-content: center;
  background: #666;
  border-radius: 6px;
}
.epub-single-view {
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  text-align: center;
}
.epub-single-view .epub-main {
  /*width: 800px;*/
  max-width: 1000px;
  margin: 20px auto 0;
  color: #595959;
}
.epub-single-view .epub-main .read-end {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  display: none;
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
}
.epub-single-view .epub-main .read-end .end-msg {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 120px;
}
.epub-single-view .epub-main .epub-chapter:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 44px!important;
}
.epub-single-view .epub-main .epub-chapter:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-bottom: 44px!important;
}
.epub-single-view .epub-main .epub-chapter {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 10px 65px;
  transition: background-color 0.4s;
  min-height: 100vh;
}
.epub-single-view .epub-main .epub-chapter .random {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.epub-single-view .epub-main .epub-chapter div {
  margin: 10px 0!important;
  line-height: 1.75em !important;
}
.epub-single-view .epub-main .epub-chapter pre {
  white-space: inherit!important;
}
.epub-single-view .epub-main .epub-chapter p {
  margin: 10px 0!important;
  line-height: 1.75em !important;
  text-align: justify;
  text-indent: 2em;
  word-break: normal!important;
  word-wrap: break-word !important;
}
.epub-single-view .epub-main .epub-chapter p[name="Img.Table.Desc"] {
  font-size: 0.88em !important;
  text-align: left!important;
}
.epub-single-view .epub-main .epub-chapter p[name="Img.Normal.Title"],
.epub-single-view .epub-main .epub-chapter p[name="Img.Table.Title"] {
  font-size: 0.88em !important;
  text-align: center!important;
}
.epub-single-view .epub-main .epub-chapter img {
  max-width: 100%!important;
  margin: 0 auto!important;
  object-fit: contain!important;
  max-height: 840px !important;
  cursor: pointer!important;
}
.epub-single-view .epub-main .epub-chapter img + p {
  text-align: center!important;
}
.epub-single-view .epub-main .epub-chapter img.block {
  object-fit: contain;
  cursor: pointer;
  break-inside: avoid;
  display: block;
  page-break-inside: "avoid";
}
.epub-single-view .epub-main .epub-chapter img[name="InlineImg"] {
  display: inline-block !important;
  vertical-align: text-top !important;
}
.epub-single-view .epub-main .epub-chapter h1,
.epub-single-view .epub-main .epub-chapter h2,
.epub-single-view .epub-main .epub-chapter h3,
.epub-single-view .epub-main .epub-chapter h4,
.epub-single-view .epub-main .epub-chapter h5,
.epub-single-view .epub-main .epub-chapter h6 {
  font-size: 100%!important;
  text-align: left!important;
  border: 0!important;
  margin: 20px 0 0px!important;
  font-weight: bold!important;
  line-height: 1.75em !important;
}
.epub-single-view .epub-main .epub-chapter h1 {
  font-size: 200%!important;
}
.epub-single-view .epub-main .epub-chapter h2 {
  font-size: 150%!important;
}
.epub-single-view .epub-main .epub-chapter h3 {
  font-size: 120%!important;
}
.epub-single-view .epub-main .epub-chapter a {
  outline: none!important;
  text-decoration: none!important;
  cursor: default!important;
  pointer-events: none;
}
.epub-single-view .epub-main .epub-chapter span {
  font-size: inherit!important;
  font-weight: inherit!important;
  line-height: inherit!important;
}
.epub-single-view .epub-main .epub-chapter .high-light {
  background: rgba(255, 194, 128, 0.5);
}
.epub-single-view .epub-main .epub-chapter .active {
  background: coral;
  color: white;
}
.epub-single-view .epub-main .epub-chapter .epub-note {
  position: relative;
}
.epub-single-view .epub-main .epub-chapter .epub-note .note-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: -18px;
  top: -18px;
  background: white;
  cursor: pointer;
}
.epub-single-view .epub-main .epub-chapter .epub-note .note-icon:before {
  font-size: 18px;
  position: absolute;
  left: -32px;
  pointer-events: none;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .directory {
  width: 308px!important;
  height: calc(100vh - 40px);
  overflow-x: hidden;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .directory .hidden-directory {
  width: 100%;
  text-align: center;
  position: absolute;
  color: white;
  font-size: 16px;
  top: 30px;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .directory .directory-header {
  border-bottom: #383838 solid 1px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  position: relative;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .directory .directory-header span {
  display: block;
  width: 50%;
  font-size: 14px;
  font-weight: bold;
  color: white;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .directory .directory-header .act {
  color: #FF7E00;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .directory .directory-header .directory-tab-line {
  left: 55px;
  position: absolute;
  width: 56px;
  height: 2px;
  background: #FF7E00;
  top: 39px;
  transition: left 0.2s ease-in-out;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .directory .directory-list-container {
  overflow-y: auto;
  overflow-x: hidden;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .directory .directory-list-container .no-list-content {
  margin-top: 50px!important;
  font-size: 16px;
  color: white;
  text-align: center;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .directory .directory-list-container .book-mark-list li {
  display: flex;
  flex-direction: column;
  padding: 21px 25px 21px 19px;
  font-size: 12px;
  border-bottom: #383838 solid 1px;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .directory .directory-list-container .book-mark-list li .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .directory .directory-list-container .book-mark-list li .header .title {
  color: white;
  width: 210px;
  text-align: left;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .directory .directory-list-container .book-mark-list li .header .process {
  color: #838383;
  white-space: nowrap;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .directory .directory-list-container .book-mark-list li .abstracts {
  text-indent: 25px;
  line-height: 26px;
  width: 100%;
  text-align: left;
  margin-top: 12px;
  margin-bottom: 14px;
  color: #AEAEAE;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .directory .directory-list-container .book-mark-list li .create-time {
  color: #838383;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .directory .directory-list-container .book-mark-list li .create-time p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .directory .directory-list-container .directory-list li {
  height: 40px;
  line-height: 40px;
  color: white;
  border-bottom: 1px solid #383838;
  font-size: 14px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  position: relative;
  padding-right: 25px;
  padding-left: 20px;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .directory .directory-list-container .directory-list li .lock {
  color: #ddd;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .directory .directory-list-container .directory-list li .lock::before {
  content: '';
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAQCAYAAAAiYZ4HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE1RTczMEQ4QjAwQzExRThBOUMzOTA3NzRBNTJBMDY5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE1RTczMEQ5QjAwQzExRThBOUMzOTA3NzRBNTJBMDY5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTVFNzMwRDZCMDBDMTFFOEE5QzM5MDc3NEE1MkEwNjkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTVFNzMwRDdCMDBDMTFFOEE5QzM5MDc3NEE1MkEwNjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5W4FjAAAAA5ElEQVR42pSRsQrCMBCG0yJFQQdxVXCoozjo5BsoTuLkc/gUvoJ9leILuOigILrp0LVVK4jG/+DA9IxQf/hy6d39SZoorbUyqIFAfxSCntljNnvgxI0rsDSMXZthwcWJkfM5F9kMpK04IjHnWoO+XZXVQX3ryLFCgzQ8LYYrxx0NBdAGHU62wNRY6AWGPJ+BjYNz3TApqZwiA63i5Oy/09YXmQRj0Ad7UXvQtcU6q8i40kDUYpuBNABVkEqD++OsTVAHRdtPJ4hlkT+DFPgin5BBqz9EDxeAEdD8UNbrBx5YvwUYAMIdH7iAzXE7AAAAAElFTkSuQmCC);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 20px;
  font-size: 12px;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .jump {
  position: absolute;
  width: 153px;
  height: 35px;
  background: #3D3E45;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .jump div {
  width: 153px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #ffffff;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .jump div input {
  margin: 0 5px;
  width: 33px;
  height: 15px;
  font-size: 12px;
  color: #666666;
  background: #e7e7e8;
  outline: none;
  border: none;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .jump div span {
  margin-left: 15px;
  width: 51px;
  height: 22px;
  background: linear-gradient(0deg, #ffb01d, #ff8215);
  border-radius: 11px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .set-bg-color ul li {
  margin: 10px 20px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  list-style: none;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .set-bg-color ul li.select-color {
  position: relative;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .set-bg-color ul li.select-color:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 27px;
  height: 27px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjkzNDBCQ0IyRUVDNzExRThBNjcyQURGRTJBQjI2QzhCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjkzNDBCQ0IzRUVDNzExRThBNjcyQURGRTJBQjI2QzhCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTM0MEJDQjBFRUM3MTFFOEE2NzJBREZFMkFCMjZDOEIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTM0MEJDQjFFRUM3MTFFOEE2NzJBREZFMkFCMjZDOEIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4rfcJbAAACbUlEQVR42qyWX2jNYRjHf+e3yUkLo1ZajpqwGxJWE7UUNRtiibJ2I7nTLnBBGKUkKZMbygVywcVozRxRWpEQ++PGn6iDUiM71i6OP4vPo+9Px+m85/c7Z3vq09t73vf5Pud9f+/zvG9seGu5V8CmwhrYDCthHsyAb5CCR3AT7sN3l0jMEcR+3AlHYY4XbsNwEs7Bj9xBP4/DIngG5xVgAPZBPVRrddXq79V4FZyGp1AbtpI6SMIseAf74Qb8LrCKGGyBU1ADI7AeHudbif2DuwpwB5ZDV0gAT+Ndmm9+lWprc4NMgWv6qN3QDGmvOEvLr1s616X7L0g7LIE30ArjXmk2Lv/XsFi6f4PEtfdBsDFvYjYWiEs3bkE26HT0w21vciwpPdPd6Gsfza6WIGZ73+kYC/SaynUqzB4UGWAa3FObz/rUrrCVJNT5UEQAy40rJgAPHXPeqp3ra8lmXwqIzszpd0ALHITdDp+RYEstyKg6sx2TD2iVdeo3wCE4DCcK/LFKtaN+1jYlHJMtm9/DZZ2WS3ABjodsaY3aj76Kmtlqx+RXsAq+wiAMwZ4I361B7RML0qvOjpCS0aQT2BaxIgR6vVaF47qAqlQ9k5OQjI1K7M/2GWwlGZVps7NQMcEAFVkJarqZoEB2aq8XKFPLSgxQJv+F8ALOZFfhn7Bdd/cm6MnKn2JKTI/8TWebdP+7tF7CWt3XtqfPlXCxCNnfovmN8l8nPedDIqErd5n6AyohfSoVaVWA+TqmdtqWam6/ruJU1NfKLjgS8bXyCY7BRfgV9UkUWFz3TbOqtb27pqsUpfSquaVvkXGJ/BFgAG9SicfJAMviAAAAAElFTkSuQmCC);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .set-font-size {
  z-index: 1;
  font-size: 20px;
  color: white;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .set-font-size ul li {
  display: flex;
  justify-content: center;
  line-height: 40px;
  width: 70px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  user-select: none;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .set-font-size ul li span {
  width: 20px;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  color: white;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .guide {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
  display: none;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .guide .keyboard-tip {
  position: relative;
  width: 453px;
  height: 242px;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .guide .keyboard-tip .tip {
  width: 453px;
  height: 242px;
  padding: 0;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .guide .keyboard-tip .close:before {
  color: #444;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .guide .keyboard-tip .close:hover:before {
  color: #e64b1d;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .guide .keyboard-tip .close {
  padding: 0;
  cursor: pointer;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 16px;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .marking-or-note {
  width: 308px!important;
  height: calc(100vh - 40px);
  overflow-x: hidden;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .marking-or-note .hidden-marking-and-note {
  width: 100%;
  text-align: center;
  position: absolute;
  color: white;
  font-size: 16px;
  top: 30px;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .marking-or-note .marking-and-note-header {
  border-bottom: #383838 solid 1px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  position: relative;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .marking-or-note .marking-and-note-header span {
  display: block;
  width: 50%;
  font-size: 14px;
  font-weight: bold;
  color: white;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .marking-or-note .marking-and-note-header .act {
  color: #FF7E00;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .marking-or-note .marking-and-note-header .marking-and-note-tab-line {
  left: 55px;
  position: absolute;
  width: 56px;
  height: 2px;
  background: #FF7E00;
  top: 39px;
  transition: left 0.2s ease-in-out;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .marking-or-note .marking-and-note-list-container {
  overflow-y: auto;
  overflow-x: hidden;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .marking-or-note .marking-and-note-list-container .no-list-content {
  margin-top: 50px;
  font-size: 16px;
  color: white;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .marking-or-note .marking-and-note-list-container .note-list li {
  display: flex;
  flex-direction: column;
  padding: 21px 25px 21px 19px;
  font-size: 12px;
  border-bottom: #383838 solid 1px;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .marking-or-note .marking-and-note-list-container .note-list li .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .marking-or-note .marking-and-note-list-container .note-list li .header .contents {
  color: white;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .marking-or-note .marking-and-note-list-container .note-list li .header .progress {
  color: #838383;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .marking-or-note .marking-and-note-list-container .note-list li .abstracts {
  text-indent: 25px;
  line-height: 26px;
  width: 100%;
  text-align: left;
  margin-top: 12px;
  margin-bottom: 14px;
  color: #AEAEAE;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .marking-or-note .marking-and-note-list-container .note-list li .create-time {
  color: #838383;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .marking-or-note .marking-and-note-list-container .note-list li .create-time p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .marking-or-note .marking-and-note-list-container .marking-list li {
  border-bottom: 1px solid #383838;
  cursor: pointer;
  overflow: hidden;
  font-size: 12px;
  text-align: left;
  position: relative;
  padding: 21px 25px 21px 19px;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .marking-or-note .marking-and-note-list-container .marking-list li .contents {
  text-indent: 25px;
  line-height: 26px;
  width: 100%;
  text-align: left;
  margin-top: 12px;
  margin-bottom: 14px;
  color: white;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .marking-or-note .marking-and-note-list-container .marking-list li .create-time {
  color: #838383;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .marking-or-note .marking-and-note-list-container .marking-list li .create-time p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.toolbar {
  width: 100%;
  height: 0;
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
}
.toolbar .toolbar-main-pdf {
  width: 1000px;
  padding-right: 80px;
}
.toolbar .toolbar-main-epub {
  width: 1000px;
}
.toolbar .toolbar-main {
  margin: 0 auto;
  position: relative;
}
.toolbar .toolbar-main .toolbar-list-epub {
  left: 1012px;
}
.toolbar .toolbar-main .toolbar-list-pdf {
  left: 1008px;
}
.toolbar .toolbar-main .toolbar-list {
  position: absolute;
  height: 100vh;
}
.toolbar .toolbar-main .toolbar-list .toolbar-ul {
  margin-top: 20px!important;
  width: 35px;
  background-color: rgba(0, 0, 0, 0);
}
.toolbar .toolbar-main .toolbar-list .toolbar-ul li.tool {
  text-align: center;
  cursor: pointer;
  outline: none;
  list-style-type: none;
  font-size: 18px;
  font-weight: 400;
  color: #8C8782;
  background: white;
  height: 38px;
  user-select: none;
  position: relative;
  line-height: 38px;
}
.toolbar .toolbar-main .toolbar-list .toolbar-ul li.tool .guide-item {
  position: absolute;
  left: 35px;
  top: 0;
  color: #fff;
  font-size: 14px;
  padding: 1px 0;
  min-width: 200px;
  text-align: left;
  align-items: center;
  display: none;
}
.toolbar .toolbar-main .toolbar-list .toolbar-ul li.tool .guide-item img {
  margin: 0 7px;
  width: 31px !important;
  height: 4px !important;
}
.toolbar .toolbar-main .toolbar-list .toolbar-ul li.tool .font-tool {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
}
.toolbar .toolbar-main .toolbar-list .toolbar-ul li.tool .font-tool:hover {
  color: #e64b1d;
}
.toolbar .toolbar-main .toolbar-list .toolbar-ul li.tool .tool-icon {
  width: 18px;
  height: 18px;
  padding: 10px 7px;
}
.toolbar .toolbar-main .toolbar-list .toolbar-ul li.tool .tool-panel {
  position: absolute;
  width: auto;
  background: #3D3E45;
  top: 0;
  right: 70px;
  border: solid 1px #ccc;
  display: none;
}
.toolbar .toolbar-main .toolbar-list .toolbar-ul li.tool .tool-panel:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 12px;
  right: -10px;
  border-top: 6px solid transparent;
  border-left: 10px solid #3D3E45;
  border-bottom: 6px solid transparent;
}
.toolbar .toolbar-main .toolbar-list .toolbar-ul li.font-selected {
  color: #fff !important;
  background: #dc5415 !important;
}
.toolbar .toolbar-main .toolbar-list .toolbar-ul li.font-selected .font-tool:hover {
  color: #fff !important;
}
.toolbar .toolbar-main .toolbar-list .toolbar-process {
  min-width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #fff;
  margin-bottom: 17px;
  font-size: 12px;
  font-weight: 400;
  color: #8C8782;
  position: absolute;
  bottom: 0;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel {
  top: -38px;
  left: 65px;
  position: absolute;
  z-index: -2 !important;
  width: 400px;
  height: calc(100vh - 38px);
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.29);
  border-radius: 2px;
  display: none;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel .search-panel-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  /*.search-box::after{
              content: '';
              position: absolute;
              width: 1px;
              height: 15px;
              background: #C1C0B9;
              top: 10px;
              left: 305px;
            }*/
  /*滚动条整体样式*/
  /*滚动条滑块*/
  /*滚动条轨道*/
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel .search-panel-container .search-history div:nth-child(1) {
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel .search-panel-container .search-history div:nth-child(1) span {
  font-size: 15px;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel .search-panel-container .search-history div:nth-child(1) .icon-web-sdk-delete-history-icon {
  font-size: 18px;
  color: #444;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel .search-panel-container .search-history div:nth-child(1) img {
  width: 16px;
  height: 16px;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel .search-panel-container .search-history div:nth-child(2) {
  padding: 0 15px;
  height: calc(100vh - 220px);
  overflow-y: auto;
  margin-top: 30px;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel .search-panel-container .search-history div:nth-child(2) ul li {
  text-align: left;
  list-style-type: none;
  font-size: 13px;
  line-height: 30px;
  margin-bottom: 10px;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel .search-panel-container .search-box {
  display: flex;
  align-items: center;
  margin: 41px auto 16px;
  justify-content: center;
  width: 360px;
  height: 36px;
  border: 1px solid #c1c0b9;
  border-radius: 2px;
  position: relative;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel .search-panel-container .search-box img {
  cursor: pointer;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel .search-panel-container .search-box .prev-icon,
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel .search-panel-container .search-box .next-icon {
  margin-right: 10px;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel .search-panel-container .search-box input {
  padding-left: 8px;
  color: #666;
  font-size: 14px;
  width: 300px;
  height: 34px;
  border: none;
  outline: none;
  margin-right: 12px;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel .search-panel-container .search-box span {
  width: 40px;
  height: 34px;
  line-height: 32px;
  font-size: 16px;
  color: white;
  background: #EA5404;
  border-bottom-left-radius: 5px;
  text-align: center;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel .search-panel-container .search-box .close-icon {
  right: -20px;
  top: -42px;
  position: absolute;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel .search-panel-container .search-box .search-icon {
  width: 34px;
  height: 34px;
  background: #C1C0B9;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel .search-panel-container .search-box .search-clear-icon {
  width: 34px;
  height: 34px;
  background: white;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel .search-panel-container .search-count {
  margin: 0 20px;
  padding-bottom: 10px;
  text-align: left;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel .search-panel-container .search-count .search-count-container {
  height: 100%;
  display: flex;
  align-items: center;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel .search-panel-container .search-count .search-count-container .search-status {
  width: 93px;
  text-align: center;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel .search-panel-container .search-count .search-count-container .icon-web-sdk-prev-icon:before,
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel .search-panel-container .search-count .search-count-container .icon-web-sdk-next-icon:before {
  color: #444 !important;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel .search-panel-container .search-count span {
  color: #EA5404;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel .search-panel-container .search-count span.num-black {
  color: #000;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel .search-panel-container .search-list::-webkit-scrollbar {
  width: 0;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel .search-panel-container .search-list-over::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel .search-panel-container .search-list-over::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel .search-panel-container .search-list-over::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 5px;
  background: #ccc;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel .search-panel-container .search-list {
  font-size: 14px;
  padding: 0 10px;
  text-align: left;
  color: #666;
  height: calc(100vh - 162px);
  overflow-y: scroll;
  overflow-x: hidden;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel .search-panel-container .search-list ul li {
  padding: 15px 10px;
  position: relative;
  width: 355px!important;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel .search-panel-container .search-list ul li p {
  padding: 0 0;
  line-height: 22px;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel .search-panel-container .search-list ul li p .item-index {
  font-weight: bold;
  padding-right: 5px;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel .search-panel-container .search-list ul li p .high-light {
  background: rgba(255, 194, 128, 0.5);
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel .search-panel-container .search-list ul li::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 375px;
  height: 1px;
  background: #ddd;
  z-index: 1;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel .search-panel-container .search-list ul li.act {
  background: #fdf0e7;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel .search-panel-container .search-list ul .line2 {
  -webkit-line-clamp: 2;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel .search-panel-container .search-list ul .line2 {
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.toolbar-main .toolbar-list .toolbar-ul li.tool .search-panel::after {
  z-index: -1;
  content: '';
  position: absolute;
  border: 20px;
  border-style: solid;
  width: 0;
  height: 0;
  border-color: #fff;
  border-top-color: #fff;
  border-right-color: #fff;
  top: 37px;
  left: -5px;
  transform: rotateX(30deg) rotateZ(45deg);
  font-size: 12px;
}
.epub-reader .show-search-panel {
  padding-right: 500px!important;
}
.epub-reader .search-panel-right {
  position: relative;
  left: 250px;
}
.pdf-reader .show-search-panel {
  padding-right: 500px!important;
}
.pdf-reader .search-panel-right {
  position: relative;
  left: 210px;
}
.epub-reader {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.epub-reader h1,
.epub-reader h2,
.epub-reader h3,
.epub-reader h4,
.epub-reader h5,
.epub-reader h6,
.epub-reader li,
.epub-reader p,
.epub-reader span,
.epub-reader ul {
  margin: 0;
  padding: 0;
}
body,
html {
  margin: 0!important;
  padding: 0!important;
}
@font-face {
  font-family: 'web-sdk-font-icon';
  src: url('https://cdn.keledge.com/sdk/web/v1.3.6-20220119-r/static/assets/fonts/reader/web/fontIcon.eot?4gr4x8');
  src: url('https://cdn.keledge.com/sdk/web/v1.3.6-20220119-r/static/assets/fonts/reader/web/fontIcon.eot?4gr4x8#iefix') format('embedded-opentype'), url('https://cdn.keledge.com/sdk/web/v1.3.6-20220119-r/static/assets/fonts/reader/web/fontIcon.ttf?4gr4x8') format('truetype'), url('https://cdn.keledge.com/sdk/web/v1.3.6-20220119-r/static/assets/fonts/reader/web/fontIcon.woff?4gr4x8') format('woff'), url('https://cdn.keledge.com/sdk/web/v1.3.6-20220119-r/static/assets/fonts/reader/web/fontIcon.svg?4gr4x8#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-web-sdk-"],
[class*=" icon-web-sdk-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'web-sdk-font-icon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-web-sdk-book-mark-icon-act:before {
  content: "\e900";
  color: #ff8b24;
}
.icon-web-sdk-book-mark-icon-dis:before {
  content: "\e901";
  color: #8c7b6c;
}
.icon-web-sdk-close-icon:before {
  content: "\e902";
  color: #fff;
}
.icon-web-sdk-delete-btn:before {
  content: "\e903";
  color: #aaa;
}
.icon-web-sdk-delete-history-icon:before {
  content: "\e904";
}
.icon-web-sdk-directory-icon:before {
  content: "\e905";
  color: #95908c;
}
.icon-web-sdk-full-screen-icon:before {
  content: "\e906";
  color: #8b7a6b;
}
.icon-web-sdk-jump-icon:before {
  content: "\e907";
  color: #8b7a6b;
}
.icon-web-sdk-next-icon:before {
  content: "\e908";
  color: white;
}
.icon-web-sdk-note-icon:before {
  content: "\e909";
  color: #918172;
}
.icon-web-sdk-origin-icon:before {
  content: "\e90a";
  color: #fff;
}
.icon-web-sdk-pic-zoomin-icon:before {
  content: "\e90b";
  color: #fff;
}
.icon-web-sdk-pic-zoomout-icon:before {
  content: "\e90c";
  color: #fff;
}
.icon-web-sdk-prev-icon:before {
  content: "\e90d";
  color: white;
}
.icon-web-sdk-rotation-icon:before {
  content: "\e90e";
  color: #fff;
}
.icon-web-sdk-search-1-icon:before {
  content: "\e90f";
  color: #fff;
}
.icon-web-sdk-search-close-icon:before {
  content: "\e910";
  color: #fff;
}
.icon-web-sdk-search-icon:before {
  content: "\e911";
  color: #95908c;
}
.icon-web-sdk-setbg-icon:before {
  content: "\e912";
  color: #8b7a6b;
}
.icon-web-sdk-setfont-icon:before {
  content: "\e913";
  color: #8c7b6c;
}
.icon-web-sdk-single-page-icon:before {
  content: "\e914";
  color: #8b7a6b;
}
.icon-web-sdk-text-note:before {
  content: "\e915";
  color: #68c46b;
}
.icon-web-sdk-two-page-icon:before {
  content: "\e916";
  color: #8b7a6b;
}
.icon-web-sdk-zoomin-icon:before {
  content: "\e917";
  color: #8b7a6b;
}
.icon-web-sdk-zoomout-icon:before {
  content: "\e918";
  color: #8b7a6b;
}
.icon-web-sdk-full-screen-act-icon:before {
  content: "\e920";
  color: #DC5415;
}
.icon-web-sdk-tool-icon-act:before {
  color: #DC5415 !important;
}
