.footer-warp {
    height: 2.6rem;
    margin-top: 1.86rem;
    padding: 0 1.2rem;
    min-width: 12.8rem
}

.footer-warp .basic-column {
    font-size: .16rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto
}

.footer-warp .basic-column .block-head {
    width: 1.88rem;
    display: flex;
    flex-direction: column
}

.footer-warp .basic-column .block-head .fellou-logo {
    width: 1.26rem;
    height: .56rem;
    display: flex;
    align-items: center
}

.footer-warp .basic-column .block-head .contact-email {
    margin-top: .19rem;
    color: #aba7b0;
    font-family: PingFang SC;
    font-size: .14rem;
    font-style: normal;
    font-weight: 400;
    line-height: .22rem
}

.footer-warp .basic-column .block-head .icons-link {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 1.7rem;
    margin-top: .3rem;
    left: -.04rem
}

.footer-warp .basic-column .block-head .icons-link .icon-link {
    cursor: pointer;
    color: #aba7b0;
    text-decoration: none;
    border-radius: .2rem;
    min-height: .37rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all .5s ease 0s
}

.footer-warp .basic-column .block-head .icons-link .icon-link .iconfont {
    font-size: .24rem
}

.footer-warp .basic-column .block-head .icons-link .wechat-code:hover .wechat-img {
    visibility: visible
}

.footer-warp .basic-column .block-head .icons-link .wechat-code .wechat-img {
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: -.04rem;
    top: .34rem;
    visibility: hidden
}

.footer-warp .basic-column .block-head .icons-link .wechat-code .wechat-img img {
    width: 100%
}

.footer-warp .basic-column .block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: .5rem
}

.footer-warp .basic-column .block .title {
    padding: .12rem .16rem;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: .14rem;
    line-height: .22rem
}

.footer-warp .basic-column .block .title,
.footer-warp .footer-bottom {
    display: flex;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400
}

.footer-warp .footer-bottom {
    justify-content: space-between;
    margin: 0 auto;
    width: 12.8rem;
    color: #797b86;
    font-size: .12rem;
    line-height: .2rem;
    letter-spacing: .5px
}

@media screen and (max-width:750px) {
    .footer-warp-m {
        height: auto;
        margin-top: 1rem;
        min-width: 3.43rem;
        padding: 0 .16rem .16rem
    }

    .footer-warp-m .basic-column {
        font-size: .16rem;
        display: flex;
        justify-content: space-between;
        margin: 0 auto
    }

    .footer-warp-m .basic-column .block-head {
        display: flex;
        flex-direction: column
    }

    .footer-warp-m .basic-column .block-head .fellou-logo {
        width: 1.26rem;
        height: .36rem;
        display: flex;
        align-items: center
    }

    .footer-warp-m .basic-column .block {
        display: flex;
        flex-direction: row;
        align-items: flex-end
    }

    .footer-warp-m .basic-column .block .title {
        display: flex;
        padding: .12rem .16rem;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-family: PingFang SC;
        font-size: .14rem;
        font-style: normal;
        font-weight: 400;
        line-height: .22rem
    }

    .footer-warp-m .icons-link {
        display: flex;
        justify-content: center;
        position: relative;
        gap: .28rem;
        margin-top: .3rem
    }

    .footer-warp-m .icons-link .icon-link {
        cursor: pointer;
        color: #fff;
        text-decoration: none;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        transition: all .5s ease 0s
    }

    .footer-warp-m .icons-link .icon-link .iconfont {
        font-size: .24rem
    }
}

.fellou-pc-header-display .header {
    top: 0;
    left: 0;
    padding: .12rem 1.2rem;
    width: 100%;
    height: .6rem;
    position: fixed;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    font-family: PingFang SC;
    font-size: .14rem;
    font-style: normal;
    font-weight: 400;
    line-height: .22rem
}

.fellou-pc-header-display .header .fellou-logo {
    width: 1.26rem;
    height: .56rem;
    display: flex;
    align-items: center
}

.fellou-pc-header-display .header .header-menu {
    display: flex;
    gap: .16rem
}

.fellou-pc-header-display .header .header-menu .menu-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #c9c6cd;
    font-family: PingFang SC;
    font-size: .16rem;
    font-style: normal;
    font-weight: 400;
    min-width: .7rem;
    height: .36rem;
    border-radius: .36rem;
    padding: 0 .12rem;
    white-space: nowrap;
    overflow: visible
}

