/* __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated */

body {
  margin: 0px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url("./images/bg.jpg") no-repeat;
  background-size: 100% 100%;
  /* background-image: radial-gradient(#f9f9fa,#b6c4d3); */
}

.v3d-container {
    position: absolute;
    top: 0%;
    left: 0px;
    width: 100%;
    height: 100%;
}

.fullscreen-button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 100% 100%;
    display: none;
    z-index: 1;
}

.fullscreen-open {
    background-image: url('media/fullscreen_open.svg');
}

.fullscreen-close {
    background-image: url('media/fullscreen_close.svg');
}

/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }

*{
  -webkit-tap-highlight-color: transparent;    
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.muiscimg {
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
  z-index: 1;
  transform: scale(0.9);
}

.preloaderbox {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  background: url("lo_pc.jpg") no-repeat;
  background-size: 100% 100%;
  z-index: 10000;
}

.preloaderbox .preloader {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, -50%);
}
.preloaderbox .preloader img{
  width: 100px;
}
.loadbox {
  position: relative;
  width: 200px;
  height: 5px;
  background: #E5E8EB;
  border-radius: 5px;
  overflow: hidden;
}
.loadvalue{
  margin-top: 6px;
  margin-bottom: 8px;
  
  color: rgb(112 74 41);
  font-size: 14px;

}
.progressslot{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1%;
  border-radius: 5px;
  background-color:  rgb(112 74 41);
  transition: 0.1s all;
}
.yinjie {
  width: 2px;
  height: 30px;
  background-color: #fff;
  margin-left: 5px;
  float: left;
  animation-play-state: running;
}

@keyframes tiao {
  0% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(1, 0.2);
  }
}

.one {
  animation: tiao 0.7s 0.8s linear infinite alternate;
}

.two {
  animation: tiao 0.7s 0.6s linear infinite alternate;
}

.three {
  animation: tiao 0.7s 0.4s linear infinite alternate;
}

.four {
  animation: tiao 0.7s 0.2s linear infinite alternate;
}
.five{
  animation: tiao 0.7s 0s linear infinite alternate;
}

    .btnbox {
      position: absolute;
      bottom: 50px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 3;
      width: 500px;
      display: flex;
      justify-content: center;
      cursor: pointer;
      width: 180px;
      height: 96px;
    }
    .btnbox img{
      width: 100%;
    }

    .btn {
      width: 180px;
      height: 96px;
    }
    #objopen{
      background: url("./images/objopen.png") no-repeat;
      background-size: 100% 100%;
    }
    #objcombine{
      background: url("./images/objcombine.png") no-repeat;
      background-size: 100% 100%;
      display: none;
    }
    .control{
      position: absolute;
      right: 30px;
      top: 120px;
      z-index: 3;
    }
    .control div{
      width: 80px;
      text-align: center;
      cursor: pointer;
    }

    .control div img{
      width: 100%;
    }
    .control div p{
      color:#815C2D;
      line-height: 0;
      margin-top: 8px;
    }
    .section{
      position: absolute;
      left: 50%;
      top: 200px;
      transform: translateX(-50%);
      background: #fff;
      width: 120px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      cursor: pointer;
      display: none;
      z-index: 2;
    }
    .indetail{
      width: 72%;
      height: 74%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
      z-index: 3;
      background: url("./images/frame.png") no-repeat;
      background-size: 100% 100%;
      opacity: 0;
      transition: 1s all;
      display: none;
      z-index: 1;
    }
    .indetailtxt{
      position: absolute;
      top: 50px;
      left: 50%;
      transform: translateX(-50%);
      font-family: STSongti-SC-Bold;
      font-size: 36px;
      color: #82512E;
      letter-spacing: 1.19px;
      line-height: 32px;
      font-weight: 700;
    }
    .indetailbpx{
      width: 72%;
      height: 74%;
      position: absolute;
      z-index: 3;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
      display: none;
      pointer-events: none;
    }
    .indetailleft,.indetailright{
      width: 72px;
      height: 72px;
      position: absolute;
      transform: translateY(-50%);
      cursor: pointer;
      pointer-events: all;
    }
    .indetailleft{
      left: 50px;
      top: 50%;
      background: url("./images/indetailleft.png") no-repeat;
      background-size: 100% 100%;
    }
    .indetailright{
      right: 50px;
      top: 50%;
      background: url("./images/indetailright.png") no-repeat;
      background-size: 100% 100%;
    }
