* {
  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;
  position: absolute; */
}


.video_vtt{
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 230px;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 6px rgb(4,4,4,.6);
    font-size: 18px;
    pointer-events: none;
}

.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;
  /*vr模式按钮*/
}
.Start{
  height: 100%;
  position: fixed;
  top:0;
  left:0;
  bottom: 0;
  right: 0;
  z-index: 50;
  overflow: hidden;
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.Start img{
  width: 180px;
  height: 180px;
  cursor: pointer;
}

.skin_content .video_box{
    position: fixed;
    width: 200px;
    height: 500px;
    position: fixed;
    z-index: 3;
    right: 60px;
    bottom: 0;
}

.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: 10px;
  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;
  width: 170px;
}

.skin_content .left_scene_content .content_item .user_title {
  text-shadow: 0px 0px 6px #0404044d;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 170px;
  margin-bottom: 3px;
}
.skin_content .left_scene_content .content_item .city_icon {
  cursor: pointer;
  background: url(../../img/by_btn.png) no-repeat 0px 50%;
  background-size: 18px auto;
  padding-left: 25px;
  text-shadow: 0px 0px 6px #0404044d;
  font-size: 12px;
  margin-bottom: 3px;
}
.skin_content .left_scene_content .content_item .watch_icon {
  text-shadow: 0px 0px 6px #0404044d;
  font-size: 12px;
  margin-bottom: 3px;
}

.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%;
  float: none;
}
.skin_content .left_scene_content .logo img {
  max-height: 100%;
  cursor: pointer;
  position: static;
  display: inline-block;
  vertical-align: top;
}
.skin_content .left_scene_content .logo .weather_top{
    width: 43px;
    height: 43px;
    float: none;
    display: inline-block;
  vertical-align: top;
}
.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 .nav{
  position: fixed;
  width: 35px;
  background: rgba(0,0,0,0.3);
  border-radius: 22px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #FFFFFF;
  transition: right 0.5s;
  
  padding: 10px 4px;
}

.skin_content .nav .user_menu_link {
  position: relative;
  padding: 5px 0;
  cursor: pointer;
  border-radius: 5px;
}
.skin_content .nav .user_menu_link:hover{
    background: rgba(0, 0, 0, .3);
}
.skin_content .nav .user_menu_link img {
  width: 22px;
  height: 22px;
}
.skin_content .nav .user_menu_link i {
  position: absolute;
  top: 3px;
  right: 50px;
  color: #FFFFFF;
  padding: 5px 7px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  white-space: nowrap;
  display: none;
  font-size: 12px;
}
.skin_content .nav .user_menu_link:hover i {
  display: inline-block;
}


