From 816958aca8b87550ef7f6925e348c24e13ecb2f0 Mon Sep 17 00:00:00 2001
From: unknown <qq1940665526@163.com>
Date: 星期二, 11 六月 2024 16:34:29 +0800
Subject: [PATCH] 优化

---
 src/books/lifeCare/css/default.less | 2751 +++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 1,703 insertions(+), 1,048 deletions(-)

diff --git a/src/books/lifeCare/css/default.less b/src/books/lifeCare/css/default.less
index a6d7338..a88af5e 100644
--- a/src/books/lifeCare/css/default.less
+++ b/src/books/lifeCare/css/default.less
@@ -1,1090 +1,1745 @@
-.public-books {
-  max-width: 816px;
-  min-width: 375px;
-  margin: 0 auto;
-  padding-bottom: 100px;
-  border-color: #f49a4c;
+.temp-bookInnerContent {
+  width: 100%;
+  height: 100%;
+  overflow: auto;
 
-  textarea:focus,
-  input:focus {
-    border: 0 !important;
-    border-color: #fff !important;
-    outline: none;
-  }
-
-  textarea {
-    text-indent: 2em;
-  }
-
-  input {
+  .page-main {
     width: 100%;
-    border: 0 !important;
-    border-color: #fff !important;
-    outline: none;
-    font-size: 16px;
-    text-align: center;
-  }
+    height: 100%;
+    overflow: auto;
 
-  .page-content-box {
-    font-family: "瀹嬩綋", SimSun, sans-serif;
+    .public-bookInnerContent {
+      max-width: 816px;
+      min-width: 375px;
+      margin: 0 auto;
+      border-color: #f49a4c;
+      height: 100%;
 
-    p input {
-      width: 20px;
-    }
+      .swiper-button-prev,
+      .swiper-button-next {
+        color: #f49a4c;
+      }
 
-    .header {
-      width: 100%;
-      height: 136px;
-      position: absolute;
-      left: 0;
-      top: 0;
-      z-index: 1001;
+      textarea:focus,
+      input:focus {
+        border: 0 !important;
+        border-color: #fff !important;
+        outline: none;
+      }
 
-      .pageHeader-first {
+      textarea {
         width: 100%;
-        height: 136px;
+        text-indent: 2em;
+        // max-width: 652px;
+        // min-height: 100px;
+        font-size: 16px;
+      }
+
+      /* 閽堝Firefox */
+      textarea::-webkit-scrollbar {
+        width: 0;
+        height: 0;
+      }
+
+      /* 閽堝IE, Edge鍜孋hrome */
+      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;
 
-        .header-bj {
-          width: 78%;
-          height: 115px;
-          border-left: 1px solid #dfb27d;
-          border-bottom: 1px solid #dfb27d;
+        .btn {
           position: absolute;
-          right: 30px;
-          top: 30px;
+          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 {
-          background-color: #f49a4c;
-          width: 740px;
-          height: 35px;
-          position: absolute;
-          left: 25px;
-          top: 100px;
+          .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;
+          }
+        }
+      }
+
+      .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: "瀹嬩綋";
+
+        .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;
 
-          .pageStr {
-            width: 140px;
-            color: #fff;
-            font-size: 28px;
-            text-align: center;
-          }
-
-          .title {
-            display: flex;
-            justify-content: flex-start;
-            align-items: center;
-            color: #fff;
-            font-size: 20px;
-
-            img {
-              height: 30px !important;
-              margin-right: 20px;
-            }
+          img {
+            width: 30px;
+            cursor: pointer;
           }
         }
-      }
 
-      .pageHeader-second {
-        width: 100%;
-        display: flex;
-        justify-content: center;
-        align-items: center;
-        flex-direction: column;
+        .bk-iframe {
+          width: 1200px;
+          height: 630px;
+          position: fixed;
+          left: -25%;
+          border: 1px solid #f49a4c;
+          z-index: 111;
+          background-color: #fff;
 
-        .second-con {
-          width: 90%;
-          height: 35px;
-          display: flex;
-          justify-content: space-between;
-          align-items: center;
-          font-size: 20px;
-          position: absolute;
-          right: 36px;
-          top: 60px;
-
-          .second-left {
-            width: 23px;
-            height: 100%;
-            background-color: #f49a4c;
-          }
-
-          .second-right {
-            height: 100%;
+          .header-swdt {
+            height: 30px;
+            color: #000;
             display: flex;
             justify-content: space-between;
             align-items: center;
-            position: relative;
+            background-color: #f49a4c;
 
-            img {
-              height: 50px;
-              position: absolute;
-              left: -50px;
-              top: -20px;
+            p {
+              margin: 0;
+              padding: 0;
+              padding-left: 10px;
+              text-indent: 0;
             }
 
-            .pageStr {
+            i {
               margin-right: 10px;
-            }
-
-            .pageNum {
-              display: block;
-              background-color: #f49a4c;
-              padding: 2px 20px;
-              box-sizing: border-box;
-              font-size: 28px;
-              color: #fff;
+              cursor: pointer;
             }
           }
         }
 
-        .borderLine {
-          width: 93%;
-          height: 1px;
+        .btnUpload-list {
+          display: flex;
+          justify-content: center;
+          align-items: center;
+          width: 35px;
+          height: 30px;
+          border-radius: 5px;
           background-color: #f49a4c;
-          margin-top: 105px;
+          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: 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: 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: 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;
+          }
+        }
+
+        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 {
+          position: absolute;
+          top: 25%;
+          left: 0;
+        }
+
+        .chapter {
+          .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;
+          }
         }
       }
     }
-
-    .chapter01Table {
-      width: 100%;
-
-      .textareaInput {
-        width: 100%;
-        padding: 8px;
-        box-sizing: border-box;
-        border: 1px solid #999;
-        font-size: 15px;
-        color: #000;
-        background-color: #eee;
-      }
-
-      .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: 2px 9px;
-        font-size: 16px;
-      }
-
-      tr td {
-        border: 1px solid #999;
-        text-align: center;
-        padding: 2px 0;
-        overflow: hidden;
-      }
-    }
-
-    .table112 {
-      font-size: 16px;
-
-
-      tr th {
-        width: 50px;
-        font-weight: normal;
-      }
-    }
-
-    .table122 {
-      font-size: 16px;
-
-      tr th {
-        font-weight: normal;
-      }
-    }
-
-    .bj-tip {
-      display: flex;
-      justify-content: space-around;
-      align-items: center;
-      padding: 3px 14px;
-      box-sizing: border-box;
-      border: 3px solid #f49a4c;
-      border-radius: 30px;
-      position: absolute;
-      top: -30px;
-      left: 15px;
-      background-color: #FFF;
-      color: #f49a4c;
-      font-weight: bold;
-      font-size: 18px;
-
-      img {
-        margin-left: 15px;
-      }
-    }
-
-    .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;
-    }
-
-    .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: 0 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;
-    }
-
-    div.bodystyle {
-      font-size: 18px;
-      text-align: justify;
-      padding: 10% 10%;
-      padding-top: 25%;
-      line-height: 30px;
-      box-sizing: border-box;
-    }
-
-    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;
-    }
-
-    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;
-    }
-
-    .center1 {
-      text-align: center;
-      margin-left: 0%;
-      margin-right: 0%;
-      text-indent: 0em;
-    }
-
-    .left {
-      text-indent: 0em;
-      margin-left: 0%;
-      margin-right: 0%;
-    }
-
-    .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: "瀹嬩綋";
-      font-weight: bold;
-      font-size: 1.2em;
-      margin-top: 0.2em;
-      // margin-bottom: 0.2em;
-      text-indent: 0em;
-    }
-
-    #b001,
-    #b002,
-    #b003,
-    #b004,
-    #b005,
-    #b006 {
-      position: absolute;
-      top: 0;
-    }
-
-    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: 1em;
-      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: 60%;
-    }
-
-    .imz {
-      width: 96%;
-      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;
-      -moz-text-emphasis-position: under;
-      -ms-text-emphasis-position: under;
-      text-emphasis-position: under;
-    }
-
-    .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: 3.2em;
-      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;
-    }
-
-    .block {
-      font-size: 18px;
-      line-height: 30px;
-    }
-
-    .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: 20px;
-      }
-    }
-
-    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 {
-      border: 3px dotted #f49a4c;
-      padding: 15px;
-      margin-bottom: 2em;
-      margin-top: 0.5em;
-      position: relative;
-    }
-
-    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;
-    }
   }
+
+
 }
 
+
+
 body {
   background-color: #e6e6e6;
 }
\ No newline at end of file

--
Gitblit v1.9.1