* {
    box-sizing: border-box;
}

.page-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: url(../img/pc/bg.jpg?v=654681684/87) center / 100% 100% no-repeat #090401;
}

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

.page-top img {
    height: 35px;
    display: inline-block;
}

.page-top img.logo {
    margin-left: 20px;
    width: 180px;
    height: auto;
}

.page-top .connect img {
    margin: 0 20px 0 0;
    cursor: pointer;
}

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

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

.swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.content-left {
    width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-left .img-slogan img {
    width: 100%;
}

.content-left .qrcode-area {
    width: 100%;
    display: inline-flex;
    margin: 36px 0;
}

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

.content-left .qrcode-text {
    flex: 1;
    padding-left: 12px;
}

.content-left .qrcode-text img {
    width: 100%;
    margin-bottom: 12px;
}

.content-left .qrcode-text img:last-child {
    margin-bottom: 0;
}

.content-left .connect {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.content-left .connect img {
    width: 100px;
    cursor: pointer;
    margin: 0 16px;
}

.content-right {
    margin-left: 10%;
}

.content-right img {
    width: auto;
    height: 100%;
    object-fit: contain;
}