body {
  /* remove margins and scroll bars */
  margin: 0;
  overflow: hidden;

  /* style text */
  text-align: center;
  font-size: 12px;
  font-family: "PingFangSC-Regular", "Microsoft YaHei", "Hiragino Sans GB", tahoma, Arial, "\5B8B\4F53", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;

  /* color text */
  color: #444;
}
a,button,input{outline: none; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-user-modify: read-write-plaintext-only;}
h1 {
  /* position the heading */
  position: absolute;
  width: 100%;

  /* make sure that the heading is drawn on top */
  z-index: 1;
}
p{
  font-style: italic;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  color: rgb(255, 255, 255);
  user-select: none;
}
#scene-container {
  /* tell our scene container to take up the full page */
  position: absolute;
  width: 100%;
  height: 100%;

  /*
    Set the container's background color to the same as the scene's
    background to prevent flashing on load
  */
  background-color: rgb(0, 0, 0);
}
.center{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
#loading{
  
  width: 100%;
  height: 100%;
  background-color: #050000;
  text-align: center;
}
#splash{
  
  width: 100%;
  height: 100%;
  /* background-color: #050000; */
  text-align: center;
  display: none;
}
.loadingword{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  width: 8ch; 
  height: 30px;
}

#obj-container{
 position: absolute;
 left: 0%;
 top: 0%;
 width: 100%;
 height: 100%;
 z-index: 5;
 visibility: hidden;
}

#navVideo-container{
  position: absolute;
  left: auto;
  right: 0;
  bottom: -2px;
  /* width: 1080px;
  height: 1920px; */
  z-index: 5;
  visibility: visible;
 }
.linkbtn{
  top: 48%; 
  border: none;
  background-image: url('https://aiimg.huilan.com/guanwang/assets/btn_white.png');
  border-style: none; 
  border-width: 1px;background-color: rgba(255, 255, 255, 0); 
  color:rgb(0, 0, 0);font-weight: 600;font-size: 15px;
  width: 23%;height: 50px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  
  cursor: pointer;
}
.linkbtn:hover{
 
  color:rgb(255, 255, 255);
  background-image: url('https://aiimg.huilan.com/guanwang/assets/btn_blue.png');
}
#obj-container-product{
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 5;
  visibility: hidden;
  overflow: hidden;
 }
