html, body {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.vrshow_container_logo {
  position: absolute;
  left: 10px;
  top: 10px;
  max-width: 400px;
  z-index: 800;
  height: 60px;
}

.vrshow_container_logo .title-1{
  display:flex;
}

.vrshow_logo_title .pano_desc_title{
  display: inline-block;
  max-width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.vrshow_container_logo .title-1>div{
  margin-right:10px;
}

.vrshow_container_logo a {
  display: block;
  height: 60px;
  margin-bottom: 10px;
}

.vrshow_container_logo img {
  height: 25px;
  width: 130px;
  float: left;
  cursor: pointer;
}

.vrshow_logo {
  background: rgba(0, 0, 0, 0) url("/plugin/custom_logo/images/custom_logo.png") no-repeat scroll 0 0;
}

.vrshow_logo_title {
  text-shadow: 5px 5px 10px #000;
  -moz-text-shadow: #000 5px 5px 10px;
  -webkit-text-shadow: #000 5px 5px 10px;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
  display: flex;
  color: #fff;
  font-size: 14px;
  justify-content: space-between;
  margin-bottom: 15px;
  flex-wrap: wrap;
  flex-direction: column;
}

.vrshow_logo_title>div {
  margin-right: 15px;
}

.vrshow_container_1 {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 62px;
  z-index: 800;
}

.vrshow_container_2, .vrshow_container_2_min {
  position: absolute;
  right: 10px;
  bottom: 10px;
  /*height:62px;*/
  z-index: 800;
}

.vrshow_container_3, .vrshow_container_3_min {
  position: absolute;
  left: 10px;
  bottom: 10px;
  /*height:62px;*/
  z-index: 800;
}

.scene-choose-width {
  width: 60px;
}

.img_desc_min {
  width: 100%;
  text-overflow: clip;
  overflow: hidden;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  text-shadow: 3px 3px 3px #000;
}

.vrshow_container_1 a {
  display: block;
  height: 62px;
  width: 62px;
  margin-bottom: 5px;
  cursor: pointer;
}

.vrshow_container_2 a, .vrshow_container_3 a {
  display: inline-block;
  height: 62px;
  width: 62px;
  margin-right: 5px;
  cursor: pointer;
}

.vrshow_container_1_min {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  z-index: 800;
}

.vrshow_container_1_min div {
  display: block;
  height: 40px;
  width: 40px;
  margin-bottom: 5px;
  cursor: pointer;
}

.vrshow_container_2_min span, .vrshow_container_2_min img, .vrshow_container_3_min span, .vrshow_container_3_min img {
  display: block;
  height: 40px;
  width: 40px;
  /*margin-right: 5px;*/
  margin: 0 auto;
  cursor: pointer;
  /*background-size:40px 40px*/
}

.btn_fullscreen {
  background: url("/static/images/skin1/full-screen.png") no-repeat;
  background-size: 40px;
}

/*.btn_fullscreen:focus,*/

/*.btn_fullscreen:hover {*/

/*background: url("/static/images/kr/icon.png") no-repeat -120px -80px / 400px 160px;*/

/*}*/

.btn_fullscreen_off {
  background: url("/static/images/skin1/full-stop.png") no-repeat;
  background-size: 40px;
}

/*.btn_fullscreen_off:focus,*/

/*.btn_fullscreen_off:hover {*/

/*background: url("/static/images/kr/icon.png") no-repeat -200px -80px / 400px 160px;*/

/*}*/

.btn_vrmode {
  background: url("/static/images/skin1/vrmode.png") no-repeat;
  background-size: 40px;
}

.btn_bgmusic {
  background: url("/static/images/skin1/bgmusic-open.png") no-repeat;
  background-size: 40px;
}

.btn_bgmusic_off {
  background: url("/static/images/skin1/bgmusic-close.png") no-repeat;
  background-size: 40px;
}

.btn_music {
  background: url("/static/images/skin1/music-open.png") no-repeat;
  background-size: 40px;
}

.btn_music_off {
  background: url("/static/images/skin1/music-close.png") no-repeat;
  background-size: 40px;
}

/*.btn_music {
  background: url("/static/images/kr/music-open.png") no-repeat;
}


.btn_music_off {
  background: url("/static/images/kr/music-close.png") no-repeat;
}*/

/*.btn_bgmusic {
  background: url("/static/images/kr/bgmusic-open.png") no-repeat;
}

.btn_bgmusic_off {
  background: url("/static/images/kr/bgmusic-close.png") no-repeat;
}*/

/*.btn_music_off:focus,*/

/*.btn_music_off:hover {*/

/*background: url("/static/images/kr/icon.png") no-repeat -40px -120px / 400px 160px;*/

/*}*/

.btn_gyro {
  background: url("/static/images/skin1/gyro-open.png") no-repeat;
  background-size: 40px;
}

/*.btn_gyro:focus,*/

/*.btn_gyro:hover {*/

/*background: url("/static/images/kr/icon.png") no-repeat -160px -120px / 400px 160px;*/

/*}*/

.btn_gyro_off {
  background: url("/static/images/skin1/gyro-close.png") no-repeat;
  background-size: 40px;
}

/*.btn_gyro_off:focus,*/

/*.btn_gyro_off:hover {*/

/*background: url("/static/images/kr/icon.png") no-repeat -240px -120px / 400px 160px;*/

/*}*/

/*.navbar-nav > li > a {*/

/*padding-bottom: 15px;*/

/*padding-top: 15px;*/

/*}*/

.btn_reward {
  background: url("/static/images/skin1/bgreward-open.png") no-repeat;
  background-size: 40px;
}

.img_desc_container_min {
  display: inline-block;
  /* width: 40px; */
  margin-left: 5px;
  margin-right: 5px;
}

.vrshow_radar_btn {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -40px;
  background: url(/static/images/skin1/radar_open.png) no-repeat;
  z-index: 800;
  /* display: none; */
  width: 40px;
  height: 96px;
  cursor: pointer;
  background-size: 40px;
}

.btn_sand_table_text {
  display: none;
  width: 16px;
  margin: 12px;
  font-size: 16px;
  font-weight: 700;
}

.vrshow_radar_btn:hover {
  color: lightskyblue;
}

.vrshow_tour_btn {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  position: absolute;
  left: 50%;
  bottom: 10px;
  margin-left: -60px;
  width: 100px;
  height: 30px;
  border-radius: 20px;
  z-index: 800;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  color: white;
  display: none;
  border: 1px solid #000;
}

.vrshow_tour_btn_wrap {
  /*background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;*/
  position: absolute;
  left: 50%;
  bottom: 10px;
  margin-left: -115px;
  width: 220px;
  height: 40px;
  border-radius: 20px;
  z-index: 800;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  color: white;
  display: none;
  /* border: 1px solid red; */
}

.vrshow_tour_btn_oper {
  float: left;
  width: 100px;
  height: 30px;
  border-radius: 20px;
  line-height: 30px;
  border: 1px solid #000;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  cursor: pointer;
}

.vrshow_tour_btn:hover {
  color: lightskyblue;
}

.btn_tour_text {
  display: inline-block;
  width: 80px;
  font-size: 14px;
  font-weight: 700;
}

.scene_thumb_swiper {
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 100%;
  transition: height 0.3s linear;
  height: 100px;
}

.scene_group_thumb_swiper {
  transition: height 0.3s linear;
  height: 100px;
  position: absolute;
  bottom: 200px;
  width:100%;
}

.scene_group_thumb_swiper .swiper-wrapper {
  padding-left: 5px;
}

.scene_group_thumb_swiper .swiper-wrapper:empty {
  display: none;
}

.scene_thumb_swiper .swiper-wrapper, .scene_group_thumb_swiper .swiper-wrapper {
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  align-items: center;
}

.scene_thumb_swiper .swiper-slide, .scene_group_thumb_swiper .swiper-slide {
  width: 80px !important;
  height: 80px !important;
  border: 3px solid #fff;
  cursor: pointer;
  background-size: cover;
  position: relative;
}

.scene_thumb_swiper .swiper-slide.active, .scene_group_thumb_swiper .swiper-slide.active {
  border-color: #fbd14b;
}

.swiper-slide-active {
  border-color: #fbd14b !important;
  position: relative;
}

.swiper-slide-active::before {
  content: url(skin/gou.png);
  position: absolute;
  top: 0;
  right: 6px;
}

.scene_name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  padding: 2px;
  box-sizing: border-box;
}

.dialog-close {
  position: absolute;
  right: -10px;
  top: -15px;
  z-index: 2222222;
  width: 12px;
  height: 12px;
}

.dialog-close img {
  width: 100%;
  cursor: pointer;
}

.dialog__content {
  padding: 20px;
  position: relative;
}

.file-list {
  display: flex;
  margin-bottom: 20px;
  justify-content: flex-start;
  align-items: center;
}

.file-list img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.file-list .file-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
  flex: 1;
}

