/* 公共基础样式 */
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
}

#stage {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2731px;
    height: 2048px;
    transform: translate(-50%, -50%);
    transform-origin: center center;
}

/* 公共按钮样式 - 226G1 */
.btn-return {
    position: absolute;
    left: 2500px;
    top: 1832px;
    width: 148px;
    height: 65px;
    cursor: pointer;
}

.btn-contract {
    position: absolute;
    left: 2273px;
    top: 1832px;
    width: 218px;
    height: 65px;
    cursor: pointer;
}

.btn-screenshot {
    position: absolute;
    left: 2533px;
    top: 900px;
    width: 92px;
    height: 92px;
    background: url(btn_截图.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.btn-print {
    position: absolute;
    left: 2533px;
    top: 1056px;
    width: 92px;
    height: 92px;
    background: url(btn_打印.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

/* 公共菜单背景 */
.menu-bg {
    position: absolute;
    left: 902px;
    top: 1828px;
    width: 928px;
    height: 77px;
}

/* 公共背景 */
.bg-global {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 2731px;
    height: 2048px;
    background: url(img_背景.png) no-repeat;
    background-size: 100% 100%;
}

/* 公共菜单按钮样式 */
.menu-space-h {
    position: absolute;
    left: 1456px;
    top: 1829px;
    width: 213px;
    height: 71px;
    cursor: pointer;
}

.menu-space-n {
    position: absolute;
    left: 1493px;
    top: 1850px;
    width: 131px;
    height: 29px;
    cursor: pointer;
}

.menu-kitchen-h {
    position: absolute;
    left: 1264px;
    top: 1829px;
    width: 213px;
    height: 71px;
    cursor: pointer;
}

.menu-kitchen-n {
    position: absolute;
    left: 1302px;
    top: 1850px;
    width: 130px;
    height: 29px;
    cursor: pointer;
}

.menu-entrance-h {
    position: absolute;
    left: 1071px;
    top: 1829px;
    width: 213px;
    height: 71px;
    cursor: pointer;
}

.menu-entrance-n {
    position: absolute;
    left: 1108px;
    top: 1849px;
    width: 132px;
    height: 30px;
    cursor: pointer;
}