.closeviewer{
  position: absolute;
  right: 10px;
  top:0%;
  opacity: 1;
}
.productback{
  position: absolute;
  right: 0;
  top:0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  opacity: 1;
  z-index: -5;
  background-image: url('../assets/UI/products/back.jpg');
  background-size: 100%;
}
.productname{
  position: absolute;
  right: 0;
  top:60px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80%;
  opacity: 1;
  background-image: url('../assets/UI/products/names/联想天骄平板电脑.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.btnbuy{
  position: absolute;
  right: 0;
  top:350px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80%;
  opacity: 1;
  background-image: url('../assets/UI/products/btn_buy.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.btnback{
  position: absolute;
  right: 0;
  top:500px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80%;
  opacity: 1;
  background-image: url('../assets/UI/products/btn_back.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.ui{
  width:33px;
  position: absolute;
  left: 10px;
  top: 30px;
  z-index:5;
  line-height:20px;
  vertical-align:middle
}
.button{
  
  background-color:#4440; /* Green */
  border: none;
  color: #ffffff00;

  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  opacity: 1;
  padding:0;
 
}
.button:hover {
  /* background-color: #495549; Green */
  background-color: #49554900;
  color: #ffffff00;


}
/* The Modal (background) */
.modal {
  /* visibility:hidden; Hidden by default */

  display: none;
  position: fixed; /* Stay in place */
  z-index: 5; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 1000px;
  max-height: 80%;
}
/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
/* Add Animation */
.modal-content, #caption {    
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}

@keyframes zoom {
  from {transform: scale(0.1)} 
  to {transform: scale(1)}
}


/* The Close Button */
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.1s;
  user-select: none;
}

/* The VRClose Button */
.closeVR {
  position: absolute;
  top: 46.5%;
  left: 10px;
  color: #050000;
  font-size: 40px;
  font-weight: bold;
  transition: 0.1s;
  user-select: none;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

#Panel
  {
        z-index: 4;
        position: absolute;
        top: 245px;
        right: -250px;
        left: auto;
        margin: auto;
        overflow: hidden;

  }


  .rightbutton{
    background-color:#444; /* Green */
   
    color: white;
  
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    opacity: 0.6;
    width: 33px;
    border: 2px solid chocolate;
   
  }
  .rightbutton:hover {
    background-color: #728072; /* Green */
    color: white;
  }
  .rightdiv{
    position: absolute;
    right: 10px;
    top: 90px;
    z-index: 5;
    line-height: 10px;
    height: 20px;
    align-items: center;
    display:table;
    margin:5px auto;
  }
  .rightbutton1{
   
    color: white;
    opacity: 1;
    width: 33px;
    display: table-cell;
    vertical-align: middle;
    
   
  }
  .rightbutton1:hover {
   
    color: white;
  }
  
.panelpoint{
  position: absolute;
  width: 14px;
  left: 50%;top: 50%;
  z-index:4;
  vertical-align:
  middle;
  margin-left:-7px;
  margin-top:-7px;
  cursor: pointer;
}

/* The Audio Button */
.audioControl {
  position: absolute;
  top: 10px;
  right: 10px;
  transition: 0.1s;
  user-select: none;
}

.audioControl:hover
 {
  text-decoration: none;
  cursor: pointer;
  transform: scale(1.2);
}

#datainfo-container{
  position: absolute;
  width: 300px;
  height: 30px;
  left: auto;
  bottom: 15px;
  right: 10px;
  display: block;
  float: left;
  justify-content: left;
  align-items: left;
  user-select: none;
  border-radius: 8px;
}

#sceneChange-container{
  position: absolute;
  width: 95%;
  height: 200px;
  left: 2.5%;
  bottom: 55px;
  background-color:rgba(0,0,0,0.5);
  display: block;
  float: left;
  justify-content: center;
  align-items: center;
  user-select: none;
  border-radius: 8px;
}
.sceneTab{
  border: none;
}
.sceneTabL2{
  border: none;
  margin-left: 15px;
}
.layui-tab-card>.layui-tab-title {
  background-color: #fafafa00;
  /* border: none; */
}
.layui-tab-card>.layui-tab-title .layui-this {
  background-color: rgb(126 106 238 / 74%);
  border: none;
}
.layui-tab-content {
  padding: 0px 0;
}
.layui-tab-bar {
  display: none;
}
.sceneGroupL1{
  text-align: left;
  /* border: none; */
  background-color: #fafafa00;
  padding-left: 15px;
  padding-bottom: 10px;
}
.mySwiper{
  top:8px;
  width: 98%;
  max-height: 80px;
  height: 80px;
}
.changeSceneButton
{
  border: solid rgba(161, 160, 161, 0.5) 2px;
  border-radius:8px;
  width: 80px;
  height: 80px;
  background-color: rgb(0,0,0);
  overflow:hidden;
  display: flex;
  float: left;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
}
.layui-tab-card>.layui-tab-title li {
  margin-right: -1px;
  margin-left: -1px;
  border-radius: 50px;
  border: none;
}
.layui-tab-card>.layui-tab-title .layui-this {
  background-color: rgb(126 106 238 / 74%);
  border-style: none;
}
.layui-tab-title .layui-this:after {
  border-style: none;
}
.layui-tab-card>.sceneGroupL2 li {
  line-height: 30px;
  border: none;

}

.changeSceneName
{
  font-style: normal;
  font-weight: bold;
  text-align: center;
  background : rgba(0, 0, 0, 0.4);

  position: absolute;
  font-size: 12px;
  user-select: none;
  width: 80px;
    height: 30px;
    margin: auto;
    top: auto;
    bottom: 0px;
    line-height: 30px;
}

.audioImagTextBT
{
  border:  solid 1px;
  position:absolute;
  width: 40px;
  height: 40px;
  display: flex;
  float: left;
  background : rgba(71, 54, 54, 0.4);
  color: rgba(71, 54, 54, 0.4);
  justify-content: center;
  align-items: center;
  border-radius:4px;
}
.audioImagTextBT:hover
{
  background : rgba(150, 83, 83, 0.4);
  color: rgba(236, 141, 141, 0.4);
  cursor: pointer;
}

.audioImagTextPan
{
  position: absolute;
  color: rgba(30, 243, 48, 0.8);
  user-select: none;
  font-size: 16px;
}

/* The Audio Button */
.navigControl {
  position: absolute;
  top: 10px;
  right: 10px;
  transition: 0.1s;
  user-select: none;
}

.navigControl:hover
 {
  text-decoration: none;
  cursor: pointer;
  
}

/* 沙盘动画 */
.spShow{
  animation-name: spShow;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}
.spHide{
  animation-name: spHide;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
@keyframes spShow {
  0%   {right:-250px; }
  100% {right:0px; }
}
@keyframes spHide {
  
  0%   {right:0px; }
  100% {right:-250px; }
}

/* 导航动画 */
.navShow{
  animation-name: navShow;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}
.navHide{
  animation-name: navHide;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}

@keyframes navShow {
  0%   {bottom:-171px; }
  100% {bottom:55px; }
}
@keyframes navHide {
  
  0%   {bottom:55px; }
  100% {bottom:-171px; }
}

/* 导航绿幕视频动画 */
.navVideoShow{
  animation-name: navVideoShow;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}
.navVideoHide{
  animation-name: navVeidoHide;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}

@keyframes navVideoShow {
  0%   {bottom:0px; }
  100% {bottom:229px; }
}
@keyframes navVeidoHide {
  
  0%   {bottom:229px; }
  100% {bottom:0px; }
}


