
.sungroup .sg_box {
	position:relative;

}


.sungroup .sg_copy {
	cursor:pointer;
	font-size:15px;
	margin-bottom:5px;
	position:relative;
}

.sungroup .sg_icopy {
	position:absolute;
	width:100%;
	bottom:0px;
	left:0;
	color:green;
	height:20px;
	opacity:0;
}
.sungroup .sg_icopy_done {
	animation:copydone 2s;
}


@keyframes copydone {
	0% {
		bottom:0px;
		opacity:0;
	}
	25% {
		bottom:-25px;
		opacity:1;
	}
	75% {
		bottom:-25px;
		opacity:1;
	}
	100% {
		bottom:-25px;
		opacity:0;
	}
}
