<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	 /*鍗楀北鍔ㄧ敾*/
   .ns_animate{
	   display:none;
   	/*position: absolute;*/
   	z-index: 9000;
   	/*width: 100%;*/
   	/*height: 100%;*/
   	top: 0;
   	background-color: transparent;
   	
   }
   .ns_animate .ns_box{
   		
   		height: 2px;
   		border-radius: 2px;
   		position: absolute;
   		background: #fff;
   		width: 10%;
   		top: 0;
   		left: 0;
   		right: 0;
   		bottom: 0;
   		margin: auto;
   		z-index: 99999;
   	}
   .ns_animate .ns_top{
   	/*display: none;*/
   	z-index: 9000;
   	position: absolute;
   	left: 0;
   	top: 0;
   	width: 100%;
   	height: 50%;
   	background-color: #000;
   }
 .ns_animate .ns_bottom{
 	/*display: none;*/
 	z-index: 9000;
 		background-color: #000;
   	position: absolute;
   	left: 0;
   	bottom: 0;
   	width: 100%;
   	height: 50%;
   }
   #pano{
   	background-color: #000;
   }</pre></body></html>