<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#footer {
    position: fixed;
    bottom: 0px;
    text-align: right;
    width: 100%;
	background-color: #3E495D;
	
}

body {
    background: url(../img/new/top.jpg) no-repeat;
    background-size: 100% 70px;
    margin: 0;
}

header {
    margin: 0px;
}

#title {
    text-align: left;
    width: 100%;
    top: 70px;
    height: 45px;
    position: absolute;
}

#title ul {
    margin: 0px;
    padding: 0px;
    height: 50px;
    width: 100%;
    list-style: none;
    /*background-color: #3EB1DD;*/
}

#title ul li {
    display: inline;
    /*background-color: #3EB1DD;*/
}

#title ul li a {
    background-color: #29E4F0;
}

.busi-title {
    margin: 0;
    height: 60px;
    width: 100%;
    z-index: 999;
}


ul a {
    display: block;
    text-decoration: none;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: palevioletred;
}


#openseadragon {
    width: inherit;
    height:inherit;
/*     height: 600px; */
    position: relative;
}

#toolbarDiv {
    width: 62%;
    height: 40px;
    margin-top: 20px;
    padding-left: 30px;
}


#container {
    width: 100%;
  /*   height: 600px; */
    position: absolute;
    height:100%;
    overflow:auto;
    /*left: 10px;*/
    right: 10px;
    top: 110px;
    display: inline-block;
}

#container-box {
    width: 62%;
  /*   height: 640px; */
  	height:inherit;
	border: 1px solid #3E495D;
}

#openseadragon1{
	width:100%;
	height:93%;

}

#title_line {
    position: absolute;
    top: 102px;
    width: 100%;
}

#remarkA {
    left: 50px;
    width: 15%;
    height:inherit;
   /*  height: 650px; */
    margin-left: 5px;
    overflow-x:hidden
}

#remark {
    right: 50px;
    width: 20%;
    height: inherit; 
    /*height: 650px;*/
    margin-right: 5px;
    margin-top: 105px;
    float: right;
}

.item_me {
    width: 100px;
    height: 40px;
    color: black;
    padding: 0;
    border: 0;
    background-color: white;
    display: inline-block;
    vertical-align: bottom;
    font-family: "arial black";
}

.item_me:hover {
    background-color: #3E495D;
	color: #29E4F0;
    cursor: pointer;
}

.menu-one {
    display: block;
    width: 103%;
    height: 100%;
	margin: 0;
	padding: 0;
    overflow-y: auto;
    overflow-x: auto;
	background-color:#3E495D;
}

.menu-two {
	display: block;
	width: 100%;
	padding-top: 10px;
	text-align: left;
	color: white;
	padding-left: 10px;
	height: 40px;
	top: 140px;
}

.menu-two:hover {
    background-color: #0197F6;
	color: #29E4F0;
    cursor: pointer;
}

.inline-div {
    display: inline-block;
    vertical-align: top;
}

#cut-off {
    border: 1px solid #3EB1DD;
    width: 1px;
    height: auto;
    background-color: red;
}
hr{
	width: auto;
}


.select_item{
	background-color:#3E495D;
	color:white
}

.progress{position: relative;}

  
input[type=range] {
    -webkit-appearance: none;/*æ¸…é™¤ç³»ç»Ÿé»˜è®¤æ&nbsp;·å¼*/
    width: 100%;
    background-color: #ddd;
 /*   background: -webkit-linear-gradient(#4599ea, #4599ea) no-repeat, #ddd;
    background-size: 25% 100%;*/
    height: 3px;/*æ¨ªæ¡çš„é«˜åº¦*/
    transform-origin: 75px 75px;
    transform: rotate(-90deg);
}
/*æ‹–åŠ¨å—çš„æ&nbsp;·å¼*/
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;/*æ¸…é™¤ç³»ç»Ÿé»˜è®¤æ&nbsp;·å¼*/
    height: 14px;/*æ‹–åŠ¨å—é«˜åº¦*/
    width: 14px;/*æ‹–åŠ¨å—å®½åº¦*/
    background: #4599ea;/*æ‹–åŠ¨å—èƒŒæ™¯*/
    border-radius: 50%; /*å¤–è§‚è®¾ç½®ä¸ºåœ†å½¢*/
    border: solid 1px #4599ea; /*è®¾ç½®è¾¹æ¡†*/
}
#range:focus{ 
    border:none;
    outline:medium; 
}
.fill{
  position: absolute;
  left:0;
  top:113px;
  width: 0;
  height: 4px;
  background: #61bd12;
  border-radius: 100px 0 0 100px;
}
.current{
  color: #61bd12;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  left:70px;
  top:50px;
}</pre></body></html>