* {
    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=121) no-repeat;
    background-size: cover;
    min-width: 1300px;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 100px 0 80px;
    height: 10vh;
}

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

header>img:last-of-type {
    height: 5vh;
    cursor: pointer;
}
.logo{
    height: 80px;
}
main {
    width: 100%;
    flex: 1;
    overflow: hidden;
    position: relative;
}
.main-box{
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    justify-content: center;
}
.main-img{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.main-img img{
    /* width: 86%; */
    max-height: 100%;
}
/* .swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
} */

/* .swiper-slide>div {
    width: 50%;
    height: 100%;
} */

/* .swiper-slide>div:first-of-type {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding-right: 20px;
}

.swiper-slide>div:first-of-type>img {
} */
.qr-bg{
    height: 200px;
}
.title-img {
    padding: 0;
    /* width: 80%; */
    max-height: 100%;
}
.right-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 60px;
}
.swiper-box{
    height: 60%;
}
.wraper {
    display: flex;
    align-items: stretch;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    /* padding-left: 140px; */
}

/* .wraper>div:last-of-type {
    height: 100%;
} */

/* .wraper>div:last-of-type>img {
    height: 100%;
} */

.qr {
    position: relative;
}

.qrcode {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 29px;
}

.qrcode>img {
    height: 100%;
}
.padding{
    margin-bottom: 15px;
}
.pagination-box{
    position: fixed;
    right: 60px !important;
    top: 60% !important;
    z-index: 9;
}
.pagination-box .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    margin: 16px 0 !important;
    background: #fff;
    border: 1px solid #000;
}
.pagination-box .swiper-pagination-bullet-active{
    background: #e21260;
}