.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: 155px;
  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: 40px;
  line-height: 40px;
  padding: 0 5px;
  background: rgba(0, 0, 0, 0.4);
  /* backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px); */
  border-radius: 35px;
  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: 40px;
  height: 40px;
  line-height: 32px;
  display: inline-block;
  float: left;
  margin: 0 8px 0;
  text-indent: 10px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  z-index: 1;
}
.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.3);
}
.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 .bottom_menu .menu_list_group .scene_title{
    position: absolute;
    top: -50px;
    color: #FFFFFF;
    font-size: 18px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.skin_content .bottom_menu .menu_list_group .base_li_five.disable_btn{
    opacity: .5;
    background: url("../../img/icon/skin_icon58.png") rgba(0, 0, 0, .4) no-repeat  !important;
    
    background-size: 100% !important;
    background-position: center !important;
}
/*圆形进度条*/
.skin_content .bottom_menu .menu_list_group .skin_icon_10{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
}
.skin_content .bottom_menu .menu_list_group .circleProgress_wrapper{
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: .6;
}
.skin_content .bottom_menu .menu_list_group .cri_wrapper{
    width: 16px;
    height: 32px;
    position: absolute;
    top:0;
    overflow: hidden;
}
.skin_content .bottom_menu .menu_list_group .cri_right{
    right:0;
}
.skin_content .bottom_menu .menu_list_group .cri_left{
    left:0;
}
.skin_content .bottom_menu .menu_list_group .circleProgress{
    width: 32px;
    height: 32px;
    border:3px solid rgba(0, 255, 255, 1);
    border-radius: 50%;
    position: absolute;
    top:0;
    -webkit-transform: rotate(45deg);
    box-sizing: border-box;
}
.skin_content .bottom_menu .menu_list_group .rightcircle{
    border-top:3px solid rgba(255, 255, 255, .1);
    border-right:3px solid rgba(255, 255, 255, .1);
    right:0;
    box-sizing: border-box;
}
.skin_content .bottom_menu .menu_list_group .leftcircle{
    border-bottom:3px solid rgba(255, 255, 255, .1);
    border-left:3px solid rgba(255, 255, 255, .1);
    left:0;
    box-sizing: border-box;
}


.skin_content .poster .poster_box{
    width: 160px;
    height: 50px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    position: fixed;
    cursor: pointer;
    left: 10px;
    bottom: 180px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: none;
    transition: left .4s ease .2s;
}
.skin_content .poster .poster_box .poster_content{
    width: 100%;
    height: 100%;
}
.skin_content .poster .poster_box .poster_avatar{
    position: absolute;
    width: 40px;
    height: 40px;
    left: 5px;
    top: 5px;
    background: url(../../img/poster.png) no-repeat;
    background-size: 100% 100%;
}
.skin_content .poster .poster_box .poster_title{
    width: 100px;
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 14px;
    font-weight: bold;
}

.skin_content .poster .poster_box .poster_text{
    width: 100px;
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 12px;
}
.skin_content .poster .poster_box .close_btn{
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    background: url(../../img/icon/skin_close.png) no-repeat;
    background-size: 100%;
    background-position: center;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    z-index: 5;
}

.skin_content .poster .poster_box_show_btn{
    width: 25px;
    height: 50px;
    position: fixed;
    background: rgba(0, 0, 0, 0.3) url(../../img/icon/skin_icon50.png) no-repeat;
    background-position: center;
    background-size: 35px;
    border-radius: 0px 4px 4px 0px;
    left: -25px;
    bottom: 180px;
    transition: left .2s;
}


.skin_content .poster.hide .poster_box{
    left: -200px ;
    transition: left .4s;
}
.skin_content .poster.hide .poster_box_show_btn{
    left: 0;
    transition: left .2s ease .4s;
}





.skin_content .scene_box {
  width: 100%;
  height: 130px;
  padding: 0 5px;
  position: fixed;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  /*background: rgba(0, 0, 0, 0.5);*/
  background: linear-gradient(#17191a 0%,#413f3fc7  120%);
  border-radius: 8px;
  color: #ffffff91;
  transition: bottom 0.4s;
  user-select: none;
}
.skin_content .secne_list_box {
  max-width: 940px;
  text-align: center;
  margin-top: 8px;
  overflow: hidden;
}
.music{
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 50%;
  bottom:130px;
  transform: translateX(-50%);
  text-align: center;
  line-height: 40px;
  margin-left: auto;
  margin-right: auto;
}
.music p{
  color: #fff;
  float: left;
  margin-right: 35px;
  cursor: pointer;
}
.music .close_btn{
    position: absolute;
    right: 15px;
    top: 5px;
    width: 30px;
    height: 30px;
    background: url(../../img/icon/skin_close.png) no-repeat;
    background-size: 100%;
    background-position: center;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    z-index: 5;
}
.skin_content .secne_child_box {
  height: 90px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  text-align: center;
  position: fixed;
  bottom: 135px;
  left: 50%;
  padding: 2px 5px 0px;
  border-radius: 8px;
  display: none;
  white-space: nowrap;
  max-width: 70vw;
  z-index: 6;
}
.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: 130px;
  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: 100px;
  height: 75px;
  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: 2px 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: 13px;
}
.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;
}
.over_text_box span{
    font-size: 13px;
}
.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);
}
.swiper-slide.looked::before{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 2px;
    top: 5px;
    z-index: 3;
  background: url(../../img/icon/skin_icon100.png) no-repeat;
  background-size: auto 28px;
}
.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 {
}
.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 #14A3D5;
  /*border-radius: 15px;*/
  /*padding: 4px;*/
  box-sizing: border-box;
  /*border-image: -webkit-linear-gradient(#53EEEE, #14A3D5) 20 20;*/
  /*border-image: -moz-linear-gradient(#53EEEE, #14A3D5) 20 20;*/
  /*border-image: -o-linear-gradient(#53EEEE, #14A3D5) 20 20;*/
  /*border-image: linear-gradient(#53EEEE, #14A3D5) 20 20;*/
  border-image-slice: 10%;
}
.skin_content .secne_group_box {
  height: 30px;
  line-height: 20px;
  margin-bottom: 15px;
  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 span{
    font-size: 13px;
}
.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.2);
  color: #fff;
}
.skin_content .secne_group_box .scene_group .item.active::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 2px;
  border-radius: 4px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 51%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 5px ;
  left: 50%;
  transform: translateX(-50%);
}
.skin_content .aa{
  background: url(../../img/icon/skin_icon100.png) no-repeat;
  background-size:auto 28px;
}
.skin_content .secne_group_box .scene_group .item:hover {
  transform: scale(1.1);
  font-weight: bold;
}
.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 .no_group .scene_box .secne_list_box{
    margin-top: 25px;
}
.skin_content .no_group .scene_box .secne_group_box {
  display: none;
}
.skin_content .open_scene .video_vtt{
    bottom: 80px;
}
.skin_content .open_scene .scene_box {
  bottom: -200px !important;
}
.skin_content .open_scene{
  bottom: 150px;
}

.bottom_menu_ano{
  bottom: 130px;
}
.skin_content .open_scene .bottom_menu{
  bottom: 0;
}
.skin_content .open_scene .bottom_menu .skin_scene_list{
  background: url(../../img/icon/skin_icon60.png) rgba(0, 0, 0, .4) no-repeat  ;
  background-position: center;
  background-size: 40px;
}
.skin_content .open_scene .bottom_menu .skin_scene_list:hover{
    background-color: rgba(0, 0, 0, .6);
}

