@charset "UTF-8";

@media screen and (max-width: 1700px){
    footer > div .bottom .right div {
        margin-left: 20px;
    }
}




@media screen and (max-width: 1400px){

    footer > div .bottom .right{
        float: left;
    }

}

@media screen and (max-width: 768px){

    footer > div .bottom .left{
        width: 100%;
        text-align: center;
    }
    footer > div .bottom .right div i{
        margin-right: 10px;
    }
    footer > div .bottom .right div {
        margin-left: 10px;
    }

}

@media screen and (max-width: 414px){
    footer > div .bottom .right {
        text-align: center;
    }
    footer > div .bottom{
        font-size: 12px;
    }
    footer > div .bottom .right div i {
        margin-right: 5px;
    }
}

