/*弹窗广告*/

.fixed_ad {}

.fixed_ad_hide {
	display: none;
	position: fixed;
	z-index: 99999;
	left: 0;
	bottom: 55px;
	width: 178px;
	height: 136px;
	overflow: hidden;
}

.fixed_ad_hide_imgblock {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}
.fixed_ad_hide_img{
	max-width: 100%;
}
.fixed_ad_show {
	display: none;
	height: 176px;
	width: 100%;
	background: #2f383d;
	position: fixed;
	bottom: 0;
	left: 0px;
	z-index: 999999;
	background-color: rgba(47, 56, 61, 0.75);
}

.fixed_ad_show_bg {
	width: 1140px;
	margin: 0px auto;
	text-align: center;
}

.fixed_ad_show_bg>div>img {
	max-width: 100%;
	max-height: 100%;
}

.fixed_ad_show_left {
	width: 512px;
	height: 176px;
	display: inline-block;
	/*background-image: url(/baseplatform/control/fileViewAction2?attachmentRelId=23144);*/
	background-position: center;
	background-size: 100% auto;
}

.fixed_ad_show_right {
	width: 512px;
	height: 176px;
	display: inline-block;
	/*background-image: url(/baseplatform/control/fileViewAction2?attachmentRelId=23147);*/
	background-position: center;
	background-size: 100% auto;
}

.fixed_ad_show_close {
	cursor: pointer;
	height: 300px;
	float: right;
	margin-top: 26px;
}
.fixed_ad_show_bg>.fixed_ad_show_close> img{
	width: 38px;
	height: 38px;
}