.ns-layout-tools {
  position: fixed;
  right: 24px;
  top: 60%;
  transform: translate(0, -50%);
  z-index: 100;
}

.ns-layout-tools-div {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.ns-layout-tools-shares {
}

.ns-layout-tools-pin {
  background: rgb(31 82 155);
  margin-top: 8px;
  cursor: pointer;
}
.ns-layout-tools-share-btn {
  background: rgba(10, 75, 157, 1);
  cursor: pointer;
}

.ns-layout-tools-shares-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.ns-layout-tools-div.ns-layout-tools-shares-facebook {
  background: rgba(127, 120, 225, 1);
}

.ns-layout-tools-div.ns-layout-tools-shares-x {
  background: rgba(0, 0, 0, 1);
}

.ns-layout-tools-div.ns-layout-tools-shares-wechat {
  background: rgba(7, 193, 96, 1);
}

.ns-layout-tools-div.ns-layout-tools-shares-weibo {
  background: rgba(229, 43, 47, 1);
}

.ns-layout-tools-div.ns-layout-tools-shares-app {
  background: rgba(168, 85, 247, 1);
}

.ns-layout-tools-shares:hover .ns-layout-tools-share-btn .share-img{
  transform: rotate(1turn);
}

.ns-layout-tools-div:hover {
  transform: translateY(0);    /* 向上滑入 */
  opacity: 1;
}

.ns-layout-tools-div.ns-layout-tools-shares-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  margin: 4px 0;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  margin: 0 0 8px;
}
.ns-layout-tools-shares-item img {
  width: 16px;
}
.ns-layout-tools-shares-wechat img {
  width: 18px;
}

.ns-layout-tools-shares:hover .ns-layout-tools-shares-item:nth-child(5) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.05s;
}
.ns-layout-tools-shares:hover .ns-layout-tools-shares-item:nth-child(4) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.15s;
}
.ns-layout-tools-shares:hover .ns-layout-tools-shares-item:nth-child(3) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.25s;
}
.ns-layout-tools-shares:hover .ns-layout-tools-shares-item:nth-child(2) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.35s;
}
.ns-layout-tools-shares:hover .ns-layout-tools-shares-item:nth-child(1) {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.45s;
}


.ns-layout-tools-shares .ns-layout-tools-shares-item:nth-child(5) {
  transform: translateY(0);
  opacity: 0;
  transition-delay: 0.45s;
}
.ns-layout-tools-shares .ns-layout-tools-shares-item:nth-child(4) {
  transform: translateY(0);
  opacity: 0;
  transition-delay: 0.35s;
}
.ns-layout-tools-shares .ns-layout-tools-shares-item:nth-child(3) {
  transform: translateY(0);
  opacity: 0;
  transition-delay: 0.25s;
}
.ns-layout-tools-shares .ns-layout-tools-shares-item:nth-child(2) {
  transform: translateY(0);
  opacity: 0;
  transition-delay: 0.15s;
}
.ns-layout-tools-shares .ns-layout-tools-shares-item:nth-child(1) {
  transform: translateY(0);
  opacity: 0;
  transition-delay: 0.05s;
}

/* tools  end */
/* tools-top begin */
.ns-layout-tools-top {
  height: 24px;
  margin: 8px 0px;
}

.ns-layout-tools-top-div {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}

.ns-layout-tools-top-shares {
  display: flex;
  align-items: center;
  gap: 0px;
}
.ns-layout-tools-top-shares-item img {
  max-width: 100%;
  max-height: 100%;
}

.ns-layout-tools-top-pin {
  background: rgba(29, 53, 87, 1);
  margin-top: 8px;
  cursor: pointer;
}
.ns-layout-tools-top-share-btn {
  background: rgba(10, 75, 157, 1);
  cursor: pointer;
}

.ns-layout-tools-top-shares-list {
  display: flex;
  gap: 14px;
  width: 1280px;
  justify-content: flex-end;
  align-items: center;
}
.ns-layout-tools-top-shares-user {
    width: 30px;
    height: 30px;
}
.ns-layout-tools-top-shares-language {
  width: 56px;
  border: 1px solid rgba(30, 70, 139, 1);
  border-radius: 4px;
}