.file-list .file-btn {
  width: 40px;
}

.loading_loading_pc {
  display: block;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  position: fixed;
  width: 56px;
  height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.form-item {
  margin-bottom: 15px;
}

input {
  line-height: 30px;
  font-size: 18px;
  padding: 0 6px;
}

.login_btn {
  width: 110px;
  height: 30px;
  font-size: 16px;
  margin-top: 30px;
}

#login-error-msg {
  color: red;
}

.vrshow_comment {
  position: absolute;
  bottom: 10%;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  min-height: 100px;
  background-color: rgba(51, 51, 51, 0.8);
  z-index: 4300;
  color: #fff;
  border-radius: 5px;
  display: none;
}

@media screen and (max-width: 767px) {
  .vrshow_comment {
    width: 250px;
    margin-left: -125px;
  }
}

.form-group label {
  line-height: 32px;
}

.hide-comment {
  display: inline-block;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  color: white;
  float: left;
  cursor: pointer;
}

.one-comment {
  display: flex;
  padding: 15px 0;
}

.one-comment:not(:last-child) {
  border-bottom: 1px solid #f4f4f4;
}

.one-comment>div {
  text-align: left;
  font-size: 14px;
}

.one-comment>div:first-child {
  margin-right: 10px;
}

.one-comment>div:last-child {
  /* margin-left: 20px; */
}

