.ad_box{
		position: fixed;
		top: 80px;
		left: 0px;
		width:320px;
		height: 30px;
		opacity: 0;
		z-index: 99999;
		font-size: 12px;
		font-family: "Î¢ÈíÑÅºÚ";
		display: none;
	}
	.ad_box_msg{
		display: inline-block;
		color: #ffffff;
		font-size: 12px;
		width: 197px;
		height: 24px;
		padding-left: 35px;
		padding-right: 1px;
		padding-bottom: 2px;
		background-color: rgba(134,134,134,0.8);
		line-height: 24px;
		border-radius: 20px;
		margin-left: 15px;
		z-index: 1;
		text-decoration: none;
	}
	.ad_box_msg span{
		display: inline-block;
		height: 25px;
		line-height: 25px;
		vertical-align: middle;
	}
	.ad_box_msg .product_name{
		width: 82px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		
	}
	
	.ad_box .ad_ico{
		display: inline-block;
		width: 26px;
		height: 26px;
		border-radius: 26px;
		background-color:rgba(230,230,229,0.5);
		text-align: center;
		line-height: 24px;
		margin-left: -237px;
		z-index:2;
	}
	.ad_box .ad_ico img{
		width: 58%;
		height: auto;
		vertical-align: middle;
	}