.language-text {
  font-weight: 400;
  font-size: var(--font-size-18);
  width: 50%;
  height: 100%;
  text-align: center;
  line-height: 22px;
  color: rgba(30, 70, 139, 1);
}
.language-text-active {
  background: rgba(30, 70, 139, 1);
  color: rgba(255, 255, 255, 1);
}
.ns-layout-tools-top-shares-line {
  height: 1px;
  background: rgba(29, 70, 138, 1);
  flex: auto;
}

.ns-layout-tools-top-shares-line-after {
  max-width: calc(100% - 1346px);
}
.search-radio-div-box {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    margin-left: 10px;
}

.search-radio-item {
    display: flex;
    align-items: center;
}

.search-logic-select {
    height: 32px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    padding: 0 8px;
    margin-left: 10px;
}
/* tools-top end */
.ns-layout-header {
  background-color: var(--primary-bg-color1);
  height: 190px;
  line-height: 190px;
}

.ns-layout-logo {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ns-layout-warp {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: calc(100% - 56px);
}
.ns-layout-logo .ns-layout-warp img {
  height: 105px;
}

.ns-layout-logo .ns-layout-warp img {
  height: 105px;
}
.ns-logo-description {
  font-family: Inter;
  font-weight: 400;
  font-size: var(--font-size-16);
  line-height: 100%;
  letter-spacing: 0px;
  position: absolute;
  top: 96px;
  left: 120px;
}
.ns-logo-description:before,
.ns-logo-description:after {
    content: "";
    width: 36px;
    height: 2px;
    background: #FFFF;
    position: absolute;
    top: 50%;
}
.ns-logn-desc-span {
  letter-spacing: 4px;
  padding-left: 40px;
}
/* header */

/** column **/
.global-header-top-nav {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .06);
  background-color: var(--footer-bg-color);
  width: 100%;
  display: flex;
  justify-content: center;
}
.global-header-top-nav.fixed {
  position: sticky;
  top: 0;
  left: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  z-index: 99;
  width: 100%;
}
.global-header-top-nav-body {
  display: flex;
  justify-content: space-between;
  min-width: 1280px;
  gap: 14px;
}
.global-header-top-nav-left {flex: 1;}
/* 一级菜单：横向排列 */
.top-nav-list {
  display: flex;
  justify-content: space-between;
  margin: 0;
  list-style: none;
  gap: 26px;
  padding-inline-start: 0px;
}
/* 一级菜单项 */
.top-nav-item {
  position: relative;
  height: 52px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #333;
  font-size: var(--font-size-14);
}

.top-nav-item span a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: var(--font-size-18);
  letter-spacing: 1.87px;

}
.top-nav-item.active span a,
.top-nav-item:hover span a{
  font-weight: 700;
  font-style: Bold;
}

/* 文字 + 下划线条 */
.top-nav-label {
  position: relative;
  padding: 0 4px;
}

/* 选中 or 悬浮时的整体背景色 */
.top-nav-item:hover,
.top-nav-item.active {
  background-color: var(--footer-bg-color);
}

/* 下方横划条（选中或 hover） */
.top-nav-item:hover .top-nav-label::after,
.top-nav-item.active .top-nav-label::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 3px;
  background: rgba(255, 114, 0, 1); /* 主题色可改#1890ff */
  border-radius: 2px;
}

.top-nav-list:hover .top-nav-item.active .top-nav-label::after{
  background-color: var(--footer-bg-color);
}
.top-nav-list:hover .top-nav-item:hover.active .top-nav-label::after {
  background: rgba(255, 114, 0, 1); /* 主题色可改#1890ff */
}
.has-children-span {
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent;
    transition: transform 0.2s ease;
}
.top-nav-item.has-children:hover .has-children-span {
  transform: rotate(180deg);
}
/* 有子栏目的展开箭头
.top-nav-item.has-children .top-nav-label::before {
  content: "";
  position: absolute;
  right: -14px;
  top: 50%;
  margin-top: -2px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #FFFFFF transparent transparent transparent;
  transition: transform 0.2s ease;
} */

/* 悬浮时箭头旋转 
.top-nav-item.has-children:hover .top-nav-label::before {
  transform: rotate(180deg);
}*/

