@font-face {
    font-family: font;
    src: url(hywh_thin2.ttf);
}

/* 左上角菜单按钮样式 */
.menu-toggle-btn {
    position: absolute;
    top: 50px;
    left: -50px;
    width: 30px;
    height: 25px;
    cursor: pointer;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.menu-toggle-btn span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #333;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.menu-toggle-btn.active span:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
}

.menu-toggle-btn.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle-btn.active span:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
}

/* 侧边栏中的轮播图样式 */
.sidebar-menu .zz-carousel {
    width: 87%; /* 宽度占满父容器 */
    top: auto; /* 将轮播图推到底部，但在页脚之上 */
    margin-bottom: 10px; /* 与页脚的间距 */
    position: relative; /* 相对定位，以便控制子元素 */
}

.sidebar-menu .zz-carousel .zz-slides img {
    width: 100% !important; /* 图片宽度占满 */
    height: auto !important; /* 高度自适应 */
    max-height: 180px; /* 限制最大高度，保持比例 */
    object-fit: cover; /* 保持图片比例并填充 */
}

.sidebar-menu .zz-carousel .prev,
.sidebar-menu .zz-carousel .next {
    top: 50%; /* 垂直居中 */
    transform: translateY(-50%);
    padding: 10px;
    font-size: 18px;
}

.sidebar-menu .zz-carousel .dot-container {
    text-align: center;
    padding: 0px;
    position: absolute;
    bottom: 5px; /* 调整圆点位置 */
    left: 50%;
    transform: translateX(-50%);
}

/* 轮播图关闭按钮样式 */
.zz-carousel .close-carousel-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
}

.zz-carousel .close-carousel-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

html,
body,
#map {
    height: calc(100vh - 80px);
    /* 100vh 是视口高度，减去 .switch_FB 的高度 */
    background-color: #2c2b30;
}

.myPopIssue {
    display: none;
}

.tools {
    color: #ff0404d9;
}

.savePop {
    z-index: 4000;
    position: absolute;
    display: block;
    width: 500px;
    height: 500px;
    border-width: 0px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
    transform-origin: 50% 50% 0;
    /*transform: scale(0.75);
    -webkit-transform: scale(0.75);*/
    /*兼容-webkit-引擎浏览器*/
    /*-moz-transform: scale(0.75);*/
    /*兼容-moz-引擎浏览器*/
    left: calc(50% - 475px / 2);
    top: calc(50% - 490px / 2);
}

.savePop.disable {
    display: none;
}

.leaflet-control-layers-expanded {
    padding: 0px;
    margin: 0px;
    width: 260px;
}

.leaflet-control-layers {
    position: absolute;
    top: 0;
    /* right: 0px; */
    right: -1000px;
}

/* 地图筛选器样式 */
.hd {
    display: block;
    text-indent: -9999px;
    color: rgba(0, 0, 0, 0);
}

.person-div {
    position: absolute;
    display: flex;
    width: 373px;
    height: 50px;
    top: 19px;
    left: 34px;
    justify-content: space-between;
    align-items: center;
    z-index: 200;
}

.login-info {
    cursor: pointer;
}

.reg_log_link {
    width: 153px;
    height: 50px;
    background: url(../imgs/con_img/log_reg.webp) no-repeat;
}

.save-btn {
    width: 40px;
    height: 50px;
    background: url(../imgs/con_img/save.webp) no-repeat;
    z-index: 200;
}

.save-btn.disable {
    opacity: 1;
}

.topLine {
    position: absolute;
    width: 88%;
    height: 1px;
    top: 76px;
    left: 21px;
    background-color: rgba(43, 64, 83, 0.2);
    z-index: 200;
}

/* 调整 control-containor 样式 */
.control-containor {
    padding: 20px;
    width: 90%;
    height: 100%;
    overflow-y: auto;
}

.Background {
    position: absolute;
    width: 431px;
    height: 912px;
    z-index: 100;
    top: 0;
    right: 0;
}

.con-type-label-containor {
    max-height: 70%; 
    /* 当内容超出最大高度时显示滚动条 */
    overflow-y: auto; 
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    top: 140px;
    cursor: pointer;
    z-index: 9999;
}

.panel-container {
    display: flex;
    flex-direction: column;
}

