@charset "UTF-8";

@media screen and (max-width: 1440px){
    footer .top > div,
    footer .bottom > div{
        width: 95%;
    }
}

@media screen and (max-width: 1100px){
    footer .top > div .center {
        margin-left: 5%;
    }
}

@media screen and (max-width: 960px){
    #search input{
        width: 75%;
    }
    #search a{
        width: 20%;
    }
}

@media screen and (max-width: 920px){
    footer .top > div .left,
    footer .top > div .center,
    footer .top > div .right{
        float: none;
        width:350px ;
        margin:0 auto 20px;
    }
    footer .top > div .left h2{
        width: 214px;
    }
    footer .top > div .right{
        margin-top: 40px;
    }
    footer .top > div .right .f-link{
        margin-top: 30px;
    }
    footer .top{
        padding: 30px 0;
    }
}

@media screen and (max-width: 570px){
    footer .bottom{
        height: auto;
        line-height: 30px;
        text-align: center;
    }
    footer .top > div, footer .bottom > div div{
        float: none;
    }
}

@media screen and (max-width: 425px){
    footer,
    footer .top > div .left ul li a,
    footer .top > div .right .f-link p,
    footer .top > div .center .list div{
        font-size: 14px;
    }
}

@media screen and (max-width: 380px){
    footer .top > div .left,
    footer .top > div .center,
    footer .top > div .right{
        width:95% ;
    }
    footer .top > div .right .share ul li{
        margin-left: 10px;
    }
    footer .top > div .center ul li + li{
        margin-left: 15px;
    }
}



