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;
        row-gap: 10px;
        column-gap: 10px;
        font-weight: 500;
        font-size: 14px;
        color: #101010;
        padding: 5px 16px;
        background-color: #FFFFFF;
        display: inline-block;
        background: #FFFFFF;
        border-radius: 10px;
        margin-top: 24px;
        cursor: pointer;

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

        span {
            height: 100%;
            line-height: 100%;
            margin-right: 5px;
        }
    }

    .gologin-button:hover {
        padding: 0px;
        width: 132px;
        height: 55px;
        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: 5px solid rgba(255, 255, 255, 0.4);
        background-clip: content-box;
    }

    .get-started {
        width: 120px;
        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;
    }
}

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
}



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: 9px;
    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
}

@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;
    }
}