.fellou-pc-header-display .header .header-menu .menu-item:hover {
    background: hsla(0, 0%, 100%, .2)
}

.fellou-pc-header-display .header .header-menu .menu-item:hover .bridge-block {
    visibility: visible
}

.fellou-pc-header-display .header .header-menu .menu-item:hover .item-block {
    visibility: visible;
    opacity: 1
}

.fellou-pc-header-display .header .header-menu .menu-item:hover .arrow {
    transform: rotate(180deg)
}

.fellou-pc-header-display .header .header-menu .menu-item .item-block-none {
    visibility: hidden !important
}

.fellou-pc-header-display .header .header-menu .menu-item.active {
    color: #fff
}

.fellou-pc-header-display .header .header-login {
    display: flex;
    gap: .16rem
}

.fellou-pc-header-display .header .header-login .home-header-btn {
    min-width: 1.2rem;
    font-size: .14rem;
    height: .36rem;
    padding: 0 .16rem;
    border-radius: .24rem
}

.fellou-pc-header-display .header .header-login .consult-download-btn {
    display: flex;
    gap: .08rem;
    border: none;
    background: hsla(0, 0%, 100%, .1)
}

.fellou-pc-header-display .header .header-login .consult-download-btn:hover {
    background: hsla(0, 0%, 100%, .2)
}

.fellou-pc-header-display .header-background {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px)
}

.fellou-mb-top-menu {
    height: 100vh;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transform: translateY(calc(-100% - 68px));
    position: fixed;
    z-index: 90;
    width: 100%;
    top: 68px;
    background: #1e1c23;
    left: 0
}

.fellou-mb-top-menu .header-menu {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.fellou-mb-top-menu .header-menu .menu-item {
    display: flex;
    padding: 12px 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    color: #aba7b0;
    font-family: PingFang SC;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.fellou-mb-top-menu .fellou-mb-top-menu-btn {
    margin-top: 48px;
    display: flex;
    justify-content: center
}

.fellou-mb-top-menu-visible {
    transform: translateY(0) !important
}

.fellou-mb-header-display .header {
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    top: 0;
    left: 0;
    padding: 20px 16px;
    width: 100%;
    height: 68px;
    position: fixed;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    font-family: PingFang SC;
    font-size: .14rem;
    font-style: normal;
    font-weight: 400;
    line-height: .22rem
}

.fellou-mb-header-display .header .fellou-logo {
    width: 126px;
    height: 56px;
    display: flex;
    align-items: center
}

.fellou-mb-header-display .header .header-menu-box {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.fellou-mb-header-display .header .header-menu-box .iconfont {
    color: #fff;
    font-size: 24px
}

.fellou-mb-header-display .header-background {
    background: hsla(0, 0%, 100%, .1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px)
}

.fellou-mb-header-display .header-menu-background {
    background: #1e1c23;
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0)
}

.download-modal-warp .download-modal {
    width: 100%;
    height: 100%
}

.download-modal-warp .download-modal .loading-wrapper {
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center
}

.download-modal-warp .download-modal .loading-wrapper .ant-spin {
    color: #6061f6
}

.download-modal-warp .download-modal iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px
}

.download-modal-warp .ant-modal-close:hover {
    color: #666785
}

body,
html {
    overscroll-behavior: none;
    -webkit-overflow-scrolling: touch
}

.fellou-layout-content {
    min-width: 12rem;
    overflow: auto
}

@media screen and (max-width:750px) {
    .fellou-layout-content {
        min-width: 3.75rem
    }

    .fellou-layout-content:after {
        content: "";
        display: block;
        height: env(safe-area-inset-bottom);
        background-color: inherit
    }
}

@media screen and (max-width:1200px) {



    .fellou-layout-content:after {
        content: "";
        display: block;
        height: env(safe-area-inset-bottom);
        background-color: inherit
    }
}

.fellou-layout-layout-dark {
    background: #000
}

.fellou-layout-layout-light {
    background: #060606
}

@media(max-width:750px) {
    .desktop-only {
        display: none
    }
}

@media(min-width:749px) {
    .mobile-only {
        display: none
    }
}