diff --git a/components/layout/AiDvSummary/components/Summary13.vue b/components/layout/AiDvSummary/components/Summary13.vue
index b29f64b8..95353155 100644
--- a/components/layout/AiDvSummary/components/Summary13.vue
+++ b/components/layout/AiDvSummary/components/Summary13.vue
@@ -3,6 +3,10 @@
     
       {{ item[keys] }}:
       {{ item[value] }}
+      
+      
+      
+      
      
   
 
@@ -66,7 +70,8 @@
       text-align: center;
       color: #fff;
       font-size: 14px;
-      border: 1px solid #717171;
+      border-top: 1px solid #717171;
+      border-bottom: 1px solid #717171;
 
       h2 {
         color: #C4D8DB;
@@ -79,33 +84,71 @@
         font-size: 14px;
       }
 
-      &::after {
+      .lt {
         position: absolute;
-        left: -1px;
-        top: 50%;
+        left: 0;
+        top: 0;
         z-index: 11;
         width: 1px;
-        height: 10px;
-        transform: translateY(-50%);
-        background: #0c0c0c;
+        height: 14px;
+        background: #717171;
         content: ' ';
       }
 
-      &::before {
+      .lb {
         position: absolute;
-        right: - 1px;
-        top: 50%;
+        left: 0;
+        bottom: 0;
         z-index: 11;
         width: 1px;
-        height: 10px;
-        transform: translateY(-50%);
-        background: #0c0c0c;
+        height: 14px;
+        background: #717171;
+        content: ' ';
+      }
+      .rt {
+        position: absolute;
+        right: 0;
+        top: 0;
+        z-index: 11;
+        width: 1px;
+        height: 14px;
+        background: #717171;
+        content: ' ';
+      }
+
+      .rb {
+        position: absolute;
+        right: 0;
+        bottom: 0;
+        z-index: 11;
+        width: 1px;
+        height: 14px;
+        background: #717171;
         content: ' ';
       }
     }
 
     &.summary13-1 {
+      .summary13-item {
+        border-top: 1px solid #9f6456;
+        border-bottom: 1px solid #9f6456;
 
+        .lt {
+          background: #9f6456;
+        }
+
+        .lb {
+          background: #9f6456;
+        }
+
+        .rt {
+          background: #9f6456;
+        }
+
+        .rb {
+          background: #9f6456;
+        }
+      }
     }
   }
 
diff --git a/components/layout/AiRanking/AiRanking.vue b/components/layout/AiRanking/AiRanking.vue
index 7a202576..93b9f57c 100644
--- a/components/layout/AiRanking/AiRanking.vue
+++ b/components/layout/AiRanking/AiRanking.vue
@@ -187,6 +187,11 @@
           background: url(./asset/ranking3-dj.png) no-repeat;
           background-size: 100% 100%;
         }
+        .AiRanking-item__rate--wrapper {
+          flex: 1;
+          background: #928D7C;
+        }
+
         .AiRanking-item__rate {
           position: relative;