.head_right { max-width: 150px; z-index: 9999;
  position: relative;
  margin-left: 5px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;float: right;
}
.language-switcher {
            position: relative;
            display: inline-block;float: right;padding: 0;
			
        }

        /* 语言切换按钮 */
        .language-btn {
            border-radius: 4px;
            cursor: pointer;
            font-size: 14px;
            color: #333;
        }

        .language-btn .globe-icon {
            font-size: 16px;
        }
		.language-btn .globe-icon img{
            margin-top: 0px;width: 25px;filter: grayscale(100) brightness(100);
        }
.header:hover .language-btn .globe-icon img{filter: none;}
        .language-btn .arrow-icon {
            margin-left: 5px;
            transition: transform 0.3s;
        }
		.language-list .hidden{ display:none}

        /* 下拉框容器 */
        .language-dropdown {
            position: absolute;
            top: calc(100% + 5px);
            right: 0;
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 4px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            display: none;
            z-index: 1000;
			width:400px;
        }

        /* 语言列表 */
        .language-list {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 5px;
            padding: 10px;
            max-height: 230px;
            overflow-y: auto;
        }

        /* 语言选项 */
        .language-item {
            display: flex;
            align-items: center;
            padding: 6px 8px;
            cursor: pointer;
            border-radius: 4px;
            gap: 5px;
            font-size: 13px;
            color: #333;
			    height: 30px;overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
        }
		.language-item a{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
        .language-item:hover {
            background: #f5f5f5;
        }

        .language-item img {
            width: 16px;
            height: 12px;
            object-fit: cover;
        }

        /* More Language按钮 */
        .more-languages {
            text-align: center;
            padding: 8px;
            border-top: 1px solid #eee;
            cursor: pointer;
            color: #666;
            font-size: 13px;
            height: 40px;
	
        }

        .more-languages:hover {
            color: #333;
            background: #f5f5f5;
        }

        /* 展开状态 */
         .language-dropdown.active {
            display: block;
            background: white;
        }

        .language-list.show-all {
            max-height: 400px;
        }

        /* 滚动条样式 */
        .language-list::-webkit-scrollbar {
            width: 6px;
        }

        .language-list::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        .language-list::-webkit-scrollbar-thumb {
            background: #ccc;
            border-radius: 3px;
        }

        .language-list::-webkit-scrollbar-thumb:hover {
            background: #999;
        }
.prisna-wp-translate-seo {
  display: none;
  font-family: Arial, Helvetica, sans-serif
}

.change-language .prisna-wp-translate-seo,
.mobile-head-language .prisna-wp-translate-seo {
  display: block
}

.change-language .change-language-title,
.change-language .change-language-title a {
  font-size: 16px;
  color: #333;
  display: flex;
  font-weight: 500;
  align-items: center;
}

.change-language .change-language-title {
  padding: 0
}

.change-language .change-language-title a:after {
  font-family: fontawesome;
  content: "\f0d7";
  font-size: 12px;
  display: inline-block;
  padding-left: 2px
}

.change-language:hover .change-language-title a:after {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.change-language .change-language-cont {
  position: absolute;
  top: 100%;
  right: -20px;
  width: 120px;
  background: #fff;
  padding: 20px 10px 20px 20px;
  transform: scale3d(.9, .9, 1);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow-y: scroll;
  max-height: 80vh
}

.change-language:hover .change-language-cont {
  transform: scale3d(1, 1, 1);
  opacity: 1;
  visibility: visible
}

.change-language .change-language-cont .lang-item-hide {
  display: none !important
}

.change-language .change-language-cont .lang-more {
  position: relative;
  display: block;
  text-align: center;
  cursor: pointer;
  line-height: 30px
}

.change-language .change-language-cont .more-active {
  font-size: 20px
}

.language-flag span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden
}

.change-language ::-webkit-scrollbar {
  width: 5px
}

.change-language ::-webkit-scrollbar-track {
  background-color: #fff
}

.change-language ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .3);
  border-radius: 3px
}

.change-language .language-cont:hover::-webkit-scrollbar-thumb {
  display: block
}

.country-flag {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.country-flag img {
  width: 24px;
  height: 18px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

.language-flag .country-flag img {
  width: 24px;
  height: 18px;
  object-fit: cover;
  border-radius: 2px;
}

li.language-flag a:hover .country-flag img {
  transform: scale(1.05);
}

.change-language .change-language-cont {
  right: -15px;
  width: 200px;
  padding: 15px;
}

.change-language .change-language-cont li {
  width: 100%;
  margin: 0 2% 10px;
  padding: 5px;
  border-radius: 4px;
  transition: background 0.2s ease;
}

.change-language .change-language-cont li:hover {
  background: #f8f8f8;
}

.change-language .change-language-cont li a {
  display: flex;
}

.change-language .change-language-cont li a:hover span {
  color: #09f;
}

.mobile-head-item .main-content-wrap .content-wrap a:hover span {
  color: #09f;
}


@media screen and (max-width:990px) {
.head_right{ position:inherit;width: 35px;height: 42px; /*display:block;*/}
.language-switcher{position: absolute !important;
    /*right: 65px;*/
    top: 10px;
    padding: 0 !important;
    width: 60%;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;}
	.language-btn .globe-icon img{filter:none;}
    /* 语言 */
  .change-language {
    display: none;
  }
  .current-lang {
    display: inline-grid;
    max-width: 59%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
.language-dropdown{ /*width:280% !important;*/width:360px !important; right:-10px !important; top:37px !important}
	.current-lang{display:inline-grid; max-width: 59%; white-space: nowrap;  overflow: hidden; text-overflow: ellipsis;}

}