.picture_list_item {
	width:23%;
	cursor: pointer;
	margin-bottom: 12px;
	margin-left: 0.8%;
	margin-right: 0.8%;
	float: left;
	border: 1px solid #e8e8e8;
	font-size: 0px;
}
.picture_list_item:hover {
	
}
.picture_list_item_image {
	width: 100%;
	height: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.item_featured_album {
    
}
.featured_album_icon {
	position: absolute; top:4px; left:45px; z-index: 100;
}
.featured_album_icon img {
	height: 24px;
}
.picture_list_edit_btn {
	width: 100%; text-align: center; font-size: 12px; padding: 4px; cursor: pointer;
	-moz-box-sizing: border-box;  /*Firefox3.5+*/
	-webkit-box-sizing: border-box; /*Safari3.2+*/
	-o-box-sizing: border-box; /*Opera9.6*/
	-ms-box-sizing: border-box; /*IE8*/
	box-sizing: border-box; /*W3C标准*/
}
.picture_list_edit_btn:hover {
	background-color: #424242; color: #f7f7f7;
}
.picture_list_edit_btn_blue {
	background-color: #6fc0e3;
}
.picture_list_edit_btn_yellow {
	background-color: #f6d48b;
}
.picture_list_edit_btn_green {
	background-color: #95ee95;
}
.picture_list_edit_btn_red {
	background-color: #ff4141; color: #f3f3f3;
}

.item_pic {
	float: left;
}
.pic_item_title {
	font-size: 14px; line-height: 23px; color: #3f3f3f; font-weight: bold; position: relative; padding: 4px;
}
.pic_item_title > a {
	
}
.viewed_mark {
	position: absolute; right: -6px; bottom: 14px;
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	
	border-bottom: 8px solid #bdbdbd;
	
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-moz-transform: rotate(135deg);
}
.pic_fav_num {
	position: absolute; right: 0px; top:0px;
	height: 10px; line-height: 10px; font-size: 10px; padding: 2px 3px; color: #f2f2f2;
	background: url('../../../images/transbg.png');
}
.pic_group_mark {
	position: absolute; left: 0px; top: 0px;
	width: 40px; height: 54px;
	background: url(../../../images/web/group_icon.gif);
}
.pic_video_mark {
	position: absolute; left: 0px; top: 0px;
	width: 40px; height: 54px;
	background: url(../../../images/web/video_icon.gif);
}
.pic_group_mark > div, .pic_video_mark > div{
	font-size: 10px; color: white; position: absolute; bottom: 5px; text-align: center; width: 40px;
}
.pic_group_attr_item {
	width: 50%;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	padding: 0px 6px;
	font-size: 12px;
	height: 32px; line-height: 32px;
	float: left;
}
.pic_group_attr_item_full_width {
	width: 100%;
}
.pic_group_original {
	position: absolute; top: -64px; left: 2px; width: 37px; height: 58px;
	background-image: url(../../../images/web/yuanchuang.png);
	background-repeat: no-repeat;
	background-size: 37px 58px;
}

.photo_gallery_bottom_access {
	width: 100%;
	width: calc(100% - 2px);
	min-height: 60px;
	font-size: 18px; text-align: center; line-height: 60px;
}
.pgba_btn {
	height: 100%;
	white-space: nowrap;
	float: left;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}
.pgba_btn:hover {
	background-color: #258edf;
	color: #d6d6d6;
}
.pgba_btn img {
	height: 24px;
}
.pgba_edit_tag_btn {
	width: 33%;
	border-right: 1px solid white;
}
.pgba_fav_btn {
	width: 34%;
}
.pgba_fav_btn_add {
	background-color: #49af16;
}
.pgba_fav_btn_remove {
	background-color: #d0361c;
}
.pgba_zoomin {
	width: 33%;
	border-right: 1px solid white;
}
.gallery_prev_btn {
	width:24px;
	height:100%;
	float:left;
	background-color: rgba(30, 30, 30, 0.68);
	background-image: url(../../../images/web/arrow.png);
	background-repeat: no-repeat;
	background-position: -72px center;
	cursor: pointer;
}
.gallery_prev_btn:hover {
	background-color: rgba(237, 237, 237, 0.63);
	background-position: -24px center;
}
.gallery_next_btn {
	width:24px;
	height:100%;
	float:left;
	background-color: rgba(30, 30, 30, 0.68);
	background-image: url(../../../images/web/arrow.png);
	background-repeat: no-repeat;
	background-position: -48px center;
	cursor: pointer;
}
.gallery_next_btn:hover {
	background-color: rgba(237, 237, 237, 0.63);
	background-position: 0px center;
}
.gallery_next_page_btn {
	width:24px;
	height:100%;
	float:left; 
	background-color: rgba(30, 30, 30, 0.68);
	background-image: url(../../../images/web/arrow.png);
	background-repeat: no-repeat;
	background-position: -96px center;
	cursor: pointer;
}
.gallery_next_page_btn:hover {
	background-color: rgba(237, 237, 237, 0.63);
	background-position: -120px center;
}

@media screen and (max-device-width: 600px) {
	.picture_list_item {
		width:31.5%;
		margin-bottom: 24px;
		border: 2px solid #e8e8e8;
	}
	.pic_item_title {
		font-size: 28px; line-height: 36px; padding: 8px;
	}
	.pic_group_attr_item {
		padding: 0px 8px;
		font-size: 24px;
		height: 48px; line-height: 48px;
	}
	.picture_list_edit_btn {
		font-size: 24px; padding: 8px;
	}
	.gallery_prev_btn {
		width:48px;
		background-size: 288px 140px; 
		background-position: -144px center;
	}
	.gallery_prev_btn:hover {
		background-position: -48px center;
	}
	.gallery_next_btn {
		background-position: -96px center;
		background-size: 288px 140px; 
		width:48px;
	}
	.gallery_next_page_btn {
		background-size: 288px 140px; 
		background-position: -192px center;
		width:48px;
	}
	.gallery_next_page_btn:hover {
		background-position: -240px center;
	}
}

/*屏幕宽度超过1024*/
@media only screen 
and (min-device-width : 1024px) {
	.picture_list_item {
		width: 19.5%;
		margin-left: 0.2%;
		margin-right: 0.3%;
	}
}