* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: url(../image/desktop/bg.png?c=281) no-repeat;
    background-size: cover;
    position: relative;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 3vh 5vw 0;
    z-index: 100;
}

header>img:first-of-type {
    width: 15vw;
}

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

header>img:nth-of-type(3) {
    width: 10vw;
    margin-right: 40px;
    cursor: pointer;
}

header>img:nth-of-type(4) {
    width: 10vw;
    cursor: pointer;
}

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

.fixed {
    position: absolute;
    bottom: 25vh;
    left: 6.5vw;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 16px;
    padding: 10px 20px;
}

.fixed>img {
    height: 10vh;
}

.swiper,
.swiper-wrapper,
.swiper-slide {
    width: 100%;
    height: 100%;
}
.swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
}
.left-img{
    width: 55%;
    height: calc(100% - 2vh);
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.p-img img{
    max-width: 100%;
    height: 90%;
    object-fit: cover;
}
.right{
    width: 45%;
    height: calc(100% - 20vh);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 80px;
    text-align: center;
}
.right img{
    max-width: 100%;
    max-height: 100%;
}
.title-img{
    height: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-img{
    height: 40%;
}
/* .swiper-slide>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    height: 20vh;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 40px;
}
.footer-box{
    width: 100%;
    overflow: hidden;

}
.scroller::-webkit-scrollbar {
    display: none;
}

.scroller img {
    height: 18vh;
    width: auto;
}

.scroller {
    display: flex;
    width: 100%;
    animation: scroll 26s linear infinite;
    padding: 0 20px;
}

@keyframes scroll {
    to {
        transform: translate(-3534px)
    }
}

#qrcode {
    margin-right: 20px;
}