/*-- 编辑器内容部分，内置的样式 --*/
.w-e-text h1 {
  font-size: 2em !important;
}

.w-e-text h2,
.w-e-menu-panel h2 {
  font-size: 1.5em !important;
}
.w-e-text h3,
.w-e-menu-panel h3 {
  font-size: 1.17em !important;
}
.w-e-text h4,
.w-e-menu-panel h4 {
  font-size: 1em !important;
}
.w-e-text h5,
.w-e-menu-panel h5 {
  font-size: 0.83em !important;
}
.w-e-text p,
.w-e-menu-panel p {
  font-size: medium;
}
.w-e-text .eleImg,
.w-e-menu-panel .eleImg {
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  padding: 0 3px;
}

.w-e-toolbar hr,
.w-e-text hr,
.w-e-menu-panel hr {
  cursor: pointer;
  display: block;
  height: 0px;
  border: 0;
  border-top: 3px solid #ccc;
  margin: 20px 0;
}
.w-e-clear-fix:after {
  content: \"\";
  display: table;
  clear: both;
}
.w-e-drop-list-item {
  position: relative;
  top: 1px;
  padding-right: 7px;
  color: #333 !important;
}
.w-e-drop-list-tl {
  padding-left: 10px;
  text-align: left;
}

.w-e-text .w-e-progress {
  position: absolute;
  background-color: #1e88e5;
  top: 0;
  left: 0;
  height: 1px;
}
.w-e-text .placeholder {
  color: #D4D4D4;
  position: absolute;
  font-size: 11pt;
  line-height: 22px;
  left: 10px;
  top: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: -1;
}
.w-e-text {
  padding: 0 10px;
  overflow-y: auto;
}
.w-e-text p,
.w-e-text h1,
.w-e-text h2,
.w-e-text h3,
.w-e-text h4,
.w-e-text h5,
.w-e-text table,
.w-e-text pre {
  margin: 10px 0;
  line-height: 1.5;
}
.w-e-text ul,
.w-e-text ol {
  margin: 10px 0 10px 20px;
}
.w-e-text blockquote {
  display: block;
  border-left: 8px solid #d0e5f2;
  padding: 5px 10px;
  margin: 10px 0;
  line-height: 1.4;
  font-size: 100%;
  background-color: #f1f1f1;
}
.w-e-text code {
  display: inline-block;
  background-color: #f1f1f1;
  border-radius: 3px;
  padding: 3px 5px;
  margin: 0 3px;
}
.w-e-text pre code {
  display: block;
}
.w-e-text table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.w-e-text table td,
.w-e-text table th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 3px 5px;
  min-height: 30px;
}
.w-e-text table th {
  border-bottom: 2px solid #ccc;
  text-align: center;
  background-color: #f1f1f1;
}
.w-e-text:focus {
  outline: none;
}
.w-e-text img {
  cursor: pointer;
}
.w-e-text img:hover {
  box-shadow: 0 0 5px #333;
}
.w-e-text .w-e-todo {
  margin: 0 0 0 20px;
}
.w-e-text .w-e-todo li {
  list-style: none;
  font-size: 1em;
}
.w-e-text .w-e-todo li span:nth-child(1) {
  position: relative;
  left: -18px;
}
.w-e-text .w-e-todo li span:nth-child(1) input {
  position: absolute;
  top: 0.3em;
  margin-right: 3px;
}

.w-e-img-drag-mask {
  position: absolute;
  z-index: 1;
  border: 1px dashed #ccc;
  box-sizing: border-box;
}
.w-e-img-drag-mask .w-e-img-drag-rb {
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ccc;
  cursor: se-resize;
}
.w-e-img-drag-mask .w-e-img-drag-show-size {
  min-width: 110px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #999;
  color: #fff;
  border-radius: 2px;
  padding: 0 5px;
}

.w-e-table {
  display: flex;
}

.w-e-table .w-e-table-input {
  width: 40px;
  text-align: center!important;
  margin: 0 5px;
}
/* =========== 以上是编辑器内容部分，内置的样式 ============= */

img {
  max-width: inherit;
}
.printCon {
  width: 848px;
  margin: 0 auto;
}

.printCon table {
  table-layout: fixed;
  word-break: break-all;
}

.showMain {
  padding-top: 20px;
}

.el-tree {
  color: #333;
}

.el-tree-node__content {
  height: auto;
}

.active {
  background: #f0f7ff;
  color: #1559a4;
  font-weight: bold;
}

/*-- 右侧 --*/