.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 .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/skin_icon50.png) no-repeat;
  background-size: 32px;
  background-position: center;
  transform: rotate(0deg);
  position: fixed;
  left:-10px;
  bottom: 285px;
  cursor: pointer;
  transition: right 0.4s;
  z-index: 5;
}
.skin_content .right_map_box .map_box {
  width: 200px;
  height: 200px;
  position: fixed;
  left:10px;
  bottom: 175px;
  border-radius: 10px;
  transition: right 0.4s;
  z-index: 5;
}
.skin_content .right_map_box .Vr-shop{
  width: 145px;
  height: 40px;
  position: fixed;
  left:10px;
  bottom: 285px;
  border-radius: 4px;
  transition: right 0.4s;
  z-index: 5;
  background: rgba(0,0,0,0.4);
  float: left;
  display: none;
  padding: 10px;
  cursor: pointer;
}
.Vr-shop .Vr-shop_text{
  float: right;
}
.Vr-shop img{
  width: 40px;
  height: 40px;
}
.skin_content .right_map_box .Vr-shop .Vr-shop_text p{
  font-size: 14px;
  color: #FFFFFF;
}
.Vr-shop_text_span{
  font-size: 12px;
  color: rgba(255, 255, 255, 0.64);
}
.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_content .sand_div .sand_tu {
  height: 100%;
}
.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: -13px;
  right: -16px;
  cursor: pointer;
  z-index: 5;
}
.Vr-shop .Vr-shop_btn{
  width: 26px;
  height: 26px;
  background: url("../../img/icon/sand_col.png") no-repeat;
  background-size: 100%;
  background-position: center;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -13px;
  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);
}
.music_one{
  width:550px;
  height: 100%;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.music_one span{
    margin: 0 5px;
    cursor: pointer;
}
.music_one .icon_btns{
    font-size: 13px;
    display: inline-block;
    line-height: 25px;
}
.music img{
  width: 24px;
  height: 24px;
  margin: 10px;
  float: left;
  margin-left: 0;
  cursor: pointer;
  margin-left: 16px;
}
.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: -30px;
}
.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 .vr_module {
  right: -200px;
}
.skin_content.hide_skin .right_tool {
  right: -150px;
}
.skin_content.hide_skin .bottom_list {
  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 {
}
.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;
}
.skin_content.hide_skin .share{
    right: -50px;
}
.skin_content.hide_skin .nav{
    right: -50px;
}
.skin_content.hide_skin .poster_box{
    left: -250px;
}



