.footer{
    position: relative;
    padding-top: 1.83rem;
    margin-top: -1.83rem;
    overflow: hidden;
    z-index: 1;
    width: 100%;
}
.footer .footer_bg1{
    z-index: 10;
    left: 0;
    position: absolute;
    bottom: calc(100% - 1.83rem);
    -webkit-animation: framesL 5s cubic-bezier(0.5, 0, 0.5, 1) 0s normal none infinite;
    animation: framesL 5s cubic-bezier(0.5, 0, 0.5, 1) 0s normal none infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    color: #0161AC;
}
.footer .footer_bg2{
    z-index: 10;
    right: 0;
    position: absolute;
    bottom: calc(100% - 1.83rem);
    animation: framesR 6s cubic-bezier(0.5, 0, 0.5, 1) 0s normal none infinite;
    -webkit-animation: framesR 6s cubic-bezier(0.5, 0, 0.5, 1) 0s normal none infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate
}
.footer .footer_bg3{
    z-index: 10;
    left: 0;
    position: absolute;
    bottom: calc(100% - 1.83rem);
    animation: framesL 7s cubic-bezier(0.5, 0, 0.5, 1) 0s normal none infinite;
    -webkit-animation: framesL 7s cubic-bezier(0.5, 0, 0.5, 1) 0s normal none infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate
}
.footer .footer_bg4{
    z-index: 10;
    right: 0;
    position: absolute;
    bottom: calc(100% - 1.83rem);
    animation: framesR 8s cubic-bezier(0.5, 0, 0.5, 1) 0s normal none infinite;
    -webkit-animation: framesR 8s cubic-bezier(0.5, 0, 0.5, 1) 0s normal none infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate
}

@keyframes framesL {
    0% {
        left: 0
    }
    100% {
        left: -100%
    }
}

@-webkit-keyframes framesL {
    0% {
        left: 0
    }
    100% {
        left: -100%
    }
}

@-moz-keyframes framesL {
    0% {
        left: 0
    }
    100% {
        left: -100%
    }
}

@-o-keyframes framesL {
    0% {
        left: 0
    }
    100% {
        left: -100%
    }
}

@keyframes framesR {
    0% {
        right: 0
    }
    100% {
        right: -100%
    }
}

@-webkit-keyframes framesR {
    0% {
        right: 0
    }
    100% {
        right: -100%
    }
}

@-moz-keyframes framesR {
    0% {
        right: 0
    }
    100% {
        right: -100%
    }
}

@-o-keyframes framesR {
    0% {
        right: 0
    }
    100% {
        right: -100%
    }
}
.footer .footer_body{
    background: #0161AC;
    /* padding-bottom: 0.14rem; */
    position: relative;
    z-index: 12;
}
.footer .main{
    display: flex;
    justify-content: space-between;
}
.footer .foot_fl{
    width: 10.8rem;
}
.foot_fl .foot_top{
    display: flex;
    align-items: end;
    justify-content: space-between;
    
    align-items: flex-end;
}
.foot_fl .foot_logo{
    width: auto;
    height: 1.02rem;
    filter: brightness(0) invert(1);
}
.foot_fl .foot_logo img{
    width: auto;
    height: 100%;
    object-fit: contain;
}
.foot_fl .foot_url{
    display: flex;
    align-items: center;
    gap: 0.1rem;
}
.foot_fl .foot_url a{
    width: 0.31rem;
    height: 0.31rem;
    transition: all 0.5s;
}
.foot_fl .foot_url a:hover{
    transform: translateY(-0.06rem);
}
.foot_fl .foot_nav{
    margin-top: 0.2rem;
    padding: 0.2rem 0 0.2rem;
    min-height: 3.29rem;
    border-top: 0.01rem solid rgba(255,255,255,0.2);
    border-bottom: 0.01rem solid rgba(255,255,255,0.2);
    display: flex;
    justify-content: space-between;
}
.foot_fl .foot_nav .foot_li{
    width: 2.1rem;
}
.foot_fl .foot_nav .foot_class1{
    height: auto;
    width: max-content;
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 0.2rem;
    color: #FFFFFF;
    margin-bottom: 0.32rem;
}
.foot_fl .foot_nav .foot_class2{
    height: 0.46rem;
    width: auto;
    padding-left: 0.09rem;
    position: relative;
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 0.16rem;
    color: rgba(255,255,255,0.5);
    margin-bottom: 0.08rem;
}
.foot_fl .foot_nav .foot_class2::before{
    content: "";
    position: absolute;
    width: 0.04rem;
    height: 0.07rem;
    background: url(../img/foot_icon.png) center center no-repeat;
    background-size: contain;
    left: 0;
    top: 0.07rem;
}
.foot_fl .foot_nav .foot_class2:hover{
    color: #fff;
}
.foot_fl .foot_txt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.2rem 0;
    border-bottom: 0.01rem solid rgba(255,255,255,0.2);
}
.foot_fl .foot_txt .foot_item{
    display: flex;
    align-items: center;
    gap: 0.12rem;
}
.foot_fl .foot_txt .foot_item .foot_icon{
    width: 0.51rem;
    height: 0.51rem;
}
.foot_fl .foot_txt .foot_item .foot_cont span{
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 0.16rem;
    color: #FFFFFF;
    width: 100%;
    display: block; 
    line-height: 1.6; 
}
.foot_fl .foot_txt .foot_item .foot_cont span:first-child{
    opacity: 0.5;
}
.foot_fl .foot_quan{
    font-family: MiSans-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    color: rgba(255,255,255,0.5);
    margin: 0.16rem 0;
}






