.top_bar{ position: fixed; bottom: 0; left: 0px; z-index: 900; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); width:auto; }

.nav > div { width: 32px; height: 32px; border-radius: 32px; -moz-box-shadow: 0 0 0 3px #FFFFFF, 0 2px 5px 3px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 0 0 3px #FFFFFF, 0 2px 5px 3px rgba(0, 0, 0, 0.25); box-shadow: 0 0 0 3px #FFFFFF, 0 2px 5px 3px rgba(0, 0, 0, 0.25); background: #B70000; position: absolute; bottom: 0; left: 0; margin-bottom: 20px; margin-left: 20px; z-index: 900; -webkit-transition: -webkit-transform 200ms; } 

.nav > div a { color: #fff; font-size: 20px; }
.nav > div label { display: none; }
.nav > div a:before { margin: 5px 0 0 5px; } 
 
.footer_bar > div { border-top: 2px solid #51515d; position: fixed; z-index: 900; bottom: 0; left: -1px; right: 0; margin: auto; max-width: 640px; display: block; width: 100%; background: rgba(255,255,255,0.7); height: 48px; overflow: hidden; display: -webkit-box; display: box; -webkit-box-orient: horizontal; background: -webkit-gradient(linear, 0 0, 0 100%, from(#333c45), to(#313540), color-stop(50%, #373a43)); }
.footer_bar input { display: none; }

.footer_bar .nav > div { width: auto !important; height: 100%; position: static !important; margin: 0; border-radius: 0 !important; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; box-flex: 1; -webkit-box-sizing: border-box; overflow: hidden; box-shadow: none !important; border-right: 1px solid #0e111a; border-left: 1px solid #666a73; background: none; }

.footer_bar .nav > div a:before { width: 90%; text-align: center; }
.footer_bar .nav > div label { margin: 0 5px; font-size: 12px; display: block !important; line-height: 18px; text-align: center; overflow: hidden; }

.footer_bar + .plug-wrap { display: block !important; height: 50px; }
.footer_bar .nav > div a { line-height: 20px !important; }
/****************************************************************************/
 


.share { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 1000; background: rgba(0,0,0,0.5); display: none; }
.share.on { display: block; }
.share table { float: right; margin-right: 10px; width: 235px; text-align: center; }
.share table img { }
.share tr:nth-of-type(2) { text-align: center; border: 2px dashed #fff; border-radius: 8px; -webkit-border-radius: 8px; display: block; color: #fff; line-height: 30px; }
.share td { width: 116px; text-align: center; }
.share tr:nth-of-type(2) img { width: 66px !important; height: 66px !important; margin: 5px; }
/*.copyright { padding-bottom: 80px !important; }*/