.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/skin_icon60.png) no-repeat, linear-gradient(180deg, rgba(50, 50, 50, .8) 0%, rgba(20, 163, 213, 0.8) 100%) ;

  background-position: center;
  background-size: 40px;
  position: relative;
  text-shadow: none;
  
  position: absolute !important;
  top: 0;
  left: -60px;
  border-radius: 50%;
}
.skin_scene_list span{
    color: #FFFFFF;
    font-size: 12px;
    border-radius: 12px;
    padding: 0 2px;
    position: absolute;
    top: 5px;
    right: 0;
    background: rgba(0,0,0,.5);
    text-align: center;
    text-indent: 0;
    line-height: 16px;
    transform: scale(.9);
}
.skin_scene_list.show_tip::before{
    content:"点击这里可以切换场景";
    color: #000000;
    padding: 0px 6px;
    background: #FFFFFF;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    bottom: 55px;
    transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
    text-indent: 0;
}
.skin_scene_list.show_tip::after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 50px;
  border-top: 5px solid rgba(255, 255, 255, 1);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  margin-left: -2px;
}
.skin_icon_1 {
  background: url(../../img/icon/skin_icon55.png) no-repeat;
  background-position: center;
  background-size:  50px;
}
.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;
  position: relative;
  padding-left: 35px;
}
.skin_icon_3::before {
    content: "";
  display: inline-block;
  background: url(../../img/icon/skin_icon_3.svg) no-repeat;
  background-position: center;
  background-size: 22px;
  position: absolute;
  left: 0;
  top: 8px;
  width: 32px;
  height: 32px;
}
.skin_icon_3.active::before {
    content: "";
    display: inline-block;
  background: url(../../img/icon/skin_icon_3_active.svg) no-repeat;
  background-position: center;
  background-size: 22px;
  position: absolute;
  left: 0;
  top: 8px;
  width: 32px;
  height: 32px;
  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_icon57.png) no-repeat;
  background-position: center;
  background-size: 50px;
}
.skin_icon_4.active {
  background: url(../../img/icon/skin_icon57.png) no-repeat;
  background-position: center;
  background-size: 50px;
}
.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_icon56.png) no-repeat;
  background-position: center;
  background-size: auto 56px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.skin_icon_10.active {
  background: url(../../img/icon/skin_icon63.png) no-repeat;
  background-position: center;
  background-size: auto 56px;
  background-position: center;
}
.skin_icon_11 {
    padding-left: 30px;
  background: url(../../img/icon/skin_icon_11.png) no-repeat;
  background-position: 5px center;
  background-size: auto 18px;
}
.skin_icon_12 {
    padding-left: 30px;
  background: url(../../img/icon/skin_icon_12.svg) no-repeat;
  background-position: 5px center;
  background-size: auto 18px;
}
.music_icon{
  background: url(../../img/icon/音乐-关闭.svg) no-repeat;
  background-position: center;
  background-size:auto 25px;
}
.music_icon_1{
  background: url(../../img/icon/音乐-关闭.svg) no-repeat;
  background-position: center;
  background-size:auto 25px;
}
.skin_icon_13 {
    padding-left: 30px;
  background: url(../../img/icon/skin_icon_13.svg) no-repeat;
  background-position: 5px center;
  background-size: auto 16px;
}
.skin_icon_13.active {
  background: url(../../img/icon/skin_icon_13_active.svg) no-repeat;
  background-position: 5px center;
  background-size: auto 16px;
}
.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_icon58.png) no-repeat;
  background-position: center;
  background-size: auto 40px;
}
.base_box{
  width: 100%;
  height: 100%;
  position: relative;
}
.base{
  width: 300px;
  height: 40px;
  background: rgba(0,0,0,0.4);
  border-radius: 35px;
  position: fixed;
  bottom: 20px;
  left: 41%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  z-index: 10;
}
.base.base_ant{
    bottom: 190px;
}
.base .base_li_one{

}
.skin_content .share{
  position: fixed;
  right: 15px;
  top: 10px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: url(../../img/icon/skin_icon62.png) no-repeat;
  background-size: 38px;
  background-position: top center;
}
.skin_content .share p{
    padding-top: 30px;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
}
.opcity_model{
    content: "";
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    display: none;
    z-index: 15;
    
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
}
.share_ball{
  width: 350px;
  background: rgba(0, 0, 0, .4) url(../../img/share_bg.png) no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  border-radius: 8px;
  position: absolute;
  left: 50vw;
  top: 50vh;
  transform: translate(-50%,-50%);
  z-index: 16;
  display: none;
}
.share_ball .share_bottom_p{
    text-align: center;
    /* margin: 30px 0 ; */
    line-height: 45px;
    color: #ffffff;
    font-size: 12px;
    padding-bottom: 20px;
}
.share_ball_header{
    border-bottom: 1px solid rgba(230, 230, 230, 0.18);
  color: #ffffff;
  height: 50px;
  margin: 0 17px;
  /*line-height: 50px;*/
  display: flex;
  align-items: center;
}
.share_ball_header img{
  width: 22px;
  height: 22px;
  cursor:pointer; 
    position: absolute;
    top: 17px;
    right: 23px;
}
.share_ball_header .share_ball_close{
    cursor: pointer;
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    top: 17px;
    right: 23px;
    background: url(../../img/share_close.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    transition: transform .4s;
    
}
.share_ball_header .share_ball_close:hover{
    transform: rotate(-180deg);
}
.share_ball .share_d1_img{
    display: block;
    margin: 23px auto 0;
    width: 235px;
    height: 235px;
    background: #fff;
    border-radius: 8px;
    border: 2px solid #27ebff;
}
.share_ball .share_d1_img canvas{
    margin-top: 15px;
}
.base_li_one{
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.base_li_one img{
  width: 40px;
  height: 40px;
}
.base_li_two{
  width: 50px;
  height: 50px;
  background: url("../../img/icon/skin_icon55.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.base_li_three{
  width: 57px;
  height: 57px;
  background: url("../../img/icon/skin_icon56.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: relative;
}
.base_li_three_location{
  width: 32px;
  height: 32px;
  position: absolute;
  left: 130px;
  top: 0;
  border-radius: 50%;
  border: 3px solid #53EEEE;
  z-index: 5;
}
.base_li_four{
  width: 50px;
  height: 50px;
  background: url("../../img/icon/skin_icon57.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.base_li_five{
  width: 40px;
  height: 40px;
  background: url("../../img/icon/skin_icon58.png") rgba(0, 0, 0, .4) no-repeat;
  background-size: 100%;
  background-position: center;
  cursor: pointer;
  
    position: absolute !important;
    top: 0;
    right: -60px;
    border-radius: 50%;
}
.base_li_five:hover{
    background-color:rgba(0, 0, 0, .6);
}

.base_li_five.active{
  width: 40px;
  height: 40px;
  background: url("../../img/icon/skin_icon59.png") rgba(0, 0, 0, .4) no-repeat;
  background-size: 100%;
  background-position: center;
  cursor: pointer;
}
.base_li_five.active:hover{
    background-color:rgba(0, 0, 0, .6);
}
.base_ants{
  background-image: linear-gradient(#9BFFFF, #14A3D5);
  opacity: 0.5;
  border-radius: 10px;
}
.bottom_pop{
  width: 100%;
  height: 48px;
  background: rgba(0,0,0,0.28);
  position: fixed;
  bottom: 125px;
  left: 0;
  display: none;
}
.bootom_pop_content{
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom_pop p{
  color: #FFFFFF;
  margin-left: 15px;
}
.bootom_pop_content img{
  width: 24px;
  height: 24px;
  margin-left: 15px;
}
.bootom_pop_btn{
  width: 26px;
  height: 26px;
  background: url("../../img/icon/sand_col.png") no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 15px;
}
.bootom_top{
  width: 100%;
  height: 125px;
  background: rgba(0,0,0,0.58);
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
}
.bootom_top .bootom_top_content{
  display: flex;
  align-items: center;
  justify-content: center;
}
.bootom_top .bootom_top_item_one{
  display: flex;
  align-items: center;
  justify-content: center;
}
.Picture_box{
  width: 100px;
  height: 75px;
  background: #ffffff;
  border-radius: 15px;
  margin: 10px;
  position: relative;
}
.music_img{
  position: absolute;
  right: 0;
  top: 0;
}
.bottom_li_tab{
  height: 40px;
}
.bottom_li_tab li{
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom_li_tab li i{
  font-size: 13px;
  color:#413F3F;
  margin: 0 10px;
}
.bottom_li_tab li .bottom_li_tab_items{
  color: #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}
.Picture_box img{
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.Picture_box .Picture_box_img{
  display: block;
}
.Picture_box_border{
  border: 2px solid #53EEEE;
  border-radius: 10px;
}
.step{
  width: 1310px;
  height: 1029px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  z-index: 40001;
  display: none;
}
.step_item{
  bottom: 30px;
  top: 30px;
  left: 45px;
  right: 30px;
  transform: none;
}
.step_header{
  height: 50px;
  margin: 0 0 0 15px;
  border-bottom: 1px solid #efefef;
  display: flex;
  align-items: center;
}
.step_btn{
  cursor:pointer;
}
.step_header img{
  width: 25px;
  height: 25px;
  margin-left: 1152px;
}
.step_nav{
  height: calc(100% - 50px);
}
.step_iframe{
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}



.navigation_box {
  width: 80vw;
  height: 90vh;
  z-index: 6;
  position: fixed;
  left: 10vw;
  top: 5vh;
  background: #FFFFFF;
  border-radius: 15px;
  display: none;
  overflow: hidden;
}
.navigation_box .navigation_header {
  margin: 0 0 0 30px;
  line-height: 50px;
  font-weight: 600;
  border-bottom: 1px solid #F6F6F6;
  letter-spacing: 2px;
}
.navigation_box .navigation_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(../../img/icon/close_code.png) no-repeat;
  background-size: 20px;
  background-position: center;
}
.navigation_box iframe {
  width: 100%;
  height: calc(100% - 50px);
}
.navigation_box #map_container {
  width: 100%;
  height: calc(100% - 50px);
}
.navigation_box.show {
  bottom: 0;
}




@-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;
  }
}
/*--------vr会议--------*/
.skin_content.hide_all .scene_box{
    bottom: 100px;
}
.skin_content.hide_all .child_triangle{
    bottom: 230px;
}
.skin_content.hide_all .secne_child_box{
    bottom: 235px;
}


.skin_content.hide_all .left_scene_content,.skin_content.hide_all .share,.skin_content.hide_all .nav,.skin_content.hide_all .music_one,
.skin_content.hide_all .bottom_menu,.skin_content.hide_all .music,.skin_content.hide_all .scene_title{
    
    display: none !important;
}






.light_box {
  width: 40px;
  height: 244px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 50px;
}

.light_img_box {
  width: 34px;
  height: 34px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3px;
}

.light_img_box>img {
  width: 24px;
  height: 24px;
}

.light>p {
  font-size: 12px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  padding-top: 0 !important;
}
.light{
  margin-bottom: 5px;
}


.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: 360px;
  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;
}
.hide_skin .skin_scene_list{
    display: npne !important;
}
.nav .roam_model{
    position: absolute;
    right: 0px;
    top: -50px;
}

.bottom_tool .video_toolbox{
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translate(-50%);
}

.video_toolbox{
    pointer-events: auto;
}



/* --------------------------------------------- */
.bot_bg {
  height: auto !important;
  position: fixed;
  bottom: -4px;
  z-index: 3;
  right: 0;
  pointer-events: none;
  left: 0;
}
.bot_bg .bot {
  position: relative;
  overflow: hidden;
  text-align: center;
  float: left;
  pointer-events: none;
}
.bot_bg .bot .botLeft {
  width: 624px;
  height: 503px;
  position: relative;
  background: url('../../images/lefticonbg.png') no-repeat center/100%;
}
/* .bot_bg .bot .botLeft::before{
  content: '';
  position: absolute;
  width: 190px;
  height: 140px;
  bottom: 20px;
  left: 33px;
  background: url('../../images/lefticonbg1.png') no-repeat center/100%;
}
.bot_bg .bot .botLeft::after{
  content: '';
  position: absolute;
  width: 190px;
  height: 140px;
  background: url('../../images/lefticonbg1.png') no-repeat center/100%;
  bottom: 20px;
  left: 33px;
} */
.bot_bg .bot .botLeft .botLeftimg {
  width: 90px;
  height: 90px;
  position: absolute;
  cursor: pointer;
  transition: top 0.3s,bottom 0.3s;
  pointer-events: auto;
}
.bot_bg .bot .botLeft .botLeft1:hover {
  top: 104px;
}
.bot_bg .bot .botLeft .botLeft2:hover {
  top: 218px;
}
.bot_bg .bot .botLeft .botLeft3:hover {
  bottom: 103px;
}
.bot_bg .bot .botLeft .botLeft4:hover {
  bottom: 30px;
}
.bot .botLeft1 {
  top: 114px;
  left: 33px;
  background: url('../../images/yjdd.png') no-repeat center/100%;
}
.bot .botLeft2 {
  top: 228px;
  left: 120px;
  background: url('../../images/zhss.png') no-repeat center/100%;
}
.bot_bg .bot .botLeft3 {
  left: 223px;
  bottom: 93px;
  background: url('../../images/ypyy.png') no-repeat center/100%;
}
.bot_bg .bot .botLeft3 i {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url('../../images/yinyue.svg') no-repeat center/100%;
}
.bot_bg .bot .botLeft3.active i {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 27%;
  left: 37%;
  transform: translate(-50%,-50%);
  background: url('../../images/yinyue.svg') no-repeat center/100%;
}
.botLeft3.active:before {
 display: block;
}
.botLeft3.active i{
    -webkit-animation:turn 5s linear infinite;animation:turn 5s linear infinite;
}
.botLeft3 .rig_m1,.botLeft3 .rig_m2{
    display: none;
}
.botLeft3.active .rig_m1,.botLeft3.active .rig_m2{
    display: block;  width: 50px;height: 50px;position: absolute; z-index: 2;  left: 20px;top: 0;
}
.botLeft3 .rig_m1:before,
.botLeft3 .rig_m1:after,
.botLeft3 .rig_m2:before{
    font-size: 24px;  position: absolute;  top: 0;  left: 0;  opacity: 0;
}
.botLeft3 .rig_m1:before,
.botLeft3 .rig_m1:after,
.botLeft3 .rig_m2:before{
    content: "";width: 15px;height:15px;
}
.botLeft3 .rig_m1:before {
    background: url("../../images/muc.png") no-repeat 50% 50%;background-size: 85% auto;
    -webkit-animation: s1 7s linear infinite both;animation: s1 7s linear infinite both;
}
.botLeft3 .rig_m1:after {
    background: url("../../images/muc1.png") no-repeat 50% 50%;background-size: 100% auto;
    -webkit-animation: s2 7s linear 5s infinite;animation: s2 7s linear 5s infinite;
}
.botLeft3 .rig_m2:before {
    background: url("../../images/muc.png") no-repeat 50% 50%;background-size: 80% auto;
    -webkit-animation: s2 7s linear 3s infinite;animation: s2 7s linear 3s infinite;
}
.bot_bg .bot .botLeft4 {
  right: 196px;
  bottom: 20px;
  background: url('../../images/fxhy.png') no-repeat center/100%;
}
.bot_bg .botright {
  position: absolute;
  right: 340px;
  bottom: 20px;
  transition: bottom 0.3s;
  pointer-events: auto;
}
.bot_bg .botright:hover {
  bottom: 30px;
}
.bot_bg .botright .botrightIcon {
  width: 90px;
  height: 90px;
  cursor: pointer;
}
.bot_bg .botright .botright_v1{
  background: url('../../images/quanping.png') no-repeat center/100%;
}
.bot_bg .botright .botright_v1.active {
  background: url('../../images/quanpingcancel.png') no-repeat center/100%;

}

.right_list {
  color: #FCF5D3;
  width: 320px;
  position: fixed;
  top: 9px;
  bottom: 0;
  right: 0;
  z-index: 2;
  transition: right 0.5s;
  pointer-events: none;
}



.right_list .bot_address_btn{
  width: 55px;
  height: 160px;
  cursor: pointer;
  background: linear-gradient(180deg, #FBF0CE 0%, #E07C2E 100%);
  box-shadow: 5px 0px 4px 0px rgba(127,0,0,0.33);
  border-radius: 25px 0px 0px 25px;
  position: relative;
}
.right_list .bot_address_btn .bot_address_icon1{
  position: absolute;
  width: 40px;
  top: 50%;
  height: 40px;
  transform: translateY(-50%);
  left: -20px;
  background: url('../../images/youjiantou.svg') no-repeat center/100%;
}
.right_list .bot_address_btn .bot_address_icon2{
  position: absolute;
  width: 20px;
  height: 132px;
  top: 50%;
  left: 58%;
  transform: translate(-50%,-50%);
  background: url('../../images/ditudh.png') no-repeat center/100%;
}




.right_list .right_list.hide {
  color: #FCF5D3;
  right: -300px;
}


.Navigation {
  width: 320px;
  height: 100vh;
  /* transform: translateX(320px); */
  transform: translateX(0px);
  transition: transform .3s linear;
  position: relative;
  pointer-events: auto;
  background: rgba(36,1,1,0.52);
  backdrop-filter: blur(10px);
}

.current_location {
  width: 335px;
  height: 70px;
  background: url('../../images/ditudhnav.png') no-repeat;
  background-size: 100% 100%;
  position: relative;
  right: 15px;
}

.current_location>:first-child {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 42px;
  letter-spacing: 2px;
  font-size: 16px !important;
  font-weight: 900;
  color: #FFFFFF;
}

.current_location>:last-child {
  text-align: center;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 135px;
  text-align: center;
  color: #FFC715;
}

.current_location>:last-child p {

  font-weight: 900;
  text-align: center;
  font-size: 16px !important;
  line-height: 73px;
  color: #FFC715;
  /* animation: demo 6s linear infinite; */
  display: inline-block !important;
  margin-right: 50px;
  white-space: nowrap;
  animation: 6s wordsLoop linear infinite normal;
  /* width: 100%; */
  /* width: 140px;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}
@keyframes wordsLoop {
  0% {
      transform: translateX(10%);
      -webkit-transform: translateX(10%);
  }
  100% {
      transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
  }
}
@-webkit-keyframes wordsLoop {
  0% {
      transform: translateX(10%);
      -webkit-transform: translateX(10%);
  }
  100% {
      transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
  }
}

.sandtable {
  margin: 0 auto;
  margin-top: 17px;
  width: 290px;
  height: 190px;
  background: linear-gradient(138deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
  border: 1px solid;
  border-image: linear-gradient(223deg, rgba(249, 176, 22, 0.68), rgba(235, 235, 235, 0.24), rgba(255, 199, 104, 0.45)) 1 1;
}

.catalogue {
  height: calc(100vh - 345px);
  box-sizing: border-box;
  padding: 20px 10px 0 15px;
  margin: 0 auto;
  margin-top: 10px;
    width: 290px;
  background: linear-gradient(138deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
border: 1px solid;
border-image: linear-gradient(223deg, rgba(249, 176, 22, 0.68), rgba(235, 235, 235, 0.24), rgba(255, 199, 104, 0.45)) 1 1;
}

.catalogue>p {
  width: 100%;
  height: 43px;
  font-size: 16px !important;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FCF5D3;
  line-height: 43px;
  border-bottom: 1px solid rgba(252, 245, 211, .3);
}

.scene_cata_box {
  margin-bottom: 15px;
  /* border-bottom: 1px solid rgba(252, 245, 211, .3); */
}
.scene_cata_box.active p>span,
.scene_cata_box.active p {
  color: #F20000 !important;
}
.list_catalogue_title {
  width: 100%;
  /* height: 40px; */
  box-sizing: border-box;
  font-size: 16px !important;
  position: relative;
  cursor: pointer;
  font-weight: 900;
  color: #FFF4CE;
}

.list_catalogue_title>:first-child {
  width: 92px;
  display: inline-block;
  /* height: 40px; */
  /* line-height: 40px; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  clear: both;
  font-size: 16px;
  font-weight: 900;
}

.list_catalogue_title>:nth-child(2) {
  width: 140px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}

.list_catalogue_title.active>:nth-child(2) {
  text-overflow: initial;
}

.list_catalogue_title>:nth-child(2) span {
  width: 140px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 900;
}

.list_catalogue_title.active>:nth-child(2) span {
  animation: demo 6s linear infinite;
  display: inline-block !important;
  margin-right: 15px;
}
.list_catalogue_title .list_catalogue_titleTop {
  /* font-size: 18px; */
}

.list_catalogue_title>img {
  width: 9px;
  height: 17px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -8.5px;
  transform: rotate(90deg);
}



.list_catalogue_bottom {
  /* width: 140px;
  margin-left: 92px; */
  /* width: 200px; */
  /* margin-left: 32px; */
  font-weight: 900;
  color: rgba(255, 244, 206,1);
  opacity: 0.8;
  /* display: none; */
}

.list_catalogue_bottom>p {
  /* height: 40px; */
  /* line-height: 40px; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  /* font-weight: bold; */
}

.list_catalogue_bottom>p>span {
  color: rgb(252, 245, 211);
  font-size: 14px;
  /* font-weight: bold; */
}




.list-box {
  width: 100%;
  height: calc(100% - 25px);
  overflow-y: auto;
  overflow: -moz-scrollbars-none;
}

.list-box::-webkit-scrollbar {
  display: none;
}

.list-box>:last-child {
  border-bottom: none;
}

.list-box>:first-child>.list_catalogue_bottom {
  display: block;
}

.list-box>:first-child img {
  transform: rotate(270deg);
}

.Navigation_button {
  position: absolute;
  width: 50px;
  height: 135px;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -85px;
  writing-mode: vertical-rl;
  cursor: pointer;
  
}

.Navigation_button>p {
  font-size: 16px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 3px;
  margin-top: 35px;
  width: 100%;
  line-height: 55px;
}
@-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;  }
}

.pic_h2 {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #fff;
  font-size: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 16;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
  width: 55%;
  text-align: center;
  /* border-bottom: 2px solid #CC9541; */
  padding-bottom: 10px;
}

.puc_tcpc .share_d1 {
  border: none !important;
}

.share_d1_rig {
  display: none;
}

.share_d1 {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.share_d1_lef {
  margin-left: 0 !important;
}

.share_d1_lef p {
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #925801 !important;
  margin-top: 15px !important;
}

.share_k1 i {
  font-size: 14px !important;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #925801 !important;
  opacity: 0.5;
  text-indent: 0 !important;
  text-align: center;
}

.share_dj {
  display: flex;
  align-items: center;
}

.share_k1 {
  float: none !important;
  width: 50%;
  position: relative;
  opacity: 1;
  height: 20px;
  line-height: 20px;
  flex: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.share_k1 b {
  left: 8px !important;
  border: 2px solid #925801 !important;
  opacity: .5;
  position: relative !important;
  margin-right: 12px;
  margin-top: -2px;
}

.share_k1_on b:before {
  background: #925801 !important;
}

.share_d1_lef {
  width: 130px !important;
}

.share_d1_img {
  width: 130px !important;
  height: 130px !important;
}

.share_d1_img canvas {
  width: 130px !important;
  height: 130px !important;
}

.puc_tcpc .share_d2 {
  width: 49px !important;
  height: 256px !important;
  background: linear-gradient(0deg, #CD9643 0%, #F6ECD9 100%);
  border-radius: 0px 10px 10px 0px;
  position: absolute;
  right: -49px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.share_d2>a {
  width: 38px !important;
  height: 38px !important;
  margin-right: 0 !important;
  position: relative;
  padding-top: 0 !important;
  margin-bottom: 25px;
  background-size: 100% 100% !important;
}

.share_d2 p {
  position: absolute;
  font-size: 12px;
  color: #fff;
  bottom: -20px;
  width: 49px;
  text-align: center;
  left: -6px;
}

.share_i6 {
  display: none !important;
}

.share_i3 {
  display: none !important;
}

.share_i5 {
  margin-bottom: 18px !important;
}
.share_tc {
  width: 301px !important;
}

.puc_tcpc .puc_tit {
  width: 301px;
  height: 40px;
  background: linear-gradient(-90deg, #E9CC98 0%, #CC9541 100%);
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}

.puc_col {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 19px;
  background: url("../../images/sand_col.svg") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.puc_col2 {
  position: absolute;
  /* float: right; */
  /* bottom: -5px; */
  display: inline-block;
  /* min-width: 32px; */
  /* height: 32px; */
  right: 0;
  cursor: pointer;
  /* text-align: center; */
  z-index: 8;
  transition: all .2s;
  /* line-height: 32px; */
  /* font-size: 22px; */
  /* font-family: Source Han Sans CN; */
  /* font-weight: bold; */
  /* color: #FFFFFF; */
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  /* background: url('../../images/puc_col2.svg') no-repeat 50% 50%;
  background-size: 20px auto; */
  border-radius: 0 0 0px 45px;
  background: rgba(0,0,0,0.45);
}
.sand_tc .swiper-zoom-container{
  overflow: inherit;
  height: 732px !important;
  position: relative !important;
  width: 1400px !important;
  left: calc(50% - 700px) !important;
  margin-top: 70px !important;
}

.iframe_title{
  position: absolute;
  z-index: 17;
  text-align: center;
  width: 50%;
  left: 25%;
  font-size: 24px;
  color: #fff;
  margin: 30px 0 0 0;
  padding-bottom: 10px;
  /* border-bottom: 2px solid #CC9541; */
  text-shadow: 0px 0px 6px rgb(0 0 0 / 60%) !important;
}

.puc_col3 {
  position: absolute;
  top: 15px;
  margin: auto;
  display: inline-block;
  width: 22px;
  height: 22px;
  right: 18px;
  background: url("../images/puc_col3.png") no-repeat 50% 50%;
  background-size: 18px auto;
  cursor: pointer;
  -o-transition: all .2s;
  transition: all .2s;
}
.puc_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 17;
}


.puc_tc.puc_tcpc {
  width: 301px;
  height: 301px;
  background: #F6ECD9;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 8px;
  display: none;
  z-index: 17 !important;
}
.puc_fh {
  position: absolute;
  top: 50px;
  left: 40px;
  color: #fff;
  text-indent: 20px;
  background: url("../images/lef1.svg") no-repeat 0 50%;
  background-size: 10px auto;
  z-index: 1;
  display: inline-block;
  cursor: pointer;
}

.puc_col:hover,
.puc_col3:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@keyframes demo {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}
/*导览*/
.guide3d{
  position: fixed;
  /* bottom: 35px; */
  /* left: 0; */
  /* right: 0; */
  /* width: 100%; */
  /* margin: auto; */
  z-index: 3;
}
.guide3d .guide3dtop {
  position: fixed;
  top: 38px;
  left: 0;
  right: 0;
  /* width: 1040px; */
  margin: auto;
  max-width: 1080px;
  display: flex;
  flex-flow: column;

}
.g3tp {
  margin: 0 auto;
}
.g3tp1{
  font-size: 18px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
}
.g3tp2 {
  display: flex;
  align-items: center;
  max-width: 1080px;
  box-sizing: border-box;
  max-height: 100px;
  background: rgba(0,0,0,0.3);
  border-radius: 4px;
  margin-top: 55px;
  justify-content: center;
  margin-bottom: 20px;
  backdrop-filter: blur(8px);
}
.g3tp2 span:empty {
  padding: 0px;
}
.g3tp2 span {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.8;
  padding: 6px 24px;
}
.guide3d .guide3dBottom {
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 200px;
  height: 84px;
  /* background: url('../../images/guide3dBottom.png') no-repeat center/100%; */
  /* border-radius: 4px; */
  box-sizing: border-box;
  padding: 12px 21px 0px 19px;
  /* background: linear-gradient(180deg, rgb(231, 0, 0,0.5) 0%, rgb(180, 0, 0,0.9) 100%); */
  background: linear-gradient(180deg, rgb(231 0 0 / 50%) 0%, rgb(180 0 0 / 90%) 100%);
  border-radius: 14px;
  z-index: 2;
}
.guide3d .guide3dBottom::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(215deg, rgba(255,233,83,0) 0%, rgba(255,204,116,0.8) 100%);
  border-radius: 14px;
  top: 0px;
  left: 0px;
}
/* .guide_d1{
  text-align: center;font-size: 16px;color: #fff;margin-bottom: 20px;line-height: 30px;padding: 15px 20px 15px;border-radius:8px;
  background: rgba(0,0,0,.3);
  display: none;
  backdrop-filter: saturate(180%) blur(9px);-webkit-backdrop-filter: saturate(180%) blur(6px);

} */
.guide3d .guide3dBottom .g3btop {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 11px;
}
.guide3dBottom .g3btop .g3btopText {
  width: 71px;
  height: 24px;
  background: url('../../images/zndl.png') no-repeat center/100%;
}
.exin .g3bbottom{
  background:rgba(0,0,0,.5);
}
.guide3dBottom .g3bbottom{
  overflow: hidden;
  justify-content: space-between;
  display: flex;
  align-items: center;
  height: 24px;
  width: 100%;
}
.g3bbottom .guide_b{
  width: 66px;
  height: 24px;
}
.guide_b .guide_aicon {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.g3bbottom .guide_aicon::after {
  content: '';
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
}
.g3bbottombg {
  position: fixed;
  left: 0;
  display: none;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background: transparent;
  z-index: 1;
}
.g3bbottom .guide_aicon::before {
  content: '';
  position: absolute;
  width: 40px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  left: 0px;
}
.g3bbottom .guide_aleft .guide_aicon::before{
  background: url("../../images/bf.png") no-repeat 50% 50%;;
  background-size: 40px 24px!important;
}
.g3bbottom .guide_aleft .guide_aicon::after{
  background: url("../../images/q5.svg") no-repeat 50% 50%;;
  background-size: 26px 26px!important;
}
.g3bbottom .guide_aleft.guide_aleftactive .guide_aicon::before{
  background: url("../../images/zt.png") no-repeat 50% 50%;;
  background-size: 40px 24px!important;
}
.g3bbottom .guide_aleft.guide_aleftactive .guide_aicon::after{
  background: url("../../images/q4.svg") no-repeat 50% 50%;;
  background-size: 26px 26px!important;
}
.g3bbottom .guide_aicon1::before {
  background: url("../../images/js.png") no-repeat 50% 50%;;
  background-size: 40px 24px!important
}
.g3bbottom .guide_aicon1::after {
  background: url("../../images/f33.svg") no-repeat 50% 50%;;
  background-size: 26px 26px!important
}
.bot_bg .botdaolan{
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    cursor: pointer;
    pointer-events: auto;
    width: 122px;
    height: 64px;
    background: linear-gradient(47deg, #EED896 0%, #CC2200 100%);
    border-radius: 100px 100px 0px 0px;
 }
 .bot_bg .botdaolan:hover{
    background: linear-gradient(47deg, #e72e09 0%, #EED896 100%);
 }
 .bot_bg .botdaolan::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../../images/skin_icon_2.png) no-repeat;
  background-size: 35px 52px;
  background-position: top center;
  position: absolute;
  top: 10px;
  left: 0;
}
 .bot_bg .botdaolan span{
  color: #fff;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    margin-top: 35px;
    padding: 0 10px;
    line-height: 20px;
 }