.showRight {
  border-radius: 5px;
  padding: 20px 80px 40px;
  /* 背景颜色写到normalMode里 */
  /* background: #eee; */
  text-align: center;
}

/*-- 封面 --*/

.bookCover img {
  width: 100%;
  height: auto;
  border: #fff 3px solid;
  box-shadow: #999 0 0 50px;
}

.show-bookCover img {
  width: 100%;
  height: auto;
  border: #fff 3px solid;
  box-shadow: #999 0 0 50px;
  width: 510px;
  height: 700px;
}

/*-- 版权 --*/

.copyrightBlock {
  box-shadow: 0 0 10px 1px #f0f0f0;
  border-radius: 5px;
}

.copyrightTop img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  /*width: 890px;*/
  height: 180px;
}

.copyrightTop {
  position: relative;
}

.copyrightTop .cpTitle {
  position: absolute;
  width: 100%;
  bottom: 40%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-family: 'STZhongsong', 'FangSong', 'KaiTi', serif;
  font-weight: bold;
}

.showRight h2 {
  text-align: center;
  font-size: 22px;
}

.showContent {
  margin: 40px auto;
  line-height: 250%;
}

.showContent .key {
  font-size: 16px;
  padding: 5px 30px;
  color: #909399;
  text-align: right;
  text-align-last: right;
  font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

.showContent .value {
  font-size: 16px;
  padding: 5px 30px;
  color: #303133;
  text-align: left;
  text-align-last: left;
  font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

.tips {
  margin: 20px 100px;
  padding-bottom: 20px;
}

.tips p {
  color: #909399;
  text-align: center;
  margin: 5px;
  font-size: 12px;
}

/*-- 前言 --*/

.prefaceTitle {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  font-family: 'STZhongsong', 'FangSong', 'KaiTi', serif;
  color: #333;
}

.showPreContent p {
  line-height: 28px;
  text-align: left;
  font-size: 14px;
  margin-top: 10px;
  color: #333;
}

.showPreContent h6 {
  font-size: 12px;
  font-weight: normal;
  color: #999;
  margin-top: 10px;
}

/*-- 正文 --*/

.nextSpan {
  color: #689fce;
  font-weight: 600;
  cursor: pointer;
}

.nextSpan:hover {
  color: #1559a4;
}

.dialogShowComment {
  margin-left: 0px;
}

.searchRefer button {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 9px;
}

.type1 {
  line-height: 50px;
  text-align: center;
  background: #fff;
}

.type1 h3 {
  font-size: 26px;
  margin-bottom: 20px;
  background: url('../../assets/images/dot.png') repeat-x 50% 50%;
  text-align: center;
}

.type1 h3 span {
  display: inline-block;
  background: #fff;
  padding: 0 20px;
}

.type1 img {
  width: 100%;
  box-shadow: #d5d5d5 0 0 20px;
  border: #fff 3px solid;
}

.showPhraContent img {
  /* width: 100%; */
  height: auto;
}

.showPhraContent img.formula,
.showPhraContent img.insertPic {
  max-width: 100%;
}

.type2 {
  writing-mode: vertical-rl;
  /* vertical-align: middle; */
  line-height: 50px;
  text-align: center;
  max-height: 700px;
  width: 100%;
}

.type2 img {
  float: left;
  width: 80%;
  height: 700px;
}

.type2 h3 {
  font-size: 26px;
  float: left;
  width: 20%;
}

.type3 {
  right: 355px;
}

/*--脚注--*/

.footNote_e {
  color: #005db0;
  font-weight: bold;
  cursor: pointer;
}

.footNote ul li {
  list-style: none;
  padding: 5px 0;
}

.footNote_s a {
  color: #999;
}

/*--重点词--*/

.keyWord_e {
  color: #f0871a;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  background: url('https://dbook.hep.com.cn/admin/css/img/wave.png') repeat-x;
  background-size: 9px 4px;
  background-position: 0 100%;
  padding-bottom: 3px;
  font-size: unset !important;
}

ul li {}

.comment_e {
  color: #2aa167;
  cursor: pointer;
  font-weight: bold;
}

.articleBlock {
  -webkit-box-shadow: 0 0 8px 1px #f3f3f3;
  box-shadow: 0 0 8px 1px #f3f3f3;
  padding: 20px;
  border-radius: 5px;
}

.articleBlock p {
  font-size: 14px;
  line-height: 36px;
}

.articleContent {
  text-align: left;
  font-size: medium;
  line-height: 32px;
  padding-bottom: 15px;
}

.articleContent ul {
  margin: 10px 0 10px 20px;
  list-style: inherit;
}

.articleContent ol {
  margin: 10px 0 10px 20px;
  list-style: inherit;
}

.articleContent p {
  margin: 15px 0;
  text-align: justify;
  color: #333;
}

.articleContent p img {
  cursor: pointer;
  vertical-align: middle;
  max-width: 100%;
}

.articleContent p img.kfformula {
  box-shadow: none;
}

.nextBlock {
  background: #f3f3f3;
  padding: 20px;
  font-size: 14px;
  margin-top: 20px;
  border-radius: 5px;
  transition: 0.5s;
  color: #898989;
}

.nextBlock:hover {
  box-shadow: #c8c8c8 0 0 10px;
  transition: 0.5s;
  color: #333;
}

.djpicshow {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  margin: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}

.djimgshowbox {
  position: relative;
  margin: 0 auto 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 15vh;
}

.djimgshowbox img {
  max-width: 80%;
}

.yemei {
  color: #999;
  text-align: right;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

/* 转html的css */

.pydocx-caps {
  text-transform: uppercase
}

.pydocx-center {
  text-align: center;
  /* display: block; */
}

.pydocx-comment {
  color: blue
}

.pydocx-delete {
  color: red;
  text-decoration: line-through
}

.pydocx-hidden {
  visibility: hidden
}

.pydocx-insert {
  color: green
}

.pydocx-left {
  text-align: left;
  /* display: block; */
}

.pydocx-list-style-type-cardinalText,
.pydocx-list-style-type-decimal,
.pydocx-list-style-type-decimalEnclosedCircle,
.pydocx-list-style-type-decimalEnclosedFullstop,
.pydocx-list-style-type-decimalEnclosedParen,
.pydocx-list-style-type-ordinalText {
  list-style-type: decimal
}

.pydocx-list-style-type-decimalZero {
  list-style-type: decimal-leading-zero
}

.pydocx-list-style-type-lowerLetter,
.pydocx-list-style-type-lowerRoman {
  list-style-type: lower-alpha
}

.pydocx-list-style-type-none {
  list-style-type: none
}

.pydocx-list-style-type-upperLetter {
  list-style-type: upper-alpha
}

.pydocx-list-style-type-upperRoman {
  list-style-type: upper-roman
}

.pydocx-right {
  text-align: right;
  /* display: block; */
}

.pydocx-small-caps {
  font-variant: small-caps
}

.pydocx-strike {
  text-decoration: line-through
}

.pydocx-tab {
  display: inline-block;
  width: 4em
}

.pydocx-underline {
  text-decoration: underline
}

/*--插入的轮播图--*/

.swiper-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.swiper-slide {
  text-align: center;
  width: auto;
}

.swiper-scrollbar {
  display: none;
}

.tuIntro {
  font-size: 1.2rem;
  margin-bottom: 0.625rem;
  color: #fff;
  font-weight: normal;
  text-align: center;
  text-shadow: 2px 3px 8px #333;
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.LRpic {
  text-align: center;
  font-size: 14px;
  color: #999;
}

/*--上传的音频--*/

.audioStyle {
  width: 100%;
  background: #f1f3f4;
}

.audioTitle {
  font-weight: bold;
  font-size: 2rem;
  display: block;
  text-align: left;
  height: 90px;
  line-height: 90px;
  padding-left: 60px;
}

.audioTitle img {
  width: 12%;
  margin-left: 1rem;
  vertical-align: middle;
  margin-bottom: 1rem;
}

.audioTitle span {
  vertical-align: middle;
}

/*--上传的视频--*/

.videoTitlepc {
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.3rem;
  display: block;
  width: 100%;
  position: relative;
  height: 80px;
  padding-left: 90px;
  line-height: 80px;
  padding-right: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*--插入的音视频的注释--*/

.insertAudioTitle,
.insertVideoTitle {
  color: #666;
}

/*--插入的音视频的折叠收起--*/

.check-in,
.check-out {
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  position: absolute;
  right: 10px;
  top: 24px;
}

.check-out {
  display: none;
}

:checked~.check-out {
  display: inline-block;
}

:checked~.check-in {
  display: none;
}

.element {
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s;
  display: block;
  text-align: center;
}

:checked~.element {
  max-height: 1200px;
}

input[type="checkbox"] {
  position: absolute;
  clip: rect(0 0 0 0);
}

/*--插入的音视频的背景图片--*/

.td {
  width: 100%;
  position: relative;
  /*background: url('../assets/images/test_new.png') no-repeat;
  background-size: cover;*/
  vertical-align: middle;
  margin-bottom: 1.5rem;
  display: block;
  text-align: left;
}

.td1 {
  width: 100%;
  position: relative;
  /*background: url('../assets/images/test_new.png') no-repeat;
  background-size: cover;*/
  vertical-align: middle;
  margin-bottom: 1.5rem;
  display: block;
  text-align: left;
}

.td1 .videoTitlepc {
  font-weight: bold;
  background: url('https://dbook.hep.com.cn/admin/css/img/test_new.png') no-repeat;
  background-size: cover;
  font-size: 1.3rem;
  display: block;
  width: 100%;
  position: relative;
  height: 80px;
  padding-left: 90px;
  line-height: 80px;
  padding-right: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}

.addAudioBg {
  width: 370px;
  margin: 0 auto;
}

.addAudioBg img {
  width: 100%;
  height: 57px;
}

/*--编辑端内文行间距和字间距--*/

.row_dist_1,
p.row_dist_1,
.w-e-text p.row_dist_1,
.w-e-text p.row_dist_1 > span {
  line-height: 1em;
}

.row_dist_2,
p.row_dist_2,
.w-e-text p.row_dist_2,
.w-e-text p.row_dist_2 > span {
  line-height: 2em;
}

.row_dist_3,
p.row_dist_3,
.w-e-text p.row_dist_3,
.w-e-text p.row_dist_3 > span {
  line-height: 3em;
}

.row_dist_4,
p.row_dist_4,
.w-e-text p.row_dist_4,
.w-e-text p.row_dist_4 > span {
  line-height: 4em;
}

.row_dist_5,
p.row_dist_5,
.w-e-text p.row_dist_5,
.w-e-text p.row_dist_5 > span {
  line-height: 5em;
}

.row_dist_6,
p.row_dist_6,
.w-e-text p.row_dist_6,
.w-e-text p.row_dist_6 > span {
  line-height: 6em;
}

.row_dist_7,
p.row_dist_7,
.w-e-text p.row_dist_7,
.w-e-text p.row_dist_7 > span {
  line-height: 7em;
}

.word_dist_0,
p.word_dist_0 {
  letter-spacing: 0px;
}

.word_dist_1,
p.word_dist_1 {
  letter-spacing: 1px;
}

.word_dist_2,
p.word_dist_2 {
  letter-spacing: 2px;
}

.word_dist_3,
p.word_dist_3 {
  letter-spacing: 3px;
}

.word_dist_4,
p.word_dist_4 {
  letter-spacing: 4px;
}

.word_dist_5,
p.word_dist_5 {
  letter-spacing: 5px;
}

.word_dist_6,
p.word_dist_6 {
  letter-spacing: 6px;
}

/*--添加标题的样式--*/

.titleType1 {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.titleType1Title {
  padding: 8px 25px;
  background: #fff;
  box-shadow: 0 1px 6px #eee;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-left: 8px transparent solid;
  border-right: 8px transparent solid;
  border-image: linear-gradient(to bottom, #ffdcc0, #c88365) 1 10;
  position: relative;
  z-index: 1;
}

.titleType1BG {
  border-left: 4px transparent solid;
  border-right: 4px transparent solid;
  border-image: linear-gradient(to bottom, #ffdcc0, #c88365) 1 10;
  background: #fff;
  padding: 0 6px;
  position: relative;
  z-index: 1;
}

hr.titleType1Line {
  height: 0.5px;
  width: 100%;
  background: #d08e6e;
  border: none;
  position: absolute;
  top: 50%;
  z-index: 0;
  margin: 0;
}

/*-- 插入的图标 --*/

.iconPic {
  vertical-align: middle;
}

/*-- 后记 --*/

.afterwordTop img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 180px;
}

.afterwordTop {
  background-size: cover;
  border-radius: 5px 5px 0 0;
}

.afterwordBlock {
  margin: 0 auto;
  padding: 0 40px 30px 40px;
}

.afterwordBlock h2 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  font-family: 'STZhongsong', 'FangSong', 'KaiTi', serif;
  color: #333;
}

.afterwordBlock p {
  font-size: 16px;
  line-height: 32px;
  text-align: justify !important;
  font-family: 'STZhongsong', 'FangSong', 'KaiTi', serif;
  color: #333;
}

/*-- 参考文献 --*/

.showReference {
  font-size: 14px;
}

.showRight h2 {
  text-align: center;
  font-size: 22px;
}

.showContent p {
  text-indent: 2em;
  line-height: 28px;
  text-align: left;
}

.showContent h6 {
  font-size: 12px;
  font-weight: normal;
  color: #999;
  margin-top: 10px;
}

.showreferList ul {
  margin: 0;
}

.showreferList ul li {
  list-style: none;
  line-height: 50px;
  border-bottom: 1px dashed #ddd;
}

.selectListTab {
  color: #333;
}

/*-- 附录 --*/

.fuluImg {
  text-align: center;
}

.fuluImg img {
  max-width: 80%;
  margin: 10px auto;
}

/*--正文表格--*/

.articleContent table p {
  margin: 0;
  text-align: initial;
}

.articleContent table th {
  border-top: 1px solid #ddd;
  padding: 5px 10px;
  background: #f0f0f0;
  font-weight: bold;
  border-left: none;
  border-right: 1px solid #ddd;
  border-bottom: none;
}

.articleContent table {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-collapse: collapse;
}

.articleContent table td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: none;
  border-bottom: none;
  padding: 5px 10px;
}

.articleContent tr {
  background-color: #fff;
}

.articleContent h1 {
  font-family: 宋体;
  font-size: 22px;
  font-weight: bold;
}

.articleContent h2 {
  font-family: 宋体;
  font-size: 20px;
  font-weight: bold;
}

.articleContent h3 {
  font-family: 宋体;
  font-size: 18px;
  font-weight: bold;
}

.articleContent h4 {
  font-family: 黑体;
  font-size: 20px;
  font-weight: bold;
}

.articleContent h5 {
  font-family: 黑体;
  font-size: 18px;
  font-weight: bold;
}

/*奇数行样式*/

.articleContent tr:nth-child(odd) {
  background-color: #fafafa;
}

/*字号字体样式分离*/

.font_heiti {
	font-family: "黑体", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SimHei";
}

.font_kaiti {
	font-family: "楷体", "Kaiti SC", "KaiTi", serif;
}

.font_songti {
	font-family: "宋体", "Times New Roman", "Serif", "SimSun";
}

.font_wryh {
	font-family: "微软雅黑", "Microsoft YaHei", "Arial", sans-serif;
}

.font_arial {
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.font_verdana {
	font-family: "Verdana", "Geneva", sans-serif;
}

.font_tnr {
	font-family: "Times New Roman", "Times", serif;
}

.font_symbol {
	font-family: "Symbol", "Arial Unicode MS", "Lucida Sans Unicode", "DejaVu Sans", serif;
}
.font_fangsong {
  font-family: "FangSong", "STFangsong", "FangSong_GB2312", "仿宋", "SimSun", serif;
}

.font_lishu {
  font-family: "LiSu", "STLiti", "隶书", "KaiTi", serif;
}

.font_weibei {
  font-family: "WeiBei", "STXinwei", "Weibei SC", "FZWeiBei-S02S", "DFWeiBei", "HYWeiBei", "魏碑", sans-serif;             /* 最后回退到无衬线字体 */
}
.font_x_small {
  font-size: 10px;
}

.font_small {
  font-size: 13px;
}

.font_normal {
  font-size: 16px;
}

.font_large {
  font-size: 18px;
}

.font_x_large {
  font-size: 24px;
}
.font_11 {
  font-size: 11px;
}
.font_12 {
  font-size: 12px;
}
.font_14 {
  font-size: 14px;
}
.font_20 {
  font-size: 20px;
}
.font_22 {
  font-size: 22px;
}
.font_26 {
  font-size: 26px;
}
.font_28 {
  font-size: 28px;
}
.font_36 {
  font-size: 36px;
}
.font_48 {
  font-size: 48px;
}
.font_56 {
  font-size: 56px;
}
.font_72 {
  font-size: 72px;
}


.font_custom {
  font-size: 40px;
}

.font_black1 {
  color: rgb(51, 51, 51);
}

.font_black {
  color: rgb(0, 0, 0);
}

.font_gray {
  color: rgb(238, 236, 224);
}

.font_blue1 {
  color: rgb(28, 72, 127);
}

.font_blue2 {
  color: rgb(77, 128, 191);
}

.font_red {
  color: rgb(194, 79, 74);
}

.font_green {
  color: rgb(139, 170, 74);
}

.font_purple {
  color: rgb(123, 91, 161);
}

.font_blue3 {
  color: rgb(70, 172, 200);
}

.font_orange {
  color: rgb(249, 150, 59);
}

.font_white {
  color: rgb(255, 255, 255);
}

.knowledge_anchor_e {
  /* color: orange;
  cursor:pointer;
  font-weight:bold */
  font-size: 26px;
  background: url('https://dbook.hep.com.cn/admin/css/img/editIcon12.png') no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: contain;
}

/*文内音频*/
.audio_inner_play {
  background: url('https://dbook.hep.com.cn/admin/css/img/audio_inner_play.png') no-repeat;
  display: inline-block;
  width: 15px;
  height: 20px;
  background-size: contain;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 1px;
  margin-right: 1px;
}

.audio_inner_stop {
  background: url('https://dbook.hep.com.cn/admin/css/img/audio_inner_stop.png') no-repeat;
  display: inline-block;
  width: 15px;
  height: 20px;
  background-size: contain;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 1px;
  margin-right: 1px;
}

/*带提示的按钮*/

.answer {
  display: inline-block;
}

.answer input {
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 5px;
  outline: none;
  background: #f58500;
  border: none;
  text-align: justify;
  cursor: pointer;
  color: #fff;
  white-space: break-spaces;
  display: block;
}

.answer .content {
  width: auto;
  text-align: left;
  line-height: 16px;
  border: 1px solid #ffffff54;
  background-color: #1B1E24;
  border-radius: 5px;
  opacity: 0;
  transition: all 0.3s;
  padding: 10px;
  display: inline-block;
  margin-top: 5px;
  position: absolute;
}

.answer span {
  color: #fff;
  font-size: 14px;
  z-index: -1;
}

.answer i {
  position: absolute;
  display: inline-block;
  top: -23px;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom-color: #1B1E24;
}

.answer input:focus~span {
  opacity: 0.9;
  z-index: 100;
}

/*收起缩进*/
.td-fold {
  width: 100%;
  position: relative;
  /*background: url('../assets/images/test_new.png') no-repeat;
  background-size: cover;*/
  vertical-align: middle;
  margin-bottom: 1.5rem;
  display: block;
  text-align: left;
}

/* Fixbug:设置折叠内容颜色时，涉及的span标签会被异常添加了td-fold类，导致样式混乱 */
.foldTitle.td-fold,
.element-fold.td-fold,
.element-fold.td-fold .td-fold {
  margin-bottom: 0;
}

/* 适配折叠组件中插入视频和音频，会出现两层element-fold的情况 */
.element-fold .element-fold {
  max-height: unset;
}

.check-in-fold,
.check-out-fold {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
  color: #333;
  text-align: center;
  border: 1px solid transparent;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
  position: absolute;
  top: 9px;
  right: 0;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.check-in-fold{
  background: #fff;
  color: #0d345d;
  border: 1px solid #ddd;
  box-shadow: none;
  transition: all 0.3s ease 0s;
}

.check-in-fold img,.check-out-fold img{
  width: 30px;
}

.check-out-fold {
  display: none;
}

:checked ~ .check-out-fold {
  display: inline-block;
  transition: all 0.3s ease 0s;
}

:checked ~ .check-in-fold {
  display: none;
}

.element-fold {
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s;
  display:block;
  /* text-align:center; */
}

:checked ~ .element-fold {
max-height: 1200px;
}

.foldTitle{
  box-sizing: border-box;
  /* font-weight: bold; */
  /* font-size: 16px; */
  display: block;
	width: 100%;
	position: relative;
	/* height: 50px; */
	min-height: 50px;
	line-height: 26px;
	padding: 10px 60px 10px 0;
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	/* white-space: nowrap; */
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}


/*新音频和试卷*/
.videoTitlepc-new{
  box-sizing: border-box;
  font-weight: bold;
  font-size: 16px;
  display: block;
  width: 100%;
  position: relative;
  height: 50px;
  padding-left: 60px;
  line-height: 50px;
  padding-right: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.check-in-new,
.check-out-new {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
  color: #333;
  text-align: center;
  border: 1px solid transparent;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
  position: absolute;
  top: 9px;
  right: 0;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.check-in-new{
  background: #fff;
  color: #0d345d;
  border: 1px solid #ddd;
  box-shadow: none;
  transition: all 0.3s ease 0s;
}

.check-in-new img,.check-out-new img{
  width: 30px;
}

.check-out-new {
  display: none;
}

:checked ~ .check-out-new {
  display: inline-block;
  transition: all 0.3s ease 0s;
}

:checked ~ .check-in-new {
  display: none;
}

.element-new {
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s;
  display:block;
  text-align:center;
}

:checked ~ .element-new {
max-height: 1200px;
}

/*  新音频  */

.audio_inner {
	visibility: hidden
}
.newAudio{
  padding: 6px 6px 0;
  text-shadow: 1px 0 0 rgba(255,255,255,.7);
  box-shadow: 2px 3px 10px #ddd;
  border-radius: 100px;
  margin: 10px auto 10px auto;
  display: flex;
}

.newAudioL img{
  vertical-align: middle;
  width:30px;
}

.newAudioR{
  margin-left: 10px;
  margin-right: 10px;
  width: 100%;
  display: flex;
}


.audioStyle-new {
  min-width: 50%;
  flex: 1;
  background: #f1f3f4;
  height: 24px;
  margin-top: 2px;
  border-radius: 100px;
  display: inline-block;
  vertical-align: middle;
}

.audioTitle-new{
  font-size: 16px;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 8px;
  color: #333;
  font-weight: normal;
  display: block;
  text-align:left;
  vertical-align: middle;
}

.audioTitle-new img{
  width: 12%;
  margin-left: 1rem;
  vertical-align: middle;
  margin-bottom: 1rem;
}

.audioTitle-new span{
  vertical-align: middle;
}

.video_inner_btn {
  background: url('../../assets/images/video_btn.png') no-repeat;
  /* background: url('https://dbook.hep.com.cn/admin/css/img/audio_inner_stop.png') no-repeat; */
  display: inline-block;
  width: 15px;
  height: 20px;
  background-size: contain;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 1px;
  margin-right: 1px;
}

/* 代码块儿相关样式 */
.w-e-text pre {
  background: #f1efee;
  border-radius: 5px;
  overflow-x: auto;
}

.w-e-text pre code {
  background: #f1efee;
  color: #68615e;
}

.w-e-droplist .w-e-list .helpIcon svg:hover *{
  fill: #066aff;
}

.codeWrap {
  position: relative;
}

.codeWrap pre code {
  min-height: 2em;
}

.codeWrap .editBtn {
  display: none;
}

/* 代码块：atelier-forest-light 主题样式 */
.hljs-comment,
.hljs-quote {
  color: #766e6b;
}

/* Atelier-Forest Red */
.hljs-variable,
.hljs-template-variable,
.hljs-attribute,
.hljs-tag,
.hljs-name,
.hljs-regexp,
.hljs-link,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class {
  color: #f22c40;
}

/* Atelier-Forest Orange */
.hljs-number,
.hljs-meta,
.hljs-built_in,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params {
  color: #df5320;
}

/* Atelier-Forest Green */
.hljs-string,
.hljs-symbol,
.hljs-bullet {
  color: #7b9726;
}

/* Atelier-Forest Blue */
.hljs-title,
.hljs-section {
  color: #407ee7;
}

/* Atelier-Forest Purple */
.hljs-keyword,
.hljs-selector-tag {
  color: #6666ea;
}

.hljs {
  display: block;
  overflow-x: auto;
  background: #f1efee;
  color: #68615e;
  padding: 0.5em;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

/* 代码块儿Prism主题 */
code[class*="language-"],
pre[class*="language-"] {
	color: black;
	background: none;
	text-shadow: 0 1px white;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	font-size: 1em;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;

	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;

	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
	text-shadow: none;
	background: #b3d4fc;
}

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
	text-shadow: none;
	background: #b3d4fc;
}

@media print {
	code[class*="language-"],
	pre[class*="language-"] {
		text-shadow: none;
	}
}

/* Code blocks */
pre[class*="language-"] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background: #f5f2f0;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
	padding: .1em;
	border-radius: .3em;
	white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: slategray;
}

.token.punctuation {
	color: #999;
}

.token.namespace {
	opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
	color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
	color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
	color: #9a6e3a;
	/* This background color was intended by the author of this theme. */
	background: hsla(0, 0%, 100%, .5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
	color: #07a;
}

.token.function,
.token.class-name {
	color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
	color: #e90;
}

.token.important,
.token.bold {
	font-weight: bold;
}
.token.italic {
	font-style: italic;
}

.token.entity {
	cursor: help;
}

/** 兼容旧版习题样式 ---start--- **/
p[id^="p_ct"] .videoTitlepc {
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.3rem;
  display: block;
  width: 100%;
  background: url(https://dbook.hep.com.cn/admin/css/img/ct_pic.png) no-repeat 5px 7px;
  background-size: 45px;
	color: unset;
  position: relative;
  height: 50px;
  padding-left: 60px;
  line-height: 50px;
  padding-right: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

p[id^="p_ct"] .check-in,
p[id^="p_ct"] .check-out {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #fff;
  font-size: 0;
  color: #333;
  text-align: center;
  border: 1px solid transparent;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
  position: absolute;
  top: 9px;
  right: 0;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

p[id^="p_ct"] .check-in {
  background: #fff;
  color: #0d345d;
  border: 1px solid #ddd;
  box-shadow: none;
	background-image: url(https://dbook.hep.com.cn/admin/css/img/upICO.png); background-repeat: no-repeat;
	background-color: initial;
	background-size: 30px;
  transition: all 0.3s ease 0s;
}

p[id^="p_ct"] .check-in img,
p[id^="p_ct"] .check-out img {
  width: 30px;
}

p[id^="p_ct"] .check-out {
  display: none;
	background-image: url(https://dbook.hep.com.cn/admin/css/img/downICO.png);
	background-repeat: no-repeat;
	background-color: initial;
	background-size: 30px;
}

p[id^="p_ct"] :checked~.check-out {
  display: inline-block;
  transition: all 0.3s ease 0s;
}

p[id^="p_ct"] :checked~.check-in {
  display: none;
}
/** 兼容旧版习题样式 ---end--- **/

.insertPicTitleInput {
  outline-color: invert;
  outline-style: none;
  outline-width: 0px;
  border-style: none;
  text-shadow: none;
  -webkit-appearance: none;
  -webkit-user-select: text;
  outline-color: transparent;
  box-shadow: none;
}

/*Chrome*/

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .insertPicTitleInput {
    background-color: rgba(255, 255, 255, 0.4);
  }
}

.swiper-pagination {
  position: none;
}

/* Mo 代码块样式 */
.mo-code-container {
  margin: 10px 0;
}

.mo-code-container .header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 4px 24px 4px 8px;
  box-sizing: border-box;
  background-color: #F7F7F7;
}

.mo-code-container .header a {
  background-image: url(https://urc-thumb.oss-cn-beijing.aliyuncs.com/resource-temp/1714287265555暂停.png);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.mo-code-container pre {
  border: 1px solid #E9E9E8;
  border-radius: 2px;
  width: 100%;
  overflow-x: scroll;
  background-color: #F2F4FA;
  padding: 16px 8px;
  box-sizing: border-box;
  margin: 0;
}

.insertMultipleImage {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.w-e-text table {
  table-layout: fixed;
  word-break: break-all;
}

.w-e-text table.insertTable {
  table-layout: unset;
  word-break: unset;
}

div.w-e-text {
  height: unset !important;
  overflow-y: unset;
  transform: scale(1);
  transform-origin: 0 0;
}

.toolbar h1,
.w-e-text h1,
.w-e-preview-container h1,
.w-e-menu-panel h1 {
  font-family: 宋体 !important;
  font-size: 22px !important;
  font-weight: bold !important;
}

.toolbar h2,
.w-e-text h2,
.w-e-preview-container h2,
.w-e-menu-panel h2 {
  font-family: 宋体 !important;
  font-size: 20px !important;
  font-weight: bold !important;
}

.toolbar h3,
.w-e-text h3,
.w-e-preview-container h3,
.w-e-menu-panel h3 {
  font-family: 宋体 !important;
  font-size: 18px !important;
  font-weight: bold !important;
}

.toolbar h4,
.w-e-text h4,
.w-e-preview-container h4,
.w-e-menu-panel h4 {
  font-family: 黑体 !important;
  font-size: 20px !important;
  font-weight: bold !important;
}

.toolbar h5,
.w-e-text h5,
.w-e-preview-container h5,
.w-e-menu-panel h5 {
  font-family: 黑体 !important;
  font-size: 18px !important;
  font-weight: bold !important;
}

.w-e-text p {
  line-height: 1.8;
}

.w-e-text ul {
  line-height: 1.8;
  font-size: medium;
}

.w-e-text ol {
  line-height: 1.8;
  font-size: medium;
}

.w-e-text .insertTable,
.w-e-preview-container .insertTable {
  line-height: 30px;
}

.w-e-text table td,
.w-e-text table th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 3px 5px;
  min-height: 30px;
  height: 30px;
}

/* 单独设置编辑页面的样式。代码块儿编辑按钮样式 */
.codeWrap .editBtn {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  color: #333;
  letter-spacing: 1px;
  font-size: 13px;
  /* 覆盖预览页面的样式 */
  display: block;
  background: #f1efee;
}

.codeWrap .editBtn:hover {
  color: #111;
}
