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

.top-bar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 1vh 2vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}
.top-bar .left {
    height: 5vh;
}
.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 {
    width: 100%;
    height: 100%;
}
.full-page .section2 {
    position: relative;
    width: 100%;
    height: 100%;
}
.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;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;

}
.full-page .section2 .section2-content .img-top {
    height: 18vh;
    object-fit: contain;
    /*margin-bottom: 30px;*/
    margin-bottom: 2vh;
    z-index: 9;
}
.full-page .section2 .section2-content .img-bottom {
    height: 48vh;
    object-fit: contain;
    z-index: 9;
}

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

.footer {
    position: absolute;
    bottom: 2.5vh;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 11;
}
.footer .all .download {
    height: 6vh;
    object-fit: contain;
    margin-bottom: 15px;
}
.footer .tips {
    height: 2vh;
    object-fit: contain;
}

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

/* android下载提示页适配 */
.android-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: #fff;
    overflow-y: auto;
}

.android-modal .header {
    width: 100%;
    display: flex;
    align-items: center;
    color: #000;
    padding: 10px 20px;
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.1);
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    height: 45px;
    background: #fff;
}

.android-modal .header .android-modal-arrow img {
    width: 20px;
}

.android-modal .header .title {
    font-size: 18px;
    color: #000;
}

.android-modal .content {
    padding: 55px 20px;
}

.android-modal .content .platform-item img {
    width: 100%;
}

.android-modal .content .pic img {
    width: 100%;
}

.android-modal .contentAnser {
    display: none;
}
