/*底部菜单*/
#footer { height: 50px; }
/*#footer-memu { position: fixed; width: 100%; bottom: 0px; font-size: 14px; z-index: 98; background-color: #FB5B73; transition: .3s; }*/
/*#footer-memu { position: fixed; width: 100%; bottom: 0px; font-size: 14px; z-index: 98; background-color: #DD00FE; transition: .3s; }*/
#footer-memu { position: fixed; width: 100%; bottom: 0px; font-size: 14px; z-index: 98; background-color: #EF499C; transition: .3s; }
#footer-memu ul { overflow: visible; }
#footer-memu li { width: 16%; text-align: center; float: left; }
#footer-memu li a { color: #fff; display: block; line-height: 14px; padding-top: 2px; padding-bottom: 3px; }
#footer-memu li i { display: block; }
#footer-memu li i img { height: 20px; width: 20px; display: inline-block; vertical-align: initial; }
#footer-memu .center { background-color: #F9F9F9; border-top-width: 1px; border-top-style: solid; border-top-color: #EBEBEB; padding: 7px; margin-top: -12px; display: inline-block; vertical-align: bottom; }
#footer-memu .center a { position: relative; width:40px; height:40px; padding: 0px; }
#footer-memu .center a img { width:40px; height:40px; box-shadow: 0 0 8px #4EBEFB; }
#footer-memu .center span { position: absolute; left: 0px; top: 0px; width:100%; height:100%; }
#footer-memu .center span i { line-height: 40px; height: 40px; width: 40px; }
#footer-memu .off { -webkit-transform: translateY(46px); -ms-transform: translateY(46px); -o-transform: translateY(46px); transform: translateY(46px); }	