.con-type-label {
    padding: 0px 12px;
    width: 88%;
    height: 40px;
    background: linear-gradient(270deg,
            #ffffff -95.11%,
            rgba(255, 255, 255, 0) 401.72%),
        #f0e9e2;
    border: 0.5px solid #d2c6bb;
    box-sizing: border-box;
    border-radius: 3px;
    color: #000;
    font-size: 20px;
    line-height: 35px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.con-type-label.on {
    color: #fff;
    background: linear-gradient(270deg,
            rgba(171, 143, 119, 0.5) -46.99%,
            rgba(143, 110, 76, 0.5) 198.5%),
        #ab8f77;
}

.area-list-containor {
    position: absolute;
    display: none;
    top: 286px;
    left: -129px;
    width: 158px;
    height: auto;
}

.area-list-li-containor {
    position: relative;
    display: block;
    width: 158px;
    height: 40px;
    margin-bottom: 2px;
    z-index: 200;
}

.area-list-li-containor.off {
    z-index: 0;
}

.area-list-li-containor.undone {
    cursor: not-allowed;
    margin-left: 77px !important;
    z-index: 0;
}

.area-list-li-containor.undone .area-img {
    opacity: 0.7;
}

.area-list-li-containor.undone .area-text {
    display: none;
}

.area-img {
    width: 156px;
    height: 40px;
}



.area-text {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: left;
    line-height: 35px;
    text-indent: 66px;
    font-size: 22px;
    color: #666666;
}

.area-list-li-containor.off .area-text {
    text-indent: 60px;
    color: #fff;
}

.options-containor {
    position: absolute;
    border-top: 1px solid rgba(0, 0, 0, 0);
    top: 180px;
    width: 300px;
    height: 593px;
    background-size: 100% 100%;
    z-index: 200;
}

.options-list {
    display: none;
    padding-right: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.options-list::-webkit-scrollbar {
    opacity: 0.3;
    background: none;
    width: 4px;
}

.options-list::-webkit-scrollbar-thumb {
    opacity: 0.3;
    background: #ab8f773f;
    border-radius: 1px;
}

.options-list .map-opts {
    position: relative;
    display: inline-block;
    width: 40%;
    height: 30px;
    background: linear-gradient(270deg,
            #ffffff -95.11%,
            rgba(255, 255, 255, 0) 100%),
        #f0e9e2;
    margin: 0 5px 8px 8px;
    border-radius: 2px;
    line-height: 25px;
    text-indent: 22px;
    font-size: 13px;
    border: 1px solid #d2c6bb;
    box-sizing: border-box;
    cursor: pointer;
    color: #78583d;
}

.options-list .map-opts.on {
    background: linear-gradient(270deg,
            rgba(171, 143, 119, 0.5) -46.99%,
            rgba(143, 110, 76, 0.5) 198.5%),
        #ab8f77;
    color: #f2f0ee;
}

.img-border {
    position: absolute;
    top: -5px;
    left: -30px;
    width: 40px;
    height: 40px;
}

.map-opts-icon {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 2px;
    left: 18px;
}

.bottom-rules {
    z-index: 99999;
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    height: auto;
    padding: 0 5px;
    background: rgba(255, 255, 255, 0.7);
}

.disclaimer {
    position: relative;
    left: 0;
    bottom: 0;
    color: #0078a8;
    font-size: 11px;
}

.disclaimer:hover {
    text-decoration: underline;
}

.bottom-beian {
    position: absolute;
    z-index: 99999;
    bottom: 0;
    left: 50%;
    width: auto;
    height: auto;
}

.beian {
    position: relative;
    left: -50%;
    float: left;
    bottom: 0;
    color: #0078a8;
    font-size: 11px;
    padding: 1px 5px;
    background: rgba(255, 255, 255, 0.7);
}

.beian:hover {
    text-decoration: underline;
}


.selector-list-containor {
    position: absolute;
    display: flex;
    top: 96px;
    width: 365px;
    height: 47px;
    overflow-y: hidden;
    overflow-x: scroll;
    z-index: 200;
}

.selector-hint {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 0;
    font-size: 24px;
}

.selector-list-containor .opt-selector {
    flex-shrink: 0;
    position: relative;
    padding-right: 25px;
    line-height: 30px;
    height: 30px;
    background: #a4866c;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: font;
    text-indent: 10px;
    margin: 0 5px 5px 0;
    cursor: pointer;
}

.selector-list-containor::-webkit-scrollbar {
    opacity: 0.3;
    height: 5px;
    background: none;
}

.selector-list-containor::-webkit-scrollbar-thumb {
    opacity: 0.3;
    background: #ab8f7741;
    border-radius: 1px;
}

.opt-selector-close {
    position: absolute;
    top: 4px;
    right: 5px;
    width: 20px;
    height: 20px;
    background: url(../imgs/con_img/icon_close.webp) no-repeat;
    background-size: 100% 100%;
}

.myPopTitle {
    display: inline-block;
    position: relative;
    flex-direction: column;
    padding: 0px;
    left: 17px;
    margin-top: 14px;
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.3));
}

