@charset "utf-8";

/*
 @名称: GoodsList.css
 @功能: 商城列表页
 @作者：zuozuo
 @时间：2015-1-10
 */

body{
	background:#ebebeb;
}
header{
	position: relative;
}
	header .head{
		position: fixed;
		z-index: 999;
		width: 100%;
		height: 43px;
		background: url(../../images/system/goods/head.png) no-repeat;
		background-size: 100% 43px;
	}
	header .head a{
		height: 43px;
		font-size: 14px;
		display: block;
		width: 50%;
		line-height: 43px;
		box-sizing: border-box;
		border: rgba(0,0,0,0) 10px solid;
		border-bottom: 0px solid rgba(0,0,0,0);
		border-top: 0px solid rgba(0,0,0,0);
		color: #434343;
		font-weight: bold;
	}
	header .head a:nth-of-type(1){
		text-align:left;
	}
	header .head a:nth-of-type(2){
		text-align:right;
	}

.head-tabbar{
	position: fixed;
	height: 45px;
	left: 0;
	top: 0;
	width: 100%;
	background: #FFF;
	z-index: 99;
	box-sizing: border-box;
	border-bottom: #ccc 1px solid;
}
	.head-tabbar p{
		height: 27px;
		width: 40%;
		margin: 0 auto;
		overflow: hidden;
	}
	.head-tabbar p a:nth-of-type(1){
		border-radius: 14px 0 0 14px;
	}
	.head-tabbar p a:nth-of-type(2){
		border-radius: 0 14px 14px 0;
	}
	.head-tabbar p a{
		border: #8bc34a 1px solid;
		box-sizing: border-box;
		background: #fff;
		color: #909090;
	}
	.head-tabbar p a.active{
		background: #8bc34a;
		color: #fff;
	}
	.head-tabbar .my-order{
		position: absolute;
		right: 10px;
		top: 0;
		height: 100%;
		line-height: 45px;
	}
	.head-tabbar .my-order a{
		color: #7ac127;
	}
.banner{
	position: relative;
	/*overflow: hidden;*/
	z-index: 98;
}

	.banner .pic{
		width: 100%;
		min-height: 125px;
		max-height: 150px;
	}

	/*.my-order-form{
		position: absolute;
		right: 10px;
		top: 50%;
		background: #ff6100;
		width: 80px;
		height: 17px;
		padding: 10px 8px;
		text-align: right;
		color: #fff;
		border-radius: 20px;
	}*/
	.my-order-form i{
		padding: 2px 15px;
		background: url(../../images/system/goods/icon_01.png) no-repeat;
		background-size: 25px auto;
	}
nav {
	height: 45px;
	padding: 0 0 15px;
}	
	nav li {
		width: 25%;
		height: 45px;
		line-height: 45px;
		box-sizing: border-box;
		border-right: #e1e1e1 1px solid;
		background: #fff;
	}
	nav li:nth-of-type(4){
		border-right:none;
	}
	nav li a{
		display: block;
		width: 100%;
		height: 100%;
		text-align: center;
		box-sizing: border-box;
		color: #989898;
		border-bottom: #fff 3px solid;
		line-height: 40px;
		
	}
	nav li a i{
		background: url(../../images/system/goods/icon_01.png) no-repeat;
		background-size: 25px auto;
		padding: 4px 15px;
	}
	nav li:nth-of-type(2) i{
		background-position: 0 -35px;
	}
	nav li:nth-of-type(3) i{
		background-position: 0 -72px;
	}
	nav li:nth-of-type(4) i{
		background-position: 0 -110px;
	}
	nav li a.active{
		border-bottom: #ffab8d 3px solid;
		
	}

.container{
	min-height: 400px;
	padding-top: 53px;
}
	.container .goods-list{
		padding: 0 10px;
	}
	.goods-list li{
		margin-bottom: 10px;
		background: #fff;
	}
	
	.goods-list .goods-pic{
		width: 100%;
		min-height: 120px;
		/*max-height: 150px;*/
		overflow: hidden;
		position: relative;
		background: url(../../images/system/loading_02.gif) center center no-repeat;
		border: #e1e1e1 1px solid;
		box-sizing:border-box;
	}
	.goods-list .goods-pic span{
		position: absolute;
		top: 10px;
		right: 10px;
		width: 35px;
		height: 35px;
		text-align: center;
		line-height: 35px;
		font-size: 12px;
		color: #fff;
		
	}
	.type-1 .goods-pic span{
		background: rgba(250,167,1,0.8);
	}
	.type-2 .goods-pic span{
		background: rgba(159,146,255,0.8);
	}
	.type-3 .goods-pic span{
		background: rgba(96,212,13,0.8);
	}
	.goods-list .goods-pic img{
		width: 100%;
		min-height: 120px;
	}
	.goods-info{
		height: 50px;
		border: #e1e1e1 1px solid;
		border-top: none;
		background: #fff;
		box-sizing: border-box;
	}
	.goods-info .copies{
		color: #989898;
	}
	.goods-title .title{
		padding: 5px 10px 2px;
		color: #434343;
	}
	.goods-title .copies{
		padding: 0 10px;
	}
	.goods-title .copies span{
		margin-right: 20px;
	}
	.goods-money{
		font-size: 15px;
		color: #ff6100;
		line-height: 50px;
		width: 70px;
		text-align: center;
		border-left: #e1e1e1 1px solid;
		box-sizing: border-box;
	}

