@charset "UTF-8";
/* CSS Document */

.lightboxout{
	/*width: 800px;*/ 
    text-align: center; 
    background: #484843;
	padding: 15px 0px;
	font-size: 15px; color: #fff;
	line-height: 26px;
	/*height: 550px;*/
	/*background-color: rgba(0,0,0,0.7);*/
	z-index: 1999;
/*	webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; */
}

.lin-box{
	color: #fff;
	/*overflow: scroll;*/ 
	width: auto; margin: 10px; text-align: left;
	/*height: 420px;*/
	border: 1px solid #787878;
	padding: 13px;
	z-index: 2000;
/*	webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; */

}

.lin-box ol{margin-left: 40px;}
.lin-box p{margin: 10px 0 10px 0;}
.lin-box ul{margin-left: 40px;list-style:disc;}

.x{ 
	background: url(../ad-img/X.jpg) no-repeat center top ;
	background-position: center top; background-size: 100% 100%;
	border-radius:20px;
	float: right; 
	right: -38px;  top: -32px;
	width: 35px; height: 35px; 
	z-index: 2000px;
	position: relative;
	cursor: pointer;
}
.title{font-size: 20px; text-align: center; color: #d8e938;}
.close{ width:55%; background-color: #D4D8BC; display:block; position:relative; margin: 0px auto 0 auto; line-height:40px; height:40px; color: #000; text-decoration: none;}		
.close a:link {
color: #000;
}
h1{font-size: 20px; text-align: center; color: #d8e938;}

@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
.lightboxout{background-color:#000000;
    filter:Alpha(opacity=50);
    position:static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
    *zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
  }