@charset "utf-8";



/*  nav  */
nav { background: rgba(255, 255, 255, 0.9); }

/*  nav  */
nav {  padding-bottom:5px;}

/* product */
.product-lis { }
.product-lis li { width:31.33%; }

/* product detaile */
.product-cont {  padding: 10px;}
.product-box { display:block; height:auto; }
.product-info { padding:0;}
.product-photo { height:auto; padding-right:0;}
.product-info .cart { position: relative; margin-top:10px;}
.product-info .cart a { padding:0 10px; }
.qtyInputBox input { width:30px;}
.product-lis li .quantity-num { width:90px;}
.product-info .price { text-align:center; position:relative;  bottom:0; padding:15px 0; font-size:30px;}

.product-info .briefly { line-height:1.6em; max-height: none; overflow-y: inherit; }
.product-title { padding:10px 0 20px 0;}



/* index-catalog */
.index-catalog { padding:0 10px;}
.index-catalog .index-catalog-banner { display:none;}
.index-catalog .index-catalog-list {  padding-left:0px; float:none; width:100%; } 



/* activity */
.activity ul li { width:33.33%;}
.activity ul li a { height:150px; }
.activity ul li h3 {  }

/* index-highlight */
.index-highlights ul li {width:33.33%; height:150px;}


/*  page  */
.page-box {  border-radius:10px; overflow: inherit;}
