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

body {
    margin: 0px;
    overflow: hidden;
}

.v3d-container {
    position: absolute;
    top: 0px;
    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;
}

.div-block-2 {
  position: relative;
  width: 50%;
  height: 50%;
}

.div-block {
  position: absolute;
  left: auto;
  top: auto;
  right: -50px;
  bottom: -60px;
  display: block;
  overflow: hidden;
  width: 100px;
  height: 140px;
  margin-right: auto;
  margin-left: auto;
}

.preloader {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: block;
  background-color: #fff;
}

.image {
  position: static;
  left: 0px;
  top: 40%;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: hidden;
  width: auto;
  height: 70%;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
}

.text-block {
  position: static;
  display: block;
  overflow: hidden;
  height: auto;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  font-family: Rubik, sans-serif;
  color: #e34500;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.v3d-annotation {
    position: absolute;
    top: -0.7em;
    left: 1em;
    width: auto;
    min-width: 1em;
    height: 1.4em;
    padding: 0.3em 0.5em;
    border: 1px solid #ea4100;
    border-radius: 0.5em;
    font-size: 16px;
    font-family: sans-serif;
    line-height: 1.4em;
    color: #fff;
    text-align: center;
    user-select: none;
    background: rgb(214 0 0 / 80%);
}
.v3d-annotation-dialog {
    text-align: left;
    position: absolute;
    top: 0%;
    left: 110%;
    font-family: sans-serif;
    user-select: none;
    padding: 0.7em;
    min-width: 160px;
    color: #3f3f3f;
    background: rgb(255 255 255 / 95%);
    border-radius: 0.5em;
    font-size: 16px;
    line-height: 1.2;
    transition: opacity .5s;
    visibility: hidden;
}

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

.fullscreen-close {
    background-image: url('media/fullscreen_close.svg');
}
 /* 手机端样式 */
        @media (max-width: 768px) {
.v3d-annotation {
    position: absolute;
    top: -0.7em;
    left: -0.5em;
    width: auto;
    min-width: 1em;
    height: 1.4em;
    padding: 0.2em 0.2em;
    border: 1px solid #ea4100;
    border-radius: 0.3em;
    font-size: 10px;
    font-family: sans-serif;
    line-height: 1.4em;
    color: #fff;
    text-align: center;
    user-select: none;
    background: rgb(214 0 0 / 80%);
}
.v3d-annotation-dialog {
    text-align: left;
    position: absolute;
    top: 0%;
    left: 110%;
    font-family: sans-serif;
    user-select: none;
    padding: 0.4em;
    min-width: 80px;
    color: #3f3f3f;
    background: rgb(255 255 255 / 95%);
    border-radius: 0.5em;
    font-size: 10px;
    line-height: 1.2;
    transition: opacity .5s;
    visibility: hidden;
}
            }

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