/* Colors in this CSS are hardcoded because we want the about
screen to always look the same, no matter what skin is used. */

#about-dialog {
  /* Please keep these colors in sync with skins/default.css */
  --back: #181c25;
  --text: #fefefe;
  --primary: #ffbb50;
}

#about-dialog::backdrop {
  background-color: #0008;
}

#about-dialog {
  max-width: 400px;
  max-height: 350px;
  border: 1px solid black;
  border-radius: .5rem;
  background: var(--back);
  color: var(--text);
  box-shadow: 0 0 1rem 0 #0008;
  overflow: hidden;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(400px, 1fr) 2fr;
  grid-template-rows: min-content auto auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#about-dialog:not([open]) {
  display: none;
}

#about-dialog > * {
  grid-column: 1;
}

#about-dialog .screenshot {
  grid-column: 2;
  grid-row: 1 / -1;
  background-image: url(./visualizer.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#about-dialog .logo {
  place-self: center;
  margin: 2rem 0 1rem 0;
}

#about-dialog h1, #about-dialog h2 {
  text-align: center;
  margin: 1rem;
  font-size: 1rem;
}

#about-dialog h2 {
  font-weight: normal;
  font-size: .8rem;
  margin: 2rem;
}

#about-dialog p {
  font-size: .8rem;
  margin: 1rem 2rem;
}

#about-dialog .actions {
  margin: 0 1rem 2rem 1rem;
  text-align: center;
}

#about-dialog button {
  font-size: .8rem;
  background: var(--primary);
  color: var(--back);
  border-radius: .25rem;
  padding: .4rem;
  cursor: pointer;
  min-width:60px;
}

#about-dialog button[disabled] {
  display: none;
}

:root {
  --vt-c-white: #ffffff;
}

body {
  background-color: black;
}

* {
    margin: 0;
    padding: 0;
}

html, body {
    overscroll-behavior-y: none;
    touch-action: manipulation;
}

/* body {
    overscroll-behavior: none;
} */

div {
    display: block;
}

button {
    background: none;
    border: none;
}

button:focus {
    outline: none;
}

button:active {
    border-style: none;
}

canvas:focus-visible {
    outline: none;
}

ul {
    list-style-type: none;
}

.app {
    height: 100vh;
}

.click-effect {
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(255, 0, 0, 0.7);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pop 0.5s ease-out forwards;
    pointer-events: none;
}

