#ads_box{position:fixed;top:0px;left:0px;z-index:999;width:100%;height:100%;background:rgba(0,0,0,0.8);}
	#ads_box iframe {position: absolute;top: 50%;left: 50%;z-index: 100;transform: translate(-50%,-50%);border: 1px solid #252525;background: #1a1a1a;width:336px;height:280px;}
	#ads_close{
		position: absolute;
		top: 50%;
		right: 50%;
		transform: translate(169px, -176px);
		z-index: 222;
		background: #dc0000;
		width: 30px;
		height: 30px;
		border: 2px solid #fff;
	}
	#ads_close:before,#ads_close:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);width:20px;height:2px;background:#fff;}
	#ads_close:after{transform:translate(-50%,-50%) rotate(-45deg);}