/* 子菜单容器 */
.top-sub-nav {
  position: absolute;
  left: -12px;
  top: 48px;
  min-width: 70px;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  background: var(--footer-bg-color-85);
  box-shadow: 0 4px 10px rgba(0,0,0,.12);
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 1000;
}

/* 悬浮一级菜单时，展开子菜单 */
.top-nav-item.has-children:hover .top-sub-nav {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* 子菜单项 */
.top-sub-nav-item {
  padding: 6px 16px;
  white-space: nowrap;
  font-size: var(--font-size-13);
  color: #333;
  cursor: pointer;
  position: relative;
}
.top-nav-item .top-sub-nav-item span a {
  font-weight: 400;
}
/* 子栏目悬浮选中样式 */
.top-sub-nav-item:hover {
  /*background: #e6f7ff; */
  color: #ffffff;
  font-weight: 600;
}
.top-sub-nav-item:hover span a{
  font-weight: 600;
  font-style: Bold;
}
.top-sub-nav-item:hover .top-sub-nav-item-label::after,
.top-sub-nav-item.active .top-sub-nav-item-label::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 3px;
  background: rgba(255, 114, 0, 1); /* 主题色可改 */
  border-radius: 2px;
}
/** column **/

/* 右侧内容 begin */
.global-header-top-nav-right {
  display: flex;
  align-items: center;
  min-width: 222px;
  justify-content: flex-end;
  background: rgba(237, 113, 27, 1);
  position: relative;
  cursor: pointer;
}
.global-header-top-nav-right:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 0;
  width: 28px;
  height: 100%;
  background: var(--footer-bg-color);
  border-radius: 56px 0 0 56px;
  transform: rotate(180deg);
}
.global-top-nav-system-item {
}

.global-top-nav-turn {
  border: 1px solid #FFFFFF;
  min-width: 24px;
  height: 24px;
  border-radius: 4px;
  text-align: center;
  line-height: 22px;
}
.global-top-nav-system-box {
  border: 2px solid #FFFFFF;
  border-left: unset;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 5px 20px 5px 0;
}
.global-top-nav-entry {
  display: flex;
  margin-left: 28px;
}
.nav-feed-img {
  width: 100%;
  height: 28px;
  padding-top: 0px;
  margin-right: 7px;
}
.nav-feed-img-title {
    width: 100%;
    height: 24px;
    padding-top: 4px;
}
.global-top-nav-system span {
  margin: 0px;
  font-size: var(--font-size-16);
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 2px;
  margin: 0 8px 0 4px;

}
/* 右侧内容 end */

.ns-layout-footer-shell {
  height: 400px;
  background-color: var(--footer-bg-color);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ns-layout-footer {
  margin: 0 auto;
  min-width: 1280px;
  width: 1280px;
}

.ns-layout-footer-logo {
  border-bottom: 2px solid #FFF;
  padding: 12px 0;
  margin-bottom: 16px;
}

.ns-layout-footer-logo-img {
  max-width: 271px;
}
.ns-layout-footer-warp {
  display: flex;
  align-items: center;
  height: 204px;
  /* justify-content: center; */
  /* border-bottom: 2px solid #FFF; */
}

.footer-left {
  position: relative;
  flex: 1;
}
.footer-left-img {
  display: inline-block;
  margin-right: 32px;
}
.footer-left-img img{
  width:200px;
}
.footer-left-desc {
  text-align: center;
  margin-top: 8px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: var(--font-size-16);
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;

}

.footer-left-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-left-top-img {
  width: 60px;
  padding: 0 16px 0 24px;
  display: flex;
}

.footer-left-top-item {
  width: 320px;
  background: rgb(255 255 255);
  height: 56px;
  display: flex;
  align-items: center;
  padding: 12px 0px;
  border-radius: 8px;
}

.footer-left-top-content {display: flex;flex-direction: column;justify-content: space-between;height: 100%;}

.footer-left-top-content-title {
  font-weight: 700;
  font-size: var(--font-size-16);
  color: rgba(30, 70, 139, 1);
}

.footer-left-top-content-desc {
  font-weight: 700;
  font-size: var(--font-size-18);
}
.footer-left-top-app-img {
  width: 80px;
  padding: 0 8px 0 12px;
}
.footer-left-top-app-img img {
  width: 100%;
}
.footer-left-top-app-title {
  color: rgba(0, 158, 238, 1);
}

.contact-us {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
  row-gap: 12px;
  max-width: 340px;
  margin-bottom: -14px;
}

.contact-us-title {
  margin: 0 24px 0 20px;
  font-weight: 400;
  font-size: var(--font-size-16);
  position: relative;
}
.contact-us-title span {
  margin-left: -6px;
}
.contact-us-title::marker {
    color: #FFF;
}
.contact-us-link {
  display: flex;
  align-items: center;
}
.contact-us-link a {
  margin-right: 24px;
}
.contact-us-link img {
  height: 32px;
}
.contact-us-link-aboutus img {
  height: 40px;
}

.foot-feed {
  padding-top: 6px;
}

.foot-feed-title {
  margin: 0;
  font-weight: 800;
  line-height: 1.2;
  color: #FFF;
  font-size: var(--font-size-20);
}
.foot-feed-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  white-space: nowrap;
}
.foot-feed-copy {
  max-width: 168px;
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.5;
  white-space: normal;
}

