/* contact.html TAB导航栏样式 */
.contact-page .tab-nav {
    position: sticky !important;
    top: 52px !important;
    z-index: 9999 !important;
    background: #0A1A2C !important;
    padding: 0 40px !important;
    border-bottom: 1px solid rgba(0,200,150,0.4) !important;
}
