body{
	background: #f5f5f5;
	padding-bottom: 2rem;
}
.container{
	max-width: 64rem;
	margin: 0 auto;
	overflow-x: hidden;
}
.nav-container{
	width: 100%;
	background: white;
	padding-top: 2vh;
}
.nav-ul{
	padding-left:.5rem;
}
.nav-ul li{
	height: 2.5rem;
	width: auto !important;
	padding-bottom:1rem ;
}
.nav-ul .slide-a{
	color: #555;
	font-size: 1.2rem;
	padding: 0px 1.4rem .8rem 1.4rem;
}
.nav-ul .active-li a{
	color: #000;
	/*border-bottom: 2px solid #000;*/
}
.nav-ul .active-li {
	
	border-bottom: 2px solid #000;
}
/*瀑布流*/
.fall-box{
  width: 100%;
  margin: 5% 8px 0px 8px ;
}
.fall-box .item{
   width: calc((100% - 28px)/2);
   margin-bottom: 1.5rem;
   border-radius: 12px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.24); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.24); box-shadow: 0 0 5px rgba(0, 0, 0, 0.24); -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;
  
}
/*.fall-box .item:nth-child(1n){
   padding: 3% 1.5% 3% 3%;
}
.fall-box .item:nth-child(2n){
   padding: 3% 3% 3% 1.5%;
}*/
.fall-box .section-p{
	 background: white;
	 padding-top: 1.5rem;
	 padding-left:5%;
	 border-radius: 12px;
}
.fall-box .item-img{
	width:100% ;
	display: block;
	 border-radius:12px 12px 0px 0px;
}
.item .title-p{ 
	text-align: left;
	font-size: 1rem;
	margin-bottom: 5px;
	padding: 4px 0;
	    color: #e9703b;
}
.item .name-p{
	color: #555;
	font-size: 1.2rem;
	text-align: left;
}
.item .price-s{ 
	        width: 100%;
	        height: 30px;
	        text-align: right;
	        line-height: 27px;
	        position: absolute;
	        left: 0;
	        top: 87px;
	        background: rgba(10,10,16,0.5);
	        font-size: 16px;
	        color: #fff;
	        padding: 4px 5px 3px 5px;
	        white-space: nowrap;
	        overflow: hidden;
			font-weight: 600;
			    font-family: 'Sarabun';
}
.more-a{
	display: block;
	text-align: center;
	margin-top: 8%;
}
.more-a img{
	width: 6%;
}










