body {
    scrollbar-width: 0;
    -ms-overflow-style: none;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    display: none;
}

@media screen and (min-width: 960px) {
    html {
        /* font-size: calc(100vw / 19.2); */
        font-size: min(5.20833vw, 9.25926vh);
    }
}

@media screen and (max-width:959px) {
    html {
        font-size: 50px;
    }
}

.logo {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.5rem 0.63rem 0;
    box-sizing: border-box;
    pointer-events: none;
}

.logo>h1 {
    width: 2.61rem;
    height: 0.83rem;
    margin-right: auto;
    pointer-events: auto;
}

.logo>h1>img {
    width: 100%;
    height: 100%;
}

.header-btns {
    display: flex;
    align-items: center;
    pointer-events: auto;
}

.header-btns>a {
    width: 2.5rem;
    height: 0.74rem;
    pointer-events: auto;
}

.header-btns>a:last-child {
    margin-left: 0.2rem;
}

.header-btns>a>img {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

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

.swiper-slide {
    height: 100%;
}

.slide {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    overflow: hidden;
}

.slide-1 {
    background-image: url('../images/pc/swiper-bg-1.png');
}

.slide-2 {
    background-image: url('../images/pc/swiper-bg-2.png');
}

.slide-3 {
    background-image: url('../images/pc/swiper-bg-3.png');
}

.slide-context {
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.slide-1 .slide-context {
    left: 1.13rem;
    top: 1.13rem;
    width: 9.67rem;
    height: 6.25rem;
}

.slide-2 .slide-context {
    left: 0.42rem;
    top: 1.22rem;
    width: 10.74rem;
    height: 6.32rem;
}

.slide-3 .slide-context {
    left: 0.42rem;
    top: 1.52rem;
    width: 10.79rem;
    height: 6.04rem;
}

.slide-main {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}

.slide-1 .slide-main {
    width: 8.1rem;
    height: 10.8rem;
}

.slide-2 .slide-main {
    width: 8.05rem;
    height: 10.8rem;
}

.slide-3 .slide-main {
    width: 9.74rem;
    height: 10.29rem;
}

.scan-area {
    position: absolute;
    left: 0.63rem;
    bottom: 1.02rem;
    z-index: 4;
}

.scan-box {
    width: 6.67rem;
    height: 1.95rem;
    background: url('../images/pc/scan-bg.png') center center no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.qr-slot {
    position: absolute;
    left: 0;
    top: 0;
    width: 29.24%;
    height: 100%;
}

.qr {
    position: absolute;
    left: 6.2%;
    top: 6.8%;
    width: 86%;
    height: 86%;
    line-height: 0;
    font-size: 0;
}

.qr>img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.slide-tips {
    position: absolute;
    bottom: 0;
    z-index: 5;
    width: 11.89rem;
    height: 1.02rem;
    pointer-events: none;
}



.slide-tips-1,.slide-tips-2 {
    left: 2.94rem;
    bottom: 0.24rem;
}


.slide-tips-3 {
    right: -0.29rem;
    bottom: 0;
}