.foot-feed-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding: 8px 14px;
  border-radius: 6px;
  background: #ffffff;
  font-size: var(--font-size-14);
  font-weight: 700;
  text-decoration: none;
}

.foot-feed-cta span{
  color: #000;
}


.footer-right {
  margin-left: 72px;
  border-left: 1px dashed rgba(255, 255, 255, 0.45);
  display: flex;
  flex-direction: column;
  width: 472px;
  align-items: center;
}


.footer-right-foot {
	display: flex;
	justify-content: center;
  flex-direction: column;
}
.footer-right-foot-title {
  margin: 40px 0 24px;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
}
.footer-right-foot-content-list {
  width: 100%;
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  column-gap: 48px;
  display: flex;
  justify-content: center;
}

.footer-right-foot-content-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.footer-social-popover {
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 .8vh 2vh #0000002e;
    display: flex;
    gap: 16px;
    left: 50%;
    max-width: 40vw;
    opacity: 0;
    padding: 6px 9px;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 0vh);
    transform: translate(-50%,-.6vh);
    transition: opacity .2s,transform .2s;
    width: -moz-max-content;
    width: max-content;
    z-index: 2
}

.footer-social-icon-item:hover .social-popover {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%)
}

.footer-social-popover-item {
    align-items: center;
    color: #1d3159;
    display: flex;
    flex-shrink: 0;
    font-size: var(--font-size-14);
    gap: 8px;
    line-height: 1;
    -webkit-text-decoration: none;
    text-decoration: none;
    white-space: nowrap
	 cursor: pointer;
   position: relative;
}

.footer-social-popover-item-wx {
  flex-direction: column;
}
.footer-social-popover-item span {
	color: #1d3159;
	 cursor: pointer;
}
.footer-social-popover-item:hover span{
    color: #0f66cc
}
.footer-social-popover-icon {
    border-radius: 50%;
    height: 16px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 16px;
}
.footer-social-wx-gzh {
    width: 96px;
    position: absolute;
    top: 26px;
    left: 50%;
    background: #FFF;
    padding: 5px;
    transform: translateX(-50%);
}
.footer-social-wx-gzh-hidden {
	display:none;
}
.footer-social-popover-item-wx-tongshuo:hover .footer-social-wx-gzh {
	display: block;
}

.footer-right-foot-content-item:hover .footer-social-popover {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%);
}

.apps h2 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 800;
  color: #FFF;
}

.app-actions {
  display: flex;
  gap: 8px;
}

.app-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 6px;
  background: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.app-button span {
  color:#111111;
}
.ns-layout-footer-link-wrap {
  margin: 24px 0px 0;
}
.ns-layout-footer-link-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px 0;
}

.ns-layout-footer-link-title h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 8px;
  font-size: var(--font-size-13);
  font-weight: 500;
  color: #FFF;
}

 .ns-layout-footer-link-title h2::after {
  content: "";
  flex: 1;
  min-width: 0;
  height: 1px;
  background: rgba(242, 245, 255, 0.86);
}
.ns-layout-footer-link-item {
    font-size: var(--font-size-13);
}
.ns-layout-footer-link-item a {
    position: relative;
    padding-right: 8px;
    margin-right: 8px;
    text-decoration: none;
}
.ns-layout-footer-link-item a::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    width: 2px;
    height: 13px;
    background: rgb(255 255 255 / 70%);
}

