* {
    box-sizing: border-box;
}

img {
    vertical-align: middle;
}

body {
    min-width: 1200px;
    background: url(../img/pc/bg.jpg?v=11) no-repeat;
    background-size: cover;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5vh 5vw 3vh;
}

header>img:last-of-type {
    cursor: pointer;
    height: 70px;
}

header>img:nth-of-type(2) {
    margin-left: auto;
    margin-right: 20px;
    cursor: pointer;
    height: 70px;
}

header>img:last-of-type {
    cursor: pointer;
}
.logo{
    width: 200px;
}
main {
    flex: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

main>div:first-of-type {
    width: 54%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /* justify-content: center; */
}

main>div:last-of-type {
    width: 70%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

main>div:first-of-type>img {
    width: 64%;
    min-width: 600px;
}

.box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 36px;
}

.box>.qr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.wraper {
    position: relative;
}

.wraper>img {
    width: 250px
}

#qrcode {
    background: #fff;
    padding: 10px;
    border-radius: 16px;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 58px;
    height: 136px;
}

#qrcode>img {
    height: 100%;
}

.tip {
    width: 188px;
    margin-top: 24px;
}