@keyframes pop {
    0% {
        transform: translate(-50%, -50%) scale(0.2);
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

.message[data-v-03cd212f] {
    color: white;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-weight: bold;
    position: absolute !important;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 2px 2px 2px black;
}
.overlay[data-v-03cd212f] {
    inset: 0px;
    z-index: 10;
    position: absolute !important;
}
.bg[data-v-03cd212f] {
    inset: 0px;
    opacity: 0.75;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    height: 100%;
}
.spinner-wrapper[data-v-03cd212f] {
    position: absolute !important;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.spinner[data-v-03cd212f] {
    display: inline-block;
    color: white;
    width: 75px;
    height: 75px;
    border: .5em solid;
    border-right: .5em solid transparent;
    border-radius: 50%;
    animation: spinner-border-03cd212f .75s linear infinite;
}
@keyframes spinner-border-03cd212f {
to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
}
}
.button-wrapper[data-v-03cd212f] {
    position: absolute !important;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.button-wrapper-2[data-v-03cd212f] {
    position: absolute !important;
    top: 78%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.reload[data-v-03cd212f] {
    width: 100px;
    height: 50px;
    border: 1px solid white;
    background: none;
    color: white;
    z-index: 10;
}
.reload[data-v-03cd212f]:hover {
    border: 2px solid white;
    background: rgba(255, 212, 212, 0.747);
}


.emscripten[data-v-e93f5bb4] {
    background-color: black;
    display: flex;
    justify-content: center;
    transform-origin: top left;
    outline: none;
}
.emscripten-box[data-v-e93f5bb4] {
    display: flex;
    justify-content: center;
}


.bitmap-btn[data-v-82226dec] {
    background: var(--zheng);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    border: none;
    transition: background-image 0.2s ease-in-out;
}
.bitmap-btn[data-v-82226dec]:hover {
    background: var(--jing);
}
.bitmap-btn[data-v-82226dec]:active {
    background: var(--an);
}


.srv-list-box[data-v-af687deb] {
    position: relative;
    width: 569px;
    height: 550px;
    overflow: hidden;
}
.zone-type-list[data-v-af687deb] {
    display: block;
}
.srv-list-title[data-v-af687deb] {
    position: absolute; /* 绝对定位，叠加在图片上 */
    left: 233px;
    top: 2px;
    color: #f4d682;
    font-size: 28px;
    font-family: "隶书", "LiSu", serif;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); /* 文字阴影，增强可读性 */
    pointer-events: none; /* 让文字不影响点击交互 */
}
.srv-list-box-bg[data-v-af687deb] {
    position: absolute;
    width: 569px;
    height: 550px;
    background-image: url("/zthj/assets/zonelist_bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.srv-list-close[data-v-af687deb] {
    position: absolute;
    width: 28px;
    height: 30px;
    left: 533px;
    top: 5px;
    z-index: 50;
}
.srv-list-ok[data-v-af687deb] {
    position: absolute;
    width: 118px;
    height: 40px;
    left: 310px;
    top: 490px;
    color: #f1d077;
    font-size: 14px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); /* 文字阴影，增强可读性 */
    z-index: 50;
}
.zone-type[data-v-af687deb] {
    position: absolute;
    width: 125px;
    height: 100%;
    left: 10px;
    top: 47px;
}
.zone-table[data-v-af687deb] {
    position: absolute;
    left: 168px;
    top: 48px;
    /*height: 100%;*/
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    overflow-y: auto; /* 垂直方向滚动条 */
    -webkit-overflow-scrolling: touch;
    scrollbar-width: 8px; /* 滚动条宽度 */
    scrollbar-color: #a05c0f #302101; /* 滚动条颜色 */
    max-height: 428px; /* 最大高度，超过则显示滚动条 */
    margin-right: 10px; /*使滚动条左移*/
}
.zone-table[data-v-af687deb]::-webkit-scrollbar{
    width: 8px !important;
    background-color:#302101;
}
.zone-table[data-v-af687deb]::-webkit-scrollbar-thumb{
    background-color:#a05c0f;
    border-radius: 4px;
}

/* 发光容器 - 核心样式 */
.glow-container_type[data-v-af687deb] {
    position: relative; /* 相对定位，作为文字的容器 */
    display: inline-block;
    padding: 1px;
    border-radius: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* 发光容器 - 核心样式 */
.glow-container_zone[data-v-af687deb] {
    position: relative; /* 相对定位，作为文字的容器 */
    display: inline-block;
    padding: 1px;
    border-radius: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* 黄色细微发光效果 */
.yellow-glow[data-v-af687deb] {
    box-shadow: 
        0 0 4px rgba(251, 191, 36, 0.9),
        0 0 8px rgba(251, 191, 36, 0.6),
        0 0 12px rgba(251, 191, 36, 0.3);
    background: linear-gradient(
        to right,
        rgba(251, 191, 36, 0.2),
        rgba(245, 158, 11, 0.2)
    );
}

/* 图片按钮样式 */
.img-type[data-v-af687deb] {
    display: block;
    border-radius: 1px;
    width: 148px;
    height: 48px;
    object-fit: cover;
    transition: transform 0.2s ease;
}

/* 图片按钮样式 */
.img-zone[data-v-af687deb] {
    display: block;
    border-radius: 1px;
    margin: 1px 6px 1px 4px;
    width: 174px;
    height: 44px;
    object-fit: cover;
    transition: transform 0.2s ease;
}

/* 图片上的文字样式 */
.btn-text[data-v-af687deb] {
    position: absolute; /* 绝对定位，叠加在图片上 */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* 居中对齐 */
    width: 90%;
    text-align: center;
    white-space: nowrap;
    color: #f1d077;
    font-size: 14px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); /* 文字阴影，增强可读性 */
    pointer-events: none; /* 让文字不影响点击交互 */
}

/* 图片上的文字样式(选中) */
.btn-text-selected[data-v-af687deb] {
    position: absolute; /* 绝对定位，叠加在图片上 */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* 居中对齐 */
    color: white;
    font-size: 14px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); /* 文字阴影，增强可读性 */
    pointer-events: none; /* 让文字不影响点击交互 */
}

/* 悬停效果 */
.glow-container_type:hover .img-type[data-v-af687deb] {
    transform: scale(1.02);
}

/* 禁用状态 */
.glow-container_type.disabled[data-v-af687deb] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* 悬停效果 */
.glow-container_zone:hover .img-zone[data-v-af687deb] {
    transform: scale(1.02);
}

/*竖屏*/
@media screen and (orientation: portrait) and (max-width: 1024px) {
.srv-list-box-bg[data-v-af687deb] {
        position: absolute;
        width: 367px;
        height: 620px;
        background-image: url("/zthj/assets/zonelist_bg_portrait.webp");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        left: 100px;
        top: 50%;
        transform: translate(0%,-50%);
}
.zone-type[data-v-af687deb] {
        position: absolute;
        width: 225px;
        height: 100%;
        left: 131px;
        top: 42px;
}
.zone-type-list[data-v-af687deb] {
        display: flex;
}
.zone-table[data-v-af687deb] {
        position: absolute;
        left: 105px;
        top: 104px;
        max-height: 600px; /* 最大高度，超过则显示滚动条 */
        margin-right: 10px; /*使滚动条左移*/
}
    /* 发光容器 - 核心样式 */
.glow-container_type[data-v-af687deb] {
        position: relative; /* 相对定位，作为文字的容器 */
        display: inline-block;
        padding: 3px;
        border-radius: 1px;
        cursor: pointer;
        transition: all 0.3s ease;
}
.img-zone[data-v-af687deb] {
        display: block;
        border-radius: 0px;
        margin: 0px 0px 0px 2px;
        width: 174px;
        height: 44px;
        object-fit: cover;
        transition: transform 0.2s ease;
}
.srv-list-close[data-v-af687deb] {
        position: absolute;
        width: 28px;
        height: 30px;
        left: 430px;
        top: 6px;
        z-index: 50;
}
.srv-list-ok[data-v-af687deb] {
        position: absolute;
        width: 118px;
        height: 40px;
        left: 310px;
        top: 492px;
        color: #f1d077;
        font-size: 14px;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); /* 文字阴影，增强可读性 */
        z-index: 50;
}
}

/*横屏*/
@media screen and (orientation: landscape) and (max-height: 768px) {
.srv-list-box[data-v-af687deb] {
        position: relative;
        width: 743px;
        height: 330px;
        overflow: hidden;
}
.srv-list-box-bg[data-v-af687deb] {
        position: absolute;
        width: 743px;
        height: 330px;
        background-image: url("/zthj/assets/zonelist_bg_landscape.webp");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
}
.zone-type[data-v-af687deb] {
        position: absolute;
        width: 225px;
        height: 100%;
        left: 218px;
        top: 40px;
}
.zone-type-list[data-v-af687deb] {
        display: flex;
}
.zone-table[data-v-af687deb] {
        position: absolute;
        left: 15px;
        top: 90px;
        width: 743px;
        max-height: 600px; /* 最大高度，超过则显示滚动条 */
        margin-right: 10px; /*使滚动条左移*/
}
    /* 图片按钮样式 */
.img-type[data-v-af687deb] {
        display: block;
        border-radius: 1px;
        width: 148px;
        height: 38px;
        object-fit: cover;
        transition: transform 0.2s ease;
}
    /* 发光容器 - 核心样式 */
.glow-container_type[data-v-af687deb] {
        position: relative; /* 相对定位，作为文字的容器 */
        display: inline-block;
        padding: 3px;
        border-radius: 1px;
        cursor: pointer;
        transition: all 0.3s ease;
}
.img-zone[data-v-af687deb] {
        display: block;
        border-radius: 0px;
        margin: 0px 0px 0px 2px;
        padding: 0px;
        width: 174px;
        height: 40px;
        object-fit: cover;
        transition: transform 0.2s ease;
}
.srv-list-close[data-v-af687deb] {
        position: absolute;
        width: 28px;
        height: 30px;
        left: 708px;
        top: 5px;
        z-index: 50;
}
.srv-list-title[data-v-af687deb] {
        position: absolute; /* 绝对定位，叠加在图片上 */
        left: 303px;
        top: 4px;
        color: #f4d682;
        font-size: 28px;
        font-family: "隶书", "LiSu", serif;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); /* 文字阴影，增强可读性 */
        pointer-events: none; /* 让文字不影响点击交互 */
}
.srv-list-ok[data-v-af687deb] {
        position: absolute;
        width: 118px;
        height: 40px;
        left: 310px;
        top: 346px;
        color: #f1d077;
        font-size: 14px;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); /* 文字阴影，增强可读性 */
        z-index: 50;
}
}

