@charset "utf-8";

.menuui_content>* {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

body {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.menuui_single_back {
    display: block;
    position: absolute;
    background:rgba(0,0,0, 0.6);
    width: 80px;
    height: 30px;
    bottom: 30px;
    left: 0px;
    border-radius: 0px 24px 24px 0px;
    box-shadow: 0px 0px 1px 1px #ffffff;
}
.menuui_single_back>div {
    position: absolute;
    color: #ffffff;
    border-left: 2px solid; border-bottom: 2px solid;
    border-radius: 2px;
    width: 12px;
    height: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10px;
    transform: rotate(45deg);
}
.menuui_single_back>span {
    display: block;
    position: relative;
    color: #ffffff;
    left: 4px;
    top: 5px;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 14px;
}

/*******************************************************************************
* 主容器
*/
.menuui_content {
    display: block;
    width: 100vw;
    height: 100vh;
    margin: 0;
    overflow: hidden;
}
.menuui_content.hide {
    display: none;
}
.menuui_content.show {
    display: block;
}
.menuui_content.horizontal>.menuui_secondmenu_list,.menuui_content.horizontal>.menuui_firstmenu,.menuui_content.horizontal>.menuui_firstmenu_showmenu{
    display: none;
}


/*******************************************************************************
* 一级菜单
*/

.menuui_firstmenu {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    height: 0px;
    margin: 0;
    padding: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 9999;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 0px 1px 0px #888;
    overflow: show;
    z-index: 9998;
}

.menuui_firstmenu_splitline {
    display: block;
    position: absolute;
    background: rgba(200, 200, 200, 0.8);
    width: 80%;
    height: 1px;
    left: 0;
    right: 0;
    top: 60px;
    transform: scale(1, 0.6);
    margin: auto;
}
.menuui_firstmenu_modules {
    display: block;
    width: 100vw;
    height: 60px;
    padding: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.menuui_firstmenu_modules>div {
    display: block;
    float: left;
    width: 70px;
    height: 55px;
    margin: 0;
    padding: 0;
}

.menuui_firstmenu_modules>div>i {
    display: block;
    position: relative;
    background: url(menu.png) no-repeat;
    background-size: 1536px 128px;
    width: 32px;
    height: 32px;
    left: 19.6px;
    right: 0;
    margin: 0;
    padding: 0;
    transform: scale(0.9);
    margin-top: 5px;
}

.menuui_firstmenu_modules>div>span {
    display: block;
    position: relative;
    color: rgba(120, 120, 120, 1);
    top: -3px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
    transform: scale(0.9);
}

.menuui_firstmenu_modules>div.action>span {
    color: #1c93fa;
}


.menuui_firstmenu_extend {
    display: block;
    width: 100vw;
    height: 50px;
    padding: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.menuui_firstmenu_extend>div {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
}

.menuui_firstmenu_extend>div>i {
    display: block;
    position: relative;
    background: url(menu.png) no-repeat;
    background-size: 1536px 128px;
    width: 32px;
    height: 32px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-top: 8px;
    padding: 0;
    transform: scale(0.9);
}


.menuui_firstmenu_showmenu {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 1);
    width: 100vw;
    height: 56px;
    padding: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-top: 0px;
    box-shadow: 0px 0px 2px 0px #666;
    z-index: 9999;
}

.menuui_firstmenu_showmenu>div {
    display: block;
    float: left;
    width: 20vw;
    height: 50px;
    margin: 0;
    padding: 0;
}

.menuui_firstmenu_showmenu>div>i {
    display: block;
    position: relative;
    background: url(menu.png) no-repeat;
    background-size: 1536px 128px;
    width: 32px;
    height: 32px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
}

.menuui_firstmenu_showmenu>div>span {
    display: block;
    position: relative;
    color: rgba(120, 120, 120, 1);
    top: -3px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
    transform: scale(0.9);
}

.menuui_firstmenu_showmenu>div.action>span {
    color: #1c93fa;
}


/*******************************************************************************
* 二级菜单（列表模式）
*/

.menuui_secondmenu_list {
    display: block;
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    width: auto;
    height: 0px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 62px;
    border-radius: 4px;
    z-index: 99999;
    box-shadow: 0px 0px 1px 0px rgba(180, 180, 200, 1);
    opacity: 0;
}

.menuui_secondmenu_list>.menuui_secondmenu_button {
    display: block;
    position: relative;
    background: none;
    width: auto;
    height: 17px;
    border: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 8px;
    margin-right: 8px;
    float: left;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    color: rgba(120, 120, 120, 1);
    border-bottom: 3px solid rgba(0, 0, 0, 0);
}
.menuui_secondmenu_list>.menuui_secondmenu_button.action {
    color: #007aff;
    border-bottom: 3px solid #007aff;
}

.menuui_secondmenu_list>.menuui_secondmenu_list_bottomline {
    position: absolute;
    width: 100%;
    height: 4px;
    margin: 0;
    padding: 0;
    bottom: 0;
    border-radius: 4px;
    border-bottom: 3px solid rgba(180, 180, 200, 1);
    z-index: -1;
    pointer-events: none;
}


/*******************************************************************************
 * 位置偏移声明（一级菜单可选图标）
 */

/* 微沙盘 */
.menuui_content .menuui_menu_weishapan.action i {
    background-position: 0px 0px;
}
.menuui_content .menuui_menu_weishapan i {
    background-position: 0px -32px;
}
/* 区位 */
.menuui_content .menuui_menu_quwei.action i {
    background-position: -50px 0px;
}
.menuui_content .menuui_menu_quwei i {
    background-position: -50px -32px;
}
/* 户型 */
.menuui_content .menuui_menu_huxing.action i {
    background-position: -100px 0px;
}
.menuui_content .menuui_menu_huxing i {
    background-position: -100px -32px;
}
/* 平面 */
.menuui_content .menuui_menu_pingmian.action i {
    background-position: -150px 0px;
}
.menuui_content .menuui_menu_pingmian i {
    background-position: -150px -32px;
}
/* 更多 */
.menuui_content .menuui_menu_gengduo.action i {
    background-position: -200px 0px;
}
.menuui_content .menuui_menu_gengduo i {
    background-position: -200px -32px;
}
/* 计算器 */
.menuui_content .menuui_menu_jisuanqi.action i {
    background-position: -250px 0px;
}
.menuui_content .menuui_menu_jisuanqi i {
    background-position: -250px -32px;
}
/* 版权 */
.menuui_content .menuui_menu_banquan.action i {
    background-position: -300px 0px;
}
.menuui_content .menuui_menu_banquan i {
    background-position: -300px -32px;
}
/* 雷达 */
.menuui_content .menuui_menu_leida.action i {
    background-position: -350px 0px;
}
.menuui_content .menuui_menu_leida i {
    background-position: -350px -32px;
}
/* 重力 */
.menuui_content .menuui_menu_zhongli.action i {
    background-position: -400px 0px;
}
.menuui_content .menuui_menu_zhongli i {
    background-position: -400px -32px;
}
/* VR */
.menuui_content .menuui_menu_vr.action i {
    background-position: -450px 0px;
}
.menuui_content .menuui_menu_vr i {
    background-position: -450px -32px;
}
/* 声音 */
.menuui_content .menuui_menu_shengyin.action i {
    background-position: -500px 0px;
}
.menuui_content .menuui_menu_shengyin i {
    background-position: -500px -32px;
}
/* 二维码 */
.menuui_content .menuui_menu_erweima.action i {
    background-position: -550px 0px;
}
.menuui_content .menuui_menu_erweima i {
    background-position: -550px -32px;
}
/* 信息 */
.menuui_content .menuui_menu_xinxi.action i {
    background-position: -600px 0px;
}
.menuui_content .menuui_menu_xinxi i {
    background-position: -600px -32px;
}
/* 开发者信息 */
.menuui_content .menuui_menu_kaifazhe.action i {
    background-position: -700px 0px;
}
.menuui_content .menuui_menu_kaifazhe i {
    background-position: -700px -32px;
}
/* 航拍 */
.menuui_content .menuui_menu_hangpai.action i {
    background-position: -750px 0px;
}
.menuui_content .menuui_menu_hangpai i {
    background-position: -750px -32px;
}
/* 鸟瞰 */
.menuui_content .menuui_menu_niaokan.action i {
    background-position: -800px 0px;
}
.menuui_content .menuui_menu_niaokan i {
    background-position: -800px -32px;
}
/* 导航 */
.menuui_content .menuui_menu_daohang.action i {
    background-position: -850px 0px;
}
.menuui_content .menuui_menu_daohang i {
    background-position: -850px -32px;
}
/* 漫游 */
.menuui_content .menuui_menu_manyou.action i {
    background-position: -900px 0px;
}
.menuui_content .menuui_menu_manyou i {
    background-position: -900px -32px;
}
/* 样板间 */
.menuui_content .menuui_menu_yangbanjian.action i {
    background-position: -950px 0px;
}
.menuui_content .menuui_menu_yangbanjian i {
    background-position: -950px -32px;
}
/* 轴侧 */
.menuui_content .menuui_menu_zhouce.action i {
    background-position: -1000px 0px;
}
.menuui_content .menuui_menu_zhouce i {
    background-position: -1000px -32px;
}
/* 菜单 */
.menuui_content .menuui_menu_caidan.action i {
    background-position: -1050px 0px;
}
.menuui_content .menuui_menu_caidan i {
    background-position: -1050px -32px;
}
/* 视频 */
.menuui_content .menuui_menu_shipin.action i {
    background-position: -1100px 0px;
}
.menuui_content .menuui_menu_shipin i {
    background-position: -1100px -32px;
}
/* 设置 */
.menuui_content .menuui_menu_shezhi.action i {
    background-position: -1150px 0px;
}
.menuui_content .menuui_menu_shezhi i {
    background-position: -1150px -32px;
}
/* 主页 */
.menuui_content .menuui_menu_zhuye.action i {
    background-position: -1200px 0px;
}
.menuui_content .menuui_menu_zhuye i {
    background-position: -1200px -32px;
}
/* 电话 */
.menuui_content .menuui_menu_dianhua.action i {
    background-position: -1250px 0px;
}
.menuui_content .menuui_menu_dianhua i {
    background-position: -1250px -32px;
}
/* 自动播放 */
.menuui_content .menuui_menu_bofang.action i {
    background-position: -1300px 0px;
}
.menuui_content .menuui_menu_bofang i {
    background-position: -1300px -32px;
}
/* 略缩图 */
.menuui_content .menuui_menu_lvesuotu.action i {
    background-position: -1350px 0px;
}
.menuui_content .menuui_menu_lvesuotu i {
    background-position: -1350px -32px;
}
