* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    min-width: 1200px;
    overflow-x: hidden;
    background: #F0F1F2;
}

/* 超出隐藏省略 */
.over-hid-el {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 隐藏 */
.v-hidden {
    visibility: hidden;
}

.page-box {
    position: relative;
    z-index: 0;
    width: 100%;
    background-color: #fff;
}

.down-imgs {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}


.qr-code-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 112px;
    height: 121px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
    font-weight: 500;
}

.qr-code-box img {
    width: 90px;
    height: 90px;
}

.qr-code-box span {
    margin-top: 2px;
    font-size: 12px;
    color: #333;
}

.app-box {
    display: flex;
    flex-direction: column;
    width: 198px;
    margin: 0 16px;
}
.app-box img {
    width: 198px;
    cursor: pointer;
}

.app-box img:nth-child(1) {
    margin-bottom: 11px;
}

.age-limit {
    width: 96px;
    height: 123.5px;
}

.off-box {
    margin: 50px auto;
    min-width: inherit;
    width: 100%;
    text-align: center;
}

.off-box p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
}