.zone-select[data-v-84c9bc23] {
    /*background: url(./p2p_bg.webp) no-repeat center center;*/
    position: absolute;
    /* width: 100%;
    height: 100%; */
    display: flex;
    z-index: 20;
    min-width: 1200px;
    min-height: 750px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.zone-container[data-v-84c9bc23] {
    position: fixed;
    width: 1024px;
    height: 768px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.zone-list[data-v-84c9bc23] {
    position: absolute;
    width: 569px;
    height: 550px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    z-index: 50;
}
.p-left[data-v-84c9bc23] {
    position: absolute;
    width: 505px;
    height: 383px;
    left: 476px;
    top: 70px;
    border: none;
}
.p-right[data-v-84c9bc23] {
    position: absolute;
    width: 414px;
    height: 170px;
    left: 772px;
    top: 190px;
    border: none;
}
.enter-game[data-v-84c9bc23] {
    position: absolute;
    width: 352px;
    height: 116px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 150%);
    z-index: 40;
}
.srv-list[data-v-84c9bc23] {
    position: absolute;
    width: 131px;
    height: 40px;
    left: 50%;
    top: 50%;
    transform: translate(30%, 320%);
}
.zone-name[data-v-84c9bc23] {
    font-size: 14px;
    position: absolute;
    width: 180px;
    height: 30px;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-68%, 440%);
}
.zone-name > span[data-v-84c9bc23] {
    color: #f1d077;
}
.zt_logo[data-v-84c9bc23]{
    position: absolute;
    width: 113px;
    height: 133px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -240%);
    pointer-events: none;
}
.zone_name_bg[data-v-84c9bc23]{
    position: absolute;
    width: 334px;
    height: 38px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 330%);
    pointer-events: none;
}
.zone_name_bg_line[data-v-84c9bc23]{
    position: absolute;
    width: 2px;
    height: 34px;
    left: 50%;
    top: 50%;
    transform: translate(97px, 128px);
    pointer-events: none;
}

