/*footer*/

.footer{
    width: 100%;
    height: 6.3rem;
    background: #0D2240;
    padding-top: 0.5rem;
    box-sizing: border-box;
}
.footer .main{
    height: 100%;
}
.footer .foot_top{
    width: 100%;
    height: calc(100% - 1.46rem);
    display: flex;
    justify-content: space-between;
}
.footer .foot_top .foot_title{
    font-family: Poppins-Bold;
    font-weight: bold;
    font-size: 0.3rem;
    font-size: 0.4rem;
    color: #FFFFFF;
    text-decoration: underline;
}
.footer .foot_top .foot_search{
    width: 4.11rem;
}
.footer .foot_top .foot_search .foot_form{
    margin-top: 0.35rem;
}
.footer .foot_top .foot_search .foot_form .foot_input{
    width: 100%;
    background: none !important;
    margin-bottom: 0.38rem;
    padding-bottom: 0.13rem;
    border-bottom: 0.01rem solid rgba(255,255,255,0.5);
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 0.18rem;
    color: #FFFFFF;
}
.footer .foot_top .foot_search .foot_form .foot_input::placeholder{
    color: rgba(255, 255, 255, 0.5);
}
.footer .foot_top .foot_search .foot_form .foot_input:focus,
.footer .foot_top .foot_search .foot_form .foot_input:active,
.footer .foot_top .foot_search .foot_form .foot_input:not(:placeholder-shown){
    border-color: #F08600;
}
.footer .foot_top .foot_search .foot_form .foot_submit{
    width: 1.36rem;
    height: 0.48rem;
    background: #FB8C00;
    border-radius: 0.05rem;
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin-top: 0.07rem;
    cursor: pointer;
}

.footer .foot_top .foot_nav{
    margin-top: 0.4rem;
}
.footer .foot_top .foot_nav a{
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 0.25rem;
    color: #FFFFFF;
    white-space: nowrap;
    margin-bottom: 0.28rem;
}
.footer .foot_top .foot_nav a:hover{
    color: #FB8C00;
}
.footer .foot_top .foot_ul{
    margin-top: 0.36rem;
    width: 6rem;
    padding-right: 0.37rem;
    box-sizing: border-box;
}
.footer .foot_top .foot_ul .foot_li{
    font-family: Poppins-Light;
    font-weight: 400;
    font-size: 0.18rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 0.25rem;
    display: flex;
    margin-bottom: 0.2rem;
}
.footer .foot_top .foot_ul .foot_li b{
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 0.2rem;
    color: #FFFFFF;
    margin-right: 0.05rem;
    white-space: nowrap;
}

.footer .foot_top .foot_icon{
    margin-top: 0.37rem;
    display: flex;
}
.footer .foot_top .foot_icon .foot_icon_img{
    width: 0.5rem;
    height: 0.5rem;
    background: #192D49;
    border-radius: 0.05rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.2rem;
    cursor: pointer;
    background: #fff;
}
.footer .foot_top .foot_icon .foot_icon_img img{
    width: 0.5rem;
    height: 0.5rem;
    object-fit: contain;
}
.footer .foot_top .foot_icon .foot_icon_img:hover{
    background: #FB8C00;
}
.footer .foot_top .foot_icon .foot_icon_img:hover img{
    filter: brightness(0) invert(1);
}

.footer .foot_bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.26rem;
    border-top: 0.01rem solid rgba(255, 255, 255, 0.3);
}
.footer .foot_bottom .foot_txt a{
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    height: auto;
    opacity: 0.6;
}
.footer .foot_bottom .foot_txt div{
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin-top: 0.09rem;
    opacity: 0.6;
}
.footer .foot_bottom .foot_logo{
    width: auto;
    height: 0.77rem;
    transition: all .3s;
}

.footer .foot_bottom .foot_logo img{
    width: auto;
    height: 100%;
    object-fit: contain;
    transition: all .3s;
}

.footer .foot_bottom .foot_logo:hover img{
    transform: scale(1.2);
}











@media (max-width: 1042px) {
    .footer{
        height: auto;
    }
    .footer .foot_top{
        width: 100%;
        height: auto;
        display: block;
        padding-bottom: 0.4rem;
    }
    .footer .foot_top .foot_search{
        width: 100%;
        margin-bottom: 0.4rem;
    }
    .footer .foot_top .foot_search .foot_form .foot_input,
    .footer .foot_top .foot_search .foot_form .foot_submit{
        font-size: 0.24rem;
    }
    .footer .foot_top .foot_nav{
        display: flex;
    }
    .footer .foot_top .foot_nav a{
        font-size: 0.3rem;
    }
    .footer .foot_top .foot_ul{
        width: 100%;
        padding-right: 0;
    }
    .footer .foot_bottom{
        padding-bottom: 0.26rem;
    }
    .footer .foot_top .foot_ul .foot_li{
        font-size: 0.24rem;
        line-height: 1.2;
    }
    .footer .foot_top .foot_ul .foot_li b{
        font-size: 0.26rem;
    }
    .footer .foot_bottom .foot_txt a,
    .footer .foot_bottom .foot_txt div{
        font-size: 0.22rem;
    }
}












