
html,
body {
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-text-size-adjust: none;
}
.labelBox {
  width:250px; padding: 10px;border-radius: 10px;background:#fff;position: fixed;top: 150px; right:100px;z-index: 100;
}
.labelBox .labelBox-title{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;margin-bottom:20px;
}
.labelBox i{
  font-size: 24px
}
.imageBox {
  width:250px;background:#fff ;padding: 10px;
  border-radius: 10px; position: fixed;z-index: 999; top: 150px; right:100px ;
}
.imageBox-title{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;margin-bottom:20px;
}
.ratioBox{
    position: fixed;
    bottom: 50px;
    left: 30px;
    z-index: 100;
    width: 66px;
    background-color: rgba(40,49,66,.6);
    border-radius: 34px;
    padding-bottom: 10px;
}
.ratioBox .ratio-style{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding-left:0;
}
.ratioBox .ratio-item{
    width: 46px;height: 46px;border: 1px solid #ffb9ff;border-radius:50%;margin-bottom:10px;margin-left: 0px;color:#fff;font-size: 18px;
}
#openSeadragon1 {
  background-color: #000;
  /* margin-top: 100px; */
  width: 100%;
  height: 100%;
}
.btnbox {
  margin: 0 auto;
  text-align: center;
  position: fixed;
  top: 35%;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999999;
}
.btnbox i {
  background-color: #3b494d;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
  color: #fff;
}
.btnbox .unchecked {
  background-color: #3b494d;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
  color:  #fff;
}
.btnbox .checked {
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
  color: #3b494d;
}
.el-tooltip__popper.is-dark {
  opacity: 0.8;
}

