* {
    box-sizing: border-box;
}

img {
    vertical-align: middle;
}

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

header {
    display: flex;
    align-items: center;
    padding: 10px 6vw 0 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

header>img:nth-of-type(1) {
    height: 140px;
    visibility: hidden;
}

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

header>img:nth-of-type(3) {
    width: 180px;
    cursor: pointer;
}

main {
    width: 100%;
    flex: 1;
    overflow: hidden;
    display: flex;
    position: relative;
    align-items: center;
    padding: 0 150px;
    justify-content: space-between;
}
.tip-img{
    width: 50%;
    position: absolute;
    bottom: 20px;
    left: 50%;
    display: block;
    margin: 0 auto;
    transform: translate(-20%);
}
/* main>div:first-of-type {
    width: 45%;
    height: 100%;
}

main>div:last-of-type {
    width: 55%;
    height: 100%;
} */

.left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translate(0px, -50px);
}
.left .title-img{
    width: 90%;
}
.tip-2{
    width: 300px;
}
.main-img{
    height: 100%;
    
}

.wraper {
    position: absolute;
    bottom: 50px;
    right: 228px;
    padding: 20px;
    box-sizing: border-box;
    width: 250px;

}

#qrcode img:last-of-type {
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px 0 0 40px;
}
.qr-bg{
    width: 200px;
}