/*调整Cookie设置按钮与wp-plugin-info-card插件冲突*/
.cky-btn-revisit-wrapper {
	position: fixed !important;
	cursor: pointer !important;
}
/* .grecaptcha-badge {display: none;}*/
.site-header {z-index:9999;}

.jzb-button-blue:hover::after {
	animation: touchripple 1s ease-out;
}
@keyframes touchripple {
	0% {
		transform: scale(0,0);
		opacity: .3;
	}

	20% {
		transform: scale(25,25);
		opacity: .3;
	}

	100% {
		opacity: 0;
		transform: scale(40,40);
	}
}