<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="theme-color" content="#FFF">
    <title>立桥银行 | 立足港澳·桥连世界</title>
    <meta name="description"
          content="立桥银行成立于1996年，是澳门的一家全牌照商业银行。银行前身是新银行亚洲股份有限公司，为葡萄牙的新银行在澳门的一家分行。新银行亚洲股份有限公司自2017年9月起更名为立桥股份有限公司。" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <link rel="shortcut icon" href="./favicon.ico" />
</head>
<style>
    * {
        padding: 0;
        margin: 0;
    }

    @font-face {
        font-family: "ResourceHanRoundedCN-Regular";
        src: url("./fonts/ResourceHanRoundedCN-Regular-zwh20250210.woff2");
    }

    html,
    body {
        background-color: #efe4f9;
        font-family: "ResourceHanRoundedCN-Regular";
    }


    .content-wrap {
        text-align: center;
        display: flex;
        flex-direction: column-reverse;
        min-height: 100vh;
        background: url('./img/mobileBg@2x.png') no-repeat;
        background-size: 100% auto;
    }

    /* 中间内容 */
    .content-wrap-text {
        font-weight: bold;
        color: #3D3D3D;
        font-size: 18px;
        line-height: 25px;
        line-height: 24px;
        margin-bottom: 74px;
        letter-spacing: 1px;
    }

    /* 按钮 */
    .content-wrap .btn-box {
        margin-bottom: 30px;
    }

    .content-wrap .btn-box .btn {
        background: linear-gradient(63deg, rgb(160, 121, 216) 0%, rgb(72, 34, 137) 100%);
        border-radius: 32px;
        box-shadow: rgba(124, 92, 170, 0.2) 0rem 0.1rem 0.2rem 0rem;
        margin: auto;
        font-size: 17px;
        color: #FFFFFF;
        padding: 12px 60px;
        text-decoration: none;
        display: inline-block;
    }

    /* 底部链接及版权 */
    .content-wrap .footer-item {
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        font-size: 13px;
    }

    .content-wrap .footer-item .explain-btn-item {
        display: flex;
        justify-content: space-around;
        padding: 0 60px;
    }

    .content-wrap .footer-item .explain-btn-item a {
        color: #6E43B1;
        display: inline-block;
    }

    .content-wrap .footer-item .footer-item-copyright {
        color: #474645;
        margin-top: 10px;
    }

    /* 媒体查询 */
    @media (min-width: 576px) {

        html,
        body {
            background-color: #e4d3f7;
        }

        .content-wrap {
            text-align: center;
            display: flex;
            flex-direction: column-reverse;
            min-height: 100vh;
            background: url('./img/pcBg@2x.png') no-repeat;
            background-size: 100% auto;
        }

        /* 中间内容 */
        .content-wrap-text {
            font-size: 20px;
            line-height: 32px;
            margin-bottom: 36px;
        }

        /* 按钮 */
        .content-wrap .btn-box {
            margin-bottom: 86px;
        }

        .content-wrap .btn-box .btn {
            font-size: 22px;
            padding: 16px 92px;
        }


        /* 底部链接及版权 */
        .content-wrap .footer-item {
            margin-bottom: 20px;
            padding: 0 48px;
            display: flex;
            justify-content: space-between;
            flex-direction: row-reverse;
            font-size: 16px;
        }

        .content-wrap .footer-item .explain-btn-item {
            flex: 0 0 20%;
            display: flex;
            justify-content: space-between;
            padding: 0;
            min-width: 222px;
        }

        .content-wrap .footer-item .explain-btn-item a {
            color: #6E43B1;
        }

        .content-wrap .footer-item .footer-item-copyright {
            color: #474645;
            margin-top: 0;
        }
    }
</style>

<body>
<div class="content-wrap">
    <div class="footer-item">
        <div class="explain-btn-item">
            <a href="https://wlbank.com.mo/privacy" target="_blank">隱私條款</a>
            <a href="disclaimer.html">免責聲明</a>
            <a href="contactUs.html">聯絡我們</a>
        </div>
        <div class="footer-item-copyright">©<span id="yearText"></span>立橋銀行股份有限公司版權所有</div>
    </div>
    <div class="btn-box">
        <a role="button" class="btn" flag="normal" aria-disabled="false"
           href="https://www.wlbank.com.mo"><span>返回立橋銀行官網</span></a>
    </div>
    <div class="content-wrap-text">
        <div>當前鏈接未找到，</div>
        <div>請重新獲取鏈接。</div>
    </div>
</div>
<script>
    document.getElementById("yearText").textContent = new Date().getFullYear();
</script>
</body>

</html>
