﻿/* 主楼信息 */
#MainBoxInfo {
    position: absolute;
    left: 10%;
    top: 10%;
    width: 80%;
    height: 80%;
    z-index: 999;
}

    #MainBoxInfo input {
        width: 100%;
    }

/* 镜头信息 */
#CameraInfo {
    position: absolute;
    left: 0px;
    top: 50px;
    width: 180px;
    height: 120px;
    background-color: rgba(233, 180, 180, 0.3);
}

    /*#CameraInfo table {
    width: 100%;
    text-align: right;
  }*/

    #CameraInfo table label {
        margin-right: 5px;
    }

    #CameraInfo h2 {
        font-size: 14px;
        line-height: 14px;
        text-align: center;
    }

/* 工具栏 */
#ToolBox {
    position: absolute;
    right: 10px;
    top: 10px;
}

/* 操作提示 */
#Prompt {
    position: absolute;
    left: 50%;
    width: 400px;
    margin-left: -250px;
    top: 10px;
    text-align: center;
    z-index: 888;
}

/* 镜头视角切换 */
#Cube {
    position: absolute;
    right: 10px;
    top: 55px;
}

/* 设置 */
.lil-gui.autoPlace {
    top: 110px;
    right: 10px;
}

.picBtn {
    /*background-color: #bbbbbb;*/
    padding: 4px;
    text-align: center;
    margin-left: 5px;
}

.groupBox {
    width: 130px;
    height: 100px;
    padding: 4px;
    text-align: center;
    margin-left: 5px;
}

#NavigationBox {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

    #NavigationBox ul, #NavigationBox li {
        list-style: none;
        margin: 0px;
        padding: 0px;
        white-space: nowrap;
    }

        #NavigationBox ul{
            margin-left:15px;
        }

        #NavigationBox .s, #NavigationBox .s a {
            color: #b4b4b4;
        }


    #NavigationBox i {
        margin-right: 10px;
        cursor: pointer;
    }

    #NavigationBox label {
        margin-bottom: 5px;
    }

    #NavigationBox a {
        text-decoration: none;
        color: #084298;
    }