body {
	background: #efeff4;
}

.top {
	height: 104px;
	line-height: 104px;
	background: #282828;
	overflow: hidden;
	padding: 0 4px 0 15px;
	max-width: 750px;
}

.top .back {
	display: block;
	width: 10%;
	height: 104px;
	background: url(../images/back.png) no-repeat 40% center;
	background-size: 22px;
}

.top .search {
	display: block;
	padding: 0 50px;
	width: 72%;
	height:60px;
	line-height: 60px;
	color: #6D6D72;
	border: none;
	outline: none;
	border-radius: 8px;
	background: #fff url(../images/i-search.png) no-repeat 9px center;
	background-size: 31px;
	margin: 13px 0;
	left: 0 !important;
	font-size: 24px;
	text-align: left;
	top: 8px;
}

.category {
	display: inline-block;
	width: 18%;
	height: 104px;
	/*background: url(../images/i-c.png) right center no-repeat;
	background-size: 42px;*/
	text-align: right;
	color: #fff;
	border: none;
	outline: none;
	font-size: 24px;
	padding-right: 4px;
}

.fl {
	float: left;
}

.tab {
	width: 100%;
	height: 80px;
	background: #fff;
	margin-top: 105px;
	border-bottom: 1px solid #999;
	box-shadow: 0px 2px 9px #cfcccc;
}

.tab li {
	float: left;
	width: 25%;
	height: 80px;
	font: 26px/80px "微软雅黑";
	text-align: center;
	position: relative;
}
.tab li .line2{
	margin-top: 20px;
	width: 1px;
}

.tab li a {
	color: #666;
}

.hover {
	/*border-bottom: 2px solid #6f0a1c;*/
}
/*点击上下箭头样式*/
.product_nav ul{
    overflow: hidden;
    color: #fff;
}

 .product_nav ul li a.active{
    color: #ff9800;
}
.product_nav ul li .sort{
    display: none;
    position: relative;
    top:8px;
}
 .product_nav ul li .sort .sort_up, .product_nav ul li .sort .sort_down{
    width:0;height:0;
    border:8px solid transparent;
}
 .product_nav ul li .sort .sort_up{
    border-bottom-color:#FFA201;
}
 .product_nav ul li .sort .sort_down{
    border-top-color: #9B9B9B;
    margin-top: 3px;
}


.tab-show {
	width: 96%;
	margin: 20px auto 75px;
}

.tab-show-content {
	display: none;
}

.tab-show-content li {
	width: 49%;
	height: 660px;
	background: #fff;
	margin: 0 0 15px;
	position: relative;
	float: left;
	box-shadow: 0 0 7px #c4c1c2;
}

.tab-show-content li:nth-of-type(odd){
	margin-right: 14px;
}

.tab-show-content li a {
	width: 100%;
	color: #000;
}

.tab-show-content dt {
	text-align: center;
	height: 459px;
	overflow: hidden;
}

.tab-show-content dt img {
	width: 100%;
}

.tab-show-content a dd:nth-of-type(1) {
	font: 24px/1.6 "微软雅黑";
	/*border-bottom: 1px dashed #BBBBBB;*/
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.tab-show-content a dd:last-child{
	height: 60px;
}
.tab-show-content dl> dd{
	height: 80px;
	clear: both;
	line-height: 80px;
    color: #FF0000;
    font-size: 28px;
}
.tab-show-content dd span {
	position: absolute;
	display: inline-block;
	font-size: 12px;
	color: #666;
	line-height: 34px;
}
.tab-show-content dd .list-price{
	display: inline-block;
	color: #ff0000;
	font-size: 28px;
	padding: 15px 0 8px 10px;
	/*float: left;*/
}
.tab-show-content dd span strong {
	font-size: 19px;
	color: #f10524;
}
.tab-show-content dd em{
	display: inline-block;
	font-style: normal;
	font-size: 28px;
	color: #FF0000;
	text-decoration: line-through;
}
.tab-show-content dd em img{
	width: 80px;
}
.tab-show-content dd .xl{
	color: #999;
	display: inline-block;
	padding: 26px 5px 0 37px;
	background: url(../images/i-sale.png) left 96% no-repeat;
	background-size: 33px;
	float: right;
	position: relative;
	width: 100px;
	font-size: 26px;
}
.food-name {
	font: 18px/1.8 "微软雅黑";
	padding-left: 6px;
	color: #666;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*筛选层*/
.show-div {
	position: absolute;
	top: 104px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 7;
	display: none;
}
.show-div .bj {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	z-index: 8;
}
.show-div .show-msg {
	position: fixed;
	background: #fff;
	z-index: 9;
	top: 0;
	right: -300px;
	width: 100%;
	height: 92%;
	padding: 110px 20px 20px;
	overflow: auto;
}
.show-msg h2{
	font-size: 34px;
	line-height: 2.2;
}
.show-msg section p {
	line-height: 2.4;
	font-size: 28px;
	margin-top: 20px;
}
.show-msg section p i{
	float: right;
	margin-top: 18px;
}
.show-msg section li{
		width: 31%;
		float: left;
		line-height: 2.6;
		background-color: #fcfaf8;
		text-align: center;
		border-radius: 8px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		margin: 6px 0 6px 2%;
		padding-left: 3px;
		border: 1px solid #e5d3b9;
		color: #333;
}
.sel{
	border: 1px solid #FF0000  !important;
	background: url(../images/seleced.png)104% 118% no-repeat;
	background-size: 48px;
}
.show-msg .price-f li{
	background: none;
	width: 24%;
	border: none !important;
	margin: 0 2px;
}
.show-msg .price-f li:nth-of-type(2){
	width: 12px;
	font-size: 30px;
}
.show-msg .price-f li input{
	height: 60px;
	width: 100%;
	border: 1px solid #DEDEDE;
	padding: 0 5px;
	border-radius: 5px;
	font-size: 28px;
	text-align: center;
	}
.show-msg section button{
	width: 200px;
	height: 64px;
	margin: 33px 20px 0 0;
	background: #FF0000;
	border: 1px solid #FF0000;
	color: #fff;
	border-radius: 8px;
	font-size: 28px;
}	
.show-msg section button:first-child{
	background: none;
	color: #666;
	border: 1px solid #666;
}	