html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

@font-face {
    font-family: NotoSansSC-Regular;
    src: url("../fonts/Noto_Sans_SC/NotoSansSC-Regular.otf");
}

body,
html {
    font-family: NotoSansSC-Regular;
    font-size: 16px;
    background: #201E47;
    position: relative;
    box-sizing: border-box;
}


.lego-topbar {
    background: #FFD502;
    height: 72px;
    display: flex;
    align-items: center;
    padding-left: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    box-sizing: border-box;
}

.lego-logo {
    width: 48px;
    height: 48px;
}

.lego-title {
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
}

.lego-qrcode {
    width: 180px;
    height: 180px;
    background: rgba(28, 32, 118, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-blend-mode: plus-lighter;
    box-shadow: -11.15px -10.392px 48px -12px rgba(0, 0, 0, 0.15), -1.858px -1.732px 12px -8px rgba(0, 0, 0, 0.15), 2.211px 2.061px 9.52px 0px rgba(255, 255, 255, 0.12) inset, 1.282px 1.195px 4.76px 0px rgba(255, 255, 255, 0.12) inset;
    backdrop-filter: blur(8.84000015258789px);
}

.lego-qrcode-img {
    width: 158px;
    height: 158px;
    border-radius: 16px;
}

.lego-qrcode-desc {
    color: #fff;
    font-size: 1rem;
    line-height: 1.6;
    font-family: "LEGO Typewell";
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
}

.wechat-icon {
    width: 20px;
    vertical-align: middle;
    margin-right: 8px;
}

.lego-logo-text {
    vertical-align: super;
    font-size: 0.8rem;
}

.lego-btn:hover {
    background: rgba(20, 15, 95, 0.7);
    cursor: pointer;
}

.right-arrow {
    margin-left: 12px;
    width: 18px;
    height: auto;
}

.lego-right {
    width: 55%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

.lego-main-imgs {
    position: relative;
    width: 50vw;
    height: auto;
}

.lego-main-img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}

.policy-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
}


.cookie {
    margin-left: 24px;
}

.policy-desc {
    max-width: 100%;
    margin-top: 16px;
    margin-bottom: 24px;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    padding: 0 16px;
}


.police-container {
    color: rgba(255, 255, 255, 0.50);
    font-family: "Noto Sans SC";
    font-size: 16px;
    line-height: 20px;
}

.police {
    width: 20px;
    height: 20px;
    margin-left: 16px;
}

.clickable :hover {
    cursor: move;
}

@media screen and (max-width: 480px) {
    .lego-bg {
        width: 100%;
        aspect-ratio: 1125 / 3762;
        background: url('../pics/bg_image_mobile.png') no-repeat center center;
        background-size: contain;
        position: relative;
        min-height: 755px;
    }

    .lego-main {
        max-width: 100%;
        margin: 0 auto;
        padding-top: 55px;
        box-sizing: border-box;
    }


    .lego-right {
        display: none;
    }

    .lego-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .lego-title-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0px;
    }

    .lego-qrcode-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 27px;
        margin-bottom: 40px;
    }

    .lego-qrcode-desc {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 27px;
    }

    .lego-btn {
        display: flex;
        width: 304px;
        height: 48px;
        margin-top: 40px;
        display: flex;
        flex-direction: row;
        padding: 10px 16px;
        justify-content: center;
        align-items: center;
        color: #FFF;
        font-size: 1rem;
        font-weight: 700;
        line-height: 24px;
        border-radius: 4px;
        border: 1px solid rgba(255, 255, 255, 0.33);
        background: rgb(20, 15, 95);
        background-blend-mode: plus-lighter;
        box-shadow: -11.15px -10.392px 48px -12px rgba(0, 0, 0, 0.15), -1.858px -1.732px 12px -8px rgba(0, 0, 0, 0.15), 2.054px 1.914px 8.84px 0px rgba(255, 255, 255, 0.12) inset, 1.124px 1.048px 4.42px 0px rgba(255, 255, 255, 0.12) inset;
        backdrop-filter: blur(5.78000020980835px);
    }

    .lego-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 41px;
        left: 0;
        width: 100%;
    }

    .police-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .policy-desc {
        max-width: 100%;
        margin-top: 24px;
        margin-bottom: 44px;
        color: #FFF;
        text-align: center;
        font-size: 12px;
        line-height: 20px;
        padding: 0 16px;
    }

}


