/* App 分享 / 打开 / 下载 - 共用样式 */

div.goto_download_app_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 7px;
    margin-top: 20px;
}

div.goto_download_app_tip,
div.mobile_open_in_app_tip,
div.open_in_app_tip {
    margin-top: 7px;
    font-size: 1vw;
    color: #222;
}

div.mobile_open_in_app_tip {
    text-align: center;
}

div.goto_download_app_button,
div.goto_download_app {
    margin-top: 2px;
    font-size: 1vw;
    font-weight: bold;
    user-select: none;
    cursor: pointer;
    color: #2B2F67;
}

div.open_or_download_app {
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 13px;
    margin-top: 21px;
}

div.open_or_download_app:has(div.open_or_download_app_buttons) {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    bottom: 30px;
    margin-top: 0;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}

div.open_or_download_app_buttons {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 2.7vh;
}

div.open_or_download_app div.open_app,
div.open_or_download_app a.open_app,
div.open_app,
a.open_app {
    border: 1px solid #333;
    border-radius: 30px;
    width: 33%;
    text-align: center;
    padding: 8px 4px;
    margin-right: 6px;
    background: white;
    color: black;
}

div.open_or_download_app div.download_app,
div.download_app {
    border: 1px solid #333;
    border-radius: 30px;
    width: 33%;
    text-align: center;
    padding: 8px 4px;
    margin-left: 6px;
    color: white;
    background: #333;
}

div.open_in_app_button {
    position: fixed;
    bottom: 102px;
    font-size: 12px;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 8px 17px;
    border-radius: 20px;
    box-shadow: #444 0 0 2px 0px;
    user-select: none;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    div.goto_download_app_tip,
    div.goto_download_app_button,
    div.goto_download_app,
    div.mobile_open_in_app_tip,
    div.open_in_app_tip {
        font-size: 12px;
    }
}
