.bg-themeA{
	background-color: #c31c16!important;
}
.c-themeA{
	color: #c31c16!important;
}
.c-fff{
	color: #fff!important;
}
.crumbs{
    padding: 22px 0;
    color: #999;
}
.crumbs>em{
    display: inline-block;
    margin-right: 6px;
    width: 17px;
    height: 16px;
    background: url(../images/home.png) no-repeat center center;
    vertical-align: middle;
    margin-top: -2px;
}
.crumbs>a{
    color: #999;
}
.crumbs>i{
    color: #555;
    margin: 0 3px;
}
.proMenu{
	float: left;
	width: 18.33%;
}
.proMenu>h3{
	line-height: 40px;
	padding: 0 20px;
	font-weight: normal;
}
.proMenuUl{
	border: 1px solid #ededed;
}
.proMenuUl li{
	padding: 12px 10px;
	border-bottom: 1px solid #ededed;
}
.proMenuUl li:last-child{
	border: none;
}
.proMenuUl li a{
	width: 100%;
	color: #666666;
}
.proMenuUl li a em{
	margin-right: 11px;
}
.proMenuUl li a i{
	float: right;
}
.proList{
	float: right;
	width: 79.16%;
}
.proTotle{
	background: #f8f8f8;
	margin-bottom: 10px;
	padding: 0 10px;
	line-height: 40px;
	color: #666;
}
.proTotle em{
	margin: 0 5px;
}
.goosList{
	border: 1px solid #ededed;
	padding: 20px;
	margin-bottom: 20px;
}
.goodsCon{
	margin-bottom: 10px;
}
.goodsImg{
	float: left;
	width: 130px;
	height: 130px;
	line-height: 130px;
	border: 1px solid #ededed;
	text-align: center;
}
.goodsImg img{
	max-width: 100%;
	max-height: 100%;
}
.goodsTxt{
	float: right;
	width: 82%;
}
.goodsName{
	padding: 3px 0 10px 0;
	border-bottom: 1px solid #ededed;
}
.goodsName p{
	line-height: 26px;
}
.goodsName p em{
	margin-right: 34px;
}
.goodsRegu{
	margin-top: 11px;
}
.goodsRegu p{
	float: left;
	width: 33.3%;
	line-height: 24px;
}
.goodsRegu p em{
	color: #666;
}
.goodsRegu p i{
	color: #333;
}

.waresTitle{
	padding: 13px 0;
	border-bottom: 1px solid #ededed;
}
.waresTitle a{
	width: 100%;
}
.waresTitle i{
	margin-right: 20px;
	color: #333;
}
.open{
	color: #f16d40;
}
.open span{
	width: 14px;
	height: 12px;
	margin-right: 10px;
	background: url(../images/open.png) no-repeat center;
	vertical-align: middle;
	margin-top: -2px;
}
.packUp span{
	background: url(../images/packUp.png) no-repeat center;
}
.waresOppe{
	margin: 10px 0;
	display: none;
}
.waresTab{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ededed;
	color: #787878;
}
.waresTab th{
	background: #fcf6f4;
	font-weight: normal;
	text-align: left;
}
.waresTab th, .waresTab td{
	padding: 10px 20px;
	border-bottom: 1px solid #ededed;
}
.number>a{
    width: 25px;
    height: 25px;
    line-height: 23px;
    color: #999;
    border: 1px solid #ededed;
    text-align: center;
    border-radius: 2px;
}
.number>em{
	margin: 0 6px;
}
.wares-cart{
	border: 1px solid #ededed;
	border-top: none;
	padding: 9px;
}
.wares-cart a{
	float: right;
	padding: 10px 22px;
	border-radius: 3px;
}
.wares-cart a img{
	margin-right: 10px;
	margin-top: -2px;
}
.new-page {
    width: 100%;
    text-align: center;
    padding: 1% 0px 4% 0;
}
.new-page ul li {
    background: #fff;
    margin: 0 7px;
}
.new-page ul li a {
    padding: 6px 12px;
    font-size: 16px;
    color: #6a6a6a;
    border: 1px solid #e6e6e6;
    text-align: center;
    border-radius: 3px;
}
.active a {
    background: #c31c16 !important;
    border-color: #c31c16 !important;
    color: #fff !important;
}

@media only screen and (min-width: 0px) and (max-width: 640px) {
	body{
		font-size: 12px;
	}
	.f-16{
		font-size: 14px;
	}
	.new-page ul{
		float: none;
	}
	.sjnavbut{
		position: fixed;
		display: inline-block;
		left: 0;
		top: 30%;
		background-color: #888;
		padding: 0.1rem 0.1rem;
		border-radius: 5px;
	}
	.sjnavbut>span{
	    width: 0.25rem;
	    height: 2px;
	    background-color:#636363;
	    margin: 3px 0px;
    }
    .listleftbg{
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0px;
		background-color: rgba(0, 0, 0, .3);
		z-index: 99;
		display: none;
	}
	.proMenu{
		top: 0px;
		position: fixed;
		left: -100%;
		width: 220px;
		height: 100%;
		background-color: #fff;
		overflow-y: scroll;
		z-index: 100;
	}
	.goosList{
		padding: 0.2rem;
	}
	.goodsImg{
		float: none;
		margin-bottom: 10px;
	}
	.proList, .goodsTxt{
		float: none;
		width: 100%;
	}
	.goodsRegu p{
		width: 100%;
	}
	.waresTab th, .waresTab td{
		padding: 7px 2%;
	}
	.wares-cart a{
		padding: 7px 14px;
	}
	.waresTitle i {
	    margin-right: 10px;
	}
	.crumbs{
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}
}