.myPopName {
    position: block;
    font-family: font;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 100%;
    color: #4b5368;
    order: 0;
    margin: 2px 50px 2px 0;
}

.myPopLine {
    display: inline-block;
    position: relative;
    width: 312px;
    height: 0px;
    left: 17px;
    margin-top: 15px;
    border: 1px solid #e1d5bf;
}

.myPopComment {
    display: flex;
    position: relative;
    /* width: 100%; */
    margin: 14px 0 0 0;
    padding: 0 37px 0 17px;
    font-family: font;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 115%;
    align-items: center;
    color: #4b5368;
    /* cursor: pointer; */
}

.myPopComment span {
    display: inline-block;
    margin-right: 10px;
}

.Select {
    display: inline-block;
    position: absolute;
    right: 0;
    margin-right: 14px;
    top: 50%;
    margin-bottom: 2px;
    transform-origin: 50% 50% 0;
    transition: transform 0.5s;
}

.myPopComment.disable img {
    transform: rotate(-180deg);
    opacity: 0.2;
}

.myPopPicture {
    position: relative;
    overflow: hidden;
    width: 312px;
    height: 326px;
    margin: 0 auto;
}

.image-link {
    color: #4a90e2;
    cursor: pointer;
    text-decoration: underline;
    padding: 8px;
    margin: 5px 0;
    text-align: center;
    background: rgba(74, 144, 226, 0.1);
    border-radius: 4px;
    transition: background-color 0.3s;
}

.image-link:hover {
    background: rgba(74, 144, 226, 0.2);
}

.image-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 5px;
}

.myPopPicture.disable {
    height: 0;
}

.myPopPicture.hasVideo {
    height: 326px !important;
}

.myPopPicture .img,
.myPopPicture .noImgVideoTip {
    display: inline-block;
    margin-top: 14px;
    width: 100%;
    box-sizing: border-box;
    border: 3px solid rgba(255, 255, 255, 1);
    border-radius: 9px;
}

.myPopPicture .noImgVideoTip {
    display: none;
}

.myPopPicture.disable.hasVideo .img {
    display: none;
}

.myPopPicture.disable.hasVideo .noImgVideoTip {
    display: inline-block;
}

.myPopPicture .videoTip {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    padding: 0 14px;
    border-radius: 14px;
}

.myPopPicture.hasVideo .videoTip {
    opacity: 0;
    display: inline-block;
    transition-property: opacity;
    transition-duration: 0.5s;
}

.myPopPicture.hasVideo .videoTip.active {
    opacity: 1;
    transition-property: opacity;
    transition-duration: 0.5s;
}

.myPopPicture .videoBtn {
    display: none;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 55px;
    height: 55px;
    background-image: url('../imgs/media_img/btnPlay.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    text-decoration: none !important;
    z-index: 100;
}

.myPopPicture.hasVideo .videoBtn {
    display: inline-block;
}

.tipcard {
    position: absolute;
    background: url('../imgs/con_img/tips.webp') no-repeat;
    background-size: contain;
    background-position: center bottom;
    width: 150px;
    height: 46px;
    left: 50%;
    bottom: -36px;
    pointer-events: none;
    margin-left: -75px;
}

.leaflet-popup-content-wrapper {
    display: inline-block;
    position: absolute;
    width: 353px;
    left: -181.5px;
    bottom: 0px;
    border-radius: 14px;
    background: #f0e9e2;
    border: 4px solid transparent;
    border-color: rgba(0, 0, 0, 0.3);
    background-clip: padding-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0);
    cursor: default;
    transform-origin: 50% 100% 0;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    /*兼容-webkit-引擎浏览器*/
    -moz-transform: scale(0.6);
    /*兼容-moz-引擎浏览器*/
}

