    .nav_fixed {
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 999;
    }
    .navbar-top{
        width: 100%;
        height: 88px;
        background: #fff;     
        border-bottom: 1px solid #cccccc;   
    }
    .navbar-top .top_content{
        width: 1580px;
        margin: 0 auto;
        height: 88px;
        line-height: 88px;
    }
    .navbar-top .top_content .logo{
        width: 360px;
        height: 88px;
        float: left;
        display: flex;
        align-items: center;
    }
    .navbar-top .top_content .logo .logo-pic {
        width: 55px;
        height: 52px;
        float: left;
        background-image: url('/kpd/images/logo2-1.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 55px 52px;
    }
    .navbar-top .top_content .logo .logo-title {
        width: 132px;
        height: 56px;
        float: left;
        background-image: url('/kpd/images/logo2-2.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 132px 56px;
        margin: 0 20px;
    }
    .navbar-top .top_content .logo .logo-beta {
        width: 123px;
        height: 28px;
        float: left;
        background-image: url('/kpd/images/logo-join-bg.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 128px 28px;
        font-size: 16px;
        color: #E45649;
        line-height: 20px;
        text-align: right;
        padding-right: 5px;
    }
    .navbar-top .top_content .share_box {
        float: right;
        width: 394px;
        height: 88px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 35px; 
    }
    .navbar-top .top_content .share_box .hcsb_dv1 {
        display: inline-block;
        max-width: 48px; 
        max-height: 47px;   
        cursor: pointer;
    }
    .navbar-top .top_content .share_box .hcsb_dv1 .hcsb_img{
        width: 25px;
        height: 25px;
        margin:0 auto;
    }
    .navbar-top .top_content .share_box .hcsb_dv1 .icn1{
        background: url('/kpd/img/png/common_head_phone.png') no-repeat center;
        background-size: cover;
    }
    .navbar-top .top_content .share_box .hcsb_dv1 .icn2{
        background: url('/kpd/img/png/common_head_wb.png') no-repeat center;
        background-size: cover;
    }
    .navbar-top .top_content .share_box .hcsb_dv1 .icn3{
        background: url('/kpd/img/png/common_head_wx.png') no-repeat center;
        background-size: cover;
    }
    .navbar-top .top_content .share_box .hcsb_dv1 .icn4{
        width: 22px;
        height: 25px;
        background: url('/kpd/img/png/common_head_douyin2.png') no-repeat center;
        background-size: cover;
    }
    .navbar-top .top_content .share_box .hcsb_dv1 .icn5{
        background: url('/kpd/img/png/common_head_b.png') no-repeat center;
        background-size: cover;
    }
    .navbar-top .top_content .share_box .hcsb_dv1 .icn6{
        background: url('/kpd/img/png/common_head_xhs.png') no-repeat center;
        background-size: cover;
    }
    .navbar-top .top_content .share_box .hcsb_dv1 .hcsb_txt{
        height: 20px;
        font-size: 16px;
        font-family: Microsoft YaHei-Regular, Microsoft YaHei;
        font-weight: 400;
        color: #333;
        line-height: 20px;
        text-align: center;
        margin-top: 5px;
    }
    .navbar-top .top_content .share_box .hcsb_dv1 .hcsb_code_phone{
        width: 200px;
        height: 230px;
        background: #fff;
        box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.08), 0px -6px 0px 0px var(--theme-color1);
        border-radius: 10px 10px 10px 10px;
        position: absolute;
        margin-top: 20px;
        margin-left: -75px;
        z-index: 99;
        display: none;
    }
    .navbar-top .top_content .share_box .hcsb_dv1 .hcsb_code_img{
        width: 200px;
        height: 200px;
        box-sizing: border-box;
        padding: 20px;
    }
    .navbar-top .top_content .share_box .hcsb_dv1 .hcsb_code_txt{
        font-size: 16px;
        font-family: Microsoft YaHei-Regular, Microsoft YaHei;
        font-weight: 400;
        color: #000000;
        line-height: 32px;
        text-align: center;
        background: #D9D9D9;
        border-radius: 0px 0px 10px 10px;
    }
    .navbar-top .top_content .share_box .hcsb_dv1 .hcsb_code_wechat{
        width: 200px;
        height: 230px;
        background: #fff;
        box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.08), 0px -6px 0px 0px #01AF01;
        border-radius: 10px 10px 10px 10px;
        position: absolute;
        margin-top: 20px;
        margin-left: -75px;
        display: none;
        z-index: 99;
    }
    .navbar-top .top_content .share_box .hcsb_dv1 .hcsb_code_douyin{
        width: 200px;
        height: 230px;
        background: #fff;
        box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.08), 0px -6px 0px 0px #1C0A19;
        border-radius: 10px 10px 10px 10px;
        position: absolute;
        margin-top: 20px;
        margin-left: -75px;
        display: none;
        z-index: 99;
    }
    .navbar-top .top_content .share_box .hcsb_dv1:hover .hcsb_code_phone{
        display: block;
    }
    .navbar-top .top_content .share_box .hcsb_dv1:hover .hcsb_code_wechat{
        display: block;
    }
    .navbar-top .top_content .share_box .hcsb_dv1:hover .hcsb_code_douyin{
        display: block;
    }
    .navbar-top .top_content .share_box .hcsb_dv1:hover .hcsb_txt{
        color:var(--theme-color1);
    }
    .navbar-bottom {
        width: 100%;
        height: 60px;
        background: #ffffff;
        box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.08), 
        0px 2px 6px -2px rgba(0, 0, 0, 0.12), 
        0px 2px 6px rgba(0, 0, 0, 0.1), 
        0px 2px 6px rgba(0, 0, 0, 0.12);
    }
    .navbar-bottom .bottom_content{
        width: 1580px;
        margin: 0 auto;
        height: 60px;
        color: #333333;
    }
    /* 导航菜单颜色 数字等于导航ID */
    .navbar-bottom .bottom_content .title_1, .navbar-bottom .nav_active_1 {
        color: #333333;
    }
    .navbar-bottom .bottom_content .title_2, .navbar-bottom .nav_active_2 {
        color: #333333;
    }
    .navbar-bottom .bottom_content .title_3, .navbar-bottom .nav_active_3 {
        color: #333333;
    }
    .navbar-bottom .bottom_content .title_4, .navbar-bottom .nav_active_4 {
        color: #333333;
    }
    .navbar-bottom .bottom_content .title_5, .navbar-bottom .nav_active_5 {
        color: #333333;
    }
    .navbar-bottom .bottom_content .title_6, .navbar-bottom .nav_active_6 {
        color: #333333;
    }
    .navbar-bottom .bottom_content .title_7, .navbar-bottom .nav_active_7 {
        color: #333333;
    }

    .navbar-bottom .bottom_content .content-left {
        width:1240px;
        float: left;
        display: flex;
        align-items: center;
        font-size: 18px;
        height: 60px;
        line-height: 60px;
    }
    .navbar-bottom .bottom_content .content-left .menu {
        position:relative;
    }
    .navbar-bottom .bottom_content .content-left .menu li{
        width: max-content; 
        min-width: 0; 
        max-width: 90vw; 
        margin: 0 auto;
        float: left;
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-stretch: normal;
        line-height: 60px;
        color: #333333;
        text-align: center;
        position: relative;
        padding: 0 18px; 
        font-weight: bold;
        margin-right: 8px;
        box-sizing: unset;
        -webkit-box-sizing: unset;
        -moz-box-sizing: unset;
    }
    .navbar-bottom .bottom_content .content-left .menu li:last-child{
        margin-right: 0px;
    }
    .navbar-bottom .bottom_content .content-left .menu li a {  
        transition: transform 0.2s ease;
        color: #333333;
    }    
    .navbar-bottom .bottom_content .content-left .menu li.nav-active-1 {
        height: 55px;
        border-bottom: 5px solid var(--theme-color1);
    }    
    .navbar-bottom .bottom_content .content-left .menu li.nav-active-1 a:hover {
        color: var(--theme-color1);
        text-decoration: none;
    }
    .navbar-bottom .bottom_content .content-left .menu li.nav-active-2 {
        height: 55px;
        border-bottom: 5px solid var(--theme-color1);
    }
    .navbar-bottom .bottom_content .content-left .menu li.nav-active-2 a:hover {
        color: var(--theme-color1);
        text-decoration: none;
    }
    .navbar-bottom .bottom_content .content-left .menu li.nav-active-3 {
        height: 55px;
        border-bottom: 5px solid var(--theme-color1);
    }
    .navbar-bottom .bottom_content .content-left .menu li.nav-active-3 a:hover {
        color: var(--theme-color1);
        text-decoration: none;
    }
    .navbar-bottom .bottom_content .content-left .menu li.nav-active-4 {
        height: 55px;
        border-bottom: 5px solid #ffb200;    
    }
    .navbar-bottom .bottom_content .content-left .menu li.nav-active-4 a:hover {
        color: #ffb200;
        text-decoration: none;
    }
    .navbar-bottom .bottom_content .content-left .menu li.nav-active-5 {
        height: 55px;
        border-bottom: 5px solid var(--theme-color1);
    }
    .navbar-bottom .bottom_content .content-left .menu li.nav-active-5 a:hover {
        color: var(--theme-color1);
        text-decoration: none;
    }
    .navbar-bottom .bottom_content .content-left .menu li.nav-active-6 {
        height: 55px;
        border-bottom: 5px solid #0096CC;
    }
    .navbar-bottom .bottom_content .content-left .menu li.nav-active-6 a:hover {
        color: #0096CC;
        text-decoration: none;
    }
    .navbar-bottom .bottom_content .content-left .menu li.nav-active-7 {
        height: 55px;
        border-bottom: 5px solid var(--theme-color1);
    }
    .navbar-bottom .bottom_content .content-left .menu li.nav-active-7 a:hover {
        color: var(--theme-color1);
        text-decoration: none;
    }
    .navbar-bottom .bottom_content .content-left .menu li:hover > a {
        transform: translateY(-3px);
    }
    .navbar-bottom .bottom_content .content-left .menu li .sub-menu{
        width: 100%;
        min-height: 0; 
        background-color: #fff;
        box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
        position: absolute;
        top: 60px;
        left: 0px;
        z-index: 9999999;
        display: none;
        overflow: hidden;
        padding: 0px;
    }
    .navbar-bottom .bottom_content .content-left .menu li .sub-menu h1 {
        height: 44px;
        padding: 0px 20px;
        font-size: 16px;
        line-height: 44px;
        letter-spacing: 1px;
        color: #333333;
        font-weight: normal;
        text-align: center;
    }    
    /* .navbar-bottom .bottom_content .content-left .menu li .sub-menu h1:hover{
        background: #ebf0fa;
        color: #333333 !important;
    } */
    .navbar-bottom .bottom_content .content-left .menu li .sub-menu h1 a{
        color: #333333;
    }
    .navbar-bottom .bottom_content .content-left .menu li .sub-menu h1 a:hover{
        color: #333333;
    }
    .navbar-bottom .bottom_content .content-left .menu li .sub-menu-1 h1 a:hover{
        color: var(--theme-color1);
    }
    .navbar-bottom .bottom_content .content-left .menu li .sub-menu-2 h1 a:hover{
        color: var(--theme-color1);
    }
    .navbar-bottom .bottom_content .content-left .menu li .sub-menu-3 h1 a:hover{
        color: var(--theme-color1);
    }
    .navbar-bottom .bottom_content .content-left .menu li .sub-menu-4 h1 a:hover{
        color: #ffb200;
    }
    .navbar-bottom .bottom_content .content-left .menu li .sub-menu-5 h1 a:hover{
        color: var(--theme-color1);
    }
    .navbar-bottom .bottom_content .content-left .menu li .sub-menu-6 h1 a:hover{
        color: var(--theme-color1);
    }
    .navbar-bottom .bottom_content .content-left .menu li .sub-menu-7 h1 a:hover{
        color: var(--theme-color1);
    }
    .navbar-bottom .bottom_content .content-right {        
        float: right;
        display: flex;
        align-items: center;
        height: 60px;
        position: relative;
    }
    .navbar-bottom .bottom_content .content-right .register-login { 
        width: 104px;          
        font-family: Microsoft YaHei;
        font-size: 18px; 
        display: flex;
        align-items: center;
        position: relative;
        margin-left: 15px;
        font-weight: bold;
    }
    .navbar-bottom .bottom_content .content-right .register-login .login {      
        padding-left: 15px;    
    }    
    .navbar-bottom .bottom_content .content-right .register-login .reg {      
        padding-right: 15px;
        border-right: 1px solid #ccc;
        line-height: 28px;
    }
    .navbar-bottom .bottom_content .content-right .register-login .avatar {    
        margin: 0 auto;  
        display: inline-block; 
    }
    .navbar-bottom .bottom_content .content-right .register-login .avatar img {
        width: 28px;
        height: 28px;
        border-radius: 100%;
        cursor: pointer;
        object-fit: cover;
        vertical-align: middle;
    } 
    .navbar-bottom .bottom_content .content-right .login-menu {
        width: 260px;
        height: 346px;
        position: absolute;
        top: 60px;
        right: -80px;
        z-index: 99999;
        display: none;
        background-color: #ffffff;
        box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.5);        
        border-radius: 8px;
        box-sizing: border-box;
        padding: 20px;        
    }
    .navbar-bottom .bottom_content .content-right .login-menu .lm_avatar {
        width: 80px;
        margin-top: -85px;
        text-align: center;
        position: absolute;
        margin-left: 70px;
    }
    .navbar-bottom .bottom_content .content-right .login-menu .lm_avatar img {
        width: 76px;
        height: 76px;
        border-radius: 50%;
        border: 2px solid #fff;
        cursor: pointer;
    }   
    .navbar-bottom .bottom_content .content-right .login-menu .lm_name {
        width: 100%;
        text-align: center;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #2D2D2D;
        line-height: 27px;
        cursor: pointer;
        margin-top: 20px;
    }
    .navbar-bottom .bottom_content .content-right .login-menu .lm_dv1 {
        width: 100%;
        text-align: center;
        margin-top: 6px;
        font-size: 14px;
    }
    .navbar-bottom .bottom_content .content-right .login-menu .lm_dv1 .sp1 {
        display: inline-block;  
    }
    .navbar-bottom .bottom_content .content-right .login-menu .lm_dv1 .sp1 .s1 {
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #9D9D9D;
    }
    .navbar-bottom .bottom_content .content-right .login-menu .lm_dv1 .sp1 .s2 {
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #2D2D2D;
    }
    .navbar-bottom .bottom_content .content-right .login-menu .lm_dv1 .sp2 {
        display: inline-block;
        width: 40px;
        height: 20px;
        background: #028BF3;
        border-radius: 3px;
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #fff;
        line-height: 20px;
        cursor: pointer;
    }
    .navbar-bottom .bottom_content .content-right .login-menu .lm_dv2 {
        width: 100%;
        text-align: center;
        margin-top: 13px;
        font-size: 14px;
    }
    .navbar-bottom .bottom_content .content-right .login-menu .lm_dv3 {
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #E45649;
        width: 219px;
        height: 20px;
        background: #F0F0F0;
        border-radius: 10px;
        margin: 0 auto;
        text-align: center;
        line-height: 20px;
        margin-top: 10px;
    }
    .navbar-bottom .bottom_content .content-right .login-menu .lm_dv4 {
        width: 220px;
        margin: 13px auto 0px;
        display: flex;
        justify-content: space-around;
        font-size: 14px;
    }
    .navbar-bottom .bottom_content .content-right .login-menu .lm_dv4 .dv1 {
        display: inline-block;
        width: 25px;
        cursor: pointer;
    }
    .navbar-bottom .bottom_content .content-right .login-menu .lm_dv4 .dv1 .dvt {
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #2D2D2D;
        text-align: center;
    }
    .navbar-bottom .bottom_content .content-right .login-menu .lm_dv4 .dv1 .dvb {
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #9D9D9D; 
    }
    .navbar-bottom .bottom_content .content-right .login-menu .lm_dv5 {
        width: 100%;
        padding: 6px 25px;
        cursor: pointer;
        box-sizing: border-box;
        border-radius: 5px;
        font-size: 14px;
    }
    .navbar-bottom .bottom_content .content-right .login-menu .lm_dv5 .i1 {
        display: inline-block;
        width: 15px;
        height: 15px;
        background: url('/kpd/img/png/head_icon1.png') no-repeat center;
        background-size: cover;
        margin-bottom: -3px;
        margin-right: 10px;
    }
    .navbar-bottom .bottom_content .content-right .login-menu .lm_dv5 span {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #6A6A6A;
    }
    .navbar-bottom .bottom_content .content-right .login-menu .lm_dv5 .i5 {
        width: 8px;
        height: 11px;
        background: url('/kpd/img/png/head_icon5.png') no-repeat center;
            background-size: auto;
        background-size: cover;
        float: right;
        margin-top: 3px;        
    }
    .navbar-bottom .bottom_content .content-right .login-menu .lm_dv5 .i2 {
        display: inline-block;
        width: 15px;
        height: 15px;
        background: url('/kpd/img/png/head_icon2.png') no-repeat center;
        background-size: cover;
        margin-bottom: -3px;
        margin-right: 10px;
    }
    .navbar-bottom .bottom_content .content-right .login-menu .lm_dv5 .i3 {
        display: inline-block;
        width: 15px;
        height: 15px;
        background: url('/kpd/img/png/head_icon3.png') no-repeat center;
        background-size: cover;
        margin-bottom: -3px;
        margin-right: 10px;
    }
    .navbar-bottom .bottom_content .content-right .login-menu .lm_dv6 {
        box-sizing: border-box;
        padding: 12px 0px 0px 0px;
        margin-top: 10px;
        border-top: 1px solid #E3E5E7;
        cursor: pointer;
    }
    .navbar-bottom .bottom_content .content-right .login-menu .lm_dv6 .loginout {
        width: 100%;
        padding: 8px 25px;
        cursor: pointer;
        box-sizing: border-box;
        border-radius: 5px;
        line-height: 18px;
    }
    .navbar-bottom .bottom_content .content-right .login-menu .lm_dv6 .i4 {
        display: inline-block;
        width: 17px;
        height: 16px;
        background: url('/kpd/img/png/head_icon4.png') no-repeat center;
        background-size: cover;
        margin-bottom: -2px;
        margin-right: 10px;
    }
    .navbar-bottom .bottom_content .content-right .login-menu .lm_dv6 .loginout span {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #6A6A6A;
    }
    .navbar-bottom .bottom_content .content-right .login-menu .lm_dv5:hover,
    .navbar-bottom .bottom_content .content-right .login-menu .lm_dv6 .loginout:hover{
        background: #F0F0F0;
    }
    .navbar-bottom .bottom_content .content-right .nav-tougao{ 
        width: 84px;
        font-family: Microsoft YaHei;
        font-size: 18px;
        line-height: 24px;
        display: flex;
        position: relative;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        padding: 0 15px;
        box-sizing: unset;
        -webkit-box-sizing: unset;
        -moz-box-sizing: unset;
    }
    .navbar-bottom .bottom_content .content-right .nav-tougao .tougao {  
        font-weight: normal;
        display: flex;
        /* line-height: 23px; */
        width: 84px;
        height: 28px;
        background: #E45649;
        border-radius: 4px;
    }    
    .navbar-bottom .bottom_content .content-right .nav-tougao .tougao:hover {  
        background: #ec7063;
        text-decoration: none;
    }
    .navbar-bottom .bottom_content .content-right .nav-tougao .tougao i {  
        display: inline-block;
        width: 25px;
        height: 16px;
        background: url('/kpd/img/png/head_tg.png') no-repeat center;
        background-size: cover;
        margin: 6.5px 8px 5.5px 9px;
    }
    .navbar-bottom .bottom_content .content-right .nav-tougao .tougao span {
        font-size: 16px !important;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 28px;
    }
    .navbar-bottom .bottom_content .content-right .search {
        width: 20px;
        height: 60px;
        font-family: Microsoft YaHei;        
        font-weight: bold;
        letter-spacing: 1px;
        color: #fff;
        margin-right: 18px;
        cursor: pointer;
        line-height: 60px;
    }
    .navbar-bottom .bottom_content .content-right .icon-fangdajing{
        font-size: 25px;
        color: #333;
    }
    .navbar-bottom .bottom_content .content-right .icon-fangdajing:hover{
        color: var(--theme-color1);
    }
    .navbar-bottom .bottom_content .content-left .home {
        width: 24px;
        height: 24px;
        background: url('/kpd/img/png/menu-2.png') no-repeat center;
        background-size: cover;
        cursor: pointer; 
    }
    .navbar-bottom .bottom_content .content-left .home:hover {
        background: url('/kpd/img/png/menu-3.png') no-repeat center;
        background-size: cover;
    }
    .navbar-bottom .bottom_content .content-left .home a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .navbar-bottom .bottom_content .content-left .site {
        margin: 0 20px 0 15px;
        cursor: pointer;
        width: 142px;  
        font-size: 18px;
        line-height: 24px;
        position: relative;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        display: flex;
        align-items: center;
    }
    .navbar-bottom .bottom_content .content-left .site .name {
        display: flex;
        align-items: center;
        margin: 0 auto;
        font-weight: bold;
    }
    .navbar-bottom .bottom_content .content-left .site .name:hover {
        color: var(--theme-color1);
    }
    .navbar-bottom .bottom_content .content-left .site .hidden {
        display: none;
    }
    .navbar-bottom .bottom_content .content-left .site .name .logo{
        width: 26px;
        height: 24px;
        background: url('/kpd/img/png/logo.png') no-repeat center;
        background-size: cover;
        margin-right: 8px;
    }
    .navbar-bottom .bottom_content .content-left .site .name .downarrow{
        width: 16px;
        height: 16px;
        background: url('/kpd/img/png/downarrow-2.png') no-repeat center;
        background-size: cover;
        margin-left: 8px;
        display: inline-block;
    }
    .navbar-bottom .bottom_content .content-left .site .name .uparrow{
        width: 16px;
        height: 16px;
        background: url('/kpd/img/png/uparrow-2.png') no-repeat center;
        background-size: cover;
        margin-left: 8px;
        display: inline-block;
    }
    .navbar-bottom .bottom_content .content-left .site .siteList{
        width: 142px;
        height: auto;
        background-color: #fff;
        box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
        position: absolute;
        top: 42px;
        left: 0px;
        z-index: 9999999;
        overflow: hidden;
        padding: 0px;
        display: none;
    }  

    .navbar-bottom .bottom_content .content-right .nav-tougao {
        position: relative;
    }
    .navbar-bottom .bottom_content .content-right .nav-tougao::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -20px;
        height: 20px;
    }
    .navbar-bottom .bottom_content .content-right .nav-tougao .tougao-block {
        display: none;
        position: absolute;
        top: 42px;
        left: -108px;
        z-index: 9999999;
        width: 328px;
        height: 96px;
        padding-top: 10px;        
    }
    .navbar-bottom .bottom_content .content-right .nav-tougao:hover .tougao-block {
        display: block;
    }
    .navbar-bottom .bottom_content .content-right .nav-tougao .tougao-wall{ 
        width: 304px;
        height: 76px;
        display: flex;        
        align-items: center;       
        box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.16);
        padding: 10px 12px;
        line-height: 12px;
        background-color: #fff;
        border-radius: 5px;
        box-sizing: unset;
        -webkit-box-sizing: unset;
        -moz-box-sizing: unset;
    }
    .navbar-bottom .bottom_content .content-right .nav-tougao .tougao-wall .w{ 
        width: 56px;
        height: 56px;
        cursor: pointer;
        padding: 10px;
        box-sizing: unset;
        -webkit-box-sizing: unset;
        -moz-box-sizing: unset;
    }
    .navbar-bottom .bottom_content .content-right .nav-tougao .tougao-wall .w .sp1 {        
        width: 35px;
        height: 35px;
        display: block;
        margin: 0 auto;
    }
    .navbar-bottom .bottom_content .content-right .nav-tougao .tougao-wall .w .sp2 {
        font-size: 14px;
        color: #999;
        text-align: center;
        margin-top: 7px;
        display: block;
        width: 100%;
    }
    .navbar-bottom .bottom_content .content-right .nav-tougao .tougao-wall .w:hover .sp2 {
        color: #e45649;     
    }
    .navbar-bottom .bottom_content .content-right .nav-tougao .tougao-wall .w:hover {
        background: #f8eaea;   
        border-radius: 4px;    
    }
    .navbar-bottom .bottom_content .content-right .nav-tougao .tougao-wall .w1 .sp1{
        background: url('/kpd/img/png/tougao-1-1.png') no-repeat center;
        background-size: 35px 35px;
    } 
    .navbar-bottom .bottom_content .content-right .nav-tougao .tougao-wall .w1:hover .sp1{
        background: url('/kpd/img/png/tougao-1-2.png') no-repeat center;
        background-size: 35px 35px;
    }    
    .navbar-bottom .bottom_content .content-right .nav-tougao .tougao-wall .w2 .sp1{
        background: url('/kpd/img/png/tougao-2-1.png') no-repeat center; 
        background-size: 35px 35px;
    } 
    .navbar-bottom .bottom_content .content-right .nav-tougao .tougao-wall .w2:hover .sp1{
        background: url('/kpd/img/png/tougao-2-2.png') no-repeat center;
        background-size: 35px 35px;
    } 
    .navbar-bottom .bottom_content .content-right .nav-tougao .tougao-wall .w3 .sp1{
        background: url('/kpd/img/png/tougao-3-1.png') no-repeat center;
        background-size: 35px 35px;
    } 
    .navbar-bottom .bottom_content .content-right .nav-tougao .tougao-wall .w3:hover .sp1{
        background: url('/kpd/img/png/tougao-3-2.png') no-repeat center;
        background-size: 35px 35px;
    } 
    .navbar-bottom .bottom_content .content-right .nav-tougao .tougao-wall .w4 .sp1{
        background: url('/kpd/img/png/tougao-4-1.png') no-repeat center;
        background-size: 35px 35px;
    } 
    .navbar-bottom .bottom_content .content-right .nav-tougao .tougao-wall .w4:hover .sp1{
        background: url('/kpd/img/png/tougao-4-2.png') no-repeat center;
        background-size: 35px 35px;
    }    

    .navbar-bottom .bottom_content .search-input-blank {
        z-index: 999999;
        width: 510px;
        height: 40px;
        position: relative;
        display: none;
        border: 1px solid #999999;
        box-sizing: border-box;
        border-radius: 23px;
        margin-left: 400px;
    } 
    .navbar-bottom .bottom_content .flex {
        display: flex;
        align-items: center;
    }
    .navbar-bottom .bottom_content .search-input-blank .search-input {
        width: 430px;
        height: 36px;
        color: #999;
        border: none;
        outline: none;
        font-size: 16px;
        margin-left: 19px;
        background: #FFF;
    }
    .navbar-bottom .bottom_content .search-input-blank .hide-search{
        width: 24px;
        height: 24px;
        background: url('/kpd/img/png/close-2.png') no-repeat center;
        background-size: cover;        
        cursor: pointer;
        margin: 0 15px;
    }
    .navbar-bottom .bottom_content .search-input-blank .search-submit {
        font-size: 25px;
        cursor: pointer;
        color: #333;
        font-weight: bold;
        padding-right: 15px;
        margin-top: -2px;
    }
    .navbar-bottom .bottom_content .search-input-blank .search-submit:hover{
        color: var(--theme-color1);
    }
    .navbar-bottom .bottom_content .search-input-blank .search-blank {
        width: 470px;
        height: auto;
        min-height: 100px;
        background-color: #FFF;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
        border-radius: 0px 0px 4px 4px;
        position: absolute;
        top: 50px;
        left: 0px;
        z-index: 999;
        padding: 10px 20px;
    }
    .navbar-bottom .bottom_content .search-input-blank .recent_search i{
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 1px;
        color: #999;
        font-style: normal;
    }
    .navbar-bottom .bottom_content .search-input-blank .recent_search li{
        height: 30px !important;
        font-size: 16px;
        letter-spacing: 1px;
        color: #333333 !important;
        text-align:left;
        float: none;
        width: 100%;  
        line-height: 30px !important;
        border-radius: 5px;
        padding-left:5px;
        overflow: hidden;
    } 