.goods-wrap .gds-list-item{
	background-color: #fff;
	margin-bottom: 15px;
}
.goods-wrap .gds-list-item .item-ct .gds-detail{
	overflow: hidden;
	padding: 1rem 0;
	padding-left: 1rem;
	border-bottom: 1px solid #eee;
}
.goods-wrap .gds-list-item .item-ct .gds-detail .img-box{
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 1rem;
}
.goods-wrap .gds-list-item .item-ct .gds-detail .gds-info{
	overflow: hidden;
	font-size: 1.3rem;
	padding-right: 1rem;
	line-height: 1.6rem;
}
.goods-wrap .gds-list-item .item-ct .gds-detail .num{
	overflow: hidden;
	font-size: 1.6rem;
	line-height: 22px;
	padding-right: 15px;
}
.goods-wrap .gds-list-item .item-head{
	border-bottom: 1px solid #eee;
}
.goods-wrap .gds-list-item .item-head .od-num{
	line-height: 44px;
	padding-left: 15px;
	position: relative;
	font-size: 1.3rem;
}
.goods-wrap .gds-list-item .item-head .od-num:after{
	content: '';
	position: absolute;
	right: 0;
	top: 20%;
	bottom: 20%;
	z-index: 5;
	width: 1px;
	height: 60%;
	background-color: #eee;
}
.goods-wrap .gds-list-item .item-head .buy-tm{
	float: right;
	padding-right: 15px;
	line-height: 44px;
	text-align: right;
	font-size: 1.3rem;
}
.goods-wrap .gds-list-item .item-ft{
	text-align: center;
}
.goods-wrap .gds-list-item .item-ft a{
	color: #333;
	width: 100%;
	display: block;
}
.mui-table-view:before{
	position: static;
}





.search-warp{
	position: relative;
	overflow: hidden;
	padding: 0 15px;
	margin: 15px 0;
}
.search-warp form{
	padding-right: 45px;
	overflow: hidden;
}
.search-warp .mui-input-row .search-frame{
	color: #666;
	margin-bottom: 0;
	padding-right: 30px;
}
.search-warp .search-go{
	position: absolute;
	right: 10px;
	top: 0;
	width: 45px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #666;
	font-size: 1.4rem;
}
.search-warp .mui-placeholder span{
	color: #666;
	margin-left: .5rem;
}
.search-warp .mui-placeholder{
	font-size: 1.4rem;
}
.search-warp .mui-search.mui-active:before{
	top: 70%;
}





.goods-wrap .not-gds{
	display: none;
}
.goods-wrap .not-gds p{
	margin: 0;
	color: #666;
	text-align: center;
}




.mui-popup{
	box-shadow: 0 1px 15px rgba(0, 0, 0, .3);
}
.mui-popup .mui-popup-input{
	display: none;
}
.mui-popup .mui-popup-text{
	margin-top: 10px;
}
.mui-popup .mui-popup-text textarea{
	margin-bottom: 0;
	font-size: 1.4rem;
	color: #333;
	border-color: #e9e9e9;
}
.mui-popup .mui-popup-buttons .mui-popup-button:first-child{
	color: #666;
}
.mui-popup .mui-popup-buttons .mui-popup-button-bold{
	background-color: #f34c4c;
	color: #fff;
}





.tab-col{
	background-color: #fff;
	border-bottom: 1px solid #e9e9e9;
}
.tab-col .mui-segmented-control .mui-control-item{
	color: #666;
	border: none;
	position: relative;
}
.tab-col .mui-segmented-control .mui-control-item.mui-active{
	color: #f34c4c;
	border: none;
}
.tab-col .mui-segmented-control .mui-control-item.mui-active:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #f34c4c;
}
.tab-content #item2{
	padding-top: 15px;
}
.tab-content #item2 .goods-wrap .gds-list-item .item-ct .gds-detail .num .state{
	float: right;
	font-size: 1.4rem;
	color: #f34c4c;
}