.language-switcher {
    display: inline-block;
}
@media (min-width: 1024px) {
    .language-switcher {
        left: 150px;
    }
}
@media (min-width: 1024px) and (max-width:1200px){
 .lanyun-section-sc15vjgy .lanyun-section-elmeihy4{
			position: relative;
        background: rgba(0, 0, 0, 0.5);
top:200px
}
body.page-5473 .lanyun-section-6krtu42c>.lanyun-widget-container{
justify-content: space-between;
}
body.page-5473 .lanyun-section-4akjdaux .lanyun-tab-tag{
padding:0px !important;
margin-bottom:60px;
}
body.page-5473 .lanyun-section-4l20cj4w>.lanyun-widget-container{
background-position-y: 15%;
}
    [data-bottom]{
        position: relative !important;
        bottom: -201px !important;
}
.language-switcher {
        position: static;
        right: 2% !important;
        top: 25% !important;
        width: auto;
        left: auto;
        transform: none !important;
        transition: none !important;
    }
.search-form-container{
left:-81vw !important;
right:auto !important;
top:7vh !important;
}

}
@media (max-width: 1023px) {
    .lanyun-section-nav .direction-h .mobile-dropdown{
        display: block !important;
        position: absolute;
        right: 0;
    }
    .lanyun-section-nav .direction-h .lanyun-nav-first{
					
    }
}
@media(min-width:768px){
.lanyun-img-wrap .content-img{
position: relative;
left: 5%;
bottom: -30px;
}
}
.language-dropdown {
    position: relative;
}

.language-btn {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #333;
    /* 移除可能导致位置变化的transition */
    transition: background 0.3s ease, border-color 0.3s ease;
    /* 确保位置固定 */
    position: relative;
    transform: none !important;
}

.language-btn:hover {
    background: #f5f5f5;
    border-color: #999;
}

.language-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 120px;
    z-index: 1000;
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    cursor: pointer;
    /* 确保位置固定 */
    transform: none !important;
    transition: none !important;
}

.language-menu.show {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.language-item {
    margin: 0;
    padding: 0;
}

.language-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    color: #333;
    text-decoration: none;
    transition: background 0.2s ease;
}

.language-link:hover {
    background: #f5f5f5;
    text-decoration: none;
}

.flag-icon {
    font-size: 16px;
}

.lang-text {
    font-size: 14px;
}

/* 平板端样式 */
@media (min-width: 768px) and (max-width: 1025px) {
    .language-btn span {
        display: none;
    }
    
    .language-btn i.fas.fa-chevron-down {
        display: none;
    }
    
    .language-btn {
        justify-content: center;
        padding: 10px;
        min-width: 40px;
					 border:0px;
					
    }
    .language-btn i.fas.fa-globe {
        font-size: 16px;
    }
    .language-switcher {
        position: static;
        right: 1%;
        top: 16%;
        /* 防止点击时位置变化 */
        transform: none !important;
        transition: none !important;
    }
    .search-form-container{
                top: 7vh !important;
        left: -79vw;
        right: auto;
        min-width: 97vw !important;
    }
    body.page-5476 .lanyun-section-98z5eprm>.lanyun-widget-container{
        padding: 15px 0px 0px 30px !important;
    }
    .language-link .lang-text {
        display: none;
    }
    .language-menu{
        left: -2px;
        min-width: 45px;
    }
}
@media (min-width: 820px) and (max-width: 1180px) {
    .mobile-nav-mobileIcon{
        display: block;
    }
    .lanyun-section-nav .direction-h .lanyun-nav-first{
display:none;
        position: absolute;
        width:100%;
        left: 0;
        top: 100%;
        background: #fff;
        z-index: 1000;
    }
    .lanyun-section-nav .direction-h, .lanyun-section-nav .direction-v{
        position: static;
    }
}


