/*展览*/
.modalBox {
    font-size: 25px;
    line-height: 2;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1000;
    color: #000;
    bottom: 0;
    right: 0;
    /*padding: 10%;*/
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}
.ModalInfo {
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    width: 75%;
}

.ModalInfo p {
    font-size: 13px;
}

.ModalInfo img {
  height: 50px;
  margin: 0 5px;
}

.ModalInfo .specialImg {
    height: 30px;
}



.main-bg{
    position: absolute;
    width:100%;
    height: 100%;
  left: 0px;
  top: 0;
}

.render-container{
    position: absolute;
    width:100%;
    height: 100%;
    z-index: 2;
}

.nav-container{
    position: absolute;
    right: 10px;
    bottom: 80px;
    z-index: 3;
}

.nav-container .btn-group
{
    float: left;
}

.nav-container .btn-group .apply-for{
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #E67D12;
    border-radius: 5px;
    margin-right: 10px;
    background: rgba(234,231,231,0.7);
    border: 1px solid #E67D12;
}

.nav-container .btn-group .start-btn
{
    background-color: #eb4f38;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: white;
    border-radius: 5px 0 0 5px;
}

.nav-container .btn-group .end-btn
{
    background-color: #33475f;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: white;
    border-radius: 0;
    float: left;

}


.nav-container .btn-group .sure-btn
{
    background-color: #4caf50;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: white;
    border-radius: 0 5px 5px 0;
    float: left;
}


.layer-container{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 3;
}

.layer-selecter{
    float: left;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    width: 95px;
}

.attr-container{
  position: absolute;
  right: 10px;
  top: 10%;
  z-index: 3;
}

.attr-container li{
    font-size: 14px;
    color: #555;
    padding: 5px 10px;
    margin: 2px;
}

.search-group{
    float: left;
}

.search-input{
    width: 90px;
    float: left;
    height: 30px;
    line-height: 30px;
    background-color: #eee;
    border-radius: 5px 0 0 5px;
    padding: 0 5px;
    margin-left:5px;
}

.search-btn{
    color: #fff;
    float: left;
    height: 30px;
    line-height: 30px;
    border-radius: 0 5px 5px 0;
    padding: 0 10px;
    background-color: #4caf50;
}

.reset-search-btn{
    color: #fff;
    float: left;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    padding: 0 10px;
    margin-left: 5px;
    background-color: #33475f;
}


.compass {
    z-index: 100;
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    background-image: url('/static/nav1@2x.png');
    background-size: cover;
}

.floors {
  z-index: 100;
  position: absolute;
  left: 7%;
  bottom: 25%;
  background-color: #fff;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
}

.floors li {
    padding: 5px;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
}

.floors li.active {
    color: rgba(0, 119, 255, 0.856)
}

.floors li:not(:first-child) {
    border-top: #eee solid 1px;
}



.pathes {
  z-index: 101;
  position: absolute;
  background-color: white;
  padding: 5px;
  text-align: center;
  width: 100%;
  bottom: 0;
}
.pathList{
  float: left;
  width: 100%;
}

.show{
    display: inline;
}

.hide{
    display: none;
}
.ratio{
    z-index: 100;
    position: absolute;
    right: 215px;
    bottom: 130px;
    height: 10px;
    line-height: 10px;
    border-style: solid;
    border-width: 0 2px 2px 2px;
    border-color: #333;
}

.ratio-text{
    z-index: 100;
    position: absolute;
    right: 165px;
    bottom: 120px;
    height: 30px;
    line-height: 30px;
}