.leaflet-popup-content {
    display: inline-block;
    width: 100% !important;
    margin: 0;
    clear: both;
}

.leaflet-popup-tip {
    background: #f0e9e2;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0);
}

.leaflet-popup-tip-container {
    top: -3px;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0);
    opacity: 0;
    pointer-events: auto;
}

.myPopIssue {
    position: absolute !important;
    right: 50px !important;
    top: 15px !important;
    font-size: 20px;
    font-weight: bold;
    width: 80px;
    height: 30px;
    cursor: pointer;
}

.myPopIssueIcon {
    display: inline-block;
    position: absolute;
    background-size: contain;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.myPopClose {
    position: absolute !important;
    right: 20px !important;
    top: 18px !important;
    background: url(../imgs/con_img/popClose.svg) no-repeat;
    background-size: contain;
    box-sizing: border-box !important;
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.myPopSwitchTodo {
    position: relative;
    width: 311px;
    height: 40px;
    border-radius: 22px;
    border: 2px solid #c5b79d;
    cursor: pointer;
    order: 1;
    margin: 17px auto;
}

.myPopSwitchDone {
    position: relative;
    width: 311px;
    height: 40px;
    border-radius: 22px;
    border: 2px solid #c5b79d;
    cursor: pointer;
    order: 1;
    margin: 17px auto;
}

.switchOff {
    position: absolute;
    width: 80px;
    letter-spacing: 4px;
    font-family: font;
    font-size: 16px;
    font-weight: bold;
    color: #c5b79d;
    margin: 0 !important;
    line-height: 36px;
    left: 50px;
}

.switchOn {
    position: absolute;
    width: 80px;
    letter-spacing: 4px;
    font-family: font;
    font-size: 16px;
    font-weight: bold;
    color: #c5b79d;
    margin: 0 !important;
    line-height: 36px;
    right: 25px;
}

.myPopSwitchTodo .switchButton {
    position: relative;
    width: 151px;
    height: 30px;
    border-radius: 22px;
    background-color: #cfbfa4;
    border: 2px solid #a69678;
    top: 3px;
    left: 3px;
    transition-property: left, background-color, border;
    transition-duration: 0.5s, 0.5s, 0.5s;
}

.myPopSwitchDone .switchButton {
    position: relative;
    width: 151px;
    height: 30px;
    border-radius: 22px;
    background-color: #30a3b9;
    border: 2px solid #21707f;
    top: 3px;
    left: 153px;
    transition-property: left, background-color, border;
    transition-duration: 0.5s, 0.5s, 0.5s;
}

.myPopSwitchTodo .switchButtonIcon {
    position: relative;
    width: 16px;
    height: 16px;
    background: url(../imgs/con_img/icon_not.svg) no-repeat;
    background-size: contain;
    top: 5px;
    left: 5px;
    transition-property: background;
    transition-duration: 0.5s;
}

.myPopSwitchDone .switchButtonIcon {
    position: relative;
    width: 16px;
    height: 16px;
    background: url(../imgs/con_img/icon_find.svg) no-repeat;
    background-size: contain;
    top: 5px;
    left: 5px;
    transition-property: background;
    transition-duration: 0.5s;
}

.switchButtonIcon p {
    position: absolute;
    width: 80px;
    letter-spacing: 4px;
    font-family: font;
    font-size: 16px;
    font-weight: bold;
    top: -2px;
    left: 45px;
    color: white;
    margin: 0;
}

.leaflet-shadow-pane .iconKW {
    transform: rotate(45deg);
}

.zanzhu {
    font-family: font;
    margin-top: 3px;
    font-size: 22px;
    color: #2b4153;
}

@media screen and (max-width: 750px) {
    .leaflet-popup-content-wrapper {
        transform-origin: 50% 100% 0;
        /*transform: scale(0.5);
        -webkit-transform: scale(0.5);
        /*兼容-webkit-引擎浏览器*/
        /*-moz-transform: scale(0.5);
        /*兼容-moz-引擎浏览器*/
    }
}

.time-wrapper {
    font-size: 18px;
    padding: 0 17px;
    font-weight: bold;
    margin-top: 10px;
}

.avatar-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.avatar-wrapper img {
    border-radius: 50%;
}

.enindex-btn {
    z-index: 400;
    position: absolute;
    display: block;
    left: 30px;
    top: 65px;
    color: white !important;
    font-weight: bold;
}

.jpindex-btn {
    z-index: 400;
    position: absolute;
    display: block;
    left: 30px;
    top: 85px;
    color: white !important;
    font-weight: bold;
}


/* 页脚部分 */
.footer {
    margin-top: 0; /* 移除之前的 auto，因为轮播图会把它推下去 */
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    color: #666;
    background-color: #f8f9fa; /* 页脚背景色，可选 */
    border-top: 1px solid #e7e7e7; /* 页脚上边框，可选 */
    display: table-cell;
    max-width: 350px;
    width: 100%;
    float: left;
    user-select: none;
    padding: 1px 5px;
    font-size: 11px;
    white-space: normal;
    transition: all 0.3s;
    background-color: #f0f0f0;
    color: #333;
    position: fixed;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    /* 半透明白色背景，可根据需要调整透明度 */
    z-index: 1001;
    /* 确保页脚显示在其他元素之上 */
}

.footer a {
    text-align: center;
    font-weight: 500;
    overflow-wrap: break-word;
}

.footer a:not(:last-child) {
    margin-right: 8px;
}

@media only screen and (max-width: 740px) {
    /* 页脚部分 */
.footer {
    margin-top: 0; /* 移除之前的 auto，因为轮播图会把它推下去 */
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    color: #666;
    background-color: #f8f9fa; /* 页脚背景色，可选 */
    border-top: 1px solid #e7e7e7; /* 页脚上边框，可选 */
        width: 100vw;
        text-align: center;
    }

    .footer a:not(:last-child) {
        margin-right: 1.5vw;
    }
}

/* 在移动端（安卓和iOS）隐藏footer */
@media only screen and (hover: none) and (pointer: coarse) {
    /* 页脚部分 */
.footer {
    margin-top: 0; /* 移除之前的 auto，因为轮播图会把它推下去 */
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    color: #666;
    background-color: #f8f9fa; /* 页脚背景色，可选 */
    border-top: 1px solid #e7e7e7; /* 页脚上边框，可选 */
        display: none;
    }
}

.reward-link {
    text-decoration: none;
    color: #007bff;
    /* 按钮文字颜色，可自定义 */
    border: 1px solid #007bff;
    /* 按钮边框样式，可自定义 */
    padding: 5px 10px;
    /* 按钮内边距，可自定义 */
    border-radius: 5px;
    /* 按钮圆角，可自定义 */
}

/* 模态框主体（收款码容器）样式，实现半透明毛玻璃效果 */
.qr-code-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* 让模态框居中显示 */
    background-color: rgba(255, 255, 255, 0.8);
    /* 白色半透明背景，可调整透明度值 */
    backdrop-filter: blur(5px);
    /* 毛玻璃模糊效果，可调整模糊程度数值 */
    -webkit-backdrop-filter: blur(5px);
    /* 兼容webkit内核浏览器 */
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    /* 添加阴影效果 */
    z-index: 1000;
    /* 确保在遮罩层之上且在页面最上层 */
    text-align: center;
    display: none;
    /* 初始隐藏 */
}

/* 筛选器下测已选项框体（占位元素，勿动） */

/* 顶部导航样式 */
.nav-style {
    background-color: #333;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-left,
.nav-right {
    display: flex;
    align-items: center;
}

.nav-item {
    margin-right: 15px;
}

.nav-link {
    color: white;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    background-color: transparent; /* 确保按钮背景透明 */
    border: none; /* 移除按钮边框 */
    cursor: pointer; /* 确保鼠标指针为手型 */
    font-size: 14px; /* 调整字体大小 */
}

.nav-link:hover {
    background-color: #555;
}

.nav-style .dropdown .dropbtn {
    background-color: transparent;
    color: white;
    padding: 8px 12px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.nav-style .dropdown .dropbtn:hover {
    background-color: #555;
}

.nav-style .dropdown-content {
    background-color: #333; /* 下拉菜单背景色与导航栏一致 */
}

.nav-style .dropdown-content button,
.nav-style .dropdown-content a button {
    color: white; /* 下拉菜单项文字颜色 */
    background-color: transparent; /* 下拉菜单项背景透明 */
    border: none; /* 移除边框 */
    width: 100%; /* 使按钮宽度充满下拉菜单 */
    text-align: left; /* 文字左对齐 */
}

.nav-style .dropdown-content button:hover,
.nav-style .dropdown-content a button:hover {
    background-color: #555; /* 悬停时背景变色 */
}

/* 移除 draw-path-btn 和 reward-btn 的特定样式，以便它们继承 nav-link 样式 */
.draw-path-btn,
.reward-btn {
    /* background-color: #4CAF50; */ /* 注释掉或删除 */
    /* color: white; */ /* 注释掉或删除 */
    /* border: none; */ /* 注释掉或删除 */
    /* padding: 10px; */ /* 注释掉或删除 */
    /* text-align: center; */ /* 注释掉或删除 */
    /* text-decoration: none; */ /* 注释掉或删除 */
    /* display: inline-block; */ /* 注释掉或删除 */
    /* margin: 4px 2px; */ /* 注释掉或删除 */
    /* cursor: pointer; */ /* 注释掉或删除 */
    /* border-radius: 4px; */ /* 注释掉或删除 */
}

.draw-path-btn.active {
    background-color: #45a049; /* 保留激活状态的特定样式 */
}

/* 加载遮罩层样式 */
#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99999; /* 确保在最上层 */
    color: white;
    font-size: 20px;
}

.loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

/* 收款码图片样式，可根据实际收款码图片尺寸等调整大小等 */
.qr-code-img {
    max-width: 279px;
    max-height: 381px;
    margin: 10px;
}

/* h2标签样式，设置为红色大字 */
.qr-code-modal h2 {
    color: red;
    /* 文字颜色为红色 */
    font-size: 24px;
    /* 字体大小，可根据需求调整 */
    margin-bottom: 10px;
    /* 下边距，控制与下方元素间距，可调整 */
}

/* 图片框样式 */
.logo-box {
    position: absolute;
    top: 180px;
    /* 适当增大了top值，让其往下移动一点，可继续按需微调 */
    left: -125px;
    width: 135px;
    /* 图片框宽度，根据logo实际宽度及布局需求调整 */
    height: 80px;
    /* 图片框高度，根据logo实际高度及布局需求调整 */
    z-index: 201;
    /* 确保层级合适，比fold-btn层级高些，便于显示在合适位置 */
}

/* 图片本身样式，保持比例并适应图片框容器 */
.logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.qdimg {
    width: 90px;
    /* 设置图片宽度 */
    height: 120px;
    /* 设置图片高度 */
    position: absolute;
    /* 可以根据需要调整定位方式 */
    top: 790px;
    /* 距离顶部的距离 */
    left: -80px;
    /* 距离左侧的距离 */
    border: 2px solid #ccc;
    /* 添加边框样式 */
}

/* 更新日志按钮样式 */
.xs{
	background-color: #ffffff;
    /* 按钮背景颜色，可换为其他颜色值 */
    border: none;
    border-radius: 5px;
    color: #0d7aed;
    /* 文字颜色 */
    padding: 10px;
    /* 内边距，控制按钮大小 */
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-right: 10px;
    /* 外边距，控制按钮间距等 */
    cursor: pointer;
}
.reward-btn,
.update-log-btn {
    background-color: #4CAF50;
    /* 按钮背景颜色，可换为其他颜色值 */
    border: none;
    border-radius: 5px;
    color: white;
    /* 文字颜色 */
    padding: 10px;
    /* 内边距，控制按钮大小 */
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-right: 10px;
    /* 外边距，控制按钮间距等 */
    cursor: pointer;
}

/* 模态框遮罩层样式 */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* 半透明黑色遮罩，可调整透明度值 */
    z-index: 999;
    /* 确保在页面上层显示 */
    display: none;
    /* 初始隐藏 */
}

/* 模态框主体（更新日志容器）样式，实现半透明毛玻璃效果等外观设置 */
.update-log-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* 让模态框居中显示 */
    background-color: rgba(255, 255, 255, 0.8);
    /* 白色半透明背景，可调整透明度值 */
    backdrop-filter: blur(5px);
    /* 毛玻璃模糊效果，可调整模糊程度数值 */
    -webkit-backdrop-filter: blur(5px);
    /* 兼容webkit内核浏览器 */
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    /* 添加阴影效果 */
    z-index: 1000;
    /* 确保在遮罩层之上且在页面最上层 */
    text-align: center;
}

