diff --git a/css/index.css b/css/index.css
index ad45745..4b5e04c 100644
--- a/css/index.css
+++ b/css/index.css
@@ -1320,6 +1320,20 @@ a:active{
z-index:99;
transform: translateY(-50%);
left:0;
+
+}
+.formContent .formEnter{
+
+ position: relative;
+}
+.formContent .formEnter .closeFlag{
+
+ position: absolute;
+ top:0;
+ left:0;
+ z-index:100;
+ width:25px;
+ height:25px;
}
.qingdan{
position: fixed;
diff --git a/index.html b/index.html
index fba2471..fc3c8f6 100644
--- a/index.html
+++ b/index.html
@@ -21,7 +21,7 @@
-
+