* {
  padding: 0;
  margin: 0;
  list-style: none;
  border: none;
  outline: none;
}
body,
html {
  overflow: hidden;
}
.puc_box #Barrage .list {
  top: 0 !important;
}
#pano * {
  font-size: 13px;
}
.detail_text {
  top: 140px !important;
}
.search_show {
  background-color: rgba(0, 0, 0, 0.3);
}
.skin_content {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  font-size: 13px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
  /*vr模式按钮*/
}
.skin_content .notice_text {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: #fff;
  text-align: center;
  line-height: 30px;
  transition: all 0.4s;
  background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 99%, #000000 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 99%, #000000 100%);
  background-image: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 99%, #000000 100%);
}
.skin_content .menu_list_box {
  position: fixed;
  left: 0;
  top: 50px;
  transition: all 0.4s;
  width: 100vw;
  z-index: 5;
  display: none;
}
.skin_content .menu_list_box .menu_list_content {
  margin: 0 auto;
  text-align: center;
}
.skin_content .menu_list_box .menu_list_content .demo_list {
  width: 120px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  background: #02B2B5;
  color: #ffffff;
  margin: 0 11px;
  display: inline-block;
  cursor: pointer;
}
.skin_content .menu_list_box .menu_list_content .nav {
  position: static;
  white-space: nowrap;
}
.skin_content .menu_list_box .menu_list_content .nav li {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.skin_content .select_btn {
  display: inline-block;
  line-height: 34px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  color: #FFFFFF;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 15px 0 15px;
  margin-bottom: 10px;
  position: fixed;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  transition: all 0.4s;
  display: none;
}
.skin_content .select_btn span {
  line-height: 40px;
  display: inline-block;
  max-width: 280px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  vertical-align: top;
}
.skin_content .select_btn .right_icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  background: url(../../img/icon/content.svg) no-repeat;
  background-size: 40px;
  background-position: center;
  display: none;
  margin-top: 10px;
  margin-left: 10px;
  position: relative;
}
.skin_content .select_btn .right_icon .icon_btns_title {
  display: none;
}
.skin_content .select_btn .right_icon .icon_btns_title span {
  pointer-events: auto;
  padding: 0 10px;
}
.skin_content .select_btn .right_icon .icon_btns_title span:nth-child(2) {
  border-left: 1px solid #ffffff;
}
.skin_content .select_btn .right_icon .icon_btns_title span:hover {
  color: #fb9006;
}
.skin_content .select_btn .right_icon:hover .icon_btns_title {
  display: inline-block;
  position: absolute;
  bottom: -50px;
  padding: 5px 5px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  text-indent: 0;
  line-height: 20px;
  pointer-events: none;
}
.skin_content .select_btn .icon_btns {
  width: 20px;
  height: 20px;
  line-height: 30px;
  margin-top: 10px;
  margin-left: 15px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  vertical-align: top;
}
.skin_content .select_btn .icon_btns .icon_btns_title span {
  display: inline-block;
  position: absolute;
  bottom: 0;
  padding: 5px 5px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  color: #fff;
  left: 50%;
  transform: translateX(-50%) scale(0);
  text-align: center;
  text-indent: 0;
  line-height: 20px;
  padding: 0 10px;
  transition: 0.2s all;
}
.skin_content .select_btn .icon_btns .icon_btns_title span:nth-child(2) {
  border-left: 1px solid #ffffff;
}
.skin_content .select_btn .icon_btns .icon_btns_title span:hover {
  color: #fb9006;
}
.skin_content .select_btn .icon_btns:hover .icon_btns_title {
  transform: translateX(-50%) scale(1);
  bottom: -50px;
}
.skin_content .select_btn.has_title .right_icon {
  display: inline-block;
}
.skin_content .left_scene_content {
  position: fixed;
  left: 15px;
  top: 40px;
  transition: all 0.4s;
  user-select: none;
  z-index: 6;
  min-width: 170px;
}
.skin_content .left_scene_content .content_item {
  color: #FFFFFF;
  margin-bottom: 10px;
}
.skin_content .left_scene_content .packet .packet_btn {
  width: 45px;
  height: 54px;
  background: url(../../img/rd2.png);
  background-size: 100% 100%;
}
.skin_content .left_scene_content .packet .packet_btn .red_time,
.skin_content .left_scene_content .packet .packet_btn i {
  margin-top: 30px;
}
.skin_content .left_scene_content .packet .packet_box {
  left: 40px;
  top: 0;
}
.skin_content .left_scene_content .red_box {
  width: 45px;
  height: 54px;
  cursor: pointer;
  background: url(../../img/rd2.png);
  background-size: 100% 100%;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  vertical-align: bottom;
  box-sizing: border-box;
  padding-top: 35px;
}
.skin_content .left_scene_content .logo {
  height: 43px;
  transition: all 0.4s;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  width: 100%;
}
.skin_content .left_scene_content .logo img {
  max-height: 100%;
  cursor: pointer;
}
.skin_content .right_tool {
  position: fixed;
  width: 45px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #FFFFFF;
  transition: right 0.5s;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.skin_content .right_tool .icon_btns {
  padding-top: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
}
.skin_content .right_tool .icon_btns .comme_num {
  font-size: 12px;
}
.skin_content .right_tool .icon_btns .icon_btns_title {
  transition: all 0.2s;
  transform: scale(0);
  display: inline-block;
  position: absolute;
  top: -5px;
  padding: 5px 5px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  color: #fff;
  right: 20px;
  text-align: center;
  text-indent: 0;
  white-space: nowrap;
  pointer-events: none;
}
.skin_content .right_tool .icon_btns .icon_btns_title span {
  padding: 0 10px;
  pointer-events: auto;
}
.skin_content .right_tool .icon_btns .icon_btns_title span:nth-child(2) {
  border-left: 1px solid #ffffff;
}
.skin_content .right_tool .icon_btns .icon_btns_title span:hover {
  color: #fb9006;
}
.skin_content .right_tool .icon_btns:hover .icon_btns_title {
  transform: scale(1);
  right: 50px;
}
.skin_content .right_tool .icon_btns:hover::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  left: 5px;
  top: -5px;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
  border-radius: 5px;
}
.skin_content .vr_module {
  width: 108px;
  height: 32px;
  background: linear-gradient(225deg, #FF8B6A 0%, #4757F9 100%);
  border-radius: 16px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  transition: right 0.5s;
}
.skin_content .vr_module .peo_img {
  width: 36px;
  height: 34px;
  background: url(../../img/icon/peo_img.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.skin_content .vr_module .peo_text {
  width: 55px;
  height: 23px;
  background: url(../../img/icon/peo_text.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50px;
  top: 5px;
}
.skin_content .animation_box {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.skin_content .animation_box .waveBox {
  width: 450px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  animation: waver 5s linear 0.5s infinite;
  background: linear-gradient(225deg, #7AC8E3 0%, #4757F9 100%);
  opacity: 0.5;
  left: -230px;
  top: 48px;
  transform-origin: center,center;
}
.skin_content .animation_box .waveBox:nth-child(1) {
  background: linear-gradient(225deg, #7AC8E3 0%, #4757F9 100%);
  opacity: 0.5;
  top: 46px;
  left: -100px;
  animation: waver 5s linear 1.5s infinite;
}
.skin_content .animation_box .waveBox:nth-child(2) {
  background: linear-gradient(225deg, #7AC8E3 0%, #4757F9 100%);
  opacity: 0.6;
  left: -150px;
  top: 46px;
  animation: waver 5s linear infinite;
}
.skin_content .user_self_content {
  position: fixed;
  width: 350px;
  height: 60px;
  left: 27px;
  bottom: 10px;
  transition: bottom 0.4s;
}
.skin_content .user_self_content .user_img {
  display: inline-block;
  float: left;
  cursor: pointer;
  position: relative;
}
.skin_content .user_self_content .user_img::before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 30px;
  left: 0;
  bottom: 0;
  background: url(../../img/icon/user_icon_before.png) no-repeat;
  background-size: 100%;
  background-position: left bottom;
}
.skin_content .user_self_content .user_img img {
  width: 50px;
  height: 50px;
  vertical-align: middle;
  border-radius: 50%;
  float: left;
  cursor: pointer;
  box-sizing: border-box;
  border: 2px solid #FFFFFF;
  background: #EEEEEE;
}
.skin_content .user_self_content .user_img span {
  display: inline-block;
  max-width: 155px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  color: #FFFFFF;
  margin-bottom: 5px;
}
.skin_content .user_self_content .user_img .user_self_text {
  float: left;
  margin-left: 15px;
}
.skin_content .user_self_content .user_img .user_self_text .city_icon {
  cursor: pointer;
  display: inline-block;
  background: url(../../img/by_btn.png) no-repeat 0px 50%;
  background-size: 18px auto;
  padding-left: 25px;
  margin-right: 15px;
  color: #FFFFFF;
  font-size: 12px;
}
.skin_content .user_self_content .user_img .user_self_text .watch_icon {
  display: inline-block;
  background: url(../../img/icon/watch.svg) no-repeat 0px 50%;
  background-size: 18px auto;
  padding-left: 25px;
  margin-right: 30px;
  color: #FFFFFF;
  font-size: 12px;
}
.skin_content .bottom_menu {
  position: fixed;
  left: 0;
  bottom: 0px;
  height: 65px;
  white-space: nowrap;
  transition: all 0.4s;
  user-select: none;
  width: 100%;
  text-align: center;
  z-index: 5;
  pointer-events: none;
  font-size: 0;
}
.skin_content .bottom_menu .menu_list_group {
  height: 45px;
  line-height: 45px;
  padding: 0 5px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 8px;
  display: inline-block;
  color: #FFFFFF;
  margin: 0 5px;
  position: relative;
  z-index: 3;
  pointer-events: auto;
  vertical-align: top;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.skin_content .bottom_menu .menu_list_group.vr_btn,
.skin_content .bottom_menu .menu_list_group.menu_btn {
  width: 95px;
  cursor: pointer;
  position: relative;
}
.skin_content .bottom_menu .menu_list_group.vr_btn .group_text,
.skin_content .bottom_menu .menu_list_group.menu_btn .group_text {
  padding-left: 30px;
  text-align: left;
  font-size: 13px;
  margin: 0 auto;
  display: inline-block;
  max-width: 70px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.skin_content .bottom_menu .menu_list_group.vr_btn .group_text {
  background: url(../../img/icon/vr_btn.png) no-repeat;
  background-size: 24px;
  background-position: left center;
}
.skin_content .bottom_menu .menu_list_group.vr_btn .vr_animation {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  border-radius: 8px;
  z-index: -1;
}
.skin_content .bottom_menu .menu_list_group.vr_btn .vr_animation::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 105px 2250px;
  background-image: url(../../img/icon/animation_face.png);
  -webkit-animation: face-animation-iphone 2s steps(49) infinite alternate;
  animation: face-animation-iphone 2s steps(49) infinite alternate;
}
.skin_content .bottom_menu .menu_list_group.menu_btn .group_text {
  background: url(../../img/icon/menu_btn.png) no-repeat;
  background-size: 24px;
  background-position: left center;
}
.skin_content .bottom_menu .menu_list_group .icon_btns {
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  float: left;
  margin: 7px 4px 0;
  text-indent: 10px;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  white-space: nowrap;
}
.skin_content .bottom_menu .menu_list_group .icon_btns .icon_btns_title {
  display: inline-block;
  position: absolute;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  color: #fff;
  left: 50%;
  transform: translateX(-50%) scale(0);
  text-align: center;
  text-indent: 0;
  line-height: 20px;
  transition: all 0.2s;
  top: 0px;
  pointer-events: none;
}
.skin_content .bottom_menu .menu_list_group .icon_btns .icon_btns_title span {
  padding: 0 10px;
  pointer-events: auto;
}
.skin_content .bottom_menu .menu_list_group .icon_btns .icon_btns_title span:nth-child(2) {
  border-left: 1px solid #ffffff;
}
.skin_content .bottom_menu .menu_list_group .icon_btns .icon_btns_title span:hover {
  color: #fb9006;
}
.skin_content .bottom_menu .menu_list_group .icon_btns:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.skin_content .bottom_menu .menu_list_group .icon_btns:hover .icon_btns_title {
  transform: translateX(-50%) scale(1);
  top: -40px;
}
.skin_content .bottom_menu .menu_list_group.menu_list_child_list {
  position: absolute;
  bottom: 72px;
  display: none;
  z-index: 5;
  left: 384px;
  transform: translateX(-50%);
  height: 42px;
  padding: 0 5px;
  border-radius: 8px;
}
.skin_content .bottom_menu .menu_list_group.menu_list_child_list::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 60px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60px;
  cursor: pointer;
}
.skin_content .bottom_menu .menu_list_group.menu_list_child_list::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -8px;
  border-top: 7px solid rgba(0, 0, 0, 0.3);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  margin-left: -2px;
}
.skin_content .bottom_menu .menu_list_group.menu_list_child_list .icon_btns {
  word-break: keep-all;
  white-space: nowrap;
  vertical-align: top;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 5px;
  border: none;
  position: relative;
  border-radius: 5px;
}
.skin_content .bottom_menu .menu_list_group.menu_list_child_list .icon_btns:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.skin_content .bottom_menu .menu_list_group .split_line {
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.51);
  display: inline-block;
  margin: 13px 10px;
  vertical-align: top;
  float: left;
}
.skin_content .bottom_menu .menu_list_group .bottom_list {
  position: absolute;
  right: 0;
  bottom: 50px;
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 8px;
  padding: 6px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: none;
}
.skin_content .bottom_menu .menu_list_group .bottom_list::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -5px;
  border-top: 5px solid rgba(0, 0, 0, 0.3);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  margin-left: -2px;
}
.skin_content .bottom_menu .menu_list_group .bottom_list::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 60px;
  left: 0;
  bottom: -60px;
}
.skin_content .bottom_menu .menu_list_group .bottom_list .bottom_link_btn {
  width: 105px;
  height: 30px;
  text-align: center;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
}
.skin_content .bottom_menu .menu_list_group .bottom_list .bottom_link_btn:hover {
  background: rgba(0, 0, 0, 0.3);
}
.skin_content .bottom_menu .menu_list_group .bottom_list .bottom_link_btn img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 10px;
}
.skin_content .bottom_menu .menu_list_group .bottom_list .bottom_link_btn i {
  display: inline-block;
  width: 50px;
  line-height: 30px;
  position: absolute;
  left: 35px;
  top: 0;
  font-size: 13px;
  text-align: left;
}
.skin_content .scene_box {
  height: 110px;
  box-sizing: border-box;
  padding: 0 5px;
  position: fixed;
  left: 50%;
  bottom: -200px;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 8px;
  color: #FFFFFF;
  transition: bottom 0.4s;
  user-select: none;
}
.skin_content .secne_list_box {
  max-width: 940px;
  margin: 2px 4px 0 1px;
  text-align: center;
  overflow: hidden;
}
.skin_content .secne_child_box {
  height: 76px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  text-align: center;
  position: fixed;
  bottom: 185px;
  left: 50%;
  padding: 2px 5px 0px;
  border-radius: 8px;
  display: none;
  white-space: nowrap;
  z-index: 4;
  max-width: 70vw;
}
.skin_content .secne_child_box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  bottom: -30px;
}
.skin_content .secne_child_box .item.active .scene_model_child,
.skin_content .secne_child_box .item:hover .scene_model_child {
  background: rgba(0, 0, 0, 0);
}
.skin_content .child_triangle {
  position: fixed;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 180px;
  border-top: 6px solid rgba(0, 0, 0, 0.3);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: none;
}
.skin_content .secne_list_box,
.skin_content .secne_child_box {
  white-space: nowrap;
  color: #FFFFFF;
}
.skin_content .secne_list_box .scene_item,
.skin_content .secne_child_box .scene_item {
  display: inline-block;
}
.skin_content .secne_list_box .scene_item .item,
.skin_content .secne_child_box .scene_item .item {
  display: inline-block;
  padding: 5px 3px;
  cursor: pointer;
  width: auto;
  height: auto;
  overflow: inherit;
  transition: transform 0.4s;
}
.skin_content .secne_list_box .scene_item .item .content_dom,
.skin_content .secne_child_box .scene_item .item .content_dom {
  width: 90px;
  height: 63px;
  position: relative;
}
.skin_content .secne_list_box .scene_item .item .content_dom .fhd,
.skin_content .secne_child_box .scene_item .item .content_dom .fhd {
  width: 26px;
  height: 14px;
  background: url(../../img/icon/fhd.png) no-repeat;
  background-size: 100% 100%;
  right: 4px;
  top: 4px;
  position: absolute;
  z-index: 6;
}
.skin_content .secne_list_box .scene_item .item .content_dom .have_gift,
.skin_content .secne_child_box .scene_item .item .content_dom .have_gift {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  height: 50%;
  width: 20px;
  height: 20px;
  background: url(../../img/icon/liwu.svg) no-repeat;
  background-size: 20px;
  margin-top: -11px;
  margin-left: -11px;
}
.skin_content .secne_list_box .scene_item .item .content_dom .have_lock,
.skin_content .secne_child_box .scene_item .item .content_dom .have_lock {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  height: 50%;
  width: 15px;
  height: 25px;
  background: url(../../img/icon/encry.svg) no-repeat;
  background-size: 15px;
  margin-top: -12px;
  margin-left: -7px;
}
.skin_content .secne_list_box .scene_item .item .content_dom .have_child,
.skin_content .secne_child_box .scene_item .item .content_dom .have_child {
  position: absolute;
  top: 1px;
  left: 1px;
  padding-left: 15px;
  padding-right: 3px;
  background: rgba(0, 0, 0, 0.3) url(../../img/icon/down_icon2.svg) no-repeat;
  background-size: 12px;
  background-position: 2px center;
  text-shadow: 0px 0px 6px #040404;
  z-index: 6;
  border-radius: 5px 0 5px 0;
  font-size: 12px;
}
.skin_content .secne_list_box .scene_item .item .content_dom .scene_mini_img,
.skin_content .secne_child_box .scene_item .item .content_dom .scene_mini_img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: 1px solid #FFFFFF;
  overflow: hidden;
  box-sizing: border-box;
  transition: all 0.4s;
}
.skin_content .secne_list_box .scene_item .item .content_dom .scene_mini_img img,
.skin_content .secne_child_box .scene_item .item .content_dom .scene_mini_img img {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.skin_content .secne_list_box .scene_item .item .content_dom .scene_name,
.skin_content .secne_child_box .scene_item .item .content_dom .scene_name {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  box-sizing: border-box;
  text-shadow: 0px 0px 6px #040404;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0 0 5px 5px;
  font-size: 12px;
}
.skin_content .secne_list_box .scene_item .item .content_dom .scene_name .over_text_box,
.skin_content .secne_child_box .scene_item .item .content_dom .scene_name .over_text_box {
  white-space: nowrap;
  overflow: hidden;
  margin: 2px 5px;
}
.skin_content .secne_list_box .scene_item .item .content_dom .scene_model,
.skin_content .secne_child_box .scene_item .item .content_dom .scene_model {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
  z-index: 5;
}
.skin_content .secne_list_box .scene_item .item:hover .scene_mini_img img,
.skin_content .secne_child_box .scene_item .item:hover .scene_mini_img img,
.skin_content .secne_list_box .scene_item .item.active .scene_mini_img img,
.skin_content .secne_child_box .scene_item .item.active .scene_mini_img img {
  transform: scale(1.05);
}
.skin_content .secne_list_box .scene_item .item:hover .scene_model,
.skin_content .secne_child_box .scene_item .item:hover .scene_model,
.skin_content .secne_list_box .scene_item .item.active .scene_model,
.skin_content .secne_child_box .scene_item .item.active .scene_model {
  background: rgba(0, 0, 0, 0);
}
.skin_content .secne_list_box .scene_item .item:hover .secne_child_box,
.skin_content .secne_child_box .scene_item .item:hover .secne_child_box {
  display: block;
}
.skin_content .secne_list_box .scene_item .item.active,
.skin_content .secne_child_box .scene_item .item.active {
  padding: 5px 3px;
  transform: scale(1.05);
}
.skin_content .secne_list_box .scene_item .item.active .scene_mini_img,
.skin_content .secne_child_box .scene_item .item.active .scene_mini_img {
  border: 2px solid #ffffff;
}
.skin_content .secne_list_box .scene_item .item.active .scene_model,
.skin_content .secne_child_box .scene_item .item.active .scene_model {
  border: 2px solid #ffffff;
  box-sizing: border-box;
}
.skin_content .secne_group_box {
  height: 30px;
  line-height: 20px;
  margin-top: 3px;
  text-align: center;
  max-width: 940px;
  overflow: hidden;
}
.skin_content .secne_group_box .scene_group {
  display: inline-block;
  white-space: nowrap;
}
.skin_content .secne_group_box .scene_group .item {
  opacity: 1;
  display: inline-block;
  padding: 0 15px;
  cursor: pointer;
  position: relative;
  width: auto;
  height: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.skin_content .secne_group_box .scene_group .item.active {
  transform: scale(1.1);
  font-weight: bold;
}
.skin_content .secne_group_box .scene_group .item.active::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 3px;
  background: #f6a622;
  border-radius: 4px;
  position: absolute;
  bottom: 5px ;
  left: 50%;
  transform: translateX(-50%);
}
.skin_content .secne_group_box .scene_group .item:hover {
  transform: scale(1.1);
  font-weight: bold;
}
.skin_content .video_toolbox {
  position: fixed;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  transition: bottom 0.4s;
}
.skin_content .scene_tool {
  position: fixed;
  bottom: 185px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.skin_content .scene_tool.active .item {
  display: none !important;
}
.skin_content .scene_tool.active .item.close {
  display: inline-block !important;
}
.skin_content .scene_tool .item {
  padding-left: 40px;
  padding-right: 20px;
  height: 33px;
  line-height: 33px;
  margin-top: 20px;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
  color: #FFFFFF;
  float: left;
  margin: 0 5px;
}
.skin_content .scene_tool .item:nth-child(1) {
  background: rgba(0, 0, 0, 0.3) url(../../img/icon/xijie.svg) no-repeat;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  background-size: 16px;
  background-position: 15px center;
}
.skin_content .scene_tool .item:nth-child(2) {
  background: rgba(0, 0, 0, 0.3) url(../../img/icon/duibi.svg) no-repeat;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  background-size: 16px;
  background-position: 15px center;
}
.skin_content .scene_tool .item.close {
  background: rgba(0, 0, 0, 0.3) url(../../img/icon/return.svg) no-repeat;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  background-size: 20px;
  background-position: 15px center;
  transition: all 0.5s;
  display: none;
}
.skin_content .video_vtt {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 80px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 0px 6px #040404;
  font-size: 18px;
  pointer-events: none;
}
.skin_content .no_group .scene_box {
  height: 80px;
}
.skin_content .no_group .scene_box .secne_group_box {
  display: none;
}
.skin_content .open_scene .scene_box {
  bottom: 70px;
}
.skin_content .open_scene .video_toolbox {
  bottom: 185px;
}
.skin_content .open_scene .video_vtt {
  bottom: 225px;
}
.skin_content .open_scene .skin_scene_list {
  background: url(../../img/icon/scen_list_active.svg) no-repeat;
  background-position: center;
  background-size: 24px;
  position: relative;
}
.skin_content .open_scene.no_group .secne_child_box {
  bottom: 155px;
}
.skin_content .open_scene.no_group .scene_tool {
  bottom: 155px;
}
.skin_content .open_scene.no_group .video_toolbox {
  bottom: 155px;
}
.skin_content .open_scene.no_group .video_vtt {
  bottom: 195px;
}
.skin_content .open_scene.no_group .child_triangle {
  bottom: 150px;
}
.skin_content .open_scene .scene_tool {
  display: block;
}
.skin_content .right_map_box.hide_map .toggle_btn {
  right: 15px;
}
.skin_content .right_map_box.hide_map .map_box {
  right: -250px;
}
.skin_content .right_map_box .toggle_btn {
  position: fixed;
  width: 45px;
  height: 45px;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.3) url(../../img/icon/down_icon.svg) no-repeat;
  background-size: 24px;
  background-position: center;
  transform: rotate(-90deg);
  top: 50px;
  right: -50px;
  cursor: pointer;
  transition: right 0.4s;
  z-index: 5;
}
.skin_content .right_map_box .map_box {
  width: 200px;
  height: 200px;
  position: fixed;
  top: 45px;
  right: 15px;
  border-radius: 10px;
  transition: right 0.4s;
  z-index: 5;
}
.skin_content .right_map_box .map_box .map_box_content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.skin_content .right_map_box .map_box .map_box_icon {
  width: 35px;
  height: 35px;
  border-radius: 30px 0 10px 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5) url(../../img/icon/map_icon.svg) no-repeat;
  background-size: 20px;
  background-position: 10px 10px;
  position: absolute;
  cursor: pointer;
  z-index: 5;
}
.skin_content .right_map_box .map_box .close_btn {
  width: 20px;
  height: 20px;
  background: url(../../img/icon/sand_col.png) no-repeat;
  background-size: 100%;
  background-position: center;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  z-index: 5;
}
.skin_content .right_map_box .map_box.only_global {
  width: 31px;
  height: 31px;
}
.skin_content .right_map_box .map_box.only_global .map_box_content,
.skin_content .right_map_box .map_box.only_global .close_btn {
  display: none;
}
.skin_content .right_map_box .map_box.only_global .map_box_icon {
  width: 43px;
  height: 43px;
  background: rgba(0, 0, 0, 0.3) url(../../img/icon/map_icon.svg) no-repeat;
  background-size: 24px;
  background-position: center;
  border-radius: 15px;
  bottom: auto;
  top: 0;
  z-index: 5;
  right: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.skin_content .hide_skin_icon {
  width: 43px;
  height: 43px;
  margin-top: 20px;
  cursor: pointer;
  border-radius: 15px;
  position: fixed;
  right: -50px;
  bottom: 15px;
  transition: right 0.4s;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.3) url(../../img/icon/skin_icon_14_active.svg) no-repeat;
  background-size: 26px;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.skin_content.hide_skin .notice_text {
  top: -40px;
}
.skin_content.hide_skin .select_btn {
  top: -50px !important;
}
.skin_content.hide_skin .left_scene_content {
  left: -350px;
}
.skin_content.hide_skin .right_map_box .map_box,
.skin_content.hide_skin .right_map_box .toggle_btn {
  right: -220px;
}
.skin_content.hide_skin .bottom_menu {
  bottom: -200px !important;
}
.skin_content.hide_skin .menu_list_box {
  top: -100px;
}
.skin_content.hide_skin .scene_box {
  bottom: -200px;
}
.skin_content.hide_skin .user_self_content {
  bottom: -200px;
}
.skin_content.hide_skin .hide_skin_icon {
  right: 15px;
}
.skin_content.hide_skin .scene_tool {
  display: none;
}
.skin_content.hide_skin .video_vtt {
  bottom: 20px !important;
  transform: none !important;
}
.skin_content.hide_skin .vr_module {
  right: -200px;
}
.skin_content.hide_skin .right_tool {
  right: -150px;
}
.skin_content.hide_skin .bottom_list {
  display: none !important;
}
.skin_content.hide_skin .video_toolbox {
  display: none !important;
}
.skin_content.no_notice .notice_text {
  display: none;
}
.skin_content.no_notice .select_btn {
  top: 20px;
}
.skin_content.no_notice .left_scene_content {
  margin-top: -30px;
}
.skin_content.no_notice .right_map_box .map_box {
  margin-top: -30px;
}
.skin_content.no_notice .right_map_box .toggle_btn {
  margin-top: -30px;
}
.skin_content.no_notice .menu_list_box {
  margin-top: -30px;
}
.flex_title_model {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  border-radius: 7px;
  border: none;
  padding: 5px 10px;
  z-index: 100000;
  text-align: center;
  display: none;
}
.skin_scene_list {
  background: url(../../img/icon/scen_list.svg) no-repeat;
  background-position: center;
  background-size: 24px;
}
.skin_icon_1 {
  background: url(../../img/icon/skin_icon_1.svg) no-repeat;
  background-position: center;
  background-size: auto 24px;
}
.skin_icon_2 {
  background: url(../../img/icon/skin_icon_2.svg) no-repeat;
  background-position: center;
  background-size: 24px;
}
.skin_icon_2.active {
  background: url(../../img/icon/skin_icon_2_active.gif) no-repeat;
  background-position: center;
  background-size: 22px;
}
.skin_icon_3 {
  display: inline-block;
}
.skin_icon_3 i {
  display: inline-block;
  background: url(../../img/icon/skin_icon_3.svg) no-repeat;
  background-position: center;
  background-size: 22px;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
}
.skin_icon_3.active i {
  background: url(../../img/icon/skin_icon_3_active.svg) no-repeat;
  background-position: center;
  background-size: 22px;
  animation: turn 5s linear infinite;
  -webkit-animation: turn 5s linear infinite;
}
.skin_icon_3.active .rig_m3::before,
.skin_icon_3.active .rig_m3::after,
.skin_icon_3.active .rig_m4::before {
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.skin_icon_3.active .rig_m3::before,
.skin_icon_3.active .rig_m3::after,
.skin_icon_3.active .rig_m4::before {
  content: "";
  width: 15px;
  height: 15px;
}
.skin_icon_3.active .rig_m3::before {
  background: url("../../img/icon/muc.png") no-repeat 50% 50%;
  background-size: 85% auto;
  -webkit-animation: s1 7s linear infinite both;
  animation: s1 7s linear infinite both;
}
.skin_icon_3.active .rig_m3::after {
  background: url("../../img/icon/muc1.png") no-repeat 50% 50%;
  background-size: 100% auto;
  -webkit-animation: s2 7s linear 5s infinite;
  animation: s2 7s linear 5s infinite;
}
.skin_icon_3.active .rig_m4::before {
  background: url("../../img/icon/muc.png") no-repeat 50% 50%;
  background-size: 80% auto;
  -webkit-animation: s2 7s linear 3s infinite;
  animation: s2 7s linear 3s infinite;
}
.skin_icon_4 {
  background: url(../../img/icon/skin_icon_4.svg) no-repeat;
  background-position: center;
  background-size: 22px;
}
.skin_icon_4.active {
  background: url(../../img/icon/skin_icon_4_active.svg) no-repeat;
  background-position: center;
  background-size: 22px;
}
.skin_icon_5 {
  background: url(../../img/icon/skin_icon_5.svg) no-repeat;
  background-position: center -10px;
  background-size: auto 40px;
}
.skin_icon_5.active {
  background: url(../../img/icon/skin_icon_5_active.png) no-repeat;
  background-position: center -10px;
  background-size: auto 38px;
}
.skin_icon_6 {
  background: url(../../img/icon/skin_icon_6.svg) no-repeat;
  background-position: center -8px;
  background-size: auto 40px;
  pointer-events: auto !important;
}
.skin_icon_6 .icon_btns_title {
  pointer-events: auto !important;
}
.skin_icon_6::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 30px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 24px;
}
.skin_icon_7 {
  background: url(../../img/icon/skin_icon_7.svg) no-repeat;
  background-position: center -10px;
  background-size: auto 45px;
  height: 10px !important;
}
.skin_icon_8 {
  background: url(../../img/icon/skin_icon_8.svg) no-repeat;
  background-position: center;
  background-size: auto 24px;
}
.skin_icon_8.active {
  background: url(../../img/icon/skin_icon_8_active.svg) no-repeat;
  background-position: center;
  background-size: auto 24px;
}
.skin_icon_9 {
  background: url(../../img/icon/skin_icon_9.svg) no-repeat;
  background-position: center;
  background-size: auto 24px;
}
.skin_icon_10 {
  background: url(../../img/icon/skin_icon_10.svg) no-repeat;
  background-position: center;
  background-size: auto 24px;
}
.skin_icon_10.active {
  background: url(../../img/icon/skin_icon_10_active.svg) no-repeat;
  background-position: center;
  background-size: auto 24px;
}
.skin_icon_12 {
  background: url(../../img/icon/skin_icon_12.svg) no-repeat;
  background-position: center;
  background-size: auto 25px;
}
.skin_icon_13 {
  background: url(../../img/icon/skin_icon_13.svg) no-repeat;
  background-position: center;
  background-size: auto 24px;
}
.skin_icon_13.active {
  background: url(../../img/icon/skin_icon_13_active.svg) no-repeat;
  background-position: center;
  background-size: auto 24px;
}
.skin_icon_14 {
  background: url(../../img/icon/skin_icon_14.svg) no-repeat;
  background-position: center;
  background-size: auto 24px;
}
.skin_icon_20 {
  background: url(../../img/icon/skin_icon_20.svg) no-repeat;
  background-position: center;
  background-size: auto 24px;
}
.skin_icon_21 {
  background: url(../../img/icon/skin_icon_21.svg) no-repeat;
  background-position: center;
  background-size: auto 24px;
}
@-webkit-keyframes s1 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  30% {
    -webkit-transform: translate(-15px, -20px);
    transform: translate(-15px, -20px);
    opacity: 0;
  }
}
@keyframes s1 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  30% {
    -webkit-transform: translate(-15px, -20px);
    transform: translate(-15px, -20px);
    opacity: 0;
  }
}
@-webkit-keyframes s2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  30% {
    -webkit-transform: translate(15px, -20px);
    transform: translate(15px, -20px);
    opacity: 0;
  }
}
@keyframes s2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  30% {
    -webkit-transform: translate(15px, -20px);
    transform: translate(15px, -20px);
    opacity: 0;
  }
}
@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes turn {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes waver {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@media (max-width: 1025px) {
  .skin_content .menu_list_box .menu_list_content {
    text-align: right;
  }
  .skin_content .right_map_box .map_box {
    top: 120px;
  }
  .skin_content .right_map_box .toggle_btn {
    top: 105px;
  }
}
@-webkit-keyframes line-animation-iphone {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 -2205px;
  }
}
@keyframes line-animation-iphone {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 -2205px;
  }
}
@-webkit-keyframes face-animation-iphone {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 -2205px;
  }
}
@keyframes face-animation-iphone {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 -2205px;
  }
}
.roam_model {
  width: 40px;
  height: 40px;
  background: url(../../../common/public/images/roam.png) no-repeat rgba(0, 0, 0, 0.4);
  background-position: center;
  background-size: 30px;
  border-radius: 20px;
  cursor: pointer;
  position: fixed;
  transition: all 0.4s;
  top: 260px;
  right: 20px;
}
.roam_model span {
  display: none;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #FFFFFF;
  white-space: nowrap;
  font-size: 12px;
}
.roam_model:hover span.roam_modeltype_1 {
  display: inline-block;
}
.roam_model.active {
  background: url(../../../common/public/images/roam_active.png) no-repeat rgba(0, 0, 0, 0.4);
  background-position: center;
  background-size: 30px;
}
.roam_model.active:hover span.roam_modeltype_1 {
  display: none;
}
.roam_model.active:hover span.roam_modeltype_2 {
  display: inline-block;
}
.hide_skin .roam_model {
  right: -50px;
}
/*# sourceMappingURL=public.css.map */