footer{
    width: 100%;
    height: 3.8rem;
    background: #F5F5F5;
    padding-top: .7rem;
    box-sizing: border-box;
}
.footer_box{
    width: 16rem;
    margin: 0 auto;
}
.footer_top{
    width: 100%;
    height: 2rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: .6rem;
}
.footer_logo{
    width: 2.46rem;
    height: 2rem;
}
.footer_top_box{
    display: flex;

}
.footer_top_box>div{
    display: flex;
    flex-direction: column;
    margin-left: 1.2rem;
}
.footer_top_box>div p{
    margin-bottom: .3rem;
    font-size: 0.18rem;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #333333;
    display: flex;
    align-items: center;
}
.footer_top_box>div a{
    font-size: 0.14rem;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #333333;
    margin-bottom: .15rem;
}
.email{
    width: .2rem;
    height: .2rem;
}
.footer_contact .hr{
    width: 1.8rem;
    height: 0.01rem;
    background: #707070;
}

.footer_app_nav{
    margin-top: .2rem;
}
.footer_app_nav a{
    margin-left: 0;
    margin-right: .1rem;
}
.footer_bottom{
    width: 100%;
    height: .49rem;
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #999999;
}



@media only screen and (max-width:1024px){
    .footer_box{
        width: 100%;
    }
    .footer_product{
        display: none!important;
    }
    .footer_top{
        padding: 0 15px;
        box-sizing: border-box;
    }
    .footer_top_box>div p{
        font-size: 12px;
    }
    .email{
        width: 12px;
        height: 12px;
    }
    .footer_top_box>div a{
        width: 20px;
        height: 20px;
    }
    .footer_bottom{
        justify-content: center;
        font-size: 12px;
    }
}
