diff --git a/static/sass/product/_product-description.scss b/static/sass/product/_product-description.scss
index da6de08..a2505b3 100644
--- a/static/sass/product/_product-description.scss
+++ b/static/sass/product/_product-description.scss
@@ -30,8 +30,13 @@
         margin-top: pxToRem(20px);
     }
     .materials {
+        overflow: hidden;
         &.page-block{
             margin-bottom: 0;
+            border-bottom: none;
+            .detail{
+                margin-bottom: 0;
+            }
         }
         .detail {
             .material-item{
diff --git a/template/m.yohobuy.com/actions/product/detail/index.phtml b/template/m.yohobuy.com/actions/product/detail/index.phtml
index f52e5e1..fafbfa6 100644
--- a/template/m.yohobuy.com/actions/product/detail/index.phtml
+++ b/template/m.yohobuy.com/actions/product/detail/index.phtml
@@ -113,8 +113,8 @@
     </div> 
     {{/ enterStore}}
 
-    <div id="productDesc"></div>
-    <!-- {{> product/product-description}} -->
+    <!-- <div id="productDesc"></div> -->
+    {{> product/product-description}}
     {{> product/recommend-for-you}}
 
     {{#cartInfo}}