.footer .foot_fr{
    width: 5.66rem;
    height: 6.12rem;
    background: rgba(255,255,255,0.11);
    border-radius: 0.2rem;
    border: 0.01rem solid rgba(255,255,255,0.2);
    padding: 0.79rem 0.33rem 0.23rem;
    box-sizing: border-box;
}
.foot_fr .form_name{
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.25rem;
    color: #fff;
}
.foot_fr .form_cont{
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 0.18rem;
    color: #fff;
    line-height: 1.4;
    margin-top: 0.07rem;
    margin-bottom: 0.32rem;
}
.foot_fr form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot_fr form input,
.foot_fr form textarea{
    min-width: 2.37rem;
    height: 0.45rem;
    background: rgba(255,255,255,0);
    border-radius: 0.05rem;
    border: 0.01rem solid rgba(255,255,255,0.31);
    margin-bottom: 0.21rem;
    padding: 0.12rem 0.14rem;
    box-sizing: border-box;
    font-family: MiSans-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
}
.foot_fr form input:nth-child(3),
.foot_fr form input:nth-child(4){
    width: 2.37rem;
}

.foot_fr form input::placeholder,
.foot_fr form textarea::placeholder{
    color: rgba(255,255,255,0.25);
}
.foot_fr form .form_h1,
.foot_fr form .form_h3{
    width: 100%;
}
.foot_fr form .form_h3{
    height: 1.5rem;
}
.foot_fr form .form_submit{
    width: 1.7rem;
    min-width: 1.7rem;
    height: 0.5rem;
    background: #fff;
    border-radius: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.23rem auto 0;
    font-family: MiSans-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    color: #0068B7;
    cursor: pointer;
}
.foot_fr form .form_submit:hover{
    background: #0068B7;
    color: #fff;
}




/* 左侧悬浮 */
.foot_aside{
    position: fixed;
    right: 0.23rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    row-gap: 0.06rem;
    z-index: 9;
}
.foot_aside_item{
    width: 0.58rem;
    height: 0.58rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
    border-radius: 0.29rem;
    cursor: pointer;
    padding: 0 0.13rem;
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    position: relative;
}
.foot_aside_item .foot_aside_icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot_aside_item .foot_aside_icon img{
    width: 0.32rem;
    height: 0.32rem;
}
.foot_aside_item .foot_aside_cont{
    font-family: PPoppins-Medium;
    font-weight: 500;
    font-size: 0.16rem;
    color: #FFFFFF;
    white-space: nowrap;
    width: 0;
    overflow: hidden;
    transition: width 0.3s ease-in-out;
}
.foot_aside_item:last-child{
    background: #0068B7;
    margin-top: 0.24rem;
}
.foot_aside_item:hover{
    background: #0068B7;
    width: auto;
}
.foot_aside_item:hover .foot_aside_icon img{
    filter: brightness(0) invert(1);
}
.foot_aside_item:hover .foot_aside_cont{
    /*width: 1.46rem;*/
    width: auto;
}

