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 12vh 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: 25.83vh;
    max-width: 12.92vw;
}

.header .links img {
    width: 13.125vh;
    max-width: 6.5625vw;
}

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

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

.full-page .section .content-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: -2;
}

.full-page .section .content-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
}

.full-page .section .content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 5vh 0 10vh;
}

.full-page .section .content .image img {
    width: 90vh;
}

.full-page .section .content .left {

}

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

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

.full-page .section .content .left .qrcode-section .qrcode {
    margin: 5vh 0;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: auto;
    height: auto;
    padding: 5px;
}

.full-page .section .content .left .qrcode-section .tips img {
    width: 40vh;
    margin-left: 5vh;
}

/* 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;
}
#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;
}