* {
    box-sizing: border-box;
}

img {
    vertical-align: middle;
}

body {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-width: 1300px;
    background: url(../img/pc/bg.jpg?v=12) no-repeat;
    background-size: 100% 100%;
}

header {
    position: absolute;
    z-index: 10;
    width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3vh 2vw 0;
}

header>img:first-of-type {
    height: 8vh;
     /* 挤开右侧元素 */
    margin-right: auto;
}

header>img:nth-of-type(n+2) {
    height: 40%;
    display: flex;
    margin-left: 10px;
    cursor: pointer;
}

header>img:nth-of-type(3) {
    height: 40%;
}

main {
    position: relative;
    margin: auto;
    height: 100%;
    width: fit-content;
}

.swiper {
    height: 100%;
}

.swiper-wrapper {
    height: 100%;
}

.swiper-slide {
    height: 100%;
}

.rp-wrap {
    position: absolute;
    bottom: 0;
    z-index: 10;
}

.rp-wrap > img {
    width: 100%;
}

.qr-container {
    position: absolute;
    right: 10vw;
    bottom: 5vh;
    z-index: 10;
}

.qr-container > img {
    position: relative;
}

.qrcode {
    position: absolute;
    top: 0;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.qrcode > img {
    width: 60%;
    margin-left: 10px;
}