<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rebox { cursor: pointer; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 1000; -webkit-filter: none !important;
    }
.rebox .closeDiv{width: 100%; height: 100%; top: 0; left: 0; position:absolute; -webkit-filter: none !important;
    background: rgb(0, 0, 0); /* IE Fallback (Solid Colour) */
    background: url(data:image/png);
    background: rgba(0, 0, 0, 0.85);}	
	
.rebox *{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; }
.rebox-contents { position: absolute; z-index:100; text-align: center; width:auto; height:auto; left:50%; top:50%;
transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%); 	/* IE 9 */
-moz-transform:translate(-50%,-50%);	/* Firefox */ 
-webkit-transform:translate(-50%,-50%); /* Safari ï¿½ï¿½ Chrome */
-o-transform:translate(-50%,-50%);	/* Opera */

 }
.rebox-contents .rebox-content { border: 5px solid #fff; box-shadow: 0 0 20px #000; border-radius: 1px; max-width: 100%; max-height: 100%; }
.rebox-loading { width: 31px; height: 31px; margin: -16px 0 0 -16px; position: absolute; top: 48%; left: 50%; }
.rebox-caption { display: none; position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; z-index: 1000; background: #000; background: #00813E; line-height:60px; height:60px; font-size:16px; }
.rebox-caption p { margin: 0 auto; max-width: 70%; display: inline-block; *display: inline; *zoom: 1; padding: 10px; color: #fff; line-height: 40px; }

.rebox-button {font-size:0px;  position: absolute; z-index: 9999; min-width: 51px; height: 51px; line-height: 40px; background: rgb(255, 255, 255); 
    text-decoration: none; font-size: 24px; color: #fff; text-align: center; vertical-align: middle;
    -webkit-border-radius: 32px; -moz-border-radius: 32px; -ms-border-radius: 32px; border-radius: 32px;
    -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; }

.rebox-close { right: 50px; top: 120px; background:url(/Public/home/image/close4.png) no-repeat; }
.rebox-next { right: 50px; top: 48%; background:url(/Public/home/image/img_btn2.png) no-repeat bottom  right;  }
.rebox-prev { left: 50px; top: 48%;  background:url(/Public/home/image/img_btn2.png) no-repeat top  left; }

.rebox-next:hover{ opacity: 1; background-position: bottom  left; }
.rebox-prev:hover { opacity: 1; background-position: top right; }
.rebox-close:hover{-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.rebox-loading { left: 50%; top: 48%;
    -webkit-animation-name: spin; -webkit-animation-duration: 2000ms; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear;
    -moz-animation-name: spin; -moz-animation-duration: 2000ms; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear;
    -ms-animation-name: spin; -ms-animation-duration: 2000ms; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear;    
    animation-name: spin; animation-duration: 2000ms; animation-iteration-count: infinite; animation-timing-function: linear;
}

@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from { transform:rotate(0deg); }
    to { transform:rotate(360deg); }
}</pre></body></html>