/* 顶部蓝色条样式 */
.wst-top-bar {
    background-color: #4A90E2;
    width: 100%;
    height: 35px;
    line-height: 35px;
}

.wst-top-bar-inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wst-top-promo {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 13px;
}

.promo-icon {
    margin-right: 8px;
    font-size: 16px;
}

.promo-text {
    color: #fff;
}

/* 顶部“立即咨询”链接样式 */
.promo-link {
    color: #fff;
    text-decoration: underline;
}

.promo-link:hover {
    color: #ffd666;
    text-decoration: underline;
}

.wst-top-links {
    display: flex;
    align-items: center;
    gap: 15px;
}

.top-link {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.top-link:hover {
    text-decoration: underline;
}

.lang-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

/* 主头部白色区域 */
.wst-main-header {
    background-color: #fff;
    width: 100%;
    padding: 15px 0;
}

.wst-main-header-inner {
    width: 1360px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wst-logo {
    flex-shrink: 0;
}

/* 搜索框样式 */
.wst-search-box {
    position: relative;
    width: 300px;
    height: 44px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 11px;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.wst-search-box:hover {
    border-color: #c0c0c0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.wst-search-box:focus-within {
    border-color: #4A90E2;
    box-shadow: 0 2px 8px rgba(74, 144, 226, 0.2);
}

.ipt_text {
    width: 100%;
    height: 100% !important;
    border: 0;
    font-size: 14px;
    outline: none;
    padding: 0 20px;
    background: transparent;
    color: #333;
    border-radius: 11px;
    box-sizing: border-box;
    padding-left: 35px !important;
    margin: 0 !important;
}

.ipt_text::placeholder {
    color: #999;
    font-size: 14px;
}

.ipt_btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 19px;
    height: 20px;
    cursor: pointer;
    border: 0;
    display: block;
    z-index: 10;
    transition: all 0.3s ease;
    pointer-events: auto;
    opacity: 0.7;
    object-fit: contain;
}

.ipt_btn:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

/* 导航链接 */
.wst-nav-links {
    display: flex;
    gap: 25px;
    align-items: center;
    margin-right: 20px;
    margin-left: 20px;
}

.wst-nav-links a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    white-space: nowrap;
}

.wst-nav-links a:hover {
    color: #4285F4;
}

/* 商家登录按钮样式 */
.shop-login-nav {
    background: #4A90E2;
    color: #fff !important;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.shop-login-nav:hover {
    background: #357ABD;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(74, 144, 226, 0.3);
}

/* 用户图标区域 */
.wst-user-icons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.user-icon {
    display: block;
    width: 24px;
    height: 24px;
}

.user-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.user-icon:hover {
    opacity: 0.8;
}

/* 用户名链接样式 */
.user-name-link {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
    padding: 0 5px;
}

.user-name-link:hover {
    color: #4285F4;
}

/* 清除浮动 */
.wst-clear {
    clear: both;
}



/* 新版  头部 */
.wst-main-header-inner{display: flex;gap: 30px;}

.wst-main-header-left{
    min-width: 260px;
    min-height: 100px;
    text-align: center;
    background: url('../img/1_03.png') no-repeat 0/100%;
}
.wst-main-header-left-wel{
    line-height: 30px;
}
.wst-main-header-left-phone{
    line-height: 65px;
    font-size: 18px;
    color: #163494;
    font-weight: 600;
}

.wst-main-header-mid{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    padding: 0 50px;
}
.wst-nav-links{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.wst-nav-links a{
    display: block;
    padding-bottom: 5px;
    /* padding-bottom: 15px; */
}
.wst-nav-links a:hover{
    color: #333 !important;
    border-bottom: 2px solid #e9d311;
}

.wst-main-header-right{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100px;
}
.wst-main-header-right-btn{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    font-size: 13px;
}
.wst-main-header-right-btn a{
    background: #173396;
    color: white;
    padding: 3px 30px;
    border-radius: 20px;
}
.wst-main-header-right-link{
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 24px;
}