.one-comment a {
  color: #666666;
  cursor: pointer;
  text-decoration: none;
}

.one-comment p {
  color: #999;
}

.one-comment .comment-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.reply-comment {
  background: #fafafa;
  border-left: 3px solid #adadad;
  padding: 10px;
  margin-bottom: 10px;
  display: flex;
}

.comment-title {
  /* line-height: 30px; */
  margin-bottom: 10px;
  display: flex;
}

.reply-btn+div {
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease-out;
}

.reply-btn+div.show {
  height: 90px;
}

.huifu {
  margin-top: 10px;
}

.commit-text {
  border: none;
  resize: none;
  background: #f3f3f3;
  border-radius: 6px;
  height: 40px;
  width: 100%;
  padding: 7px 20px;
  line-height: 40px;
  outline: none;
  font-size: 14px;
  transition: all 0.3s linear;
  line-height: 25px;
  display: flex;
  flex-direction: column;
}

.commit-text textarea {
  flex: 1;
  width: 100%;
  border: none;
  resize: none;
  outline: none;
  background: transparent;
}

.textarea_btns {
  padding: 0;
  display: flex;
  height: 0;
  justify-content: space-between;
  overflow: hidden;
}

.commit-text.expand {
  border: 1px solid #1890ff;
  border-radius: 4px;
  background: #fff;
  height: 120px;
}
.commit-text.expand:focus{
  border-color: #1890ff;

}

.commit-text.expand textarea {
  flex: 1;
}

.commit-text.expand .textarea_btns {
  height: auto;
}

.dialog-title {
  height: 58px;
  padding: 0 38px;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.dialog-title h5 {
  color: #666666;
  font-size: 18px;
  line-height: 38px;
  font-weight: 600;
}

#qrcodedialog .dialog__content {
  width: 360px;
}

@media screen and (max-width: 520px) {
  #qrcodedialog .dialog__content {
    width: 260px;
  }
  #somedialog .dialog__content {
    width: 90%;
  }
  #commentreplydialog .dialog__content {
    width: 100%;
  }
  #footprintdialog .dialog__content {
    width: 90%;
  }
  #logindialog .dialog__content {
    width: 280px;
  }
}

.reply-comment-file-container {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
}

.reply-comment-file:not(:last-child) {
  margin-right: 10px;
}

.reply-comment-file img {
  max-width: 100%;
  max-height: 100%;
}

.reply-comment-file-name {
  text-align: center;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.file-name{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.reply-comment-file-img {
  border: 1px solid #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 85px;
  cursor: pointer;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary,.btn-primary{
  background: #1890ff;
  border-color: #1890ff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary{
  background: #1890ff;
  border-color: #1890ff;
}
#show_file_list{
  display: flex;
  flex-wrap: wrap;
}
.img-card{
  display: flex;
  color: #888888;
  width:50%;
  margin-bottom: 10px;
}
.img-card>img{
  width:20px;
  height: 20px;
  margin-right: 10px;
}
.img-card .file-btns{
  width:50px;
}
.img-card .file-name{
  flex:1;
}
.file-btns a{
  cursor: pointer;
}
.one-comment pre{
  background: transparent;
  border: none;
  display: inline-block;
  color: inherit;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Tahoma,Arial,'Microsoft Yahei','Hiragino Sans GB','WenQuanYi Micro Hei',sans-serif;
}
#frameDocument{
  position: absolute;
  display: none;
  width:50%;
  top:0;
  right:0;
  bottom:0;
}