* {
    box-sizing: border-box;
}

img {
    vertical-align: middle;
}

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

header {
    width: 100%;
    /* position: fixed;
    top: 0;
    left: 0; */
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 6vw 0;
}

header>img:nth-of-type(1) {
    height: 120px;
}
.c-list img{
    margin-left: 20px;
    cursor: pointer;
}

main {
    width: 100%;
    flex: 1;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 0vw 0 12vw;
}

main>div:first-of-type {
    width: 45%;
    height: 100%;
}

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

.left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 20px;
    /* transform: translate(0, -10px); */
}



.title-box img {
    max-width: 100%;
    max-height: 100%;
}
.title-box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transform: translate(0px, -50px);
}
.right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translate(20px, 0);
}

.right>img:first-of-type {
    /* width: 95%; */
    /* max-width: 100%; */
    max-height: 105%;
}

.right>img:last-of-type {
    /* width: 70%; */
}

.wraper {
    position: relative;
    width: 500px;
}

#qrcode img:last-of-type {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 28px 0 28px 22px;
}
.qr-img{
    max-width: 100%;
}