/* 筛选器下测已选项框体（占位元素，勿动） */

/* 顶部导航样式 */
.nav-style {
    background-color: #333;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-left,
.nav-right {
    display: flex;
    align-items: center;
}

.nav-item {
    margin-right: 15px;
}

.nav-link {
    color: white;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    background-color: transparent; /* 确保按钮背景透明 */
    border: none; /* 移除按钮边框 */
    cursor: pointer; /* 确保鼠标指针为手型 */
    font-size: 14px; /* 调整字体大小 */
}

.nav-link:hover {
    background-color: #555;
}

.nav-style .dropdown .dropbtn {
    background-color: transparent;
    color: white;
    padding: 8px 12px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.nav-style .dropdown .dropbtn:hover {
    background-color: #555;
}

.nav-style .dropdown-content {
    background-color: #333; /* 下拉菜单背景色与导航栏一致 */
}

.nav-style .dropdown-content button,
.nav-style .dropdown-content a button {
    color: white; /* 下拉菜单项文字颜色 */
    background-color: transparent; /* 下拉菜单项背景透明 */
    border: none; /* 移除边框 */
    width: 100%; /* 使按钮宽度充满下拉菜单 */
    text-align: left; /* 文字左对齐 */
}

.nav-style .dropdown-content button:hover,
.nav-style .dropdown-content a button:hover {
    background-color: #555; /* 悬停时背景变色 */
}


.draw-path-btn.active {
    background-color: #45a049; /* 保留激活状态的特定样式 */
}

/* 加载遮罩层样式 */
#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99999; /* 确保在最上层 */
    color: white;
    font-size: 20px;
}

.loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

/* 更新日志内容区域样式，可根据实际需求进一步细化，比如文字样式等 */
.update-log-content {
    max-height: 100px;
    /* 限制最大高度，防止内容过多撑破模态框，可调整 */
    overflow-y: auto;
    /* 超出高度出现滚动条 */
    text-align: left;
    /* 内容左对齐，可按需改 */
    padding: 10px;

    /* 设置宽度，这里设置为一个示例值300px，你可以根据实际布局需求调整 */
    width: 300px;
    /* 让超出宽度的文字自动换行，保证文字不会溢出容器 */
    overflow-wrap: break-word;
    word-wrap: break-word;
    /* 对于一些旧版本浏览器的兼容，现代浏览器使用 overflow-wrap 即可 */

    /* 滚动条整体宽度 */
    scrollbar-width: thin;

    /* 针对 Firefox 等浏览器设置滚动条宽度为较细，Chrome 等默认会遵循下面的::-webkit-scrollbar 样式 */
    /* 滚动条轨道（背景部分）样式 */
    &::-webkit-scrollbar-track {
        background-color: rgba(0, 0, 0, 0.1);
        /* 设置一个淡淡的背景色，可根据整体背景色调整透明度等 */
        border-radius: 5px;
        /* 轨道的圆角，让其更美观 */
    }

    /* 滚动条滑块（可拖动部分）样式 */
    &::-webkit-scrollbar-thumb {
        background-color: rgba(171, 143, 119, 0.5);
        /* 与页面中其他交互元素颜色风格匹配，设置滑块颜色 */
        border-radius: 5px;
        /* 滑块的圆角 */
    }

    /* 鼠标悬停在滚动条滑块上时的样式 */
    &::-webkit-scrollbar-thumb:hover {
        background-color: rgba(171, 143, 119, 0.7);
        /* 颜色变深一点，增强交互反馈 */
    }
}

.login-form,
.register-form {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 30px;
    border: 1px solid #ddd;
    z-index: 1000;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    width: 350px;
    /* 增加表单宽度 */
    backdrop-filter: blur(10px);
    /* 毛玻璃模糊效果，可调整模糊程度数值 */
    -webkit-backdrop-filter: blur(10px);
    /* 兼容webkit内核浏览器 */
    background-color: rgba(255, 255, 255, 0.8);
    /* 半透明背景色，可调整透明度 */
}

.login-form input,
.register-form input {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    transition: border 0.3s ease;
}

.login-form input:focus,
.register-form input:focus {
    border-color: #007BFF;
    outline: none;
}

.login-form button,
.register-form button {
    width: 100%;
    padding: 12px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.login-form button:hover,
.register-form button:hover {
    background-color: #0056b3;
    /* 按钮悬停时的背景色 */
}

.logged-in-info {
    margin-right: 10px;
    color: #333;
    font-weight: bold;
    background-color: #f8f8f8;
    padding: 10px;
    border-radius: 5px;
}

.logout-btn,
.login-btn,
.register-btn,
.clear-data-btn {
    padding: 10px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
    transition: background-color 0.3s ease;
}

/* 下拉菜单样式 */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    background-color: #f0e9e2;
    color: #78583d;
    padding: 8px 16px;
    border: 1px solid #d2c6bb;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 9999;
    border-radius: 4px;
    padding: 5px;
}

.dropdown-content button,
.dropdown-content a {
    display: block;
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    color: #78583d;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}

.dropdown-content button:hover,
.dropdown-content a:hover {
    background-color: #f0e9e2;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #e5dfd8;
}

.control-buttons {
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 侧边栏菜单样式 */
.sidebar-menu {
    display: flex; /* 使用 flex 布局 */
    flex-direction: column; /* 垂直排列子元素 */
    position: fixed;
    top: 0;
    right: -350px;
    /* 初始隐藏在左侧 */
    width: 350px;
    height: 100%;
    background-color: #f8f8f8;
    transition: right 0.3s ease;
    z-index: 1000;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
}

.sidebar-menu.open {
    right: 0;
    /* 显示侧边栏 */
}

#sidebarToggleBtn {
    margin-right: 10px;
    transition: background-color 0.3s ease;
    color: white;
    background-color: #ed7408;
    padding: 10px;
    z-index: 1100;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/* 美化地区选择下拉框 */
#area-select {
    /* 基础样式 */
    width: 100%;
    padding: 8px 12px;
    font-size: 18px;
    border: 1px solid #c5b79d;
    border-radius: 3px;
    background-color: #fff;
    color: #333;
    /* 鼠标指针样式 */
    cursor: pointer;
    /* 去除默认的外观，让样式更统一 */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* 添加自定义的下拉箭头 */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path d="M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 20px;
}

/* 当鼠标悬停在下拉框上时的样式 */
#area-select:hover {
    border-color: #999;
}

/* 当下拉框被聚焦时的样式 */
#area-select:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* 下拉框选项的样式 */
#area-select option {
    padding: 8px 12px;
}

