* {
    box-sizing: border-box;
}

img {
    vertical-align: middle;
}

body {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: url(../img/pc/bg.jpg?v=13) no-repeat;
    background-size: cover;
    min-width: 1400px;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 70px 0 70px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

header>img:nth-of-type(1) {
    width: 260px;
}


.agent,
.sw,
.tg {
    width: 70px;
    margin-right: 30px;
    cursor: pointer;
}

/* .agent img,.sw img,.tg img{
    width: 100%;
} */
.agent {
    cursor: pointer;
}

main {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    position: relative;
    align-items: center;
    padding: 50px 150px 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    /* padding-top: 75px; */
}

.slide-main {
    display: flex;
    justify-content: center;
    height: 100%;
    padding-bottom: 80px;
}


.title-box {
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.title-box .title-img {
    max-height: 60%;
    transform: translate(-36px, 0px);
}

.main-img {
    width: 40%;
    display: flex;
    align-items: center;
    justify-items: center;
}

.main-img img {
    height: 90%;
    margin: 0 auto;
}

.wraper {
    position: relative;
    padding-top: 10px;
    box-sizing: border-box;
    text-align: center;
    max-height: 50%;
}

.wraper img:last-of-type {
    width: 130px;
    width: 130px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(42%, -46%);

}

.qr-bg {
    width: 70%;
}

.swiper .swiper-paginations {
    position: fixed;
    right: 30px;
    top: 50%;
    z-index: 6;
}

.swiper .swiper-pagination-bullet {
    background: #999;
    width: 6px;
    height: 20px;
    border-radius: 3px;
    cursor: pointer;
}

.swiper .swiper-pagination-bullet-active {
    background: #fad201;
}

footer {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    width: 100%;
}

@keyframes move {
    to {
        transform: translate(-2859.2px)
    }
}

.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: 200px;
    background-size: 100% 100%;
    flex-shrink: 0;
    padding: 22px 0px 22px 0;
    margin-left: 5px;
    /* width: 150px; */
}

li img {
    height: 100%;
    width: 100%;
}

/* .slide1{
    background: url(../img/pc/bg1.png?v=13) no-repeat;
    background-size: cover; 
}
.slide2{
    background: url(../img/pc/bg2.png?v=13) no-repeat;
    background-size: cover; 
}
.slide3{
    background: url(../img/pc/bg3.png?v=13) no-repeat;
    background-size: cover; 
} */