@charset "UTF-8";

@media screen and (max-width: 768px){

    footer > div{
        width: 95%;
    }
    footer .right ul {
         margin-left: 0px;
    }
    .footer .bottom{
        width: 95%;
    }
}

@media screen and (max-width: 414px){

    footer .right p{
        margin-left: 0;
    }

    footer > div{
        line-height: 35px;
        font-size: 18px;
    }
    footer .right{
        float: left;
    }
    footer .right ul li{
        padding-right: 0;
    }
    footer .right ul li:after{
        background-color: transparent;
    }
    .footer .bottom .left ul li:nth-of-type(1){
        margin-left: 0;
    }
    .footer .bottom .left{
        width: 80%;
    }
    .footer .bottom .left p:after{
        background-color: transparent;
    }
    .return{
        margin: 30px auto 0;
    }
    .footer .bottom .left{
        font-size: 20px;
    }
    .footer .bottom .left ul li {
        margin-left: 10px;
    }
}

@media screen and (max-width: 375px){

    footer .right ul li + li {
        margin-left: 5px;
    }

}

@media screen and (max-width: 320px){

    .footer .bottom .right img{
        margin-left: 10px;
    }
    .footer .bottom .left ul li {
        margin-left: 5px;
    }
    .footer .bottom .right .wx-img{
        left: -80px;
    }
}