@media screen and (min-width: 481px) and (max-width: 1024px) {
    .lego-bg {
        width: 100%;
        aspect-ratio: 1600 / 1193;
        background: url('../pics/bg_image.png') no-repeat center center;
        background-size: contain;
        position: relative;
    }

    .lego-main {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        max-width: 100%;
        margin: 0 auto;
        padding-top: 32px;
        max-height: calc(100vh - 108px - 64px - 72px);
        position: relative;
        box-sizing: border-box;
        height: 100%;
    }

    .lego-left {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        max-height: calc(100vh - 108px - 64px - 72px);
        padding-left: 5%;
    }

    .lego-left-container {
        height: 100%;
        padding-top: 10%;
    }

    .lego-title-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 16px;
    }


    .lego-qrcode-block {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .lego-qrcode {
        margin-top: 35px;
        margin-bottom: 40px;
    }

    .lego-qrcode-desc {
        margin-left: 24px;
    }


    .lego-btn {
        display: flex;
        width: 20vw;
        height: 3.15vw;
        max-width: 304px;
        max-height: 48px;
        display: flex;
        flex-direction: row;
        padding: 10px 16px;
        justify-content: center;
        align-items: center;
        color: #FFF;
        font-size: 1rem;
        font-weight: 700;
        line-height: 24px;
        border-radius: 4px;
        border: 1px solid rgba(255, 255, 255, 0.33);
        background: rgb(20, 15, 95);
        background-blend-mode: plus-lighter;
        box-shadow: -11.15px -10.392px 48px -12px rgba(0, 0, 0, 0.15), -1.858px -1.732px 12px -8px rgba(0, 0, 0, 0.15), 2.054px 1.914px 8.84px 0px rgba(255, 255, 255, 0.12) inset, 1.124px 1.048px 4.42px 0px rgba(255, 255, 255, 0.12) inset;
        backdrop-filter: blur(5.78000020980835px);
    }

    .lego-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .police-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (min-width: 1025px) {
    .lego-bg {
        width: 100%;
        aspect-ratio: 1600 / 1193;
        background: url('../pics/bg_image.png') no-repeat center center;
        background-size: contain;
        position: relative;
    }

    .lego-main {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        max-width: 100%;
        margin: 0 auto;
        padding-top: 32px;
        max-height: calc(100vh - 108px - 64px - 72px);
        position: relative;
        box-sizing: border-box;
        height: 100%;
    }

    .lego-left {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        max-height: calc(100vh - 108px - 64px - 72px);
    }

    .lego-left-container {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 10%;
    }

    .lego-title-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 16px;
    }

    .lego-qrcode-block {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .lego-qrcode {
        margin-top: 35px;
        margin-bottom: 40px;
    }

    .lego-qrcode-desc {
        margin-left: 24px;
    }

    .lego-btn {
        display: flex;
        width: 20vw;
        height: 3.15vw;
        max-width: 304px;
        max-height: 48px;
        display: flex;
        flex-direction: row;
        padding: 10px 16px;
        justify-content: center;
        align-items: center;
        color: #FFF;
        font-size: 1rem;
        font-weight: 700;
        line-height: 24px;
        border-radius: 4px;
        border: 1px solid rgba(255, 255, 255, 0.33);
        background: rgb(20, 15, 95);
        background-blend-mode: plus-lighter;
        box-shadow: -11.15px -10.392px 48px -12px rgba(0, 0, 0, 0.15), -1.858px -1.732px 12px -8px rgba(0, 0, 0, 0.15), 2.054px 1.914px 8.84px 0px rgba(255, 255, 255, 0.12) inset, 1.124px 1.048px 4.42px 0px rgba(255, 255, 255, 0.12) inset;
        backdrop-filter: blur(5.78000020980835px);
    }

    .lego-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 64px;
        left: 0;
        width: 100%;
    }

    .police-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
}