.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);
    margin: 30px 0 0 0;
}

.top_panel_vue .top_panel_bar .inner .tpb_logo .img {
    width: 160px;
    margin: 0 0 0 2px;
    content: url("../../image/public/logo.png");
}



.top_panel_vue .top_panel_bar .inner .tpb_logo .img:hover {
    cursor: pointer;
}


.top_panel_vue .top_panel_bar .inner .tpb_logo .slogan 
{
    font-size: 12px;
    margin: 0 0 0 2px;
    color: rgba(0,0,0,0.6);
}


/* 搜索 */
.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 {
    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 .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);
}



.tpb_shopping_cart_wrapper {
    position: relative;
    display: inline-block;
}

.tpb_shopping_cart_wrapper .top_panel_shopping_cart_menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 999;
    min-width: 480px;
}

.tpb_shopping_cart_wrapper:hover .top_panel_shopping_cart_menu {
    display: block;
}


.tpb_shopping_cart {
    width: 240px;
    position: relative;
}

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

.tpb_shopping_cart .tpbc_button:hover {
    cursor: pointer;
}

.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 .f {
    color: rgba(0, 0, 0, 0.6);
    letter-spacing: 0px;
    background-color: rgba(255, 255, 255, 1);
}

.top_panel_shopping_cart_menu .title .f0,
.top_panel_shopping_cart_menu .list .f0 {
    width: 0%;
}

.top_panel_shopping_cart_menu .title .f1,
.top_panel_shopping_cart_menu .list .f1 {
    width: 30%;
}

.top_panel_shopping_cart_menu .title .f3,
.top_panel_shopping_cart_menu .list .f3 {
    width: 20%;
}

.top_panel_shopping_cart_menu .title .f4,
.top_panel_shopping_cart_menu .list .f4 {
    width: 20%;
}

.top_panel_shopping_cart_menu .title .f5,
.top_panel_shopping_cart_menu .list .f5 {
    width: 20%;
}

.top_panel_shopping_cart_menu .s {
    margin: 10px 0 10px 0;
}

.top_panel_shopping_cart_menu .s .f1 {
    padding: 0 0 0 20px;
}

.top_panel_shopping_cart_menu .s .f5 {
    color: rgba(255, 120, 0, 1);
}

.top_panel_shopping_cart_menu .s .f6,
.top_panel_shopping_cart_menu .list .f6 {
    width: 10%;
}

.top_panel_shopping_cart_menu .s .f6,
.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 .f {
    border: 0px solid rgba(0, 0, 0, 1);
}

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

.top_panel_shopping_cart_menu .bottom .f .number {
    font-weight: bold;
    color: rgba(255, 120, 0, 1);
}

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

.top_panel_shopping_cart_menu .bottom .f1 .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 .f1 .button:hover {
    cursor: pointer;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(38, 109, 125, 1);
}

.top_panel_shopping_cart_menu .bottom .f2 {
    width: 60%;
    font-size: 14px;
}

.top_panel_shopping_cart_menu .bottom .f3 {
    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 .top_panel_menu_inner
{
    padding: 0 0 0 240px;
}

.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;
}

/* 其他补充样式 */
.static_search_wrapper {
    position: relative;
    width: 100%;
}

.static_search_wrapper .top_search_key {
    width: 100%;
}

.static_search_clear {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
    font-size: 16px;
    display: none;
    line-height: 1;
    user-select: none;
}

.static_search_clear:hover {
    color: #333;
}

.top_search_button {
    cursor: pointer;
    background: #409eff;
    border: none;
    color: #fff;
    padding: 0 15px;
    font-size: 16px;
}


.search-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid white;
    border-radius: 50%;
    position: relative;
}

.search-icon::after {
    content: "";
    position: absolute;
    bottom: -4px;
    right: -5px;
    width: 8px;
    height: 2px;
    background: white;
    transform: rotate(45deg);
}

.menu_dropdown {
    position: relative;
}

.menu_dropdown .top_popup_menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 98;
}

.menu_dropdown:hover .top_popup_menu {
    display: block;
}

.text_spacing_1 {
    padding-left: 30px !important;
    letter-spacing: 30px !important;
}

.text_spacing_2 {
    padding-left: 20px !important;
    letter-spacing: 15px !important;
}

.customized_development
{
    width:200px;
    margin: 0 0 0 50px;
}
.customized_development .img
{
    width:200px;
}

.customized_development:hover
{
    cursor: pointer;
}




