body {
	overflow-anchor: none;
	overflow-y: scroll;
}

.cliLink {
  color: #166bc7;
}

.cliLink:hover,
.cliLink:active
{
  color: #114A78;
}
.top-menu-solution {
    position: fixed;
    width: 100%;
    top: 64px;
    left: 0;
    /* box-shadow: 0px 16px 30px 0 rgba(105, 123, 140, 0.18); */
    box-shadow: 0px 16px 48px rgba(18, 32, 45, 0.18);
    border-top: none;
    /* z-index: 1000; */
    z-index: 2;
    height: 0;
    max-height: 0;
    opacity: 0;
    /* visibility: hidden; */
    overflow: hidden;
    transition: height .2s cubic-bezier(.215,.61,.355,1),opacity .2s cubic-bezier(.215,.61,.355,1);
    background-color: #fff;
}
/* .top-menu-solution .linkCotent,
.top-menu-solution .header-products-popover {
} */
.top-menu-solution.expand {
    /* visibility: visible; */
    opacity: 1;
    border-top: 1px solid #e0e7e4;
    max-height: 600px;
    max-height: calc(100vh - 96px);
    /*overflow: auto;*/
    transition: height .2s cubic-bezier(.215,.61,.355,1),opacity .2s cubic-bezier(.215,.61,.355,1);
}

.top-menu-solution-close:hover {
  color: #999;
}
.top-menu-solution .buildingLinks,.top-menu-solution .equipmentLinks {
    height: 270px;
}
.top-menu-solution .compositeLinks {
    height: 270px;
}

.x-headerTab > .x-a {
  cursor: pointer;
}

.x-headerTab > a.top-menu-hover,
.x-headerTab > .x-a.top-menu-hover {
  color: #00a13b;
  text-stroke: 0.1px #00a13b;
  -webkit-text-stroke: 0.1px #00a13b;
}

.x-headerTab > a.top-menu-hover:after,
.x-headerTab > .x-a.top-menu-hover:after {
  opacity: 1;
  transform: scaleX(1);
}

#top-nav-product-tab .fa-angle-down {
  width: 10px;
  margin-left: 6px;
  position: relative;
  left: -4px;
  top: -1px;
  font-size: 14px;
  transform: rotate(0deg);
  /* transition: transform 0.2s; */
}

#top-nav-product-tab .fa-angle-active {
  transform: rotate(180deg);
  /* transition: transform 0.2s; */
}

.logo_new_wrapper {
  font-size: 14px;
  float: left;
}
.logo_new {
  display: inline-block;
  /*margin-top: 12px !important;*/
  margin-top: 14px !important;
  /*width: 150px;
  height: 50px;
  margin-top: 2px;
  padding-top: 20px;*/
}
.logo_new img {
  height: 27px;
  width: 150px;
}

.disease-protect-header span {
  margin-left: 4px;
  display: inline-block;
  width: 4px;
}

.disease-protect-header-new {
  color: #396CA1;
  font-weight: normal;
  padding: 0 20px;
  z-index: 999;
  display: block;
  position: relative;
  border-bottom: 0;
  line-height: 64px !important;
  height: 64px;
  font-size: 14px;
  display: inline-block;
}

.disease-protect-header-new span {
  margin-left: 4px;
  width: 5px;
}

.disease-protect-header-new:focus,
.disease-protect-header-new:active {
  color: #114a78 !important;
}

.x-divider-nav {
  background-color: rgba(120, 130, 140, 0.13);
  height: 1px;
  width: 100%;
  margin: 5px 0;
}

/* 默认隐藏这些元素，js文件中会移除该class，fix 博客页面登录注册按钮闪烁问题 */
.x-headeruser-hidden {
  display: none !important;
}

.header-menu-popover-arrow {
  width: 0;
  height: 0;
  top: 50px;
  position: fixed;
  z-index: 1001;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 9px solid #e5e5e5;
  display: none;
}
.header-menu-popover-arrow-inner {
  width: 0;
  height: 0;
  top: 59px;
  z-index: 1001;
  position: fixed;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 9px solid #fff;
}
.normal-btn {
  color: #666;
  border: 1px solid #DEE0E2;
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.25s;
}

.normal-btn:hover,
.normal-btn:focus,
.normal-btn:active {
  border-color: #3CB067;
  color: #3CB067;
}

.cli_head li.x-helpIconMenu {
  position: relative;
  margin-right: 16px;
  /*padding-left: 24px;*/
  font-size: 14px;
  background: #fff;
  z-index: 1;
  white-space: nowrap;
}

.x-helpIconMenu a {
  display: inline-block;
  width: 24px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  vertical-align: middle;
}

.x-helpIconMenu a:focus, .x-helpIconMenu a:hover, .x-helpIcon {
  color: #00a13b;
}

.x-helpIconMenu .clifont.anticon-QuestionCircle {
  font-size: 20px;
}

.x-navIcon {
	width: 70px;
  height: 32px;
  border-radius: 16px;
  display: inline-block;
  position: relative;
  transition: all 200ms;
  font-size: 14px;
}

.x-navIcon:hover {
  /* background-color: #e9e9e9; */
}

.x-navIcon .clifont.anticon-a-user1 {
  font-size: 20px;
  width: auto;
  height: 20px;
  line-height: 18px;
}

.cli_head li.x-accountInfoMenu,
.cli_head li.x-iconInfoMenu {
  padding-top: 11px;
}

.x-relative {
  position: relative;
}

.x-hidden {
  display: none;
}

.x-radius-2 {
  border-radius: 2px;
}

.x-pr-0 {
  padding-right: 0;
}

.submit {
  padding: 41px 0 32px;
  padding-top: 0;
  /* margin-top: 40px; */
  margin-top: 24px;
}

.header-search-wrapper {
  display: flex;
}

.ai-assistant-btn {
  cursor: pointer;
  user-select: none;
  display: flex;
  line-height: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  font-size: 14px !important;
  font-weight: 700 !important;
  word-break: keep-all;
  white-space: nowrap;
}

.ai-assistant-btn span {
  background: linear-gradient(180deg, #1887FE 0%, #00D064 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 1270px) {
  .ai-assistant-btn span {
    display: none;
  }
}

@media (max-width: 768px) {
  .ai-assistant-btn {
    display: none !important;
  }
}

.header-ai-assistant-wrapper {
  display: flex;
  margin-left: 12px;
}

.tippy-box[data-theme="ai-assistant-btn"] {
  border-radius: 2px;
  background-color: white;
  color: rgba(0, 0, 0, 0.85);
  padding: 6px 8px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
  width: 300px;
  min-height: unset;
}

.tippy-box[data-theme="ai-assistant-btn"] .tippy-content {
  font-size: 12px;
  padding: 0;
}