@charset "utf-8";
/* CSS Document */
	.ads-b{ position:relative
	}
	.ad_bj{ position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,.3) url(../home/resource/bg_line.png) repeat 0 0; z-index: 9999;
	transition-duration: .3s}
	.ad_bj:hover{background-color: rgba(236,1,5,.5)}
	.ad_bj.hover{
		animation: glow 200ms ease-out 6 alternate;
	}
	@-webkit-keyframes glow {
    0% {
       background-color: rgba(236,1,5,.3);
    }    
    100% {
       background-color: rgba(236,1,5,.7);
    }
	}
	.ad_bj b{
	 	font-size: 18px;
		font-family: Microsoft Yahei;
		color:#fff;
		line-height: 2;
		background-color: #EC0105;
		position: absolute;
		bottom: 0px;
		width: 100%;
		text-indent: 10px;
		left:0;
	}
	.ad_bj b:after{width:0; height:0; border:8px solid; border-color: transparent transparent #EC0105 transparent;
		content: "";
		position: absolute;
		top:-16px; 
		left: 10px;
	}
	img{animation-play-state: paused;}
	.ad_menu_search{ position: fixed;right:0px; bottom:10px; background-color: rgba(255,255,255,.85);padding:10px;}
	.ad_menu_search_title{ font-size: 14px;font-family: Microsoft Yahei;}
	.ad_menu_search a{font-family: Microsoft Yahei;}
.pr,
#picarea,
.slide_x,
.syFocusThumb,
.hot_brand,
.pic_qiehuan,
.hot_topic .con,
.floor_mAds .bd,
.floor_ads_topic,
.month-star,
.ads_acc .bd,
.sd-hot .bd,
.AD-channelTop{ position: relative}

#preview { 
	background: #fef927; 
	color: #333; 
	padding: 10px 15px; 
	display: none; 
	position: absolute; 
	z-index: 999999;
	font-size: 16px;
	box-shadow: 0 3px 6px rgba(0,0,0,.3);
	border-radius: 3px;
	font-family: Microsoft Yahei;
}


