* {
    box-sizing: border-box;
}

.page-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: url(../img/pc/bg.jpg?sn=37) center / 100% 100% no-repeat #fff;
    overflow: hidden;
}

.page-top {
    width: 100%;
    align-items: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 6%;
}

.page-top .logo {
    height: 75px;
}

.page-top .connect {
    display: inline-flex;
}

.page-top .connect img {
    height: 48px;
    margin-left: 20px;
    cursor: pointer;
}

.page-content {
    width: 100%;
    flex: 1;
    overflow: auto;
    display: flex;
    align-items: center;
    min-width: 1200px;
    padding: 0 4%;
}

.content-left,
.content-right {
    height: 100%;
    text-align: center;
}

.content-right {
    width: 55%;
    display: inline-flex;
    align-items: center;
}

.content-right img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.content-left {
    width: 45%;
}

.content-left .slogan {
    text-align: right;
}

.content-left .slogan img {
    display: inline-block;
    width: 95%;
}

.content-left .qrcode-area {
    margin-top: 36px;
}

.content-left .qrcode-box {
    display: inline-block;
    padding: 10px;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.content-left .qrcode-area .qrcode-text {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #222;
}