.switch_FB {
    height: 50px;
    /* 根据实际情况调整高度 */
}

/* 箭头图标样式 */
.arrow-icon {
    display: inline-block;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

/* 折叠面板样式 */
.panel {
    width: 100%;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.arrow-icon {
    float: right;
}

.panel.show {
    display: block;
}

.close-btn {
    /* 基本样式 */
    position: absolute;
    top: 3px;
    right: 5px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;

    /* 颜色和背景 */
    color: #fff;
    background-color: #ff5252;
    border-radius: 50%;

    /* 过渡效果 */
    transition: background-color 0.3s ease;
}

.close-btn:hover {
    background-color: #ff1744;
}



/* 广告轮播悬浮窗样式 */
.zz-carousel {
    position: fixed;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
    height: 180px;
    background-color: #f8f8f8;
    border: 1px solid rgb(245,215,150);
    box-shzzow: 0 0 5px rgba(0, 0, 0, 0.2);
    z-index: 999;
    overflow: hidden; /* 隐藏超出部分 */
}

.zz-slides {
    width: 100%;
    height: 100%;
    display: flex; /* 使用 flex 布局 */
    transition: transform 0.5s ease; /* 添加过渡效果 */
}

.zz-slides a {
    width: 100%;
    height: 100%;
    flex-shrink: 0; /* 防止图片缩小 */
}

.zz-slides a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pzzding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

/* 圆点导航容器样式 */
.dot-container {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

/* 圆点样式 */
.dot {
    width: 10px;
    height: 10px;
    border-rzzius: 50%;
    background-color: #bbb;
    margin: 0 5px;
    cursor: pointer;
}

/* 激活的圆点样式 */
.dot.active {
    background-color: #717171;
}