html {
    height: 100%;
    min-height: 100vh;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    user-select: none;
}

.header {
    display: flex;
    height: 100px;
    padding: 0 100px;
    position: fixed;
    top: 35px;
    left: 0;
    right: 0;
    z-index: 2;
}

.header-left {
    align-items: center;
    display: flex;
    height: 100%;
    width: 300px;
}

.header-left .icon {
    height: 80px;
    margin-right: 15px;
    width: 80px;
}

.header-left .font {
    height: 78px;
    width: 203px;
}

.header-right {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: right;
}

.header-right .item {
    align-items: center;
    border: 1px solid hsla(0, 0%, 100%, .5);
    border-radius: 100px;
    display: flex;
    flex-wrap: nowrap;
    height: 70px;
    justify-content: center;
    margin-right: 20px;
    width: 228px;
}

.header-right .item img {
    height: 42px;
    margin-right: 8px;
    width: 42px;
}

.header-right .item span {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
}

.bg {
    height: 100%;
    width: 100%;
}

.bg img {
    height: 100%;
    min-width: 100%;
}


.left-content {
    bottom: 142px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 148px;
    position: absolute;
}

.left-content .txt-img {
    width: 884px;
}

.left-content .code-main {
    display: flex;
    margin-top: 127px;
    justify-content: space-between;
}

.qr-container {
    background: white;
    padding: 10px;
    display: inline-block;
    border-radius: 10px;
}

#qrcode {
    margin: 0;
    text-align: center;
}

.fontWrap {
    padding-right: 24px;
    width: 473px;
}

.fontWrap .title {
    color: #fff9cb;
    font-size: 38px;
    font-weight: 500;
    line-height: 42px;
}

.fontWrap .font {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    line-height: 42px;
    margin-top: 28px;
}

.right-content {
    bottom: -35px;
    height: 968px;
    position: absolute;
    right: 0;
    width: 992px;
    z-index: 0;
}