.ns-layout-footer-link-item:last-child a::after {
  width: 0px;
  height: 0px;
  margin-right: 0;
  padding-right: 0;
}
.about-us {
  text-align: center;
  margin-top: 10px;
  padding-top: 12px;
  border-top: 2px solid #FFF;
}
.about-us p {
    font-size: var(--font-size-12);
    margin-block-start: 4px;
    margin-block-end: unset;
}
.about-us p span {
}

.global-content {
  margin: 0 auto;
  min-width: 1280px;
  width: 1280px;
}
.ns-layout-tools-top-shares-search-input {
  width: 0px;
  animation: display 5s linear;
  transition: width 0.32s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  display: none;
}
/* input 搜索框 */
.ant-input-affix-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, .65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: start;
}

.ant-input {
  box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0,0,0,.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all .3s
}

.ant-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1
}

.ant-input:-ms-input-placeholder {
  color: #bfbfbf
}

.ant-input::-webkit-input-placeholder {
  color: #bfbfbf
}

.ant-input:-moz-placeholder-shown {
  text-overflow: ellipsis
}

.ant-input:placeholder-shown {
  text-overflow: ellipsis
}

.ant-input:focus,.ant-input:hover {
  border-color: var(--primary-border-color);
  border-right-width: 1px!important
}

.ant-input:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24,144,255,.2)
}

.ant-input-disabled {
  color: rgba(0,0,0,.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1
}

.ant-input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px!important
}

.ant-input[disabled] {
  color: rgba(0,0,0,.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1
}

.ant-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px!important
}

.ant-input-group-wrapper {
  display: inline-block;
  width: 100%;
  text-align: start;
  vertical-align: top
}

.ant-input-affix-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0,0,0,.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: start
}

.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: var(--primary-border-color);
  border-right-width: 1px!important
}

.ant-input-affix-wrapper .ant-input {
  position: relative;
  text-align: inherit
}

.ant-input-affix-wrapper .ant-input-prefix,.ant-input-affix-wrapper .ant-input-suffix {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  color: rgba(0,0,0,.65);
  line-height: 0;
  transform: translateY(-50%)
}

.ant-input-affix-wrapper .ant-input-prefix :not(.anticon),.ant-input-affix-wrapper .ant-input-suffix :not(.anticon) {
  line-height: 1.5
}

.ant-input-affix-wrapper .ant-input-disabled~.ant-input-suffix .anticon {
  color: rgba(0,0,0,.25);
  cursor: not-allowed
}

.ant-input-affix-wrapper .ant-input-prefix {
  left: 12px
}

.ant-input-affix-wrapper .ant-input-suffix {
  right: 12px
}

.ant-input-affix-wrapper .ant-input:not(:first-child) {
  padding-left: 30px
}

.ant-input-affix-wrapper .ant-input:not(:last-child) {
  padding-right: 30px
}

.ant-input-affix-wrapper.ant-input-affix-wrapper-input-with-clear-btn .ant-input:not(:last-child) {
  padding-right: 49px
}

.ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input {
  padding-right: 22px
}
.ant-input-search-icon:hover {
  color: var(--primary-border-color);
}
.global-line-space-24 {
  padding: 12px;
}

.top-tools-hover-div {
  padding-top: 10px;
}
.download_div_content {
  border:1px solid #eeeeee;
  background:#ffffff;z-index:999;
}
.top-tools-hover-div:before {
  content: '';
  width: 0px;
  height: 0px;
  border-bottom: 8px solid #FFF;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  left: 50%;
  top: 8px;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}



.zts-tools-page {
  --page-bg: rgb(96 124 172 / 70%);
  --page-wash: radial-gradient(circle at top left, rgba(255, 255, 255, 0.92), rgba(244, 239, 231, 0.55) 38%, transparent 60%);
  --panel: rgba(255, 252, 247, 0.94);
  --accent: rgb(30, 70, 139);
  --accent-deep: rgb(96, 124, 172);
  --ink: #1f1a17;
  --muted: #6c625a;
  --line: rgba(104, 84, 65, 0.16);
  --shadow: 0 20px 44px rgba(67, 43, 23, 0.12);
  margin: 0;
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76) 0%, rgba(255, 255, 255, 0) 16%),
    var(--page-wash),
    var(--page-bg);
}

