* {
    box-sizing: border-box;
}

img {
    vertical-align: middle;
}

body {
    min-width: 1200px;
    /* background: url(../img/pc/bg.png?a=11) no-repeat; */
    background-size: cover;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 2vh 5vw 0vh;
}

header>img:first-of-type {
    height: 9vh;
}

header>img:last-of-type {
    cursor: pointer;
    height: 6vh;
}

header>img:nth-of-type(2) {
    margin-left: auto;
    margin-right: 20px;
    cursor: pointer;
    height: 6vh;
}

header>img:last-of-type {
    cursor: pointer;
}

main {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
}


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

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

.box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 132px;
    margin-left: 300px;
    padding: 20px;

    /* transform: translateX(10px); */
}

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

.wraper {
    position: relative;
}

.wraper>img {
    height: 220px;
    
}

#qrcode {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    position: absolute;
    top: 33px;
    left: 35px;
    height: 150px;
}

#qrcode>img {
    height: 100%;
}

.tip {
    width: 188px;
    margin-top: 24px;
}
.slide1 {
    background: url(../img/pc/p1.jpg?a=11) no-repeat;
    background-size: cover;
    background-position: top center;
}

.slide2 {
    background: url(../img/pc/p2.jpg?a=11) no-repeat;
    background-size: cover;
    background-position: top center;

}

.slide3 {
    background: url(../img/pc/p3.jpg?a=11) no-repeat;
    background-size: cover;
    background-position: top center;
}
footer {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    width: 100%;
}
@keyframes move {
    to {
        transform: translate(-1920px)
    }
}
.swiper-box ul{
    animation: move 26s linear infinite;
    display: flex;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    
}
.swiper-box ul:hover{
    animation-play-state: paused;
}
ul li{
    background-size: 100% 100%;
    flex-shrink: 0;
    height: 150px;
    background-size: 100% 100%;
    flex-shrink: 0;
    height: 100%;
    padding: 22px 18px 22px 0;
    width: 150px;
}
li img{
    height: 100%;
    width: 100%;
}