﻿.page-footer {
    width: 100%;
    background-color: var(--footer-background-primary);
    font-size: 1rem;
}


.page-footer .page-footer-container .page-footer-info {
    width: 100%;
}

.page-footer .page-footer-container .page-footer-info .page-footer-grid {
    display: grid;
    grid-template-columns: auto 1fr 33.125rem;
    gap: 6.25rem;
    padding-bottom: 3.375rem;
    padding-top: 3rem;
}

.page-footer .page-footer-container .page-footer-legal{
    width: 100%;
    padding: .5rem 0;
    border-top: 0.063rem solid rgba(241, 241, 241, 0.4);
}

.page-footer .page-footer-container .page-footer-legal .page-footer-legal-text {
    width: 100%;
    color: var(--footer-text-primary);
    opacity: 0.5;
    font-size: 0.8em;
    flex-wrap: wrap;
}

.page-footer-contactBox>.page-footer-contactItem{
    margin-bottom: 1.25rem;
    display: flex;
    gap: 1.25rem;
}

.page-footer-contactBox>.page-footer-contactItem:last-child{
    margin-bottom: 0;
}


.page-footer-contactBox>.page-footer-contactItem .page-footer-contactItem-img{
    width: 1.25rem;
    height: 1.25rem;
}

.page-footer-contactBox>.page-footer-contactItem .page-footer-contactItem-info .label{
    font-size: 0.875rem;
    margin-bottom: 0.313rem;
    opacity: 0.5;
    color: #fff;
}

.page-footer-contactBox>.page-footer-contactItem .page-footer-contactItem-info .content{
    font-size: 1.25rem;
    color: #fff;
    font-weight: 550;
}


.page-footer-contactBox>.page-footer-contactItem .page-footer-contactItem-info .img{
    width: 6.75rem;
    height: 6.75rem;
}

.page-footer-contactBox>.page-footer-contactItem .page-footer-contactItem-info .img img{
    width: 100%;
    height: 100%;
}




.page-footer-navBox{
    display: flex;
    justify-content: space-between;
    gap: 2.5rem;
}

.page-footer-navBox>.page-footer-navBox-navList{
    margin-bottom: 2rem;
    color: #fff;
    font-size: 1rem;
    flex: 1;
}