/* 下划线文字样式 */
.underline-link[data-v-84c9bc23] {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff585;
    text-decoration: underline;
    cursor: pointer;
    margin: 10px 0;
    display: inline-block;
    font-size: 14px;
    transition: color 0.2s;
    transform: translate(115px, 123px);
}
.underline-link[data-v-84c9bc23]:hover {
    color: #f5c565;
}
.loading-wrapper[data-v-84c9bc23] {
    position: absolute;
    left: 225px;
    top: 345px;
    width: 300px;
    height: 100px;
}
.loading[data-v-84c9bc23] {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}
.spinner-wrapper[data-v-84c9bc23] {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.spinner[data-v-84c9bc23] {
    display: inline-block;
    color: white;
    width: 30px;
    height: 30px;
    border: .3em solid;
    border-right: .3em solid transparent;
    border-radius: 50%;
    animation: spinner-border-84c9bc23 .75s linear infinite;
}
@keyframes spinner-border-84c9bc23 {
to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
}
}
@keyframes fake-progress-84c9bc23 {
from {
        width: 0px;
}
to {
        width: 1090px;
}
}
.progress-bar[data-v-84c9bc23] {
    position: absolute;
    width: 825px;
    height: 5px;
    left: 50%;
    bottom: 5px;
    margin: 10px 0;
    transform: translate(-50%, 0%);
    display: inline-block;
    border-bottom: 5px solid gold;
}
.progress-text[data-v-84c9bc23] {
    position: absolute;
    width: 350px;
    margin-left: 0px;
    height: 40px;
    left: 50%;
    bottom: 10px;
    display: inline-block;
    color: white;
    text-align: center;
    transform: translate(-50%, 0%);
}

