﻿	.opcity {width:100%;height:100%; background:rgba(0,0,0,.5); position: fixed; top: 0; left:0; z-index: 1999;}
	.msgBg {width:300px;height:auto;background:rgb(255,255,255);margin:18% 40%;border-radius: 10px; border:5px solid #000;position: absolute;}
	.closeMsg {width:25px;height:25px;background: url(http://special.focalprice.com/static/uploads/20141022/5447564b81f4b.png) 0 0 no-repeat; position: absolute; z-index: 1002; margin-top:5px; margin-left:270px;}
	.tip-info {padding:30px; text-align:center;font-size:14px;color:#000;line-height:22px;}
	.tip-info a { color: red;}
	.mstock {width:100px;height:100px;position:fixed;right:10px;top:35%; z-index: 2000;}
	.stockbg {width: 100px; height: 100px; position: relative; margin: 0 auto; background:rgba(0,0,0,.1);border-radius: 50%; /*box-shadow: 0px 0px 5px rgba(0,0,0,0.2); */	
		animation: zoom .3s linear 0s infinite alternate;
		/* Firefox: */
		-moz-animation: zoom .3s linear 0s infinite alternate;
		/* Safari 和 Chrome: */
		-webkit-animation: zoom .3s linear 0s infinite alternate;
		/* Opera: */
		-o-animation: zoom .3s linear 0s infinite alternate;}
	.stockbg a {display: block; width: 100px;height: 100px; background: url(http://promotion.focalprice.com/SendCoupons1/images/stocking.png) center center;border-radius: 50%;

	}
	@keyframes zoom
	{
	from {
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-o-transform:scale(1,1);
	transform:scale(1,1);
	}
	to {
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
	}
	}

	@-moz-keyframes zoom /* Firefox */
	{
	from {
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-o-transform:scale(1,1);
	transform:scale(1,1);
	}
	to {
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
	}
	}

	@-webkit-keyframes zoom /* Safari 和 Chrome */
	{
	from {
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-o-transform:scale(1,1);
	transform:scale(1,1);
	}
	to {
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
	}
	}

	@-o-keyframes zoom /* Opera */
	{
	from {
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-o-transform:scale(1,1);
	transform:scale(1,1);
	}
	to {
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
	}
	}