.footer {
    margin-top: 30px;
    width:100%;
    height: 100px;
    background-color: #3B3D45;
    padding: 20px 0;
    color: #fff;
    text-align: center;
    position: absolute;
    clear: both;display: table;
}
.footer.position{
    position: fixed;
    bottom: 0;
}
.footer span {
    line-height: 28px;
}
.footer li {
    list-style:none;float: left;margin: 0 10px;line-height: 35px;
}
.footer a {
    color: #fff;
}
.footer1{display:none}
@media (max-width: 768px){
.footer {
   display:none
  
}
.footer1{
    display: block;
    text-align: center;
    background: #3B3D45;
    color: white;
    padding: 10px;
    clear: both;
    overflow: hidden;
}
.footer .content-wrap .pagebar .next-content {
    float: left;
    text-align: left;
   
}
}