footer {
    max-width: 2560px;
    width: 100%;
    background: #0E0F08;
    margin: 0 auto;
    position: relative;
    padding-bottom: 40px
}

footer>.footer-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 2560px;
    width: 100%;
    height: 380px;
    background: url('../img/bottomBG.avif') no-repeat center;
    background-size: cover;
    margin: 0 auto;
}

footer>.customize-client {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 96px;

    .gologin-button {
        display: flex;
        align-items: center;
        width: 132px;
        /* height: 40px; */
        row-gap: 10px;
        column-gap: 10px;
        font-weight: 500;
        font-size: 14px;
        color: #101010;
        padding: 4px;
        background-color: #FFFFFF;
        display: inline-block;
        background: #FFFFFF;
        border-radius: 10px;
        margin-top: 24px;
        cursor: pointer;
        box-sizing: border-box;

        img {
            margin: auto;
            width: 24px;
            height: 24px;
            margin-left: 5px;
        }

        span {
            height: 100%;
            line-height: 100%;
            line-height: 38px;
            margin: 0 4px;
            /* margin-right: 5px; */
        }
    }

    .gologin-button:hover {
        padding: 0px;
        /* width: 132px;
        height: 40px; */
        box-sizing: border-box;
        background: linear-gradient(180deg, #FFFFFF 0%, #999999 100%);
        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
        border: 4px solid rgba(255, 255, 255, 0.4);
        background-clip: content-box;
    }

    .get-started {
        width: 140px;
        height: 40px;
        margin: auto;
        text-align: center;
        line-height: 40px;
        font-weight: 500;
        font-size: 14px;
        color: #101010;
        /* padding: 0 10px; */
        box-sizing: border-box;
        background-color: #FFFFFF;
        background: #FFFFFF;
        border-radius: 4px 4px 4px 4px;
        margin-top: 24px;
        display: none;
        cursor: pointer;
    }

    .get-started:hover{
        line-height: 32px;
        background: linear-gradient(180deg, #FFFFFF 0%, #999999 100%);
        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
        border: 4px solid rgba(255, 255, 255, 0.4);
        background-clip: content-box;
    }
}

footer>.customize-client>div {
    /* font-weight: bold; */
    font-size: 38px;
    color: #FFFFFF;
    /* line-height: 45px; */
    position: relative;
}

footer>.customize-client>p {
    font-size: 16px;
    color: #ffffff;
    line-height: 19px;
    margin-top: 12px;
    position: relative;
}

footer>.customize-client>a {
    display: flex;
    height: 46px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #FFFFFF;
    line-height: 46px;
    font-size: 18px;
    color: #FFFFFF;
    padding: 0 20px;
    max-width: max-content;
    margin: 0 auto;
    margin-top: 24px;
    position: relative
}



.online-customer-service {
    position: absolute;
    /* left: 50%;
    transform: translateX(-50%); */
    /* top: -300px; */
    right: 40px;
    top: 8px;
    display: none;
    padding-right: 12px;


    &>p {
        padding: 8px;
        font-weight: 600;
        border-radius: 12px;
        background-color: #FFFFFF;
        box-sizing: border-box;
        box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.12);
        width: 180px;

        span {
            background-image: -webkit-linear-gradient(0deg, #D168AF 0%, #57A2FE 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-size: 14px;
        }
    }
}

.online-charts:hover .online-customer-service {
    display: block;
}

footer>.customize-client>a:hover .may-email-tips {
    display: block
}

footer>.customize-client>a .may-email-tips {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -300px;
    display: none
}

footer>.customize-client>a .may-email-tips .cu-email-tips-cont {
    width: 270px;
    height: 54px;
    
    background: #ffffff;
    font-size: 12px;
    color: #666666;
    border-radius: 6px;
    text-align: left;
    margin-right: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
    padding: 20px;
    box-sizing: border-box
}

footer>.footer-container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding-top: 168px;
}

footer>.footer-container>.footer-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1440px;
    padding-bottom: 60px;
    position: relative;
    box-sizing: border-box;
    z-index: 1
}

footer>.footer-container>.footer-content>div>.country {
    display: flex;
    align-items: center;
    column-gap: 8px;
    row-gap: 8px;

    &>img {
        width: 24px;
        height: 24px;
        border-radius: 12px;
        overflow: hidden;
    }
}

