.top_panel_vue
{
    width:100%;    
    border:0px solid rgba(0,0,0,1); 
}

.top_panel_fixed 
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgba(255,255,255,1);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* top bar*/
.top_panel_vue .top_panel_bar
{
    width:100%;
    background-color: rgba(255,255,255,1);
    border:0px solid rgba(0,0,0,1);    
}

.top_panel_vue .top_panel_bar .inner
{
    width:1200px;
    height:75px;
    margin:10px 0 0 0;
    border:0px solid rgba(0,0,0,1);
}

.top_panel_vue .top_panel_bar .inner .tpb_logo
{
    width:240px;
    border:0px solid rgba(0,0,0,1);    
}

/*  搜索  */
.top_panel_vue .top_panel_bar .inner .tpb_logo .logo
{
    width:100px;
    margin:0 0 0 0;
    content:url("../../image/public/logo.png");        
}

.top_panel_vue .top_panel_bar .inner .tpb_logo .logo:hover
{
    cursor: pointer;
}
.top_panel_vue .top_panel_bar .inner .tpb_search
{
    width:720px;
    height:40px;
    border:0px solid rgba(255,0,0,1);    
}

.top_panel_vue .top_panel_bar .inner .tpb_search .tpbs_form
{
    border:0px solid rgba(0,0,0,1);      
}

.top_panel_vue .top_panel_bar .inner .tpb_search .tpbs_form .top_search_key .el-input__inner 
{
    width:600px;
    height:40px;
    padding:0 10px 0 10px;
    box-sizing: border-box;
    border:2px solid rgba(38,109,125,1);    
    font-size: 14px; 
    font-family: "Verdana","Microsoft YaHei";   
    border-radius: 5px 0 0 5px;
}


.top_panel_vue .top_panel_bar .inner .tpb_search .button.top_search_button 
{
    width:120px;
    height:40px;
    background-color: rgba(38,109,125,1);
    border:2px solid rgba(38,109,125,1);
    border-left:none;
    border-radius: 0 5px 5px 0;
}

.top_panel_vue .top_panel_bar .inner .tpb_search .button.top_search_button:hover 
{
    background-color: rgba(38,109,125,0.9);
    border-color: rgba(38,109,125,0.9);
}

