/*
    图标容器
*/
.bottom-controls .buttons,
.bottom-controls,
.play-control {
  height: 75px !important;
}
.play-control .tour-btn {
  /*width: 85px !important;*/
}
.icon-show_3d_normal:before {
  content: "";
  background-image: url("../img/icon/dollhouse.png");
  background-size: cover;
  display: block;
  height: 3.89vw;
  width: 3.89vw;
}
.icon-show_3d_selected:before {
  content: "";
  background-image: url("../img/icon/dollhouse.png");
  background-size: cover;
  display: block;
  height: 3.89vw;
  width: 3.89vw;
}
.icon-show_roaming_normal:before {
  content: "";
  background-image: url("../img/icon/inside.png");
  background-size: cover;
  display: block;
  height: 3.89vw;
  width: 3.89vw;
}
.icon-show_roaming_selected:before {
  content: "";
  background-image: url("../img/icon/inside.png");
  background-size: cover;
  display: block;
  height: 3.89vw;
  width: 3.89vw;
}
.icon-show_plane_normal:before {
  content: "";
  background-image: url("../img/icon/floor.png");
  background-size: cover;
  display: block;
  height: 3.89vw;
  width: 3.89vw;
}
.icon-show_plane_selected:before {
  content: "";
  background-image: url("../img/icon/floor.png");
  background-size: cover;
  display: block;
  height: 3.89vw;
  width: 3.89vw;
}
.icon-preview:before {
  content: "";
  background-image: url("../img/icon/play.png");
  background-size: cover;
  display: block;
  height: 3.89vw;
  width: 3.89vw;
}
.icon-pause:before {
  content: "";
  background-image: url("../img/icon/pause.png");
  background-size: cover;
  display: block;
  height: 3.89vw;
  width: 3.89vw;
}
.play-control .tour-btn.bor .icon-pull-down:before {
  content: "";
  background-image: url("../img/icon/auto.png");
  background-size: cover;
  display: block;
  height: 3.89vw;
  width: 3.89vw;
}
/*
    关闭按钮旋转
*/
.play-control .tour-btn.bor > .iconfont {
  transform: none !important;
}
.play-control .tour-btn.bor .icon-pull-down.active:before {
  background-image: url("../img/icon/auto-suspend.png");
}
.bottom-controls > div.controls-right-buttons > div:nth-child(1) {
  display: none;
}
.bottom-controls > div.controls-right-buttons > div {
  /*margin-left: 80px;*/
  width: 5.65vw;
}
.icon-music:before {
  content: "";
  background-image: url("../img/icon/Volume btn_off.png");
  background-size: cover;
  display: block;
  height: 3.89vw;
  width: 3.89vw;
}

/*
    新增按钮
*/

.controls-right-buttons,
.controls-left-buttons {
  height: 5.14vw !important;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 3vw !important;
}
.play-control[data-v-1943af31] {
  margin-left: 0 !important;
}
.play-control .tour-btn[data-v-1943af31] {
  margin: 0 20px !important;
  width: auto !important;
}
.controls-left-buttons .buttons,
.play-control {
  background-color: initial !important;
}
.play-control .tour-btn.bor {
  border-left: none !important;
}
.controls-right-buttons > div {
  position: relative;
  background-color: initial !important;
  /*height: 100% !important;*/
  height: 5.14vw !important;
}
.play-control {
  height: 5.14vw !important;
}
.controls-left-buttons {
  height: 5.14vw !important;
}
.bottom-controls {
  height: 5.14vw !important;
}
.controls-left-buttons .buttons {
  height: 5.14vw !important;
}
.play-control .tour-btn {
  height: 5.14vw !important;
}
.controls-right-buttons {
  margin-bottom: 0 !important;
}
.controls-right-buttons > div .num {
  position: absolute;
  /*right: -1.4vw;*/
  left: 3.4vw;
  top: 0.1vw;
  font-size: 0.625vw;
  color: #f0b977;
  background: #004256;
  padding: 0.1vw 0.5vw;
  border-radius: 0.5vw;
  border: 1px solid #f0b977;
  z-index: 9999;
}
.icon-visit:before {
  content: "";
  background-image: url("../img/icon/visit-icon.png");
  background-size: cover;
  display: block;
  height: 3.89vw;
  width: 3.89vw;
}
.icon-like:before {
  content: "";
  background-image: url("../img/icon/zan-icon.png");
  background-size: cover;
  display: block;
  height: 3.89vw;
  width: 3.89vw;
}
.icon-desc:before {
  content: "";
  background-image: url("../img/icon/desc.png");
  background-size: cover;
  display: block;
  height: 3.89vw;
  width: 3.89vw;
}

.controls-right-buttons .playing {
  animation: none !important;
}
.controls-right-buttons .playing .icon-music:before {
  background-image: url("../img/icon/Volume btn_on.png");
}
.icon-full:before {
  content: "";
  background-image: url("../img/icon/enlarge_on.png");
  background-size: cover;
  display: block;
  height: 3.89vw;
  width: 3.89vw;
}
.icon-scene_window:before {
  content: "";
  background-image: url("../img/icon/narrow_off.png");
  background-size: cover;
  display: block;
  height: 3.89vw;
  width: 3.89vw;
}

/*
    标题
*/
.information .title {
  display: none !important;
}
.title-container {
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translate(-50%);
  display: block;
  color: white;
  z-index: 999;
}

.title-container span {
  font-size: 18px;
  overflow: hidden;
  height: 100%;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #f0b977;
}

/*
    简介
*/

.information {
  position: initial !important;
}
.description {
  display: block !important;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s linear;
  position: absolute;
  top: initial !important;
  left: initial !important;
  right: 29px !important;
  bottom: 119px !important;
  z-index: 9999 !important;
  background-image: url(../../viewer/img/desc-bg.png) !important;
  background-repeat: no-repeat !important;
  border-radius: 20px !important;
  overflow: hidden !important;
}
