/* 语言弹窗样式 */
.service_language_modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.15);
    z-index: 999;
    display: none;
}
.language-item {
    display: flex;
 width: 135px;
 
}
.language-error-class{
    color:red;
    font-size:12px;
    margin-top:4px;
    margin-left: 10px;
    background-color: #fff !important;
}
.language_list_content {
    /* height: auto !important; */
    /* overflow-y: hidden !important; */
    display: flex;
    flex-wrap: wrap;
    height: 320px !important;
     align-content: flex-start;
     padding:0 20px;
     overflow-y: auto;
    /* max-height: 500px !important; */

}
.language_list_content  .language-item {
padding: 10px;
}
/* 搜索图标 - 放在输入框左侧内部 */
.search-icon-left {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #999;
    pointer-events: none;
    z-index: 1;
    width: 14px;
    height: 14px;
}

.search-input {
  width: 100%;
  height: 40px;
  padding: 0 12px 0 30px; /* 左边padding必须大于图标的宽度，比如图标16px，加左右间距就是40px */
  border: 1px solid #999999;
 
  font-size: 14px;
  box-sizing: border-box;
}
.search-btn{
  background-color: #0072FF;
  border: 1px solid #0072FF;
  color: #ffffff;
  
}
.ervice_language_modal_title{
    padding: 20px;
    font-weight: bold;
font-size: 18px;
}
/* .service_language_modal:not(.none) {
    display: block;
}

.service_language_content {
    padding: 20px;
}

.serach_box {
    margin-bottom: 15px;
}

.serach_box input {
    width: 100%;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

.language_list_content {
    max-height: 300px;
    overflow-y: auto;
}

.language-item {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    cursor: pointer;
    transition: background 0.3s;
}

.language-item:hover {
    background: #f5f5f5;
}

.language-item.selected {
    background: #e8f4ff;
}

.language-checkbox {
    margin-right: 10px;
}

.language-checkbox .layui-icon {
    font-size: 18px;
    color: #999;
}

.language-item.selected .language-checkbox .layui-icon {
    color: #1991eb;
}

.language_btn {
    padding: 15px 20px;
    border-top: 1px solid #e6e6e6;
    text-align: center;
}

.no-data {
    text-align: center;
    padding: 40px;
    color: #999;
} */

/* 自定义 checkbox 样式 */
.custom-checkbox {
    width: 16px;
    height: 16px;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    background-color: #fff;
}

/* .custom-checkbox.checked {
    background-color: #5FB878;
    border-color: #5FB878;
} */

/* .custom-checkbox.checked:after {
    content: "✓";
    position: absolute;
    left: 3px;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
} */

.language-checkbox {
    margin-right: 8px;
}

/* LayUI 样式覆盖 - 隐藏原生 checkbox */
.language-checkbox [type="checkbox"] {
    display: inline-block !important;
}

.project_list_content{
    height: 380px;
    display: flex;
    overflow: hidden;
}
.project_Level1{
    width: 300px;
    overflow-y: auto;
    height: 100%;
  
}
.project_Level1_box{
    width: 100%;
    padding: 4px 20px;
    min-height: 32px;
      display: flex;
    align-items: center;
}
.project_Level1_box_active,.project_Level2_box_active1,.project_Level3_box_active{
    background: #E6F2FF;
    color:#007DEE ;
}
.project_Level-right{
    padding: 0 20px;
    flex: 1;
   
}
.language_btn {
 
    border-top: 1px solid #e6e6e6;
   
}
.language_btn1{
    height: 50px !important;
    justify-content: center !important;
}
.language_btn-left{
    flex: 1;
   
}

.project_Level2{
    /* display: flex; */
    width: 100%;
     overflow-y: auto;
     height: 100%;
}
.project_Level2-title{
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
}
.bordeLeft{
    border-left: 1px solid #E5E5E5;
}
.project_Level3_list{
 display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.project_Level3-title{
  
    width: 170px;
    /* height: 24px; */
    /* background: #E6F2FF; */
    /* text-align: center; */
    line-height: 20px;
    min-height: 24px;
    padding: 10px;
}
.project_search{
  height: 380px;
  overflow-y: auto;
    width: 100%;
    
}

.project_search_content{
    /* height: 45px; */
    /* line-height: 45px; */
    padding: 10px;
    margin: 0 20px;
   display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #E5E5E5;
}
.project_search_content_active{
    background: #E6F2FF;
    border-radius: 4px;
}
.project_search_empty{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.no-data-img{
    width: 120px;
    height: 80px;
}

.span12{
    font-size: 12px;
    color: #999;
}
