.header-join{ width: 145px; height: 40px; background: #FFFFFF; border-radius: 22px 22px 22px 22px; border: 1px solid #FF6B35; color: #FF6B35!important;} 
.header-join a{font-family: Microsoft YaHei, Microsoft YaHei; font-weight: 400; font-size: 16px;  line-height: 38px; font-style: normal; text-transform: none; text-align: center;  display: block;}
.header-lang{line-height: 45px;}
.header-lang > a { display: flex; align-items: center; font-size: 14px; color: #1D1D1F!important; font-weight: 600; }
.header-lang img { width: 24px; height: 24px; margin: 0 6px; vertical-align: middle; }
.index_search { width: 800px; height: 70px; background: #FFFFFF; border-radius: 35px; border: 2px solid #FF6B35; display: flex; align-items: center; padding: 0 20px; box-shadow: 0 5px 15px rgba(255, 107, 53, 0.2); }
.search-icon1 { width: 40px; height: 40px; margin-right: 15px; background: url('/skin/images/search.png') no-repeat center; }
.search-input { flex: 1; height: 100%; border: none; outline: none; font-size: 18px; color: #333; background: transparent; padding-right: 15px; }
.search-input::placeholder { color: #999; }
.search-btn1 { width: 120px; height: 50px; background: #FF6B35; border: none; border-radius: 25px; color: white; font-size: 18px; font-weight: bold; cursor: pointer; transition: background 0.3s ease; }
.search-btn1:hover { background: #e55a2b; }
.dropdown-icon{font-size: 10px; padding-left: 10px;}
.dropdown-menu { position: absolute; top: 100%; left: 0; width: 200px; background: rgba(255, 255, 255, 0.9); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); border-radius: 8px; padding: 10px 0; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all 0.3s ease; z-index: 1000; list-style: none; margin: 0; display:block}
.dropdown-menu li { padding: 8px 20px; }
.nav-links li:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-links li{position: relative;}
.dropdown-menu li a{text-decoration:none;color:#e55a2b}
.top-ad-container { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; background: #fff; }
.top-ad-container .close-btn { position: absolute; right: 15px; top: 15px; cursor: pointer; width: 28px; height: 28px; background: rgba(0, 0, 0, 0.5); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; border: 2px solid rgba(255, 255, 255, 0.8); z-index: 1001; }

/* 广告关闭后的样式调整 */
body.ad-closed .glass-header {
    top: 0 !important;
}

body.ad-closed .hero {
    padding: 60px 0 40px !important;
}

@media (max-width: 768px) {
    .header-join , .header-lang {display: none;}
    .lang_a img{width:24px}
    .hero-content .highlight {display: block;}
    .index_search , .container { width: 90%;margin:0 auto}
    .search-btn1{width:200px}
    .search-icon1{width:50px;margin:0;}
    .search-input{font-size:14px}
    .hero p{width:80%}
    .category-grid{grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));}
    .glass-footer{margin-top:0px;padding:0 0 20px 0}
    .dropdown-icon{float: right;font-size:20px;}
    .lang_a{align-items: center; display: flex;}
    .dropdown-menu { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; background: rgba(255, 255, 255, 0.9); border-radius: 8px; margin: 5px 0; padding: 0; list-style: none; }
    .dropdown-menu.active { max-height: 500px; }
     .dropdown-toggle.active .dropdown-icon { transform: rotate(180deg); } 
     .dropdown-menu li a { padding: 8px 16px; display: block; color: #333; text-decoration: none; } 
     .dropdown-menu li a:hover { background: rgba(0, 0, 0, 0.05); }
     .glass-header{top:90px}
     .hero{padding:100px 0 40px}
    }
.n-popover__content{display:none;position:absolute;top:60px;z-index:9999;background:#FFFFFF;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,0.12);padding:12px;min-width:260px;max-width:90vw}
.selector-container{display:block}
.language-selector,.currency-selector{margin:4px 4px 12px 4px}
.language-selector .label,.currency-selector .label{font-size:14px;color:#7a7a7a;margin-bottom:8px}
.selector-options{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
.selector-option{display:flex;align-items:center;justify-content:center;height:36px;padding:0 12px;border:1px solid #e5e5e5;border-radius:8px;background:#fff;color:#333;cursor:pointer;user-select:none;white-space:nowrap;font-size:13px}
.selector-option:hover{border-color:#d0d0d0;box-shadow:0 1px 2px rgba(0,0,0,0.06)}
.selector-option.selected{border-color:#e55a2b;color:#e55a2b;background:#f6fff9;box-shadow:0 0 0 2px #e55a2b inset}
@media (max-width: 768px){
    .n-popover__content{right:8px;top:52px;max-width:calc(100vw - 16px)}
    .selector-options{gap:10px}
}
/* 右侧悬浮按钮 */
.floating-actions{position:fixed;right:24px;bottom:100px;z-index:9999;display:flex;flex-direction:column;gap:14px}
.floating-action{position:relative;width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none}
.floating-action .fa-bg{position:absolute;inset:0;border-radius:50%;/*background:linear-gradient(135deg,#ff7a59,#e8443a);*/box-shadow:0 8px 18px rgba(232,68,58,.35);transition:all .2s ease}
.floating-action img{position:relative;width:100%;z-index:1}
.floating-action:hover .fa-bg{transform:translateY(-2px);box-shadow:0 12px 24px rgba(232,68,58,.45)}
@media (max-width: 768px){
    .floating-action{width:48px;height:48px}
}