.zts-tools-page a {
  color: inherit;
}

.zts-tools-page-shell {
  width: min(1140px, calc(100% - 144px));
  margin: 0 auto;
  padding: 36px 0 64px;
}

.zts-tools-hero {
  position: relative;
  padding: 42px 42px 36px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255, 250, 244, 0.96), rgba(252, 245, 236, 0.92));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.zts-tools-hero::before,
.zts-tools-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(6px);
}

.zts-tools-hero::before {
  width: 220px;
  height: 220px;
  top: -90px;
  right: -20px;
  background: rgba(214, 63, 47, 0.08);
}

.zts-tools-hero::after {
  width: 160px;
  height: 160px;
  left: -60px;
  bottom: -80px;
  background: rgba(182, 125, 67, 0.12);
}

.zts-tools-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

.zts-tools-hero h1 {
  margin: 18px 0 12px;
  font-size: clamp(34px, 6vw, 56px);
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.zts-tools-hero p {
  max-width: 760px;
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
}

.zts-tools-hero__tips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.zts-tools-hero__card {
  padding: 18px 18px 16px;
  border: 1px solid rgba(214, 63, 47, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
}

.zts-tools-hero__card h2 {
  margin: 0 0 6px;
  font-size: 16px;
}

.zts-tools-hero__card p {
  font-size: 13px;
  line-height: 1.65;
}

.zts-tools-content {
  margin-top: 28px;
}

.zts-tools-news-section {
  min-height: 76vh;
  padding: 34px;
  margin-top: 22px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 250, 244, 0.94), rgba(255, 255, 255, 0.9));
  box-shadow: var(--shadow);
  scroll-margin-top: 28px;
}

.zts-tools-news-section:nth-child(3n + 2) {
  background: linear-gradient(180deg, rgba(255, 246, 239, 0.94), rgba(255, 255, 255, 0.9));
}

.zts-tools-news-section:nth-child(3n) {
  background: linear-gradient(180deg, rgba(250, 248, 242, 0.94), rgba(255, 255, 255, 0.9));
}

.zts-tools-section-header {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin-bottom: 26px;
}

.zts-tools-section-index {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--accent);
}

.zts-tools-section-title {
  margin: 0;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.1;
}

.zts-tools-section-copy {
  margin: 10px 0 0;
  max-width: 760px;
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
}

.zts-tools-story-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 16px;
}

.zts-tools-story-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 192px;
  padding: 22px 20px;
  border: 1px solid rgba(104, 84, 65, 0.11);
  border-radius: 22px;
  background: var(--panel);
}

.zts-tools-story-card--lead {
  grid-row: span 2;
  min-height: 400px;
  background: linear-gradient(145deg, rgba(214, 63, 47, 0.11), rgba(255, 255, 255, 0.92));
}

.zts-tools-story-card__eyebrow {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}

.zts-tools-story-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.28;
}

.zts-tools-story-card:not(.zts-tools-story-card--lead) h3 {
  font-size: 20px;
}

.zts-tools-story-card p {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}

.zts-tools-story-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid rgba(104, 84, 65, 0.12);
  font-size: 12px;
  color: var(--muted);
}

.zts-tools-side-nav {
  position: fixed;
  top: 50%;
  left: min(calc(50% + 640px + 40px), calc(100% - 100px));
  z-index: 20;
  width: 96px;
  transform: translateY(-50%);
  border: 1px solid rgba(96, 124, 172);
  border-radius: 18px;
  background: rgba(255, 251, 248, 0.9);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 42px rgba(103, 47, 28, 0.1);
  overflow: hidden;
}

.zts-tools-side-nav__list {
  list-style: none;
  margin: 0;
  padding: 8px 0 0;
}

.zts-tools-side-nav__item {
  margin: 0;
}

.zts-tools-side-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 34px;
  padding: 8px 0px;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 14px;
  line-height: 1.35;
  color: var(--ink);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease;
  word-break: break-all;
}

.zts-tools-side-nav__link:hover {
  background: rgba(30, 70, 139, 0.08);
}

