.footer{
    width: 100%;
    height: 0.6rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0rem 1.2rem;
    font-size: 0.14rem;
    position: fixed;
    bottom: 0%;
    left: 0%;
    box-sizing: border-box;
}
.footer_icon{
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 0.2rem;
}
.footer_icon img{
    margin-left: 0.1rem;
}
.footer_icon_one{
    margin-right: 0.3rem;
}
.footer_icon_settion{
    cursor: pointer;
}
.footer_icon_settion img{
    margin-right: 0.1rem;
}
@media screen and (max-width: 1440px) {
    .footer{
        height: 0.4rem!important;
    }
}