html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

a {
    color: red;
    text-decoration: none;
    outline: none;
}

a:hover{
    color:#6ea2d7;
}

#divMainPage{
    height: 100%;
    /*background: black;*/
    /*padding: 0 0 32px 0;*/
    box-sizing: border-box ;
    overflow: hidden;
}

#div3dScene{
    float: left;
    height: calc(100% - 88px);
    width: 100%;
    margin: 0px;
    padding: 0px;
}

#divUI-button{
    background:#E1E5F0;
    height:60px;
    margin: 0px;
    float: left;
    width: 100%;
}

#divUI-button table{
    margin: 2px 5px 2px 5px;
}

#divUI-button table td{
    text-align: center;
    width: 25%;
    padding: 0 0 0 10px;
}

#divUI-Company{
    display: table;
    background:#E1E5F0;
    height:28px;
    margin: 0px;
    float: left;
    width: 100%;
}


#divSubtitle{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 110px;
    margin: auto;
    text-align: center;
    font-weight:bold;
}

#divTipInfo{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 90px;
    margin: auto;
    text-align: center;
    padding: 0px 24px 0px 24px;
    width: 180px;
    height: 24px;
}

#divErrorMsg
{
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    margin: auto;
    text-align: center;
    visibility: hidden;
}

/* 修改风格按钮 */
#btnModifyStyle{
    width:36px;
    height:36px;
    background: url(.././res/image/daymode/btnModifyStyle_DayMode_Normal.png) no-repeat;
    border-style: none;
}
#btnModifyStyle:hover{
    background: url(.././res/image/daymode/btnModifyStyle_DayMode_Hover.png) no-repeat;
}
#btnModifyStyle:focus{
    outline: none;
}

/* 调整速度按钮 */
#btnModifySpeed{
    width:36px;
    height:36px;
    background: url(.././res/image/daymode/btnModifySpeed_DayMode_1x.png) no-repeat;
    /*background-image: url(.././Resource/image/btnModifySpeed_1x.png) ;*/
    border-style: none;
}
#btnModifySpeed:hover{
    background: url(.././res/image/daymode/btnModifySpeed_DayMode_1x_Hover.png) no-repeat;
    /*background-image: url(.././Resource/image/btnModifySpeed_1x_Hover.png);*/
}
#btnModifySpeed:focus{
    outline: none;
}


/* 重播按钮 */
#btnReplay{
    width:36px;
    height:36px;
    background: url(.././res/image/daymode/btnReplay_DayMode_Normal.png) no-repeat;
    /*background-image: url(.././Resource/image/btnReplay_Normal.png);*/
    border-style: none;
}
#btnReplay:hover{
    //background: url(.././res/image/daymode/btnReplay_DayMode_Hover.png) no-repeat;
    /*background-image: url(.././Resource/image/btnReplay_Hover.png);*/
}
#btnReplay:focus{
    outline: none;
}

/* 控制灯光效果按钮 */
#btnControlLights{
    width:36px;
    height:36px;
    background: url(.././res/image/daymode/btnControlLights_DayMode_Close_Normal.png) no-repeat;
    border-style: none;
}
#btnControlLights:hover {
    /*background: url(.././Resource/image/daymode/btnControlLights_DayMode_Open_Hover.png) no-repeat;*/
}
#btnControlLights:focus{
    outline: none;
}

/* 公司信息按钮 */
#btnInfo{
    width:36px;
    height:36px;
    background: url(.././res/image/daymode/btnInfo_DayMode_Normal.png) no-repeat;
    /*background-image: url(.././Resource/image/btnInfo_Normal.png);*/
    border-style: none;
}
#btnInfo:hover {
    background: url(.././res/image/daymode/btnInfo_DayMode_Hover.png) no-repeat;
    /*background-image: url(.././Resource/image/btnInfo_Hover.png);*/
}
#btnInfo:focus{
    outline: none;
}

/* 公司名称a标签 */
#txtCompanyName{
    display: table-cell;
    font-size : 10px;
    color:gray;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}
#txtCompanyName:hover{
    display: table-cell;
    font-size : 10px;
    color:#87CEFA;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}

/*字幕*/
#p_Subtitle{
    position: relative;
    margin:  auto;
    font-size: 20px;
    color: crimson;
}

.table_button_p {
    font-size:12px;
    display: block;
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
    color: #333333;
}

/*提示信息*/
#p_TipInfo{
    background: rgba(0.0,0.0,0.0,0.5);
    font-size: 12px;
    position: relative;
    margin:  auto;
    color: #ffffff;
    border-radius: 4px ;
    text-align: center;
    vertical-align: middle;
}