.foot_aside .foot_aside_item .foot_aside_code{
    position: absolute;
    top: 0;
    right: -300%;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0.1rem;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.1);
    opacity: 0;
    transition: all 0.5s;
}
.foot_aside .foot_aside_item .foot_aside_code img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.foot_aside .foot_aside_item:hover .foot_aside_code{
    opacity: 1;
    right: 0.7rem;
}





/*弹窗表单*/
.pop_form{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,0.6);
    display: none;
}
.pop_form .pop_body{
    width: 90%;
    height: auto;
    max-width: 12rem;
    max-height: 86%;
    background: #F2F9FF;
    border-radius: 10px;
    padding: 40px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pop_form .pop_body .pop_close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 26px;
    height: 26px;
    background: url(../img/close_icon.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
}
.pop_form .pop_body .pop_name{
    font-family: Montserrat-Bold;
    font-weight: bold;
    font-size: 0.3rem;
    color: #000000;
    text-align: center;
}
.pop_form .pop_body form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.4rem;
}
.pop_form .pop_body .form_item{
    width: calc(33.33% - 0.15rem);
    padding-bottom: 0.1rem;
    background: none !important;
    border-bottom: 0.01rem solid #CECECE;
    margin-bottom: 0.3rem;
    font-family: Montserrat-Regular;
    font-weight: 400;
    font-size: 0.14rem;
    color: #000;
}
.pop_form .pop_body textarea{
    width: 100%;
    height: 1.6rem;
    background: #FFFFFF;
    border-radius: 0.1rem;
    padding: 0.2rem;
    box-sizing: border-box;
    font-family: Montserrat-Regular;
    font-weight: 400;
    font-size: 0.14rem;
    color: #000;
}
.pop_form .pop_body .form_item::placeholder,
.pop_form .pop_body textarea::placeholder{
    color: #C4C4C4;
}
.pop_form .pop_body .submit_btn{
    width: 1.5rem;
    height: 0.36rem;
    background: none;
    border: 0.01rem solid #0068B7;
    border-radius: 0.21rem;
    margin: 0.4rem auto 0;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.14rem;
    color: #0068B7;
    cursor: pointer;
}
.pop_form .pop_body .submit_btn:hover{
    background: #0068B7;
    color: #FFFFFF;
}
.pop_form .pop_body .terms{
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 0.1rem;
    margin-top: 0.2rem;
}
.pop_form .pop_body .terms input{
    width: 0.14rem;
    height: 0.14rem;
    border: 0.01rem solid #E5E5E5;
    background: #fff;
}
.pop_form .pop_body .terms label{
    display: flex;
    align-items: center;
    font-family: 'Montserrat-Light';
    font-weight: 300;
    font-size: 0.14rem;
    color: #C4C4C4;
}
.pop_form .pop_body .terms a{
    width: fit-content;
    color: #0068B7;
    font-family: 'Montserrat-Light';
    font-weight: 300;
    font-size: 0.14rem;
    margin-left: 0.04rem;
}




/*营业执照 弹窗*/
.pop_zhizhao{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,0.6);
    display: none;
}
.pop_zhizhao .zhizhao_body{
    width: 90%;
    height: auto;
    max-width: 12rem;
    max-height: 86%;
    background: #F2F9FF;
    border-radius: 10px;
    padding: 40px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pop_zhizhao .zhizhao_body .zhizhao_close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 26px;
    height: 26px;
    background: url(../img/close_icon.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
}
.pop_zhizhao .zhizhao_body img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}







