﻿
#siteFooter {
    display: none !important;
}
/* 整頁禁止滑動 */
body, html {
    overflow: hidden !important;
    touch-action: none; /* 禁止手勢滾動 */
}

#mobileStoreInfo {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 1000;
    display: none;
}

    #mobileStoreInfo .card {
        border-radius: 15px;
    }




/*手機底部*/
.mobile-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 65px;
    background: #fff;
    border-top: 1px solid #ddd;
    display: flex;
    z-index: 9999;
}

    .mobile-nav .nav-item {
        flex: 1;
        text-align: center;
        font-size: 12px;
        padding-top: 6px;
        color: #666;
    }

        .mobile-nav .nav-item i {
            display: block;
            font-size: 20px;
            margin-bottom: 2px;
        }

        .mobile-nav .nav-item.highlight {
            color: #ff5722;
            font-weight: bold;
        }

 
 