.top_panel_vue .top_panel_bar .inner .tpb_search .button.top_search_button i 
{
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.top_panel_vue .top_panel_bar .inner .tpb_search .tpbs_text
{
    margin:8px 0 0 3px ;
    font-size: 12px; 
    font-family: "Verdana","Microsoft YaHei";     
}

.top_panel_vue .top_panel_bar .inner .tpb_search .tpbs_text .img
{
    content:url('../../image/top/tpbs_text_img.gif');
    margin: 0 10px 0 0;
}
.top_panel_vue .top_panel_bar .inner .tpb_search .tpbs_text .text1
{
    color: rgba(255,0,0,1);
    margin: 0 10px 0 0;
}

.top_panel_vue .top_panel_bar .inner .tpb_search .tpbs_text .text2
{
    color: rgba(80,80,80,1);
}



/*  购物车  */

.top_panel_shopping_cart
{
    position: relative; 
}

.top_panel_vue .top_panel_bar .inner .tpb_shopping_cart
{
    width:240px;
    position: relative;
}

.top_shopping_cart_popup_menu 
{
    padding: 0 !important;
    border: 0px solid rgba(221,221,221,1) !important;
    box-shadow: 0 0 3px 3px rgba(200,200,200,0.6) !important;
    background-color: rgba(255,255,255,1) !important;
    border-radius: 0 !important;
    margin-top: 0 !important;
    z-index: 96;
}

.top_panel_vue .top_panel_bar .inner .tpb_shopping_cart .tpbc_button
{
    width:150px;
    height:40px;
    border:1px solid rgba(38,109,125,0.2);    
}

.top_panel_vue .top_panel_bar .inner .tpb_shopping_cart .tpbc_button:hover
{
    cursor: pointer;
}



.top_panel_vue .top_panel_bar .inner .tpb_shopping_cart .tpbc_product_number
{
    display: block;
    position: absolute;
    z-index: 94;     
    font-size: 12px; 
    color: rgba(255,255,255,1);  
    font-family: "Verdana","Microsoft YaHei";        
    width:20px;
    padding:3px;
    border-radius: 10px;
    background-color: rgba(233,167,25,1);    
    top: -8px;
    right:30px;
}

.top_panel_shopping_cart_menu
{
    z-index: 95;     
    font-size: 12px; 
    color: rgba(0,0,0,1);  
    font-family: "Verdana","Microsoft YaHei";        
    background-color: rgba(255,255,255,1);    
    width: 600px;
}

.top_panel_shopping_cart_menu .title
{
    margin:10px 0 10px 0;
    padding:10px 10px 10px 10px;
    color: rgba(0,0,0,0.6);    
    background-color: rgba(0,0,0,0.1);    
}

.top_panel_shopping_cart_menu .title .c
{
    letter-spacing: 2px;    
    border: 0px solid rgba(0,0,0,1);            
}

.top_panel_shopping_cart_menu .list
{
    margin:0 0 5px 0;
    padding:5px 0 10px 0;
    min-height:300px;    
    border: 0px solid rgba(0,0,0,1);
    border-bottom: 1px solid rgba(200,200,200,0.5);    
}

.top_panel_shopping_cart_menu .list .c
{
    color: rgba(0,0,0,0.6);    
    letter-spacing: 0px;
    background-color: rgba(255,255,255,1);    
}
.top_panel_shopping_cart_menu .title .c0,.top_panel_shopping_cart_menu .list .c0
{
    width:0%;    
}
.top_panel_shopping_cart_menu .title .c1,.top_panel_shopping_cart_menu .list .c1
{
    width:30%;
}

.top_panel_shopping_cart_menu .title .c3,.top_panel_shopping_cart_menu .list .c3
{
    width:20%;
}
.top_panel_shopping_cart_menu .title .c4,.top_panel_shopping_cart_menu .list .c4
{
    width:20%;
}
.top_panel_shopping_cart_menu .title .c5,.top_panel_shopping_cart_menu .list .c5
{
    width:20%;
}

.top_panel_shopping_cart_menu .s
{
    margin: 10px 0 10px 0;
}
.top_panel_shopping_cart_menu .s .c1
{
    padding:0 0 0 20px;
}
.top_panel_shopping_cart_menu .s .c5
{
    color: rgba(255,120,0,1);
}
.top_panel_shopping_cart_menu .s .c6,.top_panel_shopping_cart_menu .list .c6
{
    width:10%;
}

.top_panel_shopping_cart_menu .s .c6,.top_panel_shopping_cart_menu .list .del
{
}

.top_panel_shopping_cart_menu .s .c6,.top_panel_shopping_cart_menu .list .del:hover
{
    color:rgba(38,109,125,1);
    cursor: pointer;
}

.top_panel_shopping_cart_menu .bottom
{
    margin: 20px 0 20px 0;
}

.top_panel_shopping_cart_menu .bottom .c
{
    border:0px solid rgba(0,0,0,1);                
}

.top_panel_shopping_cart_menu .bottom .c .n
{
    margin: 0 20px 0 0;
}
.top_panel_shopping_cart_menu .bottom .c .number
{
    font-weight: bold;        
    color: rgba(255,120,0,1);    
}

.top_panel_shopping_cart_menu .bottom .c1
{
    width:20%;
}

.top_panel_shopping_cart_menu .bottom .c1 .button
{
    width:50px;
    padding:5px 10px 5px 10px;
    color: rgba(100,100,100,1);
    border: 1px solid rgba(38,109,125,1);        
}

.top_panel_shopping_cart_menu .bottom .c1 .button:hover
{
    cursor: pointer;
    color: rgba(255,255,255,1);
    background-color: rgba(38,109,125,1);    
}

.top_panel_shopping_cart_menu .bottom .c2
{
    width:60%;
    font-size: 14px;     
}
.top_panel_shopping_cart_menu .bottom .c3
{
    width:20%;    
    font-size: 14px;         
}

.top_panel_shopping_cart_menu .bottom .to_settle_accounts
{
    width:80px;
    padding:10px 10px 10px 10px;
    color: rgba(255,255,255,1);
    background-color: rgba(255,120,0,1);        
}

.top_panel_shopping_cart_menu .bottom .to_settle_accounts:hover
{
    cursor: pointer;    
}





/* 菜单 */

.top_panel_vue .top_panel_menu
{
    margin: 10px 0 0 0;
    width:100%;
    background-color: rgba(255,255,255,1);
    border:0px solid rgba(0,0,0,1);    
}


.top_panel_vue .top_panel_menu .c
{
    height:50px;
    border:0px solid rgba(0,0,0,1);        
    border-bottom:2px solid rgba(255,255,255,0);
    
    font-size: 16px; 
    color: rgba(0,0,0,1);
    font-family: "Verdana","Microsoft YaHei";       
    letter-spacing: 0px;
}

.top_panel_vue .top_panel_menu .c1
{
    width:100px;
}

.top_panel_vue .top_panel_menu .c2
{
    width:140px;    
}

.top_panel_vue .top_panel_menu .c:hover
{
    cursor: pointer;    
    color: rgba(38,109,125,1);    
    background-color: rgba(38,109,125,0.1);    
    border-bottom:2px solid rgba(38,109,125,1);
}


.top_popup_menu
{
    font-size: 16px; 
    color: rgba(0,0,0,0.7);  
    font-family: "Verdana","Microsoft YaHei";        
    border-radius: 5px;
    background-color: rgba(255,255,255,0.95);        
    border: 1px solid rgba(38,109,125,0.1);    
    z-index: 98;  
    margin-top: 0 !important;
    padding-top: 0 !important;
    position: relative; /* 确保定位上下文 */
}

.top_popup_menu .item
{
    width: 450px;
    font-size: 14px;
    padding: 12px 20px 12px 20px;
    border-left: 4px solid rgba(38,109,125,0.3);
    box-sizing: border-box;
    cursor: pointer;
}

.top_popup_menu .item2
{
    padding:5px 20px 5px 20px;
    border-left: 4px solid rgba(38,109,125,0.3);        
}
.top_popup_menu .item:hover
{
    color:rgba(38,109,125,1);
    background-color: rgba(38,109,125,0.1);
    border-left: 4px solid rgba(38,109,125,1);
}


.top_popup_menu .item .title
{
    padding:0 10px 0 0;
}

.top_popup_menu .item .text
{
    font-size: 14px;
    color: rgba(0,0,0,0.);  
}



.target-point 
{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}



#top_panel_star_container 
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
    overflow: visible;
}

.star_animation_star 
{
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
}
        
        