.elementor-12 .elementor-element.elementor-element-fe1915f{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-0b8ca14 */* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}

.sina-custom-header {
    font-family: "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #333;
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.sina-custom-header a {
    text-decoration: none;
    color: #333;
    transition: color 0.2s ease;
}

.sina-custom-header a:hover {
    color: #2b76bc;
}

.sina-custom-header .header-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px; 
}


.header-top-bar {
    background-color: #f9f9f9;
    border-bottom: 1px solid #eee;
    min-height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #666;
}
.header-top-bar .top-left {
    display: flex;
    flex-wrap: wrap;
}
.header-top-bar .top-left a {
    margin-right: 15px;
    color: #444;
}
.header-top-bar .top-right a {
    color: #2b76bc;
}


.header-main-bar {
    padding: 15px 0;
}
.header-main-bar .site-logo {
    height: 40px;
    display: block;
    max-width: 100%;
}
.header-main-bar .main-links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.header-main-bar .main-links a {
    font-size: 13px;
    color: #333;
}
.header-main-bar .main-ad-banner .ad-placeholder-red {
    background-color: #8c1111;
    color: #fff;
    padding: 8px 25px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    white-space: nowrap;
}

.header-nav-bar {
    background-color: #144494;
}
.header-nav-bar .nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    justify-content: space-between;
}
.header-nav-bar .nav-menu li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 42px;
    padding: 0 10px;
    display: block;
    white-space: nowrap;
}
.header-nav-bar .nav-menu li a:hover {
    background-color: #0b2e6b;
}
.header-nav-bar .nav-menu li a.highlight-yellow {
    color: #fff600;
}

.header-sub-bar {
    background-color: #fff;
    border-bottom: 2px solid #144494;
    padding: 10px 0;
}
.header-sub-bar .sub-menu {
    display: flex;
    gap: 12px;
}
.header-sub-bar .sub-menu a {
    font-size: 14px;
    padding: 5px 8px;
    color: #333;
    white-space: nowrap;
}
.header-sub-bar .sub-menu a.active-tab {
    border: 1px solid #144494;
    border-bottom: 1px solid #fff;
    position: relative;
    bottom: -12px;
    background: #fff;
    z-index: 2;
    font-weight: bold;
}

.search-box-container .search-form {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 2px;
    overflow: hidden;
}
.search-box-container .search-select {
    border: none;
    background: #f5f5f5;
    padding: 0 10px;
    font-size: 13px;
    outline: none;
    border-right: 1px solid #ccc;
}
.search-box-container .search-input {
    border: none;
    padding: 6px 10px;
    width: 200px;
    font-size: 13px;
    outline: none;
}
.search-box-container .search-btn {
    border: none;
    background-color: #444444;
    color: #fff;
    padding: 0 15px;
    font-size: 13px;
    cursor: pointer;
}
.search-box-container .search-btn:hover {
    background-color: #222;
}

.header-sub-bar .sub-right-links {
    display: flex;
    gap: 12px;
    font-size: 13px;
}
.header-sub-bar .sub-right-links a.highlight-red {
    color: #e60000;
    font-weight: bold;
}


@media (max-width: 1024px) {
  
    .header-sub-bar .header-container {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    .header-sub-bar .sub-menu a.active-tab {
        position: static; 
        border-bottom-color: #144494;
    }
}

@media (max-width: 768px) {
  
    .header-top-bar .header-container {
        flex-direction: column;
        align-items: center;
        padding: 5px 15px;
        line-height: 1.8;
    }
    .header-top-bar .top-left {
        justify-content: center;
    }

 
    .header-main-bar .header-container {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }
    .header-main-bar .main-links {
        justify-content: center;
    }
    
  
    .header-nav-bar .header-container {
        padding: 0;
    }
    .header-nav-bar .nav-menu {
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0 10px;
    }
  
    .header-nav-bar .nav-menu::-webkit-scrollbar {
        display: none;
    }
    
 
    .search-box-container {
        width: 100%;
        max-width: 400px;
    }
    .search-box-container .search-form {
        width: 100%;
    }
    .search-box-container .search-input {
        flex: 1; 
    }
    .header-sub-bar .sub-menu, 
    .header-sub-bar .sub-right-links {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
  
    .header-main-bar .main-ad-banner {
        display: none;
    }
    .header-top-bar {
        display: none; 
    }
}/* End custom CSS */