main {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.top-bar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 5vh 8vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}
.top-bar .left {
    height: 7vh;
}
.top-bar .right {
    display: flex;
    align-items: center;
}
.top-bar .right .business {
    width: 43px;
    height: 65px;
    margin-right: 15px;
}
.top-bar .right .telegram {
    width: 43px;
    height: 65px;
    margin-right: 15px;
}
.top-bar .right .service {
    width: 67px;
    height: 65px;
}

.content {
    position: relative;

}
/*full-page*/
.full-page .section1 {


}
.full-page .section1 video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}
.full-page .section1 .img-webp {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}
.full-page .section1 .section1-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.full-page .section1 .section1-content .text {
    height: 24vh;
    object-fit: contain;
}
.full-page .section1 .section1-content .actions {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4vh;
}

.full-page .section1 .section1-content .actions .ios {
    height: 6vh;
    margin-right: 5vh;
}
.full-page .section1 .section1-content .actions .android {
    height: 6vh;
}

.full-page .section1 .section1-content .text-tips {
    margin-top: 5vh;
    width: 58vh;
}


.qrcode-box {
    margin-top: 0.5vh;
    background-color: white;
    width: 230px;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transform: scale(0);
    opacity: 0;
    transform-origin: bottom;
    -webkit-transition:all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.qrcode-box .qrcode {

}

.full-page .section1 .section1-content .actions .button {
    position: relative;
}

.full-page .section1 .section1-content .actions .button:hover .qrcode-box {
    transform: scale(1);
    opacity: 1;
}
.full-page .section2 {
    position: relative;
}
.full-page .section2 .img-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
}

.full-page .section2 .section2-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}
.full-page .section2 .section2-content .img-left {
    height: 80vh;
    object-fit: contain;
    margin-right: 15vh;
    z-index: 9;

}
.full-page .section2 .section2-content .img-right {
    height: 51vh;
    object-fit: contain;
    z-index: 9;
}
.full-page .section2 .section3-content .img-right {
    height: 25vh;
    object-fit: contain;
    z-index: 9;
}
/* 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: rgb(120,120,120);
    font-size: 0;
    text-indent: -1000px;
    width: 9px;
    height: 9px;
    margin: 0 !important;
    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: rgb(173,173,173);
    border-color: #fff;
}
#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: -6px 0 0 -6px;
    border-radius: 11px;
}
#fp-nav ul li, .fp-slidesNav ul li{
    margin: 14px;
}