/*竖屏*/
@media screen and (orientation: portrait) and (max-width: 1024px) {
.zone-list[data-v-84c9bc23] {
        position: absolute;
        width: 569px;
        height: 620px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 50;
}
.enter-game[data-v-84c9bc23] {
        position: absolute;
        width: 352px;
        height: 116px;
        left: 50%;
        bottom: 50%;
        transform: translate(-50%, 90px);
        z-index: 40;
}
.zt_logo[data-v-84c9bc23]{
        position: absolute;
        width: 113px;
        height: 133px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -160px);
        pointer-events: none;
}
.zone-name[data-v-84c9bc23] {
        font-size: 14px;
        position: absolute;
        width: 180px;
        height: 30px;
        text-align: center;
        left: 50%;
        top: 50%;
        transform: translate(-65%, 43px);
}
.zone_name_bg[data-v-84c9bc23]{
        position: absolute;
        width: 334px;
        height: 38px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, 35px);
        pointer-events: none;
}
.zone_name_bg_line[data-v-84c9bc23]{
        position: absolute;
        width: 2px;
        height: 34px;
        left: 50%;
        top: 50%;
        transform: translate(97px, 38px);
        pointer-events: none;
}
    /* 下划线文字样式 */
.underline-link[data-v-84c9bc23] {
        position: absolute;
        left: 50%;
        top: 50%;
        color: #fff585;
        text-decoration: underline;
        cursor: pointer;
        margin: 10px 0;
        display: inline-block;
        font-size: 14px;
        transition: color 0.2s;
        transform: translate(115px, 33px);
}
.progress-text[data-v-84c9bc23] {
        position: fixed;
        width: 350px;
        margin-left: 0px;
        height: 40px;
        left: 50%;
        display: inline-block;
        color: white;
        text-align: center;
        bottom: 50%;
        transform: translate(-50%, 235px);
}
.progress-bar[data-v-84c9bc23] {
        position: fixed;
        width: 100%;
        left: 50%;
        height: 5px;
        display: inline-block;
        border-bottom: 10px solid gold;
        bottom: 50%;
        transform: translate(-50%, 300px);
        display: none;
}
}

