<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*模态窗体*/
.MODAL
{
    background-color: #000;
    filter: alpha(opacity=80);
    opacity: 0.8;
    
}
body{}
#Efile_PhotoBox img,.ImgStyle img
{
    margin: 5px;
    padding: 5px;
    border: solid 1px #ccc;
    background-color: #FFF;
    cursor:pointer;
}
#Efile_PhotoBox .altcss
{
     font-size:12px;
     color:#999;
	 padding-left:10px;
	 margin-bottom:5px;
	 line-height:1.2em;
    }
/*imgplay*/
 #Efile_ImgShow span
 { 
    background-color: #FFF;
	display:inline-block;
    
     }
 #Efile_ImgShow img
 { 
    margin: 5px;
    
     }
	 
	 
.ConPStyle img
{
    margin: 3px;
    padding: 2px;
    border: solid 1px #ccc;
    background-color: #FFF;
    cursor:pointer;
}
#Efile_PlayerBox
{
    width:100%;
    background-color: #999;
    z-index: 99;
    position: absolute;
    overflow:hidden;
}
#Efile_ImgListBox
{
    width: 130px;
    overflow: auto;
    float:right;
	background:#ccc;
   
   
}
#Efile_ImgListBox .ImgPStyle{}
#Efile_ImgListBox .viewed{
	
    filter: alpha(opacity=60);
    opacity: 0.6;
	}
.ConPStyle{ }
#Efile_ImgShow
{
   
   height:100%;  text-align:center; 
}
#ButtonBar{
	z-index: 3;
    position: absolute;
    cursor:pointer;
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.imgalt
{
    padding: 5px 30px 6px 20px;/*不要修改*/
    z-index: 4;
    position: absolute;
    background-color: #fff;
    filter: alpha(opacity=80);
    opacity: 0.8;
    color: #000;
    text-align: center;
    font-size: 16px;
	line-height:25px;
}
.imgalt td{ text-indent:2em;}
#Efile_ImgCtrl{position:absolute;top:50px;left:0;z-index:99;cursor:pointer;}
.ctrltip{ position:absolute; top:40%; width:40px;height:40px; background:url(/images/prenxt.png) 0 0 no-repeat; display:none;}
.ctrltip i{display:none;}
.cNext{left:auto;right:10px; background-position:-40px 0;}
.cBack{ left:10px;right:auto;}

</pre></body></html>