footer>.footer-container>.footer-content>div .lang-change {
    position: relative;
    width: 200px;

    p {
        display: flex;
        justify-content: space-between;
        height: 30px;
        background: #FFFFFF;
        border-radius: 4px 4px 4px 4px;
        font-weight: 400;
        font-size: 14px;
        color: #333333;
        line-height: 17px;
        text-align: left;
        box-sizing: border-box;
        line-height: 30px;
        padding: 0 10px;

        img {
            transition: all .3s;
        }


    }

    .lang-list {
        width: 100%;
        box-sizing: border-box;
        display: none;
        transition: all 0.4;
        padding: 10px;

        .lang-list-content {
            box-sizing: border-box;
            padding: 8px;
            border: 1px solid #D0D5DD;
            background: #FFFFFF;
            border-radius: 4px;
            position: absolute;
            width: 100%;
            display: flex;
            flex-direction: column;
            column-gap: 4px;
            row-gap: 4px;
            left: 0px;
            top: 30px;
            transition: all 0.4;
            font-weight: 400;
            font-size: 14px;
            color: #333333;
            margin-top: 10px;

            a {
                padding: 6px;
                box-sizing: border-box;
            }

            a:hover {
                background-color: #E8E8E8;
            }
        }

    }
}

footer>.footer-container>.footer-content>div .lang-change:hover {
    p {
        img {
            transform: rotate(180deg);
        }
    }

    .lang-list {
        display: block;
    }
}

footer>.footer-container>.footer-content>div {
    width: 240px;
    display: flex;
    flex-direction: column;
}

footer>.footer-container>.footer-content>div>h2 {
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    line-height: 16px;
    margin-bottom: 16px;
}

footer>.footer-container>.footer-content>div>a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    transition: all .3s;
    margin-bottom: 20px;
    cursor: default;
}

footer>.footer-container>.footer-content>div>a:hover {
    color: #FFF;
}

footer>.footer-partner {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    margin-top: 53px;
}

footer>.footer-partner>h2 {
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
    margin-bottom: 24px;
}

footer>.footer-partner>.fp-content {
    display: flex;
    align-items: center;
    column-gap: 24px;
    row-gap: 24px;
    flex-wrap: wrap;
}

footer>.footer-partner>.fp-content>a {
    color: rgba(255, 255, 255, 0.5);
    transition: all .3s
}

footer>.footer-partner>.fp-content>a:hover {
    color: #FFF;
}

footer>.footer-bottom {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    margin-top: 90px
}

footer>.footer-bottom>.fb-top {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18)
}


footer>.footer-bottom>.fb-top>div:nth-of-type(1)>p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 16px
}

footer>.footer-bottom>.fb-bottom {
    /* display: flex; */
    /* align-items: center;
    margin-top: 14px */
    text-align: center;
    margin-bottom: 60px;
}

footer>.footer-bottom>.fb-bottom>p:nth-of-type(1) {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 16px;
    width: 100%;
    margin-top: 25px;
}

footer>.footer-bottom>.fb-bottom>p:nth-of-type(1)>a {
    color: rgba(255, 255, 255, 0.5);
    transition: all .3s
}

footer>.footer-bottom>.fb-bottom>p:nth-of-type(1)>a:hover {
    color: #fff
}

footer>.footer-bottom>.fb-bottom>p:nth-of-type(2) {
    margin-left: auto
}


