html body {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -ms-touch-action: none;
  background-color: #0a0a0a;
}

#showContent {
  position: absolute;
  width: 100%;
  height: 100%;
}
#showPano {
  width: 100%;
  height: 100%;
  position: absolute;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: #FFFFFF;
}
.errorLayer{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.errorTip{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  /*height: 300px;*/
  margin-top: -105px;
  margin-left: -150px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  overflow: hidden;
}
.errorClose{
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-image: url("closed.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 10px;
}
.errorImg{
  width: 100%;
  height:50px ;
  margin-top: 20px;
  background-image: url("ku.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.tipImg{
  width: 100%;
  height:50px ;
  margin-top: 20px;
  background-image: url("xiao.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.errorText{
  width: 200px;
  text-align: center;
  color: rgba(102,102,102,1);
  padding: 20px;
  margin: auto;
  font-size: 16px;
  line-height: 25px;
}
.errorSplitH{
  height: 0.5px;
  width: 100%;
  background-color: rgb(196,196,196);
}
.errorSplit{
  width: 0.5px;
  height: 50px;
  left: 50%;
  position: absolute;
  background-color: rgb(196,196,196);
}
.errorDowload{
  color: #00aeef;
  width: 50%;
  height: 50px;
  line-height: 50px;
  float: left;
  text-align: center;
}
.allWidth{
  width: 100%;
}
.errorFSLayer{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /*display: none;*/
}
.errorFSTip{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  /*height: 300px;*/
  margin-top: -32px;
  margin-left: -150px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  overflow: hidden;
}
/* basic style */
.close {
  /* still bad on picking color */
  background-color: rgba(255, 255, 255, 1);
  color: gray;
  /* make a round button */
  border-radius: 12px;
  /* center text */
  line-height: 20px;
  text-align: center;
  height: 20px;
  width: 20px;
  font-size: 18px;
  padding: 1px;
}

/* use cross as close button */
.close::before {
  content: "\00D7";
}

/* place the button on top-right */
.close {
  top: -10px;
  right: -10px;
  position: absolute;
}



.initScene_center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
}

.shadown_tip {
  width: 280px;
  position: absolute;
  height: 50px;
  line-height: 50px;
  left: -140px;
  text-align: center;
  color: white;
  font-size: 25px;
  top: -105px;

  pointer-events: none;
}

.inputC {
  position: absolute;
  width: 280px;
  height: 30px;
  left: -140px;
  top: -15px;
}

.shadown_ok {
  position: absolute;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  background-color: #97c68b;
  cursor: pointer;
  top: 50px;
  left: -35px;
}