.dock{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1500;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.1);
}

.dockElement{
    font-family: Arial;
    bottom: 0px;
    width: 20%;
    height: 50px;
    background-color: #ffffff;
    color: #8b654a;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1501;
    flex-direction: column;
    font-weight: bold;
    font-size: 11px;
    gap: 3px;
}

.topDisplayArea{
    font-family: Arial;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    color: #ffffff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    z-index: 1500;
    font-size: 15px;
    align-items: center;
    background-image: url('resources/UI/top_display_area_background.png');
    background-size: 100% 100%;
    background-position: center;
}

.notification{
    position: fixed;
    top: 15px;
    left: 10px;
    right: 10px;
    height: 60px;
    background-color: #ffffff;
    text-align: center;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: left;
    align-items: center;
    z-index: auto;
    border-radius: 10px;
    padding-left: 20px;
}

.notification_guide{
    position: fixed;
    top: 12px;
    left: 90px;
    right: 10px;
    height: 80px;
    background-color: #ffffff00;
    text-align: center;
    display: flex;
    justify-content: left;
    align-items: center;
    z-index: auto;
    border-radius: 10px;
    padding-left: 20px;
    background-image: url('resources/UI/guide.png');
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    visibility: hidden;
}

.notification_conclusion{
    position: fixed;
    top: 65px;
    left: 10px;
    right: 10px;
    height: 100px;
    background-color: #ffffff00;
    text-align: center;
    display: flex;
    justify-content: left;
    align-items: center;
    z-index: auto;
    border-radius: 10px;
    padding-left: 20px;
    background-image: url('resources/UI/conclusion.png');
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
}

.notification_guide_en{
    position: fixed;
    top: 12px;
    left: 90px;
    right: 10px;
    height: 100px;
    background-color: #ffffff00;
    text-align: center;
    display: flex;
    justify-content: left;
    align-items: center;
    z-index: auto;
    border-radius: 10px;
    padding-left: 20px;
    background-image: url('resources/UI/guide_en.png');
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    visibility: hidden;
}