.connect_us {
    position: fixed;
    right: 20px;
    cursor: pointer;
    bottom: 115px;
    z-index: 8;

    .service {
        width: 58px;
        height: auto;
        /* background: #FFFFFF;
        box-shadow: 0px 2px 4px 0px rgba(32, 73, 238, 0.12); */
        border-radius: 37px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
        padding: 8px;
        padding-top: 12px;
        row-gap: 16px;
        column-gap: 16px;
    }

    .may-email {
        position: relative;
        width: 100%;
        border-radius: 100%;
        box-sizing: border-box;
    }

    .line {
        width: 100%;
        height: 1px;
        background: #ffffff;
        opacity: 0.5;
    }

    .may-email>a {
        display: block;
        width: 48px;
        height: 48px;
        display: inline-block;
    }

    .may-email:hover .may-email-tips {
        display: block;
    }

    .may-email:hover .email-popup {
        display: block;
    }

    .may-telegram>a {
        transition: all 0.2;
        background: url('/static/common/footer/img/contact_def.png') no-repeat center;
    }

    .may-telegram>a:hover {
        background: url('/static/common/footer/img/contact_hover.png') no-repeat center;
    }

    .online-charts>a {
        transition: all 0.2;
        background: url('/static/common/footer/img/customer_def.png') no-repeat center;
    }

    .online-charts>a:hover {
        background: url('/static/common/footer/img/customer_hover.png') no-repeat center;
    }

    .email-copy>a {
        transition: all 0.2;
        background: url('/static/common/footer/img/email_def.png') no-repeat center;
    }

    .email-copy>a:hover {
        background: url('/static/common/footer/img/email_hover.png') no-repeat center;
    }

    /* .online-charts:hover a,
    .may-telegram:hover a,
    .email-tips a:hover {
        background-position: -42px 0;
    } */

    .email-tips>a {
        background: url(../../../common/service/img/service2.png) no-repeat center;
        background-position: 0 0;
    }

    .online-tips>a {}

    .service span {
        font-size: 12px;
        color: #01134A;
        display: block;
        line-height: 21px;
    }

    .email-popup {
        position: absolute;
        right: 40px;
        top: 50%;
        transform: translateY(-50%);
        display: none;
        padding-right: 16px;

        &>div {
            background-color: #ffffff;
            box-shadow: 0px 4px 16px 0px rgba(32, 73, 238, 0.12);
            padding: 10px;
            width: 240px;
            border-radius: 4px;

            .customer-email {
                display: flex;
                align-items: center;
                column-gap: 8px;
                row-gap: 8px;

                span {
                    font-family: PingFang SC, PingFang SC;
                    font-weight: 600;
                    font-size: 16px;
                    text-align: center;
                    background-image: -webkit-linear-gradient(0deg, #D168AF 0%, #57A2FE 100%);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }
            }

            &>p {
                font-family: PingFang SC, PingFang SC;
                font-weight: 400;
                font-size: 14px;
                color: #666666;
                text-align: left;
                margin-top: 8px;
            }
        }


    }

    .may-email-tips {
        position: absolute;
        right: 40px;
        top: 50%;
        transform: translateY(-50%);
        display: none;
    }

    .may-email-tips .cu-email-tips-cont {
        width: 270px;
        background: linear-gradient(180deg, #F1F5FF 0%, rgba(241, 245, 255, 0) 100%), #FFFFFF;
        box-shadow: 0px 4px 16px 0px rgba(32, 73, 238, 0.12);
        border-radius: 14px 14px 14px 14px;
        border: 2px solid #FFFFFF;
        font-size: 12px;
        color: #666666;
        text-align: left;
        margin-right: 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
        padding: 9px;
        box-sizing: border-box;

        &.connect_phone {
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;

            &>h2 {
                font-weight: 600;
                font-size: 18px;
                color: #01134A;
                line-height: 20px;
            }

            &>div {
                display: flex;
                align-items: center;
                gap: 6px;
                margin-top: 6px;
                font-size: 16px;
                color: #2049EE;
            }
        }
    }

    .cu-email-tips-cont svg:hover path {
        fill: #0055ff;
    }

    .may-email-tips .cu-email-tips-cont .qqLogo {
        width: 180px;
        height: 180px;
        margin: 0 auto;
    }

    .may-email-tips .cu-email-tips-cont.qq-tips-cont {
        width: 220px;
        background: #ffffff;
        box-shadow: 0px 4px 16px 0px rgba(32, 73, 238, 0.12);
        border-radius: 14px 14px 14px 14px;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 17px 10px;
        box-sizing: border-box;

        .email {
            font-weight: 600;
            font-size: 14px;
            text-align: center;
            background-image: -webkit-linear-gradient(0deg, #D168AF 0%, #57A2FE 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .code-title {
            font-weight: 600;
            font-size: 14px;
            color: #333333;
            text-align: center;
            margin-top: 10px;
        }
    }

    .cu-tips-top {
        width: 100%;
        height: 86px;
        background: url(../img/header/cu-email-bg.png) no-repeat center;
        background-size: cover;
        text-align: left;
        padding: 20px;
        box-sizing: border-box;
    }

    .cu-tips-top p {
        font-size: 14px;
        font-weight: 600;
    }

    .cu-tips-top span {
        font-size: 12px;
        color: #ffffff;
        line-height: 17px;
    }

    .cu-tips-cont {
        width: 210px;
        margin: 0 auto;
        border-top: 1px dashed #cddbf7;
        padding-top: 13px;
        padding-bottom: 20px;
        margin-top: 20px;
    }

    .cu-tips-title {
        font-size: 14px;

        font-weight: 600;

        line-height: 23px;
        margin-bottom: 8px;
    }

}

.may-top {
    margin-top: 12px;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 30px;
    cursor: pointer;
    width: 58px;
    height: 58px;
    border-radius: 37px 37px 37px 37px;
    flex-direction: column;
    gap: 4px;
    box-sizing: border-box;
    z-index: 1;
}

.may-top>a {
    display: inline-block;
    margin-top: 8px;
    width: 48px;
    height: 48px;
    transition: all 0.2;
    background-image: url('/static/common/footer/img/returnTop_def.png');
}

.may-top>a:hover {
    background-image: url('/static/common/footer/img/returnTop_hover.png');
}

.may-top p {
    font-size: 12px;
    color: #01134A;
}

.common_loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999999;

    &>img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 80px;
        height: 80px;

    }
}

.mobile_cinnection {
    display: none;
}

@media screen and (max-width: 1200px) {
    footer .footer-container {
        padding: 20px;
        box-sizing: border-box;
    }

    footer .footer-partner {
        padding: 20px;
        box-sizing: border-box;
    }
}


@media screen and (max-width: 640px) {
    footer .footer-container>.footer-content {
        flex-wrap: wrap;
    }

    footer>.footer-bottom>.fb-bottom {
        margin-top: 0px;
    }
}