table.banner-category{
	border: 1px solid #cccccc;
	width: 100%;
}
table.banner-category tr{
	border-bottom: 1px dotted #333333;
	height: auto;
	min-height: 48px;
}
table.banner-category tr td:nth-child(2) a{
	display: inline-block;
	margin: 10px 20px;
	cursor: pointer;
	font-size: 12px;
}
table.banner-category tr td:nth-child(2) a.active{
	color:#ff5152;
}
table.banner-category tr td:nth-child(2) a:hover,table.banner-category tr td:nth-child(2) a:active{
	color: #ff5152;
}
table.banner-category tr td:first-child,.product-sort>span:first-child{
	text-align: center;
	font-weight: bold;
	width: 96px;
	background: #F5F5F5;
	color: #333333;
}

.product-sort{
	height: 38px;
	line-height: 38px;
	margin: 20px 0px;
	border: 1px solid #cccccc;
	height: auto;
}
.product-sort>span{
	display: inline-block;

}
.product-sort>span.layui-form{
	width: 80px;
	height: 38px;
	font-size: 12px !important;
}
.product-sort .layui-input{
	height: 30px;
}


.product-list .product-panel{
	border: 1px solid #cccccc;
    height: 326px;
}
.product-list .product{
	width: 226px;
	display: inline-block;
	color: #333333;
	float: left;
	text-align: center;
	margin: 5px;
	margin-left: 11px;
}
.product-list .product:nth-child(5n+1){
	margin-left: 0px;
}
.product-list img{
	width: 100%;
	height: 100%;
}
.product-list .product span{
	display: inline-block;
}
.product-list .product .product-img{
	width: 230px;
	height: 230px;
}
.product-list .product .brand{
	font-size: 14px;
	color: #ff5152;
}
.product-list .product p{
	/*margin: 5px 0;*/
}
p.isWeight{
	margin: 2px 0px 3px 0px;
}
p.isWeight span{
	margin-right: 10px;
}
.product-list .product p .specs,.product-list .product p .ratio{
	font-size: 14px;
	margin-right: 10px;
}
.product-list .product p .color-bag{
	font-size: 16px;
}
.product-list .product .product-introduct{
	font-weight: bold;
}

.product-page #page{
	text-align: right;
	margin-top: 30px;
}

.product-recommend {
	margin-top: 30px;
	margin-bottom: 40px;
}
.product-recommend .nav-recommend{
	border-bottom: 2px solid #ff5152;
}
.product-recommend .nav-recommend span{
	display: inline-block;
	color: #ffffff;
	background-color: #ff5152;
	width: 92px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.product .product-txt{
	text-align: left; 
	padding: 0 14px;
}
#page{
	float: right;
}


.no-product{
	height: 500px;
	width: 100%;
	text-align: center;
}
.no-product img{
	margin-top: 120px;
}
.no-product p{
	font-size: 18px;
	color: #999999;
	margin-top: 32px;
}

.go-shop,.go-shop:hover,.go-shop:active{
	margin-top: 32px;
	color: #ff5152;
	border: 1px solid #ff5152;
	background: #FCDFDC;
	border-radius: 4px;
	font-size: 18px;
}

.cart-list td:first-child{
	width:50px;
	text-align:center;
}
.cart-list th:first-child{
	width:70px;
}
.cart-list th:nth-child(2),.cart-list td:nth-child(2){
	width:376px;
}
.cart-list th:nth-child(4),.cart-list td:nth-child(4){
	width:257px;
}
table.footer{
	margin-top: 40px;
}

.more{
	display: inline-block;
	border:1px solid #ff5152;
	background: #fff;
	color: #ff5152;
	padding: 2px 4px;
	text-align: center;
	float: right;
	margin-right: 10px;
	margin-top: 5px;
	cursor: pointer;
}
.more-category{
	display: none;
}
.product-sort form{
	display: inline-block;
}
.product-sort form .layui-input-inline{
	width:100px;;
}