* {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 576px) {
    .box {
        display: block !important;
        background-image: none !important;
    }

    .content-box {
        overflow: hidden;
    }

    .phone-box {
        width: 100%;
        min-width: initial;
        max-width: initial;
    }

    .phone-background {
        height: 100% !important;
        background-image: none !important;
    }

    .phone {
        width: 100% !important;
        height: 100% !important;
        left: 0 !important;
        top: 0 !important;
    }

    .share-tip {
        display: none;
    }
}

html, body, .box {
    height: 100%;
}

.box {
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-user-select: none;
    user-select: none;
    background-color: #f1ede5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-box {
    position: relative;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.phone-box {
    height: 100%;
    position: relative;
    width: 30%;
    min-width: 520px;
    max-width: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-background {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 393px;
    height: 753px;
    position: relative;
}

.phone {
    width: calc(100% - 18px);
    height: 650px;
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    margin: 0 auto;
    overflow: auto;
    position: absolute;
    top: 67px;
    left: 9px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.phone::-webkit-scrollbar {
    display: none;
}

.code-box {
    margin-left: 36px;
    width: 248px;
    height: 600px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.code-panel {
    padding: 24px 20px 20px;
    width: 208px;
    height: 292px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 2px 2px 20px rgb(0 0 0 / 10%);
    box-sizing: initial;
}

#codeImg {
    margin: 12px 0;
    border: 1px solid #e6ebed;
    padding: 16px;
    height: 176px;
    width: 176px;
    box-sizing: initial;
}

.code-panel-top {
    font-size: 14px;
    height: 20px;
    color: #666;
    line-height: 20px;
    font-family: BWHaasGrotesk-55Roman-Web, Helvetica, Arial, sans-serif;
}

.share-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.share-box img {
    width: 46px;
    height: 46px;
}

img[src=""], img:not([src]) {
    opacity: 0;
}
