#id_Content {
    display: flex;
    height: 100vh;
}

#ns_Content {
    display: none;
}

#id_ContentTop, #id_ContentBottom {
    flex: 1;
    overflow-y: auto;
}

#id_ContentTop {
    display: flex;
}

.nk-modal input[type=button],
.defaultPopupHtml input[type=button] {
    background-repeat: no-repeat;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.5;
    color: #ffffff;
    text-decoration: none;
    min-width: 70px;
    border: solid #0085FF 1px;
    background-image: none;
    background-color: #0085FF;
    box-shadow: 0px 1px 1px #0085ff inset, 0px 2px 2px -1px rgb(0 0 0 / 20%);
    border-radius: 8px;
    text-align: center;
    padding: 8.5px;
    transition: background-color .4s;
}

.vdr-name::before {
    content: "Vendor Name: ";
}
.store-name::before {
    content: "Store Name: ";
}
.store-addr::before {
    content: "Store Address: ";
}

.zh-tw .vdr-name::before {
    content: "廠商名稱: ";
}
.zh-tw .store-name::before {
    content: "分店名稱: ";
}
.zh-tw .store-addr::before {
    content: "分店地址: ";
}

@media (max-width: 700px) {
    body #ns_Main {
        position: fixed;
        width: 100%;
        z-index: 1;
        padding: 0;
    }

    #id_Content {
        flex-direction: column;
        height: inherit;
        min-height: 75vh;
    }

    #id_ContentTop {
        position: absolute;
        width: 100%;
        z-index: 20;
        min-height: 87vh;
        height: 100%;
        background: white;
        border-top-left-radius: 27px;
        border-top-right-radius: 27px;
        overflow: auto;
        top: 75vh;
        transition: top 0.5s;
    }

    #td_ContentTop {
        position: absolute;
        top: 40px;
    }

    #id_ContentBottom {
        width: 100%;
        position: absolute;
        z-index: 10;
    }

    .touchScrollDiv {
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 12px;
        position: fixed;
        width: 100%;
    }

    .touchScroll {
        height: 10px;
        width: 20%;
        background: no-repeat;
        background-image: url(https://athena.noon360.com/noon360/noon360/MsgInfo/179971835_20240528_13535091.png);
        background-position: center;
        border-radius: 14px;
    }

    .touchScroll:before {
        content: '為您推薦';
        position: absolute;
        top: 20px;
        left: calc(50% - 35px);
        width: 70px;
        height: 25px;
        color: #000;
        text-align: center;
        font-family: "Noto Sans TC";
        font-size: 14px;
        font-weight: 700;
        line-height: normal;
    }
}