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

body {
    scrollbar-width: 0;
    -ms-overflow-style: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 900px) {
    html {
        font-size: calc(100vw / 9.6)
    }
}

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

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 4vh 6vh 0;
}

.header img {
    object-fit: contain;
}

.header h1 {
    /*background-color: rgba(0, 0, 0, 0.2);*/
    /*padding: 5px 10px;*/
    /*border-radius: 5px;*/
}

.header h1 img {
    width: 250px;
}

.header .links img {
    width: 120px;
}

.header .links a:nth-child(2) {
    margin-left: 2vh;
}

.full-page .section {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.full-page .section .video-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.full-page .section .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.full-page .section .content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.full-page .section .content .bottom {
    display: flex;
    align-items: center;
}

.full-page .section .content .bottom .title img {
    width: 100vh;
    margin-left: 15vh;
}

.full-page .section .content .tips img {
    width: 70vh;
    margin: 3vh 0;
}

.full-page .section .content .bottom .qrcode-section {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 30vh;
}

.full-page .section .content .bottom .qrcode-section .qrcode-box img {
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.full-page .section .content .bottom .qrcode-section .qrcode {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: auto;
    height: auto;
    padding: 5px;
    position: relative;
    z-index: 1;
    margin-left: 12px;
    margin-top: 70px;
}

/* cover fullpage */
#fp-nav.fp-right{
    right: 10px;
}
#fp-nav ul li, .fp-slidesNav ul li{
    height: auto;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
    position: relative;
    display: block;
    background: #ffffff;
    font-size: 0;
    text-indent: -1000px;
    width: 9px;
    height: 9px;
    border: 1px solid transparent;
}
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span{
    /*background: #ea3a5e;*/
    background: transparent;
}
#fp-nav ul li a span.fp-sr-only, .fp-slidesNav ul li a span.fp-sr-only{
    position: absolute;
}
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span{
    height: 45px;
    width: 9px;
    margin: -2px 0 0 -2px;
    border-radius: 11px;
}
#fp-nav ul li, .fp-slidesNav ul li{
    margin: 14px;
}