unknown
2024-06-13 be9e87ab74a65e57409e8fe74f9e29b808466fe1
src/books/lifeCare/css/default.less
@@ -1,1707 +1,2059 @@
.page-main {
.temp-bookInnerContent {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.public-bookInnerContent {
  max-width: 816px;
  min-width: 375px;
  margin: 0 auto;
  border-color: #f49a4c;
  height: 100%;
  .swiper-button-prev,
  .swiper-button-next {
    color: #f49a4c;
  }
  textarea:focus,
  input:focus {
    border: 0 !important;
    border-color: #fff !important;
    outline: none;
  }
  textarea {
  .page-main {
    width: 100%;
    text-indent: 2em;
    // max-width: 652px;
    // min-height: 100px;
    font-size: 16px;
  }
    height: 100%;
    overflow: auto;
  /* 针对Firefox */
  textarea::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  /* 针对IE, Edge和Chrome */
  textarea {
    -ms-overflow-style: none;
    /* IE 和 Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .coverImg {
    position: absolute;
    top: 0;
    left: 0;
  }
  .prefaceImg {
    width: 92% !important;
    position: absolute;
    left: 4%;
    top: 4%;
  }
  .zt-yy-brd {
    padding: 5px 15px;
    border: 3px dotted #f49a4c;
    border-radius: 10px;
  }
  .chapter-006 {
    position: relative;
    .btn {
      position: absolute;
      top: 65%;
      left: 35%;
    }
  }
  .border-xxfs {
    border-radius: 0 !important;
    position: relative;
    padding: 10px;
    padding-top: 20px !important;
    border: 2px dotted #00aeef !important;
    .bj3 {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      width: 105px;
      height: 30px;
      position: absolute;
      padding: 0 !important;
      padding-left: 5px !important;
      box-sizing: border-box;
      top: 0;
      background-color: #00aeef !important;
      color: #fff !important;
      border-bottom-right-radius: 25px;
      .cirlce {
        width: 40px;
        height: 40px;
        border: 2px solid #00aeef;
        border-radius: 50%;
        position: absolute;
        left: -38px;
        background: url("../image/xxfs.png");
        background-position: center;
        background-size: 70% 70%;
        background-repeat: no-repeat;
        background-color: #fff;
      }
    }
  }
  input {
    width: 100%;
    border: 0 !important;
    border-color: #fff !important;
    outline: none;
    font-size: 16px;
    text-align: center;
    white-space: pre-line;
  }
  .drawflow {
    .main-path {
      stroke: #f49a4c;
    }
    .drawflow-delete {
      width: 25px;
      height: 25px;
      line-height: 21px;
      background-color: #f49a4c;
      font-size: 20px;
    }
    .drawflow-node {
      background-color: #fff;
      border: 0px solid #f49a4c;
      box-shadow: 1px 1px 5px 0 #f49a4c;
      .contentWall {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        .contentTitle {
          margin-bottom: 5px;
        }
        .contentText {
          textarea {
            width: auto;
            min-height: 50px;
            margin: 0;
            outline: none;
            border-color: #f49a4c;
            border-radius: 5px;
          }
          textarea:focus {
            border: 1px solid #fabf2e !important;
          }
        }
      }
      .input,
      .output {
        border-color: #f49a4c;
        border-width: 1px;
      }
    }
    .content {
      .btn-export {
        float: right;
        position: absolute;
        top: 4px;
        right: 10px;
        color: #333;
        font-weight: bold;
        // 0e5ba3
        border: 1px solid #ccc;
        // 4ea9ff
        background: #fff;
        padding: 5px 10px;
        border-radius: 4px;
        cursor: pointer;
        z-index: 5;
      }
      .btn-clear {
        float: right;
        position: absolute;
        top: 4px;
        right: 85px;
        color: white;
        font-weight: bold;
        // 96015b
        border: 1px solid #f49a4c;
        // e3195a
        background: #f49a4c;
        padding: 5px 10px;
        border-radius: 4px;
        cursor: pointer;
        z-index: 5;
      }
      .btn-export:hover {
        color: #f49a4c;
        border: 1px solid #f49a4c;
      }
      .btn-clear:hover {
        background-color: #fff;
        color: #f49a4c;
        border: 1px solid #f49a4c;
      }
    }
  }
  .drawContent_wall {
    width: 100%;
    height: 765px;
    .drawflow {
      display: flex;
      flex-direction: column;
      .content {
        border-top-width: 1px;
        border-top-style: solid;
      }
    }
  }
  .chapter {
    font-family: "宋体";
    .topImg {
      padding-top: 0 !important;
      margin-bottom: 2em;
    }
    p input {
      width: 20px;
    }
    .header {
      width: 100%;
      height: 100px;
      .pageHeader-first {
        width: 100%;
        height: 100%;
        padding-top: 6%;
        .header-bj {
          width: 78%;
          height: 100%;
          border-left: 2px solid #dfb27d;
          border-bottom: 2px solid #dfb27d;
          margin-left: 18%;
        }
        .content {
          background-color: #f49a4c;
          width: 91%;
          height: 32%;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          margin-top: -6%;
          margin-left: 3%;
          .pageStr {
            color: #fff;
            font-size: 24px;
            text-align: center;
            margin: 0 20px;
          }
          .title {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            color: #fff;
            font-size: 20px;
            position: relative;
            img {
              height: 30px !important;
              margin-right: 20px;
            }
            .ztImg {
              height: 40px !important;
              margin-top: -4px;
            }
          }
        }
        .zt1-content {
          background-color: #f7b80a;
        }
        .zt1-header-bj {
          border-left-color: #a5c24f;
          border-bottom-color: #a5c24f;
        }
        @media (max-width: 756px) {
          .content {
            margin-top: -12%;
            .title {
              font-size: 16px;
            }
            .pageStr {
              font-size: 16px;
            }
          }
        }
      }
      .pageHeader-second {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 3%;
        .second-con {
          width: 90%;
          height: 35px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          font-size: 20px;
          position: absolute;
          right: 36px;
          top: 80px;
          .second-left {
            width: 23px;
            height: 100%;
            background-color: #f49a4c;
          }
          .second-right {
            height: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
            img {
              height: 50px;
              position: absolute;
              left: -50px;
              top: -20px;
            }
            .pageStr {
              margin-right: 10px;
            }
            .pageNum {
              display: block;
              background-color: #f49a4c;
              padding: 2px 20px;
              box-sizing: border-box;
              font-size: 28px;
              color: #fff;
            }
            .zt1-pageNum {
              background-color: #a5c24f;
            }
            .zt1-pageStr {
              color: #a5c24f;
            }
          }
        }
        @media (max-width: 756px) {
          .second-con {
            font-size: 16px;
            .pageNum {
              font-size: 16px !important;
            }
          }
        }
        @media (max-width: 1024px) {
          .second-con {
            right: 20px;
            top: 75px;
          }
        }
        .borderLine {
          width: 93%;
          height: 2px;
          background-color: #f49a4c;
          margin-top: 105px;
        }
        .zt1-boderLine {
          background-color: #a5c24f;
        }
      }
    }
    .textareaInput {
      width: 100%;
      padding: 8px;
      box-sizing: border-box;
      border: 1px solid #999;
      font-size: 15px;
      color: #000;
      background-color: #f9f9f9;
    }
    .imgBox-003 {
      width: 100%;
      height: 220px;
    }
    .chapter01Table {
      width: 100%;
      .textareaInput:focus {
        border: 1px solid #999 !important;
      }
    }
    .table111,
    .table112 {
      width: 100%;
      border-collapse: collapse;
      tr th {
        background-color: #f49a4c;
        text-align: center;
        border: 1px solid #999;
        margin: 0;
        padding: 8px 9px;
        font-size: 16px;
      }
      tr td {
        border: 1px solid #999;
        text-align: left;
        padding: 8px;
        overflow: hidden;
        white-space: pre-line;
        font-family: "FZLTXIHJW";
        font-weight: normal;
        font-size: 14px;
        line-height: 23px;
        div {
          width: 100%;
          min-height: 23px;
        }
        div:focus {
          outline: none;
        }
        textarea {
          width: 100%;
          min-height: 20px;
          min-width: 80px;
          border: 0;
          font-size: 14px;
          text-indent: 0em;
          min-width: 200px;
          max-width: 330px;
        }
      }
    }
    .table112 {
      font-size: 16px;
      tr th {
        width: 50px;
        font-weight: normal;
      }
    }
    .table122 {
      font-size: 16px;
      tr th {
        font-weight: normal;
      }
    }
    .table162 {
      tr th {
        padding: 8px 0;
      }
      tr td {
        border: 1px solid #999;
        text-align: center;
        padding: 15px 0;
        overflow: hidden;
      }
    }
    .bk-swdt {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      img {
        width: 30px;
        cursor: pointer;
      }
    }
    .bk-iframe {
      width: 1200px;
      height: 630px;
      position: fixed;
      left: -25%;
      border: 1px solid #f49a4c;
      z-index: 111;
      background-color: #fff;
      .header-swdt {
        height: 30px;
        color: #000;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #f49a4c;
        p {
          margin: 0;
          padding: 0;
          padding-left: 10px;
          text-indent: 0;
        }
        i {
          margin-right: 10px;
          cursor: pointer;
        }
      }
    }
    .btnUpload-list {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 35px;
      height: 30px;
      border-radius: 5px;
      background-color: #f49a4c;
      border: 1px solid #f49a4c;
      cursor: pointer;
      svg {
        fill: #fff;
      }
    }
    .btnUpload-list:hover {
      background-color: #fff;
      svg {
        fill: #f49a4c;
      }
    }
    .pic-wall {
      display: flex;
      justify-content: flex-start;
      align-items: center;
    }
    .bk-inputUpload {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      min-height: 100px;
      input {
        width: 250px;
        margin-left: 15px;
        display: none;
      }
      .btnUpload {
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 50px;
        cursor: pointer;
        margin-left: 10px;
      }
      .upload_text {
        color: #000;
        font-size: 14px;
        font-weight: 700;
        font-family: "黑体";
      }
    }
    .upload-list {
      width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap;
    }
    .demo-image__preview-swdt {
      width: 100%;
    .public-bookInnerContent {
      max-width: 816px;
      min-width: 375px;
      margin: 0 auto;
      border-color: #f49a4c;
      height: 100%;
    }
    .demo-image__preview {
      width: 200px;
      height: 100px;
      border: 1px solid #f49a4c;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 6px;
      margin-bottom: 6px;
      overflow: hidden;
    }
    .bj-tip {
      min-width: 269px;
      display: flex;
      justify-content: space-around;
      align-items: center;
      padding: 4px 14px;
      box-sizing: border-box;
      border: 3px solid #f49a4c;
      border-radius: 30px;
      position: absolute;
      top: -25px;
      left: 15px;
      background-color: #fff;
      color: #f49a4c;
      font-weight: bold;
      font-size: 18px;
      div {
        width: 35px;
        height: 30px;
        border-radius: 5px;
        background-color: #f49a4c;
        border: 1px solid #f49a4c;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 5px;
        cursor: pointer;
        svg {
          fill: #fff;
        }
      .swiper-button-prev,
      .swiper-button-next {
        color: #f49a4c;
      }
      div:hover {
        background-color: #fff;
        border: 1px solid #f49a4c;
        svg {
          fill: #f49a4c;
        }
      textarea:focus,
      input:focus {
        border: 0 !important;
        border-color: #fff !important;
        outline: none;
      }
    }
    .tips-bk {
      margin-top: 56px;
      border-radius: 20px;
      position: relative;
    }
    .tips-file {
      border: 3px dotted #f49a4c;
      padding: 12px 10px;
      box-sizing: border-box;
      padding-top: 30px;
      font-family: "仿宋";
      font-weight: 700;
      p {
        margin-top: 0px;
      }
      .p-text {
        padding: 5px 10px;
        p {
          line-height: 22px;
          font-weight: 700;
          color: #666;
        }
        div {
          line-height: 22px;
          font-size: 20px;
          text-align: center;
          padding-top: 10px;
        }
      }
    }
    .page-box {
      box-sizing: border-box;
      min-height: 1150px !important;
      margin-bottom: 20px;
      box-shadow: 0 3px 6px 1px #00000029;
      background-color: #fff;
      position: relative;
      .w100 {
        width: 100% !important;
      }
    }
    .imgCarousel {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-around;
      height: 287px;
      max-height: 350px;
      img {
        width: auto;
        height: calc(100% - 50px);
      }
      span {
        font-size: 18px;
      }
    }
    .pdf-content {
      padding: 5% 5%;
      box-sizing: border-box;
    }
    .sj1 {
      text-indent: 3em;
    }
    .hs1 {
      color: #ffbcdd;
      text-indent: 0em;
      margin-bottom: 0.5em;
    }
    .custom_h1 {
      color: #2cb4e4;
      font-size: 30px;
    }
    .custom_tag3 {
      background-color: #2cb4e4;
      color: #ffffff;
      display: inline-block;
      padding: 1px;
      font-size: 1em;
      padding: 3px 10px 3px 10px;
      font-weight: bold;
      border-radius: 0em;
      box-shadow: 0px 0px 0px 0px #fedf24, -15px 0px 0px 0px #fedf24;
      margin: 0;
      text-indent: 0em;
      margin-bottom: 0.5em;
    }
    @font-face {
      font-family: "FZLTZHJW";
      src: url("../Fonts/FZLTZHJW.ttf");
    }
    @font-face {
      font-family: "FZLTXIHJW";
      src: url("../Fonts/FZLTXIHJW.ttf");
    }
    @font-face {
      font-family: "FZHTJW";
      src: url("../Fonts/FZHTJW.ttf");
    }
    .custom_tag2 {
      background-color: #f1be49;
      color: #ffffff;
      display: inline-block;
      padding: 0.5px;
      border-radius: 1.5em;
      font-size: 1.1em;
      padding: 2px 10px 2px 10px;
      font-weight: bold;
      margin: 0;
      text-indent: 0em;
      margin-bottom: 0.5em;
    }
    .custom_tag1 {
      background-color: #35acd6;
      color: #ffffff;
      display: inline-block;
      padding: 1px;
      font-size: 1.1em;
      padding: 3px 10px 3px 10px;
      font-weight: bold;
      box-shadow: 15px 0px 0px 0px #f5d83e, -15px 0px 0px 0px #f5d83e;
      margin: 0;
      text-indent: 0em;
      margin-bottom: 0.5em;
    }
    .custom_tag {
      background-color: #35509f;
      color: #ffffff;
      display: inline-block;
      padding: 1px;
      border-radius: 1.5em;
      font-size: 1.1em;
      padding: 10px 20px 10px 20px;
      font-weight: bold;
      box-shadow: 30px 0px 0px 0px #f5d83e;
      margin: 0;
      text-indent: 0em;
      margin-bottom: 0.5em;
    }
    .ls1 {
      font-family: "HiFont Hei GB";
      color: #30aad1;
      font-weight: bold;
    }
    .hs {
      font-family: "HiFont Hei GB";
      color: #ea6b00;
      font-weight: bold;
    }
    .zs1 {
      font-family: "HiFont Hei GB";
      color: #857eb4;
      font-weight: bold;
    }
    span.under1 {
      border-bottom: 2px solid #f0bd4a;
      border-width: 2px;
    }
    div.bodycontent-div-center {
      font-family: "DK-HEITI", "方正兰亭黑简体", "黑体";
      margin: 1em 1em 1em 1em;
      font-weight: normal;
      border-width: 1.5px;
      border-color: #dfb27d;
      padding: 1em;
    }
    img.bodycontent-divcenter-image {
      float: center;
      clear: both;
      height: 140px;
      margin: 15px;
    }
    div.bodycontent-div-left1 {
      font-family: "DK-HEITI", "方正兰亭黑简体", "黑体";
      margin: 1em 1em 1em 1em;
      font-weight: normal;
      border-width: 1.5px;
      border-color: #dfb27d;
      padding: 1em;
      background-color: #f0f8ff;
    }
    div.bodycontent-div-left {
      font-family: "DK-HEITI", "方正兰亭黑简体", "黑体";
      margin: 1em 1em 1em 1em;
      font-weight: normal;
      border-width: 1.5px;
      border-color: #dfb27d;
      padding: 1em;
    }
    img.bodycontent-divright-image {
      float: right;
      clear: both;
      height: 140px;
      margin: 15px;
    }
    img.bodycontent-divleft-image {
      float: left;
      clear: both;
      height: 110px;
      margin: 15px;
    }
    .img-gn-zt {
      width: 180px;
    }
    div.bodystyle {
      font-size: 18px;
      text-align: justify;
      padding: 10% 10%;
      box-sizing: border-box;
      font-family: "宋体";
    }
    div.bj {
      background: #fffbe8;
      padding: 1em;
      border-radius: 0.6em;
    }
    span.zt-0 {
      color: #0087af;
    }
    p.pzt-0 {
      color: #0087af;
      font-size: 18px;
    }
    p.pzt-0-right {
      font-size: 18px;
      color: #0087af;
      text-align: right;
    }
    p.pzt-1 {
      font-weight: bold;
      color: #0087af;
      font-size: 18px;
    }
    div.sgc-toc-title {
      font-size: 2em;
      font-weight: bold;
      margin-bottom: 1em;
      text-align: center;
    }
    div.sgc-toc-level-1 {
      margin-left: 0em;
    }
    div.sgc-toc-level-2 {
      margin-left: 2em;
    }
    div.sgc-toc-level-3 {
      margin-left: 2em;
    }
    div.sgc-toc-level-4 {
      margin-left: 2em;
    }
    div.sgc-toc-level-5 {
      margin-left: 2em;
    }
    div.sgc-toc-level-6 {
      margin-left: 2em;
    }
    .note {
      font-size: 0.85em;
    }
    .img {
      font-family: "FZLTXIHJW";
      text-align: center;
      font-size: 0.85em;
      margin-left: 0%;
      margin-right: 0%;
      text-indent: 0em;
    }
    .img1 {
      font-family: "FZLTXIHJW";
      text-align: right;
      font-size: 0.85em;
      margin-left: 0%;
      margin-right: 2em;
      text-indent: 0em;
    }
    .h5-zt {
      font-size: 18px;
    }
    .tip-specail {
      border: 1px solid #f49a4c !important;
      padding: 10px 15px;
    }
    p {
      margin-top: 1em;
      text-indent: 2em;
      line-height: 30px;
      font-size: 18px;
      text-align: justify;
      // src: url('../Fonts/msyh.ttc');
    }
    .cover {
      width: 100%;
      padding: 0px;
    }
    .center {
      text-align: center;
      margin-left: 0%;
      margin-right: 0%;
      text-indent: 0em;
      color: #666;
    }
    .center1 {
      text-align: center;
      margin-left: 0%;
      margin-right: 0%;
      text-indent: 0em;
    }
    .left {
      text-indent: 0em;
      margin-left: 0%;
      margin-right: 0%;
      /* width: 23%; */
    }
    .right {
      text-align: right;
      margin-left: 0%;
      margin-right: 0%;
    }
    .right1 {
      text-align: right;
      margin-left: 0%;
      margin-right: 0%;
    }
    .quote {
      margin-top: 0%;
      margin-bottom: 0%;
      margin-left: 1em;
      margin-right: 1em;
      text-align: justify;
      font-family: "cnepub", serif;
    }
    h1 {
      font-family: "FZLTZHJW";
      text-align: center;
      font-size: 2em;
      margin-bottom: 0.5cm;
      margin-top: 0.5cm;
    }
    h2 {
      font-family: "FZLTZHJW";
      font-weight: bold;
      font-size: 1.2em;
      margin-top: 0.2em;
      // margin-bottom: 0.2em;
      text-indent: 0em;
    }
    #b001,
    #b002,
    #b003,
    #b004,
    #b005,
    #b006,
    #b007,
    #b008,
    #b009 {
      margin-bottom: 100px;
    }
    h3 {
      font-family: "FZLTZHJW";
      font-weight: bold;
      font-size: 1.15em;
      margin-top: 2em;
      margin-bottom: 2em;
      text-indent: 0em;
    }
    h4 {
      font-family: "FZLTZHJW";
      font-weight: bold;
      color: #f49a4c;
      font-size: 1.1em;
      margin-top: 0.2em;
      margin-bottom: 40px;
      text-indent: 0em;
    }
    h6 {
      font-family: "cnepub", serif;
      font-family: "FZHTJW";
      color: #36c3f4;
      font-size: 1.1em;
      margin-top: 10px;
      text-indent: 2em;
      margin-bottom: 10px;
    }
    .u {
      text-decoration: underline;
    }
    .img-0 {
      width: 100%;
    }
    .imz {
      width: 100%;
      text-align: center;
    }
    .img-a {
      width: 95%;
    }
    .img-b {
      width: 70%;
    }
    .img-c {
      width: 60%;
    }
    .img-d {
      width: 50%;
    }
    .img-e {
      width: 45%;
    }
    .img-f {
      width: 40%;
    }
    .img-g {
      width: 30%;
    }
    .img-h {
      width: 20%;
    }
    .img-i {
      width: 10%;
    }
    .img-j {
      width: 5%;
    }
    .inline {
      height: 1em;
      margin-bottom: -0.3em;
    }
    .inline1 {
      height: 1.5em;
      margin-top: -1em;
      margin-bottom: -0.4em;
    }
    .inline2 {
      height: 2.5em;
      margin-top: 2em;
      margin-bottom: -0.4em;
    }
    .inline3 {
      height: 4em;
      margin-top: 2em;
      margin-bottom: -0.4em;
    }
    /* ��Ȩ��Ϣҳ���� */
    /* Copyright page text */
    p.kindle-cn-copyright-text {
      line-height: 1.618em;
      text-indent: 0em;
    }
    /* Quote */
    /* ���ÿ� */
    blockquote.kindle-cn-blockquote {
      background: #f9f9f9;
      border-left: 0.5em solid #ccc;
      margin: 1.5em;
      padding: 1em;
      text-indent: 2em;
      line-height: 1.5em;
    }
    /* ���Ķ��� */
    div.block {
      border-style: dotted;
      border-width: 2px;
      border-color: #32a59e;
      padding: 0.8em;
    }
    /* ���Ͻ� */
    div.lt-border {
      border-style: solid none none solid;
      border-color: #32a59e;
      border-width: 1.8px;
      width: 4em;
      margin: 1.5em auto -0.5em 1%;
    }
    /* ���½� */
    div.lt-border2 {
      border-style: none solid solid none;
      border-color: #32a59e;
      border-width: 1.8px;
      width: 4em;
      margin: -0.5em 1% 1.5em auto;
    }
    .block1 {
      font-family: "STKaiti";
      color: #02439b;
      text-align: right;
    }
    .block2 {
      font-family: "STKaiti";
      color: #02439b;
      text-align: center;
      text-indent: 0em;
    }
    .block3 {
      font-family: "STKaiti";
      color: #02439b;
      text-align: left;
      text-indent: 0em;
    }
    .kaiti {
      font-family: "STKaiti";
    }
    .em_dot {
      -webkit-text-emphasis-style: dot;
      -moz-text-emphasis-style: dot;
      -ms-text-emphasis-style: dot;
      text-emphasis-style: dot;
      -webkit-text-emphasis-position: under left;
      -moz-text-emphasis-position: under left;
      -ms-text-emphasis-position: under left;
      text-emphasis-position: under left;
    }
    .fieldset {
      border: 1px dotted black;
      border-radius: 5px;
      font-size: 0.9em;
      /*16px;*/
      margin-top: 1em;
      margin-bottom: 1em;
      padding: 1em 0.5em 1em 1em;
      color: #666666;
      font-family: "����", "����";
    }
    span.linethrough {
      text-decoration: line-through;
    }
    .border {
      /*˹���-�߿���*/
      border-width: 1px;
      border-style: solid;
    }
    /* 新增样式 */
    .custom_title1 {
      font-family: "FZLTZHJW";
      background-color: rgb(125, 164, 64);
      width: 70vw;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      color: #ffffff;
      padding: 10px 0;
      border-radius: 20px;
      display: flex;
      align-items: center;
      font-size: 21px;
      margin-bottom: 0.5cm;
      margin-top: 0.5cm;
    }
    .title_icon {
      width: 50px;
      margin: 0 20px 0 15px;
    }
    .custom_chapter {
      font-family: "FZHTJW";
      color: rgb(108, 152, 65);
      padding: 15px 10px;
      background-color: rgb(202, 217, 180);
      position: relative;
      display: inline-block;
      padding: 10px;
      font-size: 19px;
      left: 50%;
      transform: translateX(-50%);
      margin-bottom: 0.2cm;
      margin-top: 0.2cm;
    }
    .custom_chapter::before {
      font-family: "FZHTJW";
      content: "";
      width: 12px;
      height: 60%;
      background-color: rgb(125, 164, 64);
      position: absolute;
      left: -12px;
      top: 50%;
      transform: translateY(-50%);
    }
    .custom_chapter::after {
      font-family: "FZHTJW";
      content: "";
      width: 12px;
      height: 60%;
      background-color: rgb(125, 164, 64);
      position: absolute;
      right: -12px;
      top: 50%;
      transform: translateY(-50%);
    }
    .custom_title2 {
      color: rgb(154, 106, 17);
      // background: url(image/xt.png) no-repeat;
      background-size: 100% 100%;
      display: inline-block;
      padding: 18px;
      font-size: 21px;
      margin-bottom: 0.2cm;
      margin-top: 0.2cm;
      font-family: "FZHTJW";
    }
    .img-gn {
      height: 45px;
      margin-bottom: -0.4em;
    }
    .img-gn1 {
      height: 2.5em;
      margin-bottom: -0.4em;
    }
    .div-img-h3 {
      display: flex;
      align-items: center;
    }
    .div-img-h3 h3 {
      flex: 1;
    }
    .bold1 {
      font-weight: bold;
      font-size: 1.1em;
    }
    .bj2 {
      background-color: #857eb4;
      color: #ffffff;
      display: inline-block;
      padding: 1px;
      font-size: 1em;
      padding: 5px 15px 5px 15px;
      font-weight: bold;
      border-radius: 1em;
      margin: 0;
      margin-left: 2em;
      text-indent: 0em;
    }
    .bj3 {
      background: #d5f0fa;
      padding: 0.01em 1em 0.01em 1em;
      color: #000000;
      margin-top: -1em;
      margin-left: 0.5em;
      margin-right: 0.5em;
      text-align: center;
      text-indent: 0em;
      margin-bottom: -0.8em;
      padding: 5px 15px 5px 15px;
      font-size: 1.1em;
      font-weight: bold;
    }
    div.bj4 {
      background: #fabf2e;
      padding: 0.01em 1em 0.01em 1em;
      color: #ffffff;
      margin-top: -1em;
      font-size: 1.3em;
      font-weight: bold;
      margin-left: -0.8em;
      margin-right: -0.8em;
    }
    div.bj5 {
      background: #fffbe8;
      padding: 1em;
    }
    .lvz {
      font-family: "HiFont Hei GB";
      color: #6eb92c;
      font-weight: bold;
    }
    ul {
      list-style-type: none;
    }
    li {
      list-style-type: none;
    }
    div.bk {
      border: 3px dotted #f49a4c;
      padding: 15px;
      margin-bottom: 2em;
      margin-top: 0.5em;
      border-radius: 25px;
    }
    div.bj1 {
      padding: 0.01em 1em 0.01em 1em;
      margin-top: -3em;
      margin-left: -4em;
      margin-right: -1em;
    }
    .bk-h3 {
      border: 3px solid #f49a4c;
      padding: 0.7em;
      color: #f49a4c;
      margin-bottom: 2em;
      margin-top: 0.5em;
      border-radius: 0em 2em 2em 0em;
    }
    .bj1-h3 {
      background-color: #f49a4c;
      padding: 0.9em;
      color: #ffffff;
      margin-top: 0em;
      margin-left: -0.8em;
      margin-right: -1em;
    }
    .fontsz1 {
      width: 200px;
      font-size: 0.7em;
      display: inline-flex;
      justify-content: flex-start;
      align-items: center;
      img {
        cursor: pointer;
      }
    }
    div.bk-tx {
      border: 3px dotted #f49a4c;
      padding: 10px;
      color: #f49a4c;
      margin-bottom: 2em;
      margin-top: -8px;
      border-radius: 0em 0em 3em 0em;
      textarea {
        width: 100%;
        border: 0 !important;
        text-indent: 2em;
        // max-width: 652px;
        // min-height: 100px;
        font-size: 16px;
        border-radius: 5px;
        max-width: 620px;
        min-width: 500px;
      }
    }
    p.hr {
      padding: 0.3em;
      line-height: 1.5em;
      border-bottom: 1px solid #000;
    }
    div.bk-sys {
      background: #efefef;
      padding: 15px;
      margin-bottom: 2em;
      margin-top: 0.5em;
      border-radius: 0em 1.5em 1.5em 1.5em;
    }
    div.bj1-sys {
      padding: 0.01em 1em 0.01em 1em;
      margin-top: -3em;
      margin-left: -2.5em;
      margin-right: -1em;
    }
    div.bk-qjms {
      font-family: "FZLTXIHJW";
      border: 3px dotted #f49a4c;
      padding: 15px;
      margin-bottom: 2em;
      margin-top: 0.5em;
      position: relative;
      .block {
        font-size: 16px;
        line-height: 25px;
        font-family: "仿宋";
        font-weight: 700;
        color: #666;
      /* 针对Firefox */
      textarea::-webkit-scrollbar {
        width: 0;
        height: 0;
      }
    }
    p.bj1-qjms {
      background-color: #f49a4c;
      color: #ffffff;
      display: inline-block;
      font-size: 1em;
      padding: 0.1em 0.7em 0.12em 0.7em;
      font-weight: bold;
      border-radius: 1.5em;
      margin-left: 0em;
      text-align: center;
      text-indent: 0em;
      position: absolute;
      top: -2em;
    }
  }
      /* 针对IE, Edge和Chrome */
      textarea {
        -ms-overflow-style: none;
        /* IE 和 Edge */
        scrollbar-width: none;
        /* Firefox */
      }
  @media screen and (max-width: 800px) {
    .public-bookInnerContent .coverImg {
      position: absolute;
      top: 25%;
      left: 0;
    }
    .chapter {
      .prefaceImg {
        width: 100% !important;
      .coverImg {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0%;
        top: 0;
        left: 0;
      }
      .prefaceImg {
        width: 92% !important;
        position: absolute;
        left: 4%;
        top: 4%;
      }
      .pdf-content {
        padding: 20% 5%;
        box-sizing: border-box;
      .zt-yy-brd {
        padding: 5px 15px;
        border: 3px dotted #f49a4c;
        border-radius: 10px;
      }
      div.bk-tx {
        textarea {
          min-width: 275px;
      .chapter-006 {
        position: relative;
        .btn {
          position: absolute;
          top: 65%;
          left: 35%;
        }
      }
      p {
        margin-top: 0;
        line-height: 25px;
        font-size: 16px;
        font-family: "FZLTXIHJW";
      }
      .border-xxfs {
        border-radius: 0 !important;
        position: relative;
        padding: 10px;
        padding-top: 20px !important;
        border: 2px dotted #00aeef !important;
      .header .pageHeader-second .second-con .second-right img {
        height: 30px;
        position: absolute;
        left: -35px;
        top: 0;
      }
        .bj3 {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          width: 105px;
          height: 30px;
          position: absolute;
          padding: 0 !important;
          padding-left: 5px !important;
          box-sizing: border-box;
          top: 0;
          background-color: #00aeef !important;
          color: #fff !important;
          border-bottom-right-radius: 25px;
      div.bj1 {
        padding: 0.01em 1em 0.01em 1em;
        margin-top: -2em;
        margin-left: -4em;
        margin-right: -1em;
      }
      .img-gn {
        height: 40px;
        margin-bottom: -0.4em;
      }
      h3 {
        font-family: "FZLTZHJW";
        font-weight: bold;
        font-size: 16px;
        margin-top: 2em;
        /* margin-bottom: 2em; */
        text-indent: 0em;
      }
      h4 {
        text-align: left;
        font-family: "FZLTZHJW";
        font-weight: bold;
        color: #f49a4c;
        font-size: 16px;
        margin-top: 0.2em;
        margin-bottom: 2em;
        text-indent: 0em;
        .fontsz1 {
          width: auto;
          .cirlce {
            width: 40px;
            height: 40px;
            border: 2px solid #00aeef;
            border-radius: 50%;
            position: absolute;
            left: -38px;
            background: url("../image/xxfs.png");
            background-position: center;
            background-size: 70% 70%;
            background-repeat: no-repeat;
            background-color: #fff;
          }
        }
      }
      .bj-tip {
        top: -25px;
        left: 10px;
        font-size: 16px;
        font-weight: normal;
        font-family: "FZLTZHJW";
        div {
          width: 30px;
          height: 27px;
        }
      }
      p.bj1-qjms {
        top: -1em;
      }
      .table111,
      .table112 {
      input {
        width: 100%;
        border-collapse: collapse;
        border: 0 !important;
        border-color: #fff !important;
        outline: none;
        font-size: 16px;
        text-align: center;
        white-space: pre-line;
      }
        tr th {
          width: auto !important;
      .drawflow {
        .main-path {
          stroke: #f49a4c;
        }
        .drawflow-delete {
          width: 25px;
          height: 25px;
          line-height: 21px;
          background-color: #f49a4c;
          font-size: 20px;
        }
        .drawflow-node {
          background-color: #fff;
          border: 0px solid #f49a4c;
          box-shadow: 1px 1px 5px 0 #f49a4c;
          .contentWall {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            .contentTitle {
              margin-bottom: 5px;
            }
            .contentText {
              textarea {
                width: auto;
                min-height: 50px;
                margin: 0;
                outline: none;
                border-color: #f49a4c;
                border-radius: 5px;
              }
              textarea:focus {
                border: 1px solid #fabf2e !important;
              }
            }
          }
          .input,
          .output {
            border-color: #f49a4c;
            border-width: 1px;
          }
        }
        .content {
          .btn-export {
            float: right;
            position: absolute;
            top: 4px;
            right: 10px;
            color: #333;
            font-weight: bold;
            // 0e5ba3
            border: 1px solid #ccc;
            // 4ea9ff
            background: #fff;
            padding: 5px 10px;
            border-radius: 4px;
            cursor: pointer;
            z-index: 5;
          }
          .btn-clear {
            float: right;
            position: absolute;
            top: 4px;
            right: 85px;
            color: white;
            font-weight: bold;
            // 96015b
            border: 1px solid #f49a4c;
            // e3195a
            background: #f49a4c;
            padding: 5px 10px;
            border-radius: 4px;
            cursor: pointer;
            z-index: 5;
          }
          .btn-export:hover {
            color: #f49a4c;
            border: 1px solid #f49a4c;
          }
          .btn-clear:hover {
            background-color: #fff;
            color: #f49a4c;
            border: 1px solid #f49a4c;
          }
        }
      }
      .drawContent_wall {
        margin-bottom: 2em;
        width: 100%;
        height: 765px;
        .drawflow {
          display: flex;
          flex-direction: column;
          .content {
            border-top-width: 1px;
            border-top-style: solid;
          }
        }
      }
      .tk-line {
        width: 100px !important;
        border: 0;
        border-bottom: 1px solid #000 !important;
        font-size: 14px !important;
      }
      .tk-line:focus {
        outline: none;
        border-bottom: 1px solid #000 !important;
      }
      .chapter {
        font-family: "宋体";
        .rightPng {
          float: left;
          width: 60%;
        }
        .bk1-h3 {
          border: 2px solid #a5c24f;
          color: #a5c24f;
          font-weight: normal;
          height: 35px;
          border-top-right-radius: 25px;
          border-bottom-right-radius: 25px;
          display: inline-flex;
          justify-content: space-between;
          align-items: center;
          span {
            color: #fff;
            display: inline-block;
            width: 50px;
            height: 100%;
            line-height: 35px;
            text-align: center;
            box-sizing: border-box;
            background-color: #a5c24f;
          }
        }
        .topImg {
          padding-top: 0 !important;
          margin-bottom: 2em;
        }
        p input {
          width: 20px;
        }
        .header {
          width: 100%;
          height: 100px;
          .pageHeader-first {
            width: 100%;
            height: 100%;
            padding-top: 6%;
            .header-bj {
              width: 78%;
              height: 100%;
              border-left: 2px solid #dfb27d;
              border-bottom: 2px solid #dfb27d;
              margin-left: 18%;
            }
            .content {
              background-color: #f49a4c;
              width: 91%;
              height: 32%;
              display: flex;
              justify-content: flex-start;
              align-items: center;
              margin-top: -6%;
              margin-left: 3%;
              .pageStr {
                color: #fff;
                font-size: 24px;
                text-align: center;
                margin: 0 20px;
              }
              .ztStr {
                margin: 0 50px;
              }
              .title {
                display: flex;
                justify-content: flex-start;
                align-items: center;
                color: #fff;
                font-size: 20px;
                position: relative;
                img {
                  height: 30px !important;
                  margin-right: 20px;
                }
                .ztImg {
                  height: 40px !important;
                  margin-top: -4px;
                }
              }
            }
            .zt01-con {
              background-color: #fbb45e;
            }
            .zt02-con {
              background-color: #b786bb;
            }
            .zt03-con {
              background-color: #a5c24f;
            }
            .zt04-con {
              background-color: #6eb1e1;
            }
            .zt05-con {
              background-color: #8f92c7;
            }
            .zt06-con {
              background-color: #f26b66;
            }
            .zt07-con {
              background-color: #8acfba;
            }
            .zt08-con {
              background-color: #a97b50;
            }
            .zt01-bj {
              border-left: 2px solid #a5c24f;
              border-bottom: 2px solid #a5c24f;
            }
            .zt02-bj {
              border-left: 2px solid #6eb1e1;
              border-bottom: 2px solid #6eb1e1;
            }
            .zt03-bj {
              border-left: 2px solid #a97b50;
              border-bottom: 2px solid #a97b50;
            }
            .zt04-bj {
              border-left: 2px solid #fbb45e;
              border-bottom: 2px solid #fbb45e;
            }
            .zt05-bj {
              border-left: 2px solid #f48f9d;
              border-bottom: 2px solid #f48f9d;
            }
            .zt06-bj {
              border-left: 2px solid #fec128;
              border-bottom: 2px solid #fec128;
            }
            .zt07-bj {
              border-left: 2px solid #8f92c7;
              border-bottom: 2px solid #8f92c7;
            }
            .zt08-bj {
              border-left: 2px solid #8b9da7;
              border-bottom: 2px solid #8b9da7;
            }
            @media (max-width: 756px) {
              .content {
                margin-top: -12%;
                .title {
                  font-size: 16px;
                }
                .pageStr {
                  font-size: 16px;
                }
              }
            }
          }
          // 奇数
          .pageHeader-second {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            padding-top: 3%;
            .second-con {
              width: 90%;
              height: 35px;
              display: flex;
              justify-content: space-between;
              align-items: center;
              font-size: 20px;
              position: absolute;
              right: 36px;
              top: 88px;
              .second-left {
                width: 23px;
                height: 100%;
                background-color: #f49a4c;
              }
              .zt02-left {
                width: 20px;
                background-color: #b786bb;
              }
              .zt03-left {
                width: 20px;
                background-color: #a5c24f;
              }
              .zt04-left {
                width: 20px;
                background-color: #6eb1e1;
              }
              .zt05-left {
                width: 20px;
                background-color: #8f92c7;
              }
              .zt06-left {
                width: 20px;
                background-color: #f26b66;
              }
              .zt07-left {
                width: 20px;
                background-color: #8acfba;
              }
              .zt08-left {
                width: 20px;
                background-color: #a97b50;
              }
              .second-right {
                height: 100%;
                display: flex;
                justify-content: space-between;
                align-items: center;
                position: relative;
                img {
                  height: 50px;
                  position: absolute;
                  left: -50px;
                  top: -20px;
                }
                .zt-pen {
                  height: 35px;
                  position: absolute;
                  left: -40px;
                  top: -8px;
                }
                .pageStr {
                  margin-right: 10px;
                }
                .zt01-Str {
                  color: #a5c24f;
                  font-size: 16px;
                  font-family: 'FZLTXIHJW';
                  letter-spacing: 2px;
                }
                .zt02-Str {
                  color: #6eb1e1;
                  font-size: 16px;
                  font-family: 'FZLTXIHJW';
                  letter-spacing: 2px;
                }
                .zt03-Str {
                  color: #a97b50;
                  font-size: 16px;
                  font-family: 'FZLTXIHJW';
                  letter-spacing: 2px;
                }
                .zt04-Str {
                  color: #f49a4c;
                  font-size: 16px;
                  font-family: 'FZLTXIHJW';
                  letter-spacing: 2px;
                }
                .zt05-Str {
                  color: #f48f9d;
                  font-size: 16px;
                  font-family: 'FZLTXIHJW';
                  letter-spacing: 2px;
                }
                .zt06-Str {
                  color: #fec128;
                  font-size: 16px;
                  font-family: 'FZLTXIHJW';
                  letter-spacing: 2px;
                }
                .zt07-Str {
                  color: #b0a4cf;
                  font-size: 16px;
                  font-family: 'FZLTXIHJW';
                  letter-spacing: 2px;
                }
                .zt08-Str {
                  color: #8b9da7;
                  font-size: 16px;
                  font-family: 'FZLTXIHJW';
                  letter-spacing: 2px;
                }
                .pageNum {
                  display: block;
                  background-color: #f49a4c;
                  padding: 2px 20px;
                  box-sizing: border-box;
                  font-size: 28px;
                  color: #fff;
                }
                .zt01-pageNum {
                  padding: 0 35px 0 20px;
                  text-align: left;
                  background-color: #a5c24f;
                }
                .zt02-pageNum {
                  padding: 0 35px 0 20px;
                  text-align: left;
                  background-color: #6eb1e1;
                }
                .zt03-pageNum {
                  padding: 0 35px 0 20px;
                  text-align: left;
                  background-color: #a97b50;
                }
                .zt04-pageNum {
                  padding: 0 35px 0 20px;
                  text-align: left;
                  background-color: #f49a4c;
                }
                .zt05-pageNum {
                  padding: 0 35px 0 20px;
                  text-align: left;
                  background-color: #f48f9d;
                }
                .zt06-pageNum {
                  padding: 0 35px 0 20px;
                  text-align: left;
                  background-color: #fec128;
                }
                .zt07-pageNum {
                  padding: 0 35px 0 20px;
                  text-align: left;
                  background-color: #b0a4cf;
                }
                .zt08-pageNum {
                  padding: 0 35px 0 20px;
                  text-align: left;
                  background-color: #8b9da7;
                }
              }
            }
            @media (max-width: 756px) {
              .second-con {
                font-size: 16px;
                .pageNum {
                  font-size: 16px !important;
                }
              }
            }
            @media (max-width: 1024px) {
              .second-con {
                right: 20px;
                top: 75px;
              }
            }
            .borderLine {
              width: 93%;
              height: 2px;
              background-color: #f49a4c;
              margin-top: 105px;
            }
            .zt01-bdline {
              background-color: #a5c24f;
              width: 88%;
              margin-right: 20px;
            }
            .zt02-bdline {
              background-color: #6eb1e1;
              width: 88%;
              margin-right: 20px;
            }
            .zt03-bdline {
              background-color: #a97b50;
              width: 88%;
              margin-right: 20px;
            }
            .zt04-bdline {
              background-color: #f49a4c;
              width: 88%;
              margin-right: 20px;
            }
            .zt05-bdline {
              background-color: #f48f9d;
              width: 88%;
              margin-right: 20px;
            }
            .zt06-bdline {
              background-color: #fabf2e;
              width: 88%;
              margin-right: 20px;
            }
            .zt07-bdline {
              background-color: #b0a4cf;
              width: 88%;
              margin-right: 20px;
            }
            .zt08-bdline {
              background-color: #8b9da7;
              width: 88%;
              margin-right: 20px;
            }
          }
        }
        .textareaInput {
          width: 100%;
          padding: 8px;
          box-sizing: border-box;
          border: 1px solid #999;
          font-size: 15px;
          color: #000;
          background-color: #f9f9f9;
        }
        .imgBox-003 {
          width: 100%;
          height: 220px;
        }
        .chapter01Table {
          width: 100%;
          .textareaInput:focus {
            border: 1px solid #999 !important;
          }
        }
        .table111,
        .table112 {
          width: 100%;
          border-collapse: collapse;
          tr th {
            background-color: #f49a4c;
            text-align: center;
            border: 1px solid #999;
            margin: 0;
            padding: 8px 9px;
            font-size: 16px;
          }
          tr td {
            border: 1px solid #999;
            text-align: left;
            padding: 8px;
            overflow: hidden;
            white-space: pre-line;
            font-family: "FZLTXIHJW";
            font-weight: normal;
            font-size: 14px;
            line-height: 23px;
            div {
              width: 100%;
              min-height: 23px;
            }
            div:focus {
              outline: none;
            }
            textarea {
              width: 100%;
              min-height: 20px;
              min-width: 80px;
              border: 0;
              font-size: 14px;
              text-indent: 0em;
              min-width: 200px;
              max-width: 330px;
            }
          }
        }
        .table112 {
          font-size: 16px;
          tr th {
            width: 50px;
            font-weight: normal;
          }
        }
        .table122 {
          font-size: 16px;
          tr th {
            font-weight: normal;
          }
        }
        .table162 {
          tr th {
            padding: 8px 0;
          }
          tr td {
            border: 1px solid #999;
            text-align: center;
            padding: 15px 0;
            overflow: hidden;
          }
        }
        .bk-swdt {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          img {
            width: 30px;
            cursor: pointer;
          }
        }
        .bk-iframe {
          width: 1200px;
          height: 630px;
          position: fixed;
          left: -25%;
          border: 1px solid #f49a4c;
          z-index: 111;
          background-color: #fff;
          .header-swdt {
            height: 30px;
            color: #000;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background-color: #f49a4c;
            p {
              margin: 0;
              padding: 0;
              padding-left: 10px;
              text-indent: 0;
            }
            i {
              margin-right: 10px;
              cursor: pointer;
            }
          }
        }
        .btnUpload-list {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 35px;
          height: 30px;
          border-radius: 5px;
          background-color: #f49a4c;
          border: 1px solid #f49a4c;
          cursor: pointer;
          svg {
            fill: #fff;
          }
        }
        .btnUpload-list:hover {
          background-color: #fff;
          svg {
            fill: #f49a4c;
          }
        }
        .pic-wall {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          .btnUpload-chapter006 {
            border-radius: 5px;
            background-color: #f49a4c;
            border: 1px solid #f49a4c;
            cursor: pointer;
            padding: 5px 6px;
            fill: #fff;
            margin-bottom: -10px;
          }
        }
        .bk-inputUpload {
          width: 100%;
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start;
          min-height: 100px;
          input {
            width: 250px;
            margin-left: 15px;
            display: none;
          }
          .btnUpload {
            width: 30px;
            height: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 50px;
            cursor: pointer;
            margin-left: 10px;
          }
          .upload_text {
            color: #000;
            font-size: 14px;
            font-weight: 700;
            font-family: "黑体";
          }
        }
        .upload-list {
          width: 100%;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          flex-wrap: wrap;
        }
        .demo-image__preview-swdt {
          width: 100%;
          height: 100%;
        }
        .demo-image__preview {
          width: 200px;
          height: 100px;
          border: 1px solid #f49a4c;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-right: 6px;
          margin-bottom: 6px;
          overflow: hidden;
        }
        .bj-tip {
          min-width: 269px;
          display: flex;
          justify-content: space-around;
          align-items: center;
          padding: 4px 14px;
          box-sizing: border-box;
          border: 3px solid #f49a4c;
          border-radius: 30px;
          position: absolute;
          top: -25px;
          left: 15px;
          background-color: #fff;
          color: #f49a4c;
          font-weight: bold;
          font-size: 18px;
          div {
            width: 35px;
            height: 30px;
            border-radius: 5px;
            background-color: #f49a4c;
            border: 1px solid #f49a4c;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-left: 5px;
            cursor: pointer;
            svg {
              fill: #fff;
            }
          }
          div:hover {
            background-color: #fff;
            border: 1px solid #f49a4c;
            svg {
              fill: #f49a4c;
            }
          }
        }
        .tips-bk {
          margin-top: 56px;
          border-radius: 20px;
          position: relative;
        }
        .tips-file {
          border: 3px dotted #f49a4c;
          padding: 12px 10px;
          box-sizing: border-box;
          padding-top: 30px;
          font-family: "仿宋";
          font-weight: 700;
          p {
            margin-top: 0px;
          }
          .p-text {
            padding: 5px 10px;
            p {
              line-height: 25px;
              font-weight: 700;
              color: #666;
            }
            div {
              line-height: 22px;
              font-size: 20px;
              text-align: center;
              padding: 10px 0;
            }
          }
        }
        .page-box {
          box-sizing: border-box;
          min-height: 1150px !important;
          margin-bottom: 20px;
          box-shadow: 0 3px 6px 1px #00000029;
          background-color: #fff;
          position: relative;
          .w100 {
            width: 100% !important;
          }
        }
        .imgCarousel {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: space-around;
          height: 287px;
          max-height: 350px;
          img {
            width: auto;
            height: calc(100% - 50px);
          }
          span {
            font-size: 18px;
          }
        }
        .pdf-content {
          padding: 5% 5%;
          box-sizing: border-box;
        }
        .sj1 {
          text-indent: 3em;
        }
        .hs1 {
          color: #ffbcdd;
          text-indent: 0em;
          margin-bottom: 0.5em;
        }
        .custom_h1 {
          color: #2cb4e4;
          font-size: 30px;
        }
        .custom_tag3 {
          background-color: #2cb4e4;
          color: #ffffff;
          display: inline-block;
          padding: 1px;
          font-size: 1em;
          padding: 3px 10px 3px 10px;
          font-weight: bold;
          border-radius: 0em;
          box-shadow: 0px 0px 0px 0px #fedf24, -15px 0px 0px 0px #fedf24;
          margin: 0;
          text-indent: 0em;
          margin-bottom: 0.5em;
        }
        @font-face {
          font-family: "FZLTZHJW";
          src: url("../Fonts/FZLTZHJW.ttf");
        }
        @font-face {
          font-family: "FZLTXIHJW";
          src: url("../Fonts/FZLTXIHJW.ttf");
        }
        @font-face {
          font-family: "FZHTJW";
          src: url("../Fonts/FZHTJW.ttf");
        }
        .custom_tag2 {
          background-color: #f1be49;
          color: #ffffff;
          display: inline-block;
          padding: 0.5px;
          border-radius: 1.5em;
          font-size: 1.1em;
          padding: 2px 10px 2px 10px;
          font-weight: bold;
          margin: 0;
          text-indent: 0em;
          margin-bottom: 0.5em;
        }
        .custom_tag1 {
          background-color: #35acd6;
          color: #ffffff;
          display: inline-block;
          padding: 1px;
          font-size: 1.1em;
          padding: 3px 10px 3px 10px;
          font-weight: bold;
          box-shadow: 15px 0px 0px 0px #f5d83e, -15px 0px 0px 0px #f5d83e;
          margin: 0;
          text-indent: 0em;
          margin-bottom: 0.5em;
        }
        .custom_tag {
          background-color: #35509f;
          color: #ffffff;
          display: inline-block;
          padding: 1px;
          border-radius: 1.5em;
          font-size: 1.1em;
          padding: 10px 20px 10px 20px;
          font-weight: bold;
          box-shadow: 30px 0px 0px 0px #f5d83e;
          margin: 0;
          text-indent: 0em;
          margin-bottom: 0.5em;
        }
        .ls1 {
          font-family: "HiFont Hei GB";
          color: #30aad1;
          font-weight: bold;
        }
        .hs {
          font-family: "HiFont Hei GB";
          color: #ea6b00;
          font-weight: bold;
        }
        .zs1 {
          font-family: "HiFont Hei GB";
          color: #857eb4;
          font-weight: bold;
        }
        span.under1 {
          border-bottom: 2px solid #f0bd4a;
          border-width: 2px;
        }
        div.bodycontent-div-center {
          font-family: "DK-HEITI", "方正兰亭黑简体", "黑体";
          margin: 1em 1em 1em 1em;
          font-weight: normal;
          border-width: 1.5px;
          border-color: #dfb27d;
          padding: 1em;
        }
        img.bodycontent-divcenter-image {
          float: center;
          clear: both;
          height: 140px;
          margin: 15px;
        }
        div.bodycontent-div-left1 {
          font-family: "DK-HEITI", "方正兰亭黑简体", "黑体";
          margin: 1em 1em 1em 1em;
          font-weight: normal;
          border-width: 1.5px;
          border-color: #dfb27d;
          padding: 1em;
          background-color: #f0f8ff;
        }
        div.bodycontent-div-left {
          font-family: "DK-HEITI", "方正兰亭黑简体", "黑体";
          margin: 1em 1em 1em 1em;
          font-weight: normal;
          border-width: 1.5px;
          border-color: #dfb27d;
          padding: 1em;
        }
        img.bodycontent-divright-image {
          float: right;
          clear: both;
          height: 140px;
          margin: 15px;
        }
        img.bodycontent-divleft-image {
          float: left;
          clear: both;
          height: 110px;
          margin: 15px;
        }
        .img-gn-zt {
          width: 120px;
        }
        div.bodystyle {
          font-size: 18px;
          text-align: justify;
          padding: 10% 10%;
          box-sizing: border-box;
          font-family: "宋体";
        }
        div.bj {
          background: #fffbe8;
          padding: 1em;
          border-radius: 0.6em;
        }
        span.zt-0 {
          color: #0087af;
        }
        p.pzt-0 {
          color: #0087af;
          font-size: 18px;
        }
        p.pzt-0-right {
          font-size: 18px;
          color: #0087af;
          text-align: right;
        }
        p.pzt-1 {
          font-weight: bold;
          color: #0087af;
          font-size: 18px;
        }
        div.sgc-toc-title {
          font-size: 2em;
          font-weight: bold;
          margin-bottom: 1em;
          text-align: center;
        }
        div.sgc-toc-level-1 {
          margin-left: 0em;
        }
        div.sgc-toc-level-2 {
          margin-left: 2em;
        }
        div.sgc-toc-level-3 {
          margin-left: 2em;
        }
        div.sgc-toc-level-4 {
          margin-left: 2em;
        }
        div.sgc-toc-level-5 {
          margin-left: 2em;
        }
        div.sgc-toc-level-6 {
          margin-left: 2em;
        }
        .note {
          font-size: 0.85em;
        }
        .img {
          font-family: "FZLTXIHJW";
          text-align: center;
          font-size: 0.85em;
          margin-left: 0%;
          margin-right: 0%;
          text-indent: 0em;
        }
        .img1 {
          font-family: "FZLTXIHJW";
          text-align: right;
          font-size: 0.85em;
          margin-left: 0%;
          margin-right: 2em;
          text-indent: 0em;
        }
        .h5-zt {
          font-size: 18px;
        }
        .tip-specail {
          border: 1px solid #f49a4c !important;
          padding: 10px 15px;
        }
        p {
          margin-top: 1em;
          text-indent: 2em;
          line-height: 30px;
          font-size: 18px;
          text-align: justify;
          // src: url('../Fonts/msyh.ttc');
        }
        .cover {
          width: 100%;
          padding: 0px;
        }
        .center {
          text-align: center;
          margin-left: 0%;
          margin-right: 0%;
          text-indent: 0em;
          color: #666;
        }
        .center1 {
          text-align: center;
          margin-left: 0%;
          margin-right: 0%;
          text-indent: 0em;
        }
        .left {
          text-indent: 0em;
          margin-left: 0%;
          margin-right: 0%;
          /* width: 23%; */
        }
        .right {
          text-align: right;
          margin-left: 0%;
          margin-right: 0%;
        }
        .right1 {
          text-align: right;
          margin-left: 0%;
          margin-right: 0%;
        }
        .quote {
          margin-top: 0%;
          margin-bottom: 0%;
          margin-left: 1em;
          margin-right: 1em;
          text-align: justify;
          font-family: "cnepub", serif;
        }
        h1 {
          font-family: "FZLTZHJW";
          text-align: center;
          font-size: 2em;
          margin-bottom: 0.5cm;
          margin-top: 0.5cm;
        }
        h2 {
          font-family: "FZLTZHJW";
          font-weight: bold;
          font-size: 1.2em;
          margin-top: 0.2em;
          // margin-bottom: 0.2em;
          text-indent: 0em;
        }
        #b001,
        #b002,
        #b003,
        #b004,
        #b005,
        #b006,
        #b007,
        #b008,
        #b009 {
          margin-bottom: 100px;
        }
        h3 {
          font-family: "FZLTZHJW";
          font-weight: bold;
          font-size: 1.15em;
          margin-top: 2em;
          margin-bottom: 2em;
          text-indent: 0em;
        }
        h4 {
          font-family: "FZLTZHJW";
          font-weight: bold;
          color: #f49a4c;
          font-size: 1.1em;
          margin-top: 0.2em;
          margin-bottom: 40px;
          text-indent: 0em;
        }
        h6 {
          font-family: "cnepub", serif;
          font-family: "FZHTJW";
          color: #36c3f4;
          font-size: 1.1em;
          margin-top: 10px;
          text-indent: 2em;
          margin-bottom: 10px;
        }
        .u {
          text-decoration: underline;
        }
        .img-0 {
          width: 100%;
        }
        .imz {
          width: 100%;
          text-align: center;
        }
        .img-a {
          width: 95%;
        }
        .img-b {
          width: 70%;
        }
        .img-c {
          width: 60%;
        }
        .img-d {
          width: 50%;
        }
        .img-e {
          width: 45%;
        }
        .img-f {
          width: 40%;
        }
        .img-g {
          width: 30%;
        }
        .img-h {
          width: 20%;
        }
        .img-i {
          width: 10%;
        }
        .img-j {
          width: 5%;
        }
        .inline {
          height: 1em;
          margin-bottom: -0.3em;
        }
        .inline1 {
          height: 1.5em;
          margin-top: -1em;
          margin-bottom: -0.4em;
        }
        .inline2 {
          height: 2.5em;
          margin-top: 2em;
          margin-bottom: -0.4em;
        }
        .inline3 {
          height: 4em;
          margin-top: 2em;
          margin-bottom: -0.4em;
        }
        /* ��Ȩ��Ϣҳ���� */
        /* Copyright page text */
        p.kindle-cn-copyright-text {
          line-height: 1.618em;
          text-indent: 0em;
        }
        /* Quote */
        /* ���ÿ� */
        blockquote.kindle-cn-blockquote {
          background: #f9f9f9;
          border-left: 0.5em solid #ccc;
          margin: 1.5em;
          padding: 1em;
          text-indent: 2em;
          line-height: 1.5em;
        }
        /* ���Ķ��� */
        div.block {
          border-style: dotted;
          border-width: 2px;
          border-color: #32a59e;
          padding: 0.8em;
        }
        /* ���Ͻ� */
        div.lt-border {
          border-style: solid none none solid;
          border-color: #32a59e;
          border-width: 1.8px;
          width: 4em;
          margin: 1.5em auto -0.5em 1%;
        }
        /* ���½� */
        div.lt-border2 {
          border-style: none solid solid none;
          border-color: #32a59e;
          border-width: 1.8px;
          width: 4em;
          margin: -0.5em 1% 1.5em auto;
        }
        .block1 {
          font-family: "STKaiti";
          color: #02439b;
          text-align: right;
        }
        .block2 {
          font-family: "STKaiti";
          color: #02439b;
          text-align: center;
          text-indent: 0em;
        }
        .block3 {
          font-family: "STKaiti";
          color: #02439b;
          text-align: left;
          text-indent: 0em;
        }
        .kaiti {
          font-family: "STKaiti";
        }
        .em_dot {
          -webkit-text-emphasis-style: dot;
          -moz-text-emphasis-style: dot;
          -ms-text-emphasis-style: dot;
          text-emphasis-style: dot;
          -webkit-text-emphasis-position: under left;
          -moz-text-emphasis-position: under left;
          -ms-text-emphasis-position: under left;
          text-emphasis-position: under left;
        }
        .fieldset {
          border: 1px dotted black;
          border-radius: 5px;
          font-size: 0.9em;
          /*16px;*/
          margin-top: 1em;
          margin-bottom: 1em;
          padding: 1em 0.5em 1em 1em;
          color: #666666;
          font-family: "����", "����";
        }
        span.linethrough {
          text-decoration: line-through;
        }
        .border {
          /*˹���-�߿���*/
          border-width: 1px;
          border-style: solid;
        }
        /* 新增样式 */
        .custom_title1 {
          font-family: "FZLTZHJW";
          background-color: rgb(125, 164, 64);
          width: 70vw;
          position: relative;
          left: 50%;
          transform: translateX(-50%);
          color: #ffffff;
          padding: 10px 0;
          border-radius: 20px;
          display: flex;
          align-items: center;
          font-size: 21px;
          margin-bottom: 0.5cm;
          margin-top: 0.5cm;
        }
        .title_icon {
          width: 50px;
          margin: 0 20px 0 15px;
        }
        .custom_chapter {
          font-family: "FZHTJW";
          color: rgb(108, 152, 65);
          padding: 15px 10px;
          background-color: rgb(202, 217, 180);
          position: relative;
          display: inline-block;
          padding: 10px;
          font-size: 19px;
          left: 50%;
          transform: translateX(-50%);
          margin-bottom: 0.2cm;
          margin-top: 0.2cm;
        }
        .custom_chapter::before {
          font-family: "FZHTJW";
          content: "";
          width: 12px;
          height: 60%;
          background-color: rgb(125, 164, 64);
          position: absolute;
          left: -12px;
          top: 50%;
          transform: translateY(-50%);
        }
        .custom_chapter::after {
          font-family: "FZHTJW";
          content: "";
          width: 12px;
          height: 60%;
          background-color: rgb(125, 164, 64);
          position: absolute;
          right: -12px;
          top: 50%;
          transform: translateY(-50%);
        }
        .custom_title2 {
          color: rgb(154, 106, 17);
          // background: url(image/xt.png) no-repeat;
          background-size: 100% 100%;
          display: inline-block;
          padding: 18px;
          font-size: 21px;
          margin-bottom: 0.2cm;
          margin-top: 0.2cm;
          font-family: "FZHTJW";
        }
        .img-gn {
          height: 45px;
          margin-bottom: -0.4em;
        }
        .img-gn1 {
          height: 2.5em;
          margin-bottom: -0.4em;
        }
        .div-img-h3 {
          display: flex;
          align-items: center;
        }
        .div-img-h3 h3 {
          flex: 1;
        }
        .bold1 {
          font-weight: bold;
          font-size: 1.1em;
        }
        .bj2 {
          background-color: #857eb4;
          color: #ffffff;
          display: inline-block;
          padding: 1px;
          font-size: 1em;
          padding: 5px 15px 5px 15px;
          font-weight: bold;
          border-radius: 1em;
          margin: 0;
          margin-left: 2em;
          text-indent: 0em;
        }
        .bj3 {
          background: #d5f0fa;
          padding: 0.01em 1em 0.01em 1em;
          color: #000000;
          margin-top: -1em;
          margin-left: 0.5em;
          margin-right: 0.5em;
          text-align: center;
          text-indent: 0em;
          margin-bottom: -0.8em;
          padding: 5px 15px 5px 15px;
          font-size: 1.1em;
          font-weight: bold;
        }
        div.bj4 {
          background: #fabf2e;
          padding: 0.01em 1em 0.01em 1em;
          color: #ffffff;
          margin-top: -1em;
          font-size: 1.3em;
          font-weight: bold;
          margin-left: -0.8em;
          margin-right: -0.8em;
        }
        div.bj5 {
          background: #fffbe8;
          padding: 1em;
        }
        .lvz {
          font-family: "HiFont Hei GB";
          color: #6eb92c;
          font-weight: bold;
        }
        ul {
          list-style-type: none;
        }
        li {
          list-style-type: none;
        }
        div.bk {
          border: 3px dotted #f49a4c;
          padding: 15px;
          margin-bottom: 2em;
          margin-top: 0.5em;
          border-radius: 25px;
        }
        div.bj1 {
          padding: 0.01em 1em 0.01em 1em;
          margin-top: -3em;
          margin-left: -4em;
          margin-right: -1em;
        }
        .bk-h3 {
          border: 3px solid #f49a4c;
          padding: 0.7em;
          color: #f49a4c;
          margin-bottom: 2em;
          margin-top: 0.5em;
          border-radius: 0em 2em 2em 0em;
        }
        .bj1-h3 {
          background-color: #f49a4c;
          padding: 0.9em;
          color: #ffffff;
          margin-top: 0em;
          margin-left: -0.8em;
          margin-right: -1em;
        }
        .fontsz1 {
          width: 200px;
          font-size: 0.7em;
          display: inline-flex;
          justify-content: flex-start;
          align-items: center;
          img {
            cursor: pointer;
          }
        }
        div.bk-tx {
          border: 3px dotted #f49a4c;
          padding: 10px;
          color: #f49a4c;
          margin-bottom: 2em;
          margin-top: -8px;
          border-radius: 0em 0em 3em 0em;
          textarea {
            width: 100%;
            border: 0 !important;
            font-size: 16px;
            border-radius: 5px;
            max-width: 620px;
            min-width: 300px;
          }
        }
        p.hr {
          padding: 0.3em;
          line-height: 1.5em;
          border-bottom: 1px solid #000;
        }
        div.bk-sys {
          background: #efefef;
          padding: 15px;
          margin-bottom: 2em;
          margin-top: 0.5em;
          border-radius: 0em 1.5em 1.5em 1.5em;
        }
        div.bj1-sys {
          padding: 0.01em 1em 0.01em 1em;
          margin-top: -3em;
          margin-left: -2.5em;
          margin-right: -1em;
        }
        div.bk-qjms {
          font-family: "FZLTXIHJW";
          border: 3px dotted #f49a4c;
          padding: 15px;
          margin-bottom: 2em;
          margin-top: 0.5em;
          position: relative;
          .block {
            font-size: 16px;
            line-height: 25px;
            font-family: "仿宋";
            font-weight: 700;
            color: #666;
          }
        }
        p.bj1-qjms {
          background-color: #f49a4c;
          color: #ffffff;
          display: inline-block;
          font-size: 1em;
          padding: 0.1em 0.7em 0.12em 0.7em;
          font-weight: bold;
          border-radius: 1.5em;
          margin-left: 0em;
          text-align: center;
          text-indent: 0em;
          position: absolute;
          top: -2em;
        }
      }
      @media screen and (max-width: 800px) {
        .coverImg {
            img {
              height: 100%;
            }
          }
        .chapter {
          .page-box {
            min-height: 1000px !important;
          }
          .prefaceImg {
            width: 100% !important;
            position: absolute;
            left: 0%;
            top: 4%;
          }
          .pdf-content {
            padding: 20% 5%;
            box-sizing: border-box;
          }
          div.bk-tx {
            textarea {
              min-width: 275px;
            }
          }
          p {
            margin-top: 0;
            line-height: 25px;
            font-size: 16px;
            font-family: "FZLTXIHJW";
          }
          .header .pageHeader-second .second-con .second-right img {
            height: 30px;
            position: absolute;
            left: -35px;
            top: 0;
          }
          div.bj1 {
            padding: 0.01em 1em 0.01em 1em;
            margin-top: -2em;
            margin-left: -4em;
            margin-right: -1em;
          }
          .img-gn {
            height: 40px;
            margin-bottom: -0.4em;
          }
          h3 {
            font-family: "FZLTZHJW";
            font-weight: bold;
            font-size: 16px;
            margin-top: 2em;
            /* margin-bottom: 2em; */
            text-indent: 0em;
          }
          h4 {
            text-align: left;
            font-family: "FZLTZHJW";
            font-weight: bold;
            color: #f49a4c;
            font-size: 16px;
            margin-top: 0.2em;
            margin-bottom: 2em;
            text-indent: 0em;
            .fontsz1 {
              width: auto;
            }
          }
          .bj-tip {
            top: -25px;
            left: 10px;
            font-size: 16px;
            font-weight: normal;
            font-family: "FZLTZHJW";
            div {
              width: 30px;
              height: 27px;
            }
          }
          p.bj1-qjms {
            top: -1em;
          }
          .table111,
          .table112 {
            width: 100%;
            border-collapse: collapse;
            tr th {
              width: auto !important;
            }
          }
          .drawContent_wall {
            margin-bottom: 2em;
          }
          .pic-wall {
            display: flex;
            justify-content: flex-start;
            align-items: center;
          }
        }
      }
      @media screen and (max-width:700px) {
        .coverImg {
          img {
            height: 100%;
          }
        }
        .chapter {
          .page-box {
            min-height: 800px !important;
          }
        }
      }
      @media screen and (max-width:600px) {
        .chapter {
          .page-box {
            min-height: 500px !important;
          }
        }
      }
    }
  }
}
body {
  background-color: #e6e6e6;
}