From b493a2fcc1fcd7757216f9bd43b1a61fae0c9de4 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期四, 19 六月 2025 10:18:14 +0800
Subject: [PATCH] 民航礼仪、婴幼儿生活照护书中重复题目删除,答题器bug修改

---
 .env.product                                               |   14 
 src/books/aviationEtiquette/view/components/chpater002.vue |  139 -
 src/books/lifeCare/view/components/chapter007.vue          | 1594 +++-----------
 src/books/lifeCare/view/components/index.vue               |  164 -
 .env                                                       |    4 
 src/books/aviationEtiquette/view/components/chapter001.vue |  232 --
 src/books/aviationEtiquette/assets/main.less               |   17 
 src/books/lifeCare/view/components/chapter005.vue          |  104 
 src/assets/methods/examination.js                          |    2 
 src/books/lifeCare/js/examinationList.js                   |    6 
 src/books/aviationEtiquette/view/components/chapter005.vue |   98 
 src/books/aviationEtiquette/view/components/index.vue      |   33 
 src/books/lifeCare/view/components/chapter001.vue          |   37 
 src/books/aviationEtiquette/view/components/chapter003.vue |  116 
 src/books/lifeCare/view/components/chapter003.vue          | 1580 +++-----------
 src/books/lifeCare/view/components/chapter008.vue          |   79 
 src/components/dialogExaminations/index.vue                |  580 +----
 src/books/lifeCare/view/components/chapter006.vue          |  655 +----
 src/App.vue                                                |  159 
 src/books/lifeCare/view/components/chapter004.vue          |  113 -
 src/books/aviationEtiquette/view/components/chapter004.vue |  279 --
 src/books/lifeCare/view/components/chapter002.vue          |   75 
 22 files changed, 1,347 insertions(+), 4,733 deletions(-)

diff --git a/.env b/.env
index 9bc70c8..c166bf2 100644
--- a/.env
+++ b/.env
@@ -1,6 +1,6 @@
 VUE_APP_ENV = 'dev'
-# VUE_APP_API_URL = "https://jsek.bnuic.com"
-VUE_APP_API_URL = "http://182.92.203.7:3001"
+VUE_APP_API_URL = "https://jsek.bnuic.com"
+# VUE_APP_API_URL = "http://182.92.203.7:3001"
 # VUE_APP_API_URL = "https://www.tepcb.com"
 VUE_APP_RESOURCE_CTX = 'https://jsek.bnuic.com/books/resource/'
 # VUE_APP_RESOURCE_CTX = 'http://182.92.203.7:3007/books/resource/'
diff --git a/.env.product b/.env.product
index 2f92df4..39985b7 100644
--- a/.env.product
+++ b/.env.product
@@ -1,12 +1,12 @@
 VUE_APP_ENV = 'product'
-# VUE_APP_API_URL = "https://jsek.bnuic.com"
-VUE_APP_API_URL = "http://182.92.203.7:3001"
+VUE_APP_API_URL = "https://jsek.bnuic.com"
+# VUE_APP_API_URL = "http://182.92.203.7:3001"
 # VUE_APP_API_URL = "https://www.tepcb.com"
-# VUE_APP_RESOURCE_CTX = 'https://jsek.bnuic.com/books/resource/'
-# VUE_APP_PUBLIC_PATH = 'https://jsek.bnuic.com/books/book/kindergartenActivitiesDesignGuidance'
-VUE_APP_RESOURCE_CTX = 'http://182.92.203.7:3007/books/resource/'
-VUE_APP_PUBLIC_PATH = 'http://182.92.203.7:3007/books/book/hydraulicTransmission'
+VUE_APP_RESOURCE_CTX = 'https://jsek.bnuic.com/books/resource/'
+VUE_APP_PUBLIC_PATH = 'https://jsek.bnuic.com/books/book/lifeCare'
+# VUE_APP_RESOURCE_CTX = 'http://182.92.203.7:3007/books/resource/'
+# VUE_APP_PUBLIC_PATH = 'http://182.92.203.7:3007/books/book/hydraulicTransmission'
 # VUE_APP_RESOURCE_CTX = 'https://www.tepcb.com/books/resource/'
 # VUE_APP_PUBLIC_PATH = 'https://www.tepcb.com/books/book/policiesAndRegulations'
 VUE_APP_BOOK_LIST = "childHealth/lifeCare/sportsAndHealth/embedded/english/artAndDance/artAndDrama/mathBook/botany/civilAviation/civilServices/meetingPlanners/aviationBasicSkills/aviationEtiquette/aviationSafety/toddlerGameImplementation/childcareInstitutionsManagement/preschoolGameGuidance/kindergartenLanguageActivity/preschoolEvaluation/preschoolBasicKnowledge/practicalCareChildrenManual/OralAndBroadcasting/aurturingAndEducationAged0to3/policiesAndRegulations/kindergartenActivitiesDesignGuidance/toddlerSportsSafetyProtection/artInitiationForAges0to3/childIllnessPreventionCare/behaviorObserveAndGuid/cognitiveLanDevEduAges0to3/aviationPassengerTransport6th/hotelEnglishTrainingBrochure2nd/hydraulicTransmission/MMVRTCMP/foodSensoryInspection"
-VUE_APP_BOOK_ID = 'hydraulicTransmission'
+VUE_APP_BOOK_ID = 'lifeCare'
diff --git a/src/App.vue b/src/App.vue
index fd50cd7..5cbea8b 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -4,84 +4,42 @@
     <lifeCare v-if="activeBook.name == 'lifeCare'"></lifeCare>
     <embedded v-if="activeBook.name == 'embedded'"></embedded>
     <english v-if="activeBook.name == 'english'"></english>
-    <sportsAndHealth
-      v-if="activeBook.name == 'sportsAndHealth'"
-    ></sportsAndHealth>
+    <sportsAndHealth v-if="activeBook.name == 'sportsAndHealth'"></sportsAndHealth>
     <artAndDance v-if="activeBook.name == 'artAndDance'"></artAndDance>
     <artAndDrama v-if="activeBook.name == 'artAndDrama'"></artAndDrama>
     <mathBook v-if="activeBook.name == 'mathBook'"></mathBook>
     <botany v-if="activeBook.name == 'botany'"></botany>
     <civilAviation v-if="activeBook.name == 'civilAviation'"></civilAviation>
     <civilServices v-if="activeBook.name == 'civilServices'"></civilServices>
-    <meetingPlanners
-      v-if="activeBook.name == 'meetingPlanners'"
-    ></meetingPlanners>
-    <aviationBasicSkills
-      v-if="activeBook.name == 'aviationBasicSkills'"
-    ></aviationBasicSkills>
+    <meetingPlanners v-if="activeBook.name == 'meetingPlanners'"></meetingPlanners>
+    <aviationBasicSkills v-if="activeBook.name == 'aviationBasicSkills'"></aviationBasicSkills>
     <aviationSafety v-if="activeBook.name == 'aviationSafety'"></aviationSafety>
-    <aviationEtiquette
-      v-if="activeBook.name == 'aviationEtiquette'"
-    ></aviationEtiquette>
-    <preschoolGameGuidance
-      v-if="activeBook.name == 'preschoolGameGuidance'"
-    ></preschoolGameGuidance>
-    <kindergartenLanguageActivity
-      v-if="activeBook.name == 'kindergartenLanguageActivity'"
-    >
+    <aviationEtiquette v-if="activeBook.name == 'aviationEtiquette'"></aviationEtiquette>
+    <preschoolGameGuidance v-if="activeBook.name == 'preschoolGameGuidance'"></preschoolGameGuidance>
+    <kindergartenLanguageActivity v-if="activeBook.name == 'kindergartenLanguageActivity'">
     </kindergartenLanguageActivity>
-    <kindergartenActivitiesDesignGuidance
-      v-if="activeBook.name == 'kindergartenActivitiesDesignGuidance'"
-    >
+    <kindergartenActivitiesDesignGuidance v-if="activeBook.name == 'kindergartenActivitiesDesignGuidance'">
     </kindergartenActivitiesDesignGuidance>
-    <childcareInstitutionsManagement
-      v-if="activeBook.name == 'childcareInstitutionsManagement'"
-    >
+    <childcareInstitutionsManagement v-if="activeBook.name == 'childcareInstitutionsManagement'">
     </childcareInstitutionsManagement>
-    <toddlerGameImplementation
-      v-if="activeBook.name == 'toddlerGameImplementation'"
-    ></toddlerGameImplementation>
-    <aurturingAndEducationAged0to3
-      v-if="activeBook.name == 'aurturingAndEducationAged0to3'"
-    >
+    <toddlerGameImplementation v-if="activeBook.name == 'toddlerGameImplementation'"></toddlerGameImplementation>
+    <aurturingAndEducationAged0to3 v-if="activeBook.name == 'aurturingAndEducationAged0to3'">
     </aurturingAndEducationAged0to3>
     <preschoolEvaluation v-if="activeBook.name == 'preschoolEvaluation'">
     </preschoolEvaluation>
-    <preschoolBasicKnowledge
-      v-if="activeBook.name == 'preschoolBasicKnowledge'"
-    ></preschoolBasicKnowledge>
-    <behaviorObserveAndGuid
-      v-if="activeBook.name == 'behaviorObserveAndGuid'"
-    ></behaviorObserveAndGuid>
-    <policiesAndRegulations
-      v-if="activeBook.name == 'policiesAndRegulations'"
-    ></policiesAndRegulations>
-    <OralAndBroadcasting
-      v-if="activeBook.name == 'OralAndBroadcasting'"
-    ></OralAndBroadcasting>
-    <practicalCareChildrenManual
-      v-if="activeBook.name == 'practicalCareChildrenManual'"
-    ></practicalCareChildrenManual>
-    <childIllnessPreventionCare
-      v-if="activeBook.name == 'childIllnessPreventionCare'"
-    ></childIllnessPreventionCare>
-    <artInitiationForAges0to3
-      v-if="activeBook.name == 'artInitiationForAges0to3'"
-    ></artInitiationForAges0to3>
-    <toddlerSportsSafetyProtection
-      v-if="activeBook.name == 'toddlerSportsSafetyProtection'"
-    >
+    <preschoolBasicKnowledge v-if="activeBook.name == 'preschoolBasicKnowledge'"></preschoolBasicKnowledge>
+    <behaviorObserveAndGuid v-if="activeBook.name == 'behaviorObserveAndGuid'"></behaviorObserveAndGuid>
+    <policiesAndRegulations v-if="activeBook.name == 'policiesAndRegulations'"></policiesAndRegulations>
+    <OralAndBroadcasting v-if="activeBook.name == 'OralAndBroadcasting'"></OralAndBroadcasting>
+    <practicalCareChildrenManual v-if="activeBook.name == 'practicalCareChildrenManual'"></practicalCareChildrenManual>
+    <childIllnessPreventionCare v-if="activeBook.name == 'childIllnessPreventionCare'"></childIllnessPreventionCare>
+    <artInitiationForAges0to3 v-if="activeBook.name == 'artInitiationForAges0to3'"></artInitiationForAges0to3>
+    <toddlerSportsSafetyProtection v-if="activeBook.name == 'toddlerSportsSafetyProtection'">
     </toddlerSportsSafetyProtection>
-    <cognitiveLanDevEduAges0to3
-      v-if="activeBook.name == 'cognitiveLanDevEduAges0to3'"
-    ></cognitiveLanDevEduAges0to3>
-    <aviationPassengerTransport6th
-      v-if="activeBook.name == 'aviationPassengerTransport6th'"
-    >
+    <cognitiveLanDevEduAges0to3 v-if="activeBook.name == 'cognitiveLanDevEduAges0to3'"></cognitiveLanDevEduAges0to3>
+    <aviationPassengerTransport6th v-if="activeBook.name == 'aviationPassengerTransport6th'">
     </aviationPassengerTransport6th>
-    <hotelEnglishTrainingBrochure2nd
-      v-if="activeBook.name == 'hotelEnglishTrainingBrochure2nd'"
-    >
+    <hotelEnglishTrainingBrochure2nd v-if="activeBook.name == 'hotelEnglishTrainingBrochure2nd'">
     </hotelEnglishTrainingBrochure2nd>
     <hydraulicTransmission v-if="activeBook.name == 'hydraulicTransmission'"></hydraulicTransmission>
     <foodSensoryInspection v-if="activeBook.name == 'foodSensoryInspection'"></foodSensoryInspection>
@@ -197,47 +155,46 @@
         },
       });
     } else {
-      // childHealth        // 瀛﹀墠鍎跨鍗敓涓庝繚鍋�
-      // lifeCare           // 濠村辜鍎跨敓娲荤収鎶�
-      // sportsAndHealth    // 浣撹偛涓庡仴搴�
-      // embedded           // 宓屽叆寮忕粍鎬佹帶鍒舵妧鏈紙绗�3鐗堬級(閾侀亾绀�)
-      // english            // 鏂版爣鍑嗛�氱敤鑱屽満鑻辫
-      // artAndDance        // 鑹烘湳鑸炶箞
-      // artAndDrama        // 鑹烘湳鎴忓墽
-      // mathBook           // 鏁板
-      // civilAviation       // 姘戣埅姒傝
-      // civilServices       // 鏈嶅姟蹇冪悊
-      // meetingPlanners     // 浼氳绛栧垝
-      // aviationBasicSkills // 鍩烘湰鎶�鑳�
-      // aviationSafety      // 瀹夊叏妫�鏌ュ疄鍔�
-      // aviationEtiquette   // 绀间华鏈嶅姟
-      // childcareInstitutionsManagement  // 鎵樿偛鏈烘瀯绠$悊涓庡疄鍔�
-      // toddlerGameImplementation  // 濠村辜鍎挎父鎴忔椿鍔ㄥ疄鏂�
-      // preschoolGameGuidance // 瀛﹀墠娓告垙鎸囧
-      // kindergartenLanguageActivity // 骞煎効鍥瑷�鏁欒偛涓庢椿鍔ㄦ寚瀵�
+      // childHealth                        // 瀛﹀墠鍎跨鍗敓涓庝繚鍋�
+      // lifeCare                           // 濠村辜鍎跨敓娲荤収鎶�
+      // sportsAndHealth                    // 浣撹偛涓庡仴搴�
+      // embedded                           // 宓屽叆寮忕粍鎬佹帶鍒舵妧鏈紙绗�3鐗堬級(閾侀亾绀�)
+      // english                            // 鏂版爣鍑嗛�氱敤鑱屽満鑻辫
+      // artAndDance                        // 鑹烘湳鑸炶箞
+      // artAndDrama                        // 鑹烘湳鎴忓墽
+      // mathBook                           // 鏁板
+      // civilAviation                      // 姘戣埅姒傝
+      // civilServices                      // 鏈嶅姟蹇冪悊
+      // meetingPlanners                    // 浼氳绛栧垝
+      // aviationBasicSkills                // 鍩烘湰鎶�鑳�
+      // aviationSafety                     // 瀹夊叏妫�鏌ュ疄鍔�
+      // aviationEtiquette                  // 绀间华鏈嶅姟
+      // childcareInstitutionsManagement    // 鎵樿偛鏈烘瀯绠$悊涓庡疄鍔�
+      // toddlerGameImplementation          // 濠村辜鍎挎父鎴忔椿鍔ㄥ疄鏂�
+      // preschoolGameGuidance              // 瀛﹀墠娓告垙鎸囧
+      // kindergartenLanguageActivity            // 骞煎効鍥瑷�鏁欒偛涓庢椿鍔ㄦ寚瀵�
       // kindergartenActivitiesDesignGuidance    //骞煎効鍥暀鑲叉椿鍔ㄨ璁′笌鎸囧
-      // aurturingAndEducationAged0to3 // 0~3宀佸┐骞煎効鎶氳偛涓庢暀鑲�
-      // preschoolEvaluation  // 瀛﹀墠鏁欒偛璇勪环
-      // preschoolBasicKnowledge //瀛﹀墠鏁欒偛鍩虹鐭ヨ瘑
-      // policiesAndRegulations  //鏀跨瓥娉曞緥涓庢硶瑙剕鏃呮父绀�
-      // practicalCareChildrenManual // 濠村辜鍎跨収鎶ゅ疄褰�
-      // OralAndBroadcasting         // 鑸┖鏈嶅姟鍙h浜ら檯涓庢挱闊虫妧宸�
-      // childIllnessPreventionCare // 濠村辜鍎垮父瑙佺柧鐥呴闃蹭笌鎶ょ悊
-      // artInitiationForAges0to3 // 0~3宀佸┐骞煎効鑹烘湳鍚挋
-      // toddlerSportsSafetyProtection // 0~3宀佸┐骞煎効杩愬姩瀹夊叏涓庝繚鎶�
-      // behaviorObserveAndGuid  // 濠村辜鍎胯涓鸿瀵熶笌鎸囧
-      // cognitiveLanDevEduAges0to3  // 0锝�3宀佸┐骞煎効璁ょ煡涓庤瑷�鍙戝睍鍙婃暀鑲�
-      // aviationPassengerTransport6th  // 姘戣埅鏃呭杩愯緭绗�6鐗�(鏃呮父绀�)
-      // hotelEnglishTrainingBrochure2nd // 閰掑簵鑻辫瀹炶娲婚〉鏁欑▼锛堢2鐗堬級锛堟梾娓哥ぞ锛�
-      // hydraulicTransmission           // 鏈烘浼犲姩 锛堝搱宸ュぇ锛�
-      // foodSensoryInspection         //椋熷搧鎰熷畼妫�楠屾妧鏈�
-      // MMVRTCMP // 瑙嗚鎵嬪唽
-      // console.log("debugger", process.env);
+      // aurturingAndEducationAged0to3          // 0~3宀佸┐骞煎効鎶氳偛涓庢暀鑲�
+      // preschoolEvaluation                    // 瀛﹀墠鏁欒偛璇勪环
+      // preschoolBasicKnowledge            //瀛﹀墠鏁欒偛鍩虹鐭ヨ瘑
+      // policiesAndRegulations             //鏀跨瓥娉曞緥涓庢硶瑙剕鏃呮父绀�
+      // practicalCareChildrenManual        // 濠村辜鍎跨収鎶ゅ疄褰�
+      // OralAndBroadcasting                // 鑸┖鏈嶅姟鍙h浜ら檯涓庢挱闊虫妧宸�
+      // childIllnessPreventionCare         // 濠村辜鍎垮父瑙佺柧鐥呴闃蹭笌鎶ょ悊
+      // artInitiationForAges0to3           // 0~3宀佸┐骞煎効鑹烘湳鍚挋
+      // toddlerSportsSafetyProtection      // 0~3宀佸┐骞煎効杩愬姩瀹夊叏涓庝繚鎶�
+      // behaviorObserveAndGuid             // 濠村辜鍎胯涓鸿瀵熶笌鎸囧
+      // cognitiveLanDevEduAges0to3         // 0锝�3宀佸┐骞煎効璁ょ煡涓庤瑷�鍙戝睍鍙婃暀鑲�
+      // aviationPassengerTransport6th      // 姘戣埅鏃呭杩愯緭绗�6鐗�(鏃呮父绀�)
+      // hotelEnglishTrainingBrochure2nd    // 閰掑簵鑻辫瀹炶娲婚〉鏁欑▼锛堢2鐗堬級锛堟梾娓哥ぞ锛�
+      // hydraulicTransmission              // 鏈烘浼犲姩 锛堝搱宸ュぇ锛�
+      // foodSensoryInspection              //椋熷搧鎰熷畼妫�楠屾妧鏈�
+      // MMVRTCMP                           // 瑙嗚鎵嬪唽
       this.activeBook = await this.config.getBookConfig(
         process.env.VUE_APP_RESOURCE_CTX +
-          (process.env.VUE_APP_ENV == "product"
-            ? process.env.VUE_APP_BOOK_ID
-            : "hydraulicTransmission")
+        (process.env.VUE_APP_ENV == "product"
+          ? process.env.VUE_APP_BOOK_ID
+          : "aviationBasicSkills")
       );
 
       // 娴嬭瘯璇曡30椤�
diff --git a/src/assets/methods/examination.js b/src/assets/methods/examination.js
index 742e446..39764b8 100644
--- a/src/assets/methods/examination.js
+++ b/src/assets/methods/examination.js
@@ -110,7 +110,7 @@
         questionObj.questionType == "multipleChoice"
       ) {
         try {
-          questionObj.answer = JSON.parse(questionObj.answer).toString();
+          questionObj.answer = JSON.parse(questionObj.answer);          
         } catch (error) {
           questionObj.answer = item.Embedded_QuestionBank_Answer;
         }
diff --git a/src/books/aviationEtiquette/assets/main.less b/src/books/aviationEtiquette/assets/main.less
index 9b7b77b..a745f81 100644
--- a/src/books/aviationEtiquette/assets/main.less
+++ b/src/books/aviationEtiquette/assets/main.less
@@ -206,6 +206,10 @@
         align-items: center;
     }
 
+    .h-25{
+        height: 25.59px;
+    }
+
     .al-fe {
         align-items: flex-end;
     }
@@ -281,13 +285,12 @@
     .p-Num {
         background-color: #92B0D5;
         color: #fff;
+        height: 100%;
         font-size: 14px;
         padding-right: 8px;
         font-size: 18px;
         font-style: italic;
         font-family: "kaiti";
-        padding-top: 2px !important;
-        padding-bottom: 2px !important;
     }
 
 
@@ -357,19 +360,17 @@
     }
 
     .header-right-last {
-        font-size: 17px;
+        height: 100%;
+        font-size: 18px;
         background-color: #B799B6;
-        padding: 1.5px 0;
         padding-left: 20px;
-
     }
 
     .header-right-end {
-        font-size: 17px;
+      height: 100%;
+        font-size: 18px;
         background-color: #738DC0;
-        padding: 1.5px 0;
         padding-left: 50px;
-
     }
 
 
diff --git a/src/books/aviationEtiquette/view/components/chapter001.vue b/src/books/aviationEtiquette/view/components/chapter001.vue
index c77c7fc..5e893e7 100644
--- a/src/books/aviationEtiquette/view/components/chapter001.vue
+++ b/src/books/aviationEtiquette/view/components/chapter001.vue
@@ -123,7 +123,7 @@
     <!-- 3椤� -->
     <div class="page-box" page="9">
       <div v-if="showPageList.indexOf(9) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45  h-25">
           <li class="header-right-Number header-right-title">妯″潡涓�</li>
           <li class="header-right-Number">姘戣埅绀间华涓庢湇鍔¤兘鍔涜鐭�</li>
           <li class="p-Num">3</li>
@@ -224,7 +224,7 @@
     <!-- 5椤� -->
     <div class="page-box" page="11">
       <div v-if="showPageList.indexOf(11) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45  h-25">
           <li class="header-right-Number header-right-title">妯″潡涓�</li>
           <li class="header-right-Number">姘戣埅绀间华涓庢湇鍔¤兘鍔涜鐭�</li>
           <li class="p-Num">5</li>
@@ -324,7 +324,7 @@
     <!-- 7椤� -->
     <div class="page-box" page="13">
       <div v-if="showPageList.indexOf(13) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45  h-25">
           <li class="header-right-Number header-right-title">妯″潡涓�</li>
           <li class="header-right-Number">姘戣埅绀间华涓庢湇鍔¤兘鍔涜鐭�</li>
           <li class="p-Num">7</li>
@@ -397,7 +397,7 @@
     <!-- 9椤� -->
     <div class="page-box" page="15">
       <div v-if="showPageList.indexOf(15) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45  h-25">
           <li class="header-right-Number header-right-title">妯″潡涓�</li>
           <li class="header-right-Number">姘戣埅绀间华涓庢湇鍔¤兘鍔涜鐭�</li>
           <li class="p-Num">9</li>
@@ -503,7 +503,7 @@
     <!-- 11椤� -->
     <div class="page-box" page="17">
       <div v-if="showPageList.indexOf(17) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45  h-25">
           <li class="header-right-Number header-right-title">妯″潡涓�</li>
           <li class="header-right-Number">姘戣埅绀间华涓庢湇鍔¤兘鍔涜鐭�</li>
           <li class="p-Num">11</li>
@@ -555,26 +555,6 @@
               鏄庣ぜ璇氫俊锛屽瀹瑰弸鍠勶紝涓嶄粎鏄ぜ浠殑瑕佹眰锛屾洿鑳戒績杩涙垜浠殑鑷韩绱犲吇鐨勬彁鍗囥��
             </p>
           </div>
-          <p class="td-0 mt-10 mb-10"><span class="bj2">路椤圭洰鑷祴路</span></p>
-          <p>
-            1.鍛ㄦ湞鏄ぜ浠�愭瓒嬪悜瀹屽杽鐨勬椂浠o紝鍦ㄦ鏈熼棿锛岋紙銆�銆�锛夊绀间华鐨勫彂灞曡捣鍒颁簡宸ㄥぇ鐨勪綔鐢ㄣ�傦紙鍗曢�夐锛�
-          </p>
-          <p>
-            <input type="radio" name="projectOne.one" :disabled="questionData.isComplete" value="A" id="1"
-              v-model="questionData.projectOne.one.value" @change="setBookQuestion" />A.瀛熷瓙
-          </p>
-          <p>
-            <input type="radio" name="projectOne.one" :disabled="questionData.isComplete" value="B" id="1"
-              v-model="questionData.projectOne.one.value" @change="setBookQuestion" />B.鑰佸瓙
-          </p>
-          <p>
-            <input type="radio" name="projectOne.one" :disabled="questionData.isComplete" value="C" id="1"
-              v-model="questionData.projectOne.one.value" @change="setBookQuestion" />C.鍛ㄥ叕
-          </p>
-          <p>
-            <input type="radio" name="projectOne.one" :disabled="questionData.isComplete" value="D" id="1"
-              v-model="questionData.projectOne.one.value" @change="setBookQuestion" />D.瀛斿瓙
-          </p>
         </div>
       </div>
     </div>
@@ -591,93 +571,11 @@
           </li>
         </ul>
         <div class="bodystyle">
-          <p>2.涓嬮潰鏈夊叧鈥滅ぜ鈥濈殑鍐呭湪鍚箟璇存硶姝g‘鐨勬槸锛堛��銆�锛夈�傦紙澶氶�夐锛�</p>
-          <p>
-            <input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="A" id="2"
-              v-model="questionData.projectOne.two.value" @change="setBookQuestion" />A.琛ㄧず灏婃暚銆佹暚鎰忕殑缁熺О
-          </p>
-          <p>
-            <input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="B" id="2"
-              v-model="questionData.projectOne.two.value" @change="setBookQuestion" />B.涓鸿〃绀烘暚鎰忔垨琛ㄧず闅嗛噸涓捐鐨勪华寮�
-          </p>
-          <p>
-            <input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="C" id="2"
-              v-model="questionData.projectOne.two.value" @change="setBookQuestion" />C.娉涙寚绀句細鐢熸椿涓殑鏌愮绀句細瑙勮寖鍜岄亾寰疯鑼�
-          </p>
-          <p>
-            <input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="D" id="3"
-              v-model="questionData.projectOne.two.value" @change="setBookQuestion" />D.琛ㄧず閫佺ぜ鐗┿�佺ぜ鍝�
-          </p>
-          <p>3.涓嬮潰鏈夊叧鈥滀华鈥濈殑鍐呭湪鍚箟璇存硶姝g‘鐨勬槸锛堛��銆�锛夈�傦紙澶氶�夐锛�</p>
-          <p>
-            <input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="A" id="3"
-              v-model="questionData.projectOne.three.value" @change="setBookQuestion" />A.鈥滀华鈥濆叿鏈夎〃鐜囥�佹鏍峰拰甯﹀ご浣滅敤
-          </p>
-          <p>
-            <input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="B" id="3"
-              v-model="questionData.projectOne.three.value" @change="setBookQuestion" />B.鎸囦釜浜哄璨屻�侀搴�
-          </p>
-          <p>
-            <input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="C" id="3"
-              v-model="questionData.projectOne.three.value" @change="setBookQuestion" />C.鎸囧悇绉嶅ぇ灏忓瀷浠紡銆佺ぜ鑺�
-          </p>
-          <p>
-            4.绀间华鍦ㄦ湰璐ㄤ笂鍏锋湁涓嶅悓鐨勭壒寰侊紝绀间华鐨勭壒寰佸寘鎷紙銆�銆�锛夈�傦紙澶氶�夐锛�
-          </p>
-          <p>
-            <input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="A" id="4"
-              v-model="questionData.projectOne.four.value" @change="setBookQuestion" />A.瑙勮寖鎬�
-          </p>
-          <p>
-            <input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="B" id="4"
-              v-model="questionData.projectOne.four.value" @change="setBookQuestion" />B.鏃跺皻鎬�
-          </p>
-          <p>
-            <input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="C" id="4"
-              v-model="questionData.projectOne.four.value" @change="setBookQuestion" />C.澶氭牱鎬�
-          </p>
-          <p>
-            <input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="D" id="4"
-              v-model="questionData.projectOne.four.value" @change="setBookQuestion" />D.浼犳壙鎬�
-          </p>
-          <p>
-            <input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="E" id="4"
-              v-model="questionData.projectOne.four.value" @change="setBookQuestion" />E.宸紓鎬�
-          </p>
-          <p>
-            <input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="F" id="4"
-              v-model="questionData.projectOne.four.value" @change="setBookQuestion" />F.鎿嶄綔鎬�
-          </p>
-          <p>
-            <input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="G" id="4"
-              v-model="questionData.projectOne.four.value" @change="setBookQuestion" />G.鏃朵唬鎬�
-          </p>
-          <p>
-            5.绀间华鐨勬湰璐ㄦ槸鈥滃皧閲嶁�濓紝灏婂繁涓斿皧浠栥�傛湁鍏崇ぜ鏁粬浜虹殑鍘熷垯璇存硶姝g‘鐨勬槸锛堛��銆�锛夈�傦紙澶氶�夐锛�
-          </p>
-          <p>
-            <input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="A" id="5"
-              v-model="questionData.projectOne.five.value" @change="setBookQuestion" />
-            A.绀兼暚浠栦汉鏄寚鍦ㄧぞ浜ゆ椿鍔ㄤ腑锛屼氦寰�瀵硅薄涔嬮棿鐩镐簰灏婃暚銆佽唉璁╋紝鍙嬪ソ鐩稿緟锛屽拰鐫﹀叡澶�
-          </p>
-          <p>
-            <input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="B" id="5"
-              v-model="questionData.projectOne.five.value" @change="setBookQuestion" />
-            B.绀兼暚浠栦汉鏄皧閲嶄氦寰�瀵硅薄鐨勪汉鏍硷紝灏婇噸浜ゅ線瀵硅薄鐨勬劅鎯呫�佸枩濂姐�佷範淇楋紝灏婇噸浜ゅ線瀵硅薄鐨勫姵鍔紝灏嗗浜ゅ線瀵硅薄鐨勯噸瑙嗐�佹伃鏁�佸弸濂芥斁鍦ㄩ浣�
-          </p>
-          <p>
-            <input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="C" id="5"
-              v-model="questionData.projectOne.five.value" @change="setBookQuestion" />
-            C.绀兼暚浠栦汉涓昏鏄垎鍦哄悎鍜屽璞★紝鏍规嵁鍏蜂綋鐨勫満鍚堝拰瀵硅薄閫夋嫨鏄惁缁欎簣瀵规柟灏婇噸
-          </p>
-          <p>
-            <input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="D" id="5"
-              v-model="questionData.projectOne.five.value" @change="setBookQuestion" />D.绀兼暚浠栦汉鏄笌浠栦汉寤虹珛鍜岃皭鐨勪汉闄呭叧绯荤殑鍩虹煶
-          </p>
+          <p class="td-0 mt-10 mb-20"><span class="bj2">路鏈妭娴嬭瘯路</span></p>
           <p class="dialogQuestion" @click="openQuestion(1)">
             <span class="td-0">銆愭湰鑺傛祴璇曘��</span>
             <span class="td-0">
-              <svg  t="1736157124915" class="icon" viewBox="0 0 1024 1024" version="1.1"
+              <svg t="1736157124915" class="icon" viewBox="0 0 1024 1024" version="1.1"
                 xmlns="http://www.w3.org/2000/svg" p-id="2536" xmlns:xlink="http://www.w3.org/1999/xlink" width="28"
                 height="28">
                 <path
@@ -698,7 +596,7 @@
     <!-- 13椤� -->
     <div class="page-box" page="19">
       <div v-if="showPageList.indexOf(19) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45  h-25">
           <li class="header-right-Number header-right-title">妯″潡涓�</li>
           <li class="header-right-Number">姘戣埅绀间华涓庢湇鍔¤兘鍔涜鐭�</li>
           <li class="p-Num">13</li>
@@ -824,7 +722,7 @@
     <!-- 15椤� -->
     <div class="page-box" page="21">
       <div v-if="showPageList.indexOf(21) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45  h-25">
           <li class="header-right-Number header-right-title">妯″潡涓�</li>
           <li class="header-right-Number">姘戣埅绀间华涓庢湇鍔¤兘鍔涜鐭�</li>
           <li class="p-Num">15</li>
@@ -945,7 +843,7 @@
     <!-- 17椤� -->
     <div class="page-box" page="23">
       <div v-if="showPageList.indexOf(23) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45  h-25">
           <li class="header-right-Number header-right-title">妯″潡涓�</li>
           <li class="header-right-Number">姘戣埅绀间华涓庢湇鍔¤兘鍔涜鐭�</li>
           <li class="p-Num">17</li>
@@ -1058,7 +956,7 @@
     <!-- 19椤� -->
     <div class="page-box" page="25">
       <div v-if="showPageList.indexOf(25) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45  h-25">
           <li class="header-right-Number header-right-title">妯″潡涓�</li>
           <li class="header-right-Number">姘戣埅绀间华涓庢湇鍔¤兘鍔涜鐭�</li>
           <li class="p-Num">19</li>
@@ -1198,7 +1096,7 @@
     <!-- 21椤� -->
     <div class="page-box" page="27">
       <div v-if="showPageList.indexOf(27) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45  h-25">
           <li class="header-right-Number header-right-title">妯″潡涓�</li>
           <li class="header-right-Number">姘戣埅绀间华涓庢湇鍔¤兘鍔涜鐭�</li>
           <li class="p-Num">21</li>
@@ -1306,7 +1204,7 @@
     <!-- 23椤� -->
     <div class="page-box" page="29">
       <div v-if="showPageList.indexOf(29) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45  h-25">
           <li class="header-right-Number header-right-title">妯″潡涓�</li>
           <li class="header-right-Number">姘戣埅绀间华涓庢湇鍔¤兘鍔涜鐭�</li>
           <li class="p-Num">23</li>
@@ -1412,7 +1310,7 @@
     <!-- 25椤� -->
     <div class="page-box" page="31">
       <div v-if="showPageList.indexOf(31) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45  h-25">
           <li class="header-right-Number header-right-title">妯″潡涓�</li>
           <li class="header-right-Number">姘戣埅绀间华涓庢湇鍔¤兘鍔涜鐭�</li>
           <li class="p-Num">25</li>
@@ -1423,89 +1321,11 @@
           <li class="header-right-end"><br /></li>
         </ul>
         <div class="bodystyle">
-          <p class="td-0 mb-10 mt-10"><span class="bj2">路椤圭洰鑷祴路</span></p>
-          <p>1.浠ヤ笅鍝」涓嶅睘浜庢皯鑸湇鍔$殑琛屼笟鐗瑰緛锛燂紙銆�銆�锛夛紙鍗曢�夐锛�</p>
-          <p>
-            <input type="radio" name="projectTwo.one" :disabled="questionData.isComplete" value="A" id="1"
-              v-model="questionData.projectTwo.one.value" @change="setBookQuestion" />A.缁忔祹鎬�
-          </p>
-          <p>
-            <input type="radio" name="projectTwo.one" :disabled="questionData.isComplete" value="B" id="1"
-              v-model="questionData.projectTwo.one.value" @change="setBookQuestion" />B.鍔熻兘鎬�
-          </p>
-          <p>
-            <input type="radio" name="projectTwo.one" :disabled="questionData.isComplete" value="C" id="1"
-              v-model="questionData.projectTwo.one.value" @change="setBookQuestion" />C.鏂囨槑鎬�
-          </p>
-          <p>
-            <input type="radio" name="projectTwo.one" :disabled="questionData.isComplete" value="D" id="1"
-              v-model="questionData.projectTwo.one.value" @change="setBookQuestion" />D.闅忔満鎬�
-          </p>
-          <p>2.浠ヤ笅鍝」涓嶅睘浜庢皯鑸湇鍔$殑閫氱敤鏍囧噯锛燂紙銆�銆�锛夛紙鍗曢�夐锛�</p>
-          <p>
-            <input type="radio" name="projectTwo.two" :disabled="questionData.isComplete" value="A" id="2"
-              v-model="questionData.projectTwo.two.value" @change="setBookQuestion" />A.鍏锋湁鈥滄垜涓轰汉浜猴紝浜轰汉涓烘垜鈥濈殑澶у眬鎰忚瘑
-          </p>
-          <p>
-            <input type="radio" name="projectTwo.two" :disabled="questionData.isComplete" value="B" id="2"
-              v-model="questionData.projectTwo.two.value" @change="setBookQuestion" />B.鍏锋湁涓婚殢瀹究鐨勫彉閫氭剰璇�
-          </p>
-          <p>
-            <input type="radio" name="projectTwo.two" :disabled="questionData.isComplete" value="C" id="2"
-              v-model="questionData.projectTwo.two.value" @change="setBookQuestion" />C.鍏锋湁鏃呭鑷充笂銆佹湇鍔$涓�鐨勮鍒欐剰璇�
-          </p>
-          <p>
-            <input type="radio" name="projectTwo.two" :disabled="questionData.isComplete" value="D" id="2"
-              v-model="questionData.projectTwo.two.value" @change="setBookQuestion" />D.鍏锋湁浠ラ【瀹负涓績鐨勬湇鍔℃剰璇�
-          </p>
-          <p>
-            3.浠庢梾瀹㈢殑瑙掑害鐪嬶紝鏃呭鑺变笂姣斿潗姹借溅銆佺伀杞﹂珮璁稿鐨勯挶鍧愰鏈哄嚭琛岀殑鐩殑锛屼富瑕佸湪浜庯紙銆�銆�锛夈�傦紙鍗曢�夐锛�
-          </p>
-          <p>
-            <input type="radio" name="projectTwo.three" :disabled="questionData.isComplete" value="A" id="3"
-              v-model="questionData.projectTwo.three.value" @change="setBookQuestion" />A.瀹夊叏
-          </p>
-          <p>
-            <input type="radio" name="projectTwo.three" :disabled="questionData.isComplete" value="B" id="3"
-              v-model="questionData.projectTwo.three.value" @change="setBookQuestion" />B.蹇嵎鐪佹椂
-          </p>
-          <p>
-            <input type="radio" name="projectTwo.three" :disabled="questionData.isComplete" value="C" id="3"
-              v-model="questionData.projectTwo.three.value" @change="setBookQuestion" />C.鏈変汉鎻愪緵涓撻棬鏈嶅姟
-          </p>
-          <p>
-            <input type="radio" name="projectTwo.three" :disabled="questionData.isComplete" value="D" id="3"
-              v-model="questionData.projectTwo.three.value" @change="setBookQuestion" />D.鑸掗��
-          </p>
-          <p>
-            4.鏈嶅姟鎰忚瘑涔熸槸鈥滃埄浠栤�濈殑鎰忚瘑锛屾彁楂樻湇鍔℃剰璇嗗彲浠ヤ粠鎻愰珮鈥滃埄浠栤�濇剰璇嗗叆鎵嬨�傚叿浣撲綋鐜板湪浠ヤ笅鍑犱釜鏂归潰锛燂紙銆�銆�锛夛紙澶氶�夐锛�
-          </p>
-          <p>
-            <input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="A" id="4"
-              v-model="questionData.projectTwo.four.value" @change="setBookQuestion" />A.鍏呭垎鐞嗚В鏃呭鐨勮繃閿�
-          </p>
-          <p>
-            <input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="B" id="4"
-              v-model="questionData.projectTwo.four.value" @change="setBookQuestion" />B.鍏呭垎鐞嗚В鏃呭鐨勯渶姹�
-          </p>
-          <p>
-            <input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="C" id="4"
-              v-model="questionData.projectTwo.four.value" @change="setBookQuestion" />C.鍏呭垎鐞嗚В鏃呭鐨勬兂娉曞拰蹇冩��
-          </p>
-          <p>
-            <input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="D" id="4"
-              v-model="questionData.projectTwo.four.value" @change="setBookQuestion" />D.鍏呭垎鐞嗚В涓嶅悓鏃呭
-          </p>
-          <p>5.璇风畝瑕佽鍑烘皯鑸湇鍔$殑琛屼笟鐗瑰緛銆�</p>
-          <textarea v-model="questionData.projectTwo.five.value" placeholder="璇疯緭鍏ュ唴瀹�" rows="4" class="fz-16 textarea-box"
-            @change="setBookQuestion"></textarea>
-          <p>6.璇锋牴鎹墍瀛︾煡璇嗗垎鏋愭皯鑸湇鍔$殑鐜扮姸鍙婃湇鍔¤川閲忛棶棰樹骇鐢熺殑鍘熷洜銆�</p>
-          <textarea v-model="questionData.projectTwo.six.value" placeholder="璇疯緭鍏ュ唴瀹�" rows="4" class="fz-16 textarea-box"
-            @change="setBookQuestion"></textarea>
+          <p class="td-0 mb-10 mt-20"><span class="bj2">路椤圭洰鑷祴路</span></p>
           <p class="dialogQuestion" @click="openQuestion(2)">
             <span class="td-0">銆愭湰鑺傛祴璇曘��</span>
             <span class="td-0">
-              <svg  t="1736157124915" class="icon" viewBox="0 0 1024 1024" version="1.1"
+              <svg t="1736157124915" class="icon" viewBox="0 0 1024 1024" version="1.1"
                 xmlns="http://www.w3.org/2000/svg" p-id="2536" xmlns:xlink="http://www.w3.org/1999/xlink" width="28"
                 height="28">
                 <path
@@ -1592,7 +1412,7 @@
     <!-- 27椤� -->
     <div class="page-box" page="33">
       <div v-if="showPageList.indexOf(33) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45  h-25">
           <li class="header-right-Number header-right-title">妯″潡涓�</li>
           <li class="header-right-Number">姘戣埅绀间华涓庢湇鍔¤兘鍔涜鐭�</li>
           <li class="p-Num">27</li>
@@ -1705,7 +1525,7 @@
     <!-- 29椤� -->
     <div class="page-box" page="35">
       <div v-if="showPageList.indexOf(35) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45  h-25">
           <li class="header-right-Number header-right-title">妯″潡涓�</li>
           <li class="header-right-Number">姘戣埅绀间华涓庢湇鍔¤兘鍔涜鐭�</li>
           <li class="p-Num">29</li>
@@ -1795,7 +1615,7 @@
     <!-- 31椤� -->
     <div class="page-box" page="37">
       <div v-if="showPageList.indexOf(37) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45  h-25">
           <li class="header-right-Number header-right-title">妯″潡涓�</li>
           <li class="header-right-Number">姘戣埅绀间华涓庢湇鍔¤兘鍔涜鐭�</li>
           <li class="p-Num">31</li>
@@ -1929,7 +1749,7 @@
     <!-- 33椤� -->
     <div class="page-box" page="39">
       <div v-if="showPageList.indexOf(39) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45  h-25">
           <li class="header-right-Number header-right-title">妯″潡涓�</li>
           <li class="header-right-Number">姘戣埅绀间华涓庢湇鍔¤兘鍔涜鐭�</li>
           <li class="p-Num">33</li>
@@ -2018,7 +1838,7 @@
     <!-- 35 -->
     <div class="page-box" page="41">
       <div v-if="showPageList.indexOf(41) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45  h-25">
           <li class="header-right-Number header-right-title">妯″潡涓�</li>
           <li class="header-right-Number">姘戣埅绀间华涓庢湇鍔¤兘鍔涜鐭�</li>
           <li class="p-Num">35</li>
@@ -2116,7 +1936,7 @@
     <!-- 37 -->
     <div class="page-box" page="43">
       <div v-if="showPageList.indexOf(43) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45  h-25">
           <li class="header-right-Number header-right-title">妯″潡涓�</li>
           <li class="header-right-Number">姘戣埅绀间华涓庢湇鍔¤兘鍔涜鐭�</li>
           <li class="p-Num">37</li>
@@ -2208,7 +2028,7 @@
     <!-- 39 -->
     <div class="page-box" page="45">
       <div v-if="showPageList.indexOf(45) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45  h-25">
           <li class="header-right-Number header-right-title">妯″潡涓�</li>
           <li class="header-right-Number">姘戣埅绀间华涓庢湇鍔¤兘鍔涜鐭�</li>
           <li class="p-Num">39</li>
@@ -2311,7 +2131,7 @@
     <!-- 41 -->
     <div class="page-box" page="47">
       <div v-if="showPageList.indexOf(47) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45  h-25">
           <li class="header-right-Number header-right-title">妯″潡涓�</li>
           <li class="header-right-Number">姘戣埅绀间华涓庢湇鍔¤兘鍔涜鐭�</li>
           <li class="p-Num">41</li>
@@ -2575,7 +2395,7 @@
     <!-- 43 -->
     <div class="page-box" page="49">
       <div v-if="showPageList.indexOf(49) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45  h-25">
           <li class="header-right-Number header-right-title">妯″潡涓�</li>
           <li class="header-right-Number">姘戣埅绀间华涓庢湇鍔¤兘鍔涜鐭�</li>
           <li class="p-Num">43</li>
@@ -2907,7 +2727,7 @@
     <!-- 45 -->
     <div class="page-box" page="51">
       <div v-if="showPageList.indexOf(51) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45  h-25">
           <li class="header-right-Number header-right-title">妯″潡涓�</li>
           <li class="header-right-Number">姘戣埅绀间华涓庢湇鍔¤兘鍔涜鐭�</li>
           <li class="p-Num">45</li>
diff --git a/src/books/aviationEtiquette/view/components/chapter003.vue b/src/books/aviationEtiquette/view/components/chapter003.vue
index aae588f..555d14c 100644
--- a/src/books/aviationEtiquette/view/components/chapter003.vue
+++ b/src/books/aviationEtiquette/view/components/chapter003.vue
@@ -190,7 +190,7 @@
     <!-- 91 -->
     <div class="page-box" page="97">
       <div v-if="showPageList.indexOf(97) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡涓�</li>
           <li class="header-right-Number">姘戣埅娌熼�氱ぜ浠疄璁�</li>
           <li class="p-Num">91</li>
@@ -308,7 +308,7 @@
     <!-- 93 -->
     <div class="page-box" page="99">
       <div v-if="showPageList.indexOf(99) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡涓�</li>
           <li class="header-right-Number">姘戣埅娌熼�氱ぜ浠疄璁�</li>
           <li class="p-Num">93</li>
@@ -429,7 +429,7 @@
     <!-- 95 -->
     <div class="page-box" page="101">
       <div v-if="showPageList.indexOf(101) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡涓�</li>
           <li class="header-right-Number">姘戣埅娌熼�氱ぜ浠疄璁�</li>
           <li class="p-Num">95</li>
@@ -560,7 +560,7 @@
     <!-- 97 -->
     <div class="page-box" page="103">
       <div v-if="showPageList.indexOf(103) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡涓�</li>
           <li class="header-right-Number">姘戣埅娌熼�氱ぜ浠疄璁�</li>
           <li class="p-Num">97</li>
@@ -714,7 +714,7 @@
     <!-- 99 -->
     <div class="page-box" page="105">
       <div v-if="showPageList.indexOf(105) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡涓�</li>
           <li class="header-right-Number">姘戣埅娌熼�氱ぜ浠疄璁�</li>
           <li class="p-Num">99</li>
@@ -906,7 +906,7 @@
     <!-- 101 -->
     <div class="page-box" page="107">
       <div v-if="showPageList.indexOf(107) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡涓�</li>
           <li class="header-right-Number">姘戣埅娌熼�氱ぜ浠疄璁�</li>
           <li class="p-Num">101</li>
@@ -1013,32 +1013,8 @@
           </div>
           <p class="td-0 mb-10 mt-10"><span class="bj2">路绀间箣瀹炶返路</span></p>
           <p>瀛﹀畬鏈」鐩唴瀹癸紝璇疯皥璋堜綘鍦ㄧ敓娲诲涔犱腑娌熼�氱殑鏂规硶鍜屼笉瓒充箣澶勩��</p>
-          <p class="td-0 mb-10 mt-10"><span class="bj2">路椤圭洰鑷祴路</span></p>
-          <p>1.绠�杩颁笌鍚屼簨娌熼�氱殑鎶�宸с��</p>
-          <textarea v-model="questionData.projectOne.one.value" placeholder="璇疯緭鍏ュ唴瀹�" rows="4" class="fz-16 textarea-box"
-            @change="setBookQuestion"></textarea>
-          <p>2.绠�杩板伐浣滀腑鍒嗘鐨勫鐞嗘柟寮忋��</p>
-          <textarea v-model="questionData.projectOne.two.value" placeholder="璇疯緭鍏ュ唴瀹�" rows="4" class="fz-16 textarea-box"
-            @change="setBookQuestion"></textarea>
-          <p>3.绠�杩颁笌鐢熺梾鏃呭鐨勬矡閫氭柟娉曘��</p>
-          <textarea v-model="questionData.projectOne.three.value" placeholder="璇疯緭鍏ュ唴瀹�" rows="4"
-            class="fz-16 textarea-box" @change="setBookQuestion"></textarea>
-          <p>4.姘戣埅鏈嶅姟浜哄憳涓庝汉娌熼�氱殑鍘熷垯搴斿寘鎷紙銆�銆�锛夈�傦紙澶氶�夐锛�</p>
-          <p><input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="A" id="1"
-              v-model="questionData.projectOne.four.value" @change="setBookQuestion" />A.鐖卞績</p>
-          <p><input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="B" id="1"
-              v-model="questionData.projectOne.four.value" @change="setBookQuestion" />B.璐d换蹇�</p>
-          <p><input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="C" id="1"
-              v-model="questionData.projectOne.four.value" @change="setBookQuestion" />C.鍖呭蹇�</p>
-          <p><input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="D" id="1"
-              v-model="questionData.projectOne.four.value" @change="setBookQuestion" />D.鍚屾儏蹇�</p>
-          <p>5.涓庨噸瑕佹梾瀹㈣濡備綍娌熼�氾紵璋堣皥浣犵殑瑙佽В銆�</p>
-          <textarea v-model="questionData.projectOne.five.value" placeholder="璇疯緭鍏ュ唴瀹�" rows="4" class="fz-16 textarea-box"
-            @change="setBookQuestion"></textarea>
-          <p>6.娌熼�氫腑鈥滀簲蹇冩湇鍔♀�濇槸鎸囧摢浜斿績锛�</p>
-          <textarea v-model="questionData.projectOne.six.value" placeholder="璇疯緭鍏ュ唴瀹�" rows="4" class="fz-16 textarea-box"
-            @change="setBookQuestion"></textarea>
-            <p class="dialogQuestion" @click="openQuestion(1)" >
+          <p class="td-0 mb-10 mt-20"><span class="bj2">路椤圭洰鑷祴路</span></p>
+          <p class="dialogQuestion" @click="openQuestion(1)">
             <span class="td-0">銆愭湰鑺傛祴璇曘��</span>
             <span class="td-0">
               <svg t="1736157124915" class="icon" viewBox="0 0 1024 1024" version="1.1"
@@ -1063,7 +1039,7 @@
     <!-- 103 -->
     <div class="page-box" page="109">
       <div v-if="showPageList.indexOf(109) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡涓�</li>
           <li class="header-right-Number">姘戣埅娌熼�氱ぜ浠疄璁�</li>
           <li class="p-Num">103</li>
@@ -1211,7 +1187,7 @@
     <!-- 105 -->
     <div class="page-box" page="111">
       <div v-if="showPageList.indexOf(111) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡涓�</li>
           <li class="header-right-Number">姘戣埅娌熼�氱ぜ浠疄璁�</li>
           <li class="p-Num">105</li>
@@ -1320,7 +1296,7 @@
     <!-- 107 -->
     <div class="page-box" page="113">
       <div v-if="showPageList.indexOf(113) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡涓�</li>
           <li class="header-right-Number">姘戣埅娌熼�氱ぜ浠疄璁�</li>
           <li class="p-Num">107</li>
@@ -1442,7 +1418,7 @@
     <!-- 109 -->
     <div class="page-box" page="115">
       <div v-if="showPageList.indexOf(115) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡涓�</li>
           <li class="header-right-Number">姘戣埅娌熼�氱ぜ浠疄璁�</li>
           <li class="p-Num">109</li>
@@ -1578,7 +1554,7 @@
     <!-- 111 -->
     <div class="page-box" page="117">
       <div v-if="showPageList.indexOf(117) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡涓�</li>
           <li class="header-right-Number">姘戣埅娌熼�氱ぜ浠疄璁�</li>
           <li class="p-Num">111</li>
@@ -1590,63 +1566,11 @@
           <p class="center">
             <img class="img-0" alt="" src="../../assets/images/0117-1.jpg" />
           </p>
-          <p class="td-0 mb-10 mt-10"><span class="bj2">路椤圭洰鑷祴路</span></p>
-          <p>
-            1.姘戣埅鏈嶅姟杩囩▼涓毦鍏嶄細鍑虹幇涓�浜涗笉鍙鐭ョ殑绐佸彂鐘跺喌锛岃�屽杩欎簺绐佸彂鐘跺喌鐨勫缃紝鏈夊彲鑳戒細寮曡捣鎶曡瘔鎴栧叾浠栬繛閿佺殑鍙嶅簲銆備笅鍒楀摢浜涘睘浜庢皯鑸梾瀹㈡姇璇夌殑鍘熷洜锛燂紙銆�銆�锛夛紙澶氶�夐锛�
-          </p>
-          <p><input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="A" id="1"
-              v-model="questionData.projectTwo.one.value" @change="setBookQuestion" />A.闈㈠鏃呭鎶曡瘔鏃剁鐞嗘粸鍚庡拰涓嶅仴鍏紝浣挎梾瀹㈡姇璇夋棤鐢ㄦ垨鎶曡瘔鏃犻棬</p>
-          <p><input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="B" id="1"
-              v-model="questionData.projectTwo.one.value" @change="setBookQuestion" />B.姘戣埅鏈嶅姟浜哄憳鐨勬湇鍔℃剰璇嗕笉瓒筹紝鍥犱负琛屼负涓炬鎴栬瑷�瀵艰嚧鐭涚浘浜х敓
-          </p>
-          <p><input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="C" id="1"
-              v-model="questionData.projectTwo.one.value" @change="setBookQuestion" />C.姘戣埅鏈嶅姟浜哄憳棰滃�间笉楂�</p>
-          <p><input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="D" id="1"
-              v-model="questionData.projectTwo.one.value" @change="setBookQuestion" />D.姘戣埅鏈嶅姟浜哄憳鐨勪笓涓氱煡璇嗘按骞充笉楂樺強鏈嶅姟鎶�鑳戒笉瓒�</p>
-          <p>
-            2.鏃呭鎶曡瘔鏄竴鎶婂弻鍒冨墤锛屽綋鍑虹幇鏃呭鎶曡瘔鐨勬椂鍊欙紝搴旈伒寰摢浜涘鐞嗙殑鍩烘湰鍘熷垯锛燂紙銆�銆�锛夛紙澶氶�夐锛�
-          </p>
-          <p><input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="A" id="2"
-              v-model="questionData.projectTwo.two.value" @change="setBookQuestion" />A.鏃呭涓哄厛銆佺湡璇氭湇鍔$殑鍘熷垯</p>
-          <p><input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="B" id="2"
-              v-model="questionData.projectTwo.two.value" @change="setBookQuestion" />B.绉瀬娌熼�氥�佷富鍔ㄦ媴璐g殑鍘熷垯</p>
-          <p><input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="C" id="2"
-              v-model="questionData.projectTwo.two.value" @change="setBookQuestion" />C.浜嬩笉鍏冲繁銆侀珮楂樺湪涓婄殑鍘熷垯</p>
-          <p><input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="D" id="2"
-              v-model="questionData.projectTwo.two.value" @change="setBookQuestion" />D.鍙婃椂瑙e喅銆佺粷涓嶆嫋寤剁殑鍘熷垯</p>
-          <p>3.鍏充簬瀹㈡埛鎶曡瘔瀵硅埅鍙哥殑鎰忎箟锛岃〃杩颁笉姝g‘鐨勬槸锛堛��銆�锛夈�傦紙鍗曢�夐锛�</p>
-          <p><input type="radio" name="QThree" :disabled="questionData.isComplete" value="A" id="3"
-              v-model="questionData.projectTwo.three.value" @change="setBookQuestion" />A.鍙互鎸界暀浣忛【瀹�</p>
-          <p><input type="radio" name="QThree" :disabled="questionData.isComplete" value="B" id="3"
-              v-model="questionData.projectTwo.three.value" @change="setBookQuestion" />B.鎸藉洖瀹㈡埛瀵硅埅鍙哥殑淇′换</p>
-          <p><input type="radio" name="QThree" :disabled="questionData.isComplete" value="C" id="3"
-              v-model="questionData.projectTwo.three.value" @change="setBookQuestion" />C.澧炲姞鑸徃鐭ュ悕搴�</p>
-          <p><input type="radio" name="QThree" :disabled="questionData.isComplete" value="D" id="3"
-              v-model="questionData.projectTwo.three.value" @change="setBookQuestion" />D.甯姪浼佷笟鍙婃椂鍙戠幇闂</p>
-          <p>4.鍦ㄦ姇璇夊鐞嗗悗锛屽鏈嶄汉鍛樼殑宸ヤ綔涓嶅寘鎷紙銆�銆�锛夈�傦紙鍗曢�夐锛�</p>
-          <p><input type="radio" name="QFour" :disabled="questionData.isComplete" value="A" id="4"
-              v-model="questionData.projectTwo.four.value" @change="setBookQuestion" />A.鑷垜鎺у埗</p>
-          <p><input type="radio" name="QFour" :disabled="questionData.isComplete" value="B" id="4"
-              v-model="questionData.projectTwo.four.value" @change="setBookQuestion" />B.鑷垜瀵硅瘽</p>
-          <p><input type="radio" name="QFour" :disabled="questionData.isComplete" value="C" id="4"
-              v-model="questionData.projectTwo.four.value" @change="setBookQuestion" />C.鑷垜妫�璁�</p>
-          <p><input type="radio" name="QFour" :disabled="questionData.isComplete" value="D" id="4"
-              v-model="questionData.projectTwo.four.value" @change="setBookQuestion" />D.鑷垜瀹夋叞</p>
-          <p>
-            5.涓嬪垪閫夐」涓笉灞炰簬姘戣埅鍛樺伐姝g‘澶勭悊鏃呭鎶曡瘔鐨勫師鍒欑殑鏄紙銆�銆�锛夈�傦紙鍗曢�夐锛�
-          </p>
-          <p><input type="radio" name="QFive" :disabled="questionData.isComplete" value="A" id="5"
-              v-model="questionData.projectTwo.five.value" @change="setBookQuestion" />A.杩呴�熼噰鍙栬鍔�</p>
-          <p><input type="radio" name="QFive" :disabled="questionData.isComplete" value="B" id="5"
-              v-model="questionData.projectTwo.five.value" @change="setBookQuestion" />B.绔欏湪鏃呭鐨勭珛鍦哄皢蹇冩瘮蹇�</p>
-          <p><input type="radio" name="QFive" :disabled="questionData.isComplete" value="C" id="5"
-              v-model="questionData.projectTwo.five.value" @change="setBookQuestion" />C.鍏堝鐞嗕簨浠讹紝鍚庡鐞嗘儏鎰�</p>
-          <p><input type="radio" name="QFive" :disabled="questionData.isComplete" value="D" id="5"
-              v-model="questionData.projectTwo.five.value" @change="setBookQuestion" />D.鑰愬績鍊惧惉鏃呭鐨勬姳鎬�</p>
-            <p class="dialogQuestion" @click="openQuestion(2)">
+          <p class="td-0 mb-10 mt-20"><span class="bj2">路椤圭洰鑷祴路</span></p>
+          <p class="dialogQuestion" @click="openQuestion(2)">
             <span class="td-0">銆愭湰鑺傛祴璇曘��</span>
             <span class="td-0">
-              <svg  t="1736157124915" class="icon" viewBox="0 0 1024 1024" version="1.1"
+              <svg t="1736157124915" class="icon" viewBox="0 0 1024 1024" version="1.1"
                 xmlns="http://www.w3.org/2000/svg" p-id="2536" xmlns:xlink="http://www.w3.org/1999/xlink" width="28"
                 height="28">
                 <path
@@ -1661,7 +1585,7 @@
               </svg>
             </span>
           </p>
-            </div>
+        </div>
       </div>
     </div>
     <dialogExaminations :isClear="dialogVisibleOne" :primaryColor="themeColor"
@@ -2121,7 +2045,7 @@
           "瑙嗛锛氭皯鑸亴鍦烘矡閫氳鐭�"
         );
         this.chapterData.isCollectVideoSeven = !this.chapterData.isCollectVideoSeven;
-      }else if (e == "video-09") {
+      } else if (e == "video-09") {
         this.handleCollectResource(
           "1f04f081f61aa13373daa7b8b92cc750",
           "1f04f081f61aa13373daa7b8b92cc750",
@@ -2131,7 +2055,7 @@
           "瑙嗛锛氭皯鑸梾瀹㈡姇璇夊簲瀵规妧宸�"
         );
         this.chapterData.isCollectVideoSeven = !this.chapterData.isCollectVideoSeven;
-      }else if (e == "video-10") {
+      } else if (e == "video-10") {
         this.handleCollectResource(
           "222a20d4bcb6805836684e0d96752ae3",
           "222a20d4bcb6805836684e0d96752ae3",
@@ -2141,7 +2065,7 @@
           "瑙嗛锛氶鏈烘晠闅滃鑷存姇璇夌殑澶勭悊璇濇湳"
         );
         this.chapterData.isCollectVideoSeven = !this.chapterData.isCollectVideoSeven;
-      }else if (e == "video-11") {
+      } else if (e == "video-11") {
         this.handleCollectResource(
           "b0ff55db0549ccb2f6c1b332798aa8d3",
           "b0ff55db0549ccb2f6c1b332798aa8d3",
diff --git a/src/books/aviationEtiquette/view/components/chapter004.vue b/src/books/aviationEtiquette/view/components/chapter004.vue
index f0a94d5..0b3f129 100644
--- a/src/books/aviationEtiquette/view/components/chapter004.vue
+++ b/src/books/aviationEtiquette/view/components/chapter004.vue
@@ -61,7 +61,7 @@
     <!-- 113 -->
     <div class="page-box" page="119">
       <div v-if="showPageList.indexOf(119) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡鍥�</li>
           <li class="header-right-Number">姘戣埅涓撲笟绀间华瀹炶</li>
           <li class="p-Num">113</li>
@@ -199,7 +199,7 @@
     <!-- 115 -->
     <div class="page-box" page="121">
       <div v-if="showPageList.indexOf(121) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡鍥�</li>
           <li class="header-right-Number">姘戣埅涓撲笟绀间华瀹炶</li>
           <li class="p-Num">115</li>
@@ -297,7 +297,7 @@
     <!-- 117 -->
     <div class="page-box" page="123">
       <div v-if="showPageList.indexOf(123) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡鍥�</li>
           <li class="header-right-Number">姘戣埅涓撲笟绀间华瀹炶</li>
           <li class="p-Num">117</li>
@@ -448,7 +448,7 @@
     <!-- 119 -->
     <div class="page-box" page="125">
       <div v-if="showPageList.indexOf(125) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡鍥�</li>
           <li class="header-right-Number">姘戣埅涓撲笟绀间华瀹炶</li>
           <li class="p-Num">119</li>
@@ -583,7 +583,7 @@
     <!-- 121 -->
     <div class="page-box" page="127">
       <div v-if="showPageList.indexOf(127) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡鍥�</li>
           <li class="header-right-Number">姘戣埅涓撲笟绀间华瀹炶</li>
           <li class="p-Num">121</li>
@@ -696,7 +696,7 @@
     <!-- 123 -->
     <div class="page-box" page="129">
       <div v-if="showPageList.indexOf(129) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡鍥�</li>
           <li class="header-right-Number">姘戣埅涓撲笟绀间华瀹炶</li>
           <li class="p-Num">123</li>
@@ -934,7 +934,7 @@
     <!-- 125 -->
     <div class="page-box" page="131">
       <div v-if="showPageList.indexOf(131) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡鍥�</li>
           <li class="header-right-Number">姘戣埅涓撲笟绀间华瀹炶</li>
           <li class="p-Num">125</li>
@@ -1064,7 +1064,7 @@
     <!-- 127 -->
     <div class="page-box" page="133">
       <div v-if="showPageList.indexOf(133) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡鍥�</li>
           <li class="header-right-Number">姘戣埅涓撲笟绀间华瀹炶</li>
           <li class="p-Num">127</li>
@@ -1115,98 +1115,7 @@
           </li>
         </ul>
         <div class="bodystyle">
-          <p class="td-0 mb-10 mt-10"><span class="bj2">路椤圭洰鑷祴路</span></p>
-          <p>1.鍊欐満妤奸棶璇㈡湇鍔℃牴鎹彁渚涙柟鍙垎涓猴紙銆�銆�锛夈��</p>
-          <p>
-            <input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="A" id="1"
-              v-model="questionData.projectOne.one.value" @change="setBookQuestion" />A.鏈哄満闂
-          </p>
-          <p>
-            <input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="B" id="1"
-              v-model="questionData.projectOne.one.value" @change="setBookQuestion" />B.鑱斿悎闂
-          </p>
-          <p>
-            <input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="C" id="1"
-              v-model="questionData.projectOne.one.value" @change="setBookQuestion" />C.鑱斿悎闂銆佽埅绌哄叕鍙搁棶璇€�佹満鍦洪棶璇�
-          </p>
-          <p>2.鍊欐満妤肩幇鍦洪棶璇㈡湇鍔$ぜ浠湁鍝簺锛燂紙銆�銆�锛夈��</p>
-          <p>
-            <input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="A" id="2"
-              v-model="questionData.projectOne.two.value" @change="setBookQuestion" />A.杩庢帴鏃呭绀间华
-          </p>
-          <p>
-            <input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="B" id="2"
-              v-model="questionData.projectOne.two.value" @change="setBookQuestion" />B.搴旂瓟鏃呭闂绀间华
-          </p>
-          <p>
-            <input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="C" id="2"
-              v-model="questionData.projectOne.two.value" @change="setBookQuestion" />C.鍛婂埆鏃呭绀间华
-          </p>
-          <p>
-            <input type="checkbox" name="ball2" :disabled="questionData.isComplete" value="D" id="2"
-              v-model="questionData.projectOne.two.value" @change="setBookQuestion" />D.浠ヤ笂閮芥槸
-          </p>
-          <p>
-            3.鐩磋甯﹀伐浣滆姹傦細鎺掗槦瓒呰繃锛堛��銆�锛変汉鏃讹紝澧炲姞鏌滃彴锛涘洟闃熻秴杩囷紙銆�銆�锛変汉鏃讹紝澧炲姞鏌滃彴銆�
-          </p>
-          <p>
-            <input type="radio" name="QThree" :disabled="questionData.isComplete" value="A" id="3"
-              v-model="questionData.projectOne.three.value" @change="setBookQuestion" />A.4锝�5锛�6
-          </p>
-          <p>
-            <input type="radio" name="QThree" :disabled="questionData.isComplete" value="B" id="3"
-              v-model="questionData.projectOne.three.value" @change="setBookQuestion" />B.6锝�8锛�8
-          </p>
-          <p>
-            <input type="radio" name="QThree" :disabled="questionData.isComplete" value="C" id="3"
-              v-model="questionData.projectOne.three.value" @change="setBookQuestion" />C.8锝�10锛�9
-          </p>
-          <p>
-            <input type="radio" name="QThree" :disabled="questionData.isComplete" value="D" id="3"
-              v-model="questionData.projectOne.three.value" @change="setBookQuestion" />D.8锝�10锛�10
-          </p>
-          <p>4.鍊欐満妤煎�兼満鏈嶅姟鐨勫熀鏈祦绋嬫湁锛堛��銆�锛夈��</p>
-          <p>
-            <input type="checkbox" name="QFour" :disabled="questionData.isComplete" value="A" id="4"
-              v-model="questionData.projectOne.four.value" @change="setBookQuestion" />A.杩庢帴鏃呭锛屾敹杩愩�佹墭杩愭梾瀹㈣鏉�
-          </p>
-          <p>
-            <input type="checkbox" name="QFour" :disabled="questionData.isComplete" value="B" id="4"
-              v-model="questionData.projectOne.four.value" @change="setBookQuestion" />B.鏌ユ鏃呭瀹㈢エ鍙婅瘉浠讹紝鍚屾梾瀹㈠憡鍒�
-          </p>
-          <p>
-            <input type="checkbox" name="QFour" :disabled="questionData.isComplete" value="C" id="4"
-              v-model="questionData.projectOne.four.value" @change="setBookQuestion" />C.涓烘梾瀹㈠畨鎺掑骇浣�
-          </p>
-          <p>
-            <input type="checkbox" name="QFour" :disabled="questionData.isComplete" value="D" id="4"
-              v-model="questionData.projectOne.four.value" @change="setBookQuestion" />D.杩庢帴鏃呭锛屾鏌ユ梾瀹㈠绁ㄥ強璇佷欢锛屼负鏃呭瀹夋帓搴т綅锛屾敹杩愭墭杩愭梾瀹㈣鏉�
-          </p>
-          <p>5.閰掓按鏈嶅姟绀间华涓紝绾㈣憽钀勯厭搴斿�掓弧鏉瓙鐨勶紙銆�銆�锛夈��</p>
-          <p>
-            <input type="radio" name="QFive" :disabled="questionData.isComplete" value="A" id="5"
-              v-model="questionData.projectOne.five.value" @change="setBookQuestion" />A.1/3
-          </p>
-          <p>
-            <input type="radio" name="QFive" :disabled="questionData.isComplete" value="B" id="5"
-              v-model="questionData.projectOne.five.value" @change="setBookQuestion" />B.2/3
-          </p>
-          <p>
-            <input type="radio" name="QFive" :disabled="questionData.isComplete" value="C" id="5"
-              v-model="questionData.projectOne.five.value" @change="setBookQuestion" />C.鍊掓弧
-          </p>
-          <p>6.鏈夋晥鐨勮韩浠借瘉浠跺寘鎷粈涔堬紵</p>
-          <textarea v-model="questionData.projectOne.six.value" placeholder="璇疯緭鍏ュ唴瀹�" rows="4" class="fz-16 textarea-box"
-            @change="setBookQuestion"></textarea>
-          <p>7.绠�杩板洖绛旀梾瀹㈤棶棰樼殑鎶�宸с��</p>
-          <textarea v-model="questionData.projectOne.seven.value" placeholder="璇疯緭鍏ュ唴瀹�" rows="4"
-            class="fz-16 textarea-box" @change="setBookQuestion"></textarea>
-          <p>8.绠�杩拌吹瀹惧巺鏈嶅姟涓殑鈥滀笁杞绘湇鍔♀�濃�滃惊鐜紡涓嶉棿鏂湇鍔♀�濃�滈浂鍛煎敜绠$悊鈥濄��</p>
-          <textarea v-model="questionData.projectOne.eight.value" placeholder="璇疯緭鍏ュ唴瀹�" rows="4"
-            class="fz-16 textarea-box" @change="setBookQuestion"></textarea>
-          <p>9.鐢垫寮曞绀间华搴旈伒寰摢浜涘師鍒欙紵</p>
-          <textarea v-model="questionData.projectOne.nine.value" placeholder="璇疯緭鍏ュ唴瀹�" rows="4" class="fz-16 textarea-box"
-            @change="setBookQuestion"></textarea>
+          <p class="td-0 mb-20 mt-20"><span class="bj2">路椤圭洰鑷祴路</span></p>
           <p class="dialogQuestion" @click="openQuestion(1)">
             <span class="td-0">銆愭湰鑺傛祴璇曘��</span>
             <span class="td-0">
@@ -1231,7 +1140,7 @@
     <!-- 129 -->
     <div class="page-box" page="135">
       <div v-if="showPageList.indexOf(135) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡鍥�</li>
           <li class="header-right-Number">姘戣埅涓撲笟绀间华瀹炶</li>
           <li class="p-Num">129</li>
@@ -1368,7 +1277,7 @@
     <!-- 131 -->
     <div class="page-box" page="137">
       <div v-if="showPageList.indexOf(137) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡鍥�</li>
           <li class="header-right-Number">姘戣埅涓撲笟绀间华瀹炶</li>
           <li class="p-Num">131</li>
@@ -1525,7 +1434,7 @@
     <!-- 133 -->
     <div class="page-box" page="139">
       <div v-if="showPageList.indexOf(139) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡鍥�</li>
           <li class="header-right-Number">姘戣埅涓撲笟绀间华瀹炶</li>
           <li class="p-Num">133</li>
@@ -1565,26 +1474,6 @@
           <p class="center">
             <img class="img-0" alt="" src="../../assets/images/0139-1.jpg" />
           </p>
-          <p class="mb-10 mt-10 td-0"><span class="bj2">路椤圭洰鑷祴路</span></p>
-          <p>
-            1.寮�绠卞寘妫�鏌ョ殑姝g‘姝ラ鏄紙銆�銆�锛夈�傦紙鍗曢�夐锛�
-          </p>
-          <p>
-            <input type="radio" name="QusOne" :disabled="questionData.isComplete" value="A" id="1"
-              v-model="questionData.projectTwo.one.value" @change="setBookQuestion" />A.妫�鏌ュ唴灞傘�佹鏌ョ鍖呭唴鐗╁搧
-          </p>
-          <p>
-            <input type="radio" name="QusOne" :disabled="questionData.isComplete" value="B" id="1"
-              v-model="questionData.projectTwo.one.value" @change="setBookQuestion" />B.瑙傚療澶栬銆佹鏌ョ鍖呭唴鐗╁搧
-          </p>
-          <p>
-            <input type="radio" name="QusOne" :disabled="questionData.isComplete" value="C" id="1"
-              v-model="questionData.projectTwo.one.value" @change="setBookQuestion" />C.瑙傚療澶栬銆佹鏌ュ唴灞傚拰澶瑰眰銆佹鏌ョ鍖呭唴鐗╁搧銆佸杽鍚庡鐞�
-          </p>
-          <p>
-            <input type="radio" name="QusOne" :disabled="questionData.isComplete" value="D" id="1"
-              v-model="questionData.projectTwo.one.value" @change="setBookQuestion" />D.瑙傚療澶栬銆佹鏌ュす灞傘�佹鏌ョ鍖呭唴鐗╁搧銆佸杽鍚庡鐞�
-          </p>
         </div>
       </div>
     </div>
@@ -1601,49 +1490,7 @@
           </li>
         </ul>
         <div class="bodystyle">
-          <p>2.寮�绠卞寘妫�鏌ユ椂锛屼互涓嬪摢浜涗笉鏄彲鐤戠墿鍝侊紵锛堛��銆�锛夛紙鍗曢�夐锛�</p>
-          <p>
-            <input type="radio" name="QusTwo" :disabled="questionData.isComplete" value="A" id="2"
-              v-model="questionData.projectTwo.two.value" @change="setBookQuestion" />A.鐢垫睜
-          </p>
-          <p>
-            <input type="radio" name="QusTwo" :disabled="questionData.isComplete" value="B" id="2"
-              v-model="questionData.projectTwo.two.value" @change="setBookQuestion" />B.绮夌姸鐗�
-          </p>
-          <p>
-            <input type="radio" name="QusTwo" :disabled="questionData.isComplete" value="C" id="2"
-              v-model="questionData.projectTwo.two.value" @change="setBookQuestion" />C.鍥轰綋鐘剁墿
-          </p>
-          <p>
-            <input type="radio" name="QusTwo" :disabled="questionData.isComplete" value="D" id="2"
-              v-model="questionData.projectTwo.two.value" @change="setBookQuestion" />D.瀵肩嚎
-          </p>
-          <p>3.甯歌鐨勫紑绠卞寘妫�鏌ユ墜娉曟湁锛堛��銆�锛夛紙澶氶�夐锛�</p>
-          <p>
-            <input type="checkbox" name="QusThree" :disabled="questionData.isComplete" value="A" id="3"
-              v-model="questionData.projectTwo.three.value" @change="setBookQuestion" />A.鍚�
-          </p>
-          <p>
-            <input type="checkbox" name="QusThree" :disabled="questionData.isComplete" value="B" id="3"
-              v-model="questionData.projectTwo.three.value" @change="setBookQuestion" />B.鍡�
-          </p>
-          <p>
-            <input type="checkbox" name="QusThree" :disabled="questionData.isComplete" value="C" id="3"
-              v-model="questionData.projectTwo.three.value" @change="setBookQuestion" />C.鏁�
-          </p>
-          <p>
-            <input type="checkbox" name="QusThree" :disabled="questionData.isComplete" value="D" id="3"
-              v-model="questionData.projectTwo.three.value" @change="setBookQuestion" />D.鎽�
-          </p>
-          <p>4.绠�杩颁汉韬畨鍏ㄦ鏌ョ殑鍒嗙被銆�</p>
-          <textarea v-model="questionData.projectTwo.four.value" placeholder="璇疯緭鍏ュ唴瀹�" rows="4" class="fz-16 textarea-box"
-            @change="setBookQuestion"></textarea>
-          <p>5.绠�杩颁汉韬畨鍏ㄦ鏌ユ湇鍔′汉鍛樻墽鍕ょぜ浠鑼冦��</p>
-          <textarea v-model="questionData.projectTwo.five.value" placeholder="璇疯緭鍏ュ唴瀹�" rows="4" class="fz-16 textarea-box"
-            @change="setBookQuestion"></textarea>
-          <p>6.绠�杩颁汉韬畨鍏ㄦ鏌ユ湇鍔′汉鍛樼殑浠浠〃绀间华瑙勮寖銆�</p>
-          <textarea v-model="questionData.projectTwo.six.value" placeholder="璇疯緭鍏ュ唴瀹�" rows="4" class="fz-16 textarea-box"
-            @change="setBookQuestion"></textarea>
+          <p class="mb-20 mt-10 td-0"><span class="bj2">路椤圭洰鑷祴路</span></p>
           <p class="dialogQuestion"  @click="openQuestion(2)">
             <span class="td-0">銆愭湰鑺傛祴璇曘��</span>
             <span class="td-0">
@@ -1668,7 +1515,7 @@
     <!-- 135 -->
     <div class="page-box" page="141">
       <div v-if="showPageList.indexOf(141) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡鍥�</li>
           <li class="header-right-Number">姘戣埅涓撲笟绀间华瀹炶</li>
           <li class="p-Num">135</li>
@@ -1874,7 +1721,7 @@
     <!-- 137 -->
     <div class="page-box" page="143">
       <div v-if="showPageList.indexOf(143) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡鍥�</li>
           <li class="header-right-Number">姘戣埅涓撲笟绀间华瀹炶</li>
           <li class="p-Num">137</li>
@@ -2019,7 +1866,7 @@
     <!-- 139 -->
     <div class="page-box" page="145">
       <div v-if="showPageList.indexOf(145) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡鍥�</li>
           <li class="header-right-Number">姘戣埅涓撲笟绀间华瀹炶</li>
           <li class="p-Num">139</li>
@@ -2189,7 +2036,7 @@
     <!-- 141 -->
     <div class="page-box" page="147">
       <div v-if="showPageList.indexOf(147) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡鍥�</li>
           <li class="header-right-Number">姘戣埅涓撲笟绀间华瀹炶</li>
           <li class="p-Num">141</li>
@@ -2292,7 +2139,7 @@
     <!-- 143 -->
     <div class="page-box" page="149">
       <div v-if="showPageList.indexOf(149) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡鍥�</li>
           <li class="header-right-Number">姘戣埅涓撲笟绀间华瀹炶</li>
           <li class="p-Num">143</li>
@@ -2382,7 +2229,7 @@
     <!-- 145 -->
     <div class="page-box" page="151">
       <div v-if="showPageList.indexOf(151) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡鍥�</li>
           <li class="header-right-Number">姘戣埅涓撲笟绀间华瀹炶</li>
           <li class="p-Num">145</li>
@@ -2414,57 +2261,6 @@
           <p class="block">
             2.瀹夊叏妫�鏌ユ湡闂达紝涔樺姟鍛樺皬鏉庡彂鐜版梺杈圭殑鏃呭姝e湪浣跨敤鎵嬫満鎵撶數璇濓紝姝ゆ椂灏忔潕搴旇濡備綍杩涜娌熼�氾紵
           </p>
-          <p class="mb-10 mt-10 td-0"><span class="bj2">路椤圭洰妫�娴嬄�</span></p>
-          <p>1.鍒舵湇缁熶竴瑙勮寖瑕佹眰涓紝鏈嶈鐨勶紙銆�銆�锛夊繀椤荤粺涓�銆�</p>
-          <p>
-            <input type="radio" name="Qusone" :disabled="questionData.isComplete" value="A" id="1"
-              v-model="questionData.projectThree.one.value" @change="setBookQuestion" />A.澶у皬銆侀鑹层�佽叞甯�
-          </p>
-          <p>
-            <input type="radio" name="Qusone" :disabled="questionData.isComplete" value="B" id="1"
-              v-model="questionData.projectThree.one.value" @change="setBookQuestion" />B.閰嶉グ銆侀瀷瀛愩�侀鑹�
-          </p>
-          <p>
-            <input type="radio" name="Qusone" :disabled="questionData.isComplete" value="C" id="1"
-              v-model="questionData.projectThree.one.value" @change="setBookQuestion" />C.瀛h妭銆佹寮忋�侀厤楗�
-          </p>
-          <p>2.鐫�鍒舵湇鏃讹紝宸ュ彿鐗岃浣╂埓鍦紙銆�銆�锛夈��</p>
-          <p>
-            <input type="radio" name="Qustwo" :disabled="questionData.isComplete" value="A" id="2"
-              v-model="questionData.projectThree.two.value" @change="setBookQuestion" />A.鍙宠兏
-          </p>
-          <p>
-            <input type="radio" name="Qustwo" :disabled="questionData.isComplete" value="B" id="2"
-              v-model="questionData.projectThree.two.value" @change="setBookQuestion" />B.鍙宠兏姝d笂鏂�
-          </p>
-          <p>
-            <input type="radio" name="Qustwo" :disabled="questionData.isComplete" value="C" id="2"
-              v-model="questionData.projectThree.two.value" @change="setBookQuestion" />C.宸﹁兏姝d笂鏂�
-          </p>
-          <p>3.鎵嬭〃鏄┖鍕や汉鍛樺繀澶囩殑閰嶉グ锛屽鎵嬭〃鐨勮姹傛槸蹇呴』鍏峰锛堛��銆�锛夈��</p>
-          <p>
-            <input type="radio" name="Qusthree" :disabled="questionData.isComplete" value="A" id="3"
-              v-model="questionData.projectThree.three.value" @change="setBookQuestion" />A.2閽�6鍒诲害
-          </p>
-          <p>
-            <input type="radio" name="Qusthree" :disabled="questionData.isComplete" value="B" id="3"
-              v-model="questionData.projectThree.three.value" @change="setBookQuestion" />B.3閽�12鍒诲害
-          </p>
-          <p>
-            <input type="radio" name="Qusthree" :disabled="questionData.isComplete" value="C" id="3"
-              v-model="questionData.projectThree.three.value" @change="setBookQuestion" />C.浠绘剰鍒诲害
-          </p>
-          <p>
-            4.鎴磋繎瑙嗙溂闀滅殑涔樺姟鍛樺湪鎵ц鑸彮浠诲姟鏃讹紝蹇呴』浣╂埓锛堛��銆�锛夛紝鍚屾椂涓洪槻姝㈢獊鍙戞儏鍐碉紝杩橀渶瑕佸涓�鍓紙銆�銆�锛夈��
-          </p>
-          <p>
-            <input type="radio" name="Qusfour" :disabled="questionData.isComplete" value="A" id="4"
-              v-model="questionData.projectThree.four.value" @change="setBookQuestion" />A.闅愬舰鐪奸暅銆佹鏋剁溂闀�
-          </p>
-          <p>
-            <input type="radio" name="Qusfour" :disabled="questionData.isComplete" value="B" id="4"
-              v-model="questionData.projectThree.four.value" @change="setBookQuestion" />B.褰╄壊鐪奸暅銆侀殣褰㈢溂闀�
-          </p>
         </div>
       </div>
     </div>
@@ -2481,42 +2277,7 @@
           </li>
         </ul>
         <div class="bodystyle">
-          <p>
-            <input type="radio" name="Qusfour" :disabled="questionData.isComplete" value="C" id="4"
-              v-model="questionData.projectThree.four.value" @change="setBookQuestion" />C.妗嗘灦鐪奸暅銆佺編鐬�
-          </p>
-          <p>
-            5.鍙紑鑸墠鍑嗗浼氭椂搴旇娉ㄦ剰涔樺姟鍛樺埌鍦哄悗锛屽簲鍏堝皢绠卞寘锛堛��銆�锛夌劧鍚庡啀钀藉骇銆�
-          </p>
-          <p>
-            <input type="radio" name="Qusfive" :disabled="questionData.isComplete" value="A" id="5"
-              v-model="questionData.projectThree.five.value" @change="setBookQuestion" />A.闅忔剰瀹夋斁
-          </p>
-          <p>
-            <input type="radio" name="Qusfive" :disabled="questionData.isComplete" value="B" id="5"
-              v-model="questionData.projectThree.five.value" @change="setBookQuestion" />B.鏀惧湪鑵胯竟
-          </p>
-          <p>
-            <input type="radio" name="Qusfive" :disabled="questionData.isComplete" value="C" id="5"
-              v-model="questionData.projectThree.five.value" @change="setBookQuestion" />C.鏁撮綈鎽嗘斁鑷虫寚瀹氬尯鍩�
-          </p>
-          <p>6.鏃呭鐧绘満鏃讹紝杩庡鐨勫鑸变箻鍔″憳搴旇绔欏湪鍝噷杩庡鍛紵</p>
-          <textarea v-model="questionData.projectThree.six.value" placeholder="璇疯緭鍏ュ唴瀹�" rows="4"
-            class="fz-16 textarea-box" @change="setBookQuestion"></textarea>
-          <p>7.璇峰啓涓�鍐欒繋瀹㈡椂鎴栧洖绛旀梾瀹㈢櫥鏈虹殑璇㈤棶鏃跺簲璇ヨ鍝簺璇█銆�</p>
-          <textarea v-model="questionData.projectThree.seven.value" placeholder="璇疯緭鍏ュ唴瀹�" rows="4"
-            class="fz-16 textarea-box" @change="setBookQuestion"></textarea>
-          <p>8.璇峰啓涓�鍐欑鎵樼洏鏃跺簲娉ㄦ剰鍝簺绀间华瑙勮寖銆�</p>
-          <textarea v-model="questionData.projectThree.eight.value" placeholder="璇疯緭鍏ュ唴瀹�" rows="4"
-            class="fz-16 textarea-box" @change="setBookQuestion"></textarea>
-          <p>
-            9.濡傛灉浣犳槸鏈鑸彮鐨勫ご绛夎埍涔樺姟鍛橈紝闇�瑕佸悜鏃呭寮犳�诲仛鑷垜浠嬬粛锛岃鍐欏嚭鎮ㄧ殑鑷垜浠嬬粛鍐呭銆�
-          </p>
-          <textarea v-model="questionData.projectThree.nine.value" placeholder="璇疯緭鍏ュ唴瀹�" rows="4"
-            class="fz-16 textarea-box" @change="setBookQuestion"></textarea>
-          <p>10.璇峰啓涓�鍐欏湪瀹夊叏妫�鏌ヤ腑涔樺姟鍛橀渶瑕佹敞鎰忓摢浜涚ぜ浠鑼冿紵</p>
-          <textarea v-model="questionData.projectThree.ten.value" placeholder="璇疯緭鍏ュ唴瀹�" rows="4"
-            class="fz-16 textarea-box" @change="setBookQuestion"></textarea>
+          <p class="mb-20 mt-10 td-0"><span class="bj2">路椤圭洰妫�娴嬄�</span></p>
           <p class="dialogQuestion"  @click="openQuestion(3)">
             <span class="td-0">銆愭湰鑺傛祴璇曘��</span>
             <span class="td-0">
diff --git a/src/books/aviationEtiquette/view/components/chapter005.vue b/src/books/aviationEtiquette/view/components/chapter005.vue
index b666e06..f793d83 100644
--- a/src/books/aviationEtiquette/view/components/chapter005.vue
+++ b/src/books/aviationEtiquette/view/components/chapter005.vue
@@ -162,7 +162,7 @@
     <!-- 149 -->
     <div class="page-box" page="155">
       <div v-if="showPageList.indexOf(155) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">鎷撳睍妯″潡</li>
           <li class="header-right-Number">绀间华娲诲姩绛栧垝</li>
           <li class="p-Num">149</li>
@@ -269,7 +269,7 @@
     <!-- 151 -->
     <div class="page-box" page="157">
       <div v-if="showPageList.indexOf(157) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">鎷撳睍妯″潡</li>
           <li class="header-right-Number">绀间华娲诲姩绛栧垝</li>
           <li class="p-Num">151</li>
@@ -384,7 +384,7 @@
     <!-- 153 -->
     <div class="page-box" page="159">
       <div v-if="showPageList.indexOf(159) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">鎷撳睍妯″潡</li>
           <li class="header-right-Number">绀间华娲诲姩绛栧垝</li>
           <li class="p-Num">153</li>
@@ -582,7 +582,7 @@
     <!-- 155 -->
     <div class="page-box" page="161">
       <div v-if="showPageList.indexOf(161) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">鎷撳睍妯″潡</li>
           <li class="header-right-Number">绀间华娲诲姩绛栧垝</li>
           <li class="p-Num">155</li>
@@ -666,7 +666,7 @@
     <!-- 157 -->
     <div class="page-box" page="163">
       <div v-if="showPageList.indexOf(163) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">鎷撳睍妯″潡</li>
           <li class="header-right-Number">绀间华娲诲姩绛栧垝</li>
           <li class="p-Num">157</li>
@@ -776,7 +776,7 @@
     <!-- 159 -->
     <div class="page-box" page="165">
       <div v-if="showPageList.indexOf(165) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">鎷撳睍妯″潡</li>
           <li class="header-right-Number">绀间华娲诲姩绛栧垝</li>
           <li class="p-Num">159</li>
@@ -894,7 +894,7 @@
     <!-- 161 -->
     <div class="page-box" page="167">
       <div v-if="showPageList.indexOf(167) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">鎷撳睍妯″潡</li>
           <li class="header-right-Number">绀间华娲诲姩绛栧垝</li>
           <li class="p-Num">161</li>
@@ -998,23 +998,13 @@
           <p>
             鏍规嵁浣犵殑涓撲笟锛屽皾璇曞埗浣滀竴浠芥皯鑸ぜ浠妧鑳藉睍绀烘儏鏅墽鏂规锛屼竴瀹氳鍖呮嫭鎯呮櫙浠嬬粛銆佽鑹茶瀹氥�佺ぜ浠睍绀哄厓绱犵瓑鍐呭锛屽苟鑷鍒嗙粍杩涜缂栨帓銆傛椂闀垮湪5锝�8鍒嗛挓銆�
           </p>
-          <p class="td-0 mb-10 mt-10"><span class="bj2">路椤圭洰鑷祴路</span></p>
-          <p>1.姘戣埅绀间华鎶�鑳藉睍绀轰富瑕佹槸锛堛��銆�锛夈�傦紙鍗曢�夐锛�</p>
-          <p><input type="radio" name="qtDataOne" :disabled="questionData.isComplete" value="A" id="1"
-              v-model="questionData.projectTwo.one.value" @change="setBookQuestion" />A.瑙掕壊</p>
-          <p><input type="radio" name="qtDataOne" :disabled="questionData.isComplete" value="B" id="1"
-              v-model="questionData.projectTwo.one.value" @change="setBookQuestion" />B.鎶�鑳�</p>
-          <p><input type="radio" name="qtDataOne" :disabled="questionData.isComplete" value="C" id="1"
-              v-model="questionData.projectTwo.one.value" @change="setBookQuestion" />C.鍓ф儏</p>
-          <p><input type="radio" name="qtDataOne" :disabled="questionData.isComplete" value="D" id="1"
-              v-model="questionData.projectTwo.one.value" @change="setBookQuestion" />D.琛ㄦ紨</p>
         </div>
       </div>
     </div>
     <!-- 163 -->
     <div class="page-box" page="169">
       <div v-if="showPageList.indexOf(169) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">鎷撳睍妯″潡</li>
           <li class="header-right-Number">绀间华娲诲姩绛栧垝</li>
           <li class="p-Num">163</li>
@@ -1023,77 +1013,7 @@
           <li class="header-right-end" style=""><br></li>
         </ul>
         <div class="bodystyle">
-          <p>2.姘戣埅绀间华鎶�鑳藉睍绀烘儏鏅墽鍒涗綔鎬濊矾鏄紙銆�銆�锛夈�傦紙鍗曢�夐锛�</p>
-          <p><input type="radio" name="qtDataTwo" :disabled="questionData.isComplete" value="A" id="2"
-              v-model="questionData.projectTwo.two.value" @change="setBookQuestion" />A.鎯呰妭璁捐</p>
-          <p><input type="radio" name="qtDataTwo" :disabled="questionData.isComplete" value="B" id="2"
-              v-model="questionData.projectTwo.two.value" @change="setBookQuestion" />B.鍙拌瘝璁捐</p>
-          <p><input type="radio" name="qtDataTwo" :disabled="questionData.isComplete" value="C" id="2"
-              v-model="questionData.projectTwo.two.value" @change="setBookQuestion" />C.鎯呮櫙閲嶇幇</p>
-          <p><input type="radio" name="qtDataTwo" :disabled="questionData.isComplete" value="D" id="2"
-              v-model="questionData.projectTwo.two.value" @change="setBookQuestion" />D.鑸炲彴琛ㄧ幇</p>
-          <p>
-            3.鎯呮櫙鍓ф晠浜嬫垨浜虹墿鍐茬獊涓昏鏄寚锛堛��銆�锛夊啿绐併�傚寘鎷汉鐗╁湪鎰忓康銆佹�ф牸銆佷俊浠般�佺簿绁炲拰浠峰�肩瓑涓婄殑宸紓銆傦紙鍗曢�夐锛�
-          </p>
-          <p><input type="radio" name="qtDataThree" :disabled="questionData.isComplete" value="A" id="3"
-              v-model="questionData.projectTwo.three.value" @change="setBookQuestion" />A.绀句細鎬�</p>
-          <p><input type="radio" name="qtDataThree" :disabled="questionData.isComplete" value="B" id="3"
-              v-model="questionData.projectTwo.three.value" @change="setBookQuestion" />B.鎯呯华鎬�</p>
-          <p><input type="radio" name="qtDataThree" :disabled="questionData.isComplete" value="C" id="3"
-              v-model="questionData.projectTwo.three.value" @change="setBookQuestion" />C.鎬濇兂鎬�</p>
-          <p><input type="radio" name="qtDataThree" :disabled="questionData.isComplete" value="D" id="3"
-              v-model="questionData.projectTwo.three.value" @change="setBookQuestion" />D.鏍煎眬鎬�</p>
-          <p>
-            4.绀间华琛ㄦ紨锛屽嵆鎶婄害瀹氫織鎴愮殑绀间华瑙勮寖鎴栬姹傞�氳繃鍏紬琛ㄦ紨鐨勬柟寮忥紝灏嗭紙銆�銆�锛夊睍绀哄嚭鏉ャ�傦紙澶氶�夐锛�
-          </p>
-          <p><input type="checkbox" name="qtDataFour" :disabled="questionData.isComplete" value="A" id="4"
-              v-model="questionData.projectTwo.four.value" @change="setBookQuestion" />A.椋庤矊</p>
-          <p><input type="checkbox" name="qtDataFour" :disabled="questionData.isComplete" value="B" id="4"
-              v-model="questionData.projectTwo.four.value" @change="setBookQuestion" />B.椋庡皻</p>
-          <p><input type="checkbox" name="qtDataFour" :disabled="questionData.isComplete" value="C" id="4"
-              v-model="questionData.projectTwo.four.value" @change="setBookQuestion" />C.绱犲吇</p>
-          <p><input type="checkbox" name="qtDataFour" :disabled="questionData.isComplete" value="D" id="4"
-              v-model="questionData.projectTwo.four.value" @change="setBookQuestion" />D.鐗硅壊</p>
-          <p>
-            5.涓婚鏄寚浣滆�呴�氳繃鍓ф湰鍐茬獊鎻愬嚭鐨勫熀鏈棶棰樸�備富棰樻�濇兂鏄鍓ф湰鎻愬嚭鐨勫熀鏈棶棰樼殑鍥炵瓟銆傦紙銆�銆�锛夛紙鍒ゆ柇棰橈級
-          </p>
-          <p><input type="radio" name="qtDataFive" :disabled="questionData.isComplete" value="瀵�" id="4"
-              v-model="questionData.projectTwo.five.value" @change="setBookQuestion" />瀵�</p>
-          <p><input type="radio" name="qtDataFive" :disabled="questionData.isComplete" value="閿�" id="4"
-              v-model="questionData.projectTwo.five.value" @change="setBookQuestion" />閿�</p>
-          <p>
-            6.姘戣埅鎯呮櫙鍓хぜ浠妧鑳藉睍绀哄唴瀹瑰寘鍚繋瀹㈢ぜ浠��<input type="text" name="ball1" class="fz-16 input-box" style="width: 100px"
-              v-model="questionData.projectTwo.six.value1" @change="setBookQuestion" />
-            绀间华銆佷粙缁嶇ぜ浠�佹彙鎵嬬ぜ浠��<input type="text" name="ball1" class="fz-16 input-box" style="width: 100px"
-              v-model="questionData.projectTwo.six.value2" @change="setBookQuestion" />绀间华銆佸紩棰嗙ぜ浠��
-            <input type="text" name="ball1" class="fz-16 input-box" style="width: 100px"
-              v-model="questionData.projectTwo.six.value3" @change="setBookQuestion" />绀间华銆佸骇娆$ぜ浠��
-            <input type="text" name="ball1" class="fz-16 input-box" style="width: 100px"
-              v-model="questionData.projectTwo.six.value4" @change="setBookQuestion" />绀间华绛夈��
-          </p>
-          <p>
-            7.姘戣埅绀间华鎶�鑳藉睍绀虹殑鎸囧鎬濇兂瑕佷互鈥滃睍绀�<input type="" name="ball1" class="fz-16 input-box" style="width: 100px"
-              v-model="questionData.projectTwo.seven.value1" @change="setBookQuestion" />銆�
-            璁茬┒<input type="text" name="ball1" class="fz-16 input-box" style="width: 100px"
-              v-model="questionData.projectTwo.seven.value2" @change="setBookQuestion" />銆�
-            鎻愬崌<input type="text" name="ball1" class="fz-16 input-box" style="width: 100px"
-              v-model="questionData.projectTwo.seven.value3" @change="setBookQuestion" />銆�
-            寮哄寲<input type="text" name="ball1" class="fz-16 input-box" style="width: 100px"
-              v-model="questionData.projectTwo.seven.value4" @change="setBookQuestion" />鈥濅负涓婚锛�
-            浠モ��<input type="text" name="ball1" class="fz-16 input-box" style="width: 100px"
-              v-model="questionData.projectTwo.seven.value5" @change="setBookQuestion" />銆�
-            <input type="text" name="ball1" class="fz-16 input-box" style="width: 100px"
-              v-model="questionData.projectTwo.seven.value6" @change="setBookQuestion" />銆�
-            <input type="text" name="ball1" class="fz-16 input-box" style="width: 100px"
-              v-model="questionData.projectTwo.seven.value7" @change="setBookQuestion" />鈥�
-            鏁欒偛涓洪噸鐐瑰唴瀹癸紝浠モ�滈伒瀹�<input type="text" name="ball1" class="fz-16 input-box" style="width: 100px"
-              v-model="questionData.projectTwo.seven.value8" @change="setBookQuestion" />銆�
-            <input type="text" name="ball1" class="fz-16 input-box" style="width: 100px"
-              v-model="questionData.projectTwo.seven.value9" @change="setBookQuestion" />鈥濈瓑鍏绘垚鏁欒偛涓虹獊鐮村彛銆�
-          </p>
-          <p>8.璇风畝杩版皯鑸ぜ浠妧鑳藉睍绀烘儏鏅墽鍒涗綔娉ㄦ剰浜嬮」銆�</p>
-          <textarea v-model="questionData.projectTwo.eight.value" placeholder="璇疯緭鍏ュ唴瀹�" rows="4"
-            class="fz-16 textarea-box" @change="setBookQuestion"></textarea>
+          <p class="td-0 mb-20 mt-10"><span class="bj2">路椤圭洰鑷祴路</span></p>
           <p class="dialogQuestion"  @click="openQuestion(1)">
             <span class="td-0">銆愭湰鑺傛祴璇曘��</span>
             <span class="td-0">
diff --git a/src/books/aviationEtiquette/view/components/chpater002.vue b/src/books/aviationEtiquette/view/components/chpater002.vue
index 97824ec..07eda40 100644
--- a/src/books/aviationEtiquette/view/components/chpater002.vue
+++ b/src/books/aviationEtiquette/view/components/chpater002.vue
@@ -56,7 +56,7 @@
     <!-- 47 -->
     <div class="page-box" page="53">
       <div v-if="showPageList.indexOf(53) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡浜�</li>
           <li class="header-right-Number">姘戣埅浜哄憳鑱屼笟褰㈣薄濉戦��</li>
           <li class="p-Num">47</li>
@@ -156,7 +156,7 @@
     <!-- 49 -->
     <div class="page-box" page="55">
       <div v-if="showPageList.indexOf(55) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡浜�</li>
           <li class="header-right-Number">姘戣埅浜哄憳鑱屼笟褰㈣薄濉戦��</li>
           <li class="p-Num">49</li>
@@ -259,7 +259,7 @@
     <!-- 51 -->
     <div class="page-box" page="57">
       <div v-if="showPageList.indexOf(57) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡浜�</li>
           <li class="header-right-Number">姘戣埅浜哄憳鑱屼笟褰㈣薄濉戦��</li>
           <li class="p-Num">51</li>
@@ -340,7 +340,7 @@
     <!-- 53 -->
     <div class="page-box" page="59">
       <div v-if="showPageList.indexOf(59) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡浜�</li>
           <li class="header-right-Number">姘戣埅浜哄憳鑱屼笟褰㈣薄濉戦��</li>
           <li class="p-Num">53</li>
@@ -445,7 +445,7 @@
     <!-- 55 -->
     <div class="page-box" page="61">
       <div v-if="showPageList.indexOf(61) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡浜�</li>
           <li class="header-right-Number">姘戣埅浜哄憳鑱屼笟褰㈣薄濉戦��</li>
           <li class="p-Num">55</li>
@@ -570,7 +570,7 @@
     <!-- 57 -->
     <div class="page-box" page="63">
       <div v-if="showPageList.indexOf(63) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡浜�</li>
           <li class="header-right-Number">姘戣埅浜哄憳鑱屼笟褰㈣薄濉戦��</li>
           <li class="p-Num">57</li>
@@ -706,7 +706,7 @@
     <!-- 59 -->
     <div class="page-box" page="65">
       <div v-if="showPageList.indexOf(65) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡浜�</li>
           <li class="header-right-Number">姘戣埅浜哄憳鑱屼笟褰㈣薄濉戦��</li>
           <li class="p-Num">59</li>
@@ -842,7 +842,7 @@
     <!-- 61 -->
     <div class="page-box" page="67">
       <div v-if="showPageList.indexOf(67) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡浜�</li>
           <li class="header-right-Number">姘戣埅浜哄憳鑱屼笟褰㈣薄濉戦��</li>
           <li class="p-Num">61</li>
@@ -950,7 +950,7 @@
     <!-- 63 -->
     <div class="page-box" page="69">
       <div v-if="showPageList.indexOf(69) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡浜�</li>
           <li class="header-right-Number">姘戣埅浜哄憳鑱屼笟褰㈣薄濉戦��</li>
           <li class="p-Num">63</li>
@@ -1036,7 +1036,7 @@
     <!-- 65 -->
     <div class="page-box" page="71">
       <div v-if="showPageList.indexOf(71) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡浜�</li>
           <li class="header-right-Number">姘戣埅浜哄憳鑱屼笟褰㈣薄濉戦��</li>
           <li class="p-Num">65</li>
@@ -1164,7 +1164,7 @@
     <!-- 67 -->
     <div class="page-box" page="73">
       <div v-if="showPageList.indexOf(73) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡浜�</li>
           <li class="header-right-Number">姘戣埅浜哄憳鑱屼笟褰㈣薄濉戦��</li>
           <li class="p-Num">67</li>
@@ -1277,7 +1277,7 @@
     <!-- 69 -->
     <div class="page-box" page="75">
       <div v-if="showPageList.indexOf(75) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡浜�</li>
           <li class="header-right-Number">姘戣埅浜哄憳鑱屼笟褰㈣薄濉戦��</li>
           <li class="p-Num">69</li>
@@ -1416,7 +1416,7 @@
     <!-- 71 -->
     <div class="page-box" page="77">
       <div v-if="showPageList.indexOf(77) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡浜�</li>
           <li class="header-right-Number">姘戣埅浜哄憳鑱屼笟褰㈣薄濉戦��</li>
           <li class="p-Num">71</li>
@@ -1491,67 +1491,11 @@
           </li>
         </ul>
         <div class="bodystyle">
-          <p class="td-0 mb-10 mt-10"><span class="bj2">路椤圭洰鑷祴路</span></p>
-          <p>1.鑴搁儴鑹茶皟鍋忕孩锛屽彲鐢紙銆�銆�锛変慨楗般��</p>
-          <p><input type="radio" name="projectTwo.one" :disabled="questionData.isComplete" value="A" id="1"
-              v-model="questionData.projectTwo.one.value" @change="setBookQuestion" />A.娣$传鑹�</p>
-          <p><input type="radio" name="projectTwo.one" :disabled="questionData.isComplete" value="B" id="1"
-              v-model="questionData.projectTwo.one.value" @change="setBookQuestion" />B.娣$豢鑹�</p>
-          <p><input type="radio" name="projectTwo.one" :disabled="questionData.isComplete" value="C" id="1"
-              v-model="questionData.projectTwo.one.value" @change="setBookQuestion" />C.绫宠壊</p>
-          <p>2.娑傞珮鍏夎壊搴旂敤锛堛��銆�锛夌殑鎵嬫硶娑傛姽銆�</p>
-          <p><input type="radio" name="projectTwo.two" :disabled="questionData.isComplete" value="A" id="2"
-              v-model="questionData.projectTwo.two.value" @change="setBookQuestion" />A.骞虫秱娉�</p>
-          <p><input type="radio" name="projectTwo.two" :disabled="questionData.isComplete" value="B" id="2"
-              v-model="questionData.projectTwo.two.value" @change="setBookQuestion" />B.鎸夊帇娉�</p>
-          <p><input type="radio" name="projectTwo.two" :disabled="questionData.isComplete" value="C" id="2"
-              v-model="questionData.projectTwo.two.value" @change="setBookQuestion" />C.鐐规媿娉�</p>
-          <p>3.鍦嗚劯鍨嬭�呭湪姊崇悊澶村彂鏃讹紙銆�銆�锛夐儴鍒嗛�傚疁钃澗浜涖��</p>
-          <p><input type="radio" name="projectTwo.three" :disabled="questionData.isComplete" value="A" id="3"
-              v-model="questionData.projectTwo.three.value" @change="setBookQuestion" />A.澶撮《涓や晶</p>
-          <p><input type="radio" name="projectTwo.three" :disabled="questionData.isComplete" value="B" id="3"
-              v-model="questionData.projectTwo.three.value" @change="setBookQuestion" />B.澶撮《</p>
-          <p><input type="radio" name="projectTwo.three" :disabled="questionData.isComplete" value="C" id="3"
-              v-model="questionData.projectTwo.three.value" @change="setBookQuestion" />C.闈㈠瀷涓や晶</p>
-          <p>4.姝f柟褰㈣劯鍨嬭�呴�傚疁鎻忕敾锛堛��銆�锛夌殑鐪夊舰銆�</p>
-          <p><input type="radio" name="projectTwo.four" :disabled="questionData.isComplete" value="A" id="4"
-              v-model="questionData.projectTwo.four.value" @change="setBookQuestion" />A.涓嬫寕</p>
-          <p><input type="radio" name="projectTwo.four" :disabled="questionData.isComplete" value="B" id="4"
-              v-model="questionData.projectTwo.four.value" @change="setBookQuestion" />B.鎷卞舰</p>
-          <p><input type="radio" name="projectTwo.four" :disabled="questionData.isComplete" value="C" id="5"
-              v-model="questionData.projectTwo.four.value" @change="setBookQuestion" />C.骞崇洿</p>
-          <p>5.涓ょ溂闂磋窛绂昏繎锛岀溂褰辩殑淇グ閲嶇偣搴旀斁鍦紙銆�銆�锛夈��</p>
-          <p><input type="radio" name="projectTwo.five" :disabled="questionData.isComplete" value="A" id="5"
-              v-model="questionData.projectTwo.five.value" @change="setBookQuestion" />A.鍐呯溂瑙�</p>
-          <p><input type="radio" name="projectTwo.five" :disabled="questionData.isComplete" value="B" id="5"
-              v-model="questionData.projectTwo.five.value" @change="setBookQuestion" />B.鐪奸儴涓ぎ</p>
-          <p><input type="radio" name="projectTwo.five" :disabled="questionData.isComplete" value="C" id="5"
-              v-model="questionData.projectTwo.five.value" @change="setBookQuestion" />C.澶栫溂瑙�</p>
-          <p>6.涓夌偣涓�绾挎槸鎸囧皢锛堛��銆�锛夎繛鎴愪竴鏉$嚎銆�</p>
-          <p><input type="radio" name="projectTwo.six" :disabled="questionData.isComplete" value="A" id="6"
-              v-model="questionData.projectTwo.six.value" @change="setBookQuestion" />A.鐪夊ご銆佸唴鐪艰銆佸槾瑙�</p>
-          <p><input type="radio" name="projectTwo.six" :disabled="questionData.isComplete" value="B" id="6"
-              v-model="questionData.projectTwo.six.value" @change="setBookQuestion" />B.澶栫溂瑙掋�佺湁姊€�佸槾瑙�</p>
-          <p><input type="radio" name="projectTwo.six" :disabled="questionData.isComplete" value="C" id="6"
-              v-model="questionData.projectTwo.six.value" @change="setBookQuestion" />C.鐪夊ご銆佸唴鐪艰銆侀蓟缈�</p>
-          <p>7.涓哄姞寮虹溂閮ㄧ珛浣撴劅锛屽彲鍦ㄧ湁楠ㄦ姽涓婏紙銆�銆�锛夌溂褰便��</p>
-          <p><input type="radio" name="projectTwo.seven" :disabled="questionData.isComplete" value="A" id="7"
-              v-model="questionData.projectTwo.seven.value" @change="setBookQuestion" />A.鏆楄壊</p>
-          <p><input type="radio" name="projectTwo.seven" :disabled="questionData.isComplete" value="B" id="7"
-              v-model="questionData.projectTwo.seven.value" @change="setBookQuestion" />B.鏄庝寒鑹�</p>
-          <p><input type="radio" name="projectTwo.seven" :disabled="questionData.isComplete" value="C" id="7"
-              v-model="questionData.projectTwo.seven.value" @change="setBookQuestion" />C.瑜愯壊</p>
-          <p>8.涓庡攪鑶忕殑棰滆壊鐩告瘮锛屽攪绾跨瑪鐨勯鑹插簲锛堛��銆�锛夈��</p>
-          <p><input type="radio" name="projectTwo.eight" :disabled="questionData.isComplete" value="A" id="8"
-              v-model="questionData.projectTwo.eight.value" @change="setBookQuestion" />A.鐣ユ繁涓�搴�</p>
-          <p><input type="radio" name="projectTwo.eight" :disabled="questionData.isComplete" value="B" id="8"
-              v-model="questionData.projectTwo.eight.value" @change="setBookQuestion" />B.鐣ユ祬涓�搴�</p>
-          <p><input type="radio" name="projectTwo.eight" :disabled="questionData.isComplete" value="C" id="8"
-              v-model="questionData.projectTwo.eight.value" @change="setBookQuestion" />C.鐩稿悓</p>
+          <p class="td-0 mb-10 mt-20"><span class="bj2">路椤圭洰鑷祴路</span></p>
           <p class="dialogQuestion" @click="openQuestion(1)">
             <span class="td-0">銆愭湰鑺傛祴璇曘��</span>
             <span class="td-0">
-              <svg  t="1736157124915" class="icon" viewBox="0 0 1024 1024" version="1.1"
+              <svg t="1736157124915" class="icon" viewBox="0 0 1024 1024" version="1.1"
                 xmlns="http://www.w3.org/2000/svg" p-id="2536" xmlns:xlink="http://www.w3.org/1999/xlink" width="28"
                 height="28">
                 <path
@@ -1572,7 +1516,7 @@
     <!-- 73 -->
     <div class="page-box" page="79">
       <div v-if="showPageList.indexOf(79) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡浜�</li>
           <li class="header-right-Number">姘戣埅浜哄憳鑱屼笟褰㈣薄濉戦��</li>
           <li class="p-Num">73</li>
@@ -1686,7 +1630,7 @@
     <!-- 75 -->
     <div class="page-box" page="81">
       <div v-if="showPageList.indexOf(81) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡浜�</li>
           <li class="header-right-Number">姘戣埅浜哄憳鑱屼笟褰㈣薄濉戦��</li>
           <li class="p-Num">75</li>
@@ -1836,7 +1780,7 @@
     <!-- 77 -->
     <div class="page-box" page="83">
       <div v-if="showPageList.indexOf(83) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡浜�</li>
           <li class="header-right-Number">姘戣埅浜哄憳鑱屼笟褰㈣薄濉戦��</li>
           <li class="p-Num">77</li>
@@ -1939,7 +1883,7 @@
     <!-- 79 -->
     <div class="page-box" page="85">
       <div v-if="showPageList.indexOf(85) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡浜�</li>
           <li class="header-right-Number">姘戣埅浜哄憳鑱屼笟褰㈣薄濉戦��</li>
           <li class="p-Num">79</li>
@@ -2054,7 +1998,7 @@
     <!-- 81 -->
     <div class="page-box" page="87">
       <div v-if="showPageList.indexOf(87) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡浜�</li>
           <li class="header-right-Number">姘戣埅浜哄憳鑱屼笟褰㈣薄濉戦��</li>
           <li class="p-Num">81</li>
@@ -2145,7 +2089,7 @@
     <!-- 83 -->
     <div class="page-box" page="89">
       <div v-if="showPageList.indexOf(89) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡浜�</li>
           <li class="header-right-Number">姘戣埅浜哄憳鑱屼笟褰㈣薄濉戦��</li>
           <li class="p-Num">83</li>
@@ -2241,7 +2185,7 @@
     <!-- 85 -->
     <div class="page-box" page="91">
       <div v-if="showPageList.indexOf(91) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡浜�</li>
           <li class="header-right-Number">姘戣埅浜哄憳鑱屼笟褰㈣薄濉戦��</li>
           <li class="p-Num">85</li>
@@ -2353,7 +2297,7 @@
     <!-- 87 -->
     <div class="page-box" page="93">
       <div v-if="showPageList.indexOf(93) > -1">
-        <ul class="fl al-c pad-t-55 pad-l-80 jc-fe mb-45">
+        <ul class="fl al-fe pad-t-55 pad-l-80 jc-fe mb-45 h-25">
           <li class="header-right-Number header-right-title">妯″潡浜�</li>
           <li class="header-right-Number">姘戣埅浜哄憳鑱屼笟褰㈣薄濉戦��</li>
           <li class="p-Num">87</li>
@@ -2374,16 +2318,6 @@
               浣撴�佽瑷�瀛﹀ぇ甯堜集寰锋儬鏂锋埓灏旂殑鐮旂┒鎴愭灉琛ㄦ槑锛氬湪涓や汉鐨勬矡閫氫腑锛屾湁65%鐨勪俊鎭槸閫氳繃涓炬墜鎶曡冻鏉ヨ〃杈剧殑銆傝涓轰妇姝㈢殑淇℃伅璐熻浇閲忚繙杩滃ぇ浜庢湁澹拌瑷�锛屼笖甯稿父姣旀湁澹拌瑷�鏇寸湡瀹炪�傚畠浠兘澶熻〃杈炬湁澹拌瑷�鎵�涓嶈兘琛ㄨ揪鐨勬儏鎰燂紝姣旀湁澹拌瑷�鏇寸畝娲佺敓鍔ㄣ��
             </p>
           </div>
-          <p class="td-0 mb-10 mt-10"><span class="bj2">路椤圭洰鑷祴路</span></p>
-          <p>1.涓庡瀹㈡尌鎵嬩綔鍒悗锛屽簲锛堛��銆�锛夈��</p>
-          <p><input type="radio" name="projectThree.one" :disabled="questionData.isComplete" value="A" id="1"
-              v-model="questionData.projectThree.one.value" @change="setBookQuestion" />A.绔欏湪鍘熷湴锛屽緟杞﹁締娑堝け鍦ㄨ绾胯寖鍥村唴涔嬪悗鎵嶈兘缂撴參绂诲紑</p>
-          <p><input type="radio" name="projectThree.one" :disabled="questionData.isComplete" value="B" id="1"
-              v-model="questionData.projectThree.one.value" @change="setBookQuestion" />B.绔嬮┈杞韩绂诲紑</p>
-          <p><input type="radio" name="projectThree.one" :disabled="questionData.isComplete" value="C" id="1"
-              v-model="questionData.projectThree.one.value" @change="setBookQuestion" />C.涓庢梺杈圭殑鍚屼簨浜ゆ祦</p>
-          <p><input type="radio" name="projectThree.one" :disabled="questionData.isComplete" value="D" id="1"
-              v-model="questionData.projectThree.one.value" @change="setBookQuestion" />D.鏀炬澗韬綋</p>
         </div>
       </div>
     </div>
@@ -2400,34 +2334,11 @@
           </li>
         </ul>
         <div class="bodystyle">
-          <p>
-            2.浠婂ぉ浣犱唬琛ㄥ叕鍙稿嚭甯細璁紝鍒拌揪浼氳鍘呮椂澶у宸插氨搴с�傜獊鐒堕亣瑙佷竴浣嶆湅鍙嬶紝璺濈绾�5绫筹紝浠栧悜浣犺〃杈鹃棶鍊欙紝姝ゆ椂浣犲簲锛堛��銆�锛夈��
-          </p>
-          <p><input type="radio" name="projectThree.two" :disabled="questionData.isComplete" value="A" id="2"
-              v-model="questionData.projectThree.two.value" @change="setBookQuestion" />A.绔嬮┈绔欒捣鏉ワ紝鎸ユ墜绀烘剰</p>
-          <p><input type="radio" name="projectThree.two" :disabled="questionData.isComplete" value="A" id="2"
-              v-model="questionData.projectThree.two.value" @change="setBookQuestion" />B.寰瑧鐐瑰ご绀烘剰</p>
-          <p><input type="radio" name="projectThree.two" :disabled="questionData.isComplete" value="A" id="2"
-              v-model="questionData.projectThree.two.value" @change="setBookQuestion" />C.浠庝細璁巺涓棿绌胯繃鍘伙紝鎻℃墜绀烘剰</p>
-          <p><input type="radio" name="projectThree.two" :disabled="questionData.isComplete" value="A" id="2"
-              v-model="questionData.projectThree.two.value" @change="setBookQuestion" />D.鎵撻�氱數璇濈ず鎰�</p>
-          <p>3.闈㈣瘯鏃讹紝浠ラ灎韬ぜ闂ソ鐨勮韩浣撳集鏇插害鏁板簲涓猴紙銆�銆�锛夈��</p>
-          <p><input type="radio" name="projectThree.three" :disabled="questionData.isComplete" value="A" id="3"
-              v-model="questionData.projectThree.three.value" @change="setBookQuestion" />A.15掳</p>
-          <p><input type="radio" name="projectThree.three" :disabled="questionData.isComplete" value="B" id="3"
-              v-model="questionData.projectThree.three.value" @change="setBookQuestion" />B.30掳</p>
-          <p><input type="radio" name="projectThree.three" :disabled="questionData.isComplete" value="C" id="3"
-              v-model="questionData.projectThree.three.value" @change="setBookQuestion" />C.45掳</p>
-          <p>4.绠�杩板墠鑵瑰紡绔欏Э鐨勮棰嗐��</p>
-          <textarea v-model="questionData.projectThree.four.value" placeholder="璇疯緭鍏ュ唴瀹�" rows="4"
-            class="fz-16 textarea-box" @change="setBookQuestion"></textarea>
-          <p>5.绠�杩板叆搴т笌绂诲骇鐨勫熀鏈師鍒欍��</p>
-          <textarea v-model="questionData.projectThree.five.value" placeholder="璇疯緭鍏ュ唴瀹�" rows="4"
-            class="fz-16 textarea-box" @change="setBookQuestion"></textarea>
+          <p class="td-0 mb-10 mt-20"><span class="bj2">路椤圭洰鑷祴路</span></p>
           <p class="dialogQuestion" @click="openQuestion(2)">
             <span class="td-0">銆愭湰鑺傛祴璇曘��</span>
             <span class="td-0">
-              <svg  t="1736157124915" class="icon" viewBox="0 0 1024 1024" version="1.1"
+              <svg t="1736157124915" class="icon" viewBox="0 0 1024 1024" version="1.1"
                 xmlns="http://www.w3.org/2000/svg" p-id="2536" xmlns:xlink="http://www.w3.org/1999/xlink" width="28"
                 height="28">
                 <path
diff --git a/src/books/aviationEtiquette/view/components/index.vue b/src/books/aviationEtiquette/view/components/index.vue
index c276722..c060256 100644
--- a/src/books/aviationEtiquette/view/components/index.vue
+++ b/src/books/aviationEtiquette/view/components/index.vue
@@ -9,11 +9,16 @@
       transformOrigin: 'center top',
     }">
       <pageHeader v-if="showCatalogList.indexOf(1) > -1" :showPageList="loadPageList"></pageHeader>
-      <chapterOne v-if="showCatalogList.indexOf(2) > -1" :showPageList="loadPageList" :interfaceQuestion="questionDataMap"></chapterOne>
-      <chapterTwo v-if="showCatalogList.indexOf(3) > -1" :showPageList="loadPageList" :interfaceQuestion="questionDataMap"></chapterTwo>
-      <chapterThree v-if="showCatalogList.indexOf(4) > -1" :showPageList="loadPageList" :interfaceQuestion="questionDataMap"></chapterThree>
-      <chapterFour v-if="showCatalogList.indexOf(5) > -1" :showPageList="loadPageList" :interfaceQuestion="questionDataMap"></chapterFour>
-      <chapterFive v-if="showCatalogList.indexOf(6) > -1" :showPageList="loadPageList" :interfaceQuestion="questionDataMap"> </chapterFive>
+      <chapterOne v-if="showCatalogList.indexOf(2) > -1" :showPageList="loadPageList"
+        :interfaceQuestion="questionDataMap"></chapterOne>
+      <chapterTwo v-if="showCatalogList.indexOf(3) > -1" :showPageList="loadPageList"
+        :interfaceQuestion="questionDataMap"></chapterTwo>
+      <chapterThree v-if="showCatalogList.indexOf(4) > -1" :showPageList="loadPageList"
+        :interfaceQuestion="questionDataMap"></chapterThree>
+      <chapterFour v-if="showCatalogList.indexOf(5) > -1" :showPageList="loadPageList"
+        :interfaceQuestion="questionDataMap"></chapterFour>
+      <chapterFive v-if="showCatalogList.indexOf(6) > -1" :showPageList="loadPageList"
+        :interfaceQuestion="questionDataMap"> </chapterFive>
     </div>
   </div>
 </template>
@@ -162,7 +167,7 @@
 
     //娴嬭瘯椤甸潰璺宠浆
     // setTimeout(() => {
-    //   this.gotoPage(3, 64);
+    //   this.gotoPage(4, 117);
     // }, 500);
 
     // const pageDom = (this.container ? this.container : document)
@@ -697,7 +702,7 @@
     searchTextByPage(keyword) {
       const searchResult = [];
       let catalogIndex = 0;
-      console.log(keyword,"keyword")
+      console.log(keyword, "keyword")
       // 鎵�鏈夌珷鑺傜粍浠讹紙姣忔湰涔﹀埗浣滄椂鍗曠嫭閰嶇疆锛�
       const pageData = {
         pageHeader,
@@ -707,7 +712,7 @@
         chapterFour,
         chapterFive
       };
-      
+
       // 閬嶅巻鎵�鏈夌珷鑺傛枃浠�
       for (const key in pageData) {
         catalogIndex++;
@@ -727,12 +732,12 @@
           )
         );
         // 鑾峰彇椤电爜 
-       
+
         const pageDom = (this.container ? this.container : document)
           .querySelector("#searchDomBox")
           .querySelectorAll(".page-box");
         const pages = [];
-       
+
         for (let i = 0; i < pageDom.length; i++) {
           const pageDomItem = pageDom[i];
           pages.push(Number(pageDomItem.getAttribute("page")));
@@ -912,11 +917,11 @@
         const topGap = playVudio.getBoundingClientRect().top;
         if (bottomGap < 0 || topGap > window.innerHeight) {
           try {
-            if (playVudio.readyState){
-              setTimeout(()=>{
+            if (playVudio.readyState) {
+              setTimeout(() => {
                 playVudio.requestPictureInPicture();
-              },0)
-            } 
+              }, 0)
+            }
           } catch (error) {
             console.log(error, "灏忕獥閿欒error");
           }
diff --git a/src/books/lifeCare/js/examinationList.js b/src/books/lifeCare/js/examinationList.js
index 6ebc625..39df124 100644
--- a/src/books/lifeCare/js/examinationList.js
+++ b/src/books/lifeCare/js/examinationList.js
@@ -9,13 +9,13 @@
     54: [67022, 67023, 67024, 67025, 67026, 67027, 67028, 67029, 67030],
   },
   5: {
-    70: [67031, 67032, 67033, 67034, 67035, 67036, 67037, 67038, 67039],
+    74: [67031, 67032, 67033, 67034, 67035, 67036, 67037, 67038, 67039],
   },
   6: {
-    99: [67040, 67041, 67042, 67043, 67044, 67045, 67046, 67047],
+    103: [67040, 67041, 67042, 67043, 67044, 67045, 67046, 67047],
   },
   7: {
-    113: [67048, 67049, 67050, 67051, 67052, 67053, 67054, 67055],
+    117: [67048, 67049, 67050, 67051, 67052, 67053, 67054, 67055],
   },
   8: {
     136: [67056, 67057, 67058, 67059, 67060, 67061],
diff --git a/src/books/lifeCare/view/components/chapter001.vue b/src/books/lifeCare/view/components/chapter001.vue
index 818d404..f1ebf22 100644
--- a/src/books/lifeCare/view/components/chapter001.vue
+++ b/src/books/lifeCare/view/components/chapter001.vue
@@ -1548,43 +1548,6 @@
           <h4 id="d006">
             鈻垛柖 搴旂敤涓庡疄璺�<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
           </h4>
-          <p><b>璁鸿堪棰�</b></p>
-          <p>
-            1.鏍规嵁璧拌鎵樿偛鍥墍鑾峰緱鐨勪俊鎭紝鎵惧嚭骞舵鎷墭鑲插洯涓�鏃ョ敓娲讳繚鑲蹭笌銆婃墭鑲叉満鏋勪繚鑲叉寚瀵煎ぇ绾诧紙璇曡锛夈�嬬浉瀵瑰簲鐨勫唴瀹广��
-          </p>
-          <div class="bk-tx">
-            <textarea
-              v-model="chapter001.radio.desc1"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('desc1')"
-            ></textarea>
-          </div>
-          <p>
-            2.璧拌鎵樿偛鍥紝璋堣皥浣犲銆婃墭鑲叉満鏋勪繚鑲叉寚瀵煎ぇ绾诧紙璇曡锛夈�嬩腑鐨勬墭鑲叉満鏋勪繚鑲插簲閬靛惊鐨勫皧閲嶅効绔ャ�佸畨鍏ㄥ仴搴枫�佺Н鏋佸洖搴斻�佺瀛﹁鑼冨洓涓熀鏈師鍒欑殑鐞嗚В銆�
-          </p>
-          <div class="bk-tx">
-            <textarea
-              v-model="chapter001.radio.desc2"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('desc2')"
-            ></textarea>
-          </div>
-          <p>
-            3.鎴戜滑甯歌0锝�3宀佺殑濠村辜鍎挎槸鏈�鈥滄煍杞�濈殑缇や綋锛屾垜浠濡備綍鍛垫姢杩欎釜缇や綋锛�
-          </p>
-          <div class="bk-tx">
-            <textarea
-              v-model="chapter001.radio.desc3"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('desc3')"
-            ></textarea>
-          </div>
           <div class="tips-bk">
             <div class="bj-tip">
               浜戞祴璇曪細鍗曞厓涓�搴旂敤涓庡疄璺�
diff --git a/src/books/lifeCare/view/components/chapter002.vue b/src/books/lifeCare/view/components/chapter002.vue
index 5db818b..88d9164 100644
--- a/src/books/lifeCare/view/components/chapter002.vue
+++ b/src/books/lifeCare/view/components/chapter002.vue
@@ -1288,81 +1288,6 @@
           <h4 id="d015">
             鈻垛柖 搴旂敤涓庡疄璺�<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
           </h4>
-          <p><b>涓�銆佸崟閫夐</b></p>
-          <p>
-            1.娆查厤鍒舵祿搴︿负250mg/L鐨勬湁鏁堟隘娑堟瘨鍓�2000mL锛岄渶瑕佷娇鐢ㄦ湁鏁堟隘鍚噺涓�500mg/鐗囩殑鍚隘娑堟瘨鐗囷紙銆�<input
-              v-model="chapter002.radio.text1"
-              @blur="onRadioText()"
-            />銆�锛夛紝鍔犳按锛堛��<input
-              v-model="chapter002.radio.text2"
-              @blur="onRadioText()"
-            />銆�锛夈��
-          </p>
-          <p class="block">A.1鐗� 1000mL</p>
-          <p class="block">B.2鐗� 1000mL</p>
-          <p class="block">C.1鐗� 2000mL</p>
-          <p class="block">D.2鐗� 2000mL</p>
-          <p>
-            2.涓嬪垪鍏充簬寮�绐楅�氶鐨勮娉曚笉姝g‘鐨勬槸锛堛��<input
-              v-model="chapter002.radio.text3"
-              @blur="onRadioText()"
-            />銆�锛夈��
-          </p>
-          <p class="block">A.寮�绐楅�氶鐨勯鐜囨槸姣忓ぉ2锝�3娆�</p>
-          <p class="block">B.寮�绐楅�氶鏃惰鎵撳紑鍏ㄩ儴闂ㄧ獥</p>
-          <p class="block">C.涓噸搴﹂浘闇惧ぉ涔熻鍋氬ソ寮�绐楅�氶</p>
-          <p class="block">D.姣忔寮�绐楅�氶鏃堕棿涓嶅皯浜�30鍒嗛挓</p>
-          <p>
-            3.涓嬪垪涓嶉�傚疁濠村辜鍎挎惡甯﹀叆鍥殑鐗╁搧鏄紙銆�<input
-              v-model="chapter002.radio.text4"
-              @blur="onRadioText()"
-            />銆�锛夈��
-          </p>
-          <p class="block">A.濠村辜鍎夸笓鐢ㄩ鍝�</p>
-          <p class="block">B.绾稿翱瑁�</p>
-          <p class="block">C.鏇挎崲琛g墿</p>
-          <p class="block">D.鐜╁叿</p>
-          <p>
-            4.濠村辜鍎垮叏鏃ヨ瀵熺殑鍐呭鏄紙銆�<input
-              v-model="chapter002.radio.text5"
-              @blur="onRadioText()"
-            />銆�锛夈��
-          </p>
-          <p class="block">A.浣撴俯</p>
-          <p class="block">B.绮剧</p>
-          <p class="block">C.椋熸</p>
-          <p class="block">D.浠ヤ笂閮芥槸</p>
-          <p>
-            5.閬囧埌闇�瑕佹湇鑽殑濠村辜鍎匡紝闇�瑕佹牳瀵圭殑淇℃伅鏄紙銆�<input
-              v-model="chapter002.radio.text6"
-              @blur="onRadioText()"
-            />銆�锛夈��
-          </p>
-          <p class="block">A.濠村辜鍎跨殑濮撳悕鍙婂氨璇婄梾鍘�</p>
-          <p class="block">B.鏈嶇敤鑽墿鐨勫悕绉板強鐢ㄩ��</p>
-          <p class="block">C.鏈嶇敤鑽墿鐨勬椂闂村強鍓傞噺</p>
-          <p class="block">D.浠ヤ笂閮芥槸</p>
-          <p>
-            6.鎺ュ緟濠村辜鍎夸笌瀹堕暱鏃讹紝瑕佸仛鍒帮紙銆�<input
-              v-model="chapter002.radio.text7"
-              @blur="onRadioText()"
-            />銆�锛夈��
-          </p>
-          <p class="block">A.鎯呯华鎰夋偊銆佹�佸害鐑儏</p>
-          <p class="block">B.鑰愬績鍚槺鎵樸�佸仛濂界墿鍝佷氦鎺ュ伐浣�</p>
-          <p class="block">C.涓庡┐骞煎効鍙婂闀跨ぜ璨屾墦鎷涘懠</p>
-          <p class="block">D.浠ヤ笂閮芥槸</p>
-          <p><b>浜屻�佽杩伴</b></p>
-          <p>姊崇悊鏈崟鍏冪殑瀛︿範鍐呭锛屽啓鍑烘潵鍥幆鑺傞兘鍖呭惈鍝簺淇濊偛宸ヤ綔銆�</p>
-          <div class="bk-tx">
-            <textarea
-              v-model="chapter002.radio.desc"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('desc')"
-            ></textarea>
-          </div>
           <div class="tips-bk">
             <div class="bj-tip">
               浜戞祴璇曪細鍗曞厓浜屽簲鐢ㄤ笌瀹炶返
diff --git a/src/books/lifeCare/view/components/chapter003.vue b/src/books/lifeCare/view/components/chapter003.vue
index c27f014..2e6aedf 100644
--- a/src/books/lifeCare/view/components/chapter003.vue
+++ b/src/books/lifeCare/view/components/chapter003.vue
@@ -109,9 +109,7 @@
         </div>
         <div class="bodystyle">
           <h3 id="c006">
-            <span class="bk-h3"
-              ><span class="bj1-h3">涓�</span>銆�銆�鎵嬮儴娓呮磥銆�</span
-            >
+            <span class="bk-h3"><span class="bj1-h3">涓�</span>銆�銆�鎵嬮儴娓呮磥銆�</span>
           </h3>
           <p>
             甯歌█璇粹�滅梾浠庡彛鍏モ�濓紝杩欒鏄庡叾瀹炴墜鎵嶆槸浠や汉鎰熸煋鐥呰弻鐨勭姜榄佺ジ棣栥�傚ソ濂芥礂鎵嬫槸鏈夋晥閬垮厤鐥呰弻杩涘叆浜轰綋鐨勯�斿緞銆傞キ鍓嶄究鍚庢洿瑕佹礂鎵嬨�傚ぇ灏忎究鍚湁鍚勭缁嗚弻鍜屽瘎鐢熻櫕鍗碉紝缁嗚弻鍜屽瘎鐢熻櫕鍗垫渶鏄撻�氳繃鎵嬬敱鍙h繘鍏ヤ汉浣擄紝瀵艰嚧铔旇櫕鐥呫�佽洸铏梾銆佺沪铏梾绛夈�傛澶栵紝缁嗚弻鎬х棦鐤俱�佹�ユ�ц偁鐐庛�佹�ユ�ц儍鐐庣瓑鐨勫彂鐢熷拰娴佽涔熶笌渚垮悗涓嶆礂鎵嬫湁瀵嗗垏鍏崇郴銆傚嫟娲楁墜鏄緢濂界殑鍗敓涔犳儻銆�
@@ -120,51 +118,29 @@
             娲楁墜鐪嬩技绠�鍗曪紝鍗村ぇ鏈夊闂�傝澶氫汉鍦ㄦ礂鎵嬫椂锛屽彧鏄畝鍗曞揩閫熷湴鎼撴礂涓�涓嬫墜蹇冦�佹墜鑳岋紝灏变互涓哄凡缁忓畬鎴愪簡浠诲姟銆傚叾瀹烇紝娲楁墜搴旈伒寰竷涓楠ゃ�傚�″姝g‘娲楁墜鏄闃茬柧鐥呮渶绠�鍗曘�佹渶缁忔祹鐨勬帾鏂戒箣涓�銆�
           </p>
           <h4 id="d016">
-            鈻垛柖 娲诲姩1锛氬浼氫竷姝ユ礂鎵嬫硶<span class="fontsz1"
-              >锛烇紴锛烇紴锛烇紴锛烇紴</span
-            >
+            鈻垛柖 娲诲姩1锛氬浼氫竷姝ユ礂鎵嬫硶<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
           </h4>
           <div class="tips-bk">
             <div class="bj-tip">
               瑙嗛锛氫竷姝ユ礂鎵嬫硶锛堝唴澶栧す寮撳ぇ绔嬭厱锛�
               <div @click="activityOne">
-                <svg
-                  xmlns="http://www.w3.org/2000/svg"
-                  xmlns:xlink="http://www.w3.org/1999/xlink"
-                  width="20.863"
-                  height="20.817"
-                  viewBox="0 0 19.863 13.817"
-                >
+                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20.863"
+                  height="20.817" viewBox="0 0 19.863 13.817">
                   <g transform="translate(-40.961 -184.321)">
-                    <path
-                      class="a"
+                    <path class="a"
                       d="M4.647,1.4a1,1,0,0,1,1.707,0L10.07,7.479A1,1,0,0,1,9.217,9H1.783A1,1,0,0,1,.93,7.479Z"
-                      transform="translate(51.824 196.82) rotate(-90)"
-                    />
-                    <path
-                      class="b"
+                      transform="translate(51.824 196.82) rotate(-90)" />
+                    <path class="b"
                       d="M3322.914-15094.863h-10.363a2.593,2.593,0,0,1-2.59-2.59v-8.638a2.593,2.593,0,0,1,2.59-2.59h10.363a2.6,2.6,0,0,1,2.594,2.59v1.729c.013.027,0,3.6,0,5.141v1.769A2.6,2.6,0,0,1,3322.914-15094.863Zm-6.9-9.933a.862.862,0,0,0-.755.468.947.947,0,0,0-.114.455v4.2a.9.9,0,0,0,.868.922.848.848,0,0,0,.432-.121l3.45-2.12a.956.956,0,0,0,.315-1.259.874.874,0,0,0-.322-.341l-3.451-2.086A.813.813,0,0,0,3316.01-15104.8Z"
-                      transform="translate(-3269 15293.001)"
-                    />
+                      transform="translate(-3269 15293.001)" />
                   </g>
                 </svg>
               </div>
             </div>
-            <div
-              class="tips-file"
-              v-if="chapter003.isOpenOne && chapter003.videOneUrl"
-            >
-              <video
-                webkit-playsinline="true"
-                x-webkit-airplay="true"
-                playsinline="true"
-                x5-video-orientation="h5"
-                x5-video-player-fullscreen="true"
-                x5-playsinline=""
-                controls
-                class="video-border w100"
-                :src="chapter003.videOneUrl"
-              ></video>
+            <div class="tips-file" v-if="chapter003.isOpenOne && chapter003.videOneUrl">
+              <video webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" x5-video-orientation="h5"
+                x5-video-player-fullscreen="true" x5-playsinline="" controls class="video-border w100"
+                :src="chapter003.videOneUrl"></video>
             </div>
           </div>
           <p><br /></p>
@@ -260,28 +236,15 @@
             <div class="bj-tip">
               涓冩娲楁墜娉曠殑璇勫垎鏍囧噯
               <div @click="activityGroup">
-                <svg
-                  xmlns="http://www.w3.org/2000/svg"
-                  width="19.28"
-                  height="20.563"
-                  viewBox="0 0 19.28 20.563"
-                >
+                <svg xmlns="http://www.w3.org/2000/svg" width="19.28" height="20.563" viewBox="0 0 19.28 20.563">
                   <g transform="translate(-109.056 -82.941)">
-                    <path
-                      class="a"
+                    <path class="a"
                       d="M3439.656-15185.7h-12.643a1.815,1.815,0,0,1-1.816-1.81v-16.944a1.83,1.83,0,0,1,1.816-1.809h15.674a1.8,1.8,0,0,1,1.79,1.809v13.93h-4.217a.6.6,0,0,0-.6.6v4.217h0Zm-9.819-2.764a.5.5,0,0,0-.5.5.5.5,0,0,0,.5.5h4a.5.5,0,0,0,.5-.5.5.5,0,0,0-.5-.5Zm0-2a.5.5,0,0,0-.5.5.5.5,0,0,0,.5.5h4a.5.5,0,0,0,.5-.5.5.5,0,0,0-.5-.5Zm1.393-8.525a2.416,2.416,0,0,0-2.416,2.411,2.421,2.421,0,0,0,2.416,2.42h.111a1.8,1.8,0,0,0,1.1,1.1,1.809,1.809,0,0,0,.6.107,1.808,1.808,0,0,0,1.7-1.206h4.072l-.172.172a.635.635,0,0,0-.179.454.569.569,0,0,0,.179.4.637.637,0,0,0,.435.176.6.6,0,0,0,.424-.176l1.2-1.214a.618.618,0,0,0,0-.858l-1.2-1.187a.619.619,0,0,0-.431-.176.6.6,0,0,0-.427.176.615.615,0,0,0,0,.854l.172.176h-4.072a1.8,1.8,0,0,0-1.1-1.1,1.755,1.755,0,0,0-.6-.1,1.808,1.808,0,0,0-1.7,1.206h-.111a.554.554,0,0,1-.145-.016,1.2,1.2,0,0,1-.84-.4,1.217,1.217,0,0,1-.3-.878,1.2,1.2,0,0,1,1.206-1.137.407.407,0,0,1,.069,0h3.729a1.807,1.807,0,0,0,1.118,1.114,1.816,1.816,0,0,0,.576.091,1.789,1.789,0,0,0,1.7-1.205h.309a2.415,2.415,0,0,0,1.679-.775,2.407,2.407,0,0,0,.637-1.729,2.411,2.411,0,0,0-2.419-2.324h-6.213a1.821,1.821,0,0,0-1.107-1.1,1.8,1.8,0,0,0-.6-.1,1.814,1.814,0,0,0-1.706,1.2,1.8,1.8,0,0,0,.077,1.389,1.787,1.787,0,0,0,1.026.92,1.841,1.841,0,0,0,.6.1,1.807,1.807,0,0,0,1.706-1.2h6.266a1.179,1.179,0,0,1,.836.4,1.22,1.22,0,0,1,.305.874,1.213,1.213,0,0,1-1.214,1.146h-.172a1.8,1.8,0,0,0-1.118-1.118,1.711,1.711,0,0,0-.576-.1,1.8,1.8,0,0,0-1.706,1.214Z"
-                      transform="translate(-3316.14 15289.201)"
-                    />
-                    <path
-                      class="a"
+                      transform="translate(-3316.14 15289.201)" />
+                    <path class="a"
                       d="M316.806,239.727a.6.6,0,1,0,.6-.6A.6.6,0,0,0,316.806,239.727Zm-5.421-4.207a.6.6,0,1,0,.6.6A.587.587,0,0,0,311.385,235.52Zm2.4,8.438a.607.607,0,1,0-.6-.613A.621.621,0,0,0,313.789,243.958Z"
-                      transform="translate(-196.896 -148.921)"
-                    />
-                    <path
-                      class="a"
-                      d="M763.392,793.79l3.262-3.262h-3.262Z"
-                      transform="translate(-638.661 -690.634)"
-                    />
+                      transform="translate(-196.896 -148.921)" />
+                    <path class="a" d="M763.392,793.79l3.262-3.262h-3.262Z" transform="translate(-638.661 -690.634)" />
                   </g>
                 </svg>
               </div>
@@ -290,48 +253,33 @@
               <table class="table111 table122">
                 <thead>
                   <tr>
-                    <th
-                      :style="{
-                        width: index == 3 ? '300px' : '50px',
-                      }"
-                      v-for="(header, index) in chapter003.publicHeader"
-                      :key="index"
-                    >
+                    <th :style="{
+                      width: index == 3 ? '300px' : '50px',
+                    }" v-for="(header, index) in chapter003.publicHeader" :key="index">
                       {{ header }}
                     </th>
                   </tr>
                 </thead>
                 <tbody>
-                  <tr
-                    v-for="(row, rowIndex) in chapter003.groupData"
-                    :key="rowIndex"
-                  >
+                  <tr v-for="(row, rowIndex) in chapter003.groupData" :key="rowIndex">
                     <td v-for="(cell, cellIndex) in row" :key="cellIndex">
                       <template v-if="cell === ''">
-                        <input
-                          type="text"
-                          v-model="chapter003.groupData[rowIndex][cellIndex]"
-                          @blur="
-                            updateCellGroup(
-                              rowIndex,
-                              cellIndex,
-                              $event.target.value
-                            )
-                          "
-                        />
+                        <input type="text" v-model="chapter003.groupData[rowIndex][cellIndex]" @blur="
+                          updateCellGroup(
+                            rowIndex,
+                            cellIndex,
+                            $event.target.value
+                          )
+                          " />
                       </template>
                       <template v-else-if="cellIndex == 4">
-                        <input
-                          type="text"
-                          v-model="chapter003.groupData[rowIndex][cellIndex]"
-                          @blur="
-                            updateCellGroup(
-                              rowIndex,
-                              cellIndex,
-                              $event.target.value
-                            )
-                          "
-                        />
+                        <input type="text" v-model="chapter003.groupData[rowIndex][cellIndex]" @blur="
+                          updateCellGroup(
+                            rowIndex,
+                            cellIndex,
+                            $event.target.value
+                          )
+                          " />
                       </template>
                       <template v-else>
                         {{ cell }}
@@ -355,9 +303,7 @@
           <p class="img">涓冩娲楁墜娉曠殑璇勫垎鏍囧噯</p>
         </div> -->
           <h4 id="d017">
-            鈻垛柖 娲诲姩2锛氱粍缁囧┐骞煎効娲楁墜<span class="fontsz1"
-              >锛烇紴锛烇紴锛烇紴锛烇紴</span
-            >
+            鈻垛柖 娲诲姩2锛氱粍缁囧┐骞煎効娲楁墜<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
           </h4>
           <div class="bk-qjms">
             <p class="bj1-qjms">鈯欍��鎯呭鎻忚堪1銆�鈯�</p>
@@ -392,38 +338,21 @@
         <div class="bodystyle">
           <p>1.濠村辜鍎夸负浠�涔堥渶瑕佹礂鎵嬶紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text1"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text1')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text1" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text1')"></textarea>
           </div>
           <p>2.濠村辜鍎挎礂鎵嬪墠闇�瑕佸仛鍝簺鍑嗗锛�</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text2"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text2')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text2" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text2')"></textarea>
           </div>
           <p>3.鎵樿偛鍥殑淇濇暀浜哄憳鍦ㄤ粈涔堟椂鍊欓渶瑕佺粍缁囧┐骞煎効娲楁墜锛�</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text3"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text3')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text3" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text3')"></textarea>
           </div>
           <h4 id="d018">
-            鈻垛柖 娲诲姩3锛氭寚瀵煎┐骞煎効娲楁墜<span class="fontsz1"
-              >锛烇紴锛烇紴锛烇紴锛烇紴</span
-            >
+            鈻垛柖 娲诲姩3锛氭寚瀵煎┐骞煎効娲楁墜<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
           </h4>
           <!-- <div class="bk-sys">
           <div class="bj1-sys">
@@ -440,43 +369,23 @@
             <div class="bj-tip">
               瑙嗛锛氭礂鎵�
               <div @click="activityTwo">
-                <svg
-                  xmlns="http://www.w3.org/2000/svg"
-                  xmlns:xlink="http://www.w3.org/1999/xlink"
-                  width="20.863"
-                  height="20.817"
-                  viewBox="0 0 19.863 13.817"
-                >
+                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20.863"
+                  height="20.817" viewBox="0 0 19.863 13.817">
                   <g transform="translate(-40.961 -184.321)">
-                    <path
-                      class="a"
+                    <path class="a"
                       d="M4.647,1.4a1,1,0,0,1,1.707,0L10.07,7.479A1,1,0,0,1,9.217,9H1.783A1,1,0,0,1,.93,7.479Z"
-                      transform="translate(51.824 196.82) rotate(-90)"
-                    />
-                    <path
-                      class="b"
+                      transform="translate(51.824 196.82) rotate(-90)" />
+                    <path class="b"
                       d="M3322.914-15094.863h-10.363a2.593,2.593,0,0,1-2.59-2.59v-8.638a2.593,2.593,0,0,1,2.59-2.59h10.363a2.6,2.6,0,0,1,2.594,2.59v1.729c.013.027,0,3.6,0,5.141v1.769A2.6,2.6,0,0,1,3322.914-15094.863Zm-6.9-9.933a.862.862,0,0,0-.755.468.947.947,0,0,0-.114.455v4.2a.9.9,0,0,0,.868.922.848.848,0,0,0,.432-.121l3.45-2.12a.956.956,0,0,0,.315-1.259.874.874,0,0,0-.322-.341l-3.451-2.086A.813.813,0,0,0,3316.01-15104.8Z"
-                      transform="translate(-3269 15293.001)"
-                    />
+                      transform="translate(-3269 15293.001)" />
                   </g>
                 </svg>
               </div>
             </div>
-            <div
-              class="tips-file"
-              v-if="chapter003.isOpenTwo && chapter003.videoTwoUrl"
-            >
-              <video
-                webkit-playsinline="true"
-                x-webkit-airplay="true"
-                playsinline="true"
-                x5-video-orientation="h5"
-                x5-video-player-fullscreen="true"
-                x5-playsinline=""
-                controls
-                class="video-border w100"
-                :src="chapter003.videoTwoUrl"
-              ></video>
+            <div class="tips-file" v-if="chapter003.isOpenTwo && chapter003.videoTwoUrl">
+              <video webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" x5-video-orientation="h5"
+                x5-video-player-fullscreen="true" x5-playsinline="" controls class="video-border w100"
+                :src="chapter003.videoTwoUrl"></video>
             </div>
           </div>
           <p><br /></p>
@@ -486,13 +395,8 @@
           </p>
           <p>1.鎸囧濠村辜鍎挎礂鎵嬬殑鍑嗗宸ヤ綔鏈夊摢浜涳紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text4"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text4')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text4" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text4')"></textarea>
           </div>
         </div>
       </div>
@@ -515,65 +419,36 @@
         <div class="bodystyle">
           <p>2.濡備綍鎸囧濠村辜鍎挎礂鎵嬶紵璇风敾鍑烘寚瀵煎┐骞煎効娲楁墜鐨勬祦绋嬪浘銆�</p>
           <div class="drawContent_wall">
-            <drawflow
-              @getDrawData="drawflowDataTwo"
-              :strId="'drawflowId0032'"
-              :primaryColor="'#f49a4c'"
-              :importData="chapter003.drawDataTwo"
-            />
+            <drawflow @getDrawData="drawflowDataTwo" :strId="'drawflowId0032'" :primaryColor="'#f49a4c'"
+              :importData="chapter003.drawDataTwo" />
           </div>
           <p><br /></p>
           <p>3.鍐欎竴鍐欐寚瀵兼礂鎵嬬殑鍎挎瓕銆�</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text6"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text6')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text6" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text6')"></textarea>
           </div>
           <div class="tips-bk">
             <div class="bj-tip">
               瑙嗛锛氫竷姝ユ礂鎵嬫硶锛堟寚瀵煎辜鍎跨増锛�
               <div @click="activityFour">
-                <svg
-                  xmlns="http://www.w3.org/2000/svg"
-                  xmlns:xlink="http://www.w3.org/1999/xlink"
-                  width="20.863"
-                  height="20.817"
-                  viewBox="0 0 19.863 13.817"
-                >
+                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20.863"
+                  height="20.817" viewBox="0 0 19.863 13.817">
                   <g transform="translate(-40.961 -184.321)">
-                    <path
-                      class="a"
+                    <path class="a"
                       d="M4.647,1.4a1,1,0,0,1,1.707,0L10.07,7.479A1,1,0,0,1,9.217,9H1.783A1,1,0,0,1,.93,7.479Z"
-                      transform="translate(51.824 196.82) rotate(-90)"
-                    />
-                    <path
-                      class="b"
+                      transform="translate(51.824 196.82) rotate(-90)" />
+                    <path class="b"
                       d="M3322.914-15094.863h-10.363a2.593,2.593,0,0,1-2.59-2.59v-8.638a2.593,2.593,0,0,1,2.59-2.59h10.363a2.6,2.6,0,0,1,2.594,2.59v1.729c.013.027,0,3.6,0,5.141v1.769A2.6,2.6,0,0,1,3322.914-15094.863Zm-6.9-9.933a.862.862,0,0,0-.755.468.947.947,0,0,0-.114.455v4.2a.9.9,0,0,0,.868.922.848.848,0,0,0,.432-.121l3.45-2.12a.956.956,0,0,0,.315-1.259.874.874,0,0,0-.322-.341l-3.451-2.086A.813.813,0,0,0,3316.01-15104.8Z"
-                      transform="translate(-3269 15293.001)"
-                    />
+                      transform="translate(-3269 15293.001)" />
                   </g>
                 </svg>
               </div>
             </div>
-            <div
-              class="tips-file"
-              v-if="chapter003.isOpenFour && chapter003.videoFourUrl"
-            >
-              <video
-                webkit-playsinline="true"
-                x-webkit-airplay="true"
-                playsinline="true"
-                x5-video-orientation="h5"
-                x5-video-player-fullscreen="true"
-                x5-playsinline=""
-                controls
-                class="video-border w100"
-                :src="chapter003.videoTwoUrl"
-              ></video>
+            <div class="tips-file" v-if="chapter003.isOpenFour && chapter003.videoFourUrl">
+              <video webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" x5-video-orientation="h5"
+                x5-video-player-fullscreen="true" x5-playsinline="" controls class="video-border w100"
+                :src="chapter003.videoTwoUrl"></video>
             </div>
           </div>
           <p><br /></p>
@@ -591,32 +466,14 @@
           <p>4.鐓ф姢涓嶅悓骞撮緞娈靛┐骞煎効娲楁墜鐨勮姹傛槸浠�涔堬紵</p>
           <div class="bk-tx">
             <p class="left">0锝�1宀�</p>
-            <textarea
-              v-model="chapter003.textAreaItem.text7"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text7')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text7" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text7')"></textarea>
             <p class="left">1锝�2宀�</p>
-            <textarea
-              v-model="chapter003.textAreaItem.text8"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text8')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text8" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text8')"></textarea>
             <p class="left">2锝�3宀�</p>
-            <textarea
-              v-model="chapter003.textAreaItem.text9"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text9')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text9" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text9')"></textarea>
           </div>
         </div>
       </div>
@@ -637,10 +494,7 @@
         </div>
         <div class="bodystyle">
           <h3 id="c007">
-            <span class="bk-h3"
-              ><span class="bj1-h3">浜�</span
-              >銆�銆�鐪笺�佽�炽�侀蓟鑵斿強鎸囷紙瓒撅級鐢叉竻娲併��</span
-            >
+            <span class="bk-h3"><span class="bj1-h3">浜�</span>銆�銆�鐪笺�佽�炽�侀蓟鑵斿強鎸囷紙瓒撅級鐢叉竻娲併��</span>
           </h3>
           <p>
             鐪笺�佽�炽�侀蓟鏄韩涓婃渶瀹规槗浜х敓鍒嗘硨鐗╃殑鍣ㄥ畼銆傚┐骞煎効鐨勯蓟娉鍙戣偛涓嶅叏锛岃嫢鐪兼唱鏃犳硶椤哄埄鎺掑嚭锛屽鏄撳鑷寸溂鐫涘垎娉岀墿绉疮锛屽舰鎴愮溂灞庯紱濠村辜鍎挎槗鍙戠敓鍛煎惛閬撴劅鏌撳鑷存祦娑曪紝杩欎簺閮介渶瑕佸強鏃舵竻鐞嗐�傚┐骞煎効闈炲父鐖卞姩锛岀粡甯告棤鎰忚瘑鍦板湪鑷繁鐨勮韩涓婃姄鍑轰激鐥曪紝璇卞彂鐨偆鎰熸煋锛涙寚鐢查暱浜嗗鏄撹棌姹$撼鍨紝濠村辜鍎夸細鍚冩墜锛岀粏鑿屼細閫氳繃鎵嬭繘鍏ヤ汉浣擄紝鍥犳闇�瑕佸強鏃朵慨鍓寚鐢层�傝繖浜涜鐢变繚鏁欎汉鍛樹唬鍔炽��
@@ -649,9 +503,7 @@
             涓哄┐骞煎効鍋氱溂銆佽�炽�侀蓟鑵斿強鎸囷紙瓒撅級鐢叉竻娲佸伐浣滐紝蹇呴』閲囧彇杈冩俯鍜岀殑鏂瑰紡銆傚浣曟棦涓嶅紩鍙戝┐骞煎効涓嶉�傦紝鍙堣兘杈惧埌娓呮磥鐨勭洰鐨勶紝鏄竴闂ㄥ闂��
           </p>
           <h4 id="d019">
-            鈻垛柖 娲诲姩1锛氳鍑哄┐骞煎効鐨勭溂銆佽�炽�侀蓟鑵旂殑鐗圭偣<span class="fontsz1"
-              >锛烇紴锛烇紴锛烇紴锛烇紴</span
-            >
+            鈻垛柖 娲诲姩1锛氳鍑哄┐骞煎効鐨勭溂銆佽�炽�侀蓟鑵旂殑鐗圭偣<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
           </h4>
           <div class="bk-qjms">
             <p class="bj1-qjms">鈯欍��鎯呭鎻忚堪1銆�鈯�</p>
@@ -663,13 +515,8 @@
             鏄粈涔堝師鍥犲鑷村疂瀹濈溂鐫涚殑鍒嗘硨鐗╁澶氾紵璇锋煡闃呴槄璇绘墜鍐屽悗鍥炵瓟杩欎釜闂銆�
           </p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text10"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text10')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text10" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text10')"></textarea>
           </div>
           <div class="bk-qjms">
             <p class="bj1-qjms">鈯欍��鎯呭鎻忚堪2銆�鈯�</p>
@@ -698,23 +545,13 @@
         <div class="bodystyle">
           <p>1.涓婅堪鎯呭涓殑灏忓疂鐨勫鑰抽亾涓轰粈涔堜細鍙戠値锛�</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text11"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text11')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text11" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text11')"></textarea>
           </div>
           <p>2.璇锋煡闃呴槄璇绘墜鍐岋紝闃愰噴濠村辜鍎跨殑鑰虫湹鐨勭壒鐐广��</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text12"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text12')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text12" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text12')"></textarea>
           </div>
           <div class="bk-qjms">
             <p class="bj1-qjms">鈯欍��鎯呭鎻忚堪3銆�鈯�</p>
@@ -724,60 +561,33 @@
           </div>
           <p>涓轰粈涔堝┐骞煎効鐗瑰埆瀹规槗娴侀蓟娑曘�侀蓟濉烇紵璇锋煡闃呴槄璇绘墜鍐岋紝鍐欎笅渚濇嵁銆�</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text13"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text13')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text13" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text13')"></textarea>
           </div>
           <h4 id="d020">
-            鈻垛柖 娲诲姩2锛氭竻娲佸┐鍎跨殑鐪笺�佽�炽�侀蓟鑵斿拰鎸囷紙瓒撅級鐢�<span class="fontsz1"
-              >锛烇紴锛烇紴锛烇紴锛烇紴</span
-            >
+            鈻垛柖 娲诲姩2锛氭竻娲佸┐鍎跨殑鐪笺�佽�炽�侀蓟鑵斿拰鎸囷紙瓒撅級鐢�<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
           </h4>
           <div class="tips-bk">
             <div class="bj-tip">
               瑙嗛锛氭竻娲佸┐鍎跨殑鐪笺�佽�炽�侀蓟鑵斿拰鎸囷紙瓒撅級鐢�
               <div @click="activityFive">
-                <svg
-                  xmlns="http://www.w3.org/2000/svg"
-                  xmlns:xlink="http://www.w3.org/1999/xlink"
-                  width="20.863"
-                  height="20.817"
-                  viewBox="0 0 19.863 13.817"
-                >
+                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20.863"
+                  height="20.817" viewBox="0 0 19.863 13.817">
                   <g transform="translate(-40.961 -184.321)">
-                    <path
-                      class="a"
+                    <path class="a"
                       d="M4.647,1.4a1,1,0,0,1,1.707,0L10.07,7.479A1,1,0,0,1,9.217,9H1.783A1,1,0,0,1,.93,7.479Z"
-                      transform="translate(51.824 196.82) rotate(-90)"
-                    />
-                    <path
-                      class="b"
+                      transform="translate(51.824 196.82) rotate(-90)" />
+                    <path class="b"
                       d="M3322.914-15094.863h-10.363a2.593,2.593,0,0,1-2.59-2.59v-8.638a2.593,2.593,0,0,1,2.59-2.59h10.363a2.6,2.6,0,0,1,2.594,2.59v1.729c.013.027,0,3.6,0,5.141v1.769A2.6,2.6,0,0,1,3322.914-15094.863Zm-6.9-9.933a.862.862,0,0,0-.755.468.947.947,0,0,0-.114.455v4.2a.9.9,0,0,0,.868.922.848.848,0,0,0,.432-.121l3.45-2.12a.956.956,0,0,0,.315-1.259.874.874,0,0,0-.322-.341l-3.451-2.086A.813.813,0,0,0,3316.01-15104.8Z"
-                      transform="translate(-3269 15293.001)"
-                    />
+                      transform="translate(-3269 15293.001)" />
                   </g>
                 </svg>
               </div>
             </div>
-            <div
-              class="tips-file"
-              v-if="chapter003.isOpenFive && chapter003.videoFiveUrl"
-            >
-              <video
-                webkit-playsinline="true"
-                x-webkit-airplay="true"
-                playsinline="true"
-                x5-video-orientation="h5"
-                x5-video-player-fullscreen="true"
-                x5-playsinline=""
-                controls
-                class="video-border w100"
-                :src="chapter003.videoFiveUrl"
-              ></video>
+            <div class="tips-file" v-if="chapter003.isOpenFive && chapter003.videoFiveUrl">
+              <video webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" x5-video-orientation="h5"
+                x5-video-player-fullscreen="true" x5-playsinline="" controls class="video-border w100"
+                :src="chapter003.videoFiveUrl"></video>
             </div>
           </div>
           <p><br /></p>
@@ -824,39 +634,24 @@
           </p>
           <p>娓呮磥濠村効鐨勭溂鐫涙椂鐨勬敞鎰忎簨椤规湁鍝簺锛�</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text14"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text14')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text14" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text14')"></textarea>
           </div>
           <p>
             2.娓呮磥鑰虫湹銆傜敤鏌旇蒋鐨勫皬姣涘肪铇告俯姘村悗鎷ц嚦涓嶆淮姘寸殑绋嬪害锛屽彧鎿﹁�抽儹鍙婅�冲悗锛屽挨鍏惰杞昏交鎿︽嫮鑰冲悗涓嬫柟鐨勭毐瑜跺銆傜粰濠村効娲楁尽鏃讹紝瑕侀槻姝㈣�虫湹杩涙按锛岃嫢杩涙按鍙互鐢ㄦ澗杞殑娑堟瘨妫夌悆灏嗚�抽亾鍐呯殑姘村垎鍚稿嚭銆傜姝㈢粰濠村効鎺忚�佃亶銆�
           </p>
           <p>娓呮磥濠村効鐨勮�虫湹鏃剁殑娉ㄦ剰浜嬮」鏈夊摢浜涳紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text15"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text15')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text15" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text15')"></textarea>
           </div>
           <p>
             3.娓呮磥榧昏厰銆傚┐鍎胯嫢鍥犻蓟鐥傚牭濉為蓟鑵旇�屽摥闂逛笉姝紝鍙厛鐢ㄦ秷姣掓绛捐樃灏戣娓╂按锛屾尋骞叉按鍒嗗悗杞昏交鎻掑叆榧昏厰鏃嬭浆锛屽皢榧荤梻鍗峰嚭锛涘啀鐢ㄦ绛捐樃棣欐补娑︽粦榧昏厰锛屼絾涓嶈灏嗛娌规淮鍏ラ蓟鑵旓紝鎿嶄綔鏃跺姩浣滆杞绘煍锛屾墜鎹忎綇妫夌澶寸殑鍩洪儴锛岄伩鍏嶅皢妫夌鎻掑叆杩囨繁銆�
           </p>
           <p>娓呮磥濠村効鐨勯蓟鑵旀椂鐨勬敞鎰忎簨椤规湁鍝簺锛�</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text16"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text16')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text16" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text16')"></textarea>
           </div>
           <p>
             4.淇壀鎸囷紙瓒撅級鐢层�傜粰濠村効淇壀鎸囷紙瓒撅級鐢叉椂锛屼竴鑸閫夋嫨濠村効鐔熺潯鐨勬椂鏈猴紝鍙姳鐫�濠村効杩涜銆�
@@ -889,13 +684,8 @@
           <p>绗笁姝ワ細鍙婃椂娓呯悊鍓笅鐨勭灞戯紝浠ュ厤鎹熶激濠村効鐨勭毊鑲ゃ��</p>
           <p>淇壀濠村効鐨勬寚锛堣毒锛夌敳鏃剁殑娉ㄦ剰浜嬮」鏈夊摢浜涳紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text17"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text17')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text17" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text17')"></textarea>
           </div>
           <p>5.鏁寸悊銆傚皢鎵�鐢ㄧ墿鍝佹竻鐞嗗共鍑�锛屾憜鏀炬暣榻愩��</p>
           <p><b>鈶㈠疄璁粌涔�</b></p>
@@ -906,28 +696,15 @@
             <div class="bj-tip">
               鐪笺�佽�炽�侀蓟鑵斿拰鎸囷紙瓒撅級鐢叉竻娲佺殑璇勫垎鏍囧噯
               <div @click="activityScore1">
-                <svg
-                  xmlns="http://www.w3.org/2000/svg"
-                  width="19.28"
-                  height="20.563"
-                  viewBox="0 0 19.28 20.563"
-                >
+                <svg xmlns="http://www.w3.org/2000/svg" width="19.28" height="20.563" viewBox="0 0 19.28 20.563">
                   <g transform="translate(-109.056 -82.941)">
-                    <path
-                      class="a"
+                    <path class="a"
                       d="M3439.656-15185.7h-12.643a1.815,1.815,0,0,1-1.816-1.81v-16.944a1.83,1.83,0,0,1,1.816-1.809h15.674a1.8,1.8,0,0,1,1.79,1.809v13.93h-4.217a.6.6,0,0,0-.6.6v4.217h0Zm-9.819-2.764a.5.5,0,0,0-.5.5.5.5,0,0,0,.5.5h4a.5.5,0,0,0,.5-.5.5.5,0,0,0-.5-.5Zm0-2a.5.5,0,0,0-.5.5.5.5,0,0,0,.5.5h4a.5.5,0,0,0,.5-.5.5.5,0,0,0-.5-.5Zm1.393-8.525a2.416,2.416,0,0,0-2.416,2.411,2.421,2.421,0,0,0,2.416,2.42h.111a1.8,1.8,0,0,0,1.1,1.1,1.809,1.809,0,0,0,.6.107,1.808,1.808,0,0,0,1.7-1.206h4.072l-.172.172a.635.635,0,0,0-.179.454.569.569,0,0,0,.179.4.637.637,0,0,0,.435.176.6.6,0,0,0,.424-.176l1.2-1.214a.618.618,0,0,0,0-.858l-1.2-1.187a.619.619,0,0,0-.431-.176.6.6,0,0,0-.427.176.615.615,0,0,0,0,.854l.172.176h-4.072a1.8,1.8,0,0,0-1.1-1.1,1.755,1.755,0,0,0-.6-.1,1.808,1.808,0,0,0-1.7,1.206h-.111a.554.554,0,0,1-.145-.016,1.2,1.2,0,0,1-.84-.4,1.217,1.217,0,0,1-.3-.878,1.2,1.2,0,0,1,1.206-1.137.407.407,0,0,1,.069,0h3.729a1.807,1.807,0,0,0,1.118,1.114,1.816,1.816,0,0,0,.576.091,1.789,1.789,0,0,0,1.7-1.205h.309a2.415,2.415,0,0,0,1.679-.775,2.407,2.407,0,0,0,.637-1.729,2.411,2.411,0,0,0-2.419-2.324h-6.213a1.821,1.821,0,0,0-1.107-1.1,1.8,1.8,0,0,0-.6-.1,1.814,1.814,0,0,0-1.706,1.2,1.8,1.8,0,0,0,.077,1.389,1.787,1.787,0,0,0,1.026.92,1.841,1.841,0,0,0,.6.1,1.807,1.807,0,0,0,1.706-1.2h6.266a1.179,1.179,0,0,1,.836.4,1.22,1.22,0,0,1,.305.874,1.213,1.213,0,0,1-1.214,1.146h-.172a1.8,1.8,0,0,0-1.118-1.118,1.711,1.711,0,0,0-.576-.1,1.8,1.8,0,0,0-1.706,1.214Z"
-                      transform="translate(-3316.14 15289.201)"
-                    />
-                    <path
-                      class="a"
+                      transform="translate(-3316.14 15289.201)" />
+                    <path class="a"
                       d="M316.806,239.727a.6.6,0,1,0,.6-.6A.6.6,0,0,0,316.806,239.727Zm-5.421-4.207a.6.6,0,1,0,.6.6A.587.587,0,0,0,311.385,235.52Zm2.4,8.438a.607.607,0,1,0-.6-.613A.621.621,0,0,0,313.789,243.958Z"
-                      transform="translate(-196.896 -148.921)"
-                    />
-                    <path
-                      class="a"
-                      d="M763.392,793.79l3.262-3.262h-3.262Z"
-                      transform="translate(-638.661 -690.634)"
-                    />
+                      transform="translate(-196.896 -148.921)" />
+                    <path class="a" d="M763.392,793.79l3.262-3.262h-3.262Z" transform="translate(-638.661 -690.634)" />
                   </g>
                 </svg>
               </div>
@@ -936,48 +713,33 @@
               <table class="table111 table122">
                 <thead>
                   <tr>
-                    <th
-                      :style="{
-                        width: index == 3 ? '300px' : '50px',
-                      }"
-                      v-for="(header, index) in chapter003.publicHeader"
-                      :key="index"
-                    >
+                    <th :style="{
+                      width: index == 3 ? '300px' : '50px',
+                    }" v-for="(header, index) in chapter003.publicHeader" :key="index">
                       {{ header }}
                     </th>
                   </tr>
                 </thead>
                 <tbody>
-                  <tr
-                    v-for="(row, rowIndex) in chapter003.scoreData1"
-                    :key="rowIndex"
-                  >
+                  <tr v-for="(row, rowIndex) in chapter003.scoreData1" :key="rowIndex">
                     <td v-for="(cell, cellIndex) in row" :key="cellIndex">
                       <template v-if="cell === ''">
-                        <input
-                          type="text"
-                          v-model="chapter003.scoreData1[rowIndex][cellIndex]"
-                          @blur="
-                            updateCellScore1(
-                              rowIndex,
-                              cellIndex,
-                              $event.target.value
-                            )
-                          "
-                        />
+                        <input type="text" v-model="chapter003.scoreData1[rowIndex][cellIndex]" @blur="
+                          updateCellScore1(
+                            rowIndex,
+                            cellIndex,
+                            $event.target.value
+                          )
+                          " />
                       </template>
                       <template v-else-if="cellIndex == 4">
-                        <input
-                          type="text"
-                          v-model="chapter003.scoreData1[rowIndex][cellIndex]"
-                          @blur="
-                            updateCellScore1(
-                              rowIndex,
-                              cellIndex,
-                              $event.target.value
-                            )
-                          "
-                        />
+                        <input type="text" v-model="chapter003.scoreData1[rowIndex][cellIndex]" @blur="
+                          updateCellScore1(
+                            rowIndex,
+                            cellIndex,
+                            $event.target.value
+                          )
+                          " />
                       </template>
                       <template v-else>
                         {{ cell }}
@@ -1017,9 +779,7 @@
           <p class="img">鐪笺�佽�炽�侀蓟鑵斿拰鎸囷紙瓒撅級鐢叉竻娲佺殑璇勫垎鏍囧噯</p>
         </div> -->
           <h3 id="c008">
-            <span class="bk-h3"
-              ><span class="bj1-h3">涓�</span>銆�銆�鑷�閮ㄦ竻娲併��</span
-            >
+            <span class="bk-h3"><span class="bj1-h3">涓�</span>銆�銆�鑷�閮ㄦ竻娲併��</span>
           </h3>
           <p>
             濠村辜鍎跨殑灏夸究娆℃暟杈冨銆傚┐骞煎効鐨勭毊鑲ゅ崄鍒嗗▏瀚╋紝灏垮竷鐨勯�忔皵鎬у樊锛岃噣閮ㄨ澶у皬渚垮埡婵�鍚庯紝瀹规槗鍙戠孩锛屽鏋滃翱閬撳彛琚ぇ渚挎薄鏌擄紝杩樹細鍙戠敓灏胯矾鎰熸煋銆傚洜姝わ紝淇濇暀浜哄憳搴斿強鏃朵负濠村辜鍎挎洿鎹㈠翱甯冿紝骞跺湪浠栦滑澶т究鍚庡強鏃朵负浠栦滑娓呮礂鑷�閮ㄣ��
@@ -1028,9 +788,7 @@
             鏈変簺瀹堕暱鍙戠幇鍗充娇澶╁ぉ娲楋紝瀹濆疂杩樻槸浼氬嚭鐜扳�滅孩灞佽偂鈥濈殑鎯呭喌锛岀湡鏄护浜哄績鐤间笉宸层�傚簲璇ユ�庢牱缁欏┐骞煎効娓呮礂灞佽偂鍛紵灏ゅ叾鐢风鍜屽コ绔ュ湪鐢熺悊涓婅繕鏈夎澶氫笉鍚屼箣澶勶紝鍙堣濡備綍鍖哄埆鎶ょ悊鍛紵
           </p>
           <h4 id="d021">
-            鈻垛柖 娲诲姩1锛氭瘮杈冪敺绔ヤ笌濂崇鐢熺悊缁撴瀯鐨勪笉鍚�<span class="fontsz1"
-              >锛烇紴锛烇紴锛烇紴锛烇紴</span
-            >
+            鈻垛柖 娲诲姩1锛氭瘮杈冪敺绔ヤ笌濂崇鐢熺悊缁撴瀯鐨勪笉鍚�<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
           </h4>
           <div class="bk">
             <div class="bj1">
@@ -1063,28 +821,16 @@
         <div class="bodystyle">
           <p>1.涓轰粈涔堝コ绔ユ洿鏄撴偅灏胯矾鎰熸煋锛�</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text18"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text18')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text18" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text18')"></textarea>
           </div>
           <p>2.搴旇濡備綍棰勯槻濠村辜鍎垮翱璺劅鏌擄紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text19"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text19')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text19" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text19')"></textarea>
           </div>
           <h4 id="d022">
-            鈻垛柖 娲诲姩2锛氭竻娲佺敺绔ヤ笌濂崇鐨勮噣閮�<span class="fontsz1"
-              >锛烇紴锛烇紴锛烇紴锛烇紴</span
-            >
+            鈻垛柖 娲诲姩2锛氭竻娲佺敺绔ヤ笌濂崇鐨勮噣閮�<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
           </h4>
           <p><b>鈶犳椿鍔ㄥ噯澶�</b></p>
           <p>
@@ -1098,55 +844,30 @@
           </p>
           <p>鍝簺鍑嗗瑕佹眰涓庡┐骞煎効鐨勫畨鍏ㄦ湁鍏筹紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text20"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text20')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text20" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text20')"></textarea>
           </div>
           <div class="tips-bk">
             <div class="bj-tip">
               瑙嗛锛氬┐鍎胯噣閮ㄦ竻娲侊紙濞冨▋鐗堬級
               <div @click="activitySix">
-                <svg
-                  xmlns="http://www.w3.org/2000/svg"
-                  xmlns:xlink="http://www.w3.org/1999/xlink"
-                  width="20.863"
-                  height="20.817"
-                  viewBox="0 0 19.863 13.817"
-                >
+                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20.863"
+                  height="20.817" viewBox="0 0 19.863 13.817">
                   <g transform="translate(-40.961 -184.321)">
-                    <path
-                      class="a"
+                    <path class="a"
                       d="M4.647,1.4a1,1,0,0,1,1.707,0L10.07,7.479A1,1,0,0,1,9.217,9H1.783A1,1,0,0,1,.93,7.479Z"
-                      transform="translate(51.824 196.82) rotate(-90)"
-                    />
-                    <path
-                      class="b"
+                      transform="translate(51.824 196.82) rotate(-90)" />
+                    <path class="b"
                       d="M3322.914-15094.863h-10.363a2.593,2.593,0,0,1-2.59-2.59v-8.638a2.593,2.593,0,0,1,2.59-2.59h10.363a2.6,2.6,0,0,1,2.594,2.59v1.729c.013.027,0,3.6,0,5.141v1.769A2.6,2.6,0,0,1,3322.914-15094.863Zm-6.9-9.933a.862.862,0,0,0-.755.468.947.947,0,0,0-.114.455v4.2a.9.9,0,0,0,.868.922.848.848,0,0,0,.432-.121l3.45-2.12a.956.956,0,0,0,.315-1.259.874.874,0,0,0-.322-.341l-3.451-2.086A.813.813,0,0,0,3316.01-15104.8Z"
-                      transform="translate(-3269 15293.001)"
-                    />
+                      transform="translate(-3269 15293.001)" />
                   </g>
                 </svg>
               </div>
             </div>
-            <div
-              class="tips-file"
-              v-if="chapter003.isOpenSix && chapter003.videoSixUrl"
-            >
-              <video
-                webkit-playsinline="true"
-                x-webkit-airplay="true"
-                playsinline="true"
-                x5-video-orientation="h5"
-                x5-video-player-fullscreen="true"
-                x5-playsinline=""
-                controls
-                class="video-border w100"
-                :src="chapter003.videoSixUrl"
-              ></video>
+            <div class="tips-file" v-if="chapter003.isOpenSix && chapter003.videoSixUrl">
+              <video webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" x5-video-orientation="h5"
+                x5-video-player-fullscreen="true" x5-playsinline="" controls class="video-border w100"
+                :src="chapter003.videoSixUrl"></video>
             </div>
           </div>
           <p><br /></p>
@@ -1203,33 +924,18 @@
           <p>寮�灞曞疄璺垫椿鍔ㄥ苟鍥炵瓟浠ヤ笅闂銆�</p>
           <p>锛�1锛夌粰濂崇娓呮礂鑷�閮ㄦ椂鐨勬敞鎰忎簨椤规槸浠�涔堬紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text21"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text21')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text21" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text21')"></textarea>
           </div>
           <p>锛�2锛夌粰鐢风娓呮礂鑷�閮ㄦ椂鐨勬敞鎰忎簨椤规槸浠�涔堬紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text22"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text22')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text22" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text22')"></textarea>
           </div>
           <p>锛�3锛夊湪娓呮礂鐢风鐨勭敓娈栧櫒鐨勮繃绋嬩腑锛屼负浠�涔堜笉闇�瑕佺壒鎰忕炕寮�榫熷ご娓呮礂锛�</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text23"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text23')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text23" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text23')"></textarea>
           </div>
         </div>
       </div>
@@ -1257,28 +963,15 @@
             <div class="bj-tip">
               鑷�閮ㄦ竻娲佺殑璇勫垎鏍囧噯
               <div @click="activityScore2">
-                <svg
-                  xmlns="http://www.w3.org/2000/svg"
-                  width="19.28"
-                  height="20.563"
-                  viewBox="0 0 19.28 20.563"
-                >
+                <svg xmlns="http://www.w3.org/2000/svg" width="19.28" height="20.563" viewBox="0 0 19.28 20.563">
                   <g transform="translate(-109.056 -82.941)">
-                    <path
-                      class="a"
+                    <path class="a"
                       d="M3439.656-15185.7h-12.643a1.815,1.815,0,0,1-1.816-1.81v-16.944a1.83,1.83,0,0,1,1.816-1.809h15.674a1.8,1.8,0,0,1,1.79,1.809v13.93h-4.217a.6.6,0,0,0-.6.6v4.217h0Zm-9.819-2.764a.5.5,0,0,0-.5.5.5.5,0,0,0,.5.5h4a.5.5,0,0,0,.5-.5.5.5,0,0,0-.5-.5Zm0-2a.5.5,0,0,0-.5.5.5.5,0,0,0,.5.5h4a.5.5,0,0,0,.5-.5.5.5,0,0,0-.5-.5Zm1.393-8.525a2.416,2.416,0,0,0-2.416,2.411,2.421,2.421,0,0,0,2.416,2.42h.111a1.8,1.8,0,0,0,1.1,1.1,1.809,1.809,0,0,0,.6.107,1.808,1.808,0,0,0,1.7-1.206h4.072l-.172.172a.635.635,0,0,0-.179.454.569.569,0,0,0,.179.4.637.637,0,0,0,.435.176.6.6,0,0,0,.424-.176l1.2-1.214a.618.618,0,0,0,0-.858l-1.2-1.187a.619.619,0,0,0-.431-.176.6.6,0,0,0-.427.176.615.615,0,0,0,0,.854l.172.176h-4.072a1.8,1.8,0,0,0-1.1-1.1,1.755,1.755,0,0,0-.6-.1,1.808,1.808,0,0,0-1.7,1.206h-.111a.554.554,0,0,1-.145-.016,1.2,1.2,0,0,1-.84-.4,1.217,1.217,0,0,1-.3-.878,1.2,1.2,0,0,1,1.206-1.137.407.407,0,0,1,.069,0h3.729a1.807,1.807,0,0,0,1.118,1.114,1.816,1.816,0,0,0,.576.091,1.789,1.789,0,0,0,1.7-1.205h.309a2.415,2.415,0,0,0,1.679-.775,2.407,2.407,0,0,0,.637-1.729,2.411,2.411,0,0,0-2.419-2.324h-6.213a1.821,1.821,0,0,0-1.107-1.1,1.8,1.8,0,0,0-.6-.1,1.814,1.814,0,0,0-1.706,1.2,1.8,1.8,0,0,0,.077,1.389,1.787,1.787,0,0,0,1.026.92,1.841,1.841,0,0,0,.6.1,1.807,1.807,0,0,0,1.706-1.2h6.266a1.179,1.179,0,0,1,.836.4,1.22,1.22,0,0,1,.305.874,1.213,1.213,0,0,1-1.214,1.146h-.172a1.8,1.8,0,0,0-1.118-1.118,1.711,1.711,0,0,0-.576-.1,1.8,1.8,0,0,0-1.706,1.214Z"
-                      transform="translate(-3316.14 15289.201)"
-                    />
-                    <path
-                      class="a"
+                      transform="translate(-3316.14 15289.201)" />
+                    <path class="a"
                       d="M316.806,239.727a.6.6,0,1,0,.6-.6A.6.6,0,0,0,316.806,239.727Zm-5.421-4.207a.6.6,0,1,0,.6.6A.587.587,0,0,0,311.385,235.52Zm2.4,8.438a.607.607,0,1,0-.6-.613A.621.621,0,0,0,313.789,243.958Z"
-                      transform="translate(-196.896 -148.921)"
-                    />
-                    <path
-                      class="a"
-                      d="M763.392,793.79l3.262-3.262h-3.262Z"
-                      transform="translate(-638.661 -690.634)"
-                    />
+                      transform="translate(-196.896 -148.921)" />
+                    <path class="a" d="M763.392,793.79l3.262-3.262h-3.262Z" transform="translate(-638.661 -690.634)" />
                   </g>
                 </svg>
               </div>
@@ -1287,22 +980,15 @@
               <table class="table111 table122">
                 <thead>
                   <tr>
-                    <th
-                      :style="{
-                        width: index == 3 ? '300px' : '50px',
-                      }"
-                      v-for="(header, index) in chapter003.publicHeader"
-                      :key="index"
-                    >
+                    <th :style="{
+                      width: index == 3 ? '300px' : '50px',
+                    }" v-for="(header, index) in chapter003.publicHeader" :key="index">
                       {{ header }}
                     </th>
                   </tr>
                 </thead>
                 <tbody>
-                  <tr
-                    v-for="(row, rowIndex) in chapter003.scoreData2"
-                    :key="rowIndex"
-                  >
+                  <tr v-for="(row, rowIndex) in chapter003.scoreData2" :key="rowIndex">
                     <td v-for="(cell, cellIndex) in row" :key="cellIndex">
                       <!-- <template v-if="cell === ''">
                         <input
@@ -1321,30 +1007,22 @@
                         {{ cell }}
                       </template> -->
                       <template v-if="cell === ''">
-                        <input
-                          type="text"
-                          v-model="chapter003.scoreData2[rowIndex][cellIndex]"
-                          @blur="
-                            updateCellScore2(
-                              rowIndex,
-                              cellIndex,
-                              $event.target.value
-                            )
-                          "
-                        />
+                        <input type="text" v-model="chapter003.scoreData2[rowIndex][cellIndex]" @blur="
+                          updateCellScore2(
+                            rowIndex,
+                            cellIndex,
+                            $event.target.value
+                          )
+                          " />
                       </template>
                       <template v-else-if="cellIndex == 4">
-                        <input
-                          type="text"
-                          v-model="chapter003.scoreData2[rowIndex][cellIndex]"
-                          @blur="
-                            updateCellScore2(
-                              rowIndex,
-                              cellIndex,
-                              $event.target.value
-                            )
-                          "
-                        />
+                        <input type="text" v-model="chapter003.scoreData2[rowIndex][cellIndex]" @blur="
+                          updateCellScore2(
+                            rowIndex,
+                            cellIndex,
+                            $event.target.value
+                          )
+                          " />
                       </template>
                       <template v-else>
                         {{ cell }}
@@ -1368,9 +1046,7 @@
           <p class="img">鑷�閮ㄦ竻娲佺殑璇勫垎鏍囧噯</p>
         </div> -->
           <h3 id="c009">
-            <span class="bk-h3"
-              ><span class="bj1-h3">鍥�</span>銆�銆�鐨偆娓呮磥銆�</span
-            >
+            <span class="bk-h3"><span class="bj1-h3">鍥�</span>銆�銆�鐨偆娓呮磥銆�</span>
           </h3>
           <p>
             濠村辜鍎跨殑鐨偆寰堝▏瀚╋紝灞�閮ㄩ槻寰℃満鑳藉樊锛屽緢瀹规槗鍙椾激銆佹劅鏌擄紝鍥犳鐨偆鐨勬竻娲佸崼鐢熷緢閲嶈銆傜粰濠村辜鍎挎矏娴翠笉浠呭彲浠ュ幓闄ゆ睏娑层�佸翱娑插拰绮究绛夎嚜韬唬璋骇鐗╋紝杩樺彲浠ラ伩鍏嶇粏鑿屼镜鍏ャ�佷繚璇佺毊鑲ゅ仴搴枫�傛矏娴村彲瀵瑰┐骞煎効鐨勭毊鑲や骇鐢熻壇鎬у埡婵�锛屼績杩涘叏韬娑插惊鐜紝鏀瑰杽鐨偆鐨勮Е瑙夊尯杈ㄨ兘鍔涘拰瀵规俯搴︺�佸帇鍔涚殑鎰熺煡鑳藉姏锛屾彁楂樺┐骞煎効鐨勭幆澧冮�傚簲鑳藉姏銆傚湪姣忔娌愭荡鏃舵鏌ュ叏韬繕鍙互鍙婃棭鍙戠幇鍋ュ悍闂銆�
@@ -1379,9 +1055,7 @@
             缁欏┐鍎挎矏娴村彲鏄竴浠朵笉瀹规槗鐨勪簨锛岄渶瑕佸噯澶囩墿鍝併�佽瘎浼板┐鍎垮拰鐜銆佽皟濂芥按娓┿�佹寜姝g‘鐨勯『搴忎笌鏂规硶娲椼�傚挨鍏舵槸缁欐柊鐢熷効娌愭荡锛岄毦搴︽洿澶э紝寰堝鏂版墜濡堝甯稿父浼氭墜蹇欒剼涔便�佷笉寰楄棰嗐�傜湅鎶よ�呴渶瑕佽鐪熷涔犲浣曠粰濠村効娌愭荡锛屽彧鏈夊己鍖栬缁冿紝鎵嶈兘寰楀績搴旀墜銆�
           </p>
           <h4 id="d023">
-            鈻垛柖 娲诲姩1锛氳鍑哄┐骞煎効鐨偆鐨勫姛鑳藉強鐗圭偣<span class="fontsz1"
-              >锛烇紴锛烇紴锛烇紴锛烇紴</span
-            >
+            鈻垛柖 娲诲姩1锛氳鍑哄┐骞煎効鐨偆鐨勫姛鑳藉強鐗圭偣<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
           </h4>
           <div class="bk-qjms">
             <p class="bj1-qjms">鈯欍��鎯呭鎻忚堪銆�鈯�</p>
@@ -1391,13 +1065,8 @@
           </div>
           <p>1.濠村辜鍎跨毊鑲ょ殑鐗圭偣鏄粈涔堬紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text24"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text24')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text24" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text24')"></textarea>
           </div>
         </div>
       </div>
@@ -1420,13 +1089,8 @@
         <div class="bodystyle">
           <p>2.涓轰粈涔堝皬灏忕殑闈㈤湝浼氶�犳垚濡傛涓ラ噸鐨勫悗鏋滐紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text25"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text25')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text25" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text25')"></textarea>
           </div>
           <h4 id="d024">
             鈻垛柖 娲诲姩2锛氱粰濠村効娌愭荡<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
@@ -1435,43 +1099,23 @@
             <div class="bj-tip">
               瑙嗛锛氬┐鍎挎矏娴�
               <div @click="activitySeven">
-                <svg
-                  xmlns="http://www.w3.org/2000/svg"
-                  xmlns:xlink="http://www.w3.org/1999/xlink"
-                  width="20.863"
-                  height="20.817"
-                  viewBox="0 0 19.863 13.817"
-                >
+                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20.863"
+                  height="20.817" viewBox="0 0 19.863 13.817">
                   <g transform="translate(-40.961 -184.321)">
-                    <path
-                      class="a"
+                    <path class="a"
                       d="M4.647,1.4a1,1,0,0,1,1.707,0L10.07,7.479A1,1,0,0,1,9.217,9H1.783A1,1,0,0,1,.93,7.479Z"
-                      transform="translate(51.824 196.82) rotate(-90)"
-                    />
-                    <path
-                      class="b"
+                      transform="translate(51.824 196.82) rotate(-90)" />
+                    <path class="b"
                       d="M3322.914-15094.863h-10.363a2.593,2.593,0,0,1-2.59-2.59v-8.638a2.593,2.593,0,0,1,2.59-2.59h10.363a2.6,2.6,0,0,1,2.594,2.59v1.729c.013.027,0,3.6,0,5.141v1.769A2.6,2.6,0,0,1,3322.914-15094.863Zm-6.9-9.933a.862.862,0,0,0-.755.468.947.947,0,0,0-.114.455v4.2a.9.9,0,0,0,.868.922.848.848,0,0,0,.432-.121l3.45-2.12a.956.956,0,0,0,.315-1.259.874.874,0,0,0-.322-.341l-3.451-2.086A.813.813,0,0,0,3316.01-15104.8Z"
-                      transform="translate(-3269 15293.001)"
-                    />
+                      transform="translate(-3269 15293.001)" />
                   </g>
                 </svg>
               </div>
             </div>
-            <div
-              class="tips-file"
-              v-if="chapter003.isOpenSeven && chapter003.videoSevenUrl"
-            >
-              <video
-                webkit-playsinline="true"
-                x-webkit-airplay="true"
-                playsinline="true"
-                x5-video-orientation="h5"
-                x5-video-player-fullscreen="true"
-                x5-playsinline=""
-                controls
-                class="video-border w100"
-                :src="chapter003.videoSevenUrl"
-              ></video>
+            <div class="tips-file" v-if="chapter003.isOpenSeven && chapter003.videoSevenUrl">
+              <video webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" x5-video-orientation="h5"
+                x5-video-player-fullscreen="true" x5-playsinline="" controls class="video-border w100"
+                :src="chapter003.videoSevenUrl"></video>
             </div>
           </div>
           <p><br /></p>
@@ -1499,13 +1143,8 @@
           </p>
           <p>鍦ㄦ椿鍔ㄥ噯澶囦腑锛屽摢浜涘噯澶囪姹備笌濠村効鐨勫畨鍏ㄦ湁鍏筹紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text26"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text26')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text26" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text26')"></textarea>
           </div>
           <p><b>鈶℃椿鍔ㄨ繃绋�</b></p>
           <p>
@@ -1556,23 +1195,13 @@
           <p>寮�灞曞疄璺垫椿鍔紝鍥炵瓟浠ヤ笅闂銆�</p>
           <p>锛�1锛夌粰濠村効娌愭荡鏃舵湁鍝簺娉ㄦ剰浜嬮」锛�</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text27"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text27')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text27" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text27')"></textarea>
           </div>
           <p>锛�2锛夌粰濠村効娌愭荡鏃跺鏄撳嚭鐜板摢浜涘奖鍝嶅畨鍏ㄧ殑闂锛�</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text28"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text28')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text28" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text28')"></textarea>
           </div>
         </div>
       </div>
@@ -1613,28 +1242,15 @@
             <div class="bj-tip">
               濠村効娌愭荡鐨勮瘎鍒嗘爣鍑�
               <div @click="activityScore3">
-                <svg
-                  xmlns="http://www.w3.org/2000/svg"
-                  width="19.28"
-                  height="20.563"
-                  viewBox="0 0 19.28 20.563"
-                >
+                <svg xmlns="http://www.w3.org/2000/svg" width="19.28" height="20.563" viewBox="0 0 19.28 20.563">
                   <g transform="translate(-109.056 -82.941)">
-                    <path
-                      class="a"
+                    <path class="a"
                       d="M3439.656-15185.7h-12.643a1.815,1.815,0,0,1-1.816-1.81v-16.944a1.83,1.83,0,0,1,1.816-1.809h15.674a1.8,1.8,0,0,1,1.79,1.809v13.93h-4.217a.6.6,0,0,0-.6.6v4.217h0Zm-9.819-2.764a.5.5,0,0,0-.5.5.5.5,0,0,0,.5.5h4a.5.5,0,0,0,.5-.5.5.5,0,0,0-.5-.5Zm0-2a.5.5,0,0,0-.5.5.5.5,0,0,0,.5.5h4a.5.5,0,0,0,.5-.5.5.5,0,0,0-.5-.5Zm1.393-8.525a2.416,2.416,0,0,0-2.416,2.411,2.421,2.421,0,0,0,2.416,2.42h.111a1.8,1.8,0,0,0,1.1,1.1,1.809,1.809,0,0,0,.6.107,1.808,1.808,0,0,0,1.7-1.206h4.072l-.172.172a.635.635,0,0,0-.179.454.569.569,0,0,0,.179.4.637.637,0,0,0,.435.176.6.6,0,0,0,.424-.176l1.2-1.214a.618.618,0,0,0,0-.858l-1.2-1.187a.619.619,0,0,0-.431-.176.6.6,0,0,0-.427.176.615.615,0,0,0,0,.854l.172.176h-4.072a1.8,1.8,0,0,0-1.1-1.1,1.755,1.755,0,0,0-.6-.1,1.808,1.808,0,0,0-1.7,1.206h-.111a.554.554,0,0,1-.145-.016,1.2,1.2,0,0,1-.84-.4,1.217,1.217,0,0,1-.3-.878,1.2,1.2,0,0,1,1.206-1.137.407.407,0,0,1,.069,0h3.729a1.807,1.807,0,0,0,1.118,1.114,1.816,1.816,0,0,0,.576.091,1.789,1.789,0,0,0,1.7-1.205h.309a2.415,2.415,0,0,0,1.679-.775,2.407,2.407,0,0,0,.637-1.729,2.411,2.411,0,0,0-2.419-2.324h-6.213a1.821,1.821,0,0,0-1.107-1.1,1.8,1.8,0,0,0-.6-.1,1.814,1.814,0,0,0-1.706,1.2,1.8,1.8,0,0,0,.077,1.389,1.787,1.787,0,0,0,1.026.92,1.841,1.841,0,0,0,.6.1,1.807,1.807,0,0,0,1.706-1.2h6.266a1.179,1.179,0,0,1,.836.4,1.22,1.22,0,0,1,.305.874,1.213,1.213,0,0,1-1.214,1.146h-.172a1.8,1.8,0,0,0-1.118-1.118,1.711,1.711,0,0,0-.576-.1,1.8,1.8,0,0,0-1.706,1.214Z"
-                      transform="translate(-3316.14 15289.201)"
-                    />
-                    <path
-                      class="a"
+                      transform="translate(-3316.14 15289.201)" />
+                    <path class="a"
                       d="M316.806,239.727a.6.6,0,1,0,.6-.6A.6.6,0,0,0,316.806,239.727Zm-5.421-4.207a.6.6,0,1,0,.6.6A.587.587,0,0,0,311.385,235.52Zm2.4,8.438a.607.607,0,1,0-.6-.613A.621.621,0,0,0,313.789,243.958Z"
-                      transform="translate(-196.896 -148.921)"
-                    />
-                    <path
-                      class="a"
-                      d="M763.392,793.79l3.262-3.262h-3.262Z"
-                      transform="translate(-638.661 -690.634)"
-                    />
+                      transform="translate(-196.896 -148.921)" />
+                    <path class="a" d="M763.392,793.79l3.262-3.262h-3.262Z" transform="translate(-638.661 -690.634)" />
                   </g>
                 </svg>
               </div>
@@ -1643,48 +1259,33 @@
               <table class="table111 table122">
                 <thead>
                   <tr>
-                    <th
-                      :style="{
-                        width: index == 3 ? '300px' : '50px',
-                      }"
-                      v-for="(header, index) in chapter003.publicHeader"
-                      :key="index"
-                    >
+                    <th :style="{
+                      width: index == 3 ? '300px' : '50px',
+                    }" v-for="(header, index) in chapter003.publicHeader" :key="index">
                       {{ header }}
                     </th>
                   </tr>
                 </thead>
                 <tbody>
-                  <tr
-                    v-for="(row, rowIndex) in chapter003.scoreData3"
-                    :key="rowIndex"
-                  >
+                  <tr v-for="(row, rowIndex) in chapter003.scoreData3" :key="rowIndex">
                     <td v-for="(cell, cellIndex) in row" :key="cellIndex">
                       <template v-if="cell === ''">
-                        <input
-                          type="text"
-                          v-model="chapter003.scoreData3[rowIndex][cellIndex]"
-                          @blur="
-                            updateCellScore3(
-                              rowIndex,
-                              cellIndex,
-                              $event.target.value
-                            )
-                          "
-                        />
+                        <input type="text" v-model="chapter003.scoreData3[rowIndex][cellIndex]" @blur="
+                          updateCellScore3(
+                            rowIndex,
+                            cellIndex,
+                            $event.target.value
+                          )
+                          " />
                       </template>
                       <template v-else-if="cellIndex == 4">
-                        <input
-                          type="text"
-                          v-model="chapter003.scoreData3[rowIndex][cellIndex]"
-                          @blur="
-                            updateCellScore3(
-                              rowIndex,
-                              cellIndex,
-                              $event.target.value
-                            )
-                          "
-                        />
+                        <input type="text" v-model="chapter003.scoreData3[rowIndex][cellIndex]" @blur="
+                          updateCellScore3(
+                            rowIndex,
+                            cellIndex,
+                            $event.target.value
+                          )
+                          " />
                       </template>
                       <template v-else>
                         {{ cell }}
@@ -1713,51 +1314,29 @@
           </div>
           <p><br /></p>
           <h4 id="d025">
-            鈻垛柖 娲诲姩3锛氭寚瀵煎┐骞煎効娲楄劯銆佹摝棣�<span class="fontsz1"
-              >锛烇紴锛烇紴锛烇紴锛烇紴</span
-            >
+            鈻垛柖 娲诲姩3锛氭寚瀵煎┐骞煎効娲楄劯銆佹摝棣�<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
           </h4>
           <div class="tips-bk">
             <div class="bj-tip">
               瑙嗛锛氭礂鑴稿強鎿﹂
               <div @click="activityEigth">
-                <svg
-                  xmlns="http://www.w3.org/2000/svg"
-                  xmlns:xlink="http://www.w3.org/1999/xlink"
-                  width="20.863"
-                  height="20.817"
-                  viewBox="0 0 19.863 13.817"
-                >
+                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20.863"
+                  height="20.817" viewBox="0 0 19.863 13.817">
                   <g transform="translate(-40.961 -184.321)">
-                    <path
-                      class="a"
+                    <path class="a"
                       d="M4.647,1.4a1,1,0,0,1,1.707,0L10.07,7.479A1,1,0,0,1,9.217,9H1.783A1,1,0,0,1,.93,7.479Z"
-                      transform="translate(51.824 196.82) rotate(-90)"
-                    />
-                    <path
-                      class="b"
+                      transform="translate(51.824 196.82) rotate(-90)" />
+                    <path class="b"
                       d="M3322.914-15094.863h-10.363a2.593,2.593,0,0,1-2.59-2.59v-8.638a2.593,2.593,0,0,1,2.59-2.59h10.363a2.6,2.6,0,0,1,2.594,2.59v1.729c.013.027,0,3.6,0,5.141v1.769A2.6,2.6,0,0,1,3322.914-15094.863Zm-6.9-9.933a.862.862,0,0,0-.755.468.947.947,0,0,0-.114.455v4.2a.9.9,0,0,0,.868.922.848.848,0,0,0,.432-.121l3.45-2.12a.956.956,0,0,0,.315-1.259.874.874,0,0,0-.322-.341l-3.451-2.086A.813.813,0,0,0,3316.01-15104.8Z"
-                      transform="translate(-3269 15293.001)"
-                    />
+                      transform="translate(-3269 15293.001)" />
                   </g>
                 </svg>
               </div>
             </div>
-            <div
-              class="tips-file"
-              v-if="chapter003.isOpenEigth && chapter003.videoEigthUrl"
-            >
-              <video
-                webkit-playsinline="true"
-                x-webkit-airplay="true"
-                playsinline="true"
-                x5-video-orientation="h5"
-                x5-video-player-fullscreen="true"
-                x5-playsinline=""
-                controls
-                class="video-border w100"
-                :src="chapter003.videoEigthUrl"
-              ></video>
+            <div class="tips-file" v-if="chapter003.isOpenEigth && chapter003.videoEigthUrl">
+              <video webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" x5-video-orientation="h5"
+                x5-video-player-fullscreen="true" x5-playsinline="" controls class="video-border w100"
+                :src="chapter003.videoEigthUrl"></video>
             </div>
           </div>
           <p><br /></p>
@@ -1825,13 +1404,8 @@
         <div class="bodystyle">
           <p>鍦ㄦ寚瀵煎┐骞煎効娲楄劯銆佹摝棣欐椂闇�瑕佹敞鎰忕殑浜嬮」鏄粈涔堬紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text29"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text29')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text29" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text29')"></textarea>
           </div>
           <p><b>鈶㈠疄璁粌涔�</b></p>
           <p>
@@ -1853,28 +1427,15 @@
             <div class="bj-tip">
               鎸囧濠村辜鍎挎礂鑴搞�佹摝棣欑殑璇勫垎鏍囧噯
               <div @click="activityScore4">
-                <svg
-                  xmlns="http://www.w3.org/2000/svg"
-                  width="19.28"
-                  height="20.563"
-                  viewBox="0 0 19.28 20.563"
-                >
+                <svg xmlns="http://www.w3.org/2000/svg" width="19.28" height="20.563" viewBox="0 0 19.28 20.563">
                   <g transform="translate(-109.056 -82.941)">
-                    <path
-                      class="a"
+                    <path class="a"
                       d="M3439.656-15185.7h-12.643a1.815,1.815,0,0,1-1.816-1.81v-16.944a1.83,1.83,0,0,1,1.816-1.809h15.674a1.8,1.8,0,0,1,1.79,1.809v13.93h-4.217a.6.6,0,0,0-.6.6v4.217h0Zm-9.819-2.764a.5.5,0,0,0-.5.5.5.5,0,0,0,.5.5h4a.5.5,0,0,0,.5-.5.5.5,0,0,0-.5-.5Zm0-2a.5.5,0,0,0-.5.5.5.5,0,0,0,.5.5h4a.5.5,0,0,0,.5-.5.5.5,0,0,0-.5-.5Zm1.393-8.525a2.416,2.416,0,0,0-2.416,2.411,2.421,2.421,0,0,0,2.416,2.42h.111a1.8,1.8,0,0,0,1.1,1.1,1.809,1.809,0,0,0,.6.107,1.808,1.808,0,0,0,1.7-1.206h4.072l-.172.172a.635.635,0,0,0-.179.454.569.569,0,0,0,.179.4.637.637,0,0,0,.435.176.6.6,0,0,0,.424-.176l1.2-1.214a.618.618,0,0,0,0-.858l-1.2-1.187a.619.619,0,0,0-.431-.176.6.6,0,0,0-.427.176.615.615,0,0,0,0,.854l.172.176h-4.072a1.8,1.8,0,0,0-1.1-1.1,1.755,1.755,0,0,0-.6-.1,1.808,1.808,0,0,0-1.7,1.206h-.111a.554.554,0,0,1-.145-.016,1.2,1.2,0,0,1-.84-.4,1.217,1.217,0,0,1-.3-.878,1.2,1.2,0,0,1,1.206-1.137.407.407,0,0,1,.069,0h3.729a1.807,1.807,0,0,0,1.118,1.114,1.816,1.816,0,0,0,.576.091,1.789,1.789,0,0,0,1.7-1.205h.309a2.415,2.415,0,0,0,1.679-.775,2.407,2.407,0,0,0,.637-1.729,2.411,2.411,0,0,0-2.419-2.324h-6.213a1.821,1.821,0,0,0-1.107-1.1,1.8,1.8,0,0,0-.6-.1,1.814,1.814,0,0,0-1.706,1.2,1.8,1.8,0,0,0,.077,1.389,1.787,1.787,0,0,0,1.026.92,1.841,1.841,0,0,0,.6.1,1.807,1.807,0,0,0,1.706-1.2h6.266a1.179,1.179,0,0,1,.836.4,1.22,1.22,0,0,1,.305.874,1.213,1.213,0,0,1-1.214,1.146h-.172a1.8,1.8,0,0,0-1.118-1.118,1.711,1.711,0,0,0-.576-.1,1.8,1.8,0,0,0-1.706,1.214Z"
-                      transform="translate(-3316.14 15289.201)"
-                    />
-                    <path
-                      class="a"
+                      transform="translate(-3316.14 15289.201)" />
+                    <path class="a"
                       d="M316.806,239.727a.6.6,0,1,0,.6-.6A.6.6,0,0,0,316.806,239.727Zm-5.421-4.207a.6.6,0,1,0,.6.6A.587.587,0,0,0,311.385,235.52Zm2.4,8.438a.607.607,0,1,0-.6-.613A.621.621,0,0,0,313.789,243.958Z"
-                      transform="translate(-196.896 -148.921)"
-                    />
-                    <path
-                      class="a"
-                      d="M763.392,793.79l3.262-3.262h-3.262Z"
-                      transform="translate(-638.661 -690.634)"
-                    />
+                      transform="translate(-196.896 -148.921)" />
+                    <path class="a" d="M763.392,793.79l3.262-3.262h-3.262Z" transform="translate(-638.661 -690.634)" />
                   </g>
                 </svg>
               </div>
@@ -1883,48 +1444,33 @@
               <table class="table111 table122">
                 <thead>
                   <tr>
-                    <th
-                      :style="{
-                        width: index == 3 ? '300px' : '50px',
-                      }"
-                      v-for="(header, index) in chapter003.publicHeader"
-                      :key="index"
-                    >
+                    <th :style="{
+                      width: index == 3 ? '300px' : '50px',
+                    }" v-for="(header, index) in chapter003.publicHeader" :key="index">
                       {{ header }}
                     </th>
                   </tr>
                 </thead>
                 <tbody>
-                  <tr
-                    v-for="(row, rowIndex) in chapter003.scoreData4"
-                    :key="rowIndex"
-                  >
+                  <tr v-for="(row, rowIndex) in chapter003.scoreData4" :key="rowIndex">
                     <td v-for="(cell, cellIndex) in row" :key="cellIndex">
                       <template v-if="cell === ''">
-                        <input
-                          type="text"
-                          v-model="chapter003.scoreData4[rowIndex][cellIndex]"
-                          @blur="
-                            updateCellScore4(
-                              rowIndex,
-                              cellIndex,
-                              $event.target.value
-                            )
-                          "
-                        />
+                        <input type="text" v-model="chapter003.scoreData4[rowIndex][cellIndex]" @blur="
+                          updateCellScore4(
+                            rowIndex,
+                            cellIndex,
+                            $event.target.value
+                          )
+                          " />
                       </template>
                       <template v-else-if="cellIndex == 4">
-                        <input
-                          type="text"
-                          v-model="chapter003.scoreData4[rowIndex][cellIndex]"
-                          @blur="
-                            updateCellScore4(
-                              rowIndex,
-                              cellIndex,
-                              $event.target.value
-                            )
-                          "
-                        />
+                        <input type="text" v-model="chapter003.scoreData4[rowIndex][cellIndex]" @blur="
+                          updateCellScore4(
+                            rowIndex,
+                            cellIndex,
+                            $event.target.value
+                          )
+                          " />
                       </template>
                       <template v-else>
                         {{ cell }}
@@ -1953,9 +1499,7 @@
           </div>
           <p><br /></p>
           <h3 id="c010">
-            <span class="bk-h3"
-              ><span class="bj1-h3">浜�</span>銆�銆�鍙h厰娓呮磥銆�</span
-            >
+            <span class="bk-h3"><span class="bj1-h3">浜�</span>銆�銆�鍙h厰娓呮磥銆�</span>
           </h3>
           <p>
             鍙h厰鍋ュ悍鏄甯歌繘椋熺殑淇濊瘉锛屾洿鏄韩浣撳仴搴风殑鍩虹銆�2007骞翠笘鐣屽崼鐢熺粍缁囨彁鍑猴紝鍙h厰鐤剧梾鏄竴涓弗閲嶇殑鍏叡鍗敓闂锛岄渶瑕佺Н鏋侀槻娌汇�傚彛鑵斿仴搴蜂笌娓呮磥鎶ょ悊瀵瑰┐骞煎効寰堥噸瑕侊紝杩欐槸鍥犱负濠村辜鍎跨殑鍙h厰榛忚啘杈冨锛岃绠′赴瀵岋紝鍞炬恫鑵哄彂鑲蹭笉瓒筹紝鍞炬恫鍒嗘硨杈冨皯锛岄粡鑶滆緝骞茬嚗锛屽鏋滄姢鐞嗕笉褰擄紝涓嶄粎鏄撳彂鐢熷彛鑵旂柧鐥咃紝涔熷彲鑳藉鑷存秷鍖栭亾鍜屽叏韬柧鐥咃紝鎹熷鍋ュ悍銆傚悓鏃讹紝濠村効鍑虹敓6涓湀宸﹀彸灏变細寮�濮嬮暱鐗欙紝濡傛灉涓嶆敞鎰忓彛鑵旀竻娲佹瀬鏄撳紩鍙戦緥榻匡紝鍥犳锛屽彛鑵旀竻娲侀渶瑕佷粠濠村効寮�濮嬨��
@@ -1964,9 +1508,7 @@
             鏈夌殑濠村効娌¢暱鐗欓娇锛屾湁鐨勯暱浜嗗嚑棰楃墮銆傚浣曠粰涓嶅悓骞撮緞娈电殑濠村辜鍎挎竻娲佸彛鑵斿憿锛熼拡瀵逛笉鍚屽勾榫勬鐨勫┐骞煎効鍙槸鏈変笉鍚岀殑鏂规硶鍛紒
           </p>
           <h4 id="d026">
-            鈻垛柖 娲诲姩1锛氫簡瑙e┐骞煎効鐨勫彛鑵�<span class="fontsz1"
-              >锛烇紴锛烇紴锛烇紴锛烇紴</span
-            >
+            鈻垛柖 娲诲姩1锛氫簡瑙e┐骞煎効鐨勫彛鑵�<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
           </h4>
           <div class="bk-qjms">
             <p class="bj1-qjms">鈯欍��鎯呭鎻忚堪1銆�鈯�</p>
@@ -2002,13 +1544,8 @@
           <p class="img">鍥�1-3-8</p>
           <p>2.浣犺涓烘槑鏄庣殑瀹堕暱鐨勫仛娉曞鍚楋紵涓轰粈涔堬紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text30"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text30')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text30" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text30')"></textarea>
           </div>
           <div class="bk-qjms">
             <p class="bj1-qjms">鈯欍��鎯呭鎻忚堪2銆�鈯�</p>
@@ -2018,13 +1555,8 @@
           </div>
           <p>1.绾㈢孩鐨勭墮榻垮嚭鐜颁簡浠�涔堥棶棰橈紵鏄粈涔堝師鍥犻�犳垚鐨勶紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text31"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text31')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text31" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text31')"></textarea>
           </div>
         </div>
       </div>
@@ -2047,28 +1579,14 @@
           <p>2.濠村辜鍎垮父瑙佺殑鍙h厰闂鍙婂奖鍝嶅洜绱犳槸浠�涔堬紵</p>
           <div class="bk-tx">
             <p class="left">鍙h厰闂</p>
-            <textarea
-              v-model="chapter003.textAreaItem.text32"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text32')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text32" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text32')"></textarea>
             <p class="left">褰卞搷鍥犵礌</p>
-            <textarea
-              v-model="chapter003.textAreaItem.text33"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text33')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text33" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text33')"></textarea>
           </div>
           <h4 id="d027">
-            鈻垛柖 娲诲姩2锛氬┐骞煎効鍙h厰娓呮磥<span class="fontsz1"
-              >锛烇紴锛烇紴锛烇紴锛烇紴</span
-            >
+            鈻垛柖 娲诲姩2锛氬┐骞煎効鍙h厰娓呮磥<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
           </h4>
           <p><b>鈶犳椿鍔ㄥ噯澶�</b></p>
           <p>
@@ -2081,43 +1599,23 @@
             <div class="bj-tip">
               瑙嗛锛氬埛鐗�
               <div @click="activityNine">
-                <svg
-                  xmlns="http://www.w3.org/2000/svg"
-                  xmlns:xlink="http://www.w3.org/1999/xlink"
-                  width="20.863"
-                  height="20.817"
-                  viewBox="0 0 19.863 13.817"
-                >
+                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20.863"
+                  height="20.817" viewBox="0 0 19.863 13.817">
                   <g transform="translate(-40.961 -184.321)">
-                    <path
-                      class="a"
+                    <path class="a"
                       d="M4.647,1.4a1,1,0,0,1,1.707,0L10.07,7.479A1,1,0,0,1,9.217,9H1.783A1,1,0,0,1,.93,7.479Z"
-                      transform="translate(51.824 196.82) rotate(-90)"
-                    />
-                    <path
-                      class="b"
+                      transform="translate(51.824 196.82) rotate(-90)" />
+                    <path class="b"
                       d="M3322.914-15094.863h-10.363a2.593,2.593,0,0,1-2.59-2.59v-8.638a2.593,2.593,0,0,1,2.59-2.59h10.363a2.6,2.6,0,0,1,2.594,2.59v1.729c.013.027,0,3.6,0,5.141v1.769A2.6,2.6,0,0,1,3322.914-15094.863Zm-6.9-9.933a.862.862,0,0,0-.755.468.947.947,0,0,0-.114.455v4.2a.9.9,0,0,0,.868.922.848.848,0,0,0,.432-.121l3.45-2.12a.956.956,0,0,0,.315-1.259.874.874,0,0,0-.322-.341l-3.451-2.086A.813.813,0,0,0,3316.01-15104.8Z"
-                      transform="translate(-3269 15293.001)"
-                    />
+                      transform="translate(-3269 15293.001)" />
                   </g>
                 </svg>
               </div>
             </div>
-            <div
-              class="tips-file"
-              v-if="chapter003.isOpenNine && chapter003.videoNineUrl"
-            >
-              <video
-                webkit-playsinline="true"
-                x-webkit-airplay="true"
-                playsinline="true"
-                x5-video-orientation="h5"
-                x5-video-player-fullscreen="true"
-                x5-playsinline=""
-                controls
-                class="video-border w100"
-                :src="chapter003.videoNineUrl"
-              ></video>
+            <div class="tips-file" v-if="chapter003.isOpenNine && chapter003.videoNineUrl">
+              <video webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" x5-video-orientation="h5"
+                x5-video-player-fullscreen="true" x5-playsinline="" controls class="video-border w100"
+                :src="chapter003.videoNineUrl"></video>
             </div>
           </div>
           <p><br /></p>
@@ -2191,13 +1689,8 @@
           <p>4.鏁寸悊銆傚皢鎵�鐢ㄧ墿鍝佹竻娲佹暣鐞嗭紝鎽嗘斁鏁撮綈銆�</p>
           <p>濠村辜鍎跨粌涔犲埛鐗欑殑娉ㄦ剰浜嬮」鏄粈涔堬紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text331"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text331')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text331" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text331')"></textarea>
           </div>
         </div>
       </div>
@@ -2225,28 +1718,15 @@
             <div class="bj-tip">
               濠村辜鍎垮彛鑵旀竻娲佺殑璇勫垎鏍囧噯
               <div @click="activityScore5">
-                <svg
-                  xmlns="http://www.w3.org/2000/svg"
-                  width="19.28"
-                  height="20.563"
-                  viewBox="0 0 19.28 20.563"
-                >
+                <svg xmlns="http://www.w3.org/2000/svg" width="19.28" height="20.563" viewBox="0 0 19.28 20.563">
                   <g transform="translate(-109.056 -82.941)">
-                    <path
-                      class="a"
+                    <path class="a"
                       d="M3439.656-15185.7h-12.643a1.815,1.815,0,0,1-1.816-1.81v-16.944a1.83,1.83,0,0,1,1.816-1.809h15.674a1.8,1.8,0,0,1,1.79,1.809v13.93h-4.217a.6.6,0,0,0-.6.6v4.217h0Zm-9.819-2.764a.5.5,0,0,0-.5.5.5.5,0,0,0,.5.5h4a.5.5,0,0,0,.5-.5.5.5,0,0,0-.5-.5Zm0-2a.5.5,0,0,0-.5.5.5.5,0,0,0,.5.5h4a.5.5,0,0,0,.5-.5.5.5,0,0,0-.5-.5Zm1.393-8.525a2.416,2.416,0,0,0-2.416,2.411,2.421,2.421,0,0,0,2.416,2.42h.111a1.8,1.8,0,0,0,1.1,1.1,1.809,1.809,0,0,0,.6.107,1.808,1.808,0,0,0,1.7-1.206h4.072l-.172.172a.635.635,0,0,0-.179.454.569.569,0,0,0,.179.4.637.637,0,0,0,.435.176.6.6,0,0,0,.424-.176l1.2-1.214a.618.618,0,0,0,0-.858l-1.2-1.187a.619.619,0,0,0-.431-.176.6.6,0,0,0-.427.176.615.615,0,0,0,0,.854l.172.176h-4.072a1.8,1.8,0,0,0-1.1-1.1,1.755,1.755,0,0,0-.6-.1,1.808,1.808,0,0,0-1.7,1.206h-.111a.554.554,0,0,1-.145-.016,1.2,1.2,0,0,1-.84-.4,1.217,1.217,0,0,1-.3-.878,1.2,1.2,0,0,1,1.206-1.137.407.407,0,0,1,.069,0h3.729a1.807,1.807,0,0,0,1.118,1.114,1.816,1.816,0,0,0,.576.091,1.789,1.789,0,0,0,1.7-1.205h.309a2.415,2.415,0,0,0,1.679-.775,2.407,2.407,0,0,0,.637-1.729,2.411,2.411,0,0,0-2.419-2.324h-6.213a1.821,1.821,0,0,0-1.107-1.1,1.8,1.8,0,0,0-.6-.1,1.814,1.814,0,0,0-1.706,1.2,1.8,1.8,0,0,0,.077,1.389,1.787,1.787,0,0,0,1.026.92,1.841,1.841,0,0,0,.6.1,1.807,1.807,0,0,0,1.706-1.2h6.266a1.179,1.179,0,0,1,.836.4,1.22,1.22,0,0,1,.305.874,1.213,1.213,0,0,1-1.214,1.146h-.172a1.8,1.8,0,0,0-1.118-1.118,1.711,1.711,0,0,0-.576-.1,1.8,1.8,0,0,0-1.706,1.214Z"
-                      transform="translate(-3316.14 15289.201)"
-                    />
-                    <path
-                      class="a"
+                      transform="translate(-3316.14 15289.201)" />
+                    <path class="a"
                       d="M316.806,239.727a.6.6,0,1,0,.6-.6A.6.6,0,0,0,316.806,239.727Zm-5.421-4.207a.6.6,0,1,0,.6.6A.587.587,0,0,0,311.385,235.52Zm2.4,8.438a.607.607,0,1,0-.6-.613A.621.621,0,0,0,313.789,243.958Z"
-                      transform="translate(-196.896 -148.921)"
-                    />
-                    <path
-                      class="a"
-                      d="M763.392,793.79l3.262-3.262h-3.262Z"
-                      transform="translate(-638.661 -690.634)"
-                    />
+                      transform="translate(-196.896 -148.921)" />
+                    <path class="a" d="M763.392,793.79l3.262-3.262h-3.262Z" transform="translate(-638.661 -690.634)" />
                   </g>
                 </svg>
               </div>
@@ -2255,22 +1735,15 @@
               <table class="table111 table122">
                 <thead>
                   <tr>
-                    <th
-                      :style="{
-                        width: index == 3 ? '300px' : '50px',
-                      }"
-                      v-for="(header, index) in chapter003.publicHeader"
-                      :key="index"
-                    >
+                    <th :style="{
+                      width: index == 3 ? '300px' : '50px',
+                    }" v-for="(header, index) in chapter003.publicHeader" :key="index">
                       {{ header }}
                     </th>
                   </tr>
                 </thead>
                 <tbody>
-                  <tr
-                    v-for="(row, rowIndex) in chapter003.scoreData5"
-                    :key="rowIndex"
-                  >
+                  <tr v-for="(row, rowIndex) in chapter003.scoreData5" :key="rowIndex">
                     <td v-for="(cell, cellIndex) in row" :key="cellIndex">
                       <!-- <template v-if="cell === ''">
                         <input
@@ -2289,30 +1762,22 @@
                         {{ cell }}
                       </template> -->
                       <template v-if="cell === ''">
-                        <input
-                          type="text"
-                          v-model="chapter003.scoreData5[rowIndex][cellIndex]"
-                          @blur="
-                            updateCellScore5(
-                              rowIndex,
-                              cellIndex,
-                              $event.target.value
-                            )
-                          "
-                        />
+                        <input type="text" v-model="chapter003.scoreData5[rowIndex][cellIndex]" @blur="
+                          updateCellScore5(
+                            rowIndex,
+                            cellIndex,
+                            $event.target.value
+                          )
+                          " />
                       </template>
                       <template v-else-if="cellIndex == 4">
-                        <input
-                          type="text"
-                          v-model="chapter003.scoreData5[rowIndex][cellIndex]"
-                          @blur="
-                            updateCellScore5(
-                              rowIndex,
-                              cellIndex,
-                              $event.target.value
-                            )
-                          "
-                        />
+                        <input type="text" v-model="chapter003.scoreData5[rowIndex][cellIndex]" @blur="
+                          updateCellScore5(
+                            rowIndex,
+                            cellIndex,
+                            $event.target.value
+                          )
+                          " />
                       </template>
                       <template v-else>
                         {{ cell }}
@@ -2331,43 +1796,23 @@
             <div class="bj-tip">
               瑙嗛锛氭寚瀵煎辜鍎挎急鍙�
               <div @click="activityTen">
-                <svg
-                  xmlns="http://www.w3.org/2000/svg"
-                  xmlns:xlink="http://www.w3.org/1999/xlink"
-                  width="20.863"
-                  height="20.817"
-                  viewBox="0 0 19.863 13.817"
-                >
+                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20.863"
+                  height="20.817" viewBox="0 0 19.863 13.817">
                   <g transform="translate(-40.961 -184.321)">
-                    <path
-                      class="a"
+                    <path class="a"
                       d="M4.647,1.4a1,1,0,0,1,1.707,0L10.07,7.479A1,1,0,0,1,9.217,9H1.783A1,1,0,0,1,.93,7.479Z"
-                      transform="translate(51.824 196.82) rotate(-90)"
-                    />
-                    <path
-                      class="b"
+                      transform="translate(51.824 196.82) rotate(-90)" />
+                    <path class="b"
                       d="M3322.914-15094.863h-10.363a2.593,2.593,0,0,1-2.59-2.59v-8.638a2.593,2.593,0,0,1,2.59-2.59h10.363a2.6,2.6,0,0,1,2.594,2.59v1.729c.013.027,0,3.6,0,5.141v1.769A2.6,2.6,0,0,1,3322.914-15094.863Zm-6.9-9.933a.862.862,0,0,0-.755.468.947.947,0,0,0-.114.455v4.2a.9.9,0,0,0,.868.922.848.848,0,0,0,.432-.121l3.45-2.12a.956.956,0,0,0,.315-1.259.874.874,0,0,0-.322-.341l-3.451-2.086A.813.813,0,0,0,3316.01-15104.8Z"
-                      transform="translate(-3269 15293.001)"
-                    />
+                      transform="translate(-3269 15293.001)" />
                   </g>
                 </svg>
               </div>
             </div>
-            <div
-              class="tips-file"
-              v-if="chapter003.isOpenTen && chapter003.videoTenUrl"
-            >
-              <video
-                webkit-playsinline="true"
-                x-webkit-airplay="true"
-                playsinline="true"
-                x5-video-orientation="h5"
-                x5-video-player-fullscreen="true"
-                x5-playsinline=""
-                controls
-                class="video-border w100"
-                :src="chapter003.videoTenUrl"
-              ></video>
+            <div class="tips-file" v-if="chapter003.isOpenTen && chapter003.videoTenUrl">
+              <video webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" x5-video-orientation="h5"
+                x5-video-player-fullscreen="true" x5-playsinline="" controls class="video-border w100"
+                :src="chapter003.videoTenUrl"></video>
             </div>
           </div>
           <p><br /></p>
@@ -2377,33 +1822,19 @@
           </p>
           <p>1.鐢诲嚭婕卞彛鎸囧鐨勬祦绋嬪浘銆�</p>
           <div class="drawContent_wall">
-            <drawflow
-              @getDrawData="drawflowDataOne"
-              :strId="'drawflowId0031'"
-              :primaryColor="'#f49a4c'"
-              :importData="chapter003.drawDataOne"
-            />
+            <drawflow @getDrawData="drawflowDataOne" :strId="'drawflowId0031'" :primaryColor="'#f49a4c'"
+              :importData="chapter003.drawDataOne" />
           </div>
           <p>2.鏌ユ壘鎸囧骞煎効婕卞彛鐨勫効姝屼竴棣栵紝骞惰褰曘��</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text34"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text34')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text34" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text34')"></textarea>
           </div>
           <p>3.浣犱細澶勭悊涓埆骞煎効婕卞彛鏃跺嚭鐜扮殑闂鍚楋紵</p>
           <p>锛�1锛夊浜庝笉浼氭急鍙g殑骞煎効锛屼綘鐨勫仛娉曟槸浠�涔堬紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text35"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text35')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text35" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text35')"></textarea>
           </div>
         </div>
       </div>
@@ -2426,28 +1857,16 @@
         <div class="bodystyle">
           <p>锛�2锛夊浜庝笉璁ょ湡婕卞彛鐨勫辜鍎匡紝浣犵殑鍋氭硶鏄粈涔堬紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text36"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text36')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text36" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text36')"></textarea>
           </div>
           <p>锛�3锛夊浜庝贡鍚愭急鍙f按鐨勫辜鍎匡紝浣犵殑鍋氭硶鏄粈涔堬紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text37"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text37')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text37" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text37')"></textarea>
           </div>
           <h3 id="c011">
-            <span class="bk-h3"
-              ><span class="bj1-h3">鍏�</span>銆�銆�鍩瑰吇鑹ソ鐨勭洢娲椾範鎯��</span
-            >
+            <span class="bk-h3"><span class="bj1-h3">鍏�</span>銆�銆�鍩瑰吇鑹ソ鐨勭洢娲椾範鎯��</span>
           </h3>
           <p>
             鐩ユ礂鏄墭鑲叉満鏋勪竴鏃ユ椿鍔ㄤ腑瀵诲父鍙堜笉鍙垨缂虹殑涓�閮ㄥ垎锛岃壇濂界殑鐩ユ礂涔犳儻鏄┐骞煎効鍋ュ悍鎴愰暱鐨勯噸瑕佷繚闅溿�傛垜浠�氳繃瑙傚療鍙彂鐜帮紝鐩ユ礂宸叉垚涓哄┐骞煎効鏈�甯稿仛鐨勪簨鎯咃紝璐┛涓�鏃ユ椿鍔ㄧ殑姣忎釜鏃堕棿鐐广�傝�屽湪瀹為檯鐨勭洢娲楁椿鍔ㄤ腑锛屾湁浜涘┐骞煎効骞舵病鏈夊吇鎴愯壇濂界殑鐩ユ礂涔犳儻锛屾病鏈夎鑼冩礂鎵嬨�佹病鏈夋湁搴忔帓闃熷強鍏朵粬涓嶉伒瀹堣鍒欑殑琛屼负灞″薄鍑虹幇锛岄暱姝や互寰�浼氬奖鍝嶅┐骞煎効鐨勫仴搴锋垚闀垮拰鑹ソ琛屼负涔犳儻鐨勫吇鎴愩��
@@ -2456,51 +1875,29 @@
             濠村辜鍎块渶瑕佸吇鎴愮殑鐩ユ礂涔犳儻鍖呮嫭姝g‘娲楁墜銆佸埛鐗欍�佹急鍙c�佹礂鑴搞�佹礂鑴氥�佹礂灞佽偂锛屼互鍙婂畾鏈熸礂澶存礂婢″拰鎸夋椂鍓寚鐢茬瓑锛屽苟閫愭寤虹珛璧疯壇濂界殑鐩ユ礂鑷悊鑳藉姏銆�
           </p>
           <h4 id="d029">
-            鈻垛柖 娲诲姩1锛氳鍑哄辜鍎垮吇鎴愪笉鑹崼鐢熶範鎯殑鍚庢灉鍙婂師鍥�<span class="fontsz1"
-              >锛烇紴锛烇紴锛烇紴锛烇紴</span
-            >
+            鈻垛柖 娲诲姩1锛氳鍑哄辜鍎垮吇鎴愪笉鑹崼鐢熶範鎯殑鍚庢灉鍙婂師鍥�<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
           </h4>
           <div class="tips-bk">
             <div class="bj-tip">
               瑙嗛锛氬辜鍎夸笉鑹礂鎵嬩範鎯�
               <div @click="activityEle">
-                <svg
-                  xmlns="http://www.w3.org/2000/svg"
-                  xmlns:xlink="http://www.w3.org/1999/xlink"
-                  width="20.863"
-                  height="20.817"
-                  viewBox="0 0 19.863 13.817"
-                >
+                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20.863"
+                  height="20.817" viewBox="0 0 19.863 13.817">
                   <g transform="translate(-40.961 -184.321)">
-                    <path
-                      class="a"
+                    <path class="a"
                       d="M4.647,1.4a1,1,0,0,1,1.707,0L10.07,7.479A1,1,0,0,1,9.217,9H1.783A1,1,0,0,1,.93,7.479Z"
-                      transform="translate(51.824 196.82) rotate(-90)"
-                    />
-                    <path
-                      class="b"
+                      transform="translate(51.824 196.82) rotate(-90)" />
+                    <path class="b"
                       d="M3322.914-15094.863h-10.363a2.593,2.593,0,0,1-2.59-2.59v-8.638a2.593,2.593,0,0,1,2.59-2.59h10.363a2.6,2.6,0,0,1,2.594,2.59v1.729c.013.027,0,3.6,0,5.141v1.769A2.6,2.6,0,0,1,3322.914-15094.863Zm-6.9-9.933a.862.862,0,0,0-.755.468.947.947,0,0,0-.114.455v4.2a.9.9,0,0,0,.868.922.848.848,0,0,0,.432-.121l3.45-2.12a.956.956,0,0,0,.315-1.259.874.874,0,0,0-.322-.341l-3.451-2.086A.813.813,0,0,0,3316.01-15104.8Z"
-                      transform="translate(-3269 15293.001)"
-                    />
+                      transform="translate(-3269 15293.001)" />
                   </g>
                 </svg>
               </div>
             </div>
-            <div
-              class="tips-file"
-              v-if="chapter003.isOpenEle && chapter003.videoEleUrl"
-            >
-              <video
-                webkit-playsinline="true"
-                x-webkit-airplay="true"
-                playsinline="true"
-                x5-video-orientation="h5"
-                x5-video-player-fullscreen="true"
-                x5-playsinline=""
-                controls
-                class="video-border w100"
-                :src="chapter003.videoEleUrl"
-              ></video>
+            <div class="tips-file" v-if="chapter003.isOpenEle && chapter003.videoEleUrl">
+              <video webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" x5-video-orientation="h5"
+                x5-video-player-fullscreen="true" x5-playsinline="" controls class="video-border w100"
+                :src="chapter003.videoEleUrl"></video>
             </div>
           </div>
           <p><br /></p>
@@ -2510,13 +1907,8 @@
           </p>
           <p>1.涓嶈壇鍗敓涔犳儻鏈夊摢浜涳紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text38"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text38')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text38" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text38')"></textarea>
           </div>
         </div>
       </div>
@@ -2538,60 +1930,33 @@
         <div class="bodystyle">
           <p>2.甯姪骞煎効鏀规涓嶈壇鍗敓涔犳儻鐨勬柟娉曟湁鍝簺锛�</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text39"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text39')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text39" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text39')"></textarea>
           </div>
           <h4 id="d030">
-            鈻垛柖 娲诲姩2锛氱煫姝e辜鍎跨殑涓嶈壇鍒风墮涔犳儻<span class="fontsz1"
-              >锛烇紴锛烇紴锛烇紴锛烇紴</span
-            >
+            鈻垛柖 娲诲姩2锛氱煫姝e辜鍎跨殑涓嶈壇鍒风墮涔犳儻<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
           </h4>
           <div class="tips-bk">
             <div class="bj-tip">
               瑙嗛锛氬辜鍎跨殑涓嶈壇鍒风墮涔犳儻
               <div @click="activityTev">
-                <svg
-                  xmlns="http://www.w3.org/2000/svg"
-                  xmlns:xlink="http://www.w3.org/1999/xlink"
-                  width="20.863"
-                  height="20.817"
-                  viewBox="0 0 19.863 13.817"
-                >
+                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20.863"
+                  height="20.817" viewBox="0 0 19.863 13.817">
                   <g transform="translate(-40.961 -184.321)">
-                    <path
-                      class="a"
+                    <path class="a"
                       d="M4.647,1.4a1,1,0,0,1,1.707,0L10.07,7.479A1,1,0,0,1,9.217,9H1.783A1,1,0,0,1,.93,7.479Z"
-                      transform="translate(51.824 196.82) rotate(-90)"
-                    />
-                    <path
-                      class="b"
+                      transform="translate(51.824 196.82) rotate(-90)" />
+                    <path class="b"
                       d="M3322.914-15094.863h-10.363a2.593,2.593,0,0,1-2.59-2.59v-8.638a2.593,2.593,0,0,1,2.59-2.59h10.363a2.6,2.6,0,0,1,2.594,2.59v1.729c.013.027,0,3.6,0,5.141v1.769A2.6,2.6,0,0,1,3322.914-15094.863Zm-6.9-9.933a.862.862,0,0,0-.755.468.947.947,0,0,0-.114.455v4.2a.9.9,0,0,0,.868.922.848.848,0,0,0,.432-.121l3.45-2.12a.956.956,0,0,0,.315-1.259.874.874,0,0,0-.322-.341l-3.451-2.086A.813.813,0,0,0,3316.01-15104.8Z"
-                      transform="translate(-3269 15293.001)"
-                    />
+                      transform="translate(-3269 15293.001)" />
                   </g>
                 </svg>
               </div>
             </div>
-            <div
-              class="tips-file"
-              v-if="chapter003.isOpenTev && chapter003.videoTevUrl"
-            >
-              <video
-                webkit-playsinline="true"
-                x-webkit-airplay="true"
-                playsinline="true"
-                x5-video-orientation="h5"
-                x5-video-player-fullscreen="true"
-                x5-playsinline=""
-                controls
-                class="video-border w100"
-                :src="chapter003.videoTevUrl"
-              ></video>
+            <div class="tips-file" v-if="chapter003.isOpenTev && chapter003.videoTevUrl">
+              <video webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" x5-video-orientation="h5"
+                x5-video-player-fullscreen="true" x5-playsinline="" controls class="video-border w100"
+                :src="chapter003.videoTevUrl"></video>
             </div>
           </div>
           <p><br /></p>
@@ -2610,13 +1975,8 @@
           </p>
           <p>浣犱笌瀹堕暱娌熼�氱殑鍐呭鏄粈涔堬紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text40"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text40')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text40" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text40')"></textarea>
           </div>
           <p>2.绗簩姝ワ細寮鸿皟鍒风墮鐨勯噸瑕佹�э紝鎻愬嚭鍒风墮瑕佹眰锛屽疄琛屽埛鐗欏共棰勩��</p>
           <p>
@@ -2624,13 +1984,8 @@
           </p>
           <p>浣犵殑鍋ュ悍鏁欒偛鐨勫唴瀹规槸浠�涔堬紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text41"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text41')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text41" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text41')"></textarea>
           </div>
         </div>
       </div>
@@ -2656,47 +2011,27 @@
           </p>
           <p>浣犻�夋嫨鐨勬柟寮忔槸浠�涔堬紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text42"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text42')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text42" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text42')"></textarea>
           </div>
           <p>浣犲紑灞曠殑鏁欒偛娲诲姩鐨勫唴瀹规槸浠�涔堬紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text43"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text43')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text43" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text43')"></textarea>
           </div>
           <p>
             锛�3锛変笌骞煎効鎴栧叾瀹堕暱鑱婂ぉ锛岄棶娓呮鍏朵笉鍒风墮鐨勫師鍥犮�傛湁涓�閮ㄥ垎骞煎効鏄笉涔犳儻鎴栦笉浼氬埛鐗欙紝瀵规鎴戜滑瑕佸畨鎱板辜鍎匡紝娑堥櫎鍏舵媴蹇冦�佸鎬曘�佺揣寮犵殑鎯呯华銆�
           </p>
           <p>浣犻潰瀵圭殑骞煎効鐨勪笉鑹埛鐗欎範鎯湁鍝簺锛�</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text44"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text44')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text44" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text44')"></textarea>
           </div>
           <p>3.绗笁姝ワ細绾犳骞煎効鐨勪笉鑹埛鐗欐柟娉曞強鍒风墮涔犳儻銆�</p>
           <p>浣犵殑绾犳瀵圭瓥鏄粈涔堬紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text45"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text45')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text45" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text45')"></textarea>
           </div>
         </div>
       </div>
@@ -2725,94 +2060,14 @@
           <p>閫氳繃浠ヤ笂娲诲姩锛屽洖绛斾互涓嬮棶棰樸��</p>
           <p>1.鎸囧骞煎効鍒风墮鐨勬敞鎰忎簨椤规槸浠�涔堬紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text46"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text46')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text46" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text46')"></textarea>
           </div>
           <p>2.濡備綍涓庡闀垮崗鍚岀煫姝e辜鍎跨殑涓嶈壇鍒风墮涔犳儻锛�</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter003.textAreaItem.text47"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text47')"
-            ></textarea>
+            <textarea v-model="chapter003.textAreaItem.text47" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text47')"></textarea>
           </div>
-          <h4 id="d031">
-            鈻垛柖 搴旂敤涓庡疄璺�<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
-          </h4>
-          <!-- <div class="tips-bk">
-          <div class="bj-tip">
-            浜戞祴璇曪細鍗曞厓涓夊簲鐢ㄤ笌瀹炶返<img
-              src="../../icons/sub.png"
-              @click="activityThree"
-              alt=""
-            />
-          </div>
-          <div
-            v-if="chapter003.idOpenThree && chapter003.qustionData[3]"
-            class="tips-file"
-          >
-            <examinations :cardList="chapter003.qustionData[3]" />
-          </div>
-        </div> -->
-          <!-- <div class="bk-sys">
-          <div class="bj1-sys">
-            <p class="left">
-              <img class="img-gn1" alt="" src="../../image/dy-ycs.png" />
-            </p>
-          </div>
-          <p class="center">
-            <img class="img-g" alt="" src="../../image/0064-1.jpg" />
-          </p>
-        </div> -->
-          <p><br /></p>
-          <p><b>涓�銆佸崟閫夐</b></p>
-          <p>
-            1.锛堛��<input
-              v-model="chapter003.radio.text1"
-              @blur="onRadioText()"
-            />銆�銆�锛夊┐鍎夸钩鐗欏叏閮ㄥ嚭榻愩��
-          </p>
-          <p class="block">A.1宀佸乏鍙�</p>
-          <p class="block">B.1宀佸崐宸﹀彸</p>
-          <p class="block">C.2宀佸乏鍙�</p>
-          <p class="block">D.3宀佸崐宸﹀彸</p>
-          <p>
-            2.锛堛��<input
-              v-model="chapter003.radio.text2"
-              @blur="onRadioText()"
-            />銆�銆�锛夋槸瀵瑰舰鎴愰緥榻跨殑鍘熷洜涓嶆纭殑鎻忚堪銆�
-          </p>
-          <p class="block">A.涔崇墮鐗欓噳璐ㄨ杽</p>
-          <p class="block">B.鍑虹墮杈冩櫄</p>
-          <p class="block">C.瀹规槗琚厫铓�</p>
-          <p class="block">D.鐗欐湰璐ㄨ緝鏉捐剢</p>
-          <p>
-            3.锛堛��<input
-              v-model="chapter003.radio.text3"
-              @blur="onRadioText()"
-            />銆�銆�锛夋槸瀵瑰┐鍎跨毊鑲ょ殑鐗规�т笉姝g‘鐨勬弿杩般��
-          </p>
-          <p class="block">A.淇濇姢鍔熻兘宸�</p>
-          <p class="block">B.浣撴俯璋冭妭鑳藉姏寮�</p>
-          <p class="block">C.浠h阿娲昏穬</p>
-          <p class="block">D.鐨偆娓楅�忎綔鐢ㄥ己</p>
-          <p>
-            4.锛堛��<input
-              v-model="chapter003.radio.text4"
-              @blur="onRadioText()"
-            />銆�銆�锛夎鍦�2锝�3澶╁唴閬垮厤鍓х儓杩愬姩锛屼笉瑕佹礂婢★紝浠ュ厤鎰熸煋銆�
-          </p>
-          <p class="block">A.鎺ョ鐤嫍鍚�</p>
-          <p class="block">B.鎺ョ鐤嫍鍓�</p>
-          <p class="block">C.娓告垙鍓�</p>
-          <p class="block">D.娓告垙鍚�</p>
         </div>
       </div>
     </div>
@@ -2832,86 +2087,23 @@
           </div>
         </div>
         <div class="bodystyle">
-          <p>
-            5.濠村効鐢熺悊鎬ф祦娑庣殑鍘熷洜鏄紙銆�<input
-              v-model="chapter003.radio.text5"
-              @blur="onRadioText()"
-            />銆�銆�锛夈��
-          </p>
-          <p class="block">A.鑸屽鑰屽帤</p>
-          <p class="block">B.鍙h厰娴�</p>
-          <p class="block">C.鍙h厰姣旇緝骞茬嚗</p>
-          <p class="block">D.鍒嗘硨鐨勫彛姘磋緝灏�</p>
-          <p>
-            6.濠村効浜屼究鍚庝笉姝g‘鐨勬竻娲佹柟娉曟槸锛堛��<input
-              v-model="chapter003.radio.text6"
-              @blur="onRadioText()"
-            />銆�銆�锛夈��
-          </p>
-          <p class="block">A.渚垮悗娲楁墜</p>
-          <p class="block">B.鐢ㄦ俯姘存礂灞佽偂</p>
-          <p class="block">C.渚垮悗灏嗕究鐩嗘竻娲楁秷姣�</p>
-          <p class="block">D.濂崇澶т究鍚庝竴瀹氳浠庡悗鍚戝墠鎿�</p>
-          <p>
-            7.缁欏┐鍎挎斁娲楁尽姘存椂锛岄『搴忔纭殑閫夐」鏄紙銆�<input
-              v-model="chapter003.radio.text7"
-              @blur="onRadioText()"
-            />銆�銆�锛夈��
-          </p>
-          <p class="block">A.鍏堟斁鍐锋按锛屽悗鏀剧儹姘达紝鍐嶆斁濠村効</p>
-          <p class="block">B.鍏堟斁鍐锋按锛屽悗鏀惧┐鍎匡紝鍐嶆斁鐑按</p>
-          <p class="block">C.鍏堟斁濠村効锛屽悗鏀剧儹姘达紝鍐嶆斁鍐锋按</p>
-          <p class="block">D.鍏堟斁鐑按锛屽悗鏀惧┐鍎匡紝鍐嶆斁鍐锋按</p>
-          <p>
-            8.涓嬮潰閫夐」鎻忚堪姝g‘鐨勬槸锛堛��<input
-              v-model="chapter003.radio.text8"
-              @blur="onRadioText()"
-            />銆�銆�锛夈��
-          </p>
-          <p class="block">A.濂崇杩樺皬锛屼笉鐢ㄦ竻娲楀闃�</p>
-          <p class="block">B.濂崇鐨勫闃村彲浠ョ敤鑲ョ殏娑插啿娲�</p>
-          <p class="block">C.娓呮礂濂崇鐨勪笅韬椂浠庡墠寰�鍚庡啿娲�</p>
-          <p class="block">D.濂崇鐨勪笅韬鍓嶅悗涓�璧锋礂</p>
-          <p><b>浜屻�佽杩伴</b></p>
-          <p>
-            闅忕潃鐢熸椿姘村钩鐨勬彁楂橈紝濠村辜鍎块緥榻跨殑鍙戠敓鐜囦篃鍦ㄩ�愬勾鎻愰珮锛屽張榛勫張榛戠殑榫嬮娇涓嶄粎褰卞搷濠村辜鍎跨殑褰㈣薄锛屼弗閲嶇殑浼氬奖鍝嶅埌鐗欐牴鍙戣偛銆侀楠ㄥ彂鑲层�佽繘椋熷強璇█鍔熻兘锛岀敋鑷宠繕浼氬奖鍝嶅埌濠村辜鍎跨殑闈㈠銆傛牴鎹綘鎵�瀛︾殑鐭ヨ瘑锛岃皥涓�璋堝浣曢闃插┐骞煎効榫嬮娇銆�
-          </p>
-          <div class="bk-tx">
-            <textarea
-              v-model="chapter003.radio.desc"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('desc')"
-            ></textarea>
-          </div>
+          <h4 id="d031">
+            鈻垛柖 搴旂敤涓庡疄璺�<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
+          </h4>
           <div class="tips-bk">
             <div class="bj-tip">
               浜戞祴璇曪細鍗曞厓涓夊簲鐢ㄤ笌瀹炶返
               <div @click="activityThree">
-                <svg
-                  xmlns="http://www.w3.org/2000/svg"
-                  xmlns:xlink="http://www.w3.org/1999/xlink"
-                  width="20.115"
-                  height="19.988"
-                  viewBox="0 0 20.115 19.988"
-                >
-                  <path
-                    class="a"
+                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20.115"
+                  height="19.988" viewBox="0 0 20.115 19.988">
+                  <path class="a"
                     d="M3356.437-15192.012a.568.568,0,0,1-.236-.052.566.566,0,0,1-.271-.744l1.134-2.429h-5.505a.558.558,0,0,1-.557-.558.559.559,0,0,1,.557-.561h19a.559.559,0,0,1,.557.561.558.558,0,0,1-.557.558h-5.505l1.13,2.429a.552.552,0,0,1,.019.427.55.55,0,0,1-.29.313.547.547,0,0,1-.238.055.557.557,0,0,1-.5-.322l-1.355-2.9h-5.52l-1.352,2.9A.563.563,0,0,1,3356.437-15192.012Zm12.442-5.462h-15.645a2.236,2.236,0,0,1-2.233-2.233v-10.06a2.236,2.236,0,0,1,2.233-2.233h15.645a2.238,2.238,0,0,1,2.237,2.233v10.06A2.238,2.238,0,0,1,3368.88-15197.474Zm-4.842-11.732a1.112,1.112,0,0,0-.748.287l-4.986,4.486a1.143,1.143,0,0,0-.309.473l-1.577,2.727a.57.57,0,0,0,.034.61.552.552,0,0,0,.447.229.448.448,0,0,0,.126-.016.55.55,0,0,0,.13-.03l2.871-1.233a1.153,1.153,0,0,0,.523-.268l4.982-4.485a1.121,1.121,0,0,0,.084-1.581l-.748-.828A1.113,1.113,0,0,0,3364.038-15209.206Z"
-                    transform="translate(-3351.001 15212)"
-                  />
+                    transform="translate(-3351.001 15212)" />
                 </svg>
               </div>
             </div>
-            <div
-              v-if="chapter003.idOpenThree && questionData"
-              class="tips-file"
-            >
-              <examinations
-                :primaryColor="'#f49a4c'"
-                :cardList="questionData[54]"
-              />
+            <div v-if="chapter003.idOpenThree && questionData" class="tips-file">
+              <examinations :primaryColor="'#f49a4c'" :cardList="questionData[54]" />
             </div>
           </div>
         </div>
@@ -3487,7 +2679,7 @@
           this.chapter003.groupData[rowIndex],
           5,
           this.chapter003.groupData[rowIndex][2] -
-            this.chapter003.groupData[rowIndex][cellIndex]
+          this.chapter003.groupData[rowIndex][cellIndex]
         );
       }
       localStorage.setItem("chapter003", JSON.stringify(this.chapter003));
@@ -3504,7 +2696,7 @@
           this.chapter003.scoreData1[rowIndex],
           5,
           this.chapter003.scoreData1[rowIndex][2] -
-            this.chapter003.scoreData1[rowIndex][cellIndex]
+          this.chapter003.scoreData1[rowIndex][cellIndex]
         );
       }
       localStorage.setItem("chapter003", JSON.stringify(this.chapter003));
@@ -3521,7 +2713,7 @@
           this.chapter003.scoreData2[rowIndex],
           5,
           this.chapter003.scoreData2[rowIndex][2] -
-            this.chapter003.scoreData2[rowIndex][cellIndex]
+          this.chapter003.scoreData2[rowIndex][cellIndex]
         );
       }
       localStorage.setItem("chapter003", JSON.stringify(this.chapter003));
@@ -3538,7 +2730,7 @@
           this.chapter003.scoreData3[rowIndex],
           5,
           this.chapter003.scoreData3[rowIndex][2] -
-            this.chapter003.scoreData3[rowIndex][cellIndex]
+          this.chapter003.scoreData3[rowIndex][cellIndex]
         );
       }
       localStorage.setItem("chapter003", JSON.stringify(this.chapter003));
@@ -3555,7 +2747,7 @@
           this.chapter003.scoreData4[rowIndex],
           5,
           this.chapter003.scoreData4[rowIndex][2] -
-            this.chapter003.scoreData4[rowIndex][cellIndex]
+          this.chapter003.scoreData4[rowIndex][cellIndex]
         );
       }
       localStorage.setItem("chapter003", JSON.stringify(this.chapter003));
@@ -3572,7 +2764,7 @@
           this.chapter003.scoreData5[rowIndex],
           5,
           this.chapter003.scoreData5[rowIndex][2] -
-            this.chapter003.scoreData5[rowIndex][cellIndex]
+          this.chapter003.scoreData5[rowIndex][cellIndex]
         );
       }
       localStorage.setItem("chapter003", JSON.stringify(this.chapter003));
diff --git a/src/books/lifeCare/view/components/chapter004.vue b/src/books/lifeCare/view/components/chapter004.vue
index a6c1517..fdf2e91 100644
--- a/src/books/lifeCare/view/components/chapter004.vue
+++ b/src/books/lifeCare/view/components/chapter004.vue
@@ -1190,74 +1190,6 @@
               @blur="onBlurChange('text34')"
             ></textarea>
           </div>
-          <h4 id="d042">
-            鈻垛柖 搴旂敤涓庡疄璺�<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
-          </h4>
-          <p><br /></p>
-          <!-- <p><br /></p>
-        <div class="bk-sys">
-          <div class="bj1-sys">
-            <p class="left">
-              <img class="img-gn1" alt="" src="../../image/dy-ycs.png" />
-            </p>
-          </div>
-          <p class="center">
-            <img class="img-g" alt="" src="../../image/0080-1.jpg" />
-          </p>
-        </div> -->
-          <p><b>鍗曢�夐</b></p>
-          <p>
-            1.瀵逛簬鍩瑰吇濠村辜鍎垮ぇ灏忎究鐨勪範鎯〃杩颁笉姝g‘鐨勯�夐」鏄紙銆�<input
-              v-model="chapter004.radio.text1"
-              @blur="onRadioText()"
-            />銆�锛夈��
-          </p>
-          <p class="block">A.2宀佸悗瑕佺┛鏁磋瑁�</p>
-          <p class="block">B.濠村辜鍎垮彲浠ラ殢鍦板ぇ灏忎究</p>
-          <p class="block">C.鎴愪汉瑕佹湁鑰愬績</p>
-          <p class="block">D.濠村辜鍎夸細璧板悗鐧藉ぉ涓嶈鐢ㄥ翱甯�</p>
-          <p>
-            2.瀵逛簬璁粌濠村辜鍎夸娇鐢ㄤ究鐩嗚〃杩颁笉姝g‘鐨勯�夐」鏄紙銆�<input
-              v-model="chapter004.radio.text2"
-              @blur="onRadioText()"
-            />銆�锛夈��
-          </p>
-          <p class="block">A.娉ㄦ剰瑙傚療濠村辜鍎垮ぇ灏忎究鐨勪俊鍙凤紝鍙婃椂鍋氬嚭鍙嶅簲</p>
-          <p class="block">
-            B.濠村辜鍎垮浼氱敤鍔ㄤ綔鎴栬瑷�琛ㄧず瑕佸ぇ灏忎究鏃跺簲鍙婃椂缁欎簣榧撳姳鍜岃〃鎵�
-          </p>
-          <p class="block">C.浣跨敤渚跨泦鏃跺彲鍠傞鎴栫帺鐜╁叿</p>
-          <p class="block">D.澶栧嚭鏃朵笉瑕佽濠村辜鍎块殢鍦板ぇ灏忎究</p>
-          <p>
-            3.瀵瑰翱甯冪柟鐨勬姢鐞嗕笉姝g‘鐨勬槸锛堛��<input
-              v-model="chapter004.radio.text3"
-              @blur="onRadioText()"
-            />銆�锛夈��
-          </p>
-          <p class="block">A.娉ㄦ剰濠村辜鍎胯噣閮ㄧ殑娓呮磥锛屼繚鎸佸┐骞煎効鑷�閮ㄧ殑骞茬嚗</p>
-          <p class="block">B.閫夋嫨娴呰壊鍏ㄦ灏垮竷锛屼簩渚垮悗鍙婃椂鏇存崲灏垮竷</p>
-          <p class="block">C.娓呮礂灏垮竷鍚庯紝瑕佸湪闃冲厜涓嬫檼骞插悗鏂瑰彲缁欏┐骞煎効鐢�</p>
-          <p class="block">D.閫夋嫨閫傚疁鐨勫寲绾ゆ潗璐ㄧ殑灏垮竷</p>
-          <p>
-            4.閬垮厤濠村辜鍎夸究绉橀噰鍙栫殑鎺柦涓嶆纭殑鏄紙銆�<input
-              v-model="chapter004.radio.text4"
-              @blur="onRadioText()"
-            />銆�锛夈��
-          </p>
-          <p class="block">A.澧炲姞楗按閲忓苟姣忓ぉ閫傚綋杩涜鑵归儴鎸夋懇</p>
-          <p class="block">B.鍑忓皯椋熼噺骞舵瘡鏃ヨ繘琛岃吂閮ㄦ寜鎽�</p>
-          <p class="block">C.澧炲姞楗按閲忥紝鍑忓皯椋熼噺</p>
-          <p class="block">D.澶氬悆楂樼儹閲忕殑椋熺墿</p>
-          <p>
-            5.鍩瑰吇濠村辜鍎跨殑浜屼究鍗敓涔犳儻瑕佸惊搴忔笎杩涳紝鑰屼笖瑕侊紙銆�<input
-              v-model="chapter004.radio.text5"
-              @blur="onRadioText()"
-            />銆�锛夈��
-          </p>
-          <p class="block">A.寮鸿揩濠村辜鍎挎寜瑕佹眰鍘诲仛</p>
-          <p class="block">B.鍙婃椂缁欎簣榧撳姳鍜岃〃鎵�</p>
-          <p class="block">C.鐢ㄩ鐗╅�楀紩濠村辜鍎�</p>
-          <p class="block">D.鎻愭棭璁粌</p>
         </div>
       </div>
     </div>
@@ -1277,46 +1209,9 @@
           </div>
         </div>
         <div class="bodystyle">
-          <p>
-            6.鍩瑰吇濠村辜鍎挎湁瑙勫緥鍦板ぇ灏忎究锛屽彲浠ュ湪澶ц剳寤虹珛璧蜂竴绯诲垪鐨勶紙銆�<input
-              v-model="chapter004.radio.text6"
-              @blur="onRadioText()"
-            />銆�锛夛紝浠庤�屾彁楂樻満浣撶殑宸ヤ綔鏁堢巼锛屼互淇濊瘉鍚勫櫒瀹樻洿濂藉湴宸ヤ綔鍜屼紤鎭��
-          </p>
-          <p class="block">A.绁炵粡鍙嶅皠</p>
-          <p class="block">B.鍚炲捊鍙嶅皠</p>
-          <p class="block">C.鍚稿惍鍙嶅皠</p>
-          <p class="block">D.鏉′欢鍙嶅皠</p>
-          <p>
-            7.鍩瑰吇鑹ソ鐨勪簩渚夸範鎯拰鐢熸椿鏂瑰紡鏈夊埄浜庯紙銆�<input
-              v-model="chapter004.radio.text7"
-              @blur="onRadioText()"
-            />銆�锛夈��
-          </p>
-          <p class="block">A.鎻愰珮濠村辜鍎垮姩浣滅殑鐏垫椿鎬�</p>
-          <p class="block">B.鎻愰珮濠村辜鍎跨殑绀句細浜ゅ線鑳藉姏</p>
-          <p class="block">C.鎻愰珮濠村辜鍎挎満浣撶殑宸ヤ綔鏁堢巼</p>
-          <p class="block">D.淇冭繘濠村辜鍎跨殑鏅哄姏鍙戝睍</p>
-          <p>
-            8.鍩瑰吇濠村辜鍎跨殑浜屼究涔犳儻瑕侊紙銆�<input
-              v-model="chapter004.radio.text8"
-              @blur="onRadioText()"
-            />銆�锛夈��
-          </p>
-          <p class="block">A.鎶撳噯闂撮殧鏃堕棿鎻愬墠鎻愰啋</p>
-          <p class="block">B.鎻愭棭璁粌</p>
-          <p class="block">C.浠ュ闀跨殑濞佷弗鍒舵湇濠村効</p>
-          <p class="block">D.鐢ㄩ鐗╅�楀紩濠村効</p>
-          <p>
-            9.濠村辜鍎夸簩渚垮悗涓嶆纭殑娓呮磥鏂规硶鏄紙銆�<input
-              v-model="chapter004.radio.text9"
-              @blur="onRadioText()"
-            />銆�锛夈��
-          </p>
-          <p class="block">A.渚垮悗娲楁墜</p>
-          <p class="block">B.鐢ㄦ俯姘存礂灞佽偂</p>
-          <p class="block">C.渚垮悗渚跨泦娓呮礂娑堟瘨</p>
-          <p class="block">D.濂冲┐澶т究鍚庝竴瀹氳浠庡悗鍚戝墠鎿�</p>
+          <h4 id="d042">
+            鈻垛柖 搴旂敤涓庡疄璺�<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
+          </h4>
           <div class="tips-bk">
             <div class="bj-tip">
               浜戞祴璇曪細鍗曞厓鍥涘簲鐢ㄤ笌瀹炶返
@@ -1342,7 +1237,7 @@
             >
               <examinations
                 :primaryColor="'#f49a4c'"
-                :cardList="questionData[70]"
+                :cardList="questionData[74]"
               />
             </div>
           </div>
diff --git a/src/books/lifeCare/view/components/chapter005.vue b/src/books/lifeCare/view/components/chapter005.vue
index 36c0272..f9e25d1 100644
--- a/src/books/lifeCare/view/components/chapter005.vue
+++ b/src/books/lifeCare/view/components/chapter005.vue
@@ -2887,62 +2887,6 @@
               @blur="onBlurChange('text65')"
             ></textarea>
           </div>
-          <h4 id="d061">
-            鈻垛柖 搴旂敤涓庡疄璺�<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
-          </h4>
-          <p><br /></p>
-          <!-- <p><br /></p>
-        <div class="bk-sys">
-          <div class="bj1-sys">
-            <p class="left">
-              <img class="img-gn1" alt="" src="../../image/dy-ycs.png" />
-            </p>
-          </div>
-          <p class="center">
-            <img class="img-g" alt="" src="../../image/0109-1.jpg" />
-          </p>
-        </div> -->
-          <p><b>涓�銆佸崟閫夐</b></p>
-          <p>
-            1.浠ヤ笅涓嶉�傚悎浣滀负濠村辜鍎跨殑姝i鐨勯鐗╂槸锛堛��<input
-              v-model="chapter005.radio.text1"
-              @blur="onRadioText()"
-            />銆�锛夈��
-          </p>
-          <p class="block">A.璋风墿绫�</p>
-          <p class="block">B.钄彍</p>
-          <p class="block">C.姘存灉</p>
-          <p class="block">D.鑲夌被</p>
-          <p>
-            2.涓嬪垪閫夐」涓嶇鍚堣緟椋熸坊鍔犲師鍒欑殑鏄紙銆�<input
-              v-model="chapter005.radio.text2"
-              @blur="onRadioText()"
-            />銆�锛夈��
-          </p>
-          <p class="block">A.鐢卞皯鍒板锛岀敱绋�鍒扮锛岀敱缁嗗埌绮�</p>
-          <p class="block">B.鍋ュ悍鏃舵坊鍔�</p>
-          <p class="block">C.鑻ュ┐骞煎効鎷掔粷鍚冭緟椋燂紝鍙繃涓�娈垫椂闂村悗娣诲姞</p>
-          <p class="block">D.涓�娆℃坊鍔犱袱绉嶉鐗�</p>
-          <p>
-            3.涓哄┐鍎挎坊鍔犺緟椋熸椂锛屽簲浼樺厛娣诲姞锛堛��<input
-              v-model="chapter005.radio.text3"
-              @blur="onRadioText()"
-            />銆�锛夈��
-          </p>
-          <p class="block">A.鍚搧绫崇矇绯�</p>
-          <p class="block">B.楦¤泲缇�</p>
-          <p class="block">C.鑲夋偿</p>
-          <p class="block">D.璞嗗埗鍝�</p>
-          <p>
-            4.涓嬪垪鍏充簬鍩瑰吇鑹ソ鐨勯ギ椋熶範鎯殑璇存硶涓嶆纭殑鏄紙銆�<input
-              v-model="chapter005.radio.text4"
-              @blur="onRadioText()"
-            />銆�锛夈��
-          </p>
-          <p class="block">A.楗瀹氶噺锛屾帶鍒堕浂椋�</p>
-          <p class="block">B.涓嶅亸椋燂紝涓嶆寫椋�</p>
-          <p class="block">C.椋熺墿澶氭牱锛岄ギ椋熸竻娣�</p>
-          <p class="block">D.鍠濈櫧寮�姘存病鏈夎惀鍏伙紝鍙互璁╁┐骞煎効澶氬枬楗枡</p>
         </div>
       </div>
     </div>
@@ -2961,49 +2905,9 @@
           </div>
         </div>
         <div class="bodystyle">
-          <p>
-            5.浠ヤ笅鍋氭硶鏈夊姪浜庡煿鍏诲┐骞煎効鑹ソ楗涔犳儻鐨勬槸锛堛��<input
-              v-model="chapter005.radio.text5"
-              @blur="onRadioText()"
-            />銆�锛夈��
-          </p>
-          <p class="block">A.瀹堕暱浠ヨ韩浣滃垯</p>
-          <p class="block">B.瀹氭椂銆佸畾鐐硅繘椁�</p>
-          <p class="block">C.涓嶅己杩繘椋�</p>
-          <p class="block">D.浠ヤ笂閮芥槸</p>
-          <p>
-            6.鎸囧濠村辜鍎胯繘椁愮殑閿欒鍋氭硶鏄紙銆�<input
-              v-model="chapter005.radio.text6"
-              @blur="onRadioText()"
-            />銆�锛夈��
-          </p>
-          <p class="block">A.璁╄儍鍙e皬銆佺槮灏忕殑濠村辜鍎垮皯鐩涘娣�</p>
-          <p class="block">B.浠�2宀佸紑濮嬪煿鍏诲辜鍎跨嫭绔嬭繘椁�</p>
-          <p class="block">C.琛ㄦ壃鍚冨緱鏈�蹇殑濠村辜鍎�</p>
-          <p class="block">D.鏁欒偛濠村辜鍎夸笉鎸戦銆佺粏鍤兼參鍜�</p>
-          <p>
-            7.鍗堥キ鍓嶏紝鐩ユ礂瀹ら噷浼犳潵鑰佸笀涓ュ帀鐨勫0闊筹細鈥滆皝鎶婃礂鎵嬫恫鎸ゅ埌浜嗗闈紵鎿︽墜鐨勬瘺宸炬槸璋佹墧鍦ㄥ湴涓婄殑锛熲�濅竴椤挎壒璇勫悗锛屽瀛愪滑閮戒笉鏁㈠惌澹般�傝繘椁愭椂瀛╁瓙浠兘榛橀粯鍚冭捣浜嗗崍楗�傝杩涢鍓嶆椿鍔ㄥ瓨鍦ㄧ殑涓昏闂鏄紙銆�<input
-              v-model="chapter005.radio.text7"
-              @blur="onRadioText()"
-            />銆�锛夈��
-          </p>
-          <p class="block">A.娌℃湁鏈夋晥缁勭粐椁愬墠娓呮磥娲诲姩</p>
-          <p class="block">B.鍦ㄩ鍓嶆壒璇勫┐骞煎効</p>
-          <p class="block">C.娌℃湁杩涜椁愬墠鏁欒偛娲诲姩</p>
-          <p class="block">D.浠ヤ笂閮芥槸</p>
-          <p><b>浜屻�佽杩伴</b></p>
-          <p>
-            钄彍鐨勮惀鍏讳环鍊煎緢楂橈紝鍚湁涓板瘜鐨勭淮鐢熺礌锛屼絾寰堝瀛╁瓙鑷┐鍎挎湡灏变笉鐖卞悆钄彍锛屽埌浜嗗辜鍎垮洯涔熶笉鐖卞悆钄彍銆傝繖鏄粈涔堝師鍥狅紵璇蜂綘璁捐鍑犱釜鏂规锛屽紩瀵艰繖浜涙寫椋熴�佸亸椋熺殑濠村辜鍎匡紝璁╀粬浠枩娆笂钄彍銆�
-          </p>
-          <div class="bk-tx">
-            <textarea
-              v-model="chapter005.radio.desc"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('desc')"
-            ></textarea>
-          </div>
+          <h4 id="d061">
+            鈻垛柖 搴旂敤涓庡疄璺�<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
+          </h4>
           <div class="tips-bk">
             <div class="bj-tip">
               浜戞祴璇曪細鍗曞厓浜斿簲鐢ㄤ笌瀹炶返
@@ -3029,7 +2933,7 @@
             >
               <examinations
                 :primaryColor="'#f49a4c'"
-                :cardList="questionData[99]"
+                :cardList="questionData[103]"
               />
             </div>
           </div>
diff --git a/src/books/lifeCare/view/components/chapter006.vue b/src/books/lifeCare/view/components/chapter006.vue
index 47a3f34..19e815b 100644
--- a/src/books/lifeCare/view/components/chapter006.vue
+++ b/src/books/lifeCare/view/components/chapter006.vue
@@ -92,9 +92,7 @@
             </p>
           </div>
           <h3 id="c021">
-            <span class="bk-h3"
-              ><span class="bj1-h3">涓�</span>銆�銆�楗按鍓嶇殑鍑嗗銆�</span
-            >
+            <span class="bk-h3"><span class="bj1-h3">涓�</span>銆�銆�楗按鍓嶇殑鍑嗗銆�</span>
           </h3>
           <p>
             浜烘槸涓�涓惈姘寸殑鐢熷懡浣撱�傚勾榫勮秺灏忥紝浣撳唴鐨勬按鍒嗘墍鍗犵殑姣斾緥灏辫秺楂樸�傛柊鐢熷効浣撳唴鐨勬按鍒嗗崰浣撻噸鐨�80%锛屽┐鍎夸綋鍐呯殑姘村垎鍗犱綋閲嶇殑70%锛屽辜鍎夸綋鍐呯殑姘村垎鍗犱綋閲嶇殑65%锛屾垚骞翠汉浣撳唴鐨勬按鍒嗗崰浣撻噸鐨�60%銆傚勾榫勮秺灏忥紝瀵规按鐨勭浉瀵归渶姹傞噺灏辫秺澶с�傛按鍒嗘憚鍏ヤ笉瓒虫垨姘村垎娴佸け杩囧锛屽彲寮曡捣浣撳唴澶辨按锛屼害绉拌劚姘淬�傜幇浠婏紝鏈変簺濠村辜鍎块潪甯稿枩娆㈠枬绯栨按銆佽渹铚滄按銆侀ギ鏂欙紝灏ゅ叾鏄钩鍒跺搧楗枡銆備竴浜涘闀夸篃瑙夊緱涔冲埗鍝侀ギ鏂欒惀鍏讳赴瀵岋紝鍙堝瘜鍚按鍒嗭紝鍔犱笂瀛╁瓙鍙堝枩娆㈠枬锛屾墍浠ュ氨鐢ㄩギ鏂欐潵浠f浛鐧藉紑姘淬�傝繖鏄敊璇仛娉曘��
@@ -103,9 +101,7 @@
             涓嶅悓骞撮緞娈电殑濠村辜鍎跨殑楗按闇�姹傛湁浣曚笉鍚屽憿锛熼ギ鏂欏濠村辜鍎跨殑鍋ュ悍鍙戝睍鏈夊嵄瀹冲悧锛熷ぇ瀹朵竴璧锋潵鎺㈣瀛︿範鍚с��
           </p>
           <h4 id="d062">
-            鈻垛柖 娲诲姩1锛氳В閲婃按涓庡┐骞煎効鍋ュ悍鐨勫叧绯�<span class="fontsz1"
-              >锛烇紴锛烇紴锛烇紴锛烇紴</span
-            >
+            鈻垛柖 娲诲姩1锛氳В閲婃按涓庡┐骞煎効鍋ュ悍鐨勫叧绯�<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
           </h4>
           <div class="bk-qjms">
             <p class="bj1-qjms">鈯欍��鎯呭鎻忚堪1銆�鈯�</p>
@@ -140,18 +136,11 @@
           </div>
           <p>鏍规嵁浠ヤ笂鎯呭锛岃灏忕粍璁ㄨ姘翠笌濠村辜鍎跨殑鍋ュ悍鏈変粈涔堝叧绯汇��</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter006.textAreaItem.text1111"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text1111')"
-            ></textarea>
+            <textarea v-model="chapter006.textAreaItem.text1111" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text1111')"></textarea>
           </div>
           <h4 id="d063">
-            鈻垛柖 娲诲姩2锛氳鍑轰笉鍚屽勾榫勬鐨勫┐骞煎効鐨勯ギ姘撮渶姹�<span class="fontsz1"
-              >锛烇紴锛烇紴锛烇紴锛烇紴</span
-            >
+            鈻垛柖 娲诲姩2锛氳鍑轰笉鍚屽勾榫勬鐨勫┐骞煎効鐨勯ギ姘撮渶姹�<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
           </h4>
           <div class="bk-qjms">
             <p class="bj1-qjms">鈯欍��鎯呭鎻忚堪1銆�鈯�</p>
@@ -161,23 +150,13 @@
           </div>
           <p>1.浣犺涓鸿繖鏍风殑鐪嬫硶瀵瑰悧锛熻鍐欐槑鐞嗙敱銆�</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter006.textAreaItem.text2"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text2')"
-            ></textarea>
+            <textarea v-model="chapter006.textAreaItem.text2" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text2')"></textarea>
           </div>
           <p>2.浣犵煡閬�6涓湀澶х殑瀹濆疂鐨勯ギ姘撮噺鏄灏戝悧锛熷簲璇ョ粰瀹堕暱鎬庢牱鐨勫缓璁紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter006.textAreaItem.text3"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text3')"
-            ></textarea>
+            <textarea v-model="chapter006.textAreaItem.text3" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text3')"></textarea>
           </div>
         </div>
       </div>
@@ -206,51 +185,38 @@
             <table class="table111 table122">
               <thead>
                 <tr>
-                  <th
-                    :style="{
-                      width:
-                        index == chapter006.headersData.length - 1
-                          ? '200px'
-                          : '120px',
-                    }"
-                    v-for="(header, index) in chapter006.headersData"
-                    :key="index"
-                  >
+                  <th :style="{
+                    width:
+                      index == chapter006.headersData.length - 1
+                        ? '200px'
+                        : '120px',
+                  }" v-for="(header, index) in chapter006.headersData" :key="index">
                     {{ header }}
                   </th>
                 </tr>
               </thead>
               <tbody>
-                <tr
-                  v-for="(row, rowIndex) in chapter006.tableData161"
-                  :key="rowIndex"
-                >
+                <tr v-for="(row, rowIndex) in chapter006.tableData161" :key="rowIndex">
                   <td v-for="(cell, cellIndex) in row" :key="cellIndex">
                     <template v-if="cell === ''">
-                      <div
-                        contenteditable
-                        @blur="
-                          updateCell(
-                            rowIndex,
-                            cellIndex,
-                            $event.target.innerText
-                          )
-                        "
-                      >
+                      <div contenteditable @blur="
+                        updateCell(
+                          rowIndex,
+                          cellIndex,
+                          $event.target.innerText
+                        )
+                        ">
                         {{ chapter006.tableData161[rowIndex][cellIndex] }}
                       </div>
                     </template>
                     <template v-else>
-                      <div
-                        contenteditable
-                        @blur="
-                          updateCell(
-                            rowIndex,
-                            cellIndex,
-                            $event.target.innerText
-                          )
-                        "
-                      >
+                      <div contenteditable @blur="
+                        updateCell(
+                          rowIndex,
+                          cellIndex,
+                          $event.target.innerText
+                        )
+                        ">
                         {{ chapter006.tableData161[rowIndex][cellIndex] }}
                       </div>
                     </template>
@@ -261,13 +227,8 @@
           </div>
           <p>姘存槸鍠濆緱瓒婂瓒婂ソ鍚楋紵浣犵煡閬撲粈涔堟槸姘翠腑姣掑悧锛熻瑙i噴銆�</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter006.textAreaItem.text4"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text4')"
-            ></textarea>
+            <textarea v-model="chapter006.textAreaItem.text4" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text4')"></textarea>
           </div>
           <div class="bk-qjms">
             <p class="bj1-qjms">鈯欍��鎯呭鎻忚堪2銆�鈯�</p>
@@ -277,18 +238,11 @@
           </div>
           <p>楗枡鑳戒唬鏇跨櫧寮�姘村悧锛熶负浠�涔堬紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter006.textAreaItem.text5"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text5')"
-            ></textarea>
+            <textarea v-model="chapter006.textAreaItem.text5" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text5')"></textarea>
           </div>
           <h4 id="d064">
-            鈻垛柖 娲诲姩3锛氬噯澶囧畨鍏ㄧ殑楗敤姘�<span class="fontsz1"
-              >锛烇紴锛烇紴锛烇紴锛烇紴</span
-            >
+            鈻垛柖 娲诲姩3锛氬噯澶囧畨鍏ㄧ殑楗敤姘�<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
           </h4>
           <div class="bk-qjms">
             <p class="bj1-qjms">鈯欍��鎯呭鎻忚堪1銆�鈯�</p>
@@ -317,13 +271,8 @@
         <div class="bodystyle">
           <p>浣犺涓鸿繖鏍风殑璇存硶瀵瑰悧锛熻鍐欐槑鐞嗙敱銆�</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter006.textAreaItem.text6"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text6')"
-            ></textarea>
+            <textarea v-model="chapter006.textAreaItem.text6" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text6')"></textarea>
           </div>
           <div class="bk-qjms">
             <p class="bj1-qjms">鈯欍��鎯呭鎻忚堪2銆�鈯�</p>
@@ -333,13 +282,8 @@
           </div>
           <p>濠村辜鍎块渶瑕侀ギ鐢ㄤ笓鐢ㄧ殑姘村悧锛熻鍐欏嚭鎯虫硶鍜岀悊鐢便��</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter006.textAreaItem.text7"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text7')"
-            ></textarea>
+            <textarea v-model="chapter006.textAreaItem.text7" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text7')"></textarea>
           </div>
           <div class="bk-qjms">
             <p class="bj1-qjms">鈯欍��鎯呭鎻忚堪3銆�鈯�</p>
@@ -349,13 +293,8 @@
           </div>
           <p>璇峰皬缁勫悎浣滐紝璁ㄨ鍒嗘瀽瀹堕暱鐨勮繖绉嶆兂娉曟槸鍚︽纭苟鍐欏嚭鐞嗙敱銆�</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter006.textAreaItem.text8"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text8')"
-            ></textarea>
+            <textarea v-model="chapter006.textAreaItem.text8" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text8')"></textarea>
           </div>
         </div>
       </div>
@@ -383,28 +322,16 @@
           </div>
           <p>1.濡傛灉姘存俯杩囬珮锛屼細瀵瑰┐骞煎効閫犳垚浠�涔堜激瀹筹紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter006.textAreaItem.text9"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text9')"
-            ></textarea>
+            <textarea v-model="chapter006.textAreaItem.text9" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text9')"></textarea>
           </div>
           <p>2.缁欏┐骞煎効楗敤鐨勬按鐨勬俯搴﹀簲鎺у埗鍦ㄤ粈涔堣寖鍥达紵璇峰垎灏忕粍璁ㄨ銆�</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter006.textAreaItem.text10"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text10')"
-            ></textarea>
+            <textarea v-model="chapter006.textAreaItem.text10" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text10')"></textarea>
           </div>
           <h4 id="d065">
-            鈻垛柖 娲诲姩4锛氬噯澶囧┐骞煎効鐨勯ギ姘村櫒鍏�<span class="fontsz1"
-              >锛烇紴锛烇紴锛烇紴锛烇紴</span
-            >
+            鈻垛柖 娲诲姩4锛氬噯澶囧┐骞煎効鐨勯ギ姘村櫒鍏�<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
           </h4>
           <div class="bk-qjms">
             <p class="bj1-qjms">鈯欍��鎯呭鎻忚堪1銆�鈯�</p>
@@ -441,30 +368,18 @@
             1.闅忕潃濠村辜鍎垮枬姘存妧鑳界殑鎻愬崌锛岄ギ姘村櫒鍏蜂篃瑕佺浉搴斿湴鏇存崲銆備笉鍚岀殑鍣ㄥ叿鑳芥弧瓒充笉鍚屽勾榫勬鐨勫┐骞煎効涓嶅悓鐨勯ギ姘撮渶瑕併�傝鍒嗘瀽浠ヤ笂鎯呭锛屽府鍔╂�濇�濆拰鏈垫湹閫夋嫨鍚堥�傜殑楗按鍣ㄥ叿銆�
           </p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter006.textAreaItem.text11"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text11')"
-            ></textarea>
+            <textarea v-model="chapter006.textAreaItem.text11" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text11')"></textarea>
           </div>
           <p>
             2.瀛︿範闃呰鎵嬪唽锛岃璁洪�傚悎涓嶅悓鏈堥緞鐨勫┐骞煎効鐨勯ギ姘村櫒鍏锋湁鍝簺锛岀壒鐐规槸浠�涔堛��
           </p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter006.textAreaItem.text12"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text12')"
-            ></textarea>
+            <textarea v-model="chapter006.textAreaItem.text12" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text12')"></textarea>
           </div>
           <h3 id="c022">
-            <span class="bk-h3"
-              ><span class="bj1-h3">浜�</span>銆�銆�鎸囧濠村辜鍎胯嚜涓婚ギ姘淬��</span
-            >
+            <span class="bk-h3"><span class="bj1-h3">浜�</span>銆�銆�鎸囧濠村辜鍎胯嚜涓婚ギ姘淬��</span>
           </h3>
           <p>
             姘村湪浜轰綋涓捣鐫�涓嶅彲鏇夸唬鐨勪綔鐢ㄣ�傚┐骞煎効鑻ヨ兘澶熶富鍔ㄩギ姘达紝姣忓ぉ鍠濋�傞噺鐨勬按锛屽垯浼氬浠栦滑韬綋鐨勬甯稿彂鑲插拰鍋ュ悍鎴愰暱浜х敓绉瀬鐨勫奖鍝嶃�傜劧鑰岋紝0锝�3宀佺殑濠村辜鍎垮勾榫勫亸灏忥紝涓诲姩鍠濇按鐨勬剰璇嗕笉寮猴紝鍥犳锛屽闀挎垨淇濇暀浜哄憳闇�瑕佹寚瀵煎┐骞煎効姣忔棩楗敤瓒抽噺鐨勬按锛屾寚瀵煎┐骞煎効鐭ラ亾鍠濇按瀵硅韩浣撳仴搴风殑閲嶈鎬э紝浜嗚В鍠濇按鐨勫熀鏈父璇嗭紝璁╀粬浠枩娆㈠枬銆佷富鍔ㄥ湴鍠濈櫧寮�姘达紱浜嗚В濠村辜鍎垮湪鑷富楗按鐨勮繃绋嬩腑浼氬嚭鐜板摢浜涘洶闅撅紝濡備綍鏈夋晥瑙e喅锛屼负濠村辜鍎垮浼氫富鍔ㄩギ姘村仛濂藉厖瓒崇殑鍑嗗锛涙帉鎻℃湁鏁堢殑閫斿緞銆佹柟娉曞拰娉ㄦ剰浜嬮」锛屾渶缁堝府鍔╀粬浠吇鎴愯壇濂界殑楗按涔犳儻銆�
@@ -488,9 +403,7 @@
         </div>
         <div class="bodystyle">
           <h4 id="d066">
-            鈻垛柖 娲诲姩1锛氭壘鍑哄┐骞煎効鑷富楗按鐨勯棶棰�<span class="fontsz1"
-              >锛烇紴锛烇紴锛烇紴锛烇紴</span
-            >
+            鈻垛柖 娲诲姩1锛氭壘鍑哄┐骞煎効鑷富楗按鐨勯棶棰�<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
           </h4>
           <div class="bk-qjms">
             <p class="bj1-qjms">鈯欍��鎯呭鎻忚堪1銆�鈯�</p>
@@ -503,13 +416,8 @@
           </div>
           <p>璇峰皬缁勮璁猴紝鎵惧嚭鏋滄灉涓嶄富鍔ㄥ枬姘寸殑鍘熷洜銆�</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter006.textAreaItem.text13"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text13')"
-            ></textarea>
+            <textarea v-model="chapter006.textAreaItem.text13" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text13')"></textarea>
           </div>
           <div class="bk-qjms">
             <p class="bj1-qjms">鈯欍��鎯呭鎻忚堪2銆�鈯�</p>
@@ -521,13 +429,8 @@
             闈㈠杩欑鎯呭喌锛岃濡備綍鍋氬ソ瀹堕暱宸ヤ綔锛屽紩瀵煎┐骞煎効瀛︿細涓诲姩鍠濇按锛屽吇鎴愭効鎰忓枬鐧藉紑姘寸殑鑹ソ涔犳儻锛�
           </p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter006.textAreaItem.text14"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text14')"
-            ></textarea>
+            <textarea v-model="chapter006.textAreaItem.text14" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text14')"></textarea>
           </div>
         </div>
       </div>
@@ -556,18 +459,11 @@
           </div>
           <p>灏忕粍鍚堜綔锛屾壘涓�鎵惧嚭鐜颁笂杩版儏鍐电殑鍘熷洜锛屽垎鏉¤鏄庛��</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter006.textAreaItem.text15"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text15')"
-            ></textarea>
+            <textarea v-model="chapter006.textAreaItem.text15" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text15')"></textarea>
           </div>
           <h4 id="d067">
-            鈻垛柖 娲诲姩2锛氬紩瀵煎┐骞煎効涓诲姩楗按<span class="fontsz1"
-              >锛烇紴锛烇紴锛烇紴锛烇紴</span
-            >
+            鈻垛柖 娲诲姩2锛氬紩瀵煎┐骞煎効涓诲姩楗按<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
           </h4>
           <div class="bk-qjms">
             <p class="bj1-qjms">鈯欍��鎯呭鎻忚堪1銆�鈯�</p>
@@ -579,13 +475,8 @@
             璇峰府瀹堕暱鎯充竴涓ソ鐨勫姙娉曪紝甯姪濠村辜鍎挎柟渚垮湴閲忓寲鑷繁鐨勯ギ姘撮噺锛屽悓鏃朵篃鑳藉強鏃朵簡瑙e┐骞煎効鐨勯ギ姘撮噺銆�
           </p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter006.textAreaItem.text16"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text16')"
-            ></textarea>
+            <textarea v-model="chapter006.textAreaItem.text16" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text16')"></textarea>
           </div>
           <div class="bk-qjms">
             <p class="bj1-qjms">鈯欍��鎯呭鎻忚堪2銆�鈯�</p>
@@ -624,63 +515,35 @@
             ></textarea>
           </div> -->
           <p class="pic-wall chapter-006">
-            <span
-              >1.鏍规嵁浠ヤ笂鎯呭锛岄拡瀵规煇涓�骞撮緞娈碉紝浠ュ皬缁勫悎浣滅殑鏂瑰紡鍏卞悓璁捐涓�涓富棰樺楗帮紝浣垮┐骞煎効鑳藉叿浣撱�佺洿瑙傚湴鐪嬪埌鑷繁鐨勯ギ姘撮噺锛屽悓鏃朵篃渚夸簬鎵樿偛鍥搷浣溿�傚湪涓嬫柟鐢诲嚭璁捐鑽夊浘锛屽苟鍒朵綔瀹屾垚銆�
-              <svg
-                @click="handFile('fileThree')"
-                t="1717059899765"
-                class="icon btnUpload-chapter006"
-                viewBox="0 0 1024 1024"
-                version="1.1"
-                xmlns="http://www.w3.org/2000/svg"
-                p-id="2633"
-                xmlns:xlink="http://www.w3.org/1999/xlink"
-                width="18"
-                height="18"
-              >
+            <span>1.鏍规嵁浠ヤ笂鎯呭锛岄拡瀵规煇涓�骞撮緞娈碉紝浠ュ皬缁勫悎浣滅殑鏂瑰紡鍏卞悓璁捐涓�涓富棰樺楗帮紝浣垮┐骞煎効鑳藉叿浣撱�佺洿瑙傚湴鐪嬪埌鑷繁鐨勯ギ姘撮噺锛屽悓鏃朵篃渚夸簬鎵樿偛鍥搷浣溿�傚湪涓嬫柟鐢诲嚭璁捐鑽夊浘锛屽苟鍒朵綔瀹屾垚銆�
+              <svg @click="handFile('fileThree')" t="1717059899765" class="icon btnUpload-chapter006"
+                viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2633"
+                xmlns:xlink="http://www.w3.org/1999/xlink" width="18" height="18">
                 <path
                   d="M256.111993 608.601962c61.628148 0 122.808324 17.790888 183.220549 52.796701 88.122492-119.67252 198.387601-180.788701 328.747453-180.788701 80.122992 0 142.071121 0 191.860009 41.213424V217.522405C959.940004 168.181489 919.750516 127.992 870.345603 127.992h-716.755202A89.5944 89.5944 0 0 0 63.996 217.586401v489.569402c47.165052-64.95594 111.929004-98.489844 192.179989-98.489845z m95.994-159.99a95.994 95.994 0 1 0 0-191.988001 95.994 95.994 0 0 0 0 191.988001z m0 63.996a159.990001 159.990001 0 1 1 0-319.980001 159.990001 159.990001 0 0 1 0 319.980001zM1023.936004 619.097306a254.448097 254.448097 0 0 0-112.63296-41.469408c-38.909568-33.021936-81.27492-33.021936-143.223049-33.021936-116.664708 0-213.682645 58.23636-293.357665 177.716893l-17.726892 26.622336-26.622336-17.726892c-58.940316-39.293544-116.920692-58.620336-174.261109-58.620336-72.699456 0-125.880132 53.564652-163.317793 128.439972l-14.335104 28.606212-14.207112-7.103556A89.5944 89.5944 0 0 0 153.590401 905.031436h425.893381c6.783576 22.782576 16.63896 44.285232 29.182176 63.996H153.590401a153.590401 153.590401 0 0 1-153.590401-153.590401V217.586401A153.590401 153.590401 0 0 1 153.590401 63.996h716.691206A153.654397 153.654397 0 0 1 1023.936004 217.586401v401.510905z"
-                  p-id="2634"
-                ></path>
+                  p-id="2634"></path>
                 <path
                   d="M796.366227 796.430223v-142.199112a28.414224 28.414224 0 0 1 56.892444 0v142.199112h142.199113a28.414224 28.414224 0 0 1 0 56.828448h-142.199113v142.263109a28.414224 28.414224 0 0 1-56.95644 0v-142.263109h-142.135116a28.414224 28.414224 0 0 1 0-56.828448h142.199112z"
-                  p-id="2635"
-                ></path>
+                  p-id="2635"></path>
               </svg>
             </span>
           </p>
           <div class="bk-tx">
-            <div
-              class="upload-list"
-              v-if="chapter006.pictrueListThree.length > 0"
-            >
-              <div
-                class="demo-image__preview openImgBox"
-                v-for="item in chapter006.pictrueListThree"
-                :key="item"
-              >
+            <div class="upload-list" v-if="chapter006.pictrueListThree.length > 0">
+              <div class="demo-image__preview openImgBox" v-for="item in chapter006.pictrueListThree" :key="item">
                 <img style="height: 100%" :src="item" alt="" />
               </div>
             </div>
             <div class="bk-inputUpload">
-              <input
-                type="file"
-                id="fileThree"
-                @change="handUploadFile($event, '3')"
-              />
+              <input type="file" id="fileThree" @change="handUploadFile($event, '3')" />
             </div>
           </div>
           <p>
             2.妯℃嫙婕旂粌銆傛敹闆嗛ギ姘村仴搴锋暀鑲茬殑绱犳潗锛屽鍎挎瓕銆佹晠浜嬨�佺粯鏈�佹瓕鏇茬瓑锛岄�夊彇鏌愬勾榫勬锛�6锝�12鏈堛��1锝�2宀併��2锝�3宀侊級锛岄拡瀵瑰┐骞煎効涓诲姩鍠濇按鏂归潰鐨勬煇涓�闂锛屽皬缁勫悎浣滄ā鎷熻繘琛岄ギ姘村仴搴锋暀鑲诧紝缁勫唴鎴愬憳杩涜鐐硅瘎锛屽啓鍑烘敼杩涙帾鏂姐��
           </p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter006.textAreaItem.text18"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text18')"
-            ></textarea>
+            <textarea v-model="chapter006.textAreaItem.text18" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text18')"></textarea>
           </div>
           <p>3.澶磋剳椋庢毚銆傚皬缁勬垚鍛樺綊绾虫�荤粨瀹屾垚琛�1-6-2銆�</p>
           <p class="img">琛�1-6-2銆�濠村辜鍎胯壇濂介ギ姘翠範鎯殑鍩瑰吇</p>
@@ -691,13 +554,9 @@
             <table class="table111 table122 table162">
               <thead>
                 <tr>
-                  <th
-                    :style="{
-                      width: index == 0 ? '200px' : '',
-                    }"
-                    v-for="(header, index) in chapter006.headersData162"
-                    :key="index"
-                  >
+                  <th :style="{
+                    width: index == 0 ? '200px' : '',
+                  }" v-for="(header, index) in chapter006.headersData162" :key="index">
                     {{ header }}
                   </th>
                 </tr>
@@ -799,17 +658,13 @@
         </div>
         <div class="bodystyle">
           <h3 id="c023">
-            <span class="bk-h3"
-              ><span class="bj1-h3">涓�</span>銆�銆�缁勭粐濠村辜鍎块泦浣撻ギ姘淬��</span
-            >
+            <span class="bk-h3"><span class="bj1-h3">涓�</span>銆�銆�缁勭粐濠村辜鍎块泦浣撻ギ姘淬��</span>
           </h3>
           <p>
             楗按鏄┐骞煎効涓�鏃ョ敓娲讳腑鏈�閲嶈鐨勭敓娲荤幆鑺傘�傚鏁板┐骞煎効瑕佸湪鎵樿偛鍥緟涓婂崐澶╂垨鑰呬竴鏁村ぉ锛屼繚鏁欎汉鍛樿寮曞浠栦滑瀛︿細鎺掗槦楗按銆佽嚜涓婚ギ姘达紝姣忓ぉ淇濊瘉閫傚疁鐨勬按閲忥紝鍦ㄩギ姘磋繃绋嬩腑鑳藉閬垮厤鍗遍櫓锛屼粠鑰屾甯稿彂鑲插拰鍋ュ悍鎴愰暱銆傚洜姝わ紝鑳藉绉戝鍚堢悊鍦扮粍缁囧┐骞煎効闆嗕綋楗按锛岃兘澶熷強鏃跺彂鐜板畨鍏ㄩ殣鎮o紝骞惰鍑洪闃叉帾鏂芥槸淇濇暀浜哄憳鐨勫繀澶囪兘鍔涖��
           </p>
           <h4 id="d068">
-            鈻垛柖 娲诲姩1锛氬仛濂介ギ姘村墠鐨勫噯澶�<span class="fontsz1"
-              >锛烇紴锛烇紴锛烇紴锛烇紴</span
-            >
+            鈻垛柖 娲诲姩1锛氬仛濂介ギ姘村墠鐨勫噯澶�<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
           </h4>
           <p><b>鈶犳椿鍔ㄥ噯澶�</b></p>
           <p>
@@ -880,28 +735,15 @@
             <div class="bj-tip">
               鍑嗗楗按鐗╁搧鐨勮瘎鍒嗘爣鍑�
               <div @click="activityGroup">
-                <svg
-                  xmlns="http://www.w3.org/2000/svg"
-                  width="19.28"
-                  height="20.563"
-                  viewBox="0 0 19.28 20.563"
-                >
+                <svg xmlns="http://www.w3.org/2000/svg" width="19.28" height="20.563" viewBox="0 0 19.28 20.563">
                   <g transform="translate(-109.056 -82.941)">
-                    <path
-                      class="a"
+                    <path class="a"
                       d="M3439.656-15185.7h-12.643a1.815,1.815,0,0,1-1.816-1.81v-16.944a1.83,1.83,0,0,1,1.816-1.809h15.674a1.8,1.8,0,0,1,1.79,1.809v13.93h-4.217a.6.6,0,0,0-.6.6v4.217h0Zm-9.819-2.764a.5.5,0,0,0-.5.5.5.5,0,0,0,.5.5h4a.5.5,0,0,0,.5-.5.5.5,0,0,0-.5-.5Zm0-2a.5.5,0,0,0-.5.5.5.5,0,0,0,.5.5h4a.5.5,0,0,0,.5-.5.5.5,0,0,0-.5-.5Zm1.393-8.525a2.416,2.416,0,0,0-2.416,2.411,2.421,2.421,0,0,0,2.416,2.42h.111a1.8,1.8,0,0,0,1.1,1.1,1.809,1.809,0,0,0,.6.107,1.808,1.808,0,0,0,1.7-1.206h4.072l-.172.172a.635.635,0,0,0-.179.454.569.569,0,0,0,.179.4.637.637,0,0,0,.435.176.6.6,0,0,0,.424-.176l1.2-1.214a.618.618,0,0,0,0-.858l-1.2-1.187a.619.619,0,0,0-.431-.176.6.6,0,0,0-.427.176.615.615,0,0,0,0,.854l.172.176h-4.072a1.8,1.8,0,0,0-1.1-1.1,1.755,1.755,0,0,0-.6-.1,1.808,1.808,0,0,0-1.7,1.206h-.111a.554.554,0,0,1-.145-.016,1.2,1.2,0,0,1-.84-.4,1.217,1.217,0,0,1-.3-.878,1.2,1.2,0,0,1,1.206-1.137.407.407,0,0,1,.069,0h3.729a1.807,1.807,0,0,0,1.118,1.114,1.816,1.816,0,0,0,.576.091,1.789,1.789,0,0,0,1.7-1.205h.309a2.415,2.415,0,0,0,1.679-.775,2.407,2.407,0,0,0,.637-1.729,2.411,2.411,0,0,0-2.419-2.324h-6.213a1.821,1.821,0,0,0-1.107-1.1,1.8,1.8,0,0,0-.6-.1,1.814,1.814,0,0,0-1.706,1.2,1.8,1.8,0,0,0,.077,1.389,1.787,1.787,0,0,0,1.026.92,1.841,1.841,0,0,0,.6.1,1.807,1.807,0,0,0,1.706-1.2h6.266a1.179,1.179,0,0,1,.836.4,1.22,1.22,0,0,1,.305.874,1.213,1.213,0,0,1-1.214,1.146h-.172a1.8,1.8,0,0,0-1.118-1.118,1.711,1.711,0,0,0-.576-.1,1.8,1.8,0,0,0-1.706,1.214Z"
-                      transform="translate(-3316.14 15289.201)"
-                    />
-                    <path
-                      class="a"
+                      transform="translate(-3316.14 15289.201)" />
+                    <path class="a"
                       d="M316.806,239.727a.6.6,0,1,0,.6-.6A.6.6,0,0,0,316.806,239.727Zm-5.421-4.207a.6.6,0,1,0,.6.6A.587.587,0,0,0,311.385,235.52Zm2.4,8.438a.607.607,0,1,0-.6-.613A.621.621,0,0,0,313.789,243.958Z"
-                      transform="translate(-196.896 -148.921)"
-                    />
-                    <path
-                      class="a"
-                      d="M763.392,793.79l3.262-3.262h-3.262Z"
-                      transform="translate(-638.661 -690.634)"
-                    />
+                      transform="translate(-196.896 -148.921)" />
+                    <path class="a" d="M763.392,793.79l3.262-3.262h-3.262Z" transform="translate(-638.661 -690.634)" />
                   </g>
                 </svg>
               </div>
@@ -910,48 +752,33 @@
               <table class="table111 table122">
                 <thead>
                   <tr>
-                    <th
-                      :style="{
-                        width: index == 3 ? '300px' : '80px',
-                      }"
-                      v-for="(header, index) in chapter006.publicHeader"
-                      :key="index"
-                    >
+                    <th :style="{
+                      width: index == 3 ? '300px' : '80px',
+                    }" v-for="(header, index) in chapter006.publicHeader" :key="index">
                       {{ header }}
                     </th>
                   </tr>
                 </thead>
                 <tbody>
-                  <tr
-                    v-for="(row, rowIndex) in chapter006.groupData"
-                    :key="rowIndex"
-                  >
+                  <tr v-for="(row, rowIndex) in chapter006.groupData" :key="rowIndex">
                     <td v-for="(cell, cellIndex) in row" :key="cellIndex">
                       <template v-if="cell === ''">
-                        <input
-                          type="text"
-                          v-model="chapter006.groupData[rowIndex][cellIndex]"
-                          @blur="
-                            updateCellGroup(
-                              rowIndex,
-                              cellIndex,
-                              $event.target.value
-                            )
-                          "
-                        />
+                        <input type="text" v-model="chapter006.groupData[rowIndex][cellIndex]" @blur="
+                          updateCellGroup(
+                            rowIndex,
+                            cellIndex,
+                            $event.target.value
+                          )
+                          " />
                       </template>
                       <template v-else-if="cellIndex == 4">
-                        <input
-                          type="text"
-                          v-model="chapter006.groupData[rowIndex][cellIndex]"
-                          @blur="
-                            updateCellGroup(
-                              rowIndex,
-                              cellIndex,
-                              $event.target.value
-                            )
-                          "
-                        />
+                        <input type="text" v-model="chapter006.groupData[rowIndex][cellIndex]" @blur="
+                          updateCellGroup(
+                            rowIndex,
+                            cellIndex,
+                            $event.target.value
+                          )
+                          " />
                       </template>
                       <template v-else>
                         {{ cell }}
@@ -966,28 +793,16 @@
           <p><b>鈶f�荤粨涓庡弽鎬�</b></p>
           <p>1.鎿嶄綔涓鏄撳嚭鐜板摢浜涘け璇紵閫犳垚杩欎簺澶辫鐨勫師鍥犲垎鍒槸浠�涔堬紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter006.textAreaItem.text19"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text19')"
-            ></textarea>
+            <textarea v-model="chapter006.textAreaItem.text19" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text19')"></textarea>
           </div>
           <p>2.鎻愬崌鎿嶄綔瑙勮寖鎬т笌鐔熺粌搴︾殑鎺柦鏈夊摢浜涳紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter006.textAreaItem.text20"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text20')"
-            ></textarea>
+            <textarea v-model="chapter006.textAreaItem.text20" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text20')"></textarea>
           </div>
           <h4 id="d069">
-            鈻垛柖 娲诲姩2锛氭寚瀵煎┐骞煎効闆嗕綋楗按<span class="fontsz1"
-              >锛烇紴锛烇紴锛烇紴锛烇紴</span
-            >
+            鈻垛柖 娲诲姩2锛氭寚瀵煎┐骞煎効闆嗕綋楗按<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
           </h4>
           <!-- <p><br /></p>
         <div class="bk-sys">
@@ -1005,43 +820,23 @@
             <div class="bj-tip">
               瑙嗛锛氬枬姘�
               <div @click="activityOne">
-                <svg
-                  xmlns="http://www.w3.org/2000/svg"
-                  xmlns:xlink="http://www.w3.org/1999/xlink"
-                  width="20.863"
-                  height="20.817"
-                  viewBox="0 0 19.863 13.817"
-                >
+                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20.863"
+                  height="20.817" viewBox="0 0 19.863 13.817">
                   <g transform="translate(-40.961 -184.321)">
-                    <path
-                      class="a"
+                    <path class="a"
                       d="M4.647,1.4a1,1,0,0,1,1.707,0L10.07,7.479A1,1,0,0,1,9.217,9H1.783A1,1,0,0,1,.93,7.479Z"
-                      transform="translate(51.824 196.82) rotate(-90)"
-                    />
-                    <path
-                      class="b"
+                      transform="translate(51.824 196.82) rotate(-90)" />
+                    <path class="b"
                       d="M3322.914-15094.863h-10.363a2.593,2.593,0,0,1-2.59-2.59v-8.638a2.593,2.593,0,0,1,2.59-2.59h10.363a2.6,2.6,0,0,1,2.594,2.59v1.729c.013.027,0,3.6,0,5.141v1.769A2.6,2.6,0,0,1,3322.914-15094.863Zm-6.9-9.933a.862.862,0,0,0-.755.468.947.947,0,0,0-.114.455v4.2a.9.9,0,0,0,.868.922.848.848,0,0,0,.432-.121l3.45-2.12a.956.956,0,0,0,.315-1.259.874.874,0,0,0-.322-.341l-3.451-2.086A.813.813,0,0,0,3316.01-15104.8Z"
-                      transform="translate(-3269 15293.001)"
-                    />
+                      transform="translate(-3269 15293.001)" />
                   </g>
                 </svg>
               </div>
             </div>
-            <div
-              class="tips-file"
-              v-if="chapter006.isOpenOne && chapter006.videOneUrl"
-            >
-              <video
-                webkit-playsinline="true"
-                x-webkit-airplay="true"
-                playsinline="true"
-                x5-video-orientation="h5"
-                x5-video-player-fullscreen="true"
-                x5-playsinline=""
-                controls
-                class="video-border w100"
-                :src="chapter006.videOneUrl"
-              ></video>
+            <div class="tips-file" v-if="chapter006.isOpenOne && chapter006.videOneUrl">
+              <video webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" x5-video-orientation="h5"
+                x5-video-player-fullscreen="true" x5-playsinline="" controls class="video-border w100"
+                :src="chapter006.videOneUrl"></video>
             </div>
           </div>
           <p><br /></p>
@@ -1087,23 +882,13 @@
           <p>閫氳繃浠ヤ笂娲诲姩锛屾�濊�冧笅闈㈢殑闂銆�</p>
           <p>1.鍦ㄥ┐骞煎効闆嗕綋楗按鐨勮繃绋嬩腑鍙兘瀛樺湪鐨勫畨鍏ㄩ殣鎮f湁鍝簺锛�</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter006.textAreaItem.text21"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text21')"
-            ></textarea>
+            <textarea v-model="chapter006.textAreaItem.text21" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text21')"></textarea>
           </div>
           <p>2.鎺掓煡闅愭偅鐨勬柟娉曟湁鍝簺锛�</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter006.textAreaItem.text22"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text22')"
-            ></textarea>
+            <textarea v-model="chapter006.textAreaItem.text22" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text22')"></textarea>
           </div>
           <!-- <p><br /></p> -->
           <!-- <div class="bk-sys">
@@ -1121,28 +906,15 @@
             <div class="bj-tip">
               鎸囧濠村辜鍎块泦浣撻ギ姘寸殑璇勫垎鏍囧噯
               <div @click="activityScore1">
-                <svg
-                  xmlns="http://www.w3.org/2000/svg"
-                  width="19.28"
-                  height="20.563"
-                  viewBox="0 0 19.28 20.563"
-                >
+                <svg xmlns="http://www.w3.org/2000/svg" width="19.28" height="20.563" viewBox="0 0 19.28 20.563">
                   <g transform="translate(-109.056 -82.941)">
-                    <path
-                      class="a"
+                    <path class="a"
                       d="M3439.656-15185.7h-12.643a1.815,1.815,0,0,1-1.816-1.81v-16.944a1.83,1.83,0,0,1,1.816-1.809h15.674a1.8,1.8,0,0,1,1.79,1.809v13.93h-4.217a.6.6,0,0,0-.6.6v4.217h0Zm-9.819-2.764a.5.5,0,0,0-.5.5.5.5,0,0,0,.5.5h4a.5.5,0,0,0,.5-.5.5.5,0,0,0-.5-.5Zm0-2a.5.5,0,0,0-.5.5.5.5,0,0,0,.5.5h4a.5.5,0,0,0,.5-.5.5.5,0,0,0-.5-.5Zm1.393-8.525a2.416,2.416,0,0,0-2.416,2.411,2.421,2.421,0,0,0,2.416,2.42h.111a1.8,1.8,0,0,0,1.1,1.1,1.809,1.809,0,0,0,.6.107,1.808,1.808,0,0,0,1.7-1.206h4.072l-.172.172a.635.635,0,0,0-.179.454.569.569,0,0,0,.179.4.637.637,0,0,0,.435.176.6.6,0,0,0,.424-.176l1.2-1.214a.618.618,0,0,0,0-.858l-1.2-1.187a.619.619,0,0,0-.431-.176.6.6,0,0,0-.427.176.615.615,0,0,0,0,.854l.172.176h-4.072a1.8,1.8,0,0,0-1.1-1.1,1.755,1.755,0,0,0-.6-.1,1.808,1.808,0,0,0-1.7,1.206h-.111a.554.554,0,0,1-.145-.016,1.2,1.2,0,0,1-.84-.4,1.217,1.217,0,0,1-.3-.878,1.2,1.2,0,0,1,1.206-1.137.407.407,0,0,1,.069,0h3.729a1.807,1.807,0,0,0,1.118,1.114,1.816,1.816,0,0,0,.576.091,1.789,1.789,0,0,0,1.7-1.205h.309a2.415,2.415,0,0,0,1.679-.775,2.407,2.407,0,0,0,.637-1.729,2.411,2.411,0,0,0-2.419-2.324h-6.213a1.821,1.821,0,0,0-1.107-1.1,1.8,1.8,0,0,0-.6-.1,1.814,1.814,0,0,0-1.706,1.2,1.8,1.8,0,0,0,.077,1.389,1.787,1.787,0,0,0,1.026.92,1.841,1.841,0,0,0,.6.1,1.807,1.807,0,0,0,1.706-1.2h6.266a1.179,1.179,0,0,1,.836.4,1.22,1.22,0,0,1,.305.874,1.213,1.213,0,0,1-1.214,1.146h-.172a1.8,1.8,0,0,0-1.118-1.118,1.711,1.711,0,0,0-.576-.1,1.8,1.8,0,0,0-1.706,1.214Z"
-                      transform="translate(-3316.14 15289.201)"
-                    />
-                    <path
-                      class="a"
+                      transform="translate(-3316.14 15289.201)" />
+                    <path class="a"
                       d="M316.806,239.727a.6.6,0,1,0,.6-.6A.6.6,0,0,0,316.806,239.727Zm-5.421-4.207a.6.6,0,1,0,.6.6A.587.587,0,0,0,311.385,235.52Zm2.4,8.438a.607.607,0,1,0-.6-.613A.621.621,0,0,0,313.789,243.958Z"
-                      transform="translate(-196.896 -148.921)"
-                    />
-                    <path
-                      class="a"
-                      d="M763.392,793.79l3.262-3.262h-3.262Z"
-                      transform="translate(-638.661 -690.634)"
-                    />
+                      transform="translate(-196.896 -148.921)" />
+                    <path class="a" d="M763.392,793.79l3.262-3.262h-3.262Z" transform="translate(-638.661 -690.634)" />
                   </g>
                 </svg>
               </div>
@@ -1151,48 +923,33 @@
               <table class="table111 table122">
                 <thead>
                   <tr>
-                    <th
-                      :style="{
-                        width: index == 3 ? '300px' : '50px',
-                      }"
-                      v-for="(header, index) in chapter006.publicHeader"
-                      :key="index"
-                    >
+                    <th :style="{
+                      width: index == 3 ? '300px' : '50px',
+                    }" v-for="(header, index) in chapter006.publicHeader" :key="index">
                       {{ header }}
                     </th>
                   </tr>
                 </thead>
                 <tbody>
-                  <tr
-                    v-for="(row, rowIndex) in chapter006.scoreData1"
-                    :key="rowIndex"
-                  >
+                  <tr v-for="(row, rowIndex) in chapter006.scoreData1" :key="rowIndex">
                     <td v-for="(cell, cellIndex) in row" :key="cellIndex">
                       <template v-if="cell === ''">
-                        <input
-                          type="text"
-                          v-model="chapter006.scoreData1[rowIndex][cellIndex]"
-                          @blur="
-                            updateCellGroup1(
-                              rowIndex,
-                              cellIndex,
-                              $event.target.value
-                            )
-                          "
-                        />
+                        <input type="text" v-model="chapter006.scoreData1[rowIndex][cellIndex]" @blur="
+                          updateCellGroup1(
+                            rowIndex,
+                            cellIndex,
+                            $event.target.value
+                          )
+                          " />
                       </template>
                       <template v-else-if="cellIndex == 4">
-                        <input
-                          type="text"
-                          v-model="chapter006.scoreData1[rowIndex][cellIndex]"
-                          @blur="
-                            updateCellGroup1(
-                              rowIndex,
-                              cellIndex,
-                              $event.target.value
-                            )
-                          "
-                        />
+                        <input type="text" v-model="chapter006.scoreData1[rowIndex][cellIndex]" @blur="
+                          updateCellGroup1(
+                            rowIndex,
+                            cellIndex,
+                            $event.target.value
+                          )
+                          " />
                       </template>
                       <template v-else>
                         {{ cell }}
@@ -1208,41 +965,6 @@
           <p>
             2锝�4浜轰负涓�缁勫紑灞曞疄璁搷浣滐紝鍏朵腑涓�浜烘ā鎷熸暀甯堬紝涓�浜烘ā鎷熷┐骞煎効锛屽叾浠栧悓瀛﹁鎽┿�傛搷浣滆�呬竴杈瑰疄鎿嶄竴杈硅瑙f搷浣滆棰嗭紝鍏朵粬鍚屽鎸夌収鎸囧濠村辜鍎块泦浣撻ギ姘寸殑璇勫垎鏍囧噯缁欐搷浣滆�呮墦鍒嗐��
           </p>
-          <h4 id="d070">
-            鈻垛柖 搴旂敤涓庡疄璺�<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
-          </h4>
-          <p><br /></p>
-          <p><b>涓�銆佸崟閫夐</b></p>
-          <p>
-            1.姘存槸浜轰綋鍚勭缁勭粐鐨勪富瑕佹垚鍒嗭紝鑳藉崗鍔╀綋鍐呯敓鐞嗙▼搴忕殑杩涜锛岃繕鏈夛紙銆�<input
-              v-model="chapter006.radio.text1"
-              @blur="onRadioText()"
-            />銆�锛夌殑浣滅敤銆�
-          </p>
-          <p class="block">A.璋冭妭浣撴俯</p>
-          <p class="block">B.鎻愪緵鐑兘</p>
-          <p class="block">C.淇冭繘鑲犺爼鍔�</p>
-          <p class="block">D.鎶楁哀鍖�</p>
-          <p>
-            2.濠村辜鍎垮姘寸殑闇�姹傞噺涓昏鍙栧喅浜庯紙銆�<input
-              v-model="chapter006.radio.text2"
-              @blur="onRadioText()"
-            />銆�锛夈��
-          </p>
-          <p class="block">A.娲诲姩閲�</p>
-          <p class="block">B.姘斿�欍�佹皵娓�</p>
-          <p class="block">C.楗鐘跺喌</p>
-          <p class="block">D.浠ヤ笂閮芥槸</p>
-          <p>
-            3.濠村辜鍎块ギ姘寸殑瑕佹眰鏄紙銆�<input
-              v-model="chapter006.radio.text3"
-              @blur="onRadioText()"
-            />銆�锛夈��
-          </p>
-          <p class="block">A.灏忓彛灏濊瘯锛岄伩鍏嶇儷鍢�</p>
-          <p class="block">B.鎷挎按鏉墠鍏堢敤涓冩娲楁墜娉曟礂鎵�</p>
-          <p class="block">C.鍠濇按鏃朵笉瑕佽绗�</p>
-          <p class="block">D.浠ヤ笂閮芥槸</p>
         </div>
       </div>
     </div>
@@ -1261,86 +983,23 @@
           </div>
         </div>
         <div class="bodystyle">
-          <p>
-            4.涓嬪垪鏄负濠村辜鍎挎彁渚涚殑楗敤姘达紝涓嶅畨鍏ㄧ殑鏄紙銆�<input
-              v-model="chapter006.radio.text4"
-              @blur="onRadioText()"
-            />銆�锛夈��
-          </p>
-          <p class="block">A.濠村辜鍎夸笓鐢ㄩギ鐢ㄦ按</p>
-          <p class="block">B.姘磋川杈炬爣鐨勭櫧寮�姘�</p>
-          <p class="block">C.浣庣熆涓旀棤鑿岀殑楗敤姘�</p>
-          <p class="block">D.姘撮緳澶存祦鍑虹殑鑷潵姘�</p>
-          <p>
-            5.鍦紙銆�<input
-              v-model="chapter006.radio.text5"
-              @blur="onRadioText()"
-            />銆�锛夛紝淇濊偛鍛樺簲鎻愰啋濠村辜鍎垮楗按銆�
-          </p>
-          <p class="block">A.鍚冮キ鍓�</p>
-          <p class="block">B.鐫¤鍓�</p>
-          <p class="block">C.璇鹃棿浼戞伅鏃�</p>
-          <p class="block">D.鍓х儓杩愬姩鍚�</p>
-          <p>
-            6.鎸囧濠村辜鍎挎帴姘撮ギ姘寸殑閿欒鍋氭硶鏄紙銆�<input
-              v-model="chapter006.radio.text6"
-              @blur="onRadioText()"
-            />銆�锛夈��
-          </p>
-          <p class="block">A.鍙虫墜鎸佹澂鏌勶紝宸︽墜鎵舵澂韬�</p>
-          <p class="block">B.鎺ユ弧鏉紝閬垮厤娲掕惤</p>
-          <p class="block">C.鍠濆墠鍚逛竴鍚癸紝閬垮厤鐑槾</p>
-          <p class="block">D.鍠濆畬鍚庢妸姘存澂鏀惧洖鎸囧畾浣嶇疆</p>
-          <p>
-            7.鎻愰珮濠村辜鍎跨殑楗按鍏磋叮鐨勬柟娉曟湁锛堛��<input
-              v-model="chapter006.radio.text7"
-              @blur="onRadioText()"
-            />銆�锛夈��
-          </p>
-          <p class="block">A.璁剧疆楗按涓婚澧�</p>
-          <p class="block">B.寮�灞曟湁鍒╀簬楗按鐨勬晠浜嬫椿鍔�</p>
-          <p class="block">C.璁捐楗按灏忔父鎴�</p>
-          <p class="block">D.浠ヤ笂閮芥槸</p>
-          <p><b>浜屻�佽杩伴</b></p>
-          <p>
-            鍦ㄦ墭鑲插洯閲岋紝淇濊偛鑰佸笀鍙戠幇浣充匠鐗瑰埆涓嶅枩娆㈠枬姘达紝姣忔鍠濇按閮借秮鑰佸笀涓嶆敞鎰忔帴寰堝皯鐨勬按鎴栬�呭枬寰楀緢鎱紝鐒跺悗鍋峰伔灏嗘按鍊掓帀銆傚綋浣犲彂鐜拌繖涓棶棰樺悗锛屼綘瑙夊緱鍙兘鏄粈涔堝師鍥犻�犳垚鐨勶紵浣犲皢濡備綍涓庡闀挎矡閫氾紵
-          </p>
-          <div class="bk-tx">
-            <textarea
-              v-model="chapter006.radio.desc1"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('desc1')"
-            ></textarea>
-          </div>
+          <h4 id="d070">
+            鈻垛柖 搴旂敤涓庡疄璺�<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
+          </h4>
           <div class="tips-bk">
             <div class="bj-tip">
               浜戞祴璇曪細鍗曞厓鍏簲鐢ㄤ笌瀹炶返
               <div @click="activityThree">
-                <svg
-                  xmlns="http://www.w3.org/2000/svg"
-                  xmlns:xlink="http://www.w3.org/1999/xlink"
-                  width="20.115"
-                  height="19.988"
-                  viewBox="0 0 20.115 19.988"
-                >
-                  <path
-                    class="a"
+                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20.115"
+                  height="19.988" viewBox="0 0 20.115 19.988">
+                  <path class="a"
                     d="M3356.437-15192.012a.568.568,0,0,1-.236-.052.566.566,0,0,1-.271-.744l1.134-2.429h-5.505a.558.558,0,0,1-.557-.558.559.559,0,0,1,.557-.561h19a.559.559,0,0,1,.557.561.558.558,0,0,1-.557.558h-5.505l1.13,2.429a.552.552,0,0,1,.019.427.55.55,0,0,1-.29.313.547.547,0,0,1-.238.055.557.557,0,0,1-.5-.322l-1.355-2.9h-5.52l-1.352,2.9A.563.563,0,0,1,3356.437-15192.012Zm12.442-5.462h-15.645a2.236,2.236,0,0,1-2.233-2.233v-10.06a2.236,2.236,0,0,1,2.233-2.233h15.645a2.238,2.238,0,0,1,2.237,2.233v10.06A2.238,2.238,0,0,1,3368.88-15197.474Zm-4.842-11.732a1.112,1.112,0,0,0-.748.287l-4.986,4.486a1.143,1.143,0,0,0-.309.473l-1.577,2.727a.57.57,0,0,0,.034.61.552.552,0,0,0,.447.229.448.448,0,0,0,.126-.016.55.55,0,0,0,.13-.03l2.871-1.233a1.153,1.153,0,0,0,.523-.268l4.982-4.485a1.121,1.121,0,0,0,.084-1.581l-.748-.828A1.113,1.113,0,0,0,3364.038-15209.206Z"
-                    transform="translate(-3351.001 15212)"
-                  />
+                    transform="translate(-3351.001 15212)" />
                 </svg>
               </div>
             </div>
-            <div
-              v-if="chapter006.idOpenThree && questionData"
-              class="tips-file"
-            >
-              <examinations
-                :primaryColor="'#f49a4c'"
-                :cardList="questionData[113]"
-              />
+            <div v-if="chapter006.idOpenThree && questionData" class="tips-file">
+              <examinations :primaryColor="'#f49a4c'" :cardList="questionData[117]" />
             </div>
           </div>
         </div>
@@ -1534,7 +1193,7 @@
           this.chapter006.scoreData1[rowIndex],
           5,
           this.chapter006.scoreData1[rowIndex][2] -
-            this.chapter006.scoreData1[rowIndex][cellIndex]
+          this.chapter006.scoreData1[rowIndex][cellIndex]
         );
       }
       localStorage.setItem("chapter006", JSON.stringify(this.chapter006));
@@ -1551,7 +1210,7 @@
           this.chapter006.groupData[rowIndex],
           5,
           this.chapter006.groupData[rowIndex][2] -
-            this.chapter006.groupData[rowIndex][cellIndex]
+          this.chapter006.groupData[rowIndex][cellIndex]
         );
       }
       localStorage.setItem("chapter006", JSON.stringify(this.chapter006));
@@ -1564,7 +1223,7 @@
           this.chapter006.scoreData1[rowIndex],
           5,
           this.chapter006.scoreData1[rowIndex][2] -
-            this.chapter006.scoreData1[rowIndex][cellIndex]
+          this.chapter006.scoreData1[rowIndex][cellIndex]
         );
       }
       localStorage.setItem("chapter006", JSON.stringify(this.chapter006));
@@ -1602,7 +1261,7 @@
           imgData.append("FileType", FileType);
           imgData.append("MetaData", null);
           imgData.append("file", file);
-          that.MG.file.upload(imgData).then(() => {});
+          that.MG.file.upload(imgData).then(() => { });
           setTimeout(() => {
             that.chapter006.pictrueListThree.push(getPublicImage(e));
             that.isLoding = false;
diff --git a/src/books/lifeCare/view/components/chapter007.vue b/src/books/lifeCare/view/components/chapter007.vue
index f7c8f47..0db6409 100644
--- a/src/books/lifeCare/view/components/chapter007.vue
+++ b/src/books/lifeCare/view/components/chapter007.vue
@@ -87,9 +87,7 @@
             </p>
           </div>
           <h3 id="c024">
-            <span class="bk-h3"
-              ><span class="bj1-h3">涓�</span>銆�銆�钀ラ�犺壇濂界殑鐫$湢鐜銆�</span
-            >
+            <span class="bk-h3"><span class="bj1-h3">涓�</span>銆�銆�钀ラ�犺壇濂界殑鐫$湢鐜銆�</span>
           </h3>
           <p>
             鎵樿偛鍥殑濠村辜鍎跨簿鍔涘厖娌涘湴鎶樿吘浜嗗崐澶╋紝缁堜簬鐔埌鍗冲皢杩涘叆姊︿埂鐨勨�滆交鏉句竴鍒烩�濓紝淇濇暀浜哄憳鏈互涓哄彲浠ユ澗涓�鍙f皵锛屼絾鏄収鏂欏┐骞煎効鐨勭潯鐪犱篃涓嶆槸涓�浠剁畝鍗曠殑浜嬫儏銆傚瀛愯嚜鍑虹敓寮�濮嬶紝寰�寰�涓�澶╃殑澶ч儴鍒嗘椂闂撮兘澶勪簬鐫℃ⅵ涔嬩腑锛屾墍浠ヤ竴涓ソ鐨勭潯鐪犵幆澧冨瀛╁瓙鏉ヨ鏄緢閲嶈鐨勩�傚彧鏈夌潯寰楀ソ锛岃韩浣撶殑鍚勪釜鏂归潰鎵嶈兘鍙戣偛濂姐�傚┐骞煎効鐨勭潯鐪犺川閲忎笌鐫$湢鐜鐩存帴鐩稿叧銆傚洜姝わ紝鎵樿偛鍥殑淇濇暀浜哄憳涓哄┐骞煎効钀ラ�犺壇濂界殑鐫$湢鐜鑷冲叧閲嶈銆�
@@ -114,9 +112,7 @@
         </div>
         <div class="bodystyle">
           <h4 id="d071">
-            鈻垛柖 娲诲姩1锛氫簡瑙d笉鍚屽勾榫勬鐨勫┐骞煎効鐨勭潯鐪犻渶姹�<span class="fontsz1"
-              >锛烇紴锛烇紴锛烇紴锛烇紴</span
-            >
+            鈻垛柖 娲诲姩1锛氫簡瑙d笉鍚屽勾榫勬鐨勫┐骞煎効鐨勭潯鐪犻渶姹�<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
           </h4>
           <div class="bk">
             <div class="bj1">
@@ -137,25 +133,15 @@
           <p>鏍规嵁浠ヤ笂鎻忚堪锛岃鏌ラ槄闃呰鎵嬪唽锛屽畬鎴愪笅鍒楃粌涔犮��</p>
           <p>1.浣犺涓哄┐骞煎効鐨勭潯鐪犻噸瑕佸悧锛熻鍐欐槑鐫$湢瀵瑰┐骞煎効鍋ュ悍鎴愰暱鐨勪环鍊笺��</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter007.textAreaItem.text1"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text1')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text1" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text1')"></textarea>
           </div>
           <p>
             2.涓婅堪鎯呭涓殑瀹濆疂鐫$湢鏄惁瓒冲锛�4涓湀澶х殑濠村効涓�澶╁簲璇ラ渶瑕佸灏戠潯鐪犳椂闂达紵璇峰姝ゅ紑灞曞闀挎寚瀵笺��
           </p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter007.textAreaItem.text2"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text2')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text2" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text2')"></textarea>
           </div>
           <p>3.瀛︿範闃呰鎵嬪唽锛屽~鍐欒〃1-7-1銆�</p>
           <p class="img">琛�1-7-1銆�濠村辜鍎�24灏忔椂鍐呭钩鍧囩潯鐪犳椂闂�</p>
@@ -163,52 +149,39 @@
             <table class="table111 table122">
               <thead>
                 <tr>
-                  <th
-                    :style="{
-                      width:
-                        index == 0 ||
+                  <th :style="{
+                    width:
+                      index == 0 ||
                         index == chapter007.tableData171.length - 1
-                          ? '100px'
-                          : '',
-                    }"
-                    v-for="(header, index) in chapter007.headersData"
-                    :key="index"
-                  >
+                        ? '100px'
+                        : '',
+                  }" v-for="(header, index) in chapter007.headersData" :key="index">
                     {{ header }}
                   </th>
                 </tr>
               </thead>
               <tbody>
-                <tr
-                  v-for="(row, rowIndex) in chapter007.tableData171"
-                  :key="rowIndex"
-                >
+                <tr v-for="(row, rowIndex) in chapter007.tableData171" :key="rowIndex">
                   <td v-for="(cell, cellIndex) in row" :key="cellIndex">
                     <template v-if="cell === ''">
-                      <div
-                        contenteditable
-                        @blur="
-                          updateCell(
-                            rowIndex,
-                            cellIndex,
-                            $event.target.innerText
-                          )
-                        "
-                      >
+                      <div contenteditable @blur="
+                        updateCell(
+                          rowIndex,
+                          cellIndex,
+                          $event.target.innerText
+                        )
+                        ">
                         {{ chapter007.tableData171[rowIndex][cellIndex] }}
                       </div>
                     </template>
                     <template v-else>
-                      <div
-                        :contenteditable="cellIndex != 0"
-                        @blur="
-                          updateCell(
-                            rowIndex,
-                            cellIndex,
-                            $event.target.innerText
-                          )
-                        "
-                      >
+                      <div :contenteditable="cellIndex != 0" @blur="
+                        updateCell(
+                          rowIndex,
+                          cellIndex,
+                          $event.target.innerText
+                        )
+                        ">
                         {{ chapter007.tableData171[rowIndex][cellIndex] }}
                       </div>
                     </template>
@@ -240,9 +213,7 @@
         </div>
         <div class="bodystyle">
           <h4 id="d072">
-            鈻垛柖 娲诲姩2锛氫簡瑙h壇濂界殑鐫$湢鐜鐨勮姹�<span class="fontsz1"
-              >锛烇紴锛烇紴锛烇紴锛烇紴</span
-            >
+            鈻垛柖 娲诲姩2锛氫簡瑙h壇濂界殑鐫$湢鐜鐨勮姹�<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
           </h4>
           <div class="bk-qjms">
             <p class="bj1-qjms">鈯欍��鎯呭鎻忚堪1銆�鈯�</p>
@@ -259,52 +230,23 @@
           <p>鍒嗘瀽涓婅堪鎯呭锛屽洖绛斾笅鍒楅棶棰樸��</p>
           <p>1.濠村辜鍎挎槸鍚﹂渶瑕佺壒鍒畨闈欑殑鐫$湢鐜锛熶负浠�涔堬紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter007.textAreaItem.text4"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text4')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text4" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text4')"></textarea>
           </div>
           <p>2.涓哄┐骞煎効鍒涜鐫$湢鐜鏃讹紝闇�瑕佹敞鎰忓摢浜涙柟闈㈢殑妫�鏌ワ紵</p>
           <div class="bk-tx">
             <p class="left">闂ㄧ獥</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text5"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text5')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text5" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text5')"></textarea>
             <p class="left">搴�</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text6"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text6')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text6" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text6')"></textarea>
             <p class="left">瀹ゆ俯</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text7"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text7')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text7" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text7')"></textarea>
             <p class="left">鍏朵粬</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text8"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text8')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text8" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text8')"></textarea>
           </div>
         </div>
       </div>
@@ -326,51 +268,27 @@
         </div>
         <div class="bodystyle">
           <p class="pic-wall">
-            3.璇风粯鍒惰壇濂界殑鐫$湢鐜鍥俱��<span
-              class="btnUpload-list"
-              @click="handFile('fileFour')"
-            >
-              <svg
-                t="1717059899765"
-                class="icon"
-                viewBox="0 0 1024 1024"
-                version="1.1"
-                xmlns="http://www.w3.org/2000/svg"
-                p-id="2633"
-                xmlns:xlink="http://www.w3.org/1999/xlink"
-                width="18"
-                height="18"
-              >
+            3.璇风粯鍒惰壇濂界殑鐫$湢鐜鍥俱��<span class="btnUpload-list" @click="handFile('fileFour')">
+              <svg t="1717059899765" class="icon" viewBox="0 0 1024 1024" version="1.1"
+                xmlns="http://www.w3.org/2000/svg" p-id="2633" xmlns:xlink="http://www.w3.org/1999/xlink" width="18"
+                height="18">
                 <path
                   d="M256.111993 608.601962c61.628148 0 122.808324 17.790888 183.220549 52.796701 88.122492-119.67252 198.387601-180.788701 328.747453-180.788701 80.122992 0 142.071121 0 191.860009 41.213424V217.522405C959.940004 168.181489 919.750516 127.992 870.345603 127.992h-716.755202A89.5944 89.5944 0 0 0 63.996 217.586401v489.569402c47.165052-64.95594 111.929004-98.489844 192.179989-98.489845z m95.994-159.99a95.994 95.994 0 1 0 0-191.988001 95.994 95.994 0 0 0 0 191.988001z m0 63.996a159.990001 159.990001 0 1 1 0-319.980001 159.990001 159.990001 0 0 1 0 319.980001zM1023.936004 619.097306a254.448097 254.448097 0 0 0-112.63296-41.469408c-38.909568-33.021936-81.27492-33.021936-143.223049-33.021936-116.664708 0-213.682645 58.23636-293.357665 177.716893l-17.726892 26.622336-26.622336-17.726892c-58.940316-39.293544-116.920692-58.620336-174.261109-58.620336-72.699456 0-125.880132 53.564652-163.317793 128.439972l-14.335104 28.606212-14.207112-7.103556A89.5944 89.5944 0 0 0 153.590401 905.031436h425.893381c6.783576 22.782576 16.63896 44.285232 29.182176 63.996H153.590401a153.590401 153.590401 0 0 1-153.590401-153.590401V217.586401A153.590401 153.590401 0 0 1 153.590401 63.996h716.691206A153.654397 153.654397 0 0 1 1023.936004 217.586401v401.510905z"
-                  p-id="2634"
-                ></path>
+                  p-id="2634"></path>
                 <path
                   d="M796.366227 796.430223v-142.199112a28.414224 28.414224 0 0 1 56.892444 0v142.199112h142.199113a28.414224 28.414224 0 0 1 0 56.828448h-142.199113v142.263109a28.414224 28.414224 0 0 1-56.95644 0v-142.263109h-142.135116a28.414224 28.414224 0 0 1 0-56.828448h142.199112z"
-                  p-id="2635"
-                ></path>
+                  p-id="2635"></path>
               </svg>
             </span>
           </p>
           <div class="bk-tx">
-            <div
-              class="upload-list"
-              v-if="chapter007.pictrueListFour.length > 0"
-            >
-              <div
-                class="demo-image__preview openImgBox"
-                v-for="item in chapter007.pictrueListFour"
-                :key="item"
-              >
+            <div class="upload-list" v-if="chapter007.pictrueListFour.length > 0">
+              <div class="demo-image__preview openImgBox" v-for="item in chapter007.pictrueListFour" :key="item">
                 <img style="height: 100%" :src="item" alt="" />
               </div>
             </div>
             <div class="bk-inputUpload">
-              <input
-                type="file"
-                id="fileFour"
-                @change="handUploadFile($event, '4')"
-              />
+              <input type="file" id="fileFour" @change="handUploadFile($event, '4')" />
             </div>
           </div>
           <h4 id="d073">
@@ -398,13 +316,8 @@
           </p>
           <p>涓哄┐骞煎効閾哄簥鏃剁殑娉ㄦ剰浜嬮」鏈夊摢浜涳紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter007.textAreaItem.text9"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text9')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text9" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text9')"></textarea>
           </div>
           <p>
             5.瀹夋帓搴婁綅銆傚畨鎺掑簥浣嶆椂锛屽崸瀹ゅ唴搴婂ご鐨勯棿璺濆簲涓�0.5绫冲乏鍙筹紝涓ゆ帓搴婄殑闂磋窛搴斾负0.9绫冲乏鍙炽�傚叏浣撳┐骞煎効澶磋剼浜ゅ弶鐫°��
@@ -429,13 +342,8 @@
         <div class="bodystyle">
           <p>涓哄┐骞煎効瀹夋帓搴婁綅鏃剁殑娉ㄦ剰浜嬮」鏈夊摢浜涳紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter007.textAreaItem.text10"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text10')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text10" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text10')"></textarea>
           </div>
           <p><b>鈶㈠疄璁粌涔�</b></p>
           <p>
@@ -457,28 +365,15 @@
             <div class="bj-tip">
               鍒涜鑹ソ鐫$湢鐜鐨勮瘎鍒嗘爣鍑�
               <div @click="activityGroup">
-                <svg
-                  xmlns="http://www.w3.org/2000/svg"
-                  width="19.28"
-                  height="20.563"
-                  viewBox="0 0 19.28 20.563"
-                >
+                <svg xmlns="http://www.w3.org/2000/svg" width="19.28" height="20.563" viewBox="0 0 19.28 20.563">
                   <g transform="translate(-109.056 -82.941)">
-                    <path
-                      class="a"
+                    <path class="a"
                       d="M3439.656-15185.7h-12.643a1.815,1.815,0,0,1-1.816-1.81v-16.944a1.83,1.83,0,0,1,1.816-1.809h15.674a1.8,1.8,0,0,1,1.79,1.809v13.93h-4.217a.6.6,0,0,0-.6.6v4.217h0Zm-9.819-2.764a.5.5,0,0,0-.5.5.5.5,0,0,0,.5.5h4a.5.5,0,0,0,.5-.5.5.5,0,0,0-.5-.5Zm0-2a.5.5,0,0,0-.5.5.5.5,0,0,0,.5.5h4a.5.5,0,0,0,.5-.5.5.5,0,0,0-.5-.5Zm1.393-8.525a2.416,2.416,0,0,0-2.416,2.411,2.421,2.421,0,0,0,2.416,2.42h.111a1.8,1.8,0,0,0,1.1,1.1,1.809,1.809,0,0,0,.6.107,1.808,1.808,0,0,0,1.7-1.206h4.072l-.172.172a.635.635,0,0,0-.179.454.569.569,0,0,0,.179.4.637.637,0,0,0,.435.176.6.6,0,0,0,.424-.176l1.2-1.214a.618.618,0,0,0,0-.858l-1.2-1.187a.619.619,0,0,0-.431-.176.6.6,0,0,0-.427.176.615.615,0,0,0,0,.854l.172.176h-4.072a1.8,1.8,0,0,0-1.1-1.1,1.755,1.755,0,0,0-.6-.1,1.808,1.808,0,0,0-1.7,1.206h-.111a.554.554,0,0,1-.145-.016,1.2,1.2,0,0,1-.84-.4,1.217,1.217,0,0,1-.3-.878,1.2,1.2,0,0,1,1.206-1.137.407.407,0,0,1,.069,0h3.729a1.807,1.807,0,0,0,1.118,1.114,1.816,1.816,0,0,0,.576.091,1.789,1.789,0,0,0,1.7-1.205h.309a2.415,2.415,0,0,0,1.679-.775,2.407,2.407,0,0,0,.637-1.729,2.411,2.411,0,0,0-2.419-2.324h-6.213a1.821,1.821,0,0,0-1.107-1.1,1.8,1.8,0,0,0-.6-.1,1.814,1.814,0,0,0-1.706,1.2,1.8,1.8,0,0,0,.077,1.389,1.787,1.787,0,0,0,1.026.92,1.841,1.841,0,0,0,.6.1,1.807,1.807,0,0,0,1.706-1.2h6.266a1.179,1.179,0,0,1,.836.4,1.22,1.22,0,0,1,.305.874,1.213,1.213,0,0,1-1.214,1.146h-.172a1.8,1.8,0,0,0-1.118-1.118,1.711,1.711,0,0,0-.576-.1,1.8,1.8,0,0,0-1.706,1.214Z"
-                      transform="translate(-3316.14 15289.201)"
-                    />
-                    <path
-                      class="a"
+                      transform="translate(-3316.14 15289.201)" />
+                    <path class="a"
                       d="M316.806,239.727a.6.6,0,1,0,.6-.6A.6.6,0,0,0,316.806,239.727Zm-5.421-4.207a.6.6,0,1,0,.6.6A.587.587,0,0,0,311.385,235.52Zm2.4,8.438a.607.607,0,1,0-.6-.613A.621.621,0,0,0,313.789,243.958Z"
-                      transform="translate(-196.896 -148.921)"
-                    />
-                    <path
-                      class="a"
-                      d="M763.392,793.79l3.262-3.262h-3.262Z"
-                      transform="translate(-638.661 -690.634)"
-                    />
+                      transform="translate(-196.896 -148.921)" />
+                    <path class="a" d="M763.392,793.79l3.262-3.262h-3.262Z" transform="translate(-638.661 -690.634)" />
                   </g>
                 </svg>
               </div>
@@ -487,48 +382,33 @@
               <table class="table111 table122">
                 <thead>
                   <tr>
-                    <th
-                      :style="{
-                        width: index == 3 ? '300px' : '50px',
-                      }"
-                      v-for="(header, index) in chapter007.publicHeader"
-                      :key="index"
-                    >
+                    <th :style="{
+                      width: index == 3 ? '300px' : '50px',
+                    }" v-for="(header, index) in chapter007.publicHeader" :key="index">
                       {{ header }}
                     </th>
                   </tr>
                 </thead>
                 <tbody>
-                  <tr
-                    v-for="(row, rowIndex) in chapter007.groupData"
-                    :key="rowIndex"
-                  >
+                  <tr v-for="(row, rowIndex) in chapter007.groupData" :key="rowIndex">
                     <td v-for="(cell, cellIndex) in row" :key="cellIndex">
                       <template v-if="cell === ''">
-                        <input
-                          type="text"
-                          v-model="chapter007.groupData[rowIndex][cellIndex]"
-                          @blur="
-                            updateCellGroup(
-                              rowIndex,
-                              cellIndex,
-                              $event.target.value
-                            )
-                          "
-                        />
+                        <input type="text" v-model="chapter007.groupData[rowIndex][cellIndex]" @blur="
+                          updateCellGroup(
+                            rowIndex,
+                            cellIndex,
+                            $event.target.value
+                          )
+                          " />
                       </template>
                       <template v-else-if="cellIndex == 4">
-                        <input
-                          type="text"
-                          v-model="chapter007.groupData[rowIndex][cellIndex]"
-                          @blur="
-                            updateCellGroup(
-                              rowIndex,
-                              cellIndex,
-                              $event.target.value
-                            )
-                          "
-                        />
+                        <input type="text" v-model="chapter007.groupData[rowIndex][cellIndex]" @blur="
+                          updateCellGroup(
+                            rowIndex,
+                            cellIndex,
+                            $event.target.value
+                          )
+                          " />
                       </template>
                       <template v-else>
                         {{ cell }}
@@ -541,9 +421,7 @@
           </div>
           <p><br /></p>
           <h3 id="c025">
-            <span class="bk-h3"
-              ><span class="bj1-h3">浜�</span>銆�銆�璇嗗埆鐫$湢淇″彿銆�</span
-            >
+            <span class="bk-h3"><span class="bj1-h3">浜�</span>銆�銆�璇嗗埆鐫$湢淇″彿銆�</span>
           </h3>
           <p>
             濠村辜鍎跨殑鐫$湢鏃舵満骞朵笉鏄敱鐖哥埜濡堝鎴栨墭鑲插洯鐨勪繚鏁欎汉鍛樻潵瀹夋帓鐨勩�傜収鎶よ�呰鏍规嵁濠村辜鍎跨殑鐫$湢闇�姹備互鍙婄潯鐪犱俊鍙锋潵纭畾浣曟椂瀹夋帓濠村辜鍎垮叆鐫°�傚鏋滄湭璇嗗埆鎴栬璇讳簡濠村辜鍎跨殑鐫$湢淇″彿锛屼細瀵艰嚧杩囦簬鐤插�︾殑濠村辜鍎垮叴濂嬨�佹槗鎬掋�佹�ヨ簛銆侀毦浠ュ叆鐫★紝杩欐槸鍥犱负浠栦滑浣撳唴鐨勫寲瀛︾墿璐ㄥ湪瀵规姉鐤插�︼紝鐤插�︿細閫犳垚鑲句笂鑵虹礌鐨勬祿搴﹀鍔狅紝璁╀粬浠繚鎸佹湁娲诲姏銆佹竻閱掋�佸叴濂嬬殑鐘舵�併�傜粨鏋滆繖灏卞彉鎴愪簡涓�涓伓鎬у惊鐜紝濠村辜鍎夸細鍥犱负缂鸿鑰岃繃搴︾柌鍔筹紝杩涜�岄毦浠ュ叆鐫°��
@@ -587,119 +465,58 @@
             1.濡傛灉灏忓竷涓佺户缁閫楃潃鐜╋紝濡堝娌℃湁閲嶈濂圭殑鐫$湢淇″彿锛屼細浜х敓浠�涔堟儏鍐碉紵
           </p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter007.textAreaItem.text11"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text11')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text11" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text11')"></textarea>
           </div>
           <p>
             2.鈥滃瀛愭兂鐫″氨鐫★紝涓嶆兂鐫★紝閭e氨涓嶈浠栫潯鈥濊繖鏍风殑鐓ф姢瑙傚康鏄惁姝g‘锛熶负浠�涔堬紵灏忔灄鑰佸笀璇ユ�庝箞鍔烇紵
           </p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter007.textAreaItem.text12"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text12')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text12" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text12')"></textarea>
           </div>
           <p class="pic-wall">
             3.瑙傚療骞舵敹闆嗗┐骞煎効鐨勭潯鐪犱俊鍙枫�傝嫢鏈夌収鐗囷紝鍙创鍦ㄤ笅闈€��
             <span class="btnUpload-list" @click="handFile('fileTwo')">
-              <svg
-                t="1717059899765"
-                class="icon"
-                viewBox="0 0 1024 1024"
-                version="1.1"
-                xmlns="http://www.w3.org/2000/svg"
-                p-id="2633"
-                xmlns:xlink="http://www.w3.org/1999/xlink"
-                width="18"
-                height="18"
-              >
+              <svg t="1717059899765" class="icon" viewBox="0 0 1024 1024" version="1.1"
+                xmlns="http://www.w3.org/2000/svg" p-id="2633" xmlns:xlink="http://www.w3.org/1999/xlink" width="18"
+                height="18">
                 <path
                   d="M256.111993 608.601962c61.628148 0 122.808324 17.790888 183.220549 52.796701 88.122492-119.67252 198.387601-180.788701 328.747453-180.788701 80.122992 0 142.071121 0 191.860009 41.213424V217.522405C959.940004 168.181489 919.750516 127.992 870.345603 127.992h-716.755202A89.5944 89.5944 0 0 0 63.996 217.586401v489.569402c47.165052-64.95594 111.929004-98.489844 192.179989-98.489845z m95.994-159.99a95.994 95.994 0 1 0 0-191.988001 95.994 95.994 0 0 0 0 191.988001z m0 63.996a159.990001 159.990001 0 1 1 0-319.980001 159.990001 159.990001 0 0 1 0 319.980001zM1023.936004 619.097306a254.448097 254.448097 0 0 0-112.63296-41.469408c-38.909568-33.021936-81.27492-33.021936-143.223049-33.021936-116.664708 0-213.682645 58.23636-293.357665 177.716893l-17.726892 26.622336-26.622336-17.726892c-58.940316-39.293544-116.920692-58.620336-174.261109-58.620336-72.699456 0-125.880132 53.564652-163.317793 128.439972l-14.335104 28.606212-14.207112-7.103556A89.5944 89.5944 0 0 0 153.590401 905.031436h425.893381c6.783576 22.782576 16.63896 44.285232 29.182176 63.996H153.590401a153.590401 153.590401 0 0 1-153.590401-153.590401V217.586401A153.590401 153.590401 0 0 1 153.590401 63.996h716.691206A153.654397 153.654397 0 0 1 1023.936004 217.586401v401.510905z"
-                  p-id="2634"
-                ></path>
+                  p-id="2634"></path>
                 <path
                   d="M796.366227 796.430223v-142.199112a28.414224 28.414224 0 0 1 56.892444 0v142.199112h142.199113a28.414224 28.414224 0 0 1 0 56.828448h-142.199113v142.263109a28.414224 28.414224 0 0 1-56.95644 0v-142.263109h-142.135116a28.414224 28.414224 0 0 1 0-56.828448h142.199112z"
-                  p-id="2635"
-                ></path>
+                  p-id="2635"></path>
               </svg>
             </span>
           </p>
           <div class="bk-tx">
-            <div
-              class="upload-list"
-              v-if="chapter007.pictrueListTwo.length > 0"
-            >
-              <div
-                class="demo-image__preview openImgBox"
-                v-for="item in chapter007.pictrueListTwo"
-                :key="item"
-              >
+            <div class="upload-list" v-if="chapter007.pictrueListTwo.length > 0">
+              <div class="demo-image__preview openImgBox" v-for="item in chapter007.pictrueListTwo" :key="item">
                 <img style="height: 100%" :src="item" alt="" />
               </div>
             </div>
             <div class="bk-inputUpload">
-              <input
-                type="file"
-                id="fileTwo"
-                @change="handUploadFile($event, '2')"
-              />
+              <input type="file" id="fileTwo" @change="handUploadFile($event, '2')" />
             </div>
           </div>
           <p>4.鏌ラ槄闃呰鎵嬪唽锛岀爺璁ㄥ強褰掔撼濠村辜鍎跨殑鐫$湢淇″彿銆�</p>
           <div class="bk-tx">
             <p class="left">鐫″墠鎯呯华</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text13"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text13')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text13" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text13')"></textarea>
             <p class="left">鐫″墠璇█</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text14"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text14')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text14" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text14')"></textarea>
             <p class="left">鐫″墠鍔ㄤ綔</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text15"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text15')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text15" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text15')"></textarea>
             <p class="left">鐫″墠鐪肩</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text16"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text16')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text16" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text16')"></textarea>
             <p class="left">鍏朵粬鐗瑰緛</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text17"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text17')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text17" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text17')"></textarea>
           </div>
         </div>
       </div>
@@ -720,9 +537,7 @@
         </div>
         <div class="bodystyle">
           <h4 id="d075">
-            鈻垛柖 娲诲姩2锛氭牴鎹潯鐪犱俊鍙峰強鏃跺搫鐫�<span class="fontsz1"
-              >锛烇紴锛烇紴锛烇紴锛烇紴</span
-            >
+            鈻垛柖 娲诲姩2锛氭牴鎹潯鐪犱俊鍙峰強鏃跺搫鐫�<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
           </h4>
           <div class="bk-qjms">
             <p class="bj1-qjms">鈯欍��鎯呭鎻忚堪1銆�鈯�</p>
@@ -733,23 +548,13 @@
           <p>鍒嗘瀽涓婅堪鎯呭锛屽洖绛斾笅鍒楅棶棰樸��</p>
           <p>1.灏忎竵褰撶殑鐫$湢淇″彿鏈夊摢浜涳紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter007.textAreaItem.text18"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text18')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text18" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text18')"></textarea>
           </div>
           <p>2.閽堝灏忎竵褰撶殑鐫$湢淇″彿锛屾垜浠濡備綍鍋氾紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter007.textAreaItem.text19"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text19')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text19" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text19')"></textarea>
           </div>
           <div class="bk-qjms">
             <p class="bj1-qjms">鈯欍��鎯呭鎻忚堪2銆�鈯�</p>
@@ -779,13 +584,8 @@
           <p>鍒嗘瀽涓婅堪鎯呭锛屽洖绛旈棶棰樺苟瀹屾垚缁冧範銆�</p>
           <p>1.闄や簡涓婅堪鎯呭涓彁鍒扮殑鐫$湢淇″彿涔嬪锛屼綘杩樼煡閬撳摢浜涳紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter007.textAreaItem.text99"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text99')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text99" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text99')"></textarea>
           </div>
           <p>
             2.鏍规嵁鏀堕泦鐨勫┐骞煎効鐨勭潯鐪犱俊鍙锋壘鍒扮浉搴旂殑鍝勭潯灏忓鎷涳紝鍒嗕韩浠嬬粛锛屾瘮姣旇皝鐨勫鎷涘ソ锛堣琛�1-7-2锛夈��
@@ -798,52 +598,39 @@
             <table class="table111 table122">
               <thead>
                 <tr>
-                  <th
-                    :style="{
-                      width:
-                        index == 0 ||
+                  <th :style="{
+                    width:
+                      index == 0 ||
                         index == chapter007.tableData172.length - 1
-                          ? '100px'
-                          : '',
-                    }"
-                    v-for="(header, index) in chapter007.headersData172"
-                    :key="index"
-                  >
+                        ? '100px'
+                        : '',
+                  }" v-for="(header, index) in chapter007.headersData172" :key="index">
                     {{ header }}
                   </th>
                 </tr>
               </thead>
               <tbody>
-                <tr
-                  v-for="(row, rowIndex) in chapter007.tableData172"
-                  :key="rowIndex"
-                >
+                <tr v-for="(row, rowIndex) in chapter007.tableData172" :key="rowIndex">
                   <td v-for="(cell, cellIndex) in row" :key="cellIndex">
                     <template v-if="cell === ''">
-                      <div
-                        contenteditable
-                        @blur="
-                          updateCell172(
-                            rowIndex,
-                            cellIndex,
-                            $event.target.innerText
-                          )
-                        "
-                      >
+                      <div contenteditable @blur="
+                        updateCell172(
+                          rowIndex,
+                          cellIndex,
+                          $event.target.innerText
+                        )
+                        ">
                         {{ chapter007.tableData172[rowIndex][cellIndex] }}
                       </div>
                     </template>
                     <template v-else>
-                      <div
-                        :contenteditable="cellIndex != 0"
-                        @blur="
-                          updateCell172(
-                            rowIndex,
-                            cellIndex,
-                            $event.target.innerText
-                          )
-                        "
-                      >
+                      <div :contenteditable="cellIndex != 0" @blur="
+                        updateCell172(
+                          rowIndex,
+                          cellIndex,
+                          $event.target.innerText
+                        )
+                        ">
                         {{ chapter007.tableData172[rowIndex][cellIndex] }}
                       </div>
                     </template>
@@ -853,9 +640,7 @@
             </table>
           </div>
           <h3 id="c026">
-            <span class="bk-h3"
-              ><span class="bj1-h3">涓�</span>銆�銆�鐫″墠鍑嗗銆�</span
-            >
+            <span class="bk-h3"><span class="bj1-h3">涓�</span>銆�銆�鐫″墠鍑嗗銆�</span>
           </h3>
           <p>&nbsp;</p>
           <!-- <div class="bk-sys">
@@ -873,43 +658,23 @@
             <div class="bj-tip">
               瑙嗛锛氬崍鐫″墠鐨勫噯澶�
               <div @click="activityOne">
-                <svg
-                  xmlns="http://www.w3.org/2000/svg"
-                  xmlns:xlink="http://www.w3.org/1999/xlink"
-                  width="20.863"
-                  height="20.817"
-                  viewBox="0 0 19.863 13.817"
-                >
+                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20.863"
+                  height="20.817" viewBox="0 0 19.863 13.817">
                   <g transform="translate(-40.961 -184.321)">
-                    <path
-                      class="a"
+                    <path class="a"
                       d="M4.647,1.4a1,1,0,0,1,1.707,0L10.07,7.479A1,1,0,0,1,9.217,9H1.783A1,1,0,0,1,.93,7.479Z"
-                      transform="translate(51.824 196.82) rotate(-90)"
-                    />
-                    <path
-                      class="b"
+                      transform="translate(51.824 196.82) rotate(-90)" />
+                    <path class="b"
                       d="M3322.914-15094.863h-10.363a2.593,2.593,0,0,1-2.59-2.59v-8.638a2.593,2.593,0,0,1,2.59-2.59h10.363a2.6,2.6,0,0,1,2.594,2.59v1.729c.013.027,0,3.6,0,5.141v1.769A2.6,2.6,0,0,1,3322.914-15094.863Zm-6.9-9.933a.862.862,0,0,0-.755.468.947.947,0,0,0-.114.455v4.2a.9.9,0,0,0,.868.922.848.848,0,0,0,.432-.121l3.45-2.12a.956.956,0,0,0,.315-1.259.874.874,0,0,0-.322-.341l-3.451-2.086A.813.813,0,0,0,3316.01-15104.8Z"
-                      transform="translate(-3269 15293.001)"
-                    />
+                      transform="translate(-3269 15293.001)" />
                   </g>
                 </svg>
               </div>
             </div>
-            <div
-              class="tips-file"
-              v-if="chapter007.isOpenOne && chapter007.videOneUrl"
-            >
-              <video
-                webkit-playsinline="true"
-                x-webkit-airplay="true"
-                playsinline="true"
-                x5-video-orientation="h5"
-                x5-video-player-fullscreen="true"
-                x5-playsinline=""
-                controls
-                class="video-border w100"
-                :src="chapter007.videOneUrl"
-              ></video>
+            <div class="tips-file" v-if="chapter007.isOpenOne && chapter007.videOneUrl">
+              <video webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" x5-video-orientation="h5"
+                x5-video-player-fullscreen="true" x5-playsinline="" controls class="video-border w100"
+                :src="chapter007.videOneUrl"></video>
             </div>
           </div>
           <p><br /></p>
@@ -934,43 +699,23 @@
             <div class="bj-tip">
               瑙嗛锛氬崍鐫″墠鐨勬姢鐞�
               <div @click="activityTwo">
-                <svg
-                  xmlns="http://www.w3.org/2000/svg"
-                  xmlns:xlink="http://www.w3.org/1999/xlink"
-                  width="20.863"
-                  height="20.817"
-                  viewBox="0 0 19.863 13.817"
-                >
+                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20.863"
+                  height="20.817" viewBox="0 0 19.863 13.817">
                   <g transform="translate(-40.961 -184.321)">
-                    <path
-                      class="a"
+                    <path class="a"
                       d="M4.647,1.4a1,1,0,0,1,1.707,0L10.07,7.479A1,1,0,0,1,9.217,9H1.783A1,1,0,0,1,.93,7.479Z"
-                      transform="translate(51.824 196.82) rotate(-90)"
-                    />
-                    <path
-                      class="b"
+                      transform="translate(51.824 196.82) rotate(-90)" />
+                    <path class="b"
                       d="M3322.914-15094.863h-10.363a2.593,2.593,0,0,1-2.59-2.59v-8.638a2.593,2.593,0,0,1,2.59-2.59h10.363a2.6,2.6,0,0,1,2.594,2.59v1.729c.013.027,0,3.6,0,5.141v1.769A2.6,2.6,0,0,1,3322.914-15094.863Zm-6.9-9.933a.862.862,0,0,0-.755.468.947.947,0,0,0-.114.455v4.2a.9.9,0,0,0,.868.922.848.848,0,0,0,.432-.121l3.45-2.12a.956.956,0,0,0,.315-1.259.874.874,0,0,0-.322-.341l-3.451-2.086A.813.813,0,0,0,3316.01-15104.8Z"
-                      transform="translate(-3269 15293.001)"
-                    />
+                      transform="translate(-3269 15293.001)" />
                   </g>
                 </svg>
               </div>
             </div>
-            <div
-              class="tips-file"
-              v-if="chapter007.isOpenTwo && chapter007.videoTwoUrl"
-            >
-              <video
-                webkit-playsinline="true"
-                x-webkit-airplay="true"
-                playsinline="true"
-                x5-video-orientation="h5"
-                x5-video-player-fullscreen="true"
-                x5-playsinline=""
-                controls
-                class="video-border w100"
-                :src="chapter007.videoTwoUrl"
-              ></video>
+            <div class="tips-file" v-if="chapter007.isOpenTwo && chapter007.videoTwoUrl">
+              <video webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" x5-video-orientation="h5"
+                x5-video-player-fullscreen="true" x5-playsinline="" controls class="video-border w100"
+                :src="chapter007.videoTwoUrl"></video>
             </div>
           </div>
           <p><br /></p>
@@ -1003,23 +748,13 @@
             1.濠村辜鍎胯劚绌胯。鐗╂椂搴旀敞鎰忎繚鎶ゅ摢浜涜韩浣撻儴浣嶏紵璇峰洖绛旈棶棰樺苟璇存槑鍘熷洜銆�
           </p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter007.textAreaItem.text20"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text20')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text20" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text20')"></textarea>
           </div>
           <p>2.鏍规嵁闃呰鎵嬪唽锛岃鏄庡浣曟寚瀵煎┐骞煎効鑴辩┛琛g墿銆�</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter007.textAreaItem.text21"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text21')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text21" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text21')"></textarea>
           </div>
           <!-- <div class="bk-sys">
           <div class="bj1-sys">
@@ -1036,55 +771,30 @@
             <div class="bj-tip">
               瑙嗛锛氳劚琛g墿鎸囧
               <div @click="activityFour">
-                <svg
-                  xmlns="http://www.w3.org/2000/svg"
-                  xmlns:xlink="http://www.w3.org/1999/xlink"
-                  width="20.863"
-                  height="20.817"
-                  viewBox="0 0 19.863 13.817"
-                >
+                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20.863"
+                  height="20.817" viewBox="0 0 19.863 13.817">
                   <g transform="translate(-40.961 -184.321)">
-                    <path
-                      class="a"
+                    <path class="a"
                       d="M4.647,1.4a1,1,0,0,1,1.707,0L10.07,7.479A1,1,0,0,1,9.217,9H1.783A1,1,0,0,1,.93,7.479Z"
-                      transform="translate(51.824 196.82) rotate(-90)"
-                    />
-                    <path
-                      class="b"
+                      transform="translate(51.824 196.82) rotate(-90)" />
+                    <path class="b"
                       d="M3322.914-15094.863h-10.363a2.593,2.593,0,0,1-2.59-2.59v-8.638a2.593,2.593,0,0,1,2.59-2.59h10.363a2.6,2.6,0,0,1,2.594,2.59v1.729c.013.027,0,3.6,0,5.141v1.769A2.6,2.6,0,0,1,3322.914-15094.863Zm-6.9-9.933a.862.862,0,0,0-.755.468.947.947,0,0,0-.114.455v4.2a.9.9,0,0,0,.868.922.848.848,0,0,0,.432-.121l3.45-2.12a.956.956,0,0,0,.315-1.259.874.874,0,0,0-.322-.341l-3.451-2.086A.813.813,0,0,0,3316.01-15104.8Z"
-                      transform="translate(-3269 15293.001)"
-                    />
+                      transform="translate(-3269 15293.001)" />
                   </g>
                 </svg>
               </div>
             </div>
-            <div
-              class="tips-file"
-              v-if="chapter007.isOpenFour && chapter007.videoFourUrl"
-            >
-              <video
-                webkit-playsinline="true"
-                x-webkit-airplay="true"
-                playsinline="true"
-                x5-video-orientation="h5"
-                x5-video-player-fullscreen="true"
-                x5-playsinline=""
-                controls
-                class="video-border w100"
-                :src="chapter007.videoFourUrl"
-              ></video>
+            <div class="tips-file" v-if="chapter007.isOpenFour && chapter007.videoFourUrl">
+              <video webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" x5-video-orientation="h5"
+                x5-video-player-fullscreen="true" x5-playsinline="" controls class="video-border w100"
+                :src="chapter007.videoFourUrl"></video>
             </div>
           </div>
           <p><br /></p>
           <p>3.灏濊瘯缁欏┐骞煎効鑴辩┛琛g墿缂栭鍎挎瓕銆�</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter007.textAreaItem.text22"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text22')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text22" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text22')"></textarea>
           </div>
           <p>
             4.瀹炶缁冧範銆�2锝�4浜轰负涓�缁勫紑灞曞疄璁搷浣滐紝鍏朵腑涓�浜烘搷浣滐紝鍏朵粬鍚屽瑙傛懇銆傛搷浣滆�呬竴杈瑰疄鎿嶄竴杈硅瑙f搷浣滆棰嗭紝鍏朵粬鍚屽鎸夌収鎸囧鑴辩┛琛g墿鐨勮瘎鍒嗘爣鍑嗙粰鎿嶄綔鑰呮墦鍒嗐��
@@ -1104,28 +814,15 @@
             <div class="bj-tip">
               鎸囧绌胯劚琛g墿鐨勮瘎鍒嗘爣鍑�
               <div @click="activityScore1">
-                <svg
-                  xmlns="http://www.w3.org/2000/svg"
-                  width="19.28"
-                  height="20.563"
-                  viewBox="0 0 19.28 20.563"
-                >
+                <svg xmlns="http://www.w3.org/2000/svg" width="19.28" height="20.563" viewBox="0 0 19.28 20.563">
                   <g transform="translate(-109.056 -82.941)">
-                    <path
-                      class="a"
+                    <path class="a"
                       d="M3439.656-15185.7h-12.643a1.815,1.815,0,0,1-1.816-1.81v-16.944a1.83,1.83,0,0,1,1.816-1.809h15.674a1.8,1.8,0,0,1,1.79,1.809v13.93h-4.217a.6.6,0,0,0-.6.6v4.217h0Zm-9.819-2.764a.5.5,0,0,0-.5.5.5.5,0,0,0,.5.5h4a.5.5,0,0,0,.5-.5.5.5,0,0,0-.5-.5Zm0-2a.5.5,0,0,0-.5.5.5.5,0,0,0,.5.5h4a.5.5,0,0,0,.5-.5.5.5,0,0,0-.5-.5Zm1.393-8.525a2.416,2.416,0,0,0-2.416,2.411,2.421,2.421,0,0,0,2.416,2.42h.111a1.8,1.8,0,0,0,1.1,1.1,1.809,1.809,0,0,0,.6.107,1.808,1.808,0,0,0,1.7-1.206h4.072l-.172.172a.635.635,0,0,0-.179.454.569.569,0,0,0,.179.4.637.637,0,0,0,.435.176.6.6,0,0,0,.424-.176l1.2-1.214a.618.618,0,0,0,0-.858l-1.2-1.187a.619.619,0,0,0-.431-.176.6.6,0,0,0-.427.176.615.615,0,0,0,0,.854l.172.176h-4.072a1.8,1.8,0,0,0-1.1-1.1,1.755,1.755,0,0,0-.6-.1,1.808,1.808,0,0,0-1.7,1.206h-.111a.554.554,0,0,1-.145-.016,1.2,1.2,0,0,1-.84-.4,1.217,1.217,0,0,1-.3-.878,1.2,1.2,0,0,1,1.206-1.137.407.407,0,0,1,.069,0h3.729a1.807,1.807,0,0,0,1.118,1.114,1.816,1.816,0,0,0,.576.091,1.789,1.789,0,0,0,1.7-1.205h.309a2.415,2.415,0,0,0,1.679-.775,2.407,2.407,0,0,0,.637-1.729,2.411,2.411,0,0,0-2.419-2.324h-6.213a1.821,1.821,0,0,0-1.107-1.1,1.8,1.8,0,0,0-.6-.1,1.814,1.814,0,0,0-1.706,1.2,1.8,1.8,0,0,0,.077,1.389,1.787,1.787,0,0,0,1.026.92,1.841,1.841,0,0,0,.6.1,1.807,1.807,0,0,0,1.706-1.2h6.266a1.179,1.179,0,0,1,.836.4,1.22,1.22,0,0,1,.305.874,1.213,1.213,0,0,1-1.214,1.146h-.172a1.8,1.8,0,0,0-1.118-1.118,1.711,1.711,0,0,0-.576-.1,1.8,1.8,0,0,0-1.706,1.214Z"
-                      transform="translate(-3316.14 15289.201)"
-                    />
-                    <path
-                      class="a"
+                      transform="translate(-3316.14 15289.201)" />
+                    <path class="a"
                       d="M316.806,239.727a.6.6,0,1,0,.6-.6A.6.6,0,0,0,316.806,239.727Zm-5.421-4.207a.6.6,0,1,0,.6.6A.587.587,0,0,0,311.385,235.52Zm2.4,8.438a.607.607,0,1,0-.6-.613A.621.621,0,0,0,313.789,243.958Z"
-                      transform="translate(-196.896 -148.921)"
-                    />
-                    <path
-                      class="a"
-                      d="M763.392,793.79l3.262-3.262h-3.262Z"
-                      transform="translate(-638.661 -690.634)"
-                    />
+                      transform="translate(-196.896 -148.921)" />
+                    <path class="a" d="M763.392,793.79l3.262-3.262h-3.262Z" transform="translate(-638.661 -690.634)" />
                   </g>
                 </svg>
               </div>
@@ -1135,48 +832,33 @@
               <table class="table111 table122">
                 <thead>
                   <tr>
-                    <th
-                      :style="{
-                        width: index == 3 ? '300px' : '50px',
-                      }"
-                      v-for="(header, index) in chapter007.publicHeader"
-                      :key="index"
-                    >
+                    <th :style="{
+                      width: index == 3 ? '300px' : '50px',
+                    }" v-for="(header, index) in chapter007.publicHeader" :key="index">
                       {{ header }}
                     </th>
                   </tr>
                 </thead>
                 <tbody>
-                  <tr
-                    v-for="(row, rowIndex) in chapter007.scoreData1"
-                    :key="rowIndex"
-                  >
+                  <tr v-for="(row, rowIndex) in chapter007.scoreData1" :key="rowIndex">
                     <td v-for="(cell, cellIndex) in row" :key="cellIndex">
                       <template v-if="cell === ''">
-                        <input
-                          type="text"
-                          v-model="chapter007.scoreData1[rowIndex][cellIndex]"
-                          @blur="
-                            updateCellScore1(
-                              rowIndex,
-                              cellIndex,
-                              $event.target.value
-                            )
-                          "
-                        />
+                        <input type="text" v-model="chapter007.scoreData1[rowIndex][cellIndex]" @blur="
+                          updateCellScore1(
+                            rowIndex,
+                            cellIndex,
+                            $event.target.value
+                          )
+                          " />
                       </template>
                       <template v-else-if="cellIndex == 4">
-                        <input
-                          type="text"
-                          v-model="chapter007.scoreData1[rowIndex][cellIndex]"
-                          @blur="
-                            updateCellScore1(
-                              rowIndex,
-                              cellIndex,
-                              $event.target.value
-                            )
-                          "
-                        />
+                        <input type="text" v-model="chapter007.scoreData1[rowIndex][cellIndex]" @blur="
+                          updateCellScore1(
+                            rowIndex,
+                            cellIndex,
+                            $event.target.value
+                          )
+                          " />
                       </template>
                       <template v-else>
                         {{ cell }}
@@ -1241,23 +923,13 @@
           </div>
           <p>1.鑻ヤ负濠村辜鍎胯杩扮潯鍓嶆晠浜嬶紝浣犱細閫夋嫨鍝簺缁樻湰锛�</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter007.textAreaItem.text23"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text23')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text23" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text23')"></textarea>
           </div>
           <p>2.鍦ㄨ杩扮潯鍓嶆晠浜嬬殑鏃跺�欙紝搴旀敞鎰忎粈涔堬紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter007.textAreaItem.text24"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text24')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text24" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text24')"></textarea>
           </div>
           <p>
             3.瀹炶缁冧範銆�2锝�4浜轰负涓�缁勫紑灞曞疄璁搷浣滐紝鍏朵腑涓�浜烘搷浣滐紝鍏朵粬鍚屽瑙傛懇銆傛搷浣滆�呬竴杈瑰疄鎿嶄竴杈硅瑙f搷浣滆棰嗭紝鍏朵粬鍚屽鎸夌収缁欏┐骞煎効璁茶堪鏁呬簨鐨勮瘎鍒嗘爣鍑嗙粰鎿嶄綔鑰呮墦鍒嗐��
@@ -1295,28 +967,15 @@
             <div class="bj-tip">
               缁欏┐骞煎効璁茶堪鏁呬簨鐨勮瘎鍒嗘爣鍑�
               <div @click="activityScore2">
-                <svg
-                  xmlns="http://www.w3.org/2000/svg"
-                  width="19.28"
-                  height="20.563"
-                  viewBox="0 0 19.28 20.563"
-                >
+                <svg xmlns="http://www.w3.org/2000/svg" width="19.28" height="20.563" viewBox="0 0 19.28 20.563">
                   <g transform="translate(-109.056 -82.941)">
-                    <path
-                      class="a"
+                    <path class="a"
                       d="M3439.656-15185.7h-12.643a1.815,1.815,0,0,1-1.816-1.81v-16.944a1.83,1.83,0,0,1,1.816-1.809h15.674a1.8,1.8,0,0,1,1.79,1.809v13.93h-4.217a.6.6,0,0,0-.6.6v4.217h0Zm-9.819-2.764a.5.5,0,0,0-.5.5.5.5,0,0,0,.5.5h4a.5.5,0,0,0,.5-.5.5.5,0,0,0-.5-.5Zm0-2a.5.5,0,0,0-.5.5.5.5,0,0,0,.5.5h4a.5.5,0,0,0,.5-.5.5.5,0,0,0-.5-.5Zm1.393-8.525a2.416,2.416,0,0,0-2.416,2.411,2.421,2.421,0,0,0,2.416,2.42h.111a1.8,1.8,0,0,0,1.1,1.1,1.809,1.809,0,0,0,.6.107,1.808,1.808,0,0,0,1.7-1.206h4.072l-.172.172a.635.635,0,0,0-.179.454.569.569,0,0,0,.179.4.637.637,0,0,0,.435.176.6.6,0,0,0,.424-.176l1.2-1.214a.618.618,0,0,0,0-.858l-1.2-1.187a.619.619,0,0,0-.431-.176.6.6,0,0,0-.427.176.615.615,0,0,0,0,.854l.172.176h-4.072a1.8,1.8,0,0,0-1.1-1.1,1.755,1.755,0,0,0-.6-.1,1.808,1.808,0,0,0-1.7,1.206h-.111a.554.554,0,0,1-.145-.016,1.2,1.2,0,0,1-.84-.4,1.217,1.217,0,0,1-.3-.878,1.2,1.2,0,0,1,1.206-1.137.407.407,0,0,1,.069,0h3.729a1.807,1.807,0,0,0,1.118,1.114,1.816,1.816,0,0,0,.576.091,1.789,1.789,0,0,0,1.7-1.205h.309a2.415,2.415,0,0,0,1.679-.775,2.407,2.407,0,0,0,.637-1.729,2.411,2.411,0,0,0-2.419-2.324h-6.213a1.821,1.821,0,0,0-1.107-1.1,1.8,1.8,0,0,0-.6-.1,1.814,1.814,0,0,0-1.706,1.2,1.8,1.8,0,0,0,.077,1.389,1.787,1.787,0,0,0,1.026.92,1.841,1.841,0,0,0,.6.1,1.807,1.807,0,0,0,1.706-1.2h6.266a1.179,1.179,0,0,1,.836.4,1.22,1.22,0,0,1,.305.874,1.213,1.213,0,0,1-1.214,1.146h-.172a1.8,1.8,0,0,0-1.118-1.118,1.711,1.711,0,0,0-.576-.1,1.8,1.8,0,0,0-1.706,1.214Z"
-                      transform="translate(-3316.14 15289.201)"
-                    />
-                    <path
-                      class="a"
+                      transform="translate(-3316.14 15289.201)" />
+                    <path class="a"
                       d="M316.806,239.727a.6.6,0,1,0,.6-.6A.6.6,0,0,0,316.806,239.727Zm-5.421-4.207a.6.6,0,1,0,.6.6A.587.587,0,0,0,311.385,235.52Zm2.4,8.438a.607.607,0,1,0-.6-.613A.621.621,0,0,0,313.789,243.958Z"
-                      transform="translate(-196.896 -148.921)"
-                    />
-                    <path
-                      class="a"
-                      d="M763.392,793.79l3.262-3.262h-3.262Z"
-                      transform="translate(-638.661 -690.634)"
-                    />
+                      transform="translate(-196.896 -148.921)" />
+                    <path class="a" d="M763.392,793.79l3.262-3.262h-3.262Z" transform="translate(-638.661 -690.634)" />
                   </g>
                 </svg>
               </div>
@@ -1325,48 +984,33 @@
               <table class="table111 table122">
                 <thead>
                   <tr>
-                    <th
-                      :style="{
-                        width: index == 3 ? '300px' : '50px',
-                      }"
-                      v-for="(header, index) in chapter007.publicHeader"
-                      :key="index"
-                    >
+                    <th :style="{
+                      width: index == 3 ? '300px' : '50px',
+                    }" v-for="(header, index) in chapter007.publicHeader" :key="index">
                       {{ header }}
                     </th>
                   </tr>
                 </thead>
                 <tbody>
-                  <tr
-                    v-for="(row, rowIndex) in chapter007.scoreData2"
-                    :key="rowIndex"
-                  >
+                  <tr v-for="(row, rowIndex) in chapter007.scoreData2" :key="rowIndex">
                     <td v-for="(cell, cellIndex) in row" :key="cellIndex">
                       <template v-if="cell === ''">
-                        <input
-                          type="text"
-                          v-model="chapter007.scoreData2[rowIndex][cellIndex]"
-                          @blur="
-                            updateCellScore2(
-                              rowIndex,
-                              cellIndex,
-                              $event.target.value
-                            )
-                          "
-                        />
+                        <input type="text" v-model="chapter007.scoreData2[rowIndex][cellIndex]" @blur="
+                          updateCellScore2(
+                            rowIndex,
+                            cellIndex,
+                            $event.target.value
+                          )
+                          " />
                       </template>
                       <template v-else-if="cellIndex == 4">
-                        <input
-                          type="text"
-                          v-model="chapter007.scoreData2[rowIndex][cellIndex]"
-                          @blur="
-                            updateCellScore2(
-                              rowIndex,
-                              cellIndex,
-                              $event.target.value
-                            )
-                          "
-                        />
+                        <input type="text" v-model="chapter007.scoreData2[rowIndex][cellIndex]" @blur="
+                          updateCellScore2(
+                            rowIndex,
+                            cellIndex,
+                            $event.target.value
+                          )
+                          " />
                       </template>
                       <template v-else>
                         {{ cell }}
@@ -1396,23 +1040,13 @@
           <p>鏍规嵁涓婅堪鎯呭锛屽洖绛旈棶棰樺苟瀹屾垚缁冧範銆�</p>
           <p>1.鐜嬭�佸笀鐨勭潯鍓嶆寚瀵间负浠�涔堣兘鎴愬姛锛熻繕鏈夊摢浜涙湁鏁堢殑鐫″墠鎸囧鏂规硶锛�</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter007.textAreaItem.text25"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text25')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text25" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text25')"></textarea>
           </div>
           <p>2.闈㈠鍐啲鐨勭潯鍓嶇姸鎬侊紝闄堣�佸笀璇ュ浣曞府鍔╀粬锛�</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter007.textAreaItem.text26"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text26')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text26" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text26')"></textarea>
           </div>
         </div>
       </div>
@@ -1434,55 +1068,27 @@
         </div>
         <div class="bodystyle">
           <p class="bk-swdt">
-            3.璇风粯鍒朵负濠村辜鍎垮仛鐫″墠鍑嗗宸ヤ綔鐨勬�濈淮瀵煎浘銆�<img
-              src="../../icons/swdt.png"
-              alt=""
-              @click="showSwdt"
-            />
+            3.璇风粯鍒朵负濠村辜鍎垮仛鐫″墠鍑嗗宸ヤ綔鐨勬�濈淮瀵煎浘銆�<img src="../../icons/swdt.png" alt="" @click="showSwdt" />
           </p>
           <div class="bk-tx" style="min-height: 200px">
-            <div
-              class="bk-inputUpload"
-              v-if="chapter007.pictrueList.length == 0"
-            >
-              <input
-                type="file"
-                id="fileOne"
-                @change="handUploadFile($event, 1)"
-              />
+            <div class="bk-inputUpload" v-if="chapter007.pictrueList.length == 0">
+              <input type="file" id="fileOne" @change="handUploadFile($event, 1)" />
               <span class="btnUpload" @click="handFile('fileOne')">
-                <svg
-                  t="1717059899765"
-                  class="icon"
-                  viewBox="0 0 1024 1024"
-                  version="1.1"
-                  xmlns="http://www.w3.org/2000/svg"
-                  p-id="2633"
-                  xmlns:xlink="http://www.w3.org/1999/xlink"
-                  width="200"
-                  height="200"
-                >
+                <svg t="1717059899765" class="icon" viewBox="0 0 1024 1024" version="1.1"
+                  xmlns="http://www.w3.org/2000/svg" p-id="2633" xmlns:xlink="http://www.w3.org/1999/xlink" width="200"
+                  height="200">
                   <path
                     d="M256.111993 608.601962c61.628148 0 122.808324 17.790888 183.220549 52.796701 88.122492-119.67252 198.387601-180.788701 328.747453-180.788701 80.122992 0 142.071121 0 191.860009 41.213424V217.522405C959.940004 168.181489 919.750516 127.992 870.345603 127.992h-716.755202A89.5944 89.5944 0 0 0 63.996 217.586401v489.569402c47.165052-64.95594 111.929004-98.489844 192.179989-98.489845z m95.994-159.99a95.994 95.994 0 1 0 0-191.988001 95.994 95.994 0 0 0 0 191.988001z m0 63.996a159.990001 159.990001 0 1 1 0-319.980001 159.990001 159.990001 0 0 1 0 319.980001zM1023.936004 619.097306a254.448097 254.448097 0 0 0-112.63296-41.469408c-38.909568-33.021936-81.27492-33.021936-143.223049-33.021936-116.664708 0-213.682645 58.23636-293.357665 177.716893l-17.726892 26.622336-26.622336-17.726892c-58.940316-39.293544-116.920692-58.620336-174.261109-58.620336-72.699456 0-125.880132 53.564652-163.317793 128.439972l-14.335104 28.606212-14.207112-7.103556A89.5944 89.5944 0 0 0 153.590401 905.031436h425.893381c6.783576 22.782576 16.63896 44.285232 29.182176 63.996H153.590401a153.590401 153.590401 0 0 1-153.590401-153.590401V217.586401A153.590401 153.590401 0 0 1 153.590401 63.996h716.691206A153.654397 153.654397 0 0 1 1023.936004 217.586401v401.510905z"
-                    p-id="2634"
-                  ></path>
+                    p-id="2634"></path>
                   <path
                     d="M796.366227 796.430223v-142.199112a28.414224 28.414224 0 0 1 56.892444 0v142.199112h142.199113a28.414224 28.414224 0 0 1 0 56.828448h-142.199113v142.263109a28.414224 28.414224 0 0 1-56.95644 0v-142.263109h-142.135116a28.414224 28.414224 0 0 1 0-56.828448h142.199112z"
-                    p-id="2635"
-                  ></path>
+                    p-id="2635"></path>
                 </svg>
               </span>
               <span class="upload_text">涓婁紶鍥剧墖</span>
             </div>
-            <div
-              style="width: 100%; height: 100%"
-              v-if="chapter007.pictrueList.length > 0"
-            >
-              <div
-                class="demo-image__preview-swdt openImgBox"
-                v-for="item in chapter007.pictrueList"
-                :key="item"
-              >
+            <div style="width: 100%; height: 100%" v-if="chapter007.pictrueList.length > 0">
+              <div class="demo-image__preview-swdt openImgBox" v-for="item in chapter007.pictrueList" :key="item">
                 <img style="width: 100%" :src="item" alt="" />
               </div>
             </div>
@@ -1491,62 +1097,26 @@
           <p>锛�1锛夊湪寮�灞曞悇椤圭潯鍓嶆椿鍔ㄦ椂搴旀敞鎰忓摢浜涢棶棰橈紵</p>
           <div class="bk-tx">
             <p class="left">濡傚帟</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text27"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text27')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text27" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text27')"></textarea>
             <p class="left">娲楁墜銆佹摝鎵�</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text28"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text28')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text28" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text28')"></textarea>
             <p class="left">杩涘叆鍗у</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text29"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text29')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text29" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text29')"></textarea>
             <p class="left">鑴辫。鐗╁苟鏁寸悊</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text30"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text30')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text30" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text30')"></textarea>
           </div>
           <p>锛�2锛夊浣曟湁鏁堝湴钀ラ�犳皼鍥达紵</p>
           <div class="bk-tx">
             <p class="left">鎾斁闊充箰</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text31"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text31')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text31" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text31')"></textarea>
             <p class="left">璁叉晠浜�</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text32"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text32')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text32" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text32')"></textarea>
           </div>
         </div>
       </div>
@@ -1568,23 +1138,13 @@
         <div class="bodystyle">
           <p>锛�3锛夊浣曞钩澶嶅┐骞煎効鐨勬儏缁粠鑰屼负鍏ョ潯鍋氬噯澶囷紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter007.textAreaItem.text33"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text33')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text33" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text33')"></textarea>
           </div>
           <p>锛�4锛夊浣曠収鎶や釜鍒叆鐫″洶闅剧殑濠村辜鍎匡紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter007.textAreaItem.text34"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text34')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text34" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text34')"></textarea>
           </div>
           <!-- <p><br /></p>
         <div class="bk-sys">
@@ -1602,58 +1162,34 @@
             <div class="bj-tip">
               瑙嗛锛氬崍鐫″贰鏌�
               <div @click="activityFive">
-                <svg
-                  xmlns="http://www.w3.org/2000/svg"
-                  xmlns:xlink="http://www.w3.org/1999/xlink"
-                  width="20.863"
-                  height="20.817"
-                  viewBox="0 0 19.863 13.817"
-                >
+                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20.863"
+                  height="20.817" viewBox="0 0 19.863 13.817">
                   <g transform="translate(-40.961 -184.321)">
-                    <path
-                      class="a"
+                    <path class="a"
                       d="M4.647,1.4a1,1,0,0,1,1.707,0L10.07,7.479A1,1,0,0,1,9.217,9H1.783A1,1,0,0,1,.93,7.479Z"
-                      transform="translate(51.824 196.82) rotate(-90)"
-                    />
-                    <path
-                      class="b"
+                      transform="translate(51.824 196.82) rotate(-90)" />
+                    <path class="b"
                       d="M3322.914-15094.863h-10.363a2.593,2.593,0,0,1-2.59-2.59v-8.638a2.593,2.593,0,0,1,2.59-2.59h10.363a2.6,2.6,0,0,1,2.594,2.59v1.729c.013.027,0,3.6,0,5.141v1.769A2.6,2.6,0,0,1,3322.914-15094.863Zm-6.9-9.933a.862.862,0,0,0-.755.468.947.947,0,0,0-.114.455v4.2a.9.9,0,0,0,.868.922.848.848,0,0,0,.432-.121l3.45-2.12a.956.956,0,0,0,.315-1.259.874.874,0,0,0-.322-.341l-3.451-2.086A.813.813,0,0,0,3316.01-15104.8Z"
-                      transform="translate(-3269 15293.001)"
-                    />
+                      transform="translate(-3269 15293.001)" />
                   </g>
                 </svg>
               </div>
             </div>
-            <div
-              class="tips-file"
-              v-if="chapter007.isOpenFive && chapter007.videoFiveUrl"
-            >
-              <video
-                webkit-playsinline="true"
-                x-webkit-airplay="true"
-                playsinline="true"
-                x5-video-orientation="h5"
-                x5-video-player-fullscreen="true"
-                x5-playsinline=""
-                controls
-                class="video-border w100"
-                :src="chapter007.videoFiveUrl"
-              ></video>
+            <div class="tips-file" v-if="chapter007.isOpenFive && chapter007.videoFiveUrl">
+              <video webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" x5-video-orientation="h5"
+                x5-video-player-fullscreen="true" x5-playsinline="" controls class="video-border w100"
+                :src="chapter007.videoFiveUrl"></video>
             </div>
           </div>
           <p><br /></p>
           <h3 id="c027">
-            <span class="bk-h3"
-              ><span class="bj1-h3">鍥�</span>銆�銆�鐫′腑瑙傚療銆�</span
-            >
+            <span class="bk-h3"><span class="bj1-h3">鍥�</span>銆�銆�鐫′腑瑙傚療銆�</span>
           </h3>
           <p>
             寰堝浜鸿涓哄┐骞煎効鐫$潃鍚庯紝淇濇暀浜哄憳灏卞彲浠ユ斁鏉句簡锛岃繖浼间箮鏄繚鏁欎汉鍛樻渶鐪佸績鐨勪竴娈垫椂闂淬�傚叾瀹炰笉鐒讹紝鍦ㄥ┐骞煎効鐫$潃鐨勮繖娈垫椂闂村唴娼滆棌鐫�寰堝淇濇暀宸ヤ綔銆備緥濡傦紝濠村辜鍎跨殑鐫″Э绛夊緟淇濇暀浜哄憳鍘绘寚瀵硷紝濠村辜鍎跨殑鐫$湢绮剧鐘舵�佺瓑寰呬繚鏁欎汉鍛樺幓璇勪及锛屽┐骞煎効鍦ㄧ潯鐪犳椂鐨勪竴浜涘畨鍏ㄩ殣鎮i渶瑕佷繚鏁欎汉鍛樺幓鎺掗櫎銆�
           </p>
           <h4 id="d079">
-            鈻垛柖 娲诲姩1锛氳瀵熷┐骞煎効鐨勭潯濮�<span class="fontsz1"
-              >锛烇紴锛烇紴锛烇紴锛烇紴</span
-            >
+            鈻垛柖 娲诲姩1锛氳瀵熷┐骞煎効鐨勭潯濮�<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
           </h4>
           <div class="bk-qjms">
             <p class="bj1-qjms">鈯欍��鎯呭鎻忚堪1銆�鈯�</p>
@@ -1663,13 +1199,8 @@
           </div>
           <p>1.浠ヤ笂鎯呭涓殑鐫″Э鏄惁姝g‘锛熶负浠�涔堬紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter007.textAreaItem.text35"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text35')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text35" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text35')"></textarea>
           </div>
         </div>
       </div>
@@ -1693,47 +1224,26 @@
           <p class="pic-wall">
             2.鎷嶆憚鎴栫粯鍒跺┐骞煎効鐨勫悇绉嶇潯濮裤��
             <span class="btnUpload-list" @click="handFile('fileThree')">
-              <svg
-                t="1717059899765"
-                class="icon"
-                viewBox="0 0 1024 1024"
-                version="1.1"
-                xmlns="http://www.w3.org/2000/svg"
-                p-id="2633"
-                xmlns:xlink="http://www.w3.org/1999/xlink"
-                width="18"
-                height="18"
-              >
+              <svg t="1717059899765" class="icon" viewBox="0 0 1024 1024" version="1.1"
+                xmlns="http://www.w3.org/2000/svg" p-id="2633" xmlns:xlink="http://www.w3.org/1999/xlink" width="18"
+                height="18">
                 <path
                   d="M256.111993 608.601962c61.628148 0 122.808324 17.790888 183.220549 52.796701 88.122492-119.67252 198.387601-180.788701 328.747453-180.788701 80.122992 0 142.071121 0 191.860009 41.213424V217.522405C959.940004 168.181489 919.750516 127.992 870.345603 127.992h-716.755202A89.5944 89.5944 0 0 0 63.996 217.586401v489.569402c47.165052-64.95594 111.929004-98.489844 192.179989-98.489845z m95.994-159.99a95.994 95.994 0 1 0 0-191.988001 95.994 95.994 0 0 0 0 191.988001z m0 63.996a159.990001 159.990001 0 1 1 0-319.980001 159.990001 159.990001 0 0 1 0 319.980001zM1023.936004 619.097306a254.448097 254.448097 0 0 0-112.63296-41.469408c-38.909568-33.021936-81.27492-33.021936-143.223049-33.021936-116.664708 0-213.682645 58.23636-293.357665 177.716893l-17.726892 26.622336-26.622336-17.726892c-58.940316-39.293544-116.920692-58.620336-174.261109-58.620336-72.699456 0-125.880132 53.564652-163.317793 128.439972l-14.335104 28.606212-14.207112-7.103556A89.5944 89.5944 0 0 0 153.590401 905.031436h425.893381c6.783576 22.782576 16.63896 44.285232 29.182176 63.996H153.590401a153.590401 153.590401 0 0 1-153.590401-153.590401V217.586401A153.590401 153.590401 0 0 1 153.590401 63.996h716.691206A153.654397 153.654397 0 0 1 1023.936004 217.586401v401.510905z"
-                  p-id="2634"
-                ></path>
+                  p-id="2634"></path>
                 <path
                   d="M796.366227 796.430223v-142.199112a28.414224 28.414224 0 0 1 56.892444 0v142.199112h142.199113a28.414224 28.414224 0 0 1 0 56.828448h-142.199113v142.263109a28.414224 28.414224 0 0 1-56.95644 0v-142.263109h-142.135116a28.414224 28.414224 0 0 1 0-56.828448h142.199112z"
-                  p-id="2635"
-                ></path>
+                  p-id="2635"></path>
               </svg>
             </span>
           </p>
           <div class="bk-tx">
-            <div
-              class="upload-list"
-              v-if="chapter007.pictrueListThree.length > 0"
-            >
-              <div
-                class="demo-image__preview openImgBox"
-                v-for="item in chapter007.pictrueListThree"
-                :key="item"
-              >
+            <div class="upload-list" v-if="chapter007.pictrueListThree.length > 0">
+              <div class="demo-image__preview openImgBox" v-for="item in chapter007.pictrueListThree" :key="item">
                 <img style="height: 100%" :src="item" alt="" />
               </div>
             </div>
             <div class="bk-inputUpload">
-              <input
-                type="file"
-                id="fileThree"
-                @change="handUploadFile($event, '3')"
-              />
+              <input type="file" id="fileThree" @change="handUploadFile($event, '3')" />
             </div>
           </div>
           <div class="bk-qjms">
@@ -1745,32 +1255,14 @@
           <p>1.鏍规嵁闃呰鎵嬪唽锛屽垎鏋愭瘡涓�绉嶆纭潯濮跨殑鐩婂銆�</p>
           <div class="bk-tx">
             <p class="left">渚у崸</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text36"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text36')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text36" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text36')"></textarea>
             <p class="left">浠板崸</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text37"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text37')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text37" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text37')"></textarea>
             <p class="left">鍏朵粬鐫″Э</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text38"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text38')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text38" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text38')"></textarea>
           </div>
           <p>
             2.濠村辜鍎挎湁鍝簺涓嶈壇鐨勭潯濮匡紵涓嶈壇鐨勭潯濮挎湁浠�涔堝嵄瀹筹紵鐩稿簲鐨勭籂姝f柟娉曟槸浠�涔堬紵
@@ -1778,23 +1270,11 @@
           <p>锛�1锛夊紶鍢寸潯銆�</p>
           <div class="bk-tx">
             <p class="left">鎻忚堪鐫″Э</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text39"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text39')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text39" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text39')"></textarea>
             <p class="left">鎻忚堪鍗卞</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text40"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text40')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text40" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text40')"></textarea>
           </div>
         </div>
       </div>
@@ -1816,86 +1296,38 @@
         <div class="bodystyle">
           <div class="bk-tx">
             <p class="left">绾犳鏂规硶</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text41"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text41')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text41" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text41')"></textarea>
           </div>
           <p>锛�2锛夋灂鑷傜潯銆�</p>
           <div class="bk-tx">
             <p class="left">鎻忚堪鐫″Э</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text42"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text42')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text42" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text42')"></textarea>
             <p class="left">鎻忚堪鍗卞</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text43"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text43')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text43" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text43')"></textarea>
             <p class="left">绾犳鏂规硶</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text44"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text44')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text44" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text44')"></textarea>
           </div>
           <p>锛�3锛夎挋澶寸潯銆�</p>
           <div class="bk-tx">
             <p class="left">鎻忚堪鐫″Э</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text45"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text45')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text45" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text45')"></textarea>
             <p class="left">鎻忚堪鍗卞</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text46"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text46')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text46" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text46')"></textarea>
             <p class="left">绾犳鏂规硶</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text47"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text47')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text47" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text47')"></textarea>
           </div>
           <p>锛�4锛夎洞鐫�鐫°��</p>
           <div class="bk-tx">
             <p class="left">鎻忚堪鐫″Э</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text48"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text48')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text48" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text48')"></textarea>
           </div>
         </div>
       </div>
@@ -1918,58 +1350,26 @@
         <div class="bodystyle">
           <div class="bk-tx">
             <p class="left">鎻忚堪鍗卞</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text49"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text49')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text49" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text49')"></textarea>
             <p class="left">绾犳鏂规硶</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text50"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text50')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text50" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text50')"></textarea>
           </div>
           <p>锛�5锛夊叾浠栦笉鑹潯濮裤��</p>
           <div class="bk-tx">
             <p class="left">鎻忚堪鐫″Э</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text51"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text51')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text51" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text51')"></textarea>
             <p class="left">鎻忚堪鍗卞</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text52"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text52')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text52" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text52')"></textarea>
             <p class="left">绾犳鏂规硶</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text53"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text53')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text53" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text53')"></textarea>
           </div>
           <h4 id="d080">
-            鈻垛柖 娲诲姩2锛氬煿鍏昏壇濂界殑鐫$湢涔犳儻<span class="fontsz1"
-              >锛烇紴锛烇紴锛烇紴锛烇紴</span
-            >
+            鈻垛柖 娲诲姩2锛氬煿鍏昏壇濂界殑鐫$湢涔犳儻<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
           </h4>
           <div class="bk-qjms">
             <p class="bj1-qjms">鈯欍��鎯呭鎻忚堪1銆�鈯�</p>
@@ -2009,33 +1409,18 @@
           </div>
           <p>1.鑰佸笀鏄浣曞府鍔╄瀺铻嶅舰鎴愯嚜涓诲叆鐫$殑涔犳儻鐨勶紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter007.textAreaItem.text54"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text54')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text54" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text54')"></textarea>
           </div>
           <p>2.涓洪伩鍏嶅彂鐢熺被浼兼儏澧�2涓殑瀹夊叏浜嬫晠锛屾垜浠簲濡備綍鍋氾紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter007.textAreaItem.text55"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text55')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text55" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text55')"></textarea>
           </div>
           <p>3.鎯呭3涓殑鑰佸笀鐨勭潯鐪犵収鎶よ涓哄悎閫傚悧锛熶綘杩樻湁鍒殑鍔炴硶甯姪鏍嬫爧鍚楋紵</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter007.textAreaItem.text56"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text56')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text56" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text56')"></textarea>
           </div>
           <p>4.瑙傚療璁板綍銆�</p>
           <p>
@@ -2043,14 +1428,8 @@
           </p>
           <div class="bk-tx">
             <p class="left">鎯呭喌璁板綍</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text57"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text57')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text57" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text57')"></textarea>
           </div>
         </div>
       </div>
@@ -2076,28 +1455,16 @@
           </p>
           <div class="bk-tx">
             <p class="left">鎯呭喌璁板綍</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text58"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text58')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text58" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text58')"></textarea>
           </div>
           <p>
             锛�3锛夐檺鍒跺拰鎺у埗濠村辜鍎跨殑鐫″墠琛屼负锛氱潯鍓嶅繉杩涢銆侀ギ姘磋繃澶氾紱涓嶅彲杩囧害娓告垙銆佺帺鑰嶏紝浣垮┐骞煎効鐨勬儏缁緝涓虹ǔ瀹氥��
           </p>
           <div class="bk-tx">
             <p class="left">鎯呭喌璁板綍</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text59"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text59')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text59" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text59')"></textarea>
           </div>
           <p>锛�4锛夌籂姝d笉鑹叆鐫℃柟寮忓強涓嶈壇鐫$湢鑺傚緥妯″紡銆佺潯濮裤�佽涓虹瓑銆�</p>
           <p>
@@ -2110,26 +1477,14 @@
           <p>涓嶈壇鐫$湢琛屼负锛氭摝鑵跨患鍚堝緛銆侀仐灏跨瓑銆�</p>
           <div class="bk-tx">
             <p class="left">鎯呭喌璁板綍</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text60"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text60')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text60" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text60')"></textarea>
           </div>
           <p>锛�5锛夋暣鐞嗙敤鐗╋紝娲楁墜锛岃褰曘��</p>
           <div class="bk-tx">
             <p class="left">鎯呭喌璁板綍</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text61"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text61')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text61" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text61')"></textarea>
           </div>
           <p>锛�6锛夋敞鎰忎簨椤癸細鍔ㄤ綔鐔熺粌涓旇交鏌旓紝淇濇姢濠村辜鍎匡紝閬垮厤涓嶅繀瑕佺殑浼ゅ銆�</p>
         </div>
@@ -2151,9 +1506,7 @@
         </div>
         <div class="bodystyle">
           <h3 id="c028">
-            <span class="bk-h3"
-              ><span class="bj1-h3">浜�</span>銆�銆�鐫″悗鏁寸悊銆�</span
-            >
+            <span class="bk-h3"><span class="bj1-h3">浜�</span>銆�銆�鐫″悗鏁寸悊銆�</span>
           </h3>
           <p>
             璧峰簥鏃堕棿鍒颁簡鍚庯紝淇濇暀浜哄憳瑕佸彨閱掑┐骞煎効锛涘紩瀵煎┐骞煎効绌胯。鐗╋紝骞舵鏌ヨ。鏈嶆槸鍚︾┛鏁撮綈锛涘紩瀵煎┐骞煎効璧板嚭鐫$湢瀹わ紝濡傚帟銆佺洢娲楋紝鐒跺悗鍧愬埌灏忔瀛愪笂绛夊緟鍙戝崍鐐癸紱姝ゆ椂淇濇暀浜哄憳瑕佸仛濂界潯鐪犲鐨勭幆澧冨拰鐗╁搧鏀舵暣宸ヤ綔锛屽苟瀵瑰┐骞煎効寮�灞曞崍妫�宸ヤ綔銆�
@@ -2178,13 +1531,8 @@
             1.缁忓父鍚汉璇村┐骞煎効鏈夆�滆捣搴婃皵鈥濓紝淇濇暀浜哄憳璇ュ浣曠収鎶ゅ垰鐫¢啋鐨勫┐骞煎効鍛紵
           </p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter007.textAreaItem.text62"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text62')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text62" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text62')"></textarea>
           </div>
           <!-- <p><br /></p> -->
           <!-- <div class="bk-sys">
@@ -2202,43 +1550,23 @@
             <div class="bj-tip">
               瑙嗛锛氳捣搴婂悗鐨勬姢鐞�
               <div @click="activitySix">
-                <svg
-                  xmlns="http://www.w3.org/2000/svg"
-                  xmlns:xlink="http://www.w3.org/1999/xlink"
-                  width="20.863"
-                  height="20.817"
-                  viewBox="0 0 19.863 13.817"
-                >
+                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20.863"
+                  height="20.817" viewBox="0 0 19.863 13.817">
                   <g transform="translate(-40.961 -184.321)">
-                    <path
-                      class="a"
+                    <path class="a"
                       d="M4.647,1.4a1,1,0,0,1,1.707,0L10.07,7.479A1,1,0,0,1,9.217,9H1.783A1,1,0,0,1,.93,7.479Z"
-                      transform="translate(51.824 196.82) rotate(-90)"
-                    />
-                    <path
-                      class="b"
+                      transform="translate(51.824 196.82) rotate(-90)" />
+                    <path class="b"
                       d="M3322.914-15094.863h-10.363a2.593,2.593,0,0,1-2.59-2.59v-8.638a2.593,2.593,0,0,1,2.59-2.59h10.363a2.6,2.6,0,0,1,2.594,2.59v1.729c.013.027,0,3.6,0,5.141v1.769A2.6,2.6,0,0,1,3322.914-15094.863Zm-6.9-9.933a.862.862,0,0,0-.755.468.947.947,0,0,0-.114.455v4.2a.9.9,0,0,0,.868.922.848.848,0,0,0,.432-.121l3.45-2.12a.956.956,0,0,0,.315-1.259.874.874,0,0,0-.322-.341l-3.451-2.086A.813.813,0,0,0,3316.01-15104.8Z"
-                      transform="translate(-3269 15293.001)"
-                    />
+                      transform="translate(-3269 15293.001)" />
                   </g>
                 </svg>
               </div>
             </div>
-            <div
-              class="tips-file"
-              v-if="chapter007.isOpenSix && chapter007.videoSixUrl"
-            >
-              <video
-                webkit-playsinline="true"
-                x-webkit-airplay="true"
-                playsinline="true"
-                x5-video-orientation="h5"
-                x5-video-player-fullscreen="true"
-                x5-playsinline=""
-                controls
-                class="video-border w100"
-                :src="chapter007.videoSixUrl"
-              ></video>
+            <div class="tips-file" v-if="chapter007.isOpenSix && chapter007.videoSixUrl">
+              <video webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" x5-video-orientation="h5"
+                x5-video-player-fullscreen="true" x5-playsinline="" controls class="video-border w100"
+                :src="chapter007.videoSixUrl"></video>
             </div>
           </div>
           <p><br /></p>
@@ -2246,13 +1574,8 @@
             2.濠村辜鍎胯捣搴婂悗锛屼繚鏁欎汉鍛橀櫎浜嗛渶瑕佸紩瀵煎┐骞煎効绌胯。鐗╋紝杩橀渶瑕佸仛鍝簺鐫″悗鎸囧宸ヤ綔锛�
           </p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter007.textAreaItem.text63"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text63')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text63" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text63')"></textarea>
           </div>
         </div>
       </div>
@@ -2282,53 +1605,40 @@
             <table class="table111 table122">
               <thead>
                 <tr>
-                  <th
-                    :style="{
-                      width:
-                        index == chapter007.headersData173.length - 1
-                          ? '350px'
-                          : index == 0
+                  <th :style="{
+                    width:
+                      index == chapter007.headersData173.length - 1
+                        ? '350px'
+                        : index == 0
                           ? '60px'
                           : '',
-                    }"
-                    v-for="(header, index) in chapter007.headersData173"
-                    :key="index"
-                  >
+                  }" v-for="(header, index) in chapter007.headersData173" :key="index">
                     {{ header }}
                   </th>
                 </tr>
               </thead>
               <tbody>
-                <tr
-                  v-for="(row, rowIndex) in chapter007.tableData173"
-                  :key="rowIndex"
-                >
+                <tr v-for="(row, rowIndex) in chapter007.tableData173" :key="rowIndex">
                   <td v-for="(cell, cellIndex) in row" :key="cellIndex">
                     <template v-if="cell === ''">
-                      <div
-                        contenteditable
-                        @blur="
-                          updateCell173(
-                            rowIndex,
-                            cellIndex,
-                            $event.target.innerText
-                          )
-                        "
-                      >
+                      <div contenteditable @blur="
+                        updateCell173(
+                          rowIndex,
+                          cellIndex,
+                          $event.target.innerText
+                        )
+                        ">
                         {{ chapter007.tableData173[rowIndex][cellIndex] }}
                       </div>
                     </template>
                     <template v-else>
-                      <div
-                        :contenteditable="cellIndex != 0 && cellIndex != 1"
-                        @blur="
-                          updateCell173(
-                            rowIndex,
-                            cellIndex,
-                            $event.target.innerText
-                          )
-                        "
-                      >
+                      <div :contenteditable="cellIndex != 0 && cellIndex != 1" @blur="
+                        updateCell173(
+                          rowIndex,
+                          cellIndex,
+                          $event.target.innerText
+                        )
+                        ">
                         {{ chapter007.tableData173[rowIndex][cellIndex] }}
                       </div>
                     </template>
@@ -2350,34 +1660,17 @@
           <p>鏍规嵁涓婅堪鎯呭锛屽洖绛斾互涓嬮棶棰樸��</p>
           <p>1.涓轰粈涔堣杩涜鐫″悗鐜鏁寸悊宸ヤ綔锛�</p>
           <div class="bk-tx">
-            <textarea
-              v-model="chapter007.textAreaItem.text64"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('text64')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text64" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="5"
+              @blur="onBlurChange('text64')"></textarea>
           </div>
           <p>2.濠村辜鍎跨寮�鐫$湢瀹ゅ悗锛岃濡備綍杩涜鏁寸悊宸ヤ綔锛�</p>
           <div class="bk-tx">
             <p class="left">寮�绐楅�氶</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text65"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text65')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text65" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text65')"></textarea>
             <p class="left">鏁寸悊搴婇摵</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text66"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text66')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text66" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text66')"></textarea>
           </div>
         </div>
       </div>
@@ -2399,112 +1692,18 @@
         <div class="bodystyle">
           <div class="bk-tx">
             <p class="left">娓呮磥鍦伴潰</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text67"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text67')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text67" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text67')"></textarea>
             <p class="left">鏀剧疆鐗╁搧</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text68"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text68')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text68" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text68')"></textarea>
             <p class="left">娑堟瘨</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text681"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text681')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text681" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text681')"></textarea>
             <p class="left">鍏朵粬</p>
-            <textarea
-              v-model="chapter007.textAreaItem.text69"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="3"
-              class="textareaInput"
-              @blur="onBlurChange('text69')"
-            ></textarea>
+            <textarea v-model="chapter007.textAreaItem.text69" style="border: 0" placeholder="璇疯緭鍏ュ唴瀹�" rows="3"
+              class="textareaInput" @blur="onBlurChange('text69')"></textarea>
           </div>
-          <h4 id="d083">
-            鈻垛柖 搴旂敤涓庡疄璺�<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
-          </h4>
-          <!-- <p><br /></p> -->
-          <!-- <div class="bk-sys">
-          <div class="bj1-sys">
-            <p class="left">
-              <img class="img-gn1" alt="" src="../../image/dy-ycs.png" />
-            </p>
-          </div>
-          <p class="center">
-            <img class="img-g" alt="" src="../../image/0146-2.jpg" />
-          </p>
-        </div> -->
-          <p><b>涓�銆佸崟閫夐</b></p>
-          <p>
-            1.鐫$湢鐓ф姢鐨勪富瑕佷换鍔℃槸锛堛��<input
-              v-model="chapter007.radio.text1"
-              @blur="onRadioText()"
-            />銆�锛夈��
-          </p>
-          <p class="block">A.鎸囧濠村辜鍎胯嚜宸辩┛鑴辫。鏈�</p>
-          <p class="block">B.甯姪濠村辜鍎垮涔犲彔琚瓙</p>
-          <p class="block">C.淇濊瘉濠村辜鍎跨潯濂姐�佺潯瓒�</p>
-          <p class="block">D.寮曞濠村辜鍎挎妸闉嬪瓙鏀惧湪鍥哄畾鐨勪綅缃�</p>
-          <p>
-            2.濠村辜鍎跨殑姝g‘鐫″Э鏄紙銆�<input
-              v-model="chapter007.radio.text2"
-              @blur="onRadioText()"
-            />銆�锛夈��
-          </p>
-          <p class="block">A.瓒寸潯</p>
-          <p class="block">B.渚х潯</p>
-          <p class="block">C.寮犲槾鐫�</p>
-          <p class="block">D.钂欏ご鐫�</p>
-          <p>
-            3.鐓ф姢濠村辜鍎跨潯鐪犵殑鐫″墠鍑嗗宸ヤ綔涓嶅寘鍚紙銆�<input
-              v-model="chapter007.radio.text3"
-              @blur="onRadioText()"
-            />銆�锛夈��
-          </p>
-          <p class="block">A.濡傚帟</p>
-          <p class="block">B.娲楁墜</p>
-          <p class="block">C.鑴辫。鐗�</p>
-          <p class="block">D.鍚冮鐗�</p>
-          <p>
-            4.钀ラ�犲┐骞煎効鑹ソ鐨勭潯鐪犵幆澧冪殑閿欒鍋氭硶鏄紙銆�<input
-              v-model="chapter007.radio.text4"
-              @blur="onRadioText()"
-            />銆�锛夈��
-          </p>
-          <p class="block">A.鍋氬仴韬搷</p>
-          <p class="block">B.鍏抽棬绐�</p>
-          <p class="block">C.鎷夌獥甯�</p>
-          <p class="block">D.鎾斁闊充箰</p>
-          <p>
-            5.涓�鑷充袱宀佺殑骞煎効姣忔棩閫傚疁鐨勭潯鐪犳�绘椂闀挎槸锛堛��<input
-              v-model="chapter007.radio.text5"
-              @blur="onRadioText()"
-            />銆�锛夈��
-          </p>
-          <p class="block">A.20灏忔椂</p>
-          <p class="block">B.14灏忔椂</p>
-          <p class="block">C.12灏忔椂</p>
-          <p class="block">D.8灏忔椂</p>
-          <p><b>浜屻�佽杩伴</b></p>
-          <p>璇烽槄璇讳互涓嬫潗鏂欙紝璇勬瀽淇濇暀浜哄憳鏄惁瀹屾暣灞ヨ浜嗙潯鐪犱繚鑲茬殑鑱岃矗銆�</p>
-          <p class="block">
-            鍦ㄤ腑涓�鐝殑鐫$湢瀹ら噷锛岃礋璐e崍鐫″�肩彮鐨勫紶鑰佸笀鐪嬪辜鍎块兘宸插畨闈欏湴韬轰笅涓旈棴涓婄溂鐫涗簡锛屽氨鍧愬埌鐫$湢瀹や竴瑙掔殑鍔炲叕妗屾梺鐪嬪辜鏁欐潅蹇椼�傚ス涓ユ牸閬靛畧宸¤鏃堕棿锛屾瘡闅�15鍒嗛挓鎵嬫満灏变細鎸姩锛�
-          </p>
         </div>
       </div>
     </div>
@@ -2524,50 +1723,23 @@
           </div>
         </div>
         <div class="bodystyle">
-          <p class="block">
-            濂逛細鍚戝辜鍎跨潯瑙夌殑鏂瑰悜鎵涓�涓嬶紝鍙戠幇韫瀛愮瓑寮傚父闂浼氬強鏃跺鐞嗐�備腑閫旓紝鍧ゅ潳灏忔湅鍙嬩粠琚獫閲屽嚭鏉ワ紝鐩存帴璧板埌寮犺�佸笀璺熷墠璇锋眰涓婂帟鎵�锛屽紶鑰佸笀鐐瑰ご鍚屾剰浜嗭紝骞舵彁閱掑潳鍧ゆ敞鎰忓畨鍏ㄣ�傚潳鍧や笂鍘曟墍鍥炴潵鍚庯紝鏃佽竟鐨勯槼闃冲皬鏈嬪弸鐫¢啋浜嗭紝浜庢槸灏卞拰鍧ゅ潳璁茶瘽銆傛鏃讹紝寮犺�佸笀鍙婃椂鎻愰啋锛氣�滈槼闃筹紝鍗堢潯鏃朵笉鑳借璇濄�傗�濊繃浜嗕竴浼氬効锛岄槼闃冲張蹇嶄笉浣忚璇濅簡銆傚紶鑰佸笀鍧愪笉浣忎簡锛岃蛋杩囧幓瀵归槼闃宠锛氣�滀粖澶╀笅鍗堢殑鐜╂矙娓告垙锛屼笉鍏佽浣犲弬鍔狅紝绛変綘鍝ぉ鍗堢潯涓嶈璇濅簡锛屾墠鍙互鍙傚姞涓嬪崍鐨勬父鎴忋�傗��
-          </p>
-          <p class="block">
-            璧峰簥闊充箰鍝嶄簡锛屽紶鑰佸笀瑕佹眰骞煎効绔嬪嵆璧峰簥锛氣�滃皬鏈嬪弸锛屽揩璧峰簥锛屼綘浠槸涓彮鐨勫ぇ濮愬銆佸ぇ鍝ュ摜浜嗭紝涓嶈鍋氬皬鎳掔尗锛屼笉浼氱┛琛f湇鐨勫彲浠ヤ簰鐩稿府鍔╋紝濡傛灉瀹炲湪涓嶄細绌匡紝鍙互鍠婅�佸笀鏉ュ府蹇欍�傗�濆湪15鍒嗛挓鐨勭┛琛h繃绋嬩腑锛屽苟娌℃湁骞煎効鍚戣�佸笀璇锋眰甯姪锛岀瓑鎵�鏈夊辜鍎块兘绂诲紑鍚庯紝寮犺�佸笀楂樺叴鍦版兂锛氬埌搴曟槸涓彮浜嗭紝鐪嬫姢鍗堢潯瓒婃潵瓒婅交鏉句簡锛屼簬鏄篃楂橀珮鍏村叴鍦扮寮�浜嗙潯鐪犲銆�
-          </p>
-          <p><br /></p>
-          <div class="bk-tx">
-            <textarea
-              v-model="chapter007.radio.desc"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('desc')"
-            ></textarea>
-          </div>
-          <p></p>
+          <h4 id="d083">
+            鈻垛柖 搴旂敤涓庡疄璺�<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
+          </h4>
           <div class="tips-bk">
             <div class="bj-tip">
               浜戞祴璇曪細鍗曞厓涓冨簲鐢ㄤ笌瀹炶返
               <div @click="activityThree">
-                <svg
-                  xmlns="http://www.w3.org/2000/svg"
-                  xmlns:xlink="http://www.w3.org/1999/xlink"
-                  width="20.115"
-                  height="19.988"
-                  viewBox="0 0 20.115 19.988"
-                >
-                  <path
-                    class="a"
+                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20.115"
+                  height="19.988" viewBox="0 0 20.115 19.988">
+                  <path class="a"
                     d="M3356.437-15192.012a.568.568,0,0,1-.236-.052.566.566,0,0,1-.271-.744l1.134-2.429h-5.505a.558.558,0,0,1-.557-.558.559.559,0,0,1,.557-.561h19a.559.559,0,0,1,.557.561.558.558,0,0,1-.557.558h-5.505l1.13,2.429a.552.552,0,0,1,.019.427.55.55,0,0,1-.29.313.547.547,0,0,1-.238.055.557.557,0,0,1-.5-.322l-1.355-2.9h-5.52l-1.352,2.9A.563.563,0,0,1,3356.437-15192.012Zm12.442-5.462h-15.645a2.236,2.236,0,0,1-2.233-2.233v-10.06a2.236,2.236,0,0,1,2.233-2.233h15.645a2.238,2.238,0,0,1,2.237,2.233v10.06A2.238,2.238,0,0,1,3368.88-15197.474Zm-4.842-11.732a1.112,1.112,0,0,0-.748.287l-4.986,4.486a1.143,1.143,0,0,0-.309.473l-1.577,2.727a.57.57,0,0,0,.034.61.552.552,0,0,0,.447.229.448.448,0,0,0,.126-.016.55.55,0,0,0,.13-.03l2.871-1.233a1.153,1.153,0,0,0,.523-.268l4.982-4.485a1.121,1.121,0,0,0,.084-1.581l-.748-.828A1.113,1.113,0,0,0,3364.038-15209.206Z"
-                    transform="translate(-3351.001 15212)"
-                  />
+                    transform="translate(-3351.001 15212)" />
                 </svg>
               </div>
             </div>
-            <div
-              v-if="chapter007.idOpenThree && questionData"
-              class="tips-file"
-            >
-              <examinations
-                :primaryColor="'#f49a4c'"
-                :cardList="questionData[136]"
-              />
+            <div v-if="chapter007.idOpenThree && questionData" class="tips-file">
+              <examinations :primaryColor="'#f49a4c'" :cardList="questionData[136]" />
             </div>
           </div>
         </div>
@@ -2907,7 +2079,7 @@
           this.chapter007.scoreData1[rowIndex],
           5,
           this.chapter007.scoreData1[rowIndex][2] -
-            this.chapter007.scoreData1[rowIndex][cellIndex]
+          this.chapter007.scoreData1[rowIndex][cellIndex]
         );
       }
       localStorage.setItem("chapter007", JSON.stringify(this.chapter007));
@@ -2924,7 +2096,7 @@
           this.chapter007.scoreData2[rowIndex],
           5,
           this.chapter007.scoreData2[rowIndex][2] -
-            this.chapter007.scoreData2[rowIndex][cellIndex]
+          this.chapter007.scoreData2[rowIndex][cellIndex]
         );
       }
       localStorage.setItem("chapter007", JSON.stringify(this.chapter007));
@@ -2941,7 +2113,7 @@
           this.chapter007.groupData[rowIndex],
           5,
           this.chapter007.groupData[rowIndex][2] -
-            this.chapter007.groupData[rowIndex][cellIndex]
+          this.chapter007.groupData[rowIndex][cellIndex]
         );
       }
       localStorage.setItem("chapter007", JSON.stringify(this.chapter007));
@@ -2986,7 +2158,7 @@
           imgData.append("FileType", FileType);
           imgData.append("MetaData", null);
           imgData.append("file", file);
-          that.MG.file.upload(imgData).then(() => {});
+          that.MG.file.upload(imgData).then(() => { });
           setTimeout(() => {
             if (type == "1") {
               that.chapter007.pictrueList.push(getPublicImage(e));
diff --git a/src/books/lifeCare/view/components/chapter008.vue b/src/books/lifeCare/view/components/chapter008.vue
index 1127084..a3e7222 100644
--- a/src/books/lifeCare/view/components/chapter008.vue
+++ b/src/books/lifeCare/view/components/chapter008.vue
@@ -1002,42 +1002,6 @@
             </table>
           </div>
           <p><br /></p>
-          <h4 id="d090">
-            鈻垛柖 搴旂敤涓庡疄璺�<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
-          </h4>
-          <!-- <div class="bk-sys">
-          <div class="bj1-sys">
-            <p class="left">
-              <img class="img-gn1" alt="" src="../../image/dy-ycs.png" />
-            </p>
-          </div>
-          <p class="center">
-            <img class="img-g" alt="" src="../../image/0156-2.jpg" />
-          </p>
-        </div> -->
-          <p><b>涓�銆侀�夋嫨棰�</b></p>
-          <p>
-            1.鍒╃敤钂告苯鐨勯珮娓╀綔鐢ㄥ皢鑷寸梾寰敓鐗╂潃鐏殑娑堟瘨鏂规硶鍙綔锛堛��<input
-              v-model="chapter008.radio.text7"
-              @blur="onRadioText()"
-            />銆�銆�锛夈��
-          </p>
-          <p class="block">A.绱绾挎秷姣掓硶</p>
-          <p class="block">B.鍖栧娑堟瘨娉�</p>
-          <p class="block">C.钂告苯娑堟瘨娉�</p>
-          <p class="block">D.鐓哺娑堟瘨娉�</p>
-          <p class="block">E.宸存皬娑堟瘨娉�</p>
-          <p>
-            2.浠ヤ笅瀵圭収鎶ゅ┐骞煎効瀛︿範銆佹椿鍔ㄥ拰鍗敓淇濆仴鐨勬弿杩颁笉姝g‘鐨勬槸锛堛��<input
-              v-model="chapter008.radio.text6"
-              @blur="onRadioText()"
-            />銆�銆�锛夈��
-          </p>
-          <p class="block">A.鍒涜瀹夊叏銆佽垝閫傜殑瀛︿範鐜</p>
-          <p class="block">B.鎻愪緵鐪熷疄澶氭牱鐨勬潗鏂欙紝鍩瑰吇濠村辜鍎垮鏂归潰鐨勬劅鐭ヨ兘鍔�</p>
-          <p class="block">C.娉ㄦ剰濠村辜鍎垮涔犳椿鍔ㄧ殑鐜鍗敓</p>
-          <p class="block">D.浠ラ泦浣撴暀瀛﹀舰寮忎负涓伙紝娉ㄦ剰鍩瑰吇濠村辜鍎跨殑瀛︿範鑳藉姏</p>
-          <p class="block">E.淇濊瘉瀛︿範娲诲姩鍦烘墍閲囧厜鑹ソ銆侀�氶</p>
         </div>
       </div>
     </div>
@@ -1058,46 +1022,9 @@
           </div>
         </div>
         <div class="bodystyle">
-          <p>
-            3.涓�鑸儏鍐典笅绾稿翱瑁ょ殑鏇存崲鏃堕棿搴斾负锛堛��<input
-              v-model="chapter008.radio.text5"
-              @blur="onRadioText()"
-            />銆�銆�锛夈��
-          </p>
-          <p class="block">A.2锝�3灏忔椂</p>
-          <p class="block">B.4锝�6灏忔椂</p>
-          <p class="block">C.5锝�8灏忔椂</p>
-          <p class="block">D.9锝�10灏忔椂</p>
-          <p>
-            4.缁欏┐骞煎効渚跨泦娑堟瘨甯哥敤鐨勬秷姣掑墏鏄紙銆�<input
-              v-model="chapter008.radio.text4"
-              @blur="onRadioText()"
-            />銆�銆�锛夈��
-          </p>
-          <p class="block">A.娆℃隘閰搁挔娑堟瘨娑�</p>
-          <p class="block">B.纰樹紡</p>
-          <p class="block">C.閰掔簿</p>
-          <p class="block">D.杩囨哀涔欓吀</p>
-          <p class="block">E.鐜哀涔欑兎</p>
-          <p>
-            5.鍋囧濠村辜鍎跨殑灏块噺姣斿钩鏃剁殑灏块噺锛堛��<input
-              v-model="chapter008.radio.text3"
-              @blur="onRadioText()"
-            />銆�銆�锛夛紝灏忎究鍙戦粍銆侀鑹茶緝娣憋紝濠村辜鍎垮彲鑳芥槸鍙戠儳浜嗐��
-          </p>
-          <p class="block">A.澧炲</p>
-          <p class="block">B.鍑忓皯</p>
-          <p><b>浜屻�佽杩伴</b></p>
-          <p>绠�杩板┐骞煎効绂诲洯鐨勬祦绋嬶紝鍙婁笉鍚岀幆鑺傚淇濇暀浜哄憳鐨勮姹傘��</p>
-          <div class="bk-tx">
-            <textarea
-              v-model="chapter008.radio.desc"
-              style="border: 0"
-              placeholder="璇疯緭鍏ュ唴瀹�"
-              rows="5"
-              @blur="onBlurChange('desc')"
-            ></textarea>
-          </div>
+          <h4 id="d090">
+            鈻垛柖 搴旂敤涓庡疄璺�<span class="fontsz1">锛烇紴锛烇紴锛烇紴锛烇紴</span>
+          </h4>
           <div class="tips-bk">
             <div class="bj-tip">
               浜戞祴璇曪細鍗曞厓鍏簲鐢ㄤ笌瀹炶返
diff --git a/src/books/lifeCare/view/components/index.vue b/src/books/lifeCare/view/components/index.vue
index c104f9b..28809b7 100644
--- a/src/books/lifeCare/view/components/index.vue
+++ b/src/books/lifeCare/view/components/index.vue
@@ -3,102 +3,36 @@
     <div id="searchDomBox" style="display: none">
       <div id="searchContent"></div>
     </div>
-    <div
-      class="public-bookInnerContent"
-      :style="{
-        fontSize: fontSize ? fontSize + 'px' : '16px',
-        transform: `scale(${pageZoom ? pageZoom : 1})`,
-        transformOrigin: 'center top',
-      }"
-    >
-      <front001
-        v-if="showCatalogList.indexOf(1) > -1"
-        :showPageList="loadPageList"
-      />
-      <ChapterOne
-        v-if="showCatalogList.indexOf(2) > -1"
-        :showPageList="loadPageList"
-        :questionData="questionDataMap"
-      />
-      <ChapterTwo
-        v-if="showCatalogList.indexOf(3) > -1"
-        :showPageList="loadPageList"
-        :questionData="questionDataMap"
-      />
-      <ChapterThree
-        v-if="showCatalogList.indexOf(4) > -1"
-        :showPageList="loadPageList"
-        :questionData="questionDataMap"
-      />
-      <ChapterFour
-        v-if="showCatalogList.indexOf(5) > -1"
-        :showPageList="loadPageList"
-        :questionData="questionDataMap"
-      />
-      <ChapterFive
-        v-if="showCatalogList.indexOf(6) > -1"
-        :showPageList="loadPageList"
-        :questionData="questionDataMap"
-        @Upload_initViewer="changeDomViewer"
-      />
-      <chapterSix
-        v-if="showCatalogList.indexOf(7) > -1"
-        :showPageList="loadPageList"
-        :questionData="questionDataMap"
-      />
-      <chapterSeven
-        v-if="showCatalogList.indexOf(8) > -1"
-        :showPageList="loadPageList"
-        :questionData="questionDataMap"
-        @eventSwdt="swdtChange"
-        @Upload_initViewer="changeDomViewer"
-      />
-      <chapterEight
-        v-if="showCatalogList.indexOf(9) > -1"
-        :showPageList="loadPageList"
-        :questionData="questionDataMap"
-      />
-      <chapterNine
-        v-if="showCatalogList.indexOf(10) > -1"
-        :showPageList="loadPageList"
-        :questionData="questionDataMap"
-      />
-      <chapter010
-        v-if="showCatalogList.indexOf(11) > -1"
-        :showPageList="loadPageList"
-      />
-      <chapter011
-        v-if="showCatalogList.indexOf(12) > -1"
-        :showPageList="loadPageList"
-      />
-      <chapter012
-        v-if="showCatalogList.indexOf(13) > -1"
-        :showPageList="loadPageList"
-      />
-      <chapter013
-        v-if="showCatalogList.indexOf(14) > -1"
-        :showPageList="loadPageList"
-      />
-      <chapter014
-        v-if="showCatalogList.indexOf(15) > -1"
-        :showPageList="loadPageList"
-      />
-      <chapter015
-        v-if="showCatalogList.indexOf(16) > -1"
-        :showPageList="loadPageList"
-      />
-      <chapter016
-        v-if="showCatalogList.indexOf(17) > -1"
-        :showPageList="loadPageList"
-      />
-      <chapter017
-        v-if="showCatalogList.indexOf(18) > -1"
-        :showPageList="loadPageList"
-      />
-      <chapter018
-        v-if="showCatalogList.indexOf(19) > -1"
-        :showPageList="loadPageList"
-      />
+    <div class="public-bookInnerContent" :style="{
+      fontSize: fontSize ? fontSize + 'px' : '16px',
+      transform: `scale(${pageZoom ? pageZoom : 1})`,
+      transformOrigin: 'center top',
+    }">
+      <front001 v-if="showCatalogList.indexOf(1) > -1" :showPageList="loadPageList" />
+      <ChapterOne v-if="showCatalogList.indexOf(2) > -1" :showPageList="loadPageList" :questionData="questionDataMap" />
+      <ChapterTwo v-if="showCatalogList.indexOf(3) > -1" :showPageList="loadPageList" :questionData="questionDataMap" />
+      <ChapterThree v-if="showCatalogList.indexOf(4) > -1" :showPageList="loadPageList"
+        :questionData="questionDataMap" />
+      <ChapterFour v-if="showCatalogList.indexOf(5) > -1" :showPageList="loadPageList"
+        :questionData="questionDataMap" />
+      <ChapterFive v-if="showCatalogList.indexOf(6) > -1" :showPageList="loadPageList" :questionData="questionDataMap"
+        @Upload_initViewer="changeDomViewer" />
+      <chapterSix v-if="showCatalogList.indexOf(7) > -1" :showPageList="loadPageList" :questionData="questionDataMap" />
+      <chapterSeven v-if="showCatalogList.indexOf(8) > -1" :showPageList="loadPageList" :questionData="questionDataMap"
+        @eventSwdt="swdtChange" @Upload_initViewer="changeDomViewer" />
+      <chapterEight v-if="showCatalogList.indexOf(9) > -1" :showPageList="loadPageList"
+        :questionData="questionDataMap" />
+      <chapterNine v-if="showCatalogList.indexOf(10) > -1" :showPageList="loadPageList"
+        :questionData="questionDataMap" />
+      <chapter010 v-if="showCatalogList.indexOf(11) > -1" :showPageList="loadPageList" />
+      <chapter011 v-if="showCatalogList.indexOf(12) > -1" :showPageList="loadPageList" />
+      <chapter012 v-if="showCatalogList.indexOf(13) > -1" :showPageList="loadPageList" />
+      <chapter013 v-if="showCatalogList.indexOf(14) > -1" :showPageList="loadPageList" />
+      <chapter014 v-if="showCatalogList.indexOf(15) > -1" :showPageList="loadPageList" />
+      <chapter015 v-if="showCatalogList.indexOf(16) > -1" :showPageList="loadPageList" />
+      <chapter016 v-if="showCatalogList.indexOf(17) > -1" :showPageList="loadPageList" />
+      <chapter017 v-if="showCatalogList.indexOf(18) > -1" :showPageList="loadPageList" />
+      <chapter018 v-if="showCatalogList.indexOf(19) > -1" :showPageList="loadPageList" />
     </div>
   </div>
 </template>
@@ -252,21 +186,9 @@
 
     // 娴嬭瘯椤甸潰璺宠浆
     // setTimeout(() => {
-    // this.gotoPage(1,10);
-    //   setTimeout(() => {
-    //     this.renderSign("Highlight", {
-    //       id: "2ACA9359",
-    //       txt: "棰樹竴瀛︿範涓婚涓� 杩愬姩",
-    //       page: "10",
-    //       type: "Highlight",
-    //       color: "#F5E12A"
-    //     });
-    // setTimeout(() => {
-    //   this.delSign({
-    //     ids: ["2ACA9359"]
-    //   });
-    // }, 2000);
-    //   }, 5000);
+    //   this.gotoPage(8, 140);
+    // }, 500);
+
 
     // const pageDom = (this.container ? this.container : document)
     //   .querySelector("#app")
@@ -548,8 +470,8 @@
           page && pageThemeColor && pageThemeColor[page]
             ? pageThemeColor[page]
             : chapterNum && chapterThemeColor && chapterThemeColor[chapterNum]
-            ? chapterThemeColor[chapterNum]
-            : bookThemeColor;
+              ? chapterThemeColor[chapterNum]
+              : bookThemeColor;
         if (themeColor) {
           domItem.style.color = themeColor;
         }
@@ -566,8 +488,8 @@
           page && pageThemeColor && pageThemeColor[page]
             ? pageThemeColor[page]
             : chapterNum && chapterThemeColor && chapterThemeColor[chapterNum]
-            ? chapterThemeColor[chapterNum]
-            : bookThemeColor;
+              ? chapterThemeColor[chapterNum]
+              : bookThemeColor;
         if (themeColor) {
           domItem.style.backgroundColor = themeColor;
         }
@@ -584,8 +506,8 @@
           page && pageThemeColor && pageThemeColor[page]
             ? pageThemeColor[page]
             : chapterNum && chapterThemeColor && chapterThemeColor[chapterNum]
-            ? chapterThemeColor[chapterNum]
-            : bookThemeColor;
+              ? chapterThemeColor[chapterNum]
+              : bookThemeColor;
         if (themeColor) {
           domItem.style.borderColor = themeColor;
         }
@@ -664,8 +586,8 @@
                     }
                     this.questionDataMap[page] = obj;
                   }
-                  console.log('棰樼洰',this.questionDataMap);
-                  
+                  console.log('棰樼洰', this.questionDataMap);
+
                 }
               }
             }
@@ -862,7 +784,7 @@
           .querySelector("#searchDomBox")
           .querySelectorAll(".page-box");
         const pages = [];
-        
+
         for (let i = 0; i < pageDom.length; i++) {
           const pageDomItem = pageDom[i];
           pages.push(Number(pageDomItem.getAttribute("page")));
@@ -938,7 +860,7 @@
       // 璁板綍楂樹寒淇℃伅
       this.highlightData = data;
       // 璺宠浆
-      this.gotoPage(data.catalog, data.page, () => {});
+      this.gotoPage(data.catalog, data.page, () => { });
     },
   },
   components: {
diff --git a/src/components/dialogExaminations/index.vue b/src/components/dialogExaminations/index.vue
index b257f1f..b001916 100644
--- a/src/components/dialogExaminations/index.vue
+++ b/src/components/dialogExaminations/index.vue
@@ -1,14 +1,6 @@
 <template>
-  <el-dialog
-    :visible.sync="localDialogVisible"
-    @open="hadleOpenDialog"
-    width="60vw"
-    top="2vh"
-    append-to-body
-    lock-scroll
-    :show-close="false"
-    class="custom-dialog"
-  >
+  <el-dialog :visible.sync="localDialogVisible" @open="hadleOpenDialog" width="60vw" top="2vh" append-to-body
+    lock-scroll :show-close="false" class="custom-dialog">
     <div slot="title" class="header_title">
       <span>{{ questionTitle }}</span>
       <span @click="closeDialog"> x </span>
@@ -17,12 +9,8 @@
       <!-- 鍘熸湁鐨勫唴瀹� -->
       <div class="pdfBox-component">
         <div class="examination" v-loading="loading">
-          <div
-            v-for="(item, nindex) in cardData"
-            :key="nindex + 'item'"
-            class="border-box"
-            v-show="item.infoList.length"
-          >
+          <div v-for="(item, nindex) in cardData" :key="nindex + 'item'" class="border-box"
+            v-show="item.infoList.length">
             <p class="catalogName" :style="{ color: primaryColor }">
               <span class="catalogName-box">
                 <span v-if="nindex == 0">涓�銆�</span>
@@ -32,430 +20,218 @@
                 <span v-if="nindex == 4">浜斻��</span>
                 <span v-html="item.catalogName"></span>
               </span>
-              <img
-                :src="item.isCollect ? isHeart : heart"
-                alt=""
-                class="collect-png"
-                @click="setCollect(nindex, index)"
-                v-if="!hideCollect && item.type == 'material'"
-              />
+              <img :src="item.isCollect ? isHeart : heart" alt="" class="collect-png" @click="setCollect(nindex, index)"
+                v-if="!hideCollect && item.type == 'material'" />
             </p>
-            <el-image
-              v-if="item.catalogImage"
-              :src="item.catalogImage"
-              :preview-src-list="[item.catalogImage]"
-              class="catalogImage"
-            ></el-image>
+            <el-image v-if="item.catalogImage" :src="item.catalogImage" :preview-src-list="[item.catalogImage]"
+              class="catalogImage"></el-image>
             <ul>
-              <li
-                v-for="(value, index) in item.infoList"
-                :key="index + 'value'"
-                :id="'listItem-' + value.id"
-              >
+              <li v-for="(value, index) in item.infoList" :key="index + 'value'" :id="'listItem-' + value.id">
                 <!-- 鏍囬 -->
                 <div class="questionTitle">
                   <div class="titleContent">
-                    <span
-                      class="questionNum"
-                      :style="{
-                        marginTop:
-                          value.questionType == 'completion' ||
+                    <span class="questionNum" :style="{
+                      marginTop:
+                        value.questionType == 'completion' ||
                           value.questionType == 'mathField'
-                            ? '12px'
-                            : '0',
-                      }"
-                      >{{ index + 1 }}.
+                          ? '12px'
+                          : '0',
+                    }">{{ index + 1 }}.
                     </span>
                     <!-- 鍚姏杩涘害鏉� -->
                     <!-- <answerAudioPlayer :audioUrl="value.src" v-show="item.name == '鍚姏棰�'" /> -->
                     <!-- 浠呮枃瀛� -->
-                    <p
-                      class="titleText text-fl"
-                      v-if="
-                        value.stemStyle == 'Txt' &&
-                        value.questionType != 'completion' &&
-                        value.questionType != 'dropdown' &&
-                        value.questionType != 'mathField'
-                      "
-                      :id="value.id"
-                      v-html="value.stem.stemTxt"
-                    ></p>
+                    <p class="titleText text-fl" v-if="
+                      value.stemStyle == 'Txt' &&
+                      value.questionType != 'completion' &&
+                      value.questionType != 'dropdown' &&
+                      value.questionType != 'mathField'
+                    " :id="value.id" v-html="value.stem.stemTxt"></p>
                     <!-- 浠呭浘鐗� -->
-                    <el-image
-                      class="stemImg"
-                      v-else-if="value.stemStyle == 'Image'"
+                    <el-image class="stemImg" v-else-if="value.stemStyle == 'Image'"
                       :src="getPublicImage(value.stem.stemImage, 150)"
-                      :preview-src-list="[getPublicImage(value.stem.stemImage)]"
-                    ></el-image>
+                      :preview-src-list="[getPublicImage(value.stem.stemImage)]"></el-image>
                     <!-- 鏂囧瓧鍔犲浘鐗� -->
-                    <p
-                      class="stemTxtAndImage titleText"
-                      v-else-if="value.stemStyle == 'TxtAndImage'"
-                    >
+                    <p class="stemTxtAndImage titleText" v-else-if="value.stemStyle == 'TxtAndImage'">
                       <span v-html="value.stem.stemTxt"> </span>
-                      <el-image
-                        :src="getPublicImage(value.stem.stemImage, 150)"
-                        :preview-src-list="[
-                          getPublicImage(value.stem.stemImage),
-                        ]"
-                        style="margin-left: 10px"
-                      ></el-image>
+                      <el-image :src="getPublicImage(value.stem.stemImage, 150)" :preview-src-list="[
+                        getPublicImage(value.stem.stemImage),
+                      ]" style="margin-left: 10px"></el-image>
                     </p>
                     <!-- 濉┖棰橀骞� -->
-                    <p
-                      class="titleText"
-                      v-if="
-                        value.questionType == 'completion' ||
-                        value.questionType == 'mathField'
-                      "
-                    >
-                      <span
-                        v-for="(itemText, indexText) in value.stem"
-                        :key="indexText + 'questionType'"
-                      >
-                        <span
-                          v-if="typeof itemText == 'string'"
-                          v-html="itemText"
-                          class="input-txt"
-                        ></span>
-                        <input
-                          v-if="
-                            typeof itemText != 'string' &&
-                            value.questionType == 'completion'
-                          "
-                          type="text"
-                          class="input"
-                          v-model.trim="value.userAnswer[itemText.num]"
-                          :disabled="value.isComplete"
-                          :style="{ backgroundColor: inputBc }"
-                        />
-                        <math-field
-                          v-if="
-                            typeof itemText != 'string' &&
-                            value.questionType == 'mathField'
-                          "
-                          class="mathField"
-                          :menuItems="[]"
-                          @input="
-                            onChangeInput($event, nindex, index, itemText.num)
-                          "
-                        >
+                    <p class="titleText" v-if="
+                      value.questionType == 'completion' ||
+                      value.questionType == 'mathField'
+                    ">
+                      <span v-for="(itemText, indexText) in value.stem" :key="indexText + 'questionType'">
+                        <span v-if="typeof itemText == 'string'" v-html="itemText" class="input-txt"></span>
+                        <input v-if="
+                          typeof itemText != 'string' &&
+                          value.questionType == 'completion'
+                        " type="text" class="input" v-model.trim="value.userAnswer[itemText.num]"
+                          :disabled="value.isComplete" :style="{ backgroundColor: inputBc }" />
+                        <math-field v-if="
+                          typeof itemText != 'string' &&
+                          value.questionType == 'mathField'
+                        " class="mathField" :menuItems="[]" @input="
+                          onChangeInput($event, nindex, index, itemText.num)
+                          ">
                           {{ value.userAnswer[itemText.num] }}
                         </math-field>
                       </span>
                     </p>
                     <!-- 瀵屾枃鏈� -->
-                    <p
-                      class="titleText titleTextArea"
-                      v-else-if="value.stemStyle == 'RichText'"
-                      v-html="value.stem.stemTxt"
-                      v-cloak
-                    ></p>
+                    <p class="titleText titleTextArea" v-else-if="value.stemStyle == 'RichText'"
+                      v-html="value.stem.stemTxt" v-cloak></p>
                     <!-- 涓嬫媺閫夋嫨棰� -->
-                    <p
-                      class="titleText"
-                      v-if="value.questionType == 'dropdown'"
-                    >
-                      <span
-                        v-for="(itemText, indexText) in value.stem"
-                        :key="indexText + 'questionType'"
-                      >
-                        <span
-                          v-if="typeof itemText == 'string'"
-                          v-html="itemText"
-                          class="input-txt"
-                        ></span>
-                        <select
-                          v-else
-                          v-model="value.userAnswer"
-                          :disabled="value.isComplete"
-                        >
-                          <option
-                            v-for="(citem, cindex) in value.option"
-                            :key="cindex + 'dropdown'"
-                            :label="citem"
-                            :value="citem"
-                          ></option>
+                    <p class="titleText" v-if="value.questionType == 'dropdown'">
+                      <span v-for="(itemText, indexText) in value.stem" :key="indexText + 'questionType'">
+                        <span v-if="typeof itemText == 'string'" v-html="itemText" class="input-txt"></span>
+                        <select v-else v-model="value.userAnswer" :disabled="value.isComplete">
+                          <option v-for="(citem, cindex) in value.option" :key="cindex + 'dropdown'" :label="citem"
+                            :value="citem"></option>
                         </select>
                       </span>
                     </p>
                   </div>
-                  <img
-                    :src="value.isCollect ? isHeart : heart"
-                    alt=""
-                    class="collect-png"
-                    @click="setCollect(nindex, index)"
-                    v-if="!hideCollect && item.type != 'material'"
-                  />
+                  <img :src="value.isCollect ? isHeart : heart" alt="" class="collect-png"
+                    @click="setCollect(nindex, index)" v-if="!hideCollect && item.type != 'material'" />
                   <!-- 鏀惰棌 -->
                 </div>
                 <div class="questionContent">
                   <!-- 鍗曢�� -->
-                  <el-radio-group
-                    :disabled="value.isComplete"
-                    class="option"
-                    v-if="
-                      value.questionType == 'singleChoice' ||
-                      value.questionType == 'judge'
-                    "
-                    v-model="value.userAnswer"
-                  >
-                    <el-radio
-                      v-for="(content, contentIndex) in value.option"
-                      :key="contentIndex + 'contentIndex'"
-                      :label="content.value"
-                      :class="
-                        value.optionStyle == 'Image' ||
+                  <el-radio-group :disabled="value.isComplete" class="option" v-if="
+                    value.questionType == 'singleChoice' ||
+                    value.questionType == 'judge'
+                  " v-model="value.userAnswer">
+                    <el-radio v-for="(content, contentIndex) in value.option" :key="contentIndex + 'contentIndex'"
+                      :label="content.value" :class="value.optionStyle == 'Image' ||
                         value.optionStyle == 'TxtAndImage' ||
                         value.optionStyle == 'RichText'
-                          ? 'optionImg'
-                          : 'optionTxt'
-                      "
-                    >
-                      <p
-                        class="optionContent"
-                        v-if="value.optionStyle == 'Txt'"
-                      >
+                        ? 'optionImg'
+                        : 'optionTxt'
+                        ">
+                      <p class="optionContent" v-if="value.optionStyle == 'Txt'">
                         {{ content.value }}銆亄{ content.txt }}
                       </p>
-                      <p
-                        class="optionContent"
-                        v-else-if="value.optionStyle == 'Image'"
-                      >
-                        {{ content.value }}銆�<el-image
-                          :src="getPublicImage(content.img, 115)"
-                          v-show="content.img"
-                          :preview-src-list="[getPublicImage(content.img)]"
-                          v-if="sourceType == 'bits'"
-                        ></el-image>
-                        <img
-                          :src="content.img"
-                          alt=""
-                          v-else
-                          class="radio-img"
-                        />
+                      <p class="optionContent" v-else-if="value.optionStyle == 'Image'">
+                        {{ content.value }}銆�<el-image :src="getPublicImage(content.img, 115)" v-show="content.img"
+                          :preview-src-list="[getPublicImage(content.img)]" v-if="sourceType == 'bits'"></el-image>
+                        <img :src="content.img" alt="" v-else class="radio-img" />
                       </p>
-                      <p
-                        class="optionContent"
-                        v-else-if="value.optionStyle == 'TxtAndImage'"
-                      >
-                        <span> {{ content.value }}銆�</span
-                        ><span>{{ content.txt }}</span>
-                        <el-image
-                          :src="getPublicImage(content.img, 115)"
-                          v-show="content.img"
-                          :preview-src-list="[getPublicImage(content.img)]"
-                        ></el-image>
+                      <p class="optionContent" v-else-if="value.optionStyle == 'TxtAndImage'">
+                        <span> {{ content.value }}銆�</span><span>{{ content.txt }}</span>
+                        <el-image :src="getPublicImage(content.img, 115)" v-show="content.img"
+                          :preview-src-list="[getPublicImage(content.img)]"></el-image>
                       </p>
-                      <p
-                        class="optionContent titleTextArea"
-                        v-else-if="value.optionStyle == 'RichText'"
-                        v-html="
-                          `<span>${content.value}</span>` + '銆�' + content.txt
-                        "
-                        id="mathjax"
-                      ></p>
+                      <p class="optionContent titleTextArea" v-else-if="value.optionStyle == 'RichText'" v-html="`<span>${content.value}</span>` + '銆�' + content.txt
+                        " id="mathjax"></p>
                     </el-radio>
                   </el-radio-group>
                   <!-- 澶氶�� -->
-                  <el-checkbox-group
-                    :disabled="value.isComplete"
-                    v-model="value.userAnswer"
-                    class="option"
-                    v-else-if="value.questionType == 'multipleChoice'"
-                  >
-                    <el-checkbox
-                      v-for="(content, contentCindex) in value.option"
-                      :key="contentCindex + 'contentCindex'"
-                      :label="content.value"
-                      :name="content.text"
-                      :class="
-                        value.optionStyle == 'Image' ||
+                  <el-checkbox-group :disabled="value.isComplete" v-model="value.userAnswer" class="option"
+                    v-else-if="value.questionType == 'multipleChoice'">
+                    <el-checkbox v-for="(content, contentCindex) in value.option" :key="contentCindex + 'contentCindex'"
+                      :label="content.value" :name="content.text" :class="value.optionStyle == 'Image' ||
                         value.optionStyle == 'TxtAndImage' ||
                         value.optionStyle == 'RichText'
-                          ? 'optionImg'
-                          : 'optionTxt'
-                      "
-                    >
-                      <p
-                        class="optionContent"
-                        v-if="value.optionStyle == 'Txt'"
-                      >
+                        ? 'optionImg'
+                        : 'optionTxt'
+                        ">
+                      <p class="optionContent" v-if="value.optionStyle == 'Txt'">
                         {{ content.value }}銆亄{ content.txt }}
                       </p>
-                      <p
-                        class="optionContent"
-                        v-else-if="value.optionStyle == 'Image'"
-                      >
-                        {{ content.value }}銆�<el-image
-                          :src="getPublicImage(content.img, 115)"
-                          :preview-src-list="[getPublicImage(content.img)]"
-                          v-show="content.img"
-                        ></el-image>
+                      <p class="optionContent" v-else-if="value.optionStyle == 'Image'">
+                        {{ content.value }}銆�<el-image :src="getPublicImage(content.img, 115)"
+                          :preview-src-list="[getPublicImage(content.img)]" v-show="content.img"></el-image>
                       </p>
-                      <p
-                        class="optionContent"
-                        v-else-if="value.optionStyle == 'TxtAndImage'"
-                      >
-                        <span> {{ content.value }}銆�</span
-                        ><span>{{ content.txt }}</span>
-                        <el-image
-                          :src="getPublicImage(content.img, 115)"
-                          :preview-src-list="[getPublicImage(content.img)]"
-                          v-show="content.img"
-                        ></el-image>
+                      <p class="optionContent" v-else-if="value.optionStyle == 'TxtAndImage'">
+                        <span> {{ content.value }}銆�</span><span>{{ content.txt }}</span>
+                        <el-image :src="getPublicImage(content.img, 115)"
+                          :preview-src-list="[getPublicImage(content.img)]" v-show="content.img"></el-image>
                       </p>
-                      <p
-                        class="optionContent titleTextArea"
-                        v-else-if="value.optionStyle == 'RichText'"
-                        v-html="content.value + '銆�' + content.txt"
-                      ></p>
+                      <p class="optionContent titleTextArea" v-else-if="value.optionStyle == 'RichText'"
+                        v-html="content.value + '銆�' + content.txt"></p>
                     </el-checkbox>
                   </el-checkbox-group>
                   <!-- 绠�绛� 缈昏瘧 -->
-                  <TEditorVue
-                    v-else-if="value.questionType == 'formula'"
-                    :value="value.userAnswer"
-                    :disabled="value.isComplete"
-                    @getContent="
+                  <TEditorVue v-else-if="value.questionType == 'formula'" :value="value.userAnswer"
+                    :disabled="value.isComplete" @getContent="
                       (val) => {
                         value.userAnswer = val;
                       }
-                    "
-                  />
-                  <el-input
-                    :disabled="value.isComplete"
-                    style="width: 94%; margin: 0 auto"
-                    v-else-if="value.questionType == 'shortAnswer'"
-                    type="textarea"
-                    :rows="6"
-                    placeholder="璇疯緭鍏ュ唴瀹�"
-                    v-model="value.userAnswer"
-                  />
-                  <div
-                    v-if="
-                      type != 'option' &&
-                      type != 'mock' &&
-                      (value.questionType == 'shortAnswer' ||
-                        value.questionType == 'multipleChoice' ||
-                        value.questionType == 'completion' ||
-                        value.questionType == 'mathField')
-                    "
-                  >
-                    <el-button
-                      @click="checkPares(value)"
-                      style="margin-top: 10px"
-                      >鏌ョ湅瑙f瀽</el-button
-                    >
+                    " />
+                  <el-input :disabled="value.isComplete" style="width: 94%; margin: 0 auto"
+                    v-else-if="value.questionType == 'shortAnswer'" type="textarea" :rows="6" placeholder="璇疯緭鍏ュ唴瀹�"
+                    v-model="value.userAnswer" />
+                  <div v-if="
+                    type != 'option' &&
+                    type != 'mock' &&
+                    (value.questionType == 'shortAnswer' ||
+                      value.questionType == 'multipleChoice' ||
+                      value.questionType == 'completion' ||
+                      value.questionType == 'mathField')
+                  ">
+                    <el-button @click="checkPares(value)" style="margin-top: 10px">鏌ョ湅瑙f瀽</el-button>
                   </div>
                   <!-- 鎻愪氦鍚庤В鏋� -->
                   <div class="analysis" v-if="value.isComplete">
-                    <el-collapse
-                      v-model="value.isUnfold"
-                      accordion
-                      v-if="
-                        value.questionType != 'shortAnswer' &&
-                        value.questionType != 'formula'
-                      "
-                    >
+                    <el-collapse v-model="value.isUnfold" accordion v-if="
+                      value.questionType != 'shortAnswer' &&
+                      value.questionType != 'formula'
+                    ">
                       <el-collapse-item :name="value.id" class="objective">
                         <template #title>
                           <div class="headerBox">
                             <div class="headerConent">
-                              <p
-                                class="correct"
-                                :title="arrayToString(value.answer)"
-                              >
+                              <p class="correct" :title="arrayToString(value.answer)">
                                 <span>姝g‘绛旀锛�</span>
-                                <span
-                                  v-html="arrayToString(value.answer)"
-                                  class="correctBox"
-                                ></span>
+                                <span v-html="arrayToString(value.answer)" class="correctBox"></span>
                               </p>
-                              <p
-                                :class="
-                                  value.isRight
-                                    ? 'correct textOverFlow'
-                                    : 'error textOverFlow'
-                                "
-                                :title="arrayToString(value.userAnswer)"
-                                style="margin-left: 20px"
-                              >
+                              <p :class="value.isRight
+                                ? 'correct textOverFlow'
+                                : 'error textOverFlow'
+                                " :title="arrayToString(value.userAnswer)" style="margin-left: 20px">
                                 <span>鎮ㄧ殑绛旀锛�</span>
-                                <span
-                                  class="errorBox"
-                                  v-if="isHaveAnswer(value.userAnswer)"
-                                  >{{ arrayToString(value.userAnswer) }}</span
-                                >
+                                <span class="errorBox" v-if="isHaveAnswer(value.userAnswer)">{{
+                                  arrayToString(value.userAnswer) }}</span>
                               </p>
                             </div>
                             <p class="difficulty" v-if="value.difficulty">
                               <span style="color: #333">闅惧害绛夌骇锛�</span>
-                              <el-rate
-                                v-model="value.difficulty"
-                                :max="3"
-                                size="large"
-                                disabled
-                                disabled-void-color="#949494"
-                              />
+                              <el-rate v-model="value.difficulty" :max="3" size="large" disabled
+                                disabled-void-color="#949494" />
                             </p>
                             <!-- 姝g‘閿欒鍥炬爣 -->
                             <span class="mr-10">
-                              <svg
-                                v-if="value.isRight"
-                                t="1716986419862"
-                                class="icon"
-                                viewBox="0 0 1820 1024"
-                                version="1.1"
-                                xmlns="http://www.w3.org/2000/svg"
-                                p-id="18767"
-                                xmlns:xlink="http://www.w3.org/1999/xlink"
-                                width="40"
-                                height="20"
-                              >
+                              <svg v-if="value.isRight" t="1716986419862" class="icon" viewBox="0 0 1820 1024"
+                                version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="18767"
+                                xmlns:xlink="http://www.w3.org/1999/xlink" width="40" height="20">
                                 <path
                                   d="M1439.374222 216.007111s-169.472 56.490667-367.179852 282.443852C888.604444 703.222519 846.241185 787.949037 775.632593 900.93037 768.568889 893.866667 662.651259 689.095111 380.207407 540.814222l148.290371-141.226666s134.162963 91.790222 225.953185 261.262222c0 0 233.016889-360.116148 684.923259-536.642371v91.799704z m0 0"
-                                  fill="#1AFA29"
-                                  p-id="18768"
-                                ></path>
+                                  fill="#1AFA29" p-id="18768"></path>
                               </svg>
-                              <svg
-                                v-if="value.isRight == false"
-                                t="1716987085767"
-                                class="icon"
-                                viewBox="0 0 1024 1024"
-                                version="1.1"
-                                xmlns="http://www.w3.org/2000/svg"
-                                p-id="25745"
-                                xmlns:xlink="http://www.w3.org/1999/xlink"
-                                width="20"
-                                height="20"
-                              >
+                              <svg v-if="value.isRight == false" t="1716987085767" class="icon" viewBox="0 0 1024 1024"
+                                version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="25745"
+                                xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20">
                                 <path
                                   d="M116.579135 38.64349531L38.703935 103.74399781c138.82075969 102.96027281 268.24660875 221.31426938 381.68489719 339.96758156C246.29374906 618.40145938 109.95003031 790.19602344 38.10817906 859.25288281l148.35573469 123.62658094c52.61360812-108.17625656 167.23381594-272.86683656 320.56281844-445.01635875 153.50744156 173.21056312 268.36844625 338.43166313 321.38977781 447.49243969 0 0 144.5682225-152.96636906 157.47435281-129.29729625-55.80632344-62.49011156-191.37776625-244.16501625-374.17990593-430.27403438 104.68422375-107.1132975 222.15274031-213.10127719 347.60304468-306.24740437L925.17746562 56.03842156C782.85412063 126.51895625 647.69328031 231.09093594 526.07845437 342.39755 403.34886594 226.82662719 264.46095125 116.16373719 116.579135 38.64349531L116.579135 38.64349531zM116.579135 38.64349531"
-                                  fill="#d81e06"
-                                  p-id="25746"
-                                ></path>
+                                  fill="#d81e06" p-id="25746"></path>
                               </svg>
                             </span>
 
                             <div class="headerConent sitgBox">
                               <p v-if="!value.isUnfold">
-                                <span class="analysisColor">灞曞紑瑙f瀽</span
-                                ><el-image />
+                                <span class="analysisColor">灞曞紑瑙f瀽</span><el-image />
                               </p>
                               <p v-else>
-                                <span class="analysisColor">鏀惰捣瑙f瀽</span
-                                ><el-image />
+                                <span class="analysisColor">鏀惰捣瑙f瀽</span><el-image />
                               </p>
                             </div>
                           </div>
                         </template>
                         <!-- 瑙f瀽 -->
-                        <div
-                          v-if="value.analysisCon"
-                          v-html="value.analysisCon"
-                        ></div>
+                        <div v-if="value.analysisCon" v-html="value.analysisCon"></div>
                         <div v-else>鏆傛棤鏁版嵁</div>
                       </el-collapse-item>
                     </el-collapse>
@@ -474,28 +250,20 @@
                         </template>
                         <div class="referBox">
                           <span>鍙傝�冪瓟妗堬細</span>
-                          <span
-                            v-html="value.answer"
-                            class="ti-2"
-                            :class="[
-                              'subjectiveBox',
-                              value.isUnfold ? 'showText' : 'hideText',
-                            ]"
-                          ></span>
+                          <span v-html="value.answer" class="ti-2" :class="[
+                            'subjectiveBox',
+                            value.isUnfold ? 'showText' : 'hideText',
+                          ]"></span>
                         </div>
                         <!-- 瑙f瀽 -->
                         <div class="referBox" v-if="value.analysisCon">
                           <span>瑙f瀽锛�</span>
-                          <p
-                            v-html="value.analysisCon"
-                            :class="
-                              [
-                                'subjectiveBox',
-                                'ti-2',
-                                value.isUnfold ? 'yincang' : '',
-                              ].join(' ')
-                            "
-                          ></p>
+                          <p v-html="value.analysisCon" :class="[
+                            'subjectiveBox',
+                            'ti-2',
+                            value.isUnfold ? 'yincang' : '',
+                          ].join(' ')
+                            "></p>
                         </div>
                       </el-collapse-item>
                     </el-collapse>
@@ -505,34 +273,20 @@
             </ul>
           </div>
           <div class="bottom-btn" v-if="!loading">
-            <el-button class="examinations-btn-box" @click="saveAnswer"
-              >淇濆瓨</el-button
-            >
-            <el-button
-              @click="
-                (e) => {
-                  handleQuestion();
-                  saveAnswer(e);
-                }
-              "
-              class="examinations-btn-box"
-              :style="{ borderColor: primaryColor }"
-              >鎻愪氦</el-button
-            >
-            <el-button @click="redo" class="examinations-btn-box"
-              >閲嶅仛</el-button
-            >
-            <el-button
-              @click="
-                (e) => {
-                  openAnswers();
-                  saveAnswer(e);
-                }
-              "
-              class="examinations-btn-box"
-              :style="{ borderColor: primaryColor }"
-              >鏌ョ湅绛旀</el-button
-            >
+            <el-button class="examinations-btn-box" @click="saveAnswer">淇濆瓨</el-button>
+            <el-button @click="
+              (page) => {
+                handleQuestion();
+                saveAnswer(page);
+              }
+            " class="examinations-btn-box" :style="{ borderColor: primaryColor }">鎻愪氦</el-button>
+            <el-button @click="redo" class="examinations-btn-box">閲嶅仛</el-button>
+            <el-button @click="
+              (page) => {
+                openAnswers();
+                saveAnswer(page);
+              }
+            " class="examinations-btn-box" :style="{ borderColor: primaryColor }">鏌ョ湅绛旀</el-button>
           </div>
         </div>
       </div>
@@ -630,7 +384,7 @@
     this.getErrorList();
   },
   methods: {
-    hadleOpenDialog() {},
+    hadleOpenDialog() { },
     // 鑾峰彇涓嶅彈淇濇姢鐨勫浘鐗�
     getPublicImage(md5, width, height) {
       if (!md5) return;
@@ -717,8 +471,10 @@
     },
     // 鎵规敼棰樼洰  (缁冧範,鎴戠殑鍋氶,鎴戠殑鏀惰棌妯″紡涓�)
     handleQuestion() {
+      debugger
       let errorId = [];
       const list = this.cardData;
+
       for (let index = 0; index < list.length; index++) {
         const item = list[index];
         for (let cindex = 0; cindex < item.infoList.length; cindex++) {
@@ -807,11 +563,8 @@
     },
     // 淇濆瓨鎸夐挳
     saveAnswer(e) {
-      if (e.srcElement) {
-        const pageNum = this.getParentWithClass(
-          e.srcElement,
-          "page-box"
-        ).getAttribute("page");
+      if (e) {
+        const pageNum = e
         const oldAnswerData = localStorage.getItem(
           this.config.activeBook.name + "oldAnswerData"
         );
@@ -899,7 +652,7 @@
     },
     // 鑾峰彇鏀惰棌id鍒楄〃
     getCollectIdList() {
-      console.log(this.cardList,"cardList")
+      console.log(this.cardList, "cardList")
       const token = localStorage.getItem("token");
       if (!token) return false;
       this.MG.identity
@@ -953,9 +706,9 @@
                 (citem) => citem.type == "json"
               ).errorList;
             }
-          } catch (error) {}
+          } catch (error) { }
         })
-        .catch(() => {});
+        .catch(() => { });
     },
     onChangeInput(e, index, cindex, num) {
       this.cardData[index].infoList[cindex].userAnswer[num] = e.target.value;
@@ -1002,6 +755,7 @@
 
 .examination {
   padding: 10px 0 50px 0;
+
   ul {
     list-style: none;
   }
@@ -1010,8 +764,7 @@
     margin: 0;
   }
 
-  math {
-  }
+  math {}
 }
 
 .examinations-btn-box {
@@ -1215,6 +968,7 @@
 
 /** 閫夐」 */
 .option {
+
   .el-radio,
   .el-checkbox {
     // min-height: 32px;
@@ -1476,6 +1230,7 @@
 
 .titleTextArea {
   ::v-deep {
+
     img,
     .el-image__inner {
       max-width: 150px !important;
@@ -1615,6 +1370,7 @@
   justify-content: center;
   flex-wrap: wrap;
   margin-bottom: 50px;
+
   .el-button {
     margin-top: 10px;
   }

--
Gitblit v1.9.1