body {
    width: 100vw;
    height: 100vh;
    margin: 0;
    background: url(../images/pc/bg.png) center / cover no-repeat #150b0a;
    background-position: top;
    min-width: 1300px;
}

img {
    vertical-align: middle;
}

.container {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding-top: 180px;
}

.page-top {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 0px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.page-top .logo {
    width: 460px;
    height: 180px;
    background: url(../images/pc/logo-bg.png);
    background-size: 100% 100%;
    padding: 30px;
    box-sizing: border-box;
}
.page-top .logo img {
    width: 260px;
}
.page-top .connect{
    padding: 50px 50px 0 0;
}
.page-top .connect img {
    width: 140px;
    margin-left: 10px;
    cursor: pointer;
}

.page-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 180px);
}
.swiper-right{
    width: 48%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-94%, -66%);
}
.swiper-right img{
    width: 100%;
    min-width: 685px;
}
.swiper,
.swiper-wrapper,
.swiper-slide {
    width: 100%;
    height: 100%;
    overflow: unset !important;
}

.swiper {
    position: relative;
}

.dot {
    position: absolute;
    right: 24px!important;
}

/* .swiper-pagination-bullet {
    width: 12px!important;
    height: 12px!important;
    background: #f6f6f6!important;
    margin: 10px 0!important;
}

.swiper-pagination-bullet-active {
    background: #ffd200!important;
    position: relative;
}

.swiper-pagination-bullet-active::after {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 16px;
    border: 1px solid #ffd200;
    position: absolute;
    left: -3px;
    top: -3px;
} */

.swiper .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
}
.swiper-footer{
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: end;
}
.swiper-footer img{
    width: 100%;
}
.swiper-slide .swiper-left{
    width: 100%;
    height: 100%;
    text-align: right;
    position: relative;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.main-img{
    width: 42%;
    transform: translateY(-130px);
}

.fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 10vh;
    margin: auto;
    z-index: 99;
    width: fit-content;
    color: #fff;
    padding: 60px;
}

.fixed>img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.fixed>.content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed>.content>.qrcode-box {
    width: 220px;
    height: 220px;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 8px;
    margin-right: 30px;
}

.fixed>.content>.qrcode-box>img {
    width: 100%;
}

.fixed>.content>.text>h2 {
    margin: 0;
    margin-bottom: 20px;
}

.fixed>.content>.text>.tips {
    margin-bottom: 20px;
    font-weight: bold;
}

.fixed>.content>.text>.red {
    font-weight: bold;
    color: red;
}

.fixed>.img-box {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.fixed>.img-box>img {
    cursor: pointer;
}