.floatingAd .ad {
	z-index: 100;
	position: absolute;
	/* backgroud-color: #8196C3; */
}

.contentBox{
	color: red;
    font-size: small;
    background:url(../images/index_notice.png) no-repeat;
    /* background:#2796EE; */
    /* background-size: 260px 200px; */
    /* word-break:break-all; */
    /* text-indent:2em; */
    /* margin-top:25px; */
    
    margin-top:0px;
    border-radius:0px 0px 5px 5px;
    line-height: 20px;
}

.contentBox .d{
   align:center;
}
.contentBox p {
	padding-left: 10px;
	word-break:break-all;
	margin: auto;
	margin-top: 50px;
	/* font-size: 28px; */
	/* color: white; */
	color: red;
	/* 小米米官网 */
    /* font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif; */
    /* 加网 */
    font: 25px/1.5 'Microsoft YaHei',arial,tahoma,\5b8b\4f53,sans-serif;
    line-height: 26px;
}

.floatingAd a {
	color: #8196C3;
	display: inline-block;
	text-decoration: none;
}

.floatingAd a img {
	border: 0;
}

.floatingAd .close {
}

.floatingAd .opacity {
	position: absolute;
	top: 0;
	width: 100%;
	height: 25px;
	background-color: #8196C3;
	/* opacity: 0.20; */
	/* filter: alpha(opacity=20); */
	border-radius:5px 5px 0px 0px;
}

.opacity1 {
	opacity: 0.90;
	filter: alpha(opacity=90);
}

.floatingAd .text {
	position: absolute;
	top: 0;
	width: 100%;
	height: 25px;
	color: #000000;
	line-height: 25px;
	backgroud-color: #8196C3;
	
}

.floatingAd .text .button {
	position: relative;
	float: right;
	top: 5px;
	right: 5px;
	width: 16px;
	height: 16px;
	background: url("../images/ico_delete.gif") no-repeat;
	cursor: pointer;
}

.floatingAd .text .fTitle {
	position: relative;
	float: left;
	font-size: 12px;
	font-weight:bold;
	margin-left: 5px;
}