diff --git a/room/css/room.css b/room/css/room.css
index 34ba421..19b187a 100644
--- a/room/css/room.css
+++ b/room/css/room.css
@@ -2821,8 +2821,8 @@ input::-webkit-input-placeholder {
 .secret-room .secret-shadow {
   height: 634px;
   width: 360px;
-  background: rgba(0, 0, 0, 0.3);
-  backdrop-filter: blur(14px);
+  background: rgba(0, 0, 0, 0.2);
+  backdrop-filter: blur(12px);
   position: absolute;
 }
 .secret-face {
diff --git a/room/css/room.less b/room/css/room.less
index f9c8c27..a9adef7 100644
--- a/room/css/room.less
+++ b/room/css/room.less
@@ -2913,8 +2913,8 @@ input::-webkit-input-placeholder{
     .secret-shadow{
         height: 634px;
         width: 360px;
-        background: rgba(0,0,0,0.3);
-        backdrop-filter: blur(14px);
+        background: rgba(0,0,0,0.2);
+        backdrop-filter: blur(12px);
         position: absolute;
    
     }
diff --git a/room/liveRoom.html b/room/liveRoom.html
index fcb9310..cc700f9 100644
--- a/room/liveRoom.html
+++ b/room/liveRoom.html
@@ -639,7 +639,7 @@ $(function () {
                     // $(".secret-bg").attr("src",'https://zhibocdn.yabolive.net/comm'+data.room.face.split('?')[0]+'?x-oss-process=image/resize,w_634')
                     $(".secret-bg").hide()
                     setTimeout(function(){
-                        $(".live-video").css("filter","blur(12px)")
+                        $(".live-video").css("filter","blur(14px)")
                         $(".live-video").css("pointer-events","none")
                     },300)