/*横屏*/
@media screen and (orientation: landscape) and (max-height: 768px) {
.zone-list[data-v-84c9bc23] {
        position: absolute;
        width: 743px;
        height: 330px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -135px);
        z-index: 50;
}
.enter-game[data-v-84c9bc23] {
        position: absolute;
        width: 352px;
        height: 116px;
        left: 50%;
        bottom: 50%;
        transform: translate(-50%, 4px);
        z-index: 40;
}
.zt_logo[data-v-84c9bc23]{
        position: absolute;
        width: 113px;
        height: 133px;
        left: 200px;
        top: 50%;
        transform: translate(0%, -72px);
        pointer-events: none;
}
.zone-name[data-v-84c9bc23] {
        font-size: 14px;
        position: absolute;
        width: 180px;
        height: 30px;
        text-align: center;
        left: 50%;
        bottom: 50%;
        transform: translate(-50%, -35px);
}
.zone_name_bg[data-v-84c9bc23]{
        position: absolute;
        width: 334px;
        height: 38px;
        left: 50%;
        bottom: 50%;
        transform: translate(-50%, -44px);
        pointer-events: none;
}
.zone_name_bg_line[data-v-84c9bc23]{
        position: absolute;
        width: 2px;
        height: 34px;
        left: 50%;
        bottom: 50%;
        transform: translate(97px, -42px);
        pointer-events: none;
}

    /* 下划线文字样式 */
.underline-link[data-v-84c9bc23] {
        position: absolute;
        left: 50%;
        bottom: 50%;
        color: #fff585;
        text-decoration: underline;
        cursor: pointer;
        margin: 10px 0;
        display: inline-block;
        font-size: 14px;
        transition: color 0.2s;
        transform: translate(115px, -44px);
}
.progress-text[data-v-84c9bc23] {
        position: fixed;
        width: 350px;
        margin-left: 0px;
        height: 40px;
        left: 50%;
        display: inline-block;
        color: white;
        text-align: center;
        bottom: 50%;
        transform: translate(-50%, 130px);
}
.progress-bar[data-v-84c9bc23] {
        position: fixed;
        width: 100%;
        left: 50%;
        height: 5px;
        display: inline-block;
        border-bottom: 10px solid gold;
        bottom: 50%;
        transform: translate(-50%, 185px);
        display: none;
}
}


