diff --git a/app/index/lang/en-us/mobile.php b/app/index/lang/en-us/mobile.php
index d4409508..1e6e13c8 100644
--- a/app/index/lang/en-us/mobile.php
+++ b/app/index/lang/en-us/mobile.php
@@ -52,4 +52,10 @@ return [
// 返回文本
'send_success' => '信息已成功提交',
'send_fail' => '信息提交失败',
+
+ // 附件下载
+ '软件下载' => 'Software download',
+ '支持型号' => 'Supported Models',
+ '支持系统' => 'Supported Systems',
+ '全站搜索' => 'Search',
];
\ No newline at end of file
diff --git a/app/index/view/mobile/attachment/index.html b/app/index/view/mobile/attachment/index.html
new file mode 100644
index 00000000..e6b4df30
--- /dev/null
+++ b/app/index/view/mobile/attachment/index.html
@@ -0,0 +1,53 @@
+{extend name="public/base" /}
+{block name="style"}
+
+{/block}
+{block name="main"}
+
+
+
+
+
+
+
{:lang('软件下载')}
+
+ {notempty name="attachements"}
+ {volist name="attachements" id="att"}
+
+
+

+
+
+
{$att.name}
+
+
{:lang('支持型号')}: {$att.applicable_to}
+
{:lang('支持系统')}: {$att.support_platform}
+
+ {notempty name="att.attach"}
+ {volist name="att.attach" id="ch"}
+
+ {/volist}
+ {/notempty}
+
+
+ {/volist}
+
+
{$page|raw}
+ {/notempty}
+
+{/block}
\ No newline at end of file
diff --git a/app/index/view/mobile/product/search.html b/app/index/view/mobile/product/search.html
new file mode 100644
index 00000000..5a0ec62e
--- /dev/null
+++ b/app/index/view/mobile/product/search.html
@@ -0,0 +1,7 @@
+{extend name="public/base" /}
+{block name="style"}
+
+{/block}
+{block name="main"}
+
+{/block}
\ No newline at end of file
diff --git a/app/index/view/mobile/public/header.html b/app/index/view/mobile/public/header.html
index bd269576..3d123185 100644
--- a/app/index/view/mobile/public/header.html
+++ b/app/index/view/mobile/public/header.html
@@ -3,9 +3,9 @@
@@ -81,7 +81,7 @@