/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -400px;
		width: 900px;
		background: #eee url(../img/modal-gloss.png) no-repeat -200px -80px;
		position: absolute;
		z-index: 101;
		padding: 30px 40px 34px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
		.reveal-modal h1{ text-align:center;}
		.reveal-modal p{ text-align:center; margin-top:-20px;}
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 

.button826{background:url(../img/anniu826.png) no-repeat #90d500 30px 6px;  border:none; font-size:14px; width:200px; height:45px; border-radius:7px; margin-top:15px; margin-bottom:15px; line-height:45px;
color:#fff; font-size:16px; font-family:"微软雅黑";}
.button8262{background:url(../img/anniu8262.png) no-repeat #77ccf3 30px 6px;  border:none; font-size:14px; width:200px; height:45px; border-radius:7px; margin-top:15px; margin-bottom:15px; line-height:45px;
color:#fff; font-size:16px; font-family:"微软雅黑";}
.button8263{background:url(../img/anniu8263.png) no-repeat #3cb035 20px 6px;  border:none; font-size:14px; width:200px; height:45px; border-radius:7px; margin-top:15px; margin-bottom:15px; line-height:45px;
color:#fff; font-size:16px; font-family:"微软雅黑";}
.div8253{animation: shake 1.2s cubic-bezier(.36, .07, .19, .97) both infinite;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden; }
	
	@keyframes shake {
	10%, 90% {
		transform: translate3d(-1px, 0, 0);
	}
	20%, 80% {
		transform: translate3d(2px, 0, 0);
	}
	30%, 50%, 70% {
		transform: translate3d(-4px, 0, 0);
	}
	40%, 60% {
		transform: translate3d(4px, 0, 0);
	}
}
.div8253:hover{animation-play-state:paused;
-webkit-animation-play-state:paused; }