.tool-title[data-v-ea5bb846] {
    width: 100%;
    height: 40px;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
}
.tool-title-btn[data-v-ea5bb846] {
    width: 40px;
    height: 40px;
    color: white;
    font-size: 16px;
}
.tool-title-s[data-v-ea5bb846] {
    margin-top: 10px;
    color: white;
    font-size: 16px;
}
.p-info[data-v-ea5bb846] {
    color: white;
}
.p-warn[data-v-ea5bb846] {
    color: gold;
}
.p-debu[data-v-ea5bb846] {
    color: #9cff9c;
}
.p-erro[data-v-ea5bb846] {
    color: red;
}
.console-up[data-v-ea5bb846] {
    left: 0px;
    bottom: 0px;
}
.console-down[data-v-ea5bb846] {
    right: 0px;
    bottom: 0px;
}
.console-right[data-v-ea5bb846] {
    top: 0px;
    right: 0px;
}
.console-btn[data-v-ea5bb846] {
    position: fixed;
    z-index: 1000;
    width: 50px;
    height: 50px;
    background-color: rgba(1, 1, 1, 0.4);
    color: white;
    font-size: 16px;
    border: 1px solid goldenrod;
}
.console-btns[data-v-ea5bb846] {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.console[data-v-ea5bb846] {
    position: fixed;
    width: 100%;
    z-index: 999;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    background-color: rgba(1, 1, 1, 0.4);
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif
}
.test-tool[data-v-ea5bb846] {
    position: fixed;
    width: 30%;
    min-width: 300px;
    height: 100%;
    z-index: 997;

    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    background-color: rgba(1, 1, 1, 0.4);
    
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.zone-table[data-v-ea5bb846] {
    position: absolute;
    left: 125px;
    height: 100%;
}
.zone-btn[data-v-ea5bb846] {
    width: 60px;
    height: 60px;
    margin: 7px;
    color: white;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    border: 2px solid darkorange;
}
.zone-btn[data-v-ea5bb846]:hover {
    border: 3px solid rgb(255, 239, 147);
}
.zone-selected[data-v-ea5bb846] {
    border: 3px solid gold;
}
@media (max-width: 500px) {
.test-tool[data-v-ea5bb846] {
        width: 100% !important;
        min-width: 0;
}
}


button[data-v-70e3c307] {
    color: white;
    font-size: 12px;
}
span[data-v-70e3c307] {
    color: white;
    font-size: 12px;
}
.drag-text[data-v-70e3c307] {
    position: absolute;
    right: 30px;
    transform: translateY(-10px);
}
.drag-btn[data-v-70e3c307] {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    border: 2px solid white;
    display: block;
}
.prog-out[data-v-70e3c307] {
    width: 200px;
    height: 20px;
    border: 1px solid white;
    margin-left: 25px;
}
.prog-in[data-v-70e3c307] {
    position: absolute;
    width: 200px;
    height: 20px;
    background-color: green;
}
.panel-btn[data-v-70e3c307] {
    width: 250px;
    height: 38px;
    border: 1px solid white;
}
.panel-btn[data-v-70e3c307]:hover {
    background-color: rgba(255, 255, 255, 0.219);
}
.panel-item[data-v-70e3c307] {
    min-height: 40px;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.panel-item-end[data-v-70e3c307] {
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0px;
    bottom: 0px;
    display: flex;
    justify-content: space-between;
}
.panel[data-v-70e3c307] {
    position: fixed;
    /* width: 30%; */
    min-width: 300px;
    height: 100%;
    z-index: 997;

    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    background-color: rgba(1, 1, 1, 0.4);
    
    display: flex;
    flex-direction: column;
    align-content: flex-start;
}
@media (max-width: 500px) {
.panel[data-v-70e3c307] {
        width: 100% !important;
        min-width: 0;
}
}
.title[data-v-70e3c307] {
    width: 100%;
    height: 40px;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
}
.title-btn[data-v-70e3c307] {
    width: 40px;
    height: 40px;
    color: white;
    font-size: 16px;
}
.title-s[data-v-70e3c307] {
    margin-top: 10px;
    color: white;
    font-size: 16px;
}

p[data-v-80150331] {
    color: white;
    font-size: 18px;
    margin-bottom: 15px;
}
.close[data-v-80150331] {
    position: fixed;
    width: 90px;
    height: 90px;
    right: 0;
    bottom: 0;
    font-size: 24px;
    color: white;
}
.arrow[data-v-80150331] {
    position: fixed;
    width: 100px;
    height: 150px;
    top: 0;
    right: 0;
    background-image: url('./tip.png');
    background-size: contain;
}
.bg[data-v-80150331] {
    inset: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    backdrop-filter: brightness(0.4) blur(3px);
    z-index: 100;
}
.message[data-v-80150331] {
    position: fixed;
    width: 80%;
    height: 40%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 10px;
    border: 2px dashed white;
    border-radius: 15px;
}

.msgbox-mask[data-v-7babed0e] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: auto;
    z-index: 9999;
}
.msgbox[data-v-7babed0e] {
    background: white;
    padding: 20px 30px;
    border-radius: 6px;
    min-width: 260px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.msgbox-buttons[data-v-7babed0e] {
    margin-top: 20px;
    display: grid;
    grid-template-columns: auto auto;
    gap: 12px;
}
.msgbox-buttons button[data-v-7babed0e] {
    padding: 12px 25px;
    border-radius: 50px;
    background: linear-gradient(135deg, #6e8efb, #a777e3);
    border: none;
    color: white;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.2s;
}
  
.sound-btn[data-v-4cf0d573] {
    position: fixed;
    z-index: 1003;
    width: 50px;
    height: 50px;
    top: 80px;
    right: 5%;
}
.download-btn[data-v-4cf0d573] {
    position: fixed;
    z-index: 1003;
    right: 5%;
    top: 3%;
    padding: 8px;
    background: #00000075;
    border-radius: 5px;
    border: 2px solid #fff3;
}
.hud-button[data-v-4cf0d573] {
    position: absolute;
    top: 50%;
    right: 0%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.input-test-w[data-v-4cf0d573] {
    position: absolute;
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 35px;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}
.input-test[data-v-4cf0d573] {
    width: 80%;
    border-radius: 0;
    /* border: 3px solid gray; */
    border-width: 0;
    border-color: none;
    border-style: outset;
    border-bottom: 4px solid gold;
    padding-left: 10px;
}
.input-test[data-v-4cf0d573]:focus-visible {
    outline: none;
    border-bottom: 4px solid orange;
}
.input-test-btn[data-v-4cf0d573] {
    width: 10%;
    border-radius: 0;
    margin-left: 1px;
    /* border: 3px solid gray; */
    background-color: white;
    user-select: none;
}
.input-test-btn[data-v-4cf0d573]:hover {
    background-color: rgb(255, 242, 165);
}
div.msg-box-mask[data-v-4cf0d573] {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
div.msg-box[data-v-4cf0d573] {
    width: 300px;
    height: 200px;
    margin: 25% auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    background: white;
    border-radius: 10px;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
div.msg-box p[data-v-4cf0d573] {
    padding: 16px;
}
div.wrapper[data-v-4cf0d573] {
    background: url(/zthj/assets/in_bg1.webp) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
span[data-v-4cf0d573] {
    font-family: "Microsoft YaHei";
    font-weight: bold;
}
em[data-v-4cf0d573] {
    font-style: normal;
    font-weight: bold;
    color: #ca4747;
}
div.content[data-v-4cf0d573] {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
.float-menu[data-v-4cf0d573] {
    position: fixed;
    top: 10%;
    left: 0;
    z-index: 1000;
}
.float-settings[data-v-4cf0d573] {
    width: 40px;
    height: 40px;
    left: 10px;
    background: rgba(255, 129, 129, 0.479);
    border: 2px solid rgba(255, 87, 87, 0.692);
    border-radius: 50%;
    font-size: 20px;
    z-index: 1001;
    user-select: none;
}
.float-settings[data-v-4cf0d573]:hover {
    background: rgba(255, 233, 233, 0.479);
}
.float-box[data-v-4cf0d573] {
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}
.float-box-ul[data-v-4cf0d573] {
    list-style-type: none;
}
.float-box-btn[data-v-4cf0d573] {
    width: 100px;
    height: 30px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 0;
    color: rgb(255, 255, 255);
    background-color: rgba(1, 1, 1, 0.4);
}
.float-box-btn[data-v-4cf0d573]:hover {
    background: rgba(255, 142, 142, 0.726);
    color: rgb(255, 255, 255);
}
.left-panel2-enter-active[data-v-4cf0d573] {
    animation: slideIn-4cf0d573 0.3s ease;
}
.left-panel2-leave-active[data-v-4cf0d573] {
    animation: slideOut-4cf0d573 0.3s ease;
}
.left-panel-enter-active[data-v-4cf0d573] {
    animation: slideIn-4cf0d573 0.3s ease;
}
.left-panel-leave-active[data-v-4cf0d573] {
    animation: slideOut-4cf0d573 0.3s ease;
}
@keyframes slideIn-4cf0d573 {
from {
        transform: translateX(-100%);
        opacity: 0;
}
to {
        transform: translateX(0);
        opacity: 1;
}
}
@keyframes slideOut-4cf0d573 {
from {
        transform: translateX(0);
        opacity: 1;
}
to {
        transform: translateX(-100%);
        opacity: 0;
}
}

/*竖屏*/
@media screen and (orientation: portrait) and (max-width: 1024px) {
.download-btn[data-v-4cf0d573] {
        position: fixed;
        z-index: 1003;
        right: 5%;
        top: 0.5%;
        padding: 8px;
        background: #00000075;
        border-radius: 5px;
        border: 2px solid #fff3;
}
.sound-btn[data-v-4cf0d573] {
        position: fixed;
        z-index: 1003;
        width: 50px;
        height: 50px;
        top: 60px;
        right: 5%;
}
}
