.oneLine {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body {
  background-color: #000000;
  margin: 0;
  overflow: hidden;
}
#consoleDiv {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  z-index: 100;
  overflow: scroll;
  color: #fff;
  background: #000000;
}
#consoleDiv p {
  line-height: 12px;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
#container {
  width: 100%;
  height: 100%;
}
#extra {
  position: fixed;
  width: 100%;
  color: #ffffff;
  font-family: '微软雅黑';
  text-align: center;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 14px;
}
#extra.left {
  left: -25%;
}
#extra #roomSel {
  position: absolute;
  left: 35%;
  width: 6.5em;
  top: 1em;
  background: #FAF8E0;
  border-radius: 2px;
  color: #000;
  padding: 0.6em 2.5em 0.6em 1.5em;
  text-align: left;
}
#extra #roomSel.open #openSel .sj {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
#extra #roomSel.open #position {
  display: block;
}
#extra #roomSel #roomName {
  font-size: 1.2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#extra #roomSel #openSel {
  background: #FC6A46;
  height: 100%;
  width: 2.5em;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 2px;
  cursor: pointer;
}
#extra #roomSel #openSel .sj {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  margin-left: -0.45em;
  margin-top: -0.2em;
  border-bottom: 0.5em solid #fff;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
#extra #roomSel #position {
  position: absolute;
  display: none;
  right: 0;
  top: 120%;
  width: 100%;
  background: #FAF8E0;
  border-radius: 2px;
  padding: 0;
  margin: 0;
  line-height: 1em;
  list-style: none;
  z-index: 10;
}
#extra #roomSel #position li {
  margin: 0;
  color: #000;
  font-weight: normal;
  cursor: pointer;
}
#extra #roomSel #position li a {
  display: block;
  padding: 0.5em 0.2em 0.5em 1em;
  border-radius: 2px;
  font-size: 1.2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#extra #roomSel #position li a:hover {
  background: #E6E5CD;
}
#extra #roomSel #position li.active a {
  background: #FC6A46;
}
#plan {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scale(0.5, 0.5);
      -ms-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
  background: rgba(251, 248, 223, 0.8);
}
#plan.hide #planImg {
  display: none;
}
#plan.hide .show .jt {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
#plan #planImg {
  box-shadow: 12px 12px 45px rgba(0, 0, 0, 0.3);
}
#plan .show {
  position: absolute;
  height: 97px;
  width: 35px;
  right: -35px;
  top: 2em;
  background: rgba(50, 43, 42, 0.7);
  border-radius: 0 5px 5px 0;
}
#plan .show .jt {
  color: #000;
  font-size: 26px;
  text-align: center;
  line-height: 46px;
  top: 52%;
  font-weight: bold;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  position: absolute;
  width: 100%;
  height: 13px;
  margin-top: -6px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#plan .show .jt div {
  display: block;
  position: absolute;
  background: #EED4AA;
  left: 50%;
  top: 0;
}
#plan .show .jt .tj {
  height: 2px;
  width: 16px;
  margin-left: -16px;
  -webkit-transform-origin: 100%;
      -ms-transform-origin: 100%;
          transform-origin: 100%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#plan .show .jt .bj {
  height: 2px;
  width: 16px;
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  #plan {
    -webkit-transform: scale(0.4, 0.4);
        -ms-transform: scale(0.4, 0.4);
            transform: scale(0.4, 0.4);
  }
  #extra {
    font-size: 12px;
  }
  #extra.left {
    left: -48%;
  }
  #extra #roomSel {
    left: 60%;
  }
  #plan .show {
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
    right: -52px;
    top: 5em;
  }
}
@media screen and (max-width: 400px) {
  #plan {
    -webkit-transform: scale(0.35, 0.35);
        -ms-transform: scale(0.35, 0.35);
            transform: scale(0.35, 0.35);
  }
  #extra.left {
    left: -45%;
  }
  #extra #roomSel {
    left: 57%;
  }
}
@media screen and (max-width: 360px) {
  #plan {
    -webkit-transform: scale(0.3, 0.3);
        -ms-transform: scale(0.3, 0.3);
            transform: scale(0.3, 0.3);
  }
  #extra.left {
    left: -45%;
  }
  #extra #roomSel {
    left: 55%;
  }
}
#plan img {
  opacity: 0.8;
}
#plan-camera {
  position: absolute;
  left: 0;
  right: 0;
  width: 3em;
  height: 3em;
  z-index: 2;
  border-bottom-right-radius: 100%;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  background: -webkit-linear-gradient(315deg, rgba(252, 107, 67, 0.8) 0%, rgba(255, 26, 0, 0) 75%);
  background: linear-gradient(135deg, rgba(252, 107, 67, 0.8) 0%, rgba(255, 26, 0, 0) 75%);
}
.plan-point {
  position: absolute;
  left: 0;
  top: 0;
  height: 3em;
  line-height: 3em;
  padding-right: 2.5em;
  z-index: 1;
}
.plan-point span {
  font-size: 2em;
  font-family: '微软雅黑';
  color: #333;
  font-weight: bold;
}
.plan-point i {
  position: absolute;
  right: 0;
  top: 0.5em;
  height: 2em;
  width: 2em;
  border: 1px solid #e2e1c6;
  border-radius: 1em;
  background: -webkit-radial-gradient(#94c31f, rgba(148, 195, 31, 0) 80%) right 50%;
  background: radial-gradient(#94c31f, rgba(148, 195, 31, 0) 80%) right 50%;
}
.plan-point.active i {
  background: -webkit-radial-gradient(#f36838, rgba(243, 104, 56, 0) 80%);
  background: radial-gradient(#f36838, rgba(243, 104, 56, 0) 80%);
  background-size: 2em;
}
.bottomTools {
  position: absolute;
  bottom: 0.5rem;
  width: 100%;
  height: 2rem;
}
.bottomTools a {
  box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 2rem;
  width: 35%;
  height: 100%;
  margin: 0 6%;
  background: #FC6A46;
  border-radius: 1rem;
}
.mask {
  display: none;
  position: absolute;
  z-index: 1000;
  background: url("../img/bg_share.png") rgba(0, 0, 0, 0.8) no-repeat 85% 10px;
  background-size: 60%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mask.show {
  display: block;
}
/*# sourceMappingURL=vr.css.map */