#pic_group_container > h3 {
	font-size: 16px; font-weight: bold; line-height: 32px;
}
#pic_group_container > h3 > span {
	font-size: 14px; color: #757575;
}
#pic_group_container > h3 > p {
	font-size: 16px; color: red; display: inline-block;
}
#pic_group_container > h4 {
	font-size: 14px; line-height: 24px;
}
.group_pics_item {
	float: left; margin-right: 16px; position: relative;
}
.pic_group_zip {
	margin: 12px 0;
}

.group_pic_need_purchase p {
	width: 100%;
	padding: 12px;
	font-size: 14px;
	line-height: 18px;
	-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标准*/
	text-align: center;
	position: absolute; bottom: 45%;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	color: #252525;
	cursor: pointer;
}
.group_pic_need_purchase:hover p:not(:hover) {
	text-shadow: -1px 0 #252525, 0 1px #252525, 1px 0 #252525, 0 -1px #252525;
	color: white;
}
.group_pic_need_purchase p:hover {
	text-shadow: -1px 0 #252525, 0 1px #252525, 1px 0 #252525, 0 -1px #252525;
	color: white;
}



.pic_group_meta {
	margin:6px 0;
	padding: 12px 24px;
	margin-left: -12px;
}
.pic_group_meta_item {
	width: 20%; float: left;
	font-size: 14px;
	padding: 4px 0;
}


.pic_group_comment_container {
	margin: 12px 0;
	
}
.pic_group_comment_empty {
	margin: 8px 0; font-size: 14px; line-height: 18px; color: #747474;
}
.pic_group_comment_head {
	width: 100%; 
	border-bottom: 1px solid #7e7e7e;
	font-size: 14px; line-height: 18px; height: 24px;
	font-weight: bold;
}
.pic_group_comment_input {
	margin: 6px 0 0 0;
	width: 100%;
}
.pic_group_comment_input textarea {
	width: 100%; height: 54px;
	padding: 12px; font-size: 14px; line-height: 18px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; /*W3C标准*/
}
.pgcl_user {
	margin: 12px 0 6px 0;
	font-size: 14px;
	line-height: 18px;
	height: 18px;
}
.pgcl_text {
	margin: 0px 0 24px 0;
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 12px 0;
}

@media(max-width: 1024px) {
	.picture_group_dispute_on_detail_page {
	    background: #b8b8b8; color: #d50000; padding:10px 0; font-size:18px; text-align: center; letter-spacing: 1px;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    white-space: nowrap;
	}
}
@media(min-width:1024px) {
	.picture_group_dispute_on_detail_page {
	    background: #c90000; color: #eaeaea; padding:8px 0; font-size:16px; text-align: center; letter-spacing: 1px;
	    text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
}