.backpart{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 80px;
  position: absolute;
  right: 36px;
  bottom: 14%;
  z-index: 99;
  text-align: center;
  color: #fff;
  cursor: pointer;
  display: none;
  
}
.backpart p{
  color:#815C2D;
  line-height: 0;
}
.backpart img{
  width: 100%;
  float: left;
  margin-bottom: 8px;
}


.v3d-canvas{
  z-index: 2;
}


.partline{
  opacity: 0;
  padding: none;
  transition: 0.5s all;
}


.wudin {
  width: 120px;
  border-bottom: 2px dotted rgb(131, 83, 46,0.5);
  backface-visibility: hidden;
  position: absolute;
  left: 66%;
  top: 16%;
}

.wudin::before {
  content: '';
  width: 8px;
  height: 8px;
  background: rgb(131, 83, 46);
  display: block;
  position: absolute;
  right: 0;
  bottom: -5px;
  margin-right: 1px;
  transform: rotate(-45deg);
}

.wudin span {
  position: absolute;
  right: -60px;
  top: -6px;
  font-family: STSongti-SC-Bold;
  font-size: 20px;
  color: #81512D;
  letter-spacing: -0.05px;
}

#yuanzi {
  top: 26%;
}



#liangjia {
  top: 36%;
}

#liangjia span {
  right: -130px;
}

#puzuo {
  top: 46%
}

#puzuo span {
  right: -150px;
}

#wumian {
  top: 56%;
}

#zhuwang {
  top: 66%
}

#taiji {
  top: 76%
}
/* 4000 3000 3000 */
.xuxiantiao {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-bottom: 2px dotted rgb(131, 83, 46,0.5);
  -webkit-transform:translate(0px,0px);
}
@media (max-width: 570px) {
  body {
    background: url("./images/mbbg.jpg") no-repeat;
    background-size: 100% 100%;
  }
  .preloaderbox {
    background: url("mbbg_new.jpg") no-repeat;
    background-size: 100% 100%;
  }
}
@media (max-width: 800px) {

  .control{
    right: 8px;
    top: 16px;
  }
  .control div {
    width: 48px;
    text-align: center;
    
    margin-bottom: 16px;
  }
  .control div p{
    margin-top: 4px;
    font-size: 12px;
  }
  .indetailbpx{
    width: 83%;
  }
  .btnbox{
    width: 100px;
    height: 56px;
    bottom: 25px;
  }
  .wudin span{
    font-size: 12px;
    right: -30px;
  }

  .wudin{
    width: 66px;
  }
  #liangjia span{
    right: -62px;
  }
  #puzuo span{
    right: -29px;
  }
  .wudin{
    top: 34%;
  }
  #yuanzi {
    top: 41%;
  }
  

  #liangjia {
    top: 47%;
  }
  #puzuo {
    top: 53%
  }
  
  #wumian {
    top: 59%;
  }
  
  #zhuwang {
    top: 64.4%
  }
  
  #taiji {
    top: 69.5%
  }
  .indetail{
    width: 89%;
    height: 28%;
  }
  .backpart{
    width: 48px;
    height:48px;
    right: 21px;
    bottom: 10%;
  }
  .backpart p{
    font-size: 12px;
  }
  .indetailtxt{
    top: 14px;
    font-size: 22px;
  }
  .indetailleft, .indetailright {
    width: 34px;
    height: 34px;
  }
  .indetailleft {
    left: 0%;
}
  .indetailright{
    right: 0px;
    }
    .v3d-canvas{
      margin-left: -6px;
    }
    .djjr{
      width: 100px;
      height: 100px;
      background: url("jinru.png") no-repeat;
      background-size: 100% 100%;
      position: absolute;
      bottom: 100px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 3;
      display: none;
    }
}
@media (max-width: 376px) {
  .wudin{
    width: 56px;
  }
  .wudin span{
    font-size: 11px;
  }
}
@media (max-width: 350px) {
  .wudin{
    width: 50px;
  }
  .wudin span{
    font-size: 10px;
  }
  .control div{
    width: 32px;
  }
}


