diff --git a/src/military/qz2022/apply/index.jsx b/src/military/qz2022/apply/index.jsx
index a76b3ae1e..b2e996391 100644
--- a/src/military/qz2022/apply/index.jsx
+++ b/src/military/qz2022/apply/index.jsx
@@ -4,6 +4,11 @@ import {competitionArea, competitionType} from '../static.js';
import { Link } from "react-router-dom";
import { formatDuring } from 'educoder';
import EditTable from "../editTable";
+import apply_top from "../image/apply_top.png";
+import apply_down from "../image/apply_down.png";
+import apply_one_active from "../image/apply_one_active.png";
+import apply_two from "../image/apply_two.png";
+import apply_notice from "../image/apply_notice.png";
import './index.scss';
import '../../index.scss';
@@ -30,7 +35,13 @@ export default Form.create()(({ match, history, showNotification, form, current_
填报报名信息
diff --git a/src/military/qz2022/apply/index.scss b/src/military/qz2022/apply/index.scss
index e69de29bb..25db332cf 100644
--- a/src/military/qz2022/apply/index.scss
+++ b/src/military/qz2022/apply/index.scss
@@ -0,0 +1,4 @@
+.step{
+ display: flex;
+
+}
\ No newline at end of file
diff --git a/src/military/qz2022/image/apply_down.png b/src/military/qz2022/image/apply_down.png
new file mode 100644
index 000000000..ae5cfdde7
Binary files /dev/null and b/src/military/qz2022/image/apply_down.png differ
diff --git a/src/military/qz2022/image/apply_notice.png b/src/military/qz2022/image/apply_notice.png
new file mode 100644
index 000000000..b65e789fb
Binary files /dev/null and b/src/military/qz2022/image/apply_notice.png differ
diff --git a/src/military/qz2022/image/apply_one_active.png b/src/military/qz2022/image/apply_one_active.png
new file mode 100644
index 000000000..69156e807
Binary files /dev/null and b/src/military/qz2022/image/apply_one_active.png differ
diff --git a/src/military/qz2022/image/apply_top.png b/src/military/qz2022/image/apply_top.png
new file mode 100644
index 000000000..9e5ef5300
Binary files /dev/null and b/src/military/qz2022/image/apply_top.png differ
diff --git a/src/military/qz2022/image/apply_two.png b/src/military/qz2022/image/apply_two.png
new file mode 100644
index 000000000..995cd429c
Binary files /dev/null and b/src/military/qz2022/image/apply_two.png differ