.page-footer-navBox>.page-footer-navBox-navList .title{
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

.page-footer-navBox>.page-footer-navBox-navList .item{

    margin-bottom: 2rem;
    opacity: 0.5;
    color: #fff;
}

.page-footer-navBox>.page-footer-navBox-navList .item:last-child{
    margin-bottom: 0;
}


.page-footer-address>.page-footer-addressList{
    width: 100%;
    margin-bottom: 1.438rem;
}

.page-footer-address>.page-footer-addressList .page-footer-addressBox{
    margin-bottom: 1.25rem;
    display: flex;
    gap: 0.438rem;
    color: #fff;
    font-size: 1rem;
}

.page-footer-address>.page-footer-addressList .page-footer-addressBox:last-child{
    margin-bottom: 0;
}

.page-footer-address>.page-footer-addressList .page-footer-addressBox>img{
    width: 0.938rem;
    height: 0.938rem;
    margin-top: 0.219rem;
}

.page-footer-address>.page-footer-addressList .page-footer-addressBox>.item{
    flex: 1;
    min-width: 6.25rem;
    opacity: 0.5;
}

.page-footer-address>.codeList{
    display: flex;
    justify-content: space-between;
}

.page-footer-address>.codeList .codeItem{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.25rem;
    color: #fff;
}

.page-footer-address>.codeList .codeItem>img{
    width: 7.5rem;
    height: 7.5rem;
    margin-bottom: 0.938rem;
    border-radius: 0.625rem;
}



.page-footer-online{
    width: 8.125rem;
    position: fixed;
    left: 0;
    bottom: 30vh;
    margin-left: 1.25rem;
    z-index: 3;
}

.page-footer-online .page-footer-online-head{
    padding: 1.25rem 0.938rem;
    border-radius: 6.25rem 6.25rem 0.625rem 0.625rem;
    margin-bottom: 0.625rem;
    width: 100%;
    background-color: #fff;
}

.page-footer-online .page-footer-online-head>img{
    width: 100%;
    margin-bottom:0.625rem;
    border: 0.313rem solid #EFF6FF;
    border-radius: 50%;
}

.page-footer-online .page-footer-online-head .callBox{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.625rem;
    font-size: 0.875rem;
}


.page-footer-online .page-footer-online-head .callBox>img{
    width: 0.938rem;
    height: 0.938rem;
    margin-right: 0.313rem;
}

.page-footer-online .page-footer-online-head .phone{
    font-size: 1rem;
}

.page-footer-online .kefu{
    padding: 0.625rem 0.938rem;
    border-radius: 0.313rem;
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0.625rem;
}


.page-footer-online .kefu>img{
    width: 100%;
    margin-bottom:0.313rem;
    font-size: 0.875rem;
    color: #999999;
}

.page-footer-online .page-footer-scroll-top{
    cursor: pointer;
    border-radius: 0.313rem;
    padding: 0.625rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 100%;
    font-size: 0.875rem;
    color: #999;
}

.page-footer-online .page-footer-scroll-top>img{
    width: 1.25rem;
    margin-right: 0.313rem;
}


.mb-footer-consulting-box{
    display: none;
}

.mb-footer-consulting-reserve{
    display: none;
}

@media (max-width: 768px) {
    
    .mb-footer-consulting-reserve{
        display: block;
        width: 100%;
        height: 68rem;
    }
    .mb-footer-consulting-box{
        display: flex;
        width: 100%;
        height: 68rem;
        background-color: #fff;
        position: sticky;
        bottom: 0;
        left: 0;
        padding-top: 9rem;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 13;
    }

    .mb-footer-consulting-box>div{
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 12rem;
        color: #5895F1;
    }

    .mb-footer-consulting-box>div>.img{
       width: 22rem;
       height: 22rem;
       margin-bottom: 6rem; 
    }

    .page-footer-online{
        display: none;
    }

    .page-footer .page-footer-container .page-footer-info{
        padding-top: 21rem;
        padding-left: 20rem;
        padding-right: 20rem;
        padding-bottom: 15rem;
    }

    .page-footer .page-footer-container .page-footer-info .page-footer-grid{
        display: none;
    }


    .page-footer .page-footer-container .page-footer-info .mb-page-footer-grid-contact{
        display: flex;
        gap: 30rem;
        margin-bottom: 15rem;
    }

    .page-footer .page-footer-container .page-footer-info .mb-page-footer-grid-contact .content{
        font-size: 16rem;
        font-weight: 550;
        color: #fff;
    }

    .page-footer .page-footer-container .page-footer-info .mb-page-footer-grid-contact .labelBox{
        margin-bottom: 5rem;
        font-size: 12rem;
        color: #999;
        display: flex;
        gap: 5rem;
    }

    .page-footer .page-footer-container .page-footer-info .mb-page-footer-grid-contact .labelBox>img{
        width: 18rem;
        height: 18rem;
    }

    .page-footer .page-footer-container .page-footer-info .mb-page-footer-grid-address{
        margin-bottom: 20rem;
    }

    .page-footer .page-footer-container .page-footer-info .mb-page-footer-grid-address .mb-page-footer-grid-address-item{
        margin-bottom: 20rem;
    }

    .page-footer .page-footer-container .page-footer-info .mb-page-footer-grid-address .mb-page-footer-grid-address-item:last-child{
        margin-bottom: 0;
    }

    .page-footer .page-footer-container .page-footer-info .mb-page-footer-grid-address .mb-page-footer-grid-address-item .titleBox{
        margin-bottom: 5rem;
        font-size: 16rem;
        display: flex;
        align-items: center;
        gap: 5rem;
        color: #fff;
    }
    
    .page-footer .page-footer-container .page-footer-info .mb-page-footer-grid-address .mb-page-footer-grid-address-item .titleBox>img{
        width: 15rem;
        height: 15rem;
    }

    .page-footer .page-footer-container .page-footer-info .mb-page-footer-grid-address .mb-page-footer-grid-address-item .content{
        font-size: 12rem;
        color: #fff;
        opacity: 0.5;
    }

    .page-footer .page-footer-container .page-footer-info .mb-page-footer-grid-codeList{
        display: flex;
        margin-bottom: 15rem;
    }

    .page-footer .page-footer-container .page-footer-info .mb-page-footer-grid-codeList .codeItem{
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1;
        font-size: 14rem;
        color: #fff;
    }

    .page-footer .page-footer-container .page-footer-info .mb-page-footer-grid-codeList .codeItem>img{
        width: 100rem;
        height: 100rem;
        border-radius: 5rem;
        margin-bottom: 5rem;
    }

    .page-footer .page-footer-container .page-footer-info .mb-page-footer-grid-legal{
        display: flex;
        align-items: center;
        flex-direction: column;
        font-size: 10rem;
        color: #999999;
    }

    .page-footer .page-footer-container .page-footer-info .mb-page-footer-grid-legal .legal{
        margin-top: 5rem;
        display: flex;
        align-items: center;
        gap: 5rem;
        color: #999999;
    }

    .page-footer .page-footer-container .page-footer-info .mb-page-footer-grid-legal .legal>img{
        width: 10rem;
    }


    .mb-footer-concat-pop{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 43rem;
        background-color: rgba(0,0,0,0.3);
        z-index: 13;
    }

    .mb-footer-concat-pop .concatBox{
        width: 100%;
        position: relative;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 15rem 15rem 24rem;
        font-size: 12rem;
        background: white;
    }

    .mb-footer-concat-pop .concatBox .logo{
        height: 25rem;
        margin-bottom: 10rem;
    }

    .mb-footer-concat-pop .concatBox .kefu-content{
        padding-top: 37rem;
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .mb-footer-concat-pop .concatBox .phone-pad{
        padding-top: 94rem;
    }

    .mb-footer-concat-pop .concatBox .kefu-content .kefuCode{
        width: 180rem;
        height: 180rem;
        margin-bottom: 15rem;
    }


    .mb-footer-concat-pop .concatBox .kefu-content .wechat{
        display: flex;
        align-items: center;
        gap: 10rem;
        font-size: 14rem;
        margin-bottom: 15rem;
    }

    .mb-footer-concat-pop .concatBox .kefu-content .wechat .copy{
        width: 15rem;
        height: 15rem;
    }


    .mb-footer-concat-pop .concatBox .kefu-content .btn{
        width: 180rem;
        height: 46rem;
        border-radius: 30rem;
        background-color: rgba(66, 139, 244, 1);
        margin-bottom: 15rem;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 14rem;
        margin-bottom: 15rem;
    }


    .mb-footer-concat-pop .concatBox .kefu-content .tips{
        font-size: 12rem;
        color: #999999;
    }

    .mb-footer-concat-pop .concatBox .close-icon{
        width: 30rem;
        height: 30rem;
        position: absolute;
        bottom: -44rem;
    }


    .mb-footer-concat-pop .concatBox .kefu-content .phoneBox{
        margin-bottom: 90rem;
        width: 100%;
        text-align: center;
    }

    .mb-footer-concat-pop .concatBox .kefu-content .phoneBox .title{
        font-size: 16rem;
        margin-bottom: 20rem;
        width: 100%;
        text-align: center;
    }

    .mb-footer-concat-pop .concatBox .kefu-content .phoneBox .phone{
        font-size: 28rem;
        color: #428BF4;
        width: 100%;
        text-align: center;
    }
}

