@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');
#footer{
    background-color: rgb(47, 47, 51);
    display: flex;flex-flow: row wrap;
}

.fooTp{
    width:100%;
    z-index: 201;
}

.footp-title{
    color:#fff;font-size:1.2rem;font-weight: 600;
    margin-bottom: 25px;
}

.footp-inner{
    width:1240px ;margin:0 auto;
    padding:50px 0px;
    display: flex;justify-content: flex-start;  
}
.footp-inner div{
    padding-right:100px;
}

.foobt{
    width:100%;
    z-index: 200;
}

.footp-con ul li{
    display: flex;
    font-size:0.9rem;margin-top:5px;color:#fff
}


.footp-con ul li p{
    color:#aeaeae;font-weight: 500; margin-right:20px;
}



.footp-follow ul{
    display: flex;justify-content: space-between;
}
.footp-follow li{
   margin-right:10px;
}


.foobt{
    background-color: rgb(20, 20, 22);padding:25px 0px;
}
.foobt-inner{
    width:90%;margin:0 auto;
    display: flex;justify-content: space-between;
}

.foobt-copy p{
    color:#888;
    font-weight: 500;
}

.foobt-nav ul{
    display: flex;
}
.foobt-nav ul li{
    margin-right:25px;
}

.foobt-nav ul li a{
    color:#888;font-weight: 500;
}

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


    .footp-inner{
        width:95%;display: flex;flex-flow:row wrap;
    }

    .foo-logo{width:100%;margin-bottom: 50px;}

    .footp-title{
        color:#fff;font-size:1.1rem;
    }

    .footp-site-sel{
        margin-right: 70px;
        position: relative;
    }

}


@media screen and (max-width:900px){
	.footp-inner div{
    padding-right:0px;
}
    .footp-inner{
        width:95%;display: flex;flex-direction: column;align-items: flex-start;
        flex-flow:row wrap;justify-content: space-between;
        padding:20px;
    }
    .footp-title{
        color:#fff;font-size:1.1rem;
    }
    .footp-site .fa {
        display:none;
    }
    .foo-logo{width:100%;margin: 50px 0px;}

    .footp-con{
        width:100%;
        margin-bottom: 50px;
    }


    .footp-follow{
        margin-bottom: 50px;
    }

    .footp-site-sel{
        margin-right: 70px;
        position: relative;
    }

    .foobt-inner{
        width:90%;margin:0 auto;
        display: flex;justify-content: space-between;flex-flow:row wrap;
    }
    .foobt-copy p{
        width:100%;
        margin-bottom: 20px;
    }

}

@media screen and (max-width:600px){
    .footp-con ul li{
        display: flex;align-content: center;flex-flow: row wrap;
    }
    .footp-con ul li span{
        width:100%;margin-bottom: 10px;;
    }

    .foobt-nav ul{
        display: flex;flex-flow: row wrap;
    }
    .foobt-nav ul li{
        margin-bottom: 10px;
    }

}

#quick { position:fixed; z-index:99999; right:5%; top:20%;}
@media screen and (max-width:600px){
 #quick {   top: auto !important; bottom:5%; width:80px;}
 #quick li img {width:100%;}
}