@charset "utf-8";
/*******************************关于*****************************************
 *本CSS仅用于大运营大运营下面的lightbox效果
*/
/* -----------------------arale生成lightbox元素定义------------------------ */

#xbox-overlay {
	position: fixed;
	z-index: 1000;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

* html #xbox-overlay {/* ie6 hack */
    position: absolute;
}


.xbox-overlay-bg {
	background-color:#000;
	filter:alpha(opacity=20);
	-moz-opacity: 0.20;
	opacity: 0.20;
	
}

#xbox-hide-select {
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #fff;
    border: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%; 
}

#xbox-mock {
	background: none;
	z-index: 1002;
	color:#000000;
	border: none;
	text-align:left;
	position: absolute;
	top: 16%;
	left: 30%;
	overflow: hidden;
}

*html #xbox-mock { /* ie6 hack */
    position: absolute;
}

#xbox-load{
	position: fixed;
	height:13px;
	width:208px;
	z-index:1003;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #xbox-load { /* ie6 hack */
	position: absolute;
}

#xbox-content{
	width: 100%;
	height: 100%;
	border: none;
}
#xbox-iframe{
	width: 100%;
	height: 100%;
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
/* -----------------------wow中lightbox元素的定义------------------------ */
.lt-close{  position:absolute;right:14px; top:14px;display:block;}
.lt-cover{ left:0px; top:0px; background:#333; filter : progid:DXImageTransform.Microsoft.Alpha(opacity=50); z-index:1000; opacity:0.5; width:100%; height:100%;}
.lt-out { width:555px; left:40%; top:30%; background:#3f3f3f; z-index:1001; }
.lt-inner { border:1px solid #6a758b;background:url(https://img.alipay.com/assets/i/base/lightbox_555w/lt_555w.png) no-repeat #FFF; padding:14px; position:relative; top: -6px; left:-4px;line-height:25px;}
.lt-inner .title{border-bottom:none;}
.lt-out {width:555px; left:40%; top:30%;background:#3f3f3f; z-index:1003; }
.lt-inner { border:1px solid #6a758b;background:url(https://img.alipay.com/assets/i/base/lightbox_555w/lt_555w.png) no-repeat #FFF; padding:14px; position:relative; top: -6px; left:-4px;line-height:25px;}
.lt-inner .title{border-bottom:none;}