* {
    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=211) 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: 10px 6vw 0;
}

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

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

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

main>div:last-of-type {
    width: 70%;
    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: 84%;
    margin-bottom: 10px;
    height: calc(100% - 191px);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-60px, 0);
}
.right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translate(20px, 0);
}

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

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

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

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