diff --git a/app/index/view/mobile/product/newpro.html b/app/index/view/mobile/product/newpro.html
new file mode 100644
index 00000000..419d0ac2
--- /dev/null
+++ b/app/index/view/mobile/product/newpro.html
@@ -0,0 +1,45 @@
+{extend name="public/base" /}
+{block name="style"}
+
+{/block}
+{block name="main"}
+
+
+
+ {notempty name="focus_image"}
+ {volist name="focus_image" id="fo"}
+
+
+
+ {/volist}
+ {/notempty}
+
+ {notempty name="newpros"}
+
+ {volist name="newpros" id="vo"}
+
+
+
{$vo.category.name|default=''}
+
+
+ {notempty name="vo.products"}
+
+ {/notempty}
+
+
+ {/volist}
+
+ {/notempty}
+
+
+{/block}
\ No newline at end of file
diff --git a/public/static/index/mobile/css/product_newpro.css b/public/static/index/mobile/css/product_newpro.css
new file mode 100755
index 00000000..793eec60
--- /dev/null
+++ b/public/static/index/mobile/css/product_newpro.css
@@ -0,0 +1,9 @@
+.oricoEGapp-newarrival {
+ position: relative;
+ display: flex;
+ flex-direction: column;
+ margin-top: 3.4rem;
+}
+.oricoEGapp-newarrival .ona-topimg {
+ max-width: 100%;
+}