/*底部菜单样式*/
.footer-zw { height: 49px; }
.footer-bottom { position: fixed; z-index: 99; top: auto; bottom: 0; width: 100%; left: 0; height: 48px; text-align: center; border-top: 1px solid #ededed; background-color: #fefefe; display: table; }
.footer-bottom .menu-item { display: table-cell; width: 1000px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: transparent; }
.footer-bottom .footer-menu { margin: 0; padding-top: 28px; line-height: 20px; font-size: 12px; color: #979ea6; text-align: center; display: block; background: url() no-repeat center 5px; background-size: 24px; }
.footer-bottom .active .footer-menu { color: #e82302 }
.footer-bottom .footer-menu.icon_jiaoc { background-image: url(/public/site/img/footer/icon_jiaoc1.png); }
.footer-bottom .active .footer-menu.icon_jiaoc { background-image: url(/public/site/img/footer/icon_jiaoc1_d.png); }
.footer-bottom .footer-menu.icon_wenda { background-image: url(/public/site/img/footer/icon_wenda1.png); }
.footer-bottom .active .footer-menu.icon_wenda { background-image: url(/public/site/img/footer/icon_wenda1_d.png); }
.footer-bottom .footer-menu.icon_anli { background-image: url(/public/site/img/footer/icon_anli1.png); }
.footer-bottom .active .footer-menu.icon_anli { background-image: url(/public/site/img/footer/icon_anli1_d.png); }
.footer-bottom .footer-menu.icon_luntan { background-image: url(/public/site/img/footer/icon_luntan1.png); }
.footer-bottom .active .footer-menu.icon_luntan { background-image: url(/public/site/img/footer/icon_luntan1_d.png); }
.footer-bottom .footer-menu.icon_wode { background-image: url(/public/site/img/footer/icon_wode1.png); }
.footer-bottom .active .footer-menu.icon_wode { background-image: url(/public/site/img/footer/icon_wode1_d.png); }
.footer-zw .footer-bottom a { color: #666; text-decoration: none; }

/*公用样式*/
html { width: 100%; height: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: transparent; }
.flex-wrap { display: -webkit-flex; display: -ms-flexbox; display: -webkit-box; display: -ms-box; display: box; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.flex-con { -webkit-box-flex: 1; -ms-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; box-flex: 1; flex: 1; }
.flex-vertical { -webkit-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; -webkit-flex-flow: column; -flex-direction: column; flex-flow: column; }
.border-t, .border-b, .border-l, .border-r { position: relative; }
.border-t:before, .border-b:after { content: ''; position: absolute; left: 0; top: 0; background: #e2e2e2; right: 0; height: 1px; -webkit-transform: scaleY(0.5); transform: scaleY(0.5); -webkit-transform-origin: 0 0; transform-origin: 0 0; }
.border-l::before, .border-r::after { content: ''; position: absolute; bottom: 0; top: 0; background: #e2e2e2; left: 0; width: 1px; -webkit-transform: scaleX(0.5); transform: scaleX(0.5); -webkit-transform-origin: 0 0; transform-origin: 0 0; }
.border-b:after { top: auto; bottom: 0; }
.border-r::after { right: 0; left: auto; }