.notification_congrats_en{
    position: fixed;
    top: 12px;
    left: 90px;
    right: 10px;
    height: 150px;
    background-color: #ffffff00;
    text-align: center;
    display: flex;
    justify-content: left;
    align-items: center;
    z-index: auto;
    border-radius: 10px;
    padding-left: 20px;
    background-image: url('resources/UI/congrats.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    visibility: hidden;
}

.notification_congrats_cn{
    position: fixed;
    top: 12px;
    left: 90px;
    right: 10px;
    height: 150px;
    background-color: #ffffff00;
    text-align: center;
    display: flex;
    justify-content: left;
    align-items: center;
    z-index: auto;
    border-radius: 10px;
    padding-left: 20px;
    background-image: url('resources/UI/congrats_cn.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    visibility: hidden;
}

.notification_complete_en{
    position: fixed;
    top: 20px;
    left: 10px;
    right: 10px;
    height: 120px;
    background-color: #ffffff00;
    text-align: center;
    display: flex;
    justify-content: left;
    align-items: center;
    z-index: auto;
    border-radius: 10px;
    padding-left: 20px;
    background-image: url('resources/UI/complete.png');
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    visibility: visible;
}

.notification_continue_en{
    position: fixed;
    bottom: 100px;
    left: 10px;
    right: 10px;
    height: 60px;
    background-color: #ffffff00;
    text-align: center;
    display: flex;
    justify-content: left;
    align-items: center;
    z-index: auto;
    border-radius: 10px;
    padding-left: 20px;
    background-image: url('resources/UI/continue.gif');
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    visibility: visible;
}

.notificationMessage{
    font-family: Arial;
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    display: flex;
    z-index: 1001;
    flex-direction: column;
    padding-left: 20px;
}

.window{
    font-family: Arial;
    position: fixed;
    top: 15px;
    left: 10px;
    right: 10px;
    bottom: 75px;
    background-color: #f2f2f2;
    color: #000000;
    text-align: center;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    border-radius: 10px;
    flex-direction: column;
    gap: 10px;
    overflow: auto;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

.window_auth{
    font-family: Arial;
    position: fixed;
    top: 15px;
    left: 10px;
    right: 10px;
    bottom: 15px;
    background-color: #f2f2f2;
    color: #000000;
    text-align: center;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    border-radius: 10px;
    flex-direction: column;
    gap: 10px;
    overflow: auto;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

.videoWindow{
    position: fixed;
    top: 15px;
    left: 10px;
    right: 10px;
    bottom: 75px;
    background-color: #000000a7;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    flex-direction: column;
    gap: 10px;
    overflow: auto;
}

.smallWindow{
    font-family: Arial;
    position: relative;
    height: auto;
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    text-align: center;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    border-radius: 10px;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

.zhengdianSmallWindow{
    font-family: Arial;
    position: fixed;
    height: auto;
    bottom: 70px;
    left: 10px;
    right: 10px;
    top: 35%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    text-align: center;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    border-radius: 10px;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

.zhengdianCamera{
    font-family: Arial;
    position: fixed;
    height: auto;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 67%;
    background-color: rgba(0, 0, 0, 0);
    color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    border-radius: 10px;
    flex-direction: row;
    gap: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

.fullTransWindow{
    font-family: Arial;
    position: fixed;
    height: auto;
    bottom: 70px;
    left: 10px;
    right: 10px;
    top: 15px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    text-align: center;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    border-radius: 10px;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

.closeButton{
    font-family: Arial;
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 85px;
    height: 50px;
    background-color: #8b654a;
    color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
    border-radius: 10px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    border: 2px solid #4f392a;
}

.leftButton{
    font-family: Arial;
    position: fixed;
    left: 20px;
    right: 51%;
    bottom: 85px;
    height: 50px;
    background-color: #8b654a;
    color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
    border-radius: 10px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    border: 2px solid #4f392a;
}

.rightButton{
    font-family: Arial;
    position: fixed;
    right: 20px;
    left: 51%;
    bottom: 85px;
    height: 50px;
    background-color: #8b654a;
    color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
    border-radius: 10px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    border: 2px solid #4f392a;
}

.mapButton{
    position: fixed;
    right: 10px;
    bottom: 150px;
    visibility: hidden;
}

.mapGuide{
    position: fixed;
    right: 70px;
    bottom: 150px;
    background-color: white;
    height: 50px;
    border-radius: 100px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    gap: 10px;
    visibility: hidden;
    font-weight: 800;
}

.backToChatButton{
    position: fixed;
    left: 0px;
    top: 30px;
    visibility: hidden;
}

.cameraButton{
    position: fixed;
    right: 43%;
    bottom: 100px;
}

.clockButton{
    position: fixed;
    right: 18px;
    bottom: 150px;
    z-index: 1000;
}

.map{
    position: fixed;
    height: 50%;
    bottom: 25%;
    right: 10%;
    z-index: auto;
    border-radius: 10px;
}

.time{
    position: fixed;
    left: 10px;
    height: 50%;
    bottom: 25%;
    z-index: auto;
    border-radius: 10px;
}

.optionButton{
    font-family: Arial;
    height: 50px;
    width: 60%;
    background-color: #e6d7be;
    color: #4f392a;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    border: 2px solid #4f392a;
}

.loadingScreen{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-image: url(resources/UI/explore_background_trans.png);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    font-size: 20px;
    font-family: Arial;
    color:#000000;
    overflow: auto;
    text-align: center;
}

.loadingScreen_GPS{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-image: url(resources/UI/explore_background_trans.png);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    font-family: Arial;
    color:#000000;
    overflow: auto;
    text-align: center;
}

.loadingScreen_original{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-image: url(resources/UI/loading_screen_background.png);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    font-size: 20px;
    font-family: Arial;
    color:#000000;
    overflow: auto;
    text-align: center;
}

.duihuaWindow{
    font-family: Arial;
    position: fixed;
    top: 15px;
    left: 10px;
    right: 10px;
    bottom: 75px;
    text-align: center;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    border-radius: 10px;
    flex-direction: column;
    gap: 10px;
    overflow: auto;
    background-image: url('resources/UI/explore_background.png'); 
    background-size: 100% 100%; 
    background-position: center;
}

.chatWindow{
    font-family: Arial;
    position: fixed;
    top: 65px;
    left: 10px;
    right: 10px;
    bottom: 75px;
    color: #404040;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-size: 15px;
    background-image: url('resources/UI/explore_background.png');
    background-size: 100% 100%;
    background-position: center;
}

.textArea{
    font-weight: bold;
    background-color: #e6d7be;
    border-radius: 10px;
    padding: 10px;
    font-size: 16px;
    color:#000000;
    border: none;
    resize: none;
    opacity: 0.95;
    width: auto;
    text-align: left;
}

.input{
    position: fixed;
    bottom: 95px;
    left: 30px;
    right: 30%;
    padding: 15px;
    background-color: #ededed;
    color: rgb(0, 0, 0);
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: bold;
    z-index: 1000;
}

.input_auth{
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    border-radius: 8px;
    font-size: 15px;
    font-weight: bold;
    border-color: #454545;
    height: 30px;
    text-align: center;
}

.sendButton{
    position: fixed;
    bottom: 95px;
    right: 30px;
    left: 72.5%;
    padding: 15px;
    background-color: #8b654a;
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    z-index: 1000;
}

.guide_text{
    position: fixed;
    top: 65%;
    left: 10px;
    right: 10px;
    height: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    color:#ffffff;
}

.slider{
    position: fixed;
    bottom: 75px;
    left: 20px;
    right: 20px;
    z-index: 1000;
}

.timeMachine{
    position: fixed;
    left: 10px;
    right: 10px;
    height: 60px;
    bottom: 70px;
    background-color: #e6d7bed3;
    z-index: auto;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: baseline;
    flex-direction: row;
    color: #ffffff;
    font-weight: bold;
    font-family: Arial;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}

.duihuaButton{
    font-family: Arial;
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 85px;
    height: 30px;
    padding: 0;
    color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
    border-radius: 10px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url('resources/UI/duihua_button.png');
    background-size: 100% 100%;
    background-position: center;
}

.endButton{
    font-family: Arial;
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 80px;
    height: 50px;
    color: #ffede0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: auto;
    border-radius: 10px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url('resources/UI/button.png');
    background-size: 100% 100%;
    background-position: center;
}

.newChatWindow{
    font-family: Arial;
    position: fixed;
    top: 15px;
    left: 10px;
    right: 10px;
    bottom: 75px;
    text-align: center;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    z-index: 1000;
    border-radius: 10px;
    flex-direction: column;
    gap: 10px;
    overflow: auto;
    background-image: url('resources/UI/explore_background_trans.png'); 
    background-size: 100% 100%; 
    background-position: center;
    padding-top: 10px;
    padding-bottom: 80px;
}

.messageComponentA{
    display: flex;
    padding: 10px;
    align-items: flex-start;
    gap: 10px;
}

.messageComponentB{
    width: 60%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
}

.messageComponentAA{
    display: flex;
    padding: 10px;
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 10px;
}

.messageComponentBB{
    width: 60%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 5px;
}

.mapContainer{
    position: fixed;
    left: 10px;
    right: 10px;
    top: -80px;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;      /* 垂直居中 */
    height: 100vh;            /* 设置容器高度为视口高度 */
    flex-direction: column;
    gap: 10px;
}

.next{
    position: absolute;
    right: 0px;
    top: 50%;
    width: 20%;
}

.previous{
    position: absolute;
    left: -15px;
    top: 40%;
    width: 15%;
    transform: rotate(180deg);
}

.smallNext{
    position: absolute;
    right: -15px;
    top: 40%;
    width: 15%;
}

.exploreWindow {
    font-family: Arial;
    position: fixed;
    top: 15px;
    left: 10px;
    right: 10px;
    bottom: 75px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    border-radius: 10px;
    overflow: auto;
    background-image: url('resources/UI/explore_background.png'); 
    background-size: 100% 100%; 
    background-position: center;
    padding: 20px;
    box-sizing: border-box;
}

.quiz{
    font-family: Arial;
    position: fixed;
    top: 15px;
    left: 10px;
    right: 10px;
    bottom: 75px;
    text-align: center;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    border-radius: 10px;
    flex-direction: column;
    gap: 10px;
    overflow: auto;
    background-color: #ffffff;
}

/* 网格容器 */
.layoutGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
    max-width: 800px;
    margin: auto;
}


/* 限制图片在容器内缩放，不超出边界 */
.box{
    display: block;
    width: 100%;
    height: 100%;
}


/* 通栏元素：跨 2 列 */
.box.full {
    grid-column: span 2;
    width: 100%;
    height: 100%;
}

input[type="checkbox"] {
    transform: scale(1.25); /* 值越大，checkbox 越大 */
    transform-origin: left;
}

/* From Uiverse.io by Bodyhc */ 
.synthwave-laser-button {
  position: relative;
  padding: 20px 60px;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  background: #101020; /* Base color */
  border: none;
  cursor: pointer;
  letter-spacing: 2px;
  text-shadow:
    0 0 5px #00ffe0,
    0 0 15px #00ffe0,
    0 0 25px #00ffe0;
  box-shadow:
    inset 0 0 15px #00ffe0,
    0 0 20px rgba(0, 255, 224, 0.7);
  overflow: hidden;
  border-radius: 10000px;
  z-index: 1;
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;

}

.synthwave-laser-button::before,
.synthwave-laser-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 255, 224, 0.6),
    transparent
  );
  z-index: -1;
  filter: blur(5px);
  transform: translateX(-100%);
  animation: laser-glow 2.5s infinite linear;
}

.synthwave-laser-button::after {
  animation-delay: 1.25s;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 0, 144, 0.6),
    transparent
  );
}

@keyframes laser-glow {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.synthwave-laser-button:hover {
  transform: translateY(-5px);
}

.synthwave-laser-button:active {
  transform: scale(0.95);
  box-shadow:
    inset 0 0 15px #00ffe0,
    0 0 25px rgba(255, 0, 144, 0.7);
}

