#footer{
 display:none!important;
}
#my_footer{
 width:980px;
 margin:20px auto;
}
#my_footer li{
 display:inline-block;
 height:40px;
 line-height:40px;
 background:#80ccf7;
 padding:0 20px;
 box-sizing:border-box;
 margin:0 20px  20px 0;
 color:#fff;
 font-size:16px;
 font-weight:bold;
}
#my_footer p{
 text-align:center;
 color:#16a2e3;
}
#my_footer .d0{
  margin-bottom:20px;
  font-size:18px;
  font-weight:bold;
}
#my_footer .list{
  margin-bottom:30px;
}
#my_footer .orange{
  color:orange;
}
#my_footer .list-orange li{
   background:orange;
}