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

body {
    margin: 0;
    overflow: hidden;
}

.v3d-container {
    /*position: absolute;*/
    position: relative;
    /* top: 0px;
    left: 0px;*/
    width: 100%;
    height: 100%;
    min-height: 520px;
    /*width: 640px;*/
    /*height: 520px;*/
}

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

.fullscreen-open {
    background-image: url('../img/base/最大化.svg');
}

.fullscreen-close {
    background-image: url('../img/base/退出全屏.svg');
}

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


