@charset "utf-8";
/* CSS Document */
header{
	position: absolute;
	height: 1.32rem;
	width: 100%;
	background: #fff;
}
.collect_headbox{
	width: 9.6rem;
	height: 0.87rem;
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 0.45rem;
	
}
.back{
	
	width: 0.24rem;
	height: 0.42rem;
	
}
.back img{
	width: 0.24rem;
	height: 0.42rem;
	display: block;
}
.collect_headbox span{
	font-size: 0.48rem;
	color: #666;
	font-weight: bold;
	line-height: 0.48rem;
}
.collect_headbox .Manage{
	font-weight: normal;
}
.col_list{
	position: relative;
	top: 1.62rem;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden;
}

.smallbox{
	width: 100%;
	height: 100%;
	overflow: auto;
}
.smallbox li:nth-last-child(1){
	border-bottom: none;
	
}
.smallbox li{
	width: 100%;
	height: 2.8rem;
	border-bottom: 0.03rem solid #e6e6e6;
	overflow: hidden;
}

.smallbox .pdt_img{
	width: 2.18rem;
	height: 2.18rem;
	float: left;
	margin-left: 0.6rem;
	margin-top: 0.28rem;
	
}

.smallbox .pdt_img img{
	display: block;
	width: 2.18rem;
	height: 2.18rem;
}
.smallbox .pdt_txt{
	float: left;
	margin-left: 0.25rem;
	
}
h2,h3,h4{
	margin-top: 0;
	margin-bottom: 0;
}
.smallbox .pdt_txt h2{
	font-size: 0.4rem;
	color: #666;
	font-weight: normal;
	margin-top: 0.35rem;
	
}
.smallbox .pdt_txt h3{
	font-size: 0.36rem;
	color: #f35f1e;
	font-weight: normal;
	margin-top: 0.36rem;
}
.smallbox .pdt_txt h4{
	font-size: 0.36rem;
	color: #999;
	font-weight: normal;
	margin-top: 0.36rem;
}
.manage{
	background: url(../images/set/delete.png)no-repeat;
	background-size: 0.5rem 0.5rem;
	width: 0.5rem;
	height: 0.5rem;
	float: right;
	margin-top: 1.15rem;
	margin-right: 1rem;
}

.manage_hide{
	display: none;
}



.no_collection{
	width: 100%;
	height: 9rem;
	text-align: center;
	line-height: 9rem;
	font-size: 0.48rem;
	font-weight: bold;
	color: #666;
}

.no_hide{
	display: none;
}

ul li{
	list-style: none;
}



































