.header-manage-btn{
    position: absolute;
    top: 50%;
    right: 0.4rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.373333rem;
}

.collect-view-group>li{
	padding: 0.32rem;
	margin-bottom: 0.266667rem;
	background: #fff
}
.collect-view-group>li:last-child{
	margin-bottom: 0
}
.collect-view-group .item-block{
	display: -webkit-box;
	display: -moz-box
}
.collect-view-group .item-ck{
	width: 0.48rem;
	height: 2.133333rem;
	margin-right: 0.2rem;
	position: relative;
}
.collect-view-group .item-ck .check-label{
	display: inline-block;
	width: 0.48rem;
	height: 0.48rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url("../../public/images/check-green-icon.png") center no-repeat;
	background-size: contain;
}
.collect-view-group .item-block.checked .item-ck .check-label{
	background: url("../../public/images/checked-green-icon.png") center no-repeat;
	background-size: contain;
}
.collect-view-group .item-hd{
	width: 2.133333rem;
	height: 2.133333rem;
	overflow: hidden;
	position: relative;
	background: #e7e7e7
}
.collect-view-group .item-hd .type{
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
.collect-view-group .item-hd .type .label{
	color: #fff;
	display: block;
	height: 0.96rem;
	line-height: 0.96rem;
	white-space: nowrap;
	padding: 0 0.4rem;
	font-size: 0.533333rem;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	-webkit-transform-origin: right top;
	transform-origin: right top;
	background: rgba(0,0,0,.6)
}
.collect-view-group .item-hd img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.collect-view-group .item-bd{
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	height: 2.133333rem;
	margin-left: 0.32rem;
	position: relative;
}
.collect-view-group .item-bd .tit-bar{
	height: 0.96rem;
	line-height: 0.48rem;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 0.373333rem
}
.collect-view-group .item-bd .data-bar{
	width: 200%;
	margin-top: 0.08rem;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	font-size: 0
}
.collect-view-group .item-bd .data-bar .label{
	color: #666;
	display: inline-block;
	margin-right: 0.8rem;
	font-size: 0.586667rem
}
.collect-view-group .item-bd .pri-bar{
	color: #f70;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 200%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	font-size: 0.533333rem
}
.collect-view-group .item-bd .pri-bar .num{
	font-size: 0.906667rem;
}


.collect-footer-placeholder-bar{
	height: 1.28rem
}

.collect-footer-fixed-bar{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	height: 1.28rem;
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 100;
	box-shadow: 0 -0.013333rem 0.16rem rgba(0, 0, 0, .2);
	background: #fff
}
.collect-footer-fixed-bar .check-all-label{
	color: #666;
	display: block;
	height: 1.28rem;
	line-height: 1.28rem;
	padding: 0 0.32rem;
	font-size: 0.373333rem
}
.collect-footer-fixed-bar .check-all-label .icon{
	display: inline-block;
	width: 0.48rem;
	height: 0.48rem;
	vertical-align: middle;
	margin: -0.08rem 0.16rem 0 0;
	background: url("../../public/images/check-green-icon.png") center no-repeat;
	background-size: contain;
}
.collect-footer-fixed-bar .check-all-label.checked .icon{
	background: url("../../public/images/checked-green-icon.png") center no-repeat;
	background-size: contain;
}
.collect-footer-fixed-bar .del-btn{
	color: #fff;
	display: block;
	height: 1.28rem;
	line-height: 1.28rem;
	padding: 0 1.2rem;
	font-size: 0.373333rem;
	background: #2dbb55
}

/* layer自定义 */
body .layui-m-layercont{
	padding: 0.8rem 0.64rem
}
body .layui-m-layerbtn{
	border-top: 1px solid #e3e5e9;
	background: #fff
}
body .layui-m-layerbtn span[no]{
	border-right: 1px solid #e3e5e9
}


/* 空页面 */
.collect-empty-block{
	padding: 2rem 0;
	text-align: center;
}
.collect-empty-block .icon{
	display: inline-block;
	width: 2.106667rem;
	height: 2.106667rem;
	background: url("../images/empty-icon.png") center no-repeat;
	background-size: contain;
}
.collect-empty-block .txt{
	color: #666;
	margin-top: 0.32rem;
	font-size: 0.373333rem;
}