.members_goodspic{
		overflow: hidden;
	        background-color: #f7f7f7;
	}
	.goods_butoom{
		margin-bottom: 45px;
	}
	.members_goodspic>ul>li.gooditem{
		width: 48%;
		float: left;
	    background: #fff;
	    margin:4px 0 0px 0px;
	}
	.members_goodspic>ul>li.gooditem:nth-child(odd){
	    margin-left: 1%;
	    margin-right: 0.5%;
	}
	.members_goodspic>ul>li.gooditem:nth-child(even){
		 margin-left: 0.5%;
	    margin-right: 1%;
	}
	.members_goodspic>ul>li.gooditem>div.img{
		width: 100%;
		height:200px;
		line-height:200px;	
		position: relative;
		overflow:hidden;
	}
.members_goodspic>ul>li.gooditem>div.imgs{
		width: 100%;
		position: relative;
		overflow:hidden;
	    text-align: center;
	}
	.members_goodspic>ul>li.gooditem>div.img a{
		display: block;
		width: 96%;
		height: 100%;
		margin: auto;
		text-align: center;
	}
	.members_goodspic>ul>li.gooditem>div.img img{
		max-width: 100%;
		display: inline;
		margin-top: 8px;
	}
	.members_goodspic>ul>li.gooditem>div.info{
		min-height: 25px;
		padding-left: 8px;
		position: relative;
		margin-top:20px;
	}
	.info p.goods-title{
	    overflow: hidden;
	    word-break: break-all;
		font-size: 14px;
	}
	.info p.goods-title a{
		    color: #333;
		    overflow: hidden;
		    white-space: nowrap;
		    text-overflow: ellipsis;
		        display: block;
    width: 100%;
	}
	.info p.goods-price{
    	margin: 0 10px 10px 0;
    	margin-top: 5px;
	    padding: 0px;
        font-size: 12px;
	}
	.info p.goods-price>em{
		font-style: normal;
    	color: #ff4444;
    	font-weight: bold;
	}
	.info div.goods-buy{
		background-image: url(../images/btn_plus_normal.png);	
	    background-repeat: no-repeat;
	    background-size: 100%;
	    margin-right: -1px;
	    width: 30px;
        height: 30px;
	    background-position: 0 0;
	    float: right;
	    margin-top: -8px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
.order_div{
	position: fixed;
	top:45px;
	/* height:40px; */
	background: #fff;
	z-index: 99;
    width: 100%;
}
.order_div>span{
	width:25%;
	display: block;
	float: left;
	text-align: center;
	line-height: 35px;
	color:#999;
}
.order_div>span.select{
	color:#ff4444;
}
.order_div>span.select a{
	color:#ff4444;
}
.order_div>span:nth-child(3){
	position: relative;
}
.order_div>span:nth-child(3) .ico_order_state{
	border-bottom: 1px solid #999;
    border-right: 1px solid #999;
	width: 8px;
    height: 8px;
    display: block;
    padding-right: 10p;
    position: absolute;
    top: 10px;
    right: 11px;
	  transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    -moz-transform: rotate(43deg);
    -webkit-transform: rotate(43deg);
    -o-transform: rotate(43deg);
}
.order_div>span.select .ico_order_state{
	border-bottom: 1px solid #ff4444;
    border-right: 1px solid #ff4444;
}
.order_div>span .ico_order_state.statu_two{
	top: 14px;
	    transform: rotate(222deg);
    -ms-transform: rotate(222deg);
    -moz-transform: rotate(222deg);
    -webkit-transform: rotate(222deg);
    -o-transform: rotate(222deg);
}