* {
    box-sizing: border-box;
}

img {
    vertical-align: middle;
}

body {
    min-width: 1400px;
    background: url(../img/pc/bg.png?v=23) no-repeat;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 50px 26px 50px;
}

header>img:not(:first-of-type) {
    cursor: pointer;
    height: 45px;
    margin-left: 20px;
}

header>img:nth-of-type(2) {
    margin-left: auto;
}

.logo {
    width: 220px;
}

main {
    height: calc(100% - 135px);
    position: relative;
}

.swiper {
    height: 100%;
}

.slide-main {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 5%;
}

.left {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20px 0% 0 4%;
}

.left img {
    width: 94%;
}

.right {
    width: 50%;
    height: 100%;
    padding-top: 50px;

}

.title-img {
    width: 90%;
}

.box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(0%, 20%);
    z-index: 2;
    width: 50%;
}

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

.wraper {
    position: relative;
    width: max-content
}

.wraper>img {
    width: 76%
}

#qrcode {
    background: #fff;
    padding: 10px;
    border-radius: 16px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(72%, -51%);
    height: 200px;
}

#qrcode>img {
    height: 100%;
}

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