@media screen and (max-width: 1043px) {
    .footer{
        padding-top: 94px;
        margin-top: -94px;
    }
    .footer .footer_bg1,
    .footer .footer_bg2,
    .footer .footer_bg3,
    .footer .footer_bg4{
        height: 60px;
        bottom: calc(100% - 95px);
    }
    
    

    .footer .foot_fr{
        display: none;
    }
    .footer .foot_fl{
        width: 100%;
    }
    
    
    
    /*左侧悬浮*/
    .foot_aside{
        right: 20px;
        row-gap: 6px;
    }
    .foot_aside_item{
        width: 48px;
        height: 48px;
        border-radius: 30px;
        padding: 0 10px;
    }
    .foot_aside_item .foot_aside_cont{
        font-size: 16px;
    }
    .foot_aside_item .foot_aside_icon img{
        width: 28px;
        height: 28px;
    }
    .foot_aside .foot_aside_item .foot_aside_code{
        width: 120px;
        height: 120px;
        padding: 5px;
    }
    .foot_aside .foot_aside_item:hover .foot_aside_code{
        right: 60px;
    }
    .foot_aside_item:last-child{
        margin-top: 10px;
    }
    
    
    
    .foot_fl .foot_nav{
        margin-top: 20px;
        padding: 20px 0 20px;
        column-gap: 10px;
    }
    .foot_fl .foot_nav .foot_class1{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .foot_fl .foot_nav .foot_class2{
        font-size: 14px;
        height: 38px;
        margin-bottom: 8px;
        padding-left: 9px;
    }
    
    .foot_fl .foot_txt{
        padding: 15px 0;
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .foot_fl .foot_txt .foot_item{
        width: 100%;
    }
    .foot_fl .foot_txt .foot_item .foot_icon{
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
    }
    .foot_fl .foot_txt .foot_item .foot_cont span{
        font-size: 14px;
    }
    .foot_fl .foot_quan{
        font-size: 14px;
    }
    
    
    .pop_form .pop_body{
        padding: 28px;
    }
    .pop_form .pop_body .pop_name{
        font-size: 24px;
    }
    .pop_form .pop_body .form_item{
        width: 100%;
        font-size: 14px;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .pop_form .pop_body textarea{
        height: 101px;
        font-size: 14px;
        padding: 10px;
    }
    .pop_form .pop_body .submit_btn{
        font-size: 14px;
        width: 120px;
        height: 34px;
        border-radius: 20px;
    }
    
}

@media screen and (max-width: 769px) {
    /*左侧悬浮*/
    .foot_aside{
        right: 10px;
    }
    .foot_aside_item{
        width: 36px;
        height: 36px;
        padding: 0 7px;
    }
    .foot_aside_item .foot_aside_cont{
        font-size: 14px;
    }
    /*.foot_aside_item:hover .foot_aside_cont{*/
    /*    width: 120px;*/
    /*}*/
    .foot_aside_item .foot_aside_icon img{
        width: 24px;
        height: 24px;
    }
    .foot_aside .foot_aside_item:hover .foot_aside_code {
        right: 46px;
    }
    
    
    
    .footer{
        padding-top: 94px;
        margin-top: -94px;
    }
    .footer .footer_bg1,
    .footer .footer_bg2,
    .footer .footer_bg3,
    .footer .footer_bg4{
        height: 60px;
        bottom: calc(100% - 95px);
    }
    .foot_fl .foot_top{
        flex-wrap: wrap;
    }
    .foot_fl .foot_logo{
        height: 70px;
    }
    .foot_fl .foot_url{
        gap: 10px;
    }
    .foot_fl .foot_url a{
        width: 28px;
        height: 28px;
    }
    .foot_fl .foot_nav{
        flex-wrap: wrap;
        margin-top: 15px;
        padding: 15px 0 15px;
    }
    .foot_fl .foot_nav .foot_li{
        width: calc(50% - 5px);
    }
    .foot_fl .foot_nav .foot_class2{
        height: auto;
        font-size: 12px;
    }
    .foot_fl .foot_nav .foot_class2::before{
        width: 4px;
        height: 7px;
        top: 7px;
    }
    .foot_fl .foot_txt .foot_item .foot_cont span{
        font-size: 13px;
    }
    
    
    .foot_fl .foot_txt .foot_item .foot_icon{
        width: 32px;
        height: 32px;
        flex: 0 0 32px;
    }
    
    .foot_fl .foot_quan{
        font-size: 12px;
    }
    
    
    
    
    
    .pop_form .pop_body{
        padding: 20px;
    }
    .pop_form .pop_body .pop_name {
        font-size: 20px;
    }
    
    .pop_form .pop_body .form_item::placeholder,
    .pop_form .pop_body textarea::placeholder{
        font-size: 12px;
        color: #C4C4C4;
    }
}

