@charset "UTF-8";

.ccm-save-p {
	overflow: hidden
}
.ccm-save i {
	position: relative;
	top: 30px
}
.ccm-save-a span i {
	margin-top: 0;
	animation: ccm-save-icon .8s cubic-bezier(0.77, 1.27, 0, 1.1);
	transition: color 0.2s ease-in-out
}

@keyframes ccm-save-icon {
	0% {
		margin-top: 0px;
		color: inherit
	}
	49% {
		color: inherit
	}
	50% {
		margin-top: -60px;
		color: #ff9800
	}
	75% {
		margin-top: -60px;
		color: #ff9800
	}
	76% {
		color: inherit
	}
	100% {
		margin-top: 0px
	}
}
