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

.flex {
    width: 100%;
    /* padding: 0 5%; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: url(../image/desktop/bg.png?v=6876168791) top / cover no-repeat;
}

.page-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 5%;
}

.page-top .box img {
    margin-left: 10px;
    cursor: pointer;
}

.page-top>img {
    height: 100px;
}

.page-content {
    flex: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    /* padding: 0 5% 0px; */
}

.page-content .swiper {}

.swiper-slide {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    overflow: hidden;
}

.swiper-slide .text {
    max-width: 55%;
    max-height: 100%;
    /* margin-right: 40px; */
}

.swiper-slide .text3,
.swiper-slide .text4 {
    margin-top: 10vh;
}

.swiper-slide .img {
    max-width: 45%;
    max-height: 100%;
}

.wraper {
    width: 136px;
    height: 136px;
    background: #fff;
    border-radius: 6px;
    padding: 10px;
    box-sizing: border-box;
}

.qrcode-box {
    color: #fff;
    position: fixed;
    left: 20px;
    bottom: 50px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qrcode-box>div:first-of-type {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
    letter-spacing: 4px;
}

#qrcode {
    width: 116px;
}

#qrcode img {
    width: 100%;
}

.qrcode-box .tg1 {
    width: 180px;
    height: 40px;
    position: absolute;
    bottom: 60px;
    left: 30px;
    cursor: pointer;
}

.qrcode-box .tg2 {
    width: 180px;
    height: 40px;
    position: absolute;
    bottom: 10px;
    left: 30px;
    cursor: pointer;
}