* {
    transition: all .3s;
}

body {
    position: relative;
    min-width: 1300px;
}

header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: end;
    align-items: center;
    z-index: 10;
    padding-right: 90px;
}

header>img {
    height: 40px;
    margin-left: 10px;
}

main {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper,
.swiper-wrapper,
.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    position: relative;
    overflow: hidden;
}

.swiper-slide>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.float {
    width: 100%;
    height: 86%;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.left {
    flex-shrink: 0;
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 8%;
    padding-bottom: 40px;
    padding-top: 190px;
}

.left>img:first-of-type {
    width: 86%;
}

.left>img:nth-of-type(2) {
    width: 40%;
}

.right {
    flex-shrink: 0;
    width: 55%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
}

.right>img {
    max-height: 100%;
    height: 100%;
}
.qr-box{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 10px;
}
.logo{
    width: 56%;
    margin-right: 20px;
}
#qr1,
#qr2,
#qr3 {
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    margin-top: auto;
}
.tg, .sw{
    cursor: pointer;
}