.head-row-right {
    background-color: #eee;
    height: 2.2rem;
    border-radius: 1.1rem;
    display: flex;
    align-items: center;
    width: 5rem;
    margin-right: 10px;
    position: relative;
    padding-left: 8px;
}
.search-input-prefix {
    font-size: 0.875rem;
    color: #464646;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2rem;
    background-color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 1.1rem;
    border-bottom-right-radius: 1.1rem;
    opacity: 0.88;
}
.search-input-prefix.active {
    width: 3rem;
    background-color: var(--color);
    color: #fff;
    opacity: 1;
}
input.input-hall-search {
    flex: 1;
    width: 0;
    height: 100%;
    margin-top: 2px;
    border: none;
    background-color: transparent;
    padding: 2px;
    box-sizing: border-box;
    font-size: 1rem;
    margin-right: 1.2rem;
}
input.input-hall-search:focus {
    outline: none;
}

.canvas-bg {
    background-color: #fbf3e6;
    border: 1px solid #333;
    margin-bottom: 4rem;
    /* 关闭触摸 */
    /* overflow-y: hidden;
    overflow-x: auto; */
    /* 开启触摸 */
    overflow: hidden;
}
.canvas-box {
    position: relative;
    overflow: auto;
    transform-origin: 0 0;
    background-color: #fff;
}
.hall-item {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border-width: 0.6px;
    border-color: #666;
    box-sizing: border-box;
    z-index: 4;
}
.hall-item.hall-no-empty[data-parent] {
    z-index: 3;
}
.hall-item.hall-no-empty {
    cursor: pointer;
    border-style: solid;
    z-index: 2;
}
/* .hall-item.hall-no-empty:hover { */
.hall-item.activate, .hall-item-real.activate {
    /* border-width: 2px;
    border-color: red;
    border-style: solid !important; */
    /* transform: scale(1.2);
    transform-origin: center; */
    /* 1 */
    /* z-index: 2;
    box-shadow: 0 0 6px 4px #999; */
    /* 2 */
    /* background-color: #e72e2e !important; */
    /* 3 */
    background-image: linear-gradient(315deg, transparent 8px, #e72e2e 8px) !important;
}
.hall-text {
    font-size: 12px;
    transform: scale(0.86);
    /* white-space: nowrap; */
}
.hall-item.activate .hall-text, .hall-child-text.activate > span {
    color: #fff !important;
    font-weight: bold;
    font-size: 14px;
}

.hall-child-text > span {
    font-size: 12px;
    transform: scale(0.86);
    display: inline-block;
}
.hall-child-text > span.small {
    transform: scale(0.6);
    margin: 0 -40%;
}
.hall-child-text {
    border: 0.6px solid #777;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}
.hall-child-text.position-1 {
    left: -0.6px;
    right: 50%;
    top: -0.6px;
    bottom: -0.6px;
}
.hall-child-text.position-2 {
    right: -0.6px;
    left: 50%;
    top: -0.6px;
    bottom: -0.6px;
}
.hall-child-text.position-3 {
    top: -0.6px;
    left: -0.6px;
    right: -0.6px;
    bottom: 50%;
}
.hall-child-text.position-4 {
    bottom: -0.6px;
    left: -0.6px;
    right: -0.6px;
    top: 50%;
}

.bottom-fixed-box {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 -1px 4px #666;
    background-color: #fff;
    z-index: 7;
}
.bottom-fixed-box.relative {
    position: relative;
}
.content-show-box {
    background-color: #fff;
    max-height: 24rem;
    overflow-y: auto;
}
.canvas-control-box {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding-top: 10px;
}
.status-btn-box {
    display: flex;
    margin-left: 20px;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex: 2;
}
.status-btn-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
img.btn-zoom-img {
    width: 18px;
    height: 18px;
}
.position-btn-column {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: -150px;
    right: 0;
}
.position-btn-column .btn-zoom {
    margin-bottom: 12px;
}

.btn-zoom-text {
    font-size: 12px;
    transform: scale(0.94);
    color: #58aac7;
}
.btn-zoom {
    color: #fff;
    background-color: #fff;
    margin-right: 14px;
    border-radius: 6px;
    min-width: 38px;
    height: 38px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 0 4.25px rgb(30 122 156 / 80%);
    flex-direction: column;
}
.btn-zoom.disabled {
    color: #999;
}
.hall-row {
    display: flex;
    border-bottom: 1px solid #f4f4f4;
    justify-content: space-between;
    align-items: center;
    padding: 7.2px 12px;
    font-size: 0.875rem;
}
.hall-row:first-of-type {
    border-top: 6px solid #eee;
}
.row-label {
    color: #999;
    white-space: nowrap;
    margin-right: 10px;
}
.btn-booth-type {
    display: inline-flex;
    border: 1px solid #999;
    color: #666;
    margin-left: 10px;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    cursor: pointer;
}
.btn-booth-type.active {
    background-color: var(--color);
    border: none;
    color: #fff;
}
.hidden {
    display: none;
}
span.money-fh {
    color: var(--color);
    font-size: 1rem;
    display: inline-block;
    transform: scale(0.72);
    transform-origin: 90% 86%;
}
.btn {
    flex: 1;
    height: 2.8rem;
    line-height: 2.8rem;
    text-align: center;
    cursor: pointer;
}
.btn.btn-cancel {
    background-color: #ccc;
    color: #fff;
}

/* .hall-status-0 {
    background-color: #d9f5f5 !important;
} */
.hall-item.hall-status-1, .hall-status-1 {
    background-color: #35db3b;
    background-image: linear-gradient(90deg, rgb(213,234,216) 33.33%, rgb(156,224,97) 33.33%, rgb(156,224,97) 66.66%, rgb(0,176,80) 66.66%);
}
.hall-item.hall-status-2, .hall-status-2 {
    background-color: #fdf082;
}
.hall-status-1.hall-type-1 {
    /* background-color: #8fe7a3; */
    background-color: rgb(213,234,216);
    background-image: none;
}
.hall-status-1.hall-type-2 {
    /* background-color: #2dde34; */
    background-color: rgb(156,224,97);
    background-image: none;
}
.hall-status-1.hall-type-3 {
    /* background-color: #2ab72f; */
    background-color: rgb(0,176,80);
    background-image: none;
}

.status-box {
    display: flex;
}
.status-item {
    margin-left: 10px;
    text-align: center;
}
.status-color {
    width: 1.2rem;
    height: 0.6rem;
    margin: 0 auto 4px;
    border: 1px solid #444;
}
.hall-status-name {
    font-size: 12px;
    text-shadow: 0 0 2px #fff;
    font-weight: bold;
}


/* 电脑端 */
.pc-private-container {
    margin-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
}
.pc-private-container .canvas-bg {
    margin-bottom: 0 !important;
    overflow: hidden;
}
.pc-private-container .bottom-fixed-box {
    margin-top: 1rem;
}