/* 手机端样式 */
@media (max-width: 767px) {
    .language-btn {
        padding: 12px;
        min-width: 44px;
    }
		.text-content{
		margin-top:7%;
}
    
    /* 隐藏按钮文字和箭头 */
    .language-btn span {
        display: none !important;
    }
    
    .language-btn i.fas.fa-chevron-down {
        display: none !important;
    }
    .lanyun-section-ihv6q632 {
        position: relative;
        top: -1px;
        left: -92px;
    }
    
    .language-btn i.fas.fa-globe {
        font-size: 18px;
    }
    .language-btn{
        border: 0px;
        justify-content: center !important;
        /* 防止点击时位置变化 */
        transform: none !important;
        transition: none !important;
    }
    /* 确保菜单默认隐藏 */
    .language-menu {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        position: absolute !important;
        top: 100% !important;
        left: -2px !important;
        /* 防止点击时位置变化 */
        transform: none !important;
        transition: none !important;
    }
    /* 只有添加show类时才显示 */
    .language-menu.show {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        /* 防止点击时位置变化 */
        transform: none !important;
    }
    /* 隐藏菜单栏中的文字 */
    .language-link .lang-text {
        display: none;
    }
    [data-header]{
        height:50px;
        justify-content: center;
    }
    
    /* 调整菜单项布局 */
    .language-link {
        justify-content: center;
        /* padding: 15px 12px; */
    }
    /* 调整菜单项布局 - 竖状条布局 */
    .language-menu.show {
        min-width: auto;
        width: 50px;
        display: flex !important;
        flex-direction: column;
        gap: 0;
        border-radius: 6px;
        /* overflow: hidden; */
        left: -3px;
        top: -9px;
        /* 防止点击时位置变化 */
        transform: none !important;
        transition: none !important;
    }
    
    .language-item {
        border-bottom: 1px solid #eee;
    }
    
    .language-item:last-child {
        border-bottom: none;
    }
    
    .language-link {
        justify-content: center;
        padding: 10px 12px;
        white-space: nowrap;
    }
    
    .flag-icon {
        font-size: 18px;
    }
    .search-form-container {
        position: absolute;
        top: 0;
        right: 0;
        background: #fff;
        border: 0px solid #ddd;
        border-radius: 25px;
        box-shadow: none;
        opacity: 0;
        visibility: hidden;
        transform: translateX(20px) scale(0.9);
        transition: all 0.3s ease;
        z-index: 1000;
        min-width: 300px;
      }
      .search-icon-btn{
        border: 0px !important;
        box-shadow: none !important;
      }
}

@media (max-width: 767px) {
    .lanyun-section-va485trn {
        width: 58% !important;
    }
}
    .search-form-container {
      max-width: 250px;
      top: -10px ;
      right: -72px !important;
    }
.mobile-nav-mobileIcon{
display: none;
}
.lanyun-section-nav .direction-h .lanyun-nav-first{
position: static;
}
  }

  /* 搜索图标按钮 */
  .search-icon-btn {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .search-icon-btn:hover {
    background: #f8f9fa;
    border-color: #c42733;
    transform: scale(1.05);
  }

  .search-icon-btn i {
    color: #666;
    font-size: 16px;
    transition: color 0.3s ease;
  }

  .search-icon-btn:hover i {
    color: #c42733;
  }

  /* 搜索表单容器 */
  .search-form-container {
    position: absolute;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px) scale(0.9);
    transition: all 0.3s ease;
    z-index: 1000;
    min-width: 300px;
  }

  .search-form-container.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0) scale(1);
  }

  /* 搜索表单 */
  .search-form {
    display: flex;
    align-items: center;
    padding: 8px;
    gap: 8px;
  }

  /* 输入框组 */
  .search-input-group {
    display: flex;
    align-items: center;
    flex: 1;
    background: #f8f9fa;
    border-radius: 20px;
    padding: 4px;
    border: 1px solid #e9ecef;
  }

  /* 搜索输入框 */
  .search-input::placeholder {
    color: #999;
  }

  .search-input:focus {
    background: #fff;
  }

  /* 搜索提交按钮 */
  .search-submit-btn {
    width: 32px;
    height: 32px;
    background: #c42733;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
  }

  .search-submit-btn:hover {
    background: #a32028;
    transform: scale(1.1);
  }

  .search-submit-btn i {
    font-size: 12px;
  }

  /* 关闭按钮 */
  .search-close-btn {
    width: 28px;
    height: 28px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #666;
  }

  .search-close-btn:hover {
    background: #e9ecef;
    color: #333;
  }

  .search-close-btn i {
    font-size: 12px;
  }


  .search-overlay.show {
    opacity: 1;
    visibility: visible;
  }

  /* 响应式设计 */
  @media (max-width: 767px) {
    .search-form-container {
      min-width: 280px;
      right: -10px;
    }

    .search-input {
      font-size: 16px; /* 移动端防止缩放 */
    }
    .search-form-container {
        min-width: 420px;
        right: -107px;
        top: 50px;
      }
  }

  @media (max-width: 480px) {
    .search-form-container {
      min-width: 97vw;
      right: -103px;
      top: 50px;
    }

    .search-form {
      padding: 6px;
    }

    .search-input-group {
      padding: 2px;
    }

    .search-input {
      padding: 6px 10px;
    }
  }