.zts-tools-side-nav__link.zts-tools-is-active {
  background: var(--accent);
  color: #ffffff;
  font-weight: 700;
}

.zts-tools-side-nav__footer {
  padding: 12px 0 14px;
  border-top: 1px solid rgba(96, 124, 172);
}

.zts-tools-side-nav__top {
  display: grid;
  place-items: center;
  width: 100%;
  height: 16px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.zts-tools-side-nav__top::before {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 1.5px solid var(--accent);
  border-left: 1.5px solid var(--accent);
  transform: rotate(45deg) translate(2px, 2px);
}

.zts-tools-side-nav__app {
    padding: 12px 0 8px;
    border-top: 1px solid rgba(96, 124, 172);
}

.zts-tools-side-nav__app_qrcode {
    text-align: center;
    width: 100%;
}

.zts-tools-side-nav__app_qrcode img{
    max-width: 100%;
    max-height: 100%;
}

.zts-tools-side-nav__app_btn {
    display: grid;
    place-items: center;
    width: 100%;
    height: 24px;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.zts-tools-side-nav {
  display:none;
}

.zts-tools-side-nav_share__list {
  display: flex;
  flex-direction: column;
}

.zts-tools-side-nav_share__list_show {
  display: flex;
  flex-direction: column;
}
/* 20260804 新版 */
.zts-tools-side-nav-share {
  --offset-y: 10px;
  --duration: 0.24s;
  --step: 0.08s;
  --radius: 22px;
  --item-count: 7;
  --item-size: 60px;
  --accent: rgb(30, 70, 139);
}
.zts-tools-side-nav-share-main {
  position: fixed;
  top: unset;
  bottom: 100px;
  left: min(calc(50% + 640px + 40px), calc(100% - 100px));
  z-index: 20;
  width: 96px;
  transform: unset;
  border: 1px solid rgba(96, 124, 172);
  border-radius: 18px;
  background: rgba(255, 251, 248, 0.9);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 42px rgba(103, 47, 28, 0.1);
  padding-top: 8px;
}

.zts-tools-side-nav-share-main .ns-layout-tools-shares-list{
  list-style: none;
  margin: 0;
  padding: 0 0;
}

.ns-layout-tools-shares-item-new {
  width: var(--item-size);
  height: var(--item-size);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition:
    height var(--duration) ease,
    opacity var(--duration) ease,
    transform var(--duration) ease,
    background-color var(--duration) ease,
    color var(--duration) ease,
    box-shadow var(--duration) ease;
}

.zts-tools-side-nav__app {
	border-top: unset;
}
.zts-tools-side-nav-share-main-active .zts-tools-side-nav__app {
	border-top: 1px solid rgba(96, 124, 172);
  margin-top: 8px;
}
.ns-layout-tools-shares-item-new {
  font-weight: 700;
  opacity: 0;
  height: 0px;
  pointer-events: none;
  transition-delay: calc((var(--item-count) - 1 - var(--index)) * var(--step));
}

.ns-layout-tools-shares-item-new .tools-shares-item-new-img {
  width: 40px;
}
.zts-tools-side-nav-share-main-active .ns-layout-tools-shares-item-new {
  opacity: 1;
  height: var(--item-size);
}

.zts-tools-side-nav-share-main-active  .ns-layout-tools-shares-item-new,
.zts-tools-side-nav-share-main-active:focus-within .ns-layout-tools-shares-item-new {
  transform: translateY(0) scale(1);
  pointer-events: auto;
  transition-delay: calc(var(--index) * var(--step));
}
.ns-layout-tools-shares-item-new:hover,
.ns-layout-tools-shares-item-new:focus-visible {
  background: #eff6ff;
  color: #1d4ed8;
  box-shadow: 0 6px 18px rgba(29, 78, 216, 0.18);
}
.footer-social-popover-left {
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translate(-100%, -50%);
  left: 0;
}

.ns-layout-tools-shares-item-new:hover .footer-social-popover-left,
.ns-layout-tools-shares-item-new:focus-within .footer-social-popover-left,
.footer-social-popover-left:hover {
  opacity: 1;
  pointer-events: auto;
}

 .footer-social-popover-left .footer-social-wx-gzh {
    top: 50%;
    left: -100%;
    transform: translate(-52%, -85%);
}
/* 20260804 新版 end */