/*
  使用 EasyLess 插件，每次保存会自动编译成 index.css 文件
*/
@import url('marquee.css');
@font-face {
  font-family: 'MiSans';
  src: url(assets/font/MiSans-Regular.woff2) format('woff2'), url(assets/font/MiSans-Regular.woff) format('woff'), url(assets/font/MiSans-Regular.ttf) format('truetype');
}
/* 公共类开始 */
.mark-global-register.container * {
  box-sizing: border-box;
}
.mark-global-register.container .flex-baseline {
  display: flex;
  align-items: center;
  line-height: 1;
}
.mark-global-register.container .w-1278 {
  width: 1278px;
}
.mark-global-register.container .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mark-global-register.container .text-center {
  text-align: center;
}
.mark-global-register.container .apple-transition {
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
.mark-global-register.container .apple-transition:hover {
  transform: scale(1.016);
}
.mark-global-register.container .flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 公共类结束 */
/* 1 全链路多样化服务·开启全球化征程 */
.hero-section {
  position: relative;
  width: 100%;
  height: 780px;
  overflow: hidden;
  /* 背景视频 */
  /* 容器 */
}
.hero-section .hero-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero-section .hero-section__bg .video {
  width: 100%;
  height: 100%;
  transform: scale(1.15);
  transform-origin: center bottom;
  object-fit: cover;
  object-position: center;
}
.hero-section .hero-section__container {
  position: relative;
  z-index: 1;
  height: 100%;
  /* 标题和副标题 */
  /* 查询输入框 */
  /* 查询动态 */
  /* 功能区域 */
}
.hero-section .hero-section__container .hero-section__header {
  /* margin-top: 220px; */
  margin-top: 132px;
}
.hero-section .hero-section__container .hero-section__header .hero-section__title {
  width: 1072px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.hero-section .hero-section__container .hero-section__header .hero-section__subtitle {
  width: 762px;
  margin: 0 auto;
}
.hero-section .hero-section__container .hero-section__query {
  margin-top: 73px;
  display: flex;
  justify-content: center;
  user-select: none;
}
.hero-section .hero-section__container .hero-section__query .query-wrapper {
  width: 700px;
  height: 60px;
  display: flex;
  align-items: center;
  border-radius: 30px;
  border: 2px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #4b75ff, #c446ff, #92a3ff) border-box;
}
.hero-section .hero-section__container .hero-section__query .query-wrapper .query-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.hero-section .hero-section__container .hero-section__query .query-wrapper .query-box .icon {
  width: 18px;
  height: 18px;
  margin: 0 16px 0 30px;
}
.hero-section .hero-section__container .hero-section__query .query-wrapper .query-box .input {
  flex: 1;
  height: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  color: #575f89;
  background: transparent;
}
.hero-section .hero-section__container .hero-section__query .query-wrapper .query-box .input::placeholder {
  color: #575f89;
}
.hero-section .hero-section__container .hero-section__query .query-wrapper .query-box .button-wrapper {
  height: 100%;
  flex: 0 0 173px;
  border-radius: 30px;
  padding: 2px;
  background: linear-gradient(261deg, #ffffff, #cdb9ff) border-box, #fff padding-box;
  background-clip: border-box, padding-box;
}
.hero-section .hero-section__container .hero-section__query .query-wrapper .query-box .button-wrapper .button {
  height: 100%;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  background: linear-gradient(117deg, #0a13ce 0%, #5a0eff 100%);
  position: relative;
  z-index: 1;
}
.hero-section .hero-section__container .hero-section__query .query-wrapper .query-box .button-wrapper .button::after {
  position: absolute;
  content: '';
  inset: 0;
  background: linear-gradient(90deg, #14b5ff 0%, #0e14ff 100%);
  border-radius: 30px;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
}
.hero-section .hero-section__container .hero-section__query .query-wrapper .query-box .button-wrapper .button:hover::after {
  opacity: 1;
}
.hero-section .hero-section__container .hero-section__infos {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 700px;
  margin: 22px auto 0;
  height: 40px;
}
.hero-section .hero-section__container .hero-section__infos .infos-label {
  margin-right: 13px;
  width: 73px;
  margin-bottom: 4px;
}
.hero-section .hero-section__container .hero-section__infos .infos-list {
  height: 40px;
  padding-right: 20px;
  overflow: hidden;
}
.hero-section .hero-section__container .hero-section__infos .infos-list .infos-track {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 28px;
  transition: transform 0.5s ease-in-out;
}
.hero-section .hero-section__container .hero-section__infos .infos-list .info-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  height: 40px;
}
.hero-section .hero-section__container .hero-section__infos .infos-list .info-item .user-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.hero-section .hero-section__container .hero-section__infos .infos-list .info-item .user-text {
  font-size: 12px;
  color: #ffffff;
  margin-right: 8px;
}
.hero-section .hero-section__container .hero-section__infos .infos-list .info-item .service-tag {
  height: 24px;
  line-height: 22px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.11);
  font-size: 12px;
  color: #c3beff;
  backdrop-filter: blur(11px);
}
.hero-section .hero-section__container .hero-section__infos .infos-arrows {
  display: flex;
  gap: 12px;
}
.hero-section .hero-section__container .hero-section__infos .infos-arrows .arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  cursor: pointer;
  transition: all 0.3s;
}
.hero-section .hero-section__container .hero-section__infos .infos-arrows .arrow.arrow-prev {
  background-image: url('assets/img/hero-section/arrow-left.png');
}
.hero-section .hero-section__container .hero-section__infos .infos-arrows .arrow.arrow-next {
  background-image: url('assets/img/hero-section/arrow-right.png');
}
.hero-section .hero-section__container .hero-section__infos .infos-arrows .arrow:hover.arrow-prev {
  background-image: url('assets/img/hero-section/arrow-left-hover.png');
}
.hero-section .hero-section__container .hero-section__infos .infos-arrows .arrow:hover.arrow-next {
  background-image: url('assets/img/hero-section/arrow-right-hover.png');
}
.hero-section .hero-section__container .hero-section__features {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 65px;
  user-select: none;
}
.hero-section .hero-section__container .hero-section__features .feature-item {
  padding: 20px 26px 20px 20px;
  width: 413px;
  height: 108px;
  /* 防止部分浏览器渲染时的微小抖动 */
  will-change: height, margin-top;
  border-radius: 8px;
  backdrop-filter: blur(16px);
  background: linear-gradient(92deg, rgba(16, 16, 133, 0.14) 0%, rgba(10, 10, 87, 0.18) 100%);
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}
.hero-section .hero-section__container .hero-section__features .feature-item:hover {
  height: 120px;
  background: linear-gradient(109deg, rgba(16, 16, 133, 0.14) 0%, rgba(212, 212, 255, 0.36) 100%);
  z-index: 2;
  margin-top: -12px;
}
.hero-section .hero-section__container .hero-section__features .feature-item:hover .feature-arrow {
  transform: scale(1);
}
.hero-section .hero-section__container .hero-section__features .feature-item::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  pointer-events: none;
}
.hero-section .hero-section__container .hero-section__features .feature-item .feature-icon {
  width: 68px;
  height: 68px;
}
.hero-section .hero-section__container .hero-section__features .feature-item .feature-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero-section .hero-section__container .hero-section__features .feature-item .feature-content .feature-title {
  font-size: 20px;
  color: #ffffff;
}
.hero-section .hero-section__container .hero-section__features .feature-item .feature-content .feature-desc {
  font-size: 14px;
  color: #9c9fb6;
}
.hero-section .hero-section__container .hero-section__features .feature-item .feature-arrow {
  width: 45px;
  height: 45px;
  transform: scale(0.577);
  transform-origin: center;
  transition: all 0.3s;
}
@keyframes importance-float-cursor {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(4px, -10px) rotate(2deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
/* 2 & 3 共享背景区域 (国际商标的重要性 + 热门国家) */
.importance-hot-regions {
  background: linear-gradient(180deg, #dadcff 0%, #f3f4ff 100%);
  height: 1630px;
  position: relative;
  /* 国际商标的重要性 */
  /* 全球热门国家&地区注册推荐 */
}
.importance-hot-regions::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 854px;
  /* 阴影图片高度 */
  /* 设置阴影图片 */
  background-image: url('assets/img/hot-regions/bg-shadow.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  /* 可选：让点击穿透这个阴影层，不影响底下内容的交互 */
  pointer-events: none;
  opacity: 0.8;
}
.importance-hot-regions .importance {
  padding-top: 108px;
}
.importance-hot-regions .importance .importance-hd .title {
  font-size: 42px;
  justify-content: center;
  color: #050729;
}
.importance-hot-regions .importance .importance-hd .subtitle {
  margin-top: 20px;
  font-size: 16px;
  justify-content: center;
  color: rgba(5, 7, 41, 0.56);
}
.importance-hot-regions .importance .importance-bd {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.importance-hot-regions .importance .importance-bd .importance-col {
  width: 418px;
  height: 436px;
}
.importance-hot-regions .importance .importance-bd .importance-col .importance-card {
  padding: 30px;
}
.importance-hot-regions .importance .importance-bd .importance-col-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.importance-hot-regions .importance .importance-bd .importance-col-left .card-expand,
.importance-hot-regions .importance .importance-bd .importance-col-left .card-platform {
  height: 50%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  transition: background-size 0.3s;
  border-radius: 8px;
  overflow: hidden;
}
.importance-hot-regions .importance .importance-bd .importance-col-left .card-expand:hover,
.importance-hot-regions .importance .importance-bd .importance-col-left .card-platform:hover {
  background-size: 120% 120%;
}
.importance-hot-regions .importance .importance-bd .importance-col-left .card-expand .card-info .en-title,
.importance-hot-regions .importance .importance-bd .importance-col-left .card-platform .card-info .en-title {
  font-family: MiSans;
  font-weight: 400;
  font-size: 12px;
  color: rgba(10, 219, 219, 0.7);
  margin-top: 7px;
}
.importance-hot-regions .importance .importance-bd .importance-col-left .card-expand .card-info .cn-title,
.importance-hot-regions .importance .importance-bd .importance-col-left .card-platform .card-info .cn-title {
  margin-top: 11px;
  font-size: 22px;
  background: linear-gradient(240deg, #857ed6 0%, #f3f4f6 100%);
  background-clip: text;
  color: transparent;
  text-shadow: none;
}
.importance-hot-regions .importance .importance-bd .importance-col-left .card-expand .card-info .card-desc,
.importance-hot-regions .importance .importance-bd .importance-col-left .card-platform .card-info .card-desc {
  margin-top: 46px;
  font-size: 15px;
  color: rgba(220, 224, 255, 0.5);
}
.importance-hot-regions .importance .importance-bd .importance-col-left .card-expand .card-icon,
.importance-hot-regions .importance .importance-bd .importance-col-left .card-platform .card-icon {
  width: 139px;
  height: 139px;
  position: absolute;
  top: 0;
  right: 0;
}
.importance-hot-regions .importance .importance-bd .importance-col-left .card-expand .platform-logos,
.importance-hot-regions .importance .importance-bd .importance-col-left .card-platform .platform-logos {
  width: 312px;
  margin-top: 48px;
}
.importance-hot-regions .importance .importance-bd .importance-col-left .card-expand {
  background-image: url('assets/img/importance/importance-left-expand-bg.png');
}
.importance-hot-regions .importance .importance-bd .importance-col-left .card-platform {
  background-image: url('assets/img/importance/importance-left-platform-bg.png');
}
.importance-hot-regions .importance .importance-bd .importance-col-middle {
  background: url('assets/img/importance/importance-middle-bg.png') no-repeat center / 100% 100%;
  position: relative;
}
.importance-hot-regions .importance .importance-bd .importance-col-middle .card-brand {
  padding: 0;
}
.importance-hot-regions .importance .importance-bd .importance-col-middle .card-brand .card-info {
  margin-top: 143px;
  flex-direction: column;
}
.importance-hot-regions .importance .importance-bd .importance-col-middle .card-brand .card-info .title {
  text-align: center;
  font-size: 28px;
  color: #151127;
}
.importance-hot-regions .importance .importance-bd .importance-col-middle .card-brand .card-info .title .highlight-1,
.importance-hot-regions .importance .importance-bd .importance-col-middle .card-brand .card-info .title .highlight-2 {
  background: linear-gradient(to right, #0b12ce 0%, #7517ff 100%);
  background-clip: text;
  color: transparent;
  text-shadow: none;
}
.importance-hot-regions .importance .importance-bd .importance-col-middle .card-brand .card-info .title .highlight-2 {
  margin-left: 13px;
}
.importance-hot-regions .importance .importance-bd .importance-col-middle .card-brand .card-info .en-title {
  margin-top: 23px;
  font-family: MiSans;
  font-size: 12px;
  color: rgba(10, 219, 219, 0.7);
}
.importance-hot-regions .importance .importance-bd .importance-col-middle .card-brand .card-info .card-desc {
  margin-top: 14px;
  font-size: 15px;
  color: #151127;
  display: flex;
  text-align: center;
  flex-direction: column;
  gap: 8px;
}
.importance-hot-regions .importance .importance-bd .importance-col-middle .card-brand .card-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
}
.importance-hot-regions .importance .importance-bd .importance-col-middle .card-brand .cursor {
  position: absolute;
  bottom: 27px;
  right: 55px;
  width: 44px;
  height: 44px;
  animation: importance-float-cursor 2.3s ease-in-out infinite;
}
.importance-hot-regions .importance .importance-bd .importance-col-right {
  background: url('assets/img/importance/importance-right-bg.png') no-repeat center / 100% 100%;
  overflow: hidden;
}
.importance-hot-regions .importance .importance-bd .importance-col-right .card-stats {
  padding: 37px 0 37px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
.importance-hot-regions .importance .importance-bd .importance-col-right .card-stats:hover .planet {
  transform: scale(1.55);
}
.importance-hot-regions .importance .importance-bd .importance-col-right .card-stats .planet {
  width: 243px;
  height: 182px;
  position: absolute;
  top: 180px;
  left: 230px;
  transform: scale(1.45);
  transition: transform 0.3s;
}
.importance-hot-regions .importance .importance-bd .importance-col-right .card-stats .stats-item .en-title {
  font-family: MiSans;
  font-size: 12px;
  color: rgba(10, 219, 219, 0.7);
}
.importance-hot-regions .importance .importance-bd .importance-col-right .card-stats .stats-item .cn-title {
  margin-top: 10px;
  font-size: 15px;
  /* color: #dce0ff; */
  color: rgba(220, 224, 255, 0.7);
}
.importance-hot-regions .importance .importance-bd .importance-col-right .card-stats .stats-item .stats-num .country-count {
  width: 86px;
  height: 88px;
  position: relative;
  margin-top: 20px;
}
.importance-hot-regions .importance .importance-bd .importance-col-right .card-stats .stats-item .stats-num .country-count .country-count-icon {
  position: absolute;
  width: 26px;
  height: 30px;
  top: 6px;
  right: -34px;
}
.importance-hot-regions .importance .importance-bd .importance-col-right .card-stats .stats-item .stats-num .money-count {
  width: 182px;
  height: 88px;
  margin-top: 11px;
}
.importance-hot-regions .hot-regions {
  position: relative;
}
.importance-hot-regions .hot-regions .hot-regions__header {
  margin: 108px auto 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.importance-hot-regions .hot-regions .hot-regions__header .hot-regions__info .hot-regions__title {
  font-size: 42px;
  color: #050729;
}
.importance-hot-regions .hot-regions .hot-regions__header .hot-regions__info .hot-regions__subtitle {
  font-size: 16px;
  margin-top: 20px;
  color: rgba(5, 7, 41, 0.56);
}
.importance-hot-regions .hot-regions .hot-regions__header .hot-regions__search {
  width: 310px;
  height: 48px;
  border-radius: 30px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.importance-hot-regions .hot-regions .hot-regions__header .hot-regions__search .search-icon {
  width: 18px;
  height: 18px;
  margin: 15px 9px 15px 17px;
}
.importance-hot-regions .hot-regions .hot-regions__header .hot-regions__search .search-input {
  flex: 1;
  font-size: 16px;
  color: #03055c;
  padding-right: 12px;
}
.importance-hot-regions .hot-regions .hot-regions__header .hot-regions__search .search-input::placeholder {
  color: #ccc;
}
.importance-hot-regions .hot-regions .hot-regions__header .hot-regions__search .search-btn {
  flex: 0 0 80px;
  height: 100%;
  border-radius: 30px;
  background: linear-gradient(117deg, #0a13ce 0%, #5a0eff 100%);
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.importance-hot-regions .hot-regions .hot-regions__header .hot-regions__search .search-btn:hover::before {
  opacity: 1;
}
.importance-hot-regions .hot-regions .hot-regions__header .hot-regions__search .search-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 30px;
  z-index: -1;
  background: linear-gradient(90deg, #14b5ff 0%, #0e14ff 100%);
  opacity: 0;
  transition: opacity 0.3s;
}
.importance-hot-regions .hot-regions .hot-regions__list {
  display: flex;
  width: max-content;
  flex-wrap: nowrap;
  gap: 12px;
}
.importance-hot-regions .hot-regions .hot-regions__list + .hot-regions__list {
  margin-top: 12px;
}
.importance-hot-regions .hot-regions .hot-regions__list .region-item {
  width: 284px;
  height: 300px;
  padding: 30px;
  background: linear-gradient(92deg, #e5ebff 0%, #f1f4ff 100%);
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  position: relative;
  cursor: pointer;
  transition: background 0.3s;
}
.importance-hot-regions .hot-regions .hot-regions__list .region-item:hover .region-flag .region-en-name {
  color: #00ffff;
}
.importance-hot-regions .hot-regions .hot-regions__list .region-item:hover .region-bg {
  opacity: 1;
}
.importance-hot-regions .hot-regions .hot-regions__list .region-item:hover .region-national-wrapper {
  opacity: 0;
  pointer-events: none;
}
.importance-hot-regions .hot-regions .hot-regions__list .region-item:hover .region-info {
  transform: translateY(-57px);
}
.importance-hot-regions .hot-regions .hot-regions__list .region-item:hover .region-info .region-title {
  color: #fff;
}
.importance-hot-regions .hot-regions .hot-regions__list .region-item:hover .region-info .region-desc .region-cycle,
.importance-hot-regions .hot-regions .hot-regions__list .region-item:hover .region-info .region-desc .region-time {
  color: #b3b5e6;
}
.importance-hot-regions .hot-regions .hot-regions__list .region-item:hover .region-info .region-desc .region-progress {
  background: url('assets/img/hot-regions/progress-hover.png') no-repeat center / 12px 12px;
}
.importance-hot-regions .hot-regions .hot-regions__list .region-item:hover .region-consult-btn {
  transform: translateY(0);
}
.importance-hot-regions .hot-regions .hot-regions__list .region-item .region-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s;
}
.importance-hot-regions .hot-regions .hot-regions__list .region-item .region-flag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.importance-hot-regions .hot-regions .hot-regions__list .region-item .region-flag .region-expiry-tag {
  width: 80px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #ccceef 0%, #e7deff 100%);
  border-radius: 16px;
  font-size: 12px;
  color: #00108d;
}
.importance-hot-regions .hot-regions .hot-regions__list .region-item .region-flag .region-en-name {
  font-weight: 300;
  font-size: 12px;
  font-family: MiSans;
  color: rgba(19, 54, 211, 0.4);
  transition: all 0.3s;
}
.importance-hot-regions .hot-regions .hot-regions__list .region-item .region-national-wrapper {
  text-align: center;
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.importance-hot-regions .hot-regions .hot-regions__list .region-item .region-national-wrapper .region-national-flag {
  width: 72px;
  height: 72px;
}
.importance-hot-regions .hot-regions .hot-regions__list .region-item .region-national-wrapper .region-national-flag-icon {
  position: absolute;
  width: 33px;
  height: 33px;
  top: 40px;
  left: 50px;
}
.importance-hot-regions .hot-regions .hot-regions__list .region-item .region-info {
  transition: all 0.3s;
  position: absolute;
  top: 214px;
  z-index: 2;
}
.importance-hot-regions .hot-regions .hot-regions__list .region-item .region-info .region-title {
  font-size: 20px;
  color: #050729;
  transition: color 0.3s;
}
.importance-hot-regions .hot-regions .hot-regions__list .region-item .region-info .region-desc {
  display: flex;
  margin-top: 18px;
  font-size: 14px;
}
.importance-hot-regions .hot-regions .hot-regions__list .region-item .region-info .region-desc .region-progress {
  width: 12px;
  height: 12px;
  margin-right: 7px;
  background: url('assets/img/hot-regions/progress.png') no-repeat center / 12px 12px;
  transition: all 0.3s;
}
.importance-hot-regions .hot-regions .hot-regions__list .region-item .region-info .region-desc .region-title {
  font-size: 20px;
  color: #050729;
}
.importance-hot-regions .hot-regions .hot-regions__list .region-item .region-info .region-desc .region-divider {
  width: 1px;
  height: 14px;
  background: rgba(103, 104, 134, 0.23);
  margin-left: 20px;
  margin-right: 16px;
}
.importance-hot-regions .hot-regions .hot-regions__list .region-item .region-info .region-desc .region-cycle,
.importance-hot-regions .hot-regions .hot-regions__list .region-item .region-info .region-desc .region-time {
  color: #676886;
}
.importance-hot-regions .hot-regions .hot-regions__list .region-item .region-consult-btn {
  position: absolute;
  bottom: 22px;
  width: calc(100% - 60px);
  height: 43px;
  background: linear-gradient(270deg, #ffffff 0%, #c5c5fe 100%);
  border-radius: 33px;
  border: 1px solid rgba(151, 151, 151, 0.34);
  font-size: 16px;
  color: #0e0ed5;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(80px);
  transition: all 0.3s;
  user-select: none;
}
.importance-hot-regions .hot-regions .hot-regions__list .region-item .region-consult-btn:hover {
  color: #f0f0fe;
}
.importance-hot-regions .hot-regions .hot-regions__list .region-item .region-consult-btn:hover::before {
  opacity: 1;
}
.importance-hot-regions .hot-regions .hot-regions__list .region-item .region-consult-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 33px;
  z-index: -1;
  background: linear-gradient(90deg, #14b5ff 0%, #0e14ff 100%);
  opacity: 0;
  transition: opacity 0.3s;
}
/* 4 联盟注册/政策福利/商标服务 */
.alliance-section {
  height: 2383px;
  background: url(assets/img/alliance-register/alliance-bg.png) no-repeat center / 100% 2383px;
  padding-top: 111px;
  position: relative;
}
.alliance-section .alliance-register__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  user-select: none;
  height: 492px;
}
.alliance-section .alliance-register {
  margin: 0 auto;
}
.alliance-section .alliance-register .alliance-register__title {
  font-size: 42px;
  color: #fff;
}
.alliance-section .alliance-register .alliance-register__subtitle {
  margin-top: 17px;
  font-size: 16px;
  color: rgba(220, 220, 255, 0.56);
}
.alliance-section .alliance-register .alliance-register__tabs {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.alliance-section .alliance-register .alliance-register__tabs .alliance-register__tab-item {
  width: 246px;
  height: 62px;
  display: flex;
  align-items: center;
  background: linear-gradient(124deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.08) 100%);
  border-radius: 8px;
  border: 1px solid transparent;
  padding-left: 24px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 3;
  user-select: none;
}
.alliance-section .alliance-register .alliance-register__tabs .alliance-register__tab-item:hover,
.alliance-section .alliance-register .alliance-register__tabs .alliance-register__tab-item.alliance-register__tab-item--active {
  background: linear-gradient(117deg, #0a13ce 0%, #5a0eff 100%);
  box-shadow: inset 2px 2 14px 0px rgba(255, 255, 255, 0.22);
  background-clip: padding-box;
}
.alliance-section .alliance-register .alliance-register__tabs .alliance-register__tab-item:hover::before,
.alliance-section .alliance-register .alliance-register__tabs .alliance-register__tab-item.alliance-register__tab-item--active::before {
  background: linear-gradient(261deg, rgba(255, 255, 255, 0.18), rgba(205, 185, 255, 0.37));
}
.alliance-section .alliance-register .alliance-register__tabs .alliance-register__tab-item::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 8px;
  padding: 1px;
  background: linear-gradient(325deg, rgba(205, 185, 255, 0.63), rgba(255, 255, 255, 0) 20%, rgba(245, 242, 255, 0) 80%, rgba(255, 255, 255, 0.69));
  /* 5. 核心魔法：中间挖空 */
  /* 意思是：用外层减去内层(content-box)，剩下的就是边框 */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.alliance-section .alliance-register .alliance-register__tabs .alliance-register__tab-item img {
  width: 30px;
  height: 30px;
  vertical-align: top;
  margin-right: 14px;
}
.alliance-section .alliance-register .alliance-register__card {
  /* display: flex; */
  height: 560px;
  margin-top: 40px;
  display: none;
}
.alliance-section .alliance-register .alliance-register__card.alliance-register__card--active {
  display: flex;
}
.alliance-section .alliance-register .alliance-register__card .alliance-register__lawyer-info {
  flex-basis: 503px;
  position: relative;
}
.alliance-section .alliance-register .alliance-register__card .alliance-register__lawyer-info .alliance-register__lawyer-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  user-select: none;
}
.alliance-section .alliance-register .alliance-register__card .alliance-register__lawyer-info .alliance-register__lawyer-summary {
  position: absolute;
  bottom: 51px;
  left: 31px;
}
.alliance-section .alliance-register .alliance-register__card .alliance-register__lawyer-info .alliance-register__lawyer-summary .lawyer-summary__name {
  font-weight: 500;
  font-size: 28px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: MiSans;
}
.alliance-section .alliance-register .alliance-register__card .alliance-register__lawyer-info .alliance-register__lawyer-summary .lawyer-summary__name .sign-lawyer {
  width: 85px;
  height: 26px;
}
.alliance-section .alliance-register .alliance-register__card .alliance-register__lawyer-info .alliance-register__lawyer-summary .lawyer-summary__name .sign-lawyer img {
  vertical-align: top;
}
.alliance-section .alliance-register .alliance-register__card .alliance-register__lawyer-info .alliance-register__lawyer-summary .lawyer-summary__desc {
  margin-top: 17px;
  font-size: 14px;
  color: rgba(209, 209, 242, 0.8);
  line-height: 21px;
  position: relative;
  overflow: hidden;
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.alliance-section .alliance-register .alliance-register__card .alliance-register__lawyer-info .alliance-register__lawyer-summary .lawyer-summary__desc.clamped {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
.alliance-section .alliance-register .alliance-register__card .alliance-register__countries-content {
  flex: 1;
  background: linear-gradient(268deg, #f6f6ff 0%, #c5c5fe 100%);
  border-radius: 0 8px 8px 0;
  border: 1px solid rgba(151, 151, 151, 0.34);
  padding: 60px 40px 0 40px;
}
.alliance-section .alliance-register .alliance-register__card .alliance-register__countries-content .countries-content__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.alliance-section .alliance-register .alliance-register__card .alliance-register__countries-content .countries-content__title .cn-name {
  font-size: 28px;
  color: #06082b;
}
.alliance-section .alliance-register .alliance-register__card .alliance-register__countries-content .countries-content__title .en-name {
  font-family: MiSans;
  font-weight: 400;
  font-size: 16px;
  color: #0adbdb;
}
.alliance-section .alliance-register .alliance-register__card .alliance-register__countries-content .countries-content__desc {
  margin-top: 16px;
  font-size: 15px;
  color: rgba(6, 8, 43, 0.6);
}
.alliance-section .alliance-register .alliance-register__card .alliance-register__countries-content .countries-content__card-bg {
  margin-top: 38px;
  height: 200px;
  background: linear-gradient(260deg, rgba(205, 185, 255, 0.63), rgba(255, 255, 255, 0.69));
  border-radius: 8px;
}
.alliance-section .alliance-register .alliance-register__card .alliance-register__countries-content .countries-content__card-bg .countries-content__card {
  height: 100%;
  margin: 1px;
  padding: 40px;
  background: linear-gradient(139deg, #f2f2ff 0%, #ccd5ff 100%);
  background-clip: padding-box;
  border-radius: 8px;
}
.alliance-section .alliance-register .alliance-register__card .alliance-register__countries-content .countries-content__card-bg .countries-content__card .countries-content__steps {
  display: flex;
  flex-wrap: nowrap;
  gap: 23px;
}
.alliance-section .alliance-register .alliance-register__card .alliance-register__countries-content .countries-content__card-bg .countries-content__card .countries-content__steps .step-item {
  width: 33.33%;
  display: flex;
  align-items: flex-start;
}
.alliance-section .alliance-register .alliance-register__card .alliance-register__countries-content .countries-content__card-bg .countries-content__card .countries-content__steps .step-item .step-number {
  flex: 0 0 29px;
  width: 29px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #c3c5ff 0%, #c9cbf3 100%);
  border-radius: 10px;
  font-weight: 500;
  font-size: 12px;
  color: #131bcc;
}
.alliance-section .alliance-register .alliance-register__card .alliance-register__countries-content .countries-content__card-bg .countries-content__card .countries-content__steps .step-item .step-desc {
  margin-left: 8px;
  font-size: 14px;
  color: #06082b;
  line-height: 20px;
}
.alliance-section .alliance-register .alliance-register__card .alliance-register__countries-content .countries-content__card-bg .countries-content__card .countries-content__steps .step-item .step-desc span {
  color: rgba(86, 34, 246);
}
.alliance-section .alliance-register .alliance-register__card .alliance-register__countries-content .countries-content__card-bg .countries-content__card .countries-content__info {
  margin-top: 33px;
}
.alliance-section .alliance-register .alliance-register__card .alliance-register__countries-content .countries-content__card-bg .countries-content__card .countries-content__info .countries-summary {
  color: rgba(6, 8, 43, 0.45);
}
.alliance-section .alliance-register .alliance-register__card .alliance-register__countries-content .countries-content__card-bg .countries-content__card .countries-content__info .countries-icons {
  margin-top: 11px;
}
.alliance-section .alliance-register .alliance-register__card .alliance-register__countries-content .countries-content__btns {
  display: flex;
  gap: 10px;
  margin-top: 45px;
}
.alliance-section .alliance-register .alliance-register__card .alliance-register__countries-content .countries-content__btns .btn-primary-wrapper {
  background: linear-gradient(261deg, #ffffff, #cdb9ff);
  border-radius: 33px;
}
.alliance-section .alliance-register .alliance-register__card .alliance-register__countries-content .countries-content__btns .btn {
  width: 200px;
  height: 52px;
  border-radius: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1px;
  font-size: 16px;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
}
.alliance-section .alliance-register .alliance-register__card .alliance-register__countries-content .countries-content__btns .btn.btn-primary {
  color: #fff;
  background: linear-gradient(117deg, #0a13ce 0%, #5a0eff 100%);
  position: relative;
  z-index: 1;
}
.alliance-section .alliance-register .alliance-register__card .alliance-register__countries-content .countries-content__btns .btn.btn-primary:hover::before {
  opacity: 1;
}
.alliance-section .alliance-register .alliance-register__card .alliance-register__countries-content .countries-content__btns .btn.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 30px;
  z-index: -1;
  background: linear-gradient(90deg, #14b5ff 0%, #0e14ff 100%);
  opacity: 0;
  transition: opacity 0.3s;
}
.alliance-section .alliance-register .alliance-register__card .alliance-register__countries-content .countries-content__btns .btn.btn-info {
  color: #e1dafb;
  background: #060739;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
.alliance-section .alliance-register .alliance-register__card .alliance-register__countries-content .countries-content__btns .btn.btn-info:hover {
  color: #060739;
}
.alliance-section .alliance-register .alliance-register__card .alliance-register__countries-content .countries-content__btns .btn.btn-info:hover::before {
  opacity: 1;
}
.alliance-section .alliance-register .alliance-register__card .alliance-register__countries-content .countries-content__btns .btn.btn-info::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 30px;
  z-index: -1;
  background: linear-gradient(120deg, #e6ebff 0%, #dce2ff 100%);
  opacity: 0;
  transition: opacity 0.3s;
  margin: -1px;
}
.alliance-section .alliance-register .alliance-register__card .alliance-register__countries-content .countries-content__tips {
  margin-top: 16px;
  font-size: 14px;
  /* color: #060739; */
  color: rgba(6, 7, 57, 0.5);
}
.alliance-section .policy-section {
  margin-top: 108px;
}
.alliance-section .policy-section .policy-section__header .policy-section__title {
  font-size: 42px;
  color: #fff;
  justify-content: center;
}
.alliance-section .policy-section .policy-section__header .policy-section__desc {
  margin-top: 17px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.56);
}
.alliance-section .policy-section .policy-section__body {
  margin-top: 50px;
  display: flex;
  gap: 12px;
}
.alliance-section .policy-section .policy-section__body .benefit-card {
  width: 50%;
  padding-top: 60px;
  padding-left: 30px;
  height: 360px;
  position: relative;
  transition: all 0.3s;
}
.alliance-section .policy-section .policy-section__body .benefit-card:hover {
  transform: translateY(-10px);
}
.alliance-section .policy-section .policy-section__body .benefit-card .benefit-card__info .benefit-card__eng-title {
  font-weight: 300;
  font-size: 12px;
  color: #0adbdb;
}
.alliance-section .policy-section .policy-section__body .benefit-card .benefit-card__info .benefit-card__chn-title {
  width: fit-content;
  margin-top: 8px;
  font-size: 28px;
  background-clip: text;
  color: transparent;
  text-shadow: none;
  line-height: 1;
}
.alliance-section .policy-section .policy-section__body .benefit-card .benefit-card__info .benefit-card__summary {
  margin-top: 20px;
  font-size: 15px;
  line-height: 15px;
  color: rgba(184, 213, 232, 0.7);
}
.alliance-section .policy-section .policy-section__body .benefit-card .benefit-card__icon-box {
  width: 88px;
  height: 88px;
  position: absolute;
  top: 60px;
  right: 30px;
}
.alliance-section .policy-section .policy-section__body .benefit-card .benefit-card__list {
  margin-top: 47px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.alliance-section .policy-section .policy-section__body .benefit-card .benefit-card__list .benefit-card__item {
  display: flex;
  align-items: center;
}
.alliance-section .policy-section .policy-section__body .benefit-card .benefit-card__list .benefit-card__item .benefit-card__check-icon {
  width: 20px;
  height: 20px;
  margin-right: 17px;
}
.alliance-section .policy-section .policy-section__body .benefit-card .benefit-card__list .benefit-card__item .benefit-card__item-text {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
}
.alliance-section .policy-section .policy-section__body .benefit-card__subsidy {
  background: url(assets/img/policy-benefits/subsidy-card-bg.png) no-repeat center / 634px 360px;
}
.alliance-section .policy-section .policy-section__body .benefit-card__subsidy .benefit-card__chn-title {
  background: linear-gradient(to right, #f3f4f6 60%, #059e16 100%);
}
.alliance-section .policy-section .policy-section__body .benefit-card__service {
  background: url(assets/img/policy-benefits/service-card-bg.png) no-repeat center / 634px 360px;
}
.alliance-section .policy-section .policy-section__body .benefit-card__service .benefit-card__chn-title {
  background: linear-gradient(to right, #f3f4f6 60%, #2620db 100%);
}
.alliance-section .tm-services {
  margin-top: 108px;
}
.alliance-section .tm-services .tm-services__header .tm-services__title {
  font-size: 42px;
  color: #05072a;
  line-height: 48px;
  text-align: center;
}
.alliance-section .tm-services .tm-services__header .tm-services__desc {
  margin-top: 17px;
  font-size: 16px;
  color: rgba(5, 7, 41, 0.56);
  line-height: 16px;
  text-align: center;
}
.alliance-section .tm-services .tm-services-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 50px;
}
.alliance-section .tm-services .tm-services-list .tm-services__item {
  width: 418px;
  height: 260px;
  border-radius: 8px;
  padding: 40px 30px;
  cursor: pointer;
  transition: all 0.3s;
}
.alliance-section .tm-services .tm-services-list .tm-services__item:hover {
  transform: translateY(-10px);
}
.alliance-section .tm-services .tm-services-list .tm-services__item:hover .tm-services__item-foot {
  background-image: url(assets/img/tm-services/arrow-right-hover.png);
}
.alliance-section .tm-services .tm-services-list .tm-services__item-head {
  display: flex;
  align-items: center;
  gap: 18px;
}
.alliance-section .tm-services .tm-services-list .tm-services__item-head .tm-services__icon {
  width: 52px;
  height: 52px;
}
.alliance-section .tm-services .tm-services-list .tm-services__item-head .tm-services__item-titles .tm-services__name-cn {
  font-size: 20px;
  color: #ffffff;
  line-height: 20px;
}
.alliance-section .tm-services .tm-services-list .tm-services__item-head .tm-services__item-titles .tm-services__name-en {
  margin-top: 10px;
  font-size: 12px;
  color: rgba(10, 219, 219, 0.7);
  line-height: 12px;
  font-family: MiSans;
}
.alliance-section .tm-services .tm-services-list .tm-services__item-body {
  margin-top: 20px;
  font-size: 15px;
  color: #b8d5e8;
  line-height: 25px;
}
.alliance-section .tm-services .tm-services-list .tm-services__item-foot {
  margin-top: 32px;
  width: 44px;
  height: 26px;
  text-align: left;
  background: url(assets/img/tm-services/arrow-right.png) no-repeat center / 44px 26px;
  transition: all 0.3s;
}
.alliance-section .tm-services .tm-services-list .tm-services__item--review {
  background: radial-gradient(218% 160% at -12% -15%, #045e0d 0%, #001e06 30.67%, #0e0f48 100%, #002505 100%);
}
.alliance-section .tm-services .tm-services-list .tm-services__item--defense {
  background: radial-gradient(218% 160% at -12% -15%, #0429aa 0%, #000930 30.67%, #0e0f48 100%, #002505 100%);
}
.alliance-section .tm-services .tm-services-list .tm-services__item--invalid {
  background: radial-gradient(218% 160% at -12% -15%, #016c59 0%, #002e26 30.67%, #0e0f48 100%, #002505 100%);
}
.alliance-section .tm-services .tm-services-list .tm-services__item--manage {
  background: radial-gradient(218% 160% at -12% -15%, #671300 0%, #260800 30.67%, #0e0f48 100%, #002505 100%);
}
.alliance-section .tm-services .tm-services-list .tm-services__item--renew {
  background: radial-gradient(218% 160% at -12% -15%, #34005d 0%, #22003d 30.67%, #0e0f48 100%, #002505 100%);
}
.alliance-section .tm-services .tm-services-list .tm-services__item--monitor {
  background: radial-gradient(218% 160% at -12% -15%, #5c4a00 0%, #261f00 30.67%, #0e0f48 100%, #002505 100%);
}
/* 5 6 7 8 */
.services-section {
  height: 2780px;
  background: linear-gradient(180deg, #dadcff 0%, #f3f4ff 100%);
  /* 5. 热门国家公司注册*/
  /* 6. 国际企业服务推荐*/
  /* 7. 拥有海外公司的优势 */
  /* 8. 国际商标资讯 */
}
.services-section .hot-company-wrapper {
  background: url(assets/img/hot_company/hot-company-bg.png) no-repeat center top / 1920px 730px;
  padding-bottom: 108px;
}
.services-section .hot-company-wrapper .hot-company {
  width: 1282px;
  margin: 0 auto;
}
.services-section .hot-company-wrapper .hot-company__header {
  padding-top: 108px;
}
.services-section .hot-company-wrapper .hot-company__title {
  font-size: 42px;
  color: #05072a;
}
.services-section .hot-company-wrapper .hot-company__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
.services-section .hot-company-wrapper .hot-company__subtitle {
  font-size: 16px;
  color: rgba(5, 7, 41, 0.56);
  line-height: 24px;
}
.services-section .hot-company-wrapper .hot-company__search {
  width: 310px;
  height: 48px;
  border-radius: 30px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.services-section .hot-company-wrapper .hot-company__search-icon {
  width: 18px;
  height: 18px;
  margin: 15px 9px 15px 17px;
}
.services-section .hot-company-wrapper .hot-company__search-input {
  flex: 1;
  font-size: 16px;
  color: #03055c;
  padding-right: 12px;
}
.services-section .hot-company-wrapper .hot-company__search-input::placeholder {
  color: #ccc;
}
.services-section .hot-company-wrapper .hot-company__search-btn {
  flex: 0 0 80px;
  height: 100%;
  border-radius: 30px;
  background: linear-gradient(117deg, #0a13ce 0%, #5a0eff 100%);
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.services-section .hot-company-wrapper .hot-company__search-btn:hover::before {
  opacity: 1;
}
.services-section .hot-company-wrapper .hot-company__search-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 30px;
  z-index: -1;
  background: linear-gradient(90deg, #14b5ff 0%, #0e14ff 100%);
  opacity: 0;
  transition: opacity 0.3s;
}
.services-section .hot-company-wrapper .hot-company__list {
  margin-top: 50px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.services-section .hot-company-wrapper .hot-company__item {
  width: 311px;
  height: 180px;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.services-section .hot-company-wrapper .hot-company__item:hover {
  transform: translateY(-10px);
}
.services-section .hot-company-wrapper .hot-company__item--usa {
  background: url(assets/img/hot_company/usa-bg.png) no-repeat center / 311px 180px;
}
.services-section .hot-company-wrapper .hot-company__item--hk {
  background: url(assets/img/hot_company/hk-bg.png) no-repeat center / 311px 180px;
}
.services-section .hot-company-wrapper .hot-company__item--singapore {
  background: url(assets/img/hot_company/singapore-bg.png) no-repeat center / 311px 180px;
}
.services-section .hot-company-wrapper .hot-company__item--cayman {
  background: url(assets/img/hot_company/cayman-bvi-seychelles-bg.png) no-repeat center / 311px 180px;
}
.services-section .hot-company-wrapper .hot-company__item--japan {
  background: url(assets/img/hot_company/japan-bg.png) no-repeat center / 311px 180px;
}
.services-section .hot-company-wrapper .hot-company__item--canada {
  background: url(assets/img/hot_company/canada-bg.png) no-repeat center / 311px 180px;
}
.services-section .hot-company-wrapper .hot-company__item--australia {
  background: url(assets/img/hot_company/australia-bg.png) no-repeat center / 311px 180px;
}
.services-section .hot-company-wrapper .hot-company__item--england {
  background: url(assets/img/hot_company/england-bg.png) no-repeat center / 311px 180px;
}
.services-section .hot-company-wrapper .hot-company__icon {
  width: 38px;
  height: 38px;
  position: absolute;
  left: 32px;
  top: 30px;
  user-select: none;
}
.services-section .hot-company-wrapper .hot-company__titles {
  position: absolute;
  bottom: 40px;
  left: 30px;
}
.services-section .hot-company-wrapper .hot-company__cn {
  font-size: 20px;
  color: #0b1a52;
  line-height: 20px;
}
.services-section .hot-company-wrapper .hot-company__en {
  margin-top: 8px;
  font-weight: 300;
  font-size: 12px;
  color: rgba(19, 54, 211, 0.41);
}
.services-section .enterprise-services__title {
  font-size: 42px;
  color: #05072a;
  line-height: 48px;
}
.services-section .enterprise-services__subtitle {
  margin-top: 17px;
  font-size: 16px;
  color: rgba(5, 7, 41, 0.56);
  line-height: 16px;
}
.services-section .enterprise-services__highlights {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.services-section .enterprise-services__highlight-card {
  padding: 46px 255px 0 30px;
  margin-top: 50px;
  width: 634px;
  height: 306px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 634px 306px;
  transition: all 0.3s;
  position: relative;
}
.services-section .enterprise-services__highlight-card:hover .enterprise-services__decoration {
  transform: scale(1.2);
}
.services-section .enterprise-services__highlight-card:hover .enterprise-services__btn {
  background-image: url('assets/img/enterprise_services/more-hover.png');
}
.services-section .enterprise-services__highlight-card--banking {
  background-image: url('assets/img/enterprise_services/banking-bg.png');
}
.services-section .enterprise-services__highlight-card--banking .enterprise-services__list-item {
  color: rgba(167, 226, 255, 0.8);
}
.services-section .enterprise-services__highlight-card--ecommerce {
  background-image: url('assets/img/enterprise_services/ecommerce-bg.png');
}
.services-section .enterprise-services__highlight-card--ecommerce .enterprise-services__list-item {
  color: rgba(178, 167, 255, 0.8);
}
.services-section .enterprise-services__decoration {
  position: absolute;
  top: 49px;
  right: 20px;
  width: 208px;
  height: 208px;
  transition: all 0.3s ease-in-out;
  transform-origin: 70% center;
}
.services-section .enterprise-services__card-cn-title {
  font-size: 20px;
  color: #ffffff;
  line-height: 20px;
}
.services-section .enterprise-services__card-en-title {
  margin-top: 8px;
  font-weight: 300;
  font-size: 12px;
  color: rgba(10, 219, 219, 0.7);
  line-height: 12px;
  font-family: MiSans;
}
.services-section .enterprise-services__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 22px;
}
.services-section .enterprise-services__list-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  padding-left: 20px;
  position: relative;
}
.services-section .enterprise-services__list-item::before {
  content: '';
  width: 8px;
  height: 8px;
  margin-right: 12px;
  background: linear-gradient(117deg, #0a13ce 0%, #5a0eff 100%);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}
.services-section .enterprise-services__btn {
  margin-top: 47px;
  width: 90px;
  height: 26px;
  background-image: url('assets/img/enterprise_services/more.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90px 26px;
  transition: all 0.3s;
}
.services-section .enterprise-services__grid {
  margin-top: 12px;
  display: flex;
  gap: 12px;
}
.services-section .enterprise-services__grid .enterprise-services__tile {
  width: 311px;
  height: 188px;
  cursor: pointer;
  padding: 30px 30px 25px;
  background: linear-gradient(90deg, #e4e8ff 0%, #d3d5ff 100%);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.21);
  transition: all 0.3s;
  position: relative;
}
.services-section .enterprise-services__grid .enterprise-services__tile::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: linear-gradient(117deg, #0a13ce 0%, #5a0eff 100%);
  opacity: 0;
  transition: opacity 0.3s;
}
.services-section .enterprise-services__grid .enterprise-services__tile > * {
  position: relative;
  z-index: 1;
}
.services-section .enterprise-services__grid .enterprise-services__tile:hover::before {
  opacity: 1;
}
.services-section .enterprise-services__grid .enterprise-services__tile:hover .enterprise-services__tile-title {
  color: #e3e4ff;
}
.services-section .enterprise-services__grid .enterprise-services__tile:hover .enterprise-services__tile-desc {
  color: #e3e4ff;
}
.services-section .enterprise-services__grid .enterprise-services__tile:hover .enterprise-services__tile-link {
  color: #fff;
}
.services-section .enterprise-services__grid .enterprise-services__tile-header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.services-section .enterprise-services__grid .enterprise-services__tile-header .enterprise-services__icon {
  width: 36px;
  height: 36px;
  user-select: none;
}
.services-section .enterprise-services__grid .enterprise-services__tile-header .enterprise-services__tile-title {
  font-size: 20px;
  color: #0e0e0e;
  line-height: 20px;
}
.services-section .enterprise-services__grid .enterprise-services__tile-desc {
  margin-top: 16px;
  font-size: 14px;
  color: #8486b6;
  line-height: 22px;
}
.services-section .enterprise-services__grid .enterprise-services__tile-link {
  margin-top: 25px;
  font-weight: 300;
  font-size: 12px;
  color: rgba(19, 54, 211, 0.41);
  line-height: 12px;
  display: flex;
  align-items: center;
}
.services-section .enterprise-services__grid .enterprise-services__tile-link-icon {
  margin-left: 4px;
  margin-top: 2px;
}
.services-section .enterprise-services__grid .enterprise-services__tile-link-icon svg {
  width: 12px;
  vertical-align: top;
}
.services-section .advantages {
  margin-top: 108px;
}
.services-section .advantages__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.services-section .advantages__title {
  font-size: 42px;
  color: #05072a;
  line-height: 42px;
}
.services-section .advantages__desc {
  font-size: 16px;
  color: rgba(5, 7, 41, 0.56);
  line-height: 16px;
  margin-top: 17px;
}
.services-section .advantages__controls {
  display: flex;
  align-items: center;
  gap: 12px;
}
.services-section .advantages__control-btn-wrapper {
  border-radius: 20px;
  background: linear-gradient(317deg, #ffffff, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.69));
}
.services-section .advantages__control-btn-wrapper:hover {
  background: linear-gradient(260deg, rgba(205, 185, 255, 0.63), rgba(255, 255, 255, 0.69));
}
.services-section .advantages__control-btn {
  width: 66px;
  height: 40px;
  margin: 1px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(120deg, #e6ebff 0%, #dce2ff 100%);
  cursor: pointer;
  color: #03055c;
  transition: all 0.3s;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.services-section .advantages__control-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(126deg, #5776ff 0%, #0024c7 100%);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
}
.services-section .advantages__control-btn:hover {
  color: #fff;
}
.services-section .advantages__control-btn:hover::before {
  opacity: 1;
}
.services-section .advantages__control-btn svg {
  width: 18px;
  vertical-align: top;
  position: relative;
  z-index: 2;
}
.services-section .advantages__list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.services-section .advantages__item {
  width: 418px;
  height: 360px;
  padding-top: 30px;
  border-radius: 8px;
  position: relative;
  transition: all 0.3s linear 0s !important;
  display: none;
}
.services-section .advantages__item:nth-child(-n + 3) {
  display: block;
}
.services-section .advantages__item:hover {
  transform: translateY(-10px);
}
.services-section .advantages__item-label {
  position: absolute;
  top: 30px;
  right: 20px;
  font-weight: 300;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 12px;
  font-family: MiSans;
}
.services-section .advantages__item-icon {
  width: 130px;
  height: 130px;
  top: 50px;
  left: 144px;
}
.services-section .advantages__item-icon {
  position: absolute;
}
.services-section .advantages__item.advantages__item--brand {
  background: linear-gradient(0deg, #001a11 43%, #02563b 60%, #2d886a 75%, #16e7a0 100%);
}
.services-section .advantages__item.advantages__item--speed {
  background: linear-gradient(0deg, #160042 43%, #4a00d7 60%, #5b48ff 75%, #479eff 100%);
}
.services-section .advantages__item.advantages__item--capital {
  background: linear-gradient(0deg, #2e1200 43%, #d18221 60%, #fe9747 75%, #ffd430 100%);
}
.services-section .advantages__item.advantages__item--secret {
  background: linear-gradient(0deg, #00152b 43%, #0053a6 60%, #308ce9 75%, #7ceaff 100%);
}
.services-section .advantages__item.advantages__item--tax {
  background: linear-gradient(0deg, #160042 43%, #6103b3 60%, #8429f1 75%, #9247ff 100%);
}
.services-section .advantages__item.advantages__item--trade {
  background: linear-gradient(0deg, #1a0000 43%, #c63115 60%, #ff5749 75%, #ff8830 100%);
}
.services-section .advantages__item-title {
  position: absolute;
  top: 194px;
  text-align: center;
  width: 100%;
  font-size: 26px;
  color: #ffffff;
  line-height: 26px;
}
.services-section .advantages__item-desc {
  position: absolute;
  top: 244px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 0 30px;
  color: rgba(255, 255, 255, 0.76);
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}
.services-section .advantages.advantages--page-2 .advantages__item {
  display: none;
}
.services-section .advantages.advantages--page-2 .advantages__item:nth-child(n + 4) {
  display: block;
}
.services-section .news {
  margin-top: 108px;
}
.services-section .news__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.services-section .news__title {
  font-size: 42px;
  color: #06082b;
  line-height: 42px;
}
.services-section .news__subtitle {
  margin-top: 17px;
  font-size: 16px;
  color: rgba(6, 8, 43, 0.56);
  line-height: 16px;
}
.services-section .news__categories {
  display: flex;
  gap: 12px;
}
.services-section .news__category {
  width: 116px;
  height: 40px;
  border-radius: 31px;
  background: linear-gradient(120deg, #e6ebff 0%, #dce2ff 100%);
  font-size: 16px;
  color: #03055c;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  user-select: none;
}
.services-section .news__category::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(126deg, #5776ff 0%, #0024c7 100%);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
}
.services-section .news__category:hover,
.services-section .news__category.news__category--active {
  color: #fff;
}
.services-section .news__category:hover::before,
.services-section .news__category.news__category--active::before {
  opacity: 1;
}
.services-section .news__list {
  margin-top: 50px;
  flex-wrap: wrap;
  gap: 12px;
  display: none;
}
.services-section .news__list.news__list--active {
  display: flex;
}
.services-section .news__list .news__item {
  padding-left: 30px;
  padding-right: 40px;
  padding-top: 20px;
  width: 633px;
  height: 210px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  gap: 20px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.services-section .news__list .news__item:hover {
  transform: translateY(-10px);
}
.services-section .news__list .news__item:hover .news__arrow {
  color: #fff;
}
.services-section .news__list .news__item:hover .news__arrow::before {
  opacity: 1;
}
.services-section .news__list .news__item .news__cover {
  width: 96px;
  height: 96px;
  flex: 0 0 96px;
  border-radius: 8px;
  overflow: hidden;
  user-select: none;
}
.services-section .news__list .news__item .news__info {
  margin-top: 8px;
  min-width: 0;
}
.services-section .news__list .news__item .news__info .news__item-title {
  font-size: 18px;
  color: #000114;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.services-section .news__list .news__item .news__info .news__item-desc {
  margin-top: 12px;
  font-size: 14px;
  color: #676886;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.services-section .news__list .news__item .news__arrow {
  position: absolute;
  left: 146px;
  bottom: 30px;
  width: 44px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(120deg, #e6ebff 0%, #dce2ff 100%);
  border-radius: 22px;
  color: #001dff;
  transition: all 0.3s;
  z-index: 1;
  overflow: hidden;
}
.services-section .news__list .news__item .news__arrow::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, #5776ff 0%, #0024c7 100%);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
}
.services-section .news__list .news__item .news__arrow svg {
  width: 18px;
  vertical-align: top;
  position: relative;
  z-index: 2;
}
/* 9-鱼爪国际合作律师涵盖全球 */
@keyframes global-flag-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.global-lawyers {
  height: 688px;
  background: radial-gradient(347% 108% at 46% -1%, #050729 0%, #06082b 100%);
  position: relative;
  padding-top: 91px;
}
.global-lawyers__bg {
  position: absolute;
  top: 81px;
  width: 1558px;
  max-width: 100%;
  height: 413px;
  left: 50%;
  transform: translateX(-50%);
  background: url('assets/img/global-lawyers/global-lawyers-bg.png') no-repeat center / 1558px 413px;
  user-select: none;
  pointer-events: none;
}
.global-lawyers__bottom-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 230px;
  left: 0;
  right: 0;
  background: url('assets/img/global-lawyers/bottom-bg.png') no-repeat center / 100% 230px;
  user-select: none;
  pointer-events: none;
}
.global-lawyers__title {
  font-size: 48px;
  color: #ffffff;
  line-height: 61px;
  text-align: center;
}
.global-lawyers__flag {
  width: 74px;
  height: 74px;
  margin: -38px -6px 0 -6px;
  animation: global-flag-float 2s ease-in-out infinite;
}
.global-lawyers__desc {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.56);
  line-height: 16px;
  text-align: center;
  margin-top: 16px;
}
.global-lawyers__form {
  margin-top: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-lawyers__form .global-lawyers__input-wrapper {
  background: linear-gradient(90deg, #4b75ff, #c446ff);
  border-radius: 30px;
  overflow: hidden;
}
.global-lawyers__form .global-lawyers__input-wrapper .global-lawyers__input-wrapper-inner {
  width: 518px;
  height: 56px;
  background: #fff;
  border-radius: 30px;
  margin: 2px;
  display: flex;
  align-items: center;
}
.global-lawyers__form .global-lawyers__input-wrapper .global-lawyers__input-wrapper-inner .icon {
  margin-left: 27px;
  margin-right: 16px;
  width: 20px;
  height: 20px;
}
.global-lawyers__form .global-lawyers__input-wrapper .global-lawyers__input-wrapper-inner .input {
  font-size: 16px;
  height: 100%;
  width: 100%;
}
.global-lawyers__form .global-lawyers__input-wrapper .global-lawyers__input-wrapper-inner .input::placeholder {
  color: #575f89;
}
.global-lawyers__form .global-lawyers__btn {
  width: 160px;
  height: 60px;
  background: linear-gradient(117deg, #0a13ce 0%, #5a0eff 100%);
  border-radius: 30px;
  border: 2px solid #7aacff;
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
  margin-left: 12px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.global-lawyers__form .global-lawyers__btn::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 30px;
  background: linear-gradient(90deg, #14b5ff 0%, #0e14ff 100%);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
}
.global-lawyers__form .global-lawyers__btn:hover::after {
  opacity: 1;
}
.global-lawyers__carousel {
  margin-top: 44px;
  position: relative;
  width: 100%;
  max-width: 1177px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.global-lawyers__carousel-list {
  position: relative;
  width: 100%;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.global-lawyers__carousel-item {
  position: absolute;
  width: 121px;
  height: 121px;
  border-radius: 50%;
  left: 0;
  top: 0;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  will-change: transform, opacity;
}
.global-lawyers__carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
/* 查询能否注册弹窗 */
@keyframes tmModalIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -30px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@keyframes tmModalOut {
  0% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -30px);
  }
}
.tm-modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 98;
  display: none;
}
.tm-modal {
  position: fixed;
  left: 50%;
  top: 26%;
  transform: translateX(-50%);
  width: 640px;
  height: 420px;
  border-radius: 8px;
  display: none;
  z-index: 99;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.tm-modal.tm-modal-open {
  display: flex;
  animation: tmModalIn 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28) forwards;
}
.tm-modal.tm-modal-close {
  display: flex;
  animation: tmModalOut 0.3s ease-in-out forwards;
}
.tm-modal__close {
  position: absolute;
  top: 0px;
  right: -67px;
  width: 47px;
  height: 47px;
  cursor: pointer;
  background: url('assets/img/tm-modal/close.png') no-repeat center / 47px 47px;
  transition: all 0.3s;
}
.tm-modal__close:hover {
  background: url('assets/img/tm-modal/close-hover.png') no-repeat center / 47px 47px;
}
.tm-modal__poster {
  width: 240px;
  flex: 0 0 240px;
  height: 100%;
  background: url('assets/img/tm-modal/modal-bg.png') no-repeat center / 240px 420px;
  position: relative;
}
.tm-modal__poster .tm-modal__title {
  position: absolute;
  width: 124px;
  height: 102px;
  top: 42px;
  left: 30px;
}
.tm-modal__poster .tm-modal__subtitle {
  position: absolute;
  top: 42px;
  right: 15px;
  font-family: MiSans;
  font-weight: 300;
  font-size: 12px;
  color: #14ecff;
  line-height: 12px;
}
.tm-modal__poster .tm-modal__info {
  position: absolute;
  top: 236px;
  left: 30px;
}
.tm-modal__poster .tm-modal__info .tm-modal__text {
  font-family: MiSans;
  font-weight: 300;
  font-size: 12px;
  color: #14ecff;
  line-height: 12px;
}
.tm-modal__poster .tm-modal__info .tm-modal__slogan {
  margin-top: 9px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 19px;
}
.tm-modal__poster .tm-modal__footer {
  position: absolute;
  bottom: 49px;
  left: 30px;
}
.tm-modal__poster .tm-modal__footer .tm-modal__note {
  font-size: 12px;
  color: #ffffff;
  line-height: 12px;
}
.tm-modal__poster .tm-modal__footer .tm-modal__link {
  color: #14ecff;
  text-decoration: underline;
  display: inline-block;
  transform: translateX(-2px);
}
.tm-modal__content {
  border-radius: 0 8px 8px 0;
  flex: 1;
  background: linear-gradient(to right, #fcfdff 0%, #e6eeff 100%);
  padding: 34px 30px 0 30px;
  position: relative;
}
.tm-modal__content .tm-modal__intro {
  font-size: 12px;
  color: rgba(6, 7, 57, 0.3);
  line-height: 12px;
}
.tm-modal__content .tm-form {
  margin-top: 19px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tm-modal__content .tm-form .tm-form__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tm-modal__content .tm-form .tm-form__item .tm-form__label--with-promise {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tm-modal__content .tm-form .tm-form__item .tm-form__label--with-promise .tm-form__promise {
  font-size: 12px;
  color: #42b260;
  line-height: 12px;
}
.tm-modal__content .tm-form .tm-form__item .icon {
  width: 14px;
  height: 14px;
  vertical-align: text-top;
  margin-right: 2px;
  margin-top: -1px;
}
.tm-modal__content .tm-form .tm-form__item .tm-form__control {
  height: 40px;
  background: #e6e6ff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.tm-modal__content .tm-form .tm-form__item .tm-form__control input {
  height: 100%;
  width: 100%;
}
.tm-modal__content .tm-form .tm-form__item .tm-form__control input::placeholder {
  color: rgba(21, 17, 39, 0.3);
}
.tm-modal__content .tm-form__actions {
  display: flex;
  justify-content: space-between;
  height: 40px;
  gap: 10px;
  position: absolute;
  bottom: 50px;
  left: 30px;
  right: 30px;
}
.tm-modal__content .tm-form__actions .tm-form__btn {
  border-radius: 24px;
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 1px;
  font-size: 12px;
  line-height: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.tm-modal__content .tm-form__actions .tm-form__btn::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
  margin: 0px;
}
.tm-modal__content .tm-form__actions .tm-form__btn.tm-form__btn--primary {
  background: linear-gradient(117deg, #0a13ce 0%, #5a0eff 100%);
  color: #ffffff;
}
.tm-modal__content .tm-form__actions .tm-form__btn.tm-form__btn--primary::before {
  background: linear-gradient(90deg, #14b5ff 0%, #0e14ff 100%);
}
.tm-modal__content .tm-form__actions .tm-form__btn.tm-form__btn--primary:hover::before {
  opacity: 1;
}
.tm-modal__content .tm-form__actions .tm-form__btn.tm-form__btn--secondary {
  background: #060739;
  color: #e1dafb;
}
.tm-modal__content .tm-form__actions .tm-form__btn.tm-form__btn--secondary::before {
  background: linear-gradient(120deg, #e6ebff 0%, #dce2ff 100%);
}
.tm-modal__content .tm-form__actions .tm-form__btn.tm-form__btn--secondary:hover {
  color: #060739;
}
.tm-modal__content .tm-form__actions .tm-form__btn.tm-form__btn--secondary:hover::before {
  margin: -1px;
  opacity: 1;
}
