.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;
}







.goods-wrap .gds-list,
.new .newgoods-list .newgoods-list-item .goods-box{
	padding: 10px 1% 0;
}
.goods-wrap .gds-list .gds-list-item,
.new .newgoods-list .newgoods-list-item .goods-box .goods{
	padding: 0 3px;
	margin-bottom: 10px;
}
.goods-wrap .gds-list .gds-list-item .img-box,
.new .newgoods-list .newgoods-list-item .goods-box .goods .img-box{
	background-color: #fff;
}
.goods-wrap .gds-list .gds-list-item .info,
.new .newgoods-list .newgoods-list-item .goods-box .info{
	background-color: #fff;
	padding: 0 .5rem .5rem;
	overflow: hidden;
}
.goods-wrap .gds-list .gds-list-item .name,
.new .newgoods-list .newgoods-list-item .goods-box .name{
	font-size: 1.4rem;
	line-height: 1.8rem;
	color: #333;
	margin-top: .5rem
}
.goods-wrap .gds-list .gds-list-item .price,
.new .newgoods-list .newgoods-list-item .goods-box .price{
	display: block;
	color: #f34c4c;
	font-weight: bold;
	margin-top: .5rem;
}
.goods-wrap .gds-list .gds-list-item .price i,
.new .newgoods-list .newgoods-list-item .goods-box .price i{
	font-style: normal;
	font-size: 1.2rem;
	margin-right: 2px;
}
.goods-wrap .gds-list .gds-list-item .price del,
.new .newgoods-list .newgoods-list-item .goods-box .price del{
	font-size: 1.2rem;
	color: #999;
	float: right;
	font-weight: normal;
}









.new,
#item1 .goods-wrap{
	position: relative;
}
.new .newgoods-list .newgoods-list-item .tit{
	margin-top: 10px;
	position: relative;
}
.new .newgoods-list .newgoods-list-item .tm h4{
	margin: 0;
	text-align: center;
	color: #666;
	width: 40%;
	margin: 0 auto;
}
.new .newgoods-list .newgoods-list-item .tm h4 .icon-zuji{
	font-size: 1.8rem;
	vertical-align: middle;
	margin-right: .5rem;
}
.new .newgoods-list .newgoods-list-item .tm:after{
	content: '';
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30%;
	border-bottom: 1px solid #ccc;
	
}
.new .newgoods-list .newgoods-list-item .tm:before{
	content: '';
	position: absolute;
	left: 10px;
	top: 10px;
	width: 30%;
	border-bottom: 1px solid #ccc;
}
.new .totop,
#item1 .goods-wrap .refresh{
	display: none;
	position: fixed;
	right: 15px;
	bottom: 15px;
	width: 45px;
	height: 45px;
	text-align: center;
	z-index: 10;
}
#item1 .goods-wrap .refresh{
	display: block;
}
.new .totop a,
#item1 .goods-wrap .refresh a{
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: #f34c4c;
	border-radius: 50%;
	border: 1px solid #f34c4c;
	background-color: rgba(255, 255, 255, .85);
}






.loading-icon{
	height: 30px;
	text-align: center;
	margin-top: 15px;
	overflow: hidden;
	display: none;
}
.loading-icon .mui-spinner{
	vertical-align: middle;
	margin-right: .5rem;
}
.loading-icon .t{
	display: inline-block;
	font-size: 1.4rem;
	color: #666;
	line-height: 30px;
	height: 30px;
}






.tips{
	padding: 0 15px 11px;
	text-align: center;
}
.tips a{
	color: #666;
	font-size: 1.4rem;
}
