@charset "UTF-8";
.header {
  width: 100%;
}
.header .header-bg {
  padding: 0.9rem 0;
}
.header .header-bg .navbar-toggler {
  border: none;
}
.header .header-bg .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.header .header-bg .navbar-toggler:focus {
  box-shadow: none;
}
.header .header-bg .navbar-nav .nav-item {
  padding: 10px 15px;
}
.header .header-bg .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-size: 16px;
  padding: 0;
  padding-bottom: 2px;
  position: relative;
  display: inline-block;
}
.header .header-bg .navbar-nav .nav-item .nav-link .user {
  display: inline-flex;
  align-items: center;
}
.header .header-bg .navbar-nav .nav-item .nav-link .user .avatar {
  height: 25px;
  width: 25px;
}
.header .header-bg .navbar-nav .nav-item .nav-link .user .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.header .header-bg .navbar-nav .nav-item .nav-link .user .username {
  width: auto; /* 初始100px */
  white-space: nowrap; /* 禁止换行 */
  overflow: hidden; /* 隐藏溢出内容 */
  text-overflow: ellipsis; /* 溢出部分用省略号表示 */
}
.header .header-bg .navbar-nav .nav-item .dropdown-menu {
  background: #ffffff;
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 8px 0;
  min-width: 220px;
}
.header .header-bg .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #333333;
  display: inline-flex;
  flex-direction: column;
  align-items: start;
  padding: 10px 16px;
  font-size: 14px;
  transition: all 0.2s ease;
}
@media (min-width: 768px) {
  .header .header-bg .navbar-nav .nav-item.dropdown {
    position: relative;
  }
  .header .header-bg .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
    margin-top: 0;
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
  }
}
.header .header-bg .navbar-nav .nav-item .dropdown-item:hover,
.header .header-bg .navbar-nav .nav-item .dropdown-item:focus {
  text-decoration: none;
  background-color: #f5f7fa;
  color: #005dff;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown {
  min-width: 240px;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .not-auth {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .not-auth i {
  font-size: 16px;
  color: #ff9800;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .not-auth > span:not(.not-auth-link) {
  margin-left: 10px;
  font-size: 14px;
  color: #666666;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .not-auth > a,
.header .header-bg .navbar-nav .nav-item .my-dropdown .not-auth > .not-auth-link {
  margin-left: auto;
  font-size: 14px;
  color: #005dff;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .user-id-row > .user-id-copy-btn {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #005dff;
  background: #f0f6ff;
  border: 1px solid #d6e6ff;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .user-id-row > .user-id-copy-btn:hover {
  color: #ffffff;
  background: #005dff;
  border-color: #005dff;
  text-decoration: none;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .user-id-row > .user-id-copy-btn i {
  font-size: 14px;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .auth {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .auth i {
  font-size: 16px;
  color: #198754;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .auth span {
  margin-left: 10px;
  font-size: 14px;
  color: #198754;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .auth > a {
  margin-left: auto;
  font-size: 14px;
  color: #005dff;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .money {
  width: 100%;
  gap: 0;
  color: #333333;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .money:hover {
  color: #005dff;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .money > img {
  margin-right: 8px;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .money > .money-label {
  flex: 0 0 auto;
  white-space: nowrap;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .money > .recharge-btn {
  margin-left: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #005dff 0%, #0044cc 100%);
  font-size: 12px;
  padding: 1px 10px;
  border-radius: 4px;
  white-space: nowrap;
  line-height: 1.6;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .money > .money-amount {
  margin-left: 8px;
  color: #005dff;
  font-weight: 600;
  white-space: nowrap;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .dropdown-item {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
}
.header .header-bg .navbar-nav .nav-item .my-dropdown .dropdown-item img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.header .header-bg .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* 宽度和文字一样宽 */
  height: 2px;
  background-color: #ffffff;
  transform: scaleX(0);
  /* 初始缩放为0 */
  transform-origin: center;
  /* 从中间开始展开 */
  transition: transform 0.3s ease;
}
.header .header-bg .navbar-nav .nav-item .nav-link:hover::after {
  transform: scaleX(1);
  /* 展开到100%宽度 */
}
.header .header-bg .navbar-nav .nav-item .nav-link.active::after {
  transform: scaleX(1);
  /* 直接展开 */
  transition: none;
  /* 关键：去掉过渡动画 */
}
.header .menu-open {
  background-color: rgb(0, 93, 255) !important;
}
.header .scroll-open {
  background-color: rgb(0, 93, 255) !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.header .scroll-fixed {
  background-color: rgb(0, 93, 255) !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.footer {
  margin: 0;
  padding: 0;
  margin-top: 50px;
  color: #ffffff;
}
.footer .assure {
  background: #07162d;
  padding-bottom: 20px;
}
.footer .assure .row .col {
  margin-top: 20px;
  font-size: 18px;
}
@media (max-width: 720px) {
  .footer .assure .row .col {
    font-size: 16px;
  }
}
.footer .assure .row .col img {
  margin-right: 5px;
}
.footer .more {
  background: #0a1a33;
  padding-top: 30px;
  padding-bottom: 20px;
}
.footer .more a {
  text-decoration: none;
}
.footer .more .content {
  display: flex;
}
.footer .more .content .contact {
  flex: 0 0 500px;
  width: 500px;
}
.footer .more .content .contact .company {
  margin-top: 20px;
  font-size: 16px;
  margin-bottom: 40px;
}
.footer .more .content .contact .item {
  padding: 5px 0;
}
.footer .more .content .contact .code {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.footer .more .content .contact .code img {
  width: 106px;
  height: 106px;
}
.footer .more .content .contact .code span {
  display: inline-block;
  width: 106px;
  text-align: center;
  margin-top: 10px;
}
.footer .more .content .other {
  flex-grow: 1;
}
.footer .more .content .other .box {
  display: flex;
}
.footer .more .content .other .box.footer-link-columns .item {
  width: 20%;
  padding-left: 16px;
}
.footer .more .content .other .box .item {
  width: 25%;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}
.footer .more .content .other .box .item .title {
  font-size: 18px;
  margin-bottom: 10px;
}
.footer .more .content .other .box .item a {
  color: #8f8d8d;
  padding: 5px 0;
}
.footer .more .content .other .box .item a:hover {
  color: #ffffff;
}
.footer .more .content .other .line {
  height: 1px;
  border-bottom: 1px solid #3f3f3f;
}
.footer .more .content .other .fast {
  display: flex;
  padding: 20px 0;
}
.footer .more .content .other .fast .item {
  color: #ffffff;
  margin-right: 40px;
  display: inline-flex;
  align-items: center;
}
.footer .more .content .other .fast .item img {
  width: 16px;
  height: 15px;
  margin-right: 5px;
}
.footer .more .content .other .icp {
  display: flex;
  padding: 20px 0;
}
.footer .more .content .other .icp .item {
  color: #ffffff;
  margin-right: 30px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
}
.footer .more .content .other .icp .item img {
  margin-right: 5px;
}
.footer .more .content .other .channel-partners {
  min-height: 58px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #0d223f;
  display: flex;
  align-items: center;
  color: #ffffff;
}
.footer .more .content .other .channel-partners .channel-partners__title {
  flex: 0 0 auto;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  color: #e8f0fc;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}
.footer .more .content .other .channel-partners .channel-partners__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 24px;
}
.footer .more .content .other .channel-partners .channel-partners__item {
  color: #aebed5;
  font-size: 14px;
  line-height: 1.7;
}
.footer .more .content .other .channel-partners a.channel-partners__item {
  transition: color 0.2s ease;
}
.footer .more .content .other .channel-partners a.channel-partners__item:hover,
.footer .more .content .other .channel-partners a.channel-partners__item:focus-visible {
  color: #ffffff;
}
@media (max-width: 1500px) {
  .footer .more .content .other .icp {
    flex-direction: column;
  }
  .footer .more .content .other .icp .item {
    padding: 5px 0;
    margin-right: 0;
  }
}
@media (max-width: 1100px) {
  .footer .more .content {
    flex-wrap: wrap;
  }
  .footer .more .content .other {
    display: block;
    flex: 0 0 100%;
    width: 100%;
  }
  .footer .more .content .other .footer-link-columns,
  .footer .more .content .other .line,
  .footer .more .content .other .fast,
  .footer .more .content .other .icp {
    display: none;
  }
  .footer .more .content .other .channel-partners {
    margin-top: 24px;
  }
  .footer .more .content .contact {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 720px) {
  .footer .more .content .other .channel-partners {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 14px 16px;
  }
  .footer .more .content .other .channel-partners__title {
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 9px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
}

.banner {
  width: 100%;
  height: 440px;
  padding-top: 63px;
  position: relative;
}
@media (max-width: 768px) {
  .banner {
    height: 400px;
  }
}
@media (max-width: 992px) {
  .banner {
    padding-top: 56px;
  }
}
.banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner .banner-content {
  position: absolute;
  color: #ffffff;
  top: 40%;
  left: 24%;
}
@media (max-width: 768px) {
  .banner .banner-content {
    top: 35%;
    left: 15%;
  }
}
.banner .banner-content .banner-title {
  font-size: 44px;
  font-weight: bold;
  padding-right: 40px;
}
@media (max-width: 720px) {
  .banner .banner-content .banner-title {
    font-size: 30px;
  }
}
.banner .banner-content .banner-remark {
  font-size: 18px;
  margin-top: 10px;
  padding-right: 40px;
}
@media (max-width: 720px) {
  .banner .banner-content .banner-remark {
    font-size: 16px;
  }
}
.banner .banner-content .banner-button {
  margin-top: 10px;
}
.banner .banner-content .banner-button a {
  margin-right: 10px;
  margin-top: 10px;
  width: 150px;
  padding: 10px 0;
}
@media (max-width: 720px) {
  .banner .banner-content .banner-button a {
    width: 120px;
  }
}
.banner .banner-content .banner-button .banner-href1 {
  color: #ffffff;
  font-size: 16px;
  background: #f49429;
  text-decoration: none;
  border: #ffffff 1px solid;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.banner .banner-content .banner-button .banner-href1:hover {
  background: #eb7f04;
}
.banner .banner-content .banner-button .banner-href2 {
  color: #ffffff;
  font-size: 16px;
  background: #01158f;
  text-decoration: none;
  border: #ffffff 1px solid;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.banner .banner-content .banner-button .banner-href2:hover {
  background: #0320da;
}
.banner .banner-content .banner-button .banner-href3 {
  color: #ffffff;
  font-size: 16px;
  background: #005eff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.banner .banner-content .banner-button .banner-href3:hover {
  background: #0320da;
}
.banner .banner-content .banner-button .banner-href4 {
  color: #283f58;
  font-size: 16px;
  background: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.banner .banner-content .banner-button .banner-href4:hover {
  background: #0320da;
  color: #ffffff;
}

/* 推广合作与渠道合作页面视觉升级（2026-07-18） */
body.collaboration-page {
  --collab-blue: #1268ff;
  --collab-blue-dark: #0748c9;
  --collab-ink: #10213d;
  --collab-muted: #60708a;
  --collab-line: #dfe7f2;
  --collab-surface: #f5f8fc;
  overflow-x: hidden;
  background: var(--collab-surface);
  color: var(--collab-ink);
}
body.collaboration-page .collaboration-hero {
  position: relative;
  height: clamp(560px, 68vh, 700px);
  min-height: 560px;
  padding-top: 0;
  overflow: hidden;
  isolation: isolate;
  background: #092a69;
}
body.collaboration-page .collaboration-hero::before, body.collaboration-page .collaboration-hero::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
}
body.collaboration-page .collaboration-hero::before {
  background: linear-gradient(90deg, rgba(3, 25, 68, 0.92) 0%, rgba(6, 43, 105, 0.78) 43%, rgba(6, 38, 90, 0.2) 76%, rgba(3, 18, 48, 0.24) 100%), linear-gradient(180deg, rgba(2, 14, 41, 0.18), rgba(2, 19, 55, 0.46));
}
body.collaboration-page .collaboration-hero::after {
  inset: auto -12% -55% 44%;
  width: 70vw;
  height: 70vw;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255, 255, 255, 0.025), 0 0 0 160px rgba(255, 255, 255, 0.018);
}
body.collaboration-page .collaboration-hero > img {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(1.03);
  transform: scale(1.015);
  animation: collaboration-hero-image 1.1s ease-out both;
}
body.collaboration-page .collaboration-hero .banner-content {
  position: relative;
  inset: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #ffffff;
}
body.collaboration-page .collaboration-hero .banner-content .container {
  padding-top: 76px;
}
body.collaboration-page .collaboration-hero .hero-eyebrow {
  margin-bottom: 22px;
  color: #8fc2ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  animation: collaboration-hero-copy 0.65s 0.08s ease-out both;
}
body.collaboration-page .collaboration-hero .banner-title {
  max-width: 780px;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.045em;
  text-wrap: balance;
  animation: collaboration-hero-copy 0.7s 0.15s ease-out both;
}
body.collaboration-page .collaboration-hero .banner-remark {
  max-width: 620px;
  margin: 24px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.8;
  animation: collaboration-hero-copy 0.7s 0.23s ease-out both;
}
body.collaboration-page .collaboration-hero .banner-button {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
  animation: collaboration-hero-copy 0.7s 0.31s ease-out both;
}
body.collaboration-page .collaboration-hero .banner-button a {
  width: auto;
  min-width: 156px;
  min-height: 52px;
  margin: 0;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 600;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
body.collaboration-page .collaboration-hero .banner-button a i {
  margin-left: 8px;
  transition: transform 0.2s ease;
}
body.collaboration-page .collaboration-hero .banner-button a:hover {
  transform: translateY(-2px);
}
body.collaboration-page .collaboration-hero .banner-button a:hover i {
  transform: translateX(3px);
}
body.collaboration-page .collaboration-hero .banner-button .banner-href3 {
  background: var(--collab-blue);
  box-shadow: 0 12px 30px rgba(18, 104, 255, 0.34);
}
body.collaboration-page .collaboration-hero .banner-button .banner-href3:hover {
  background: #2a78ff;
  box-shadow: 0 16px 34px rgba(18, 104, 255, 0.42);
}
body.collaboration-page .collaboration-hero .banner-button .banner-href4 {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  backdrop-filter: blur(8px);
}
body.collaboration-page .collaboration-hero .banner-button .banner-href4:hover {
  border-color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.16);
}
body.collaboration-page .collaboration-hero .hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin-top: 42px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  animation: collaboration-hero-copy 0.7s 0.39s ease-out both;
}
body.collaboration-page .collaboration-hero .hero-proof span {
  position: relative;
}
body.collaboration-page .collaboration-hero .hero-proof span + span::before {
  position: absolute;
  top: 50%;
  left: -15px;
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.24);
  content: "";
  transform: translateY(-50%);
}
body.collaboration-page .collaboration-hero .hero-proof strong {
  margin-right: 4px;
  color: #ffffff;
  font-weight: 650;
}
body.collaboration-page .main {
  margin-top: 0;
}
body.collaboration-page .main > .container-lg {
  position: relative;
  z-index: 3;
  margin-bottom: -28px;
  transform: translateY(-32px);
}
body.collaboration-page .main .menu_bg {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  border: 1px solid rgba(219, 229, 242, 0.9);
  border-radius: 14px;
  box-shadow: 0 18px 46px rgba(13, 39, 80, 0.13);
}
body.collaboration-page .main .menu_bg .menu a {
  min-height: 64px;
  font-size: 16px;
}
body.collaboration-page .main .menu_bg .menu a.active::after {
  right: 30%;
  left: 30%;
}
body.collaboration-page .main section:not(.collaboration-cta) {
  margin-top: 0;
  padding: 96px 0;
}
body.collaboration-page .main .section-kicker {
  margin-bottom: 13px;
  color: var(--collab-blue);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
body.collaboration-page .main .edge_title,
body.collaboration-page .main .process_title,
body.collaboration-page .main .law_title,
body.collaboration-page .main .promotion_type_title,
body.collaboration-page .main .question_title,
body.collaboration-page .main .service_title,
body.collaboration-page .main .rights_title,
body.collaboration-page .main .demand_title,
body.collaboration-page .main .app_process_title {
  max-width: 780px;
  margin: 0;
  padding: 0;
  color: var(--collab-ink);
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.035em;
}
body.collaboration-page .main .edge_remark,
body.collaboration-page .main .process_remark,
body.collaboration-page .main .law_remark,
body.collaboration-page .main .promotion_type_remark,
body.collaboration-page .main .question_remark,
body.collaboration-page .main .service_remark,
body.collaboration-page .main .rights_remark,
body.collaboration-page .main .demand_remark,
body.collaboration-page .main .app_process_remark {
  max-width: 720px;
  margin-top: 16px;
  color: var(--collab-muted);
  font-size: 17px;
  line-height: 1.8;
}
body.collaboration-page .promotion_edge {
  background: #ffffff;
}
body.collaboration-page .promotion_edge .row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 56px 0 0;
}
body.collaboration-page .promotion_edge .row .col {
  width: auto;
  margin: 0;
  padding: 0 28px;
  border-left: 1px solid var(--collab-line);
}
body.collaboration-page .promotion_edge .row .col:first-child {
  padding-left: 0;
  border-left: 0;
}
body.collaboration-page .promotion_edge .row .col:last-child {
  padding-right: 0;
}
body.collaboration-page .promotion_edge .row .col .box {
  min-height: 245px;
  padding: 0;
  border: 0;
  border-radius: 0;
  display: block;
  background: transparent;
  transition: transform 0.25s ease;
}
body.collaboration-page .promotion_edge .row .col .box:hover {
  box-shadow: none;
  transform: translateY(-6px);
}
body.collaboration-page .promotion_edge .row .col .box .icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #edf4ff;
  text-align: left;
}
body.collaboration-page .promotion_edge .row .col .box .icon img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}
body.collaboration-page .promotion_edge .row .col .box .content {
  display: block;
}
body.collaboration-page .promotion_edge .row .col .box .content .title {
  margin-top: 26px;
  color: var(--collab-ink);
  font-size: 21px;
  font-weight: 700;
}
body.collaboration-page .promotion_edge .row .col .box .content .remark {
  margin-top: 12px;
  color: var(--collab-muted);
  font-size: 15px;
  line-height: 1.8;
}
body.collaboration-page .process {
  background: var(--collab-surface);
}
body.collaboration-page .process .row {
  margin-top: 54px;
}
body.collaboration-page .process .row .col {
  margin-top: 0;
}
body.collaboration-page .process .row .col .box {
  width: calc(100% - 22px);
  height: auto;
  min-height: 270px;
  padding: 32px 26px;
  border: 1px solid var(--collab-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.74);
  transition: border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}
body.collaboration-page .process .row .col .box:hover {
  border-color: rgba(18, 104, 255, 0.34);
  background: #ffffff;
  transform: translateY(-5px);
}
body.collaboration-page .process .row .col .box .number {
  color: rgba(18, 104, 255, 0.18);
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.06em;
}
body.collaboration-page .process .row .col .box .title {
  margin-top: 42px;
  color: var(--collab-ink);
  font-size: 20px;
}
body.collaboration-page .process .row .col .box .remark {
  margin-top: 12px;
  padding: 0;
  color: var(--collab-muted);
  font-size: 15px;
  line-height: 1.75;
  -webkit-line-clamp: initial;
}
body.collaboration-page .process .row .col .line {
  right: -2px;
  z-index: 2;
  color: var(--collab-blue);
}
body.collaboration-page .law {
  background: #ffffff;
}
body.collaboration-page .law .container {
  position: relative;
  padding-top: 62px;
  padding-bottom: 62px;
  overflow: hidden;
  border-radius: 24px;
  background: radial-gradient(circle at 88% 18%, rgba(39, 126, 255, 0.3), transparent 28%), linear-gradient(135deg, #092553 0%, #071a37 100%);
  box-shadow: 0 24px 70px rgba(5, 27, 68, 0.17);
}
body.collaboration-page .law .container::after {
  position: absolute;
  right: -120px;
  bottom: -190px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
}
body.collaboration-page .law .container > * {
  position: relative;
  z-index: 1;
  margin-right: 7%;
  margin-left: 7%;
}
body.collaboration-page .law .section-kicker {
  color: #76b0ff;
}
body.collaboration-page .law .law_title {
  color: #ffffff;
}
body.collaboration-page .law .law_remark {
  color: rgba(255, 255, 255, 0.65);
}
body.collaboration-page .law .box {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 42px;
  padding: 0;
  background: transparent;
}
body.collaboration-page .law .box p {
  margin: 0;
  padding: 8px 28px;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.67);
  font-size: 14px;
  line-height: 1.75;
}
body.collaboration-page .law .box p + p {
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}
body.collaboration-page .law .box p:first-child {
  padding-left: 0;
}
body.collaboration-page .law .box p i {
  margin-top: 2px;
  margin-right: 10px;
  color: #67a8ff;
}
body.collaboration-page .law .box p strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 16px;
}
body.collaboration-page .promotion_type {
  background: var(--collab-surface);
}
body.collaboration-page .promotion_type .promotion_type_banner {
  height: 220px;
  margin-top: 48px;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(16, 52, 104, 0.12);
}
body.collaboration-page .promotion_type .promotion_type_banner img {
  transition: transform 0.65s ease;
}
body.collaboration-page .promotion_type .promotion_type_banner:hover img {
  transform: scale(1.025);
}
body.collaboration-page .promotion_type .row {
  margin-top: 22px;
}
body.collaboration-page .promotion_type .row .col .box {
  position: relative;
  height: 220px;
  padding: 34px 30px;
  overflow: hidden;
  border: 1px solid var(--collab-line);
  border-radius: 16px;
  background: #ffffff;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
body.collaboration-page .promotion_type .row .col .box:hover {
  border-color: rgba(18, 104, 255, 0.35);
  box-shadow: 0 18px 42px rgba(18, 65, 130, 0.1);
  transform: translateY(-5px);
}
body.collaboration-page .promotion_type .row .col .box .type-number {
  position: absolute;
  top: 20px;
  right: 24px;
  color: #e4edfa;
  font-size: 52px;
  font-weight: 750;
  line-height: 1;
}
body.collaboration-page .promotion_type .row .col .box .title {
  position: relative;
  color: var(--collab-ink);
  font-size: 21px;
}
body.collaboration-page .promotion_type .row .col .box .remark {
  position: relative;
  margin-top: 42px;
  color: var(--collab-muted);
  font-size: 15px;
  line-height: 1.75;
  -webkit-line-clamp: initial;
}
body.collaboration-page .question {
  background: #ffffff;
}
body.collaboration-page .question .box {
  max-width: 920px;
  margin-top: 38px;
  padding: 0;
}
body.collaboration-page .question .box .item {
  margin: 0;
  border-top: 1px solid var(--collab-line);
}
body.collaboration-page .question .box .item:last-child {
  border-bottom: 1px solid var(--collab-line);
}
body.collaboration-page .question .box .item[open] .title i {
  transform: rotate(45deg);
}
body.collaboration-page .question .box .item .title {
  min-height: 78px;
  padding: 20px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--collab-ink);
  font-size: 18px;
  font-weight: 650;
  cursor: pointer;
  list-style: none;
}
body.collaboration-page .question .box .item .title::-webkit-details-marker {
  display: none;
}
body.collaboration-page .question .box .item .title i {
  color: var(--collab-blue);
  font-size: 18px;
  transition: transform 0.2s ease;
}
body.collaboration-page .question .box .item .remark {
  max-width: 780px;
  margin: -4px 0 0;
  padding: 0 48px 24px 4px;
  color: var(--collab-muted);
  font-size: 15px;
  line-height: 1.8;
}
body.collaboration-page .service {
  background: #ffffff;
}
body.collaboration-page .service .service_banner {
  height: 330px;
  margin-top: 48px;
  overflow: hidden;
  border-radius: 22px;
  background: #0a285a;
}
body.collaboration-page .service .service_banner::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 24, 60, 0.86), rgba(4, 28, 68, 0.24));
  content: "";
}
body.collaboration-page .service .service_banner img {
  transition: transform 0.65s ease;
}
body.collaboration-page .service .service_banner:hover img {
  transform: scale(1.025);
}
body.collaboration-page .service .service_banner .service-info {
  top: 50%;
  right: 40%;
  left: 56px;
  z-index: 1;
  transform: translateY(-50%);
}
body.collaboration-page .service .service_banner .service-info .title {
  color: #ffffff;
  font-size: clamp(24px, 2.6vw, 38px);
  line-height: 1.3;
}
body.collaboration-page .service .service_banner .service-info .remark {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.8;
}
body.collaboration-page .service .service-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 44px;
  margin-top: 24px;
}
body.collaboration-page .service .item {
  min-height: 100px;
  margin: 0;
  padding: 24px 0;
  align-items: flex-start;
  border-bottom: 1px solid var(--collab-line);
  background: transparent;
  color: var(--collab-muted);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}
body.collaboration-page .service .item i {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  margin: 0 16px 0 0;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #edf4ff;
  color: var(--collab-blue);
  font-size: 18px;
}
body.collaboration-page .service .item strong {
  display: block;
  margin-bottom: 3px;
  color: var(--collab-ink);
  font-size: 17px;
}
body.collaboration-page .rights,
body.collaboration-page .demand {
  background: var(--collab-surface);
}
body.collaboration-page .rights .table-scroll-hint,
body.collaboration-page .demand .table-scroll-hint {
  display: none;
  margin-top: 22px;
  color: var(--collab-muted);
  font-size: 13px;
}
body.collaboration-page .rights .table-scroll-hint i,
body.collaboration-page .demand .table-scroll-hint i {
  margin-right: 6px;
  color: var(--collab-blue);
}
body.collaboration-page .rights .rights_table,
body.collaboration-page .rights .demand_table,
body.collaboration-page .demand .rights_table,
body.collaboration-page .demand .demand_table {
  margin-top: 42px;
  overflow: hidden;
  border: 1px solid var(--collab-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 52px rgba(24, 60, 112, 0.08);
}
body.collaboration-page .rights .rights_table .table,
body.collaboration-page .rights .demand_table .table,
body.collaboration-page .demand .rights_table .table,
body.collaboration-page .demand .demand_table .table {
  margin-bottom: 0;
}
body.collaboration-page .rights .rights_table .table th,
body.collaboration-page .rights .rights_table .table td,
body.collaboration-page .rights .demand_table .table th,
body.collaboration-page .rights .demand_table .table td,
body.collaboration-page .demand .rights_table .table th,
body.collaboration-page .demand .rights_table .table td,
body.collaboration-page .demand .demand_table .table th,
body.collaboration-page .demand .demand_table .table td {
  border-color: #e7edf5;
}
body.collaboration-page .rights .rights_table .table thead th,
body.collaboration-page .rights .rights_table .table thead td,
body.collaboration-page .rights .demand_table .table thead th,
body.collaboration-page .rights .demand_table .table thead td,
body.collaboration-page .demand .rights_table .table thead th,
body.collaboration-page .demand .rights_table .table thead td,
body.collaboration-page .demand .demand_table .table thead th,
body.collaboration-page .demand .demand_table .table thead td {
  color: var(--collab-ink);
  font-weight: 650;
}
body.collaboration-page .rights .rights_table .table tbody tr:hover > *,
body.collaboration-page .rights .demand_table .table tbody tr:hover > *,
body.collaboration-page .demand .rights_table .table tbody tr:hover > *,
body.collaboration-page .demand .demand_table .table tbody tr:hover > * {
  background-color: #f7faff;
}
body.collaboration-page .rights .rights_table .bi-check-circle-fill,
body.collaboration-page .rights .demand_table .bi-check-circle-fill,
body.collaboration-page .demand .rights_table .bi-check-circle-fill,
body.collaboration-page .demand .demand_table .bi-check-circle-fill {
  color: #18a46b;
}
body.collaboration-page .rights .rights_table .bi-x-circle-fill,
body.collaboration-page .rights .demand_table .bi-x-circle-fill,
body.collaboration-page .demand .rights_table .bi-x-circle-fill,
body.collaboration-page .demand .demand_table .bi-x-circle-fill {
  color: #c4ccd7;
}
body.collaboration-page .demand {
  background: #ffffff;
}
body.collaboration-page .demand .demand_table .table .remark {
  background: #ffffff;
}
body.collaboration-page .app_process {
  background: var(--collab-surface);
}
body.collaboration-page .app_process .row {
  margin-top: 52px;
}
body.collaboration-page .app_process .row .col {
  margin-top: 0;
}
body.collaboration-page .app_process .row .col .box {
  width: calc(100% - 18px);
  min-height: 188px;
  padding: 28px 24px;
  border: 1px solid var(--collab-line);
  border-radius: 16px;
  background: #ffffff;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
body.collaboration-page .app_process .row .col .box:hover {
  border-color: rgba(18, 104, 255, 0.35);
  transform: translateY(-5px);
}
body.collaboration-page .app_process .row .col .box .number {
  color: rgba(18, 104, 255, 0.2);
  font-size: 50px;
}
body.collaboration-page .app_process .row .col .box .number img {
  width: 46px;
  flex-basis: 46px;
}
body.collaboration-page .app_process .row .col .box .title {
  margin-top: 34px;
  color: var(--collab-ink);
  font-size: 18px;
}
body.collaboration-page .app_process .row .col .line {
  right: -4px;
  z-index: 2;
  color: var(--collab-blue);
}
body.collaboration-page .collaboration-cta {
  padding: 80px 0;
  background: linear-gradient(120deg, #0d63f3 0%, #0744bd 100%);
  color: #ffffff;
}
body.collaboration-page .collaboration-cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
body.collaboration-page .collaboration-cta .section-kicker {
  margin-bottom: 12px;
  color: #a9ceff;
}
body.collaboration-page .collaboration-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  letter-spacing: -0.035em;
}
body.collaboration-page .collaboration-cta p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
}
body.collaboration-page .collaboration-cta a {
  min-width: 176px;
  min-height: 54px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  border-radius: 8px;
  background: #ffffff;
  color: #0751d4;
  font-size: 16px;
  font-weight: 650;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
body.collaboration-page .collaboration-cta a i {
  margin-left: 8px;
}
body.collaboration-page .collaboration-cta a:hover {
  box-shadow: 0 14px 34px rgba(2, 24, 65, 0.22);
  transform: translateY(-2px);
}
body.collaboration-page .collaboration-cta .cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
body.collaboration-page .collaboration-cta .cta-secondary {
  border-color: rgba(255, 255, 255, 0.5);
  background: transparent;
  color: #ffffff;
}
body.collaboration-page .footer {
  position: relative;
  z-index: 1;
  margin-top: -1px;
}

.reveal-ready .collaboration-page .reveal-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal-ready .collaboration-page .reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes collaboration-hero-image {
  from {
    opacity: 0.75;
    transform: scale(1.05);
  }
  to {
    opacity: 1;
    transform: scale(1.015);
  }
}
@keyframes collaboration-hero-copy {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1199px) {
  body.collaboration-page .promotion_edge .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.collaboration-page .promotion_edge .row .col {
    padding: 30px;
    border-top: 1px solid var(--collab-line);
  }
  body.collaboration-page .promotion_edge .row .col:nth-child(-n+2) {
    padding-top: 0;
    border-top: 0;
  }
  body.collaboration-page .promotion_edge .row .col:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }
  body.collaboration-page .promotion_edge .row .col:nth-child(even) {
    padding-right: 0;
  }
  body.collaboration-page .process .row .col .box {
    width: 100%;
    min-height: 190px;
    display: block;
  }
  body.collaboration-page .process .row .col .box .number {
    width: auto;
    display: block;
    text-align: left;
  }
  body.collaboration-page .process .row .col .box .title {
    margin-top: 28px;
  }
  body.collaboration-page .app_process .row .col {
    margin-bottom: 18px;
  }
  body.collaboration-page .app_process .row .col .box {
    width: 100%;
  }
}
@media (max-width: 800px) {
  body.collaboration-page .rights .table-scroll-hint,
  body.collaboration-page .demand .table-scroll-hint {
    display: block;
  }
  body.collaboration-page .rights .rights_table,
  body.collaboration-page .rights .demand_table,
  body.collaboration-page .demand .rights_table,
  body.collaboration-page .demand .demand_table {
    margin-top: 14px;
    border-radius: 12px;
  }
  body.collaboration-page .rights .rights_table .col1,
  body.collaboration-page .rights .demand_table .col1,
  body.collaboration-page .demand .rights_table .col1,
  body.collaboration-page .demand .demand_table .col1 {
    z-index: 2;
    flex-basis: 112px;
    width: 112px;
    background: #ffffff;
  }
  body.collaboration-page .rights .rights_table .col1 .table,
  body.collaboration-page .rights .demand_table .col1 .table,
  body.collaboration-page .demand .rights_table .col1 .table,
  body.collaboration-page .demand .demand_table .col1 .table {
    box-shadow: 8px 0 16px -12px rgba(7, 32, 74, 0.42);
  }
  body.collaboration-page .rights .rights_table .table th,
  body.collaboration-page .rights .rights_table .table td,
  body.collaboration-page .rights .rights_table .table th.title,
  body.collaboration-page .rights .rights_table .table td.remark,
  body.collaboration-page .rights .demand_table .table th,
  body.collaboration-page .rights .demand_table .table td,
  body.collaboration-page .rights .demand_table .table th.title,
  body.collaboration-page .rights .demand_table .table td.remark,
  body.collaboration-page .demand .rights_table .table th,
  body.collaboration-page .demand .rights_table .table td,
  body.collaboration-page .demand .rights_table .table th.title,
  body.collaboration-page .demand .rights_table .table td.remark,
  body.collaboration-page .demand .demand_table .table th,
  body.collaboration-page .demand .demand_table .table td,
  body.collaboration-page .demand .demand_table .table th.title,
  body.collaboration-page .demand .demand_table .table td.remark {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  body.collaboration-page .collaboration-hero {
    height: 590px;
    min-height: 590px;
  }
  body.collaboration-page .collaboration-hero::before {
    background: linear-gradient(90deg, rgba(3, 23, 61, 0.93), rgba(4, 37, 91, 0.68));
  }
  body.collaboration-page .collaboration-hero::after {
    display: none;
  }
  body.collaboration-page .collaboration-hero > img {
    object-position: 62% center;
  }
  body.collaboration-page .collaboration-hero .banner-content .container {
    padding-top: 72px;
  }
  body.collaboration-page .collaboration-hero .hero-eyebrow {
    margin-bottom: 16px;
    font-size: 10px;
    letter-spacing: 0.12em;
  }
  body.collaboration-page .collaboration-hero .banner-title {
    font-size: 38px;
    letter-spacing: -0.035em;
  }
  body.collaboration-page .collaboration-hero .banner-remark {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.7;
  }
  body.collaboration-page .collaboration-hero .banner-button {
    margin-top: 26px;
  }
  body.collaboration-page .collaboration-hero .banner-button a {
    min-width: 0;
    min-height: 48px;
    padding: 0 18px;
    font-size: 14px;
  }
  body.collaboration-page .collaboration-hero .hero-proof {
    display: grid;
    gap: 8px;
    margin-top: 28px;
    font-size: 12px;
  }
  body.collaboration-page .collaboration-hero .hero-proof span + span::before {
    display: none;
  }
  body.collaboration-page .main > .container-lg {
    margin-bottom: -20px;
    transform: translateY(-24px);
  }
  body.collaboration-page .main .menu_bg {
    border-radius: 11px;
  }
  body.collaboration-page .main .menu_bg .menu a {
    min-height: 54px;
    font-size: 14px;
  }
  body.collaboration-page .main section:not(.collaboration-cta) {
    padding: 68px 0;
  }
  body.collaboration-page .main .section-kicker {
    margin-bottom: 10px;
    font-size: 10px;
  }
  body.collaboration-page .main .edge_title,
  body.collaboration-page .main .process_title,
  body.collaboration-page .main .law_title,
  body.collaboration-page .main .promotion_type_title,
  body.collaboration-page .main .question_title,
  body.collaboration-page .main .service_title,
  body.collaboration-page .main .rights_title,
  body.collaboration-page .main .demand_title,
  body.collaboration-page .main .app_process_title {
    font-size: 29px;
  }
  body.collaboration-page .main .edge_remark,
  body.collaboration-page .main .process_remark,
  body.collaboration-page .main .law_remark,
  body.collaboration-page .main .promotion_type_remark,
  body.collaboration-page .main .question_remark,
  body.collaboration-page .main .service_remark,
  body.collaboration-page .main .rights_remark,
  body.collaboration-page .main .demand_remark,
  body.collaboration-page .main .app_process_remark {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.7;
  }
  body.collaboration-page .promotion_edge .row {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }
  body.collaboration-page .promotion_edge .row .col,
  body.collaboration-page .promotion_edge .row .col:first-child,
  body.collaboration-page .promotion_edge .row .col:last-child,
  body.collaboration-page .promotion_edge .row .col:nth-child(-n+2) {
    padding: 26px 0;
    border-top: 1px solid var(--collab-line);
    border-left: 0;
  }
  body.collaboration-page .promotion_edge .row .col:first-child,
  body.collaboration-page .promotion_edge .row .col:first-child:first-child,
  body.collaboration-page .promotion_edge .row .col:last-child:first-child,
  body.collaboration-page .promotion_edge .row .col:nth-child(-n+2):first-child {
    padding-top: 0;
    border-top: 0;
  }
  body.collaboration-page .promotion_edge .row .col .box,
  body.collaboration-page .promotion_edge .row .col:first-child .box,
  body.collaboration-page .promotion_edge .row .col:last-child .box,
  body.collaboration-page .promotion_edge .row .col:nth-child(-n+2) .box {
    min-height: 0;
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 18px;
  }
  body.collaboration-page .promotion_edge .row .col .box .icon,
  body.collaboration-page .promotion_edge .row .col:first-child .box .icon,
  body.collaboration-page .promotion_edge .row .col:last-child .box .icon,
  body.collaboration-page .promotion_edge .row .col:nth-child(-n+2) .box .icon {
    width: 58px;
    height: 58px;
    border-radius: 15px;
  }
  body.collaboration-page .promotion_edge .row .col .box .icon img,
  body.collaboration-page .promotion_edge .row .col:first-child .box .icon img,
  body.collaboration-page .promotion_edge .row .col:last-child .box .icon img,
  body.collaboration-page .promotion_edge .row .col:nth-child(-n+2) .box .icon img {
    width: 40px;
    height: 40px;
  }
  body.collaboration-page .promotion_edge .row .col .box .content .title,
  body.collaboration-page .promotion_edge .row .col:first-child .box .content .title,
  body.collaboration-page .promotion_edge .row .col:last-child .box .content .title,
  body.collaboration-page .promotion_edge .row .col:nth-child(-n+2) .box .content .title {
    margin-top: 0;
    font-size: 18px;
  }
  body.collaboration-page .promotion_edge .row .col .box .content .remark,
  body.collaboration-page .promotion_edge .row .col:first-child .box .content .remark,
  body.collaboration-page .promotion_edge .row .col:last-child .box .content .remark,
  body.collaboration-page .promotion_edge .row .col:nth-child(-n+2) .box .content .remark {
    margin-top: 8px;
    font-size: 14px;
  }
  body.collaboration-page .process .row .col {
    margin-top: 14px;
  }
  body.collaboration-page .process .row .col .box {
    min-height: 0;
    padding: 24px;
  }
  body.collaboration-page .process .row .col .box .number {
    font-size: 48px;
  }
  body.collaboration-page .process .row .col .box .title {
    margin-top: 22px;
    font-size: 18px;
  }
  body.collaboration-page .process .row .col .box .remark {
    font-size: 14px;
  }
  body.collaboration-page .law {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  body.collaboration-page .law .container {
    padding: 42px 26px;
    border-radius: 18px;
  }
  body.collaboration-page .law .container > * {
    margin-right: 0;
    margin-left: 0;
  }
  body.collaboration-page .law .box {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }
  body.collaboration-page .law .box p,
  body.collaboration-page .law .box p:first-child {
    padding: 20px 0;
  }
  body.collaboration-page .law .box p + p,
  body.collaboration-page .law .box p:first-child + p {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    border-left: 0;
  }
  body.collaboration-page .promotion_type .promotion_type_banner {
    height: 150px;
    margin-top: 34px;
  }
  body.collaboration-page .promotion_type .promotion_type_banner img {
    object-position: center;
  }
  body.collaboration-page .promotion_type .row .col .box {
    height: auto;
    min-height: 190px;
  }
  body.collaboration-page .promotion_type .row .col .box .remark {
    margin-top: 34px;
  }
  body.collaboration-page .question .box {
    margin-top: 26px;
  }
  body.collaboration-page .question .box .item .title {
    min-height: 68px;
    font-size: 16px;
  }
  body.collaboration-page .question .box .item .remark {
    padding-right: 28px;
    font-size: 14px;
  }
  body.collaboration-page .service .service_banner {
    height: 300px;
    margin-top: 34px;
  }
  body.collaboration-page .service .service_banner .service-info {
    right: 24px;
    left: 24px;
  }
  body.collaboration-page .service .service_banner .service-info .title {
    font-size: 25px;
  }
  body.collaboration-page .service .service-points {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }
  body.collaboration-page .service .item {
    min-height: 0;
  }
  body.collaboration-page .app_process .row {
    margin-top: 34px;
  }
  body.collaboration-page .app_process .row .col .box {
    min-height: 150px;
    padding: 20px 16px;
  }
  body.collaboration-page .app_process .row .col .box .number {
    font-size: 38px;
  }
  body.collaboration-page .app_process .row .col .box .number img {
    width: 38px;
    flex-basis: 38px;
  }
  body.collaboration-page .app_process .row .col .box .title {
    margin-top: 24px;
    font-size: 16px;
  }
  body.collaboration-page .collaboration-cta {
    padding: 58px 0;
  }
  body.collaboration-page .collaboration-cta .container {
    display: block;
  }
  body.collaboration-page .collaboration-cta h2 {
    font-size: 28px;
  }
  body.collaboration-page .collaboration-cta p {
    font-size: 14px;
    line-height: 1.7;
  }
  body.collaboration-page .collaboration-cta a,
  body.collaboration-page .collaboration-cta .cta-actions {
    width: 100%;
  }
  body.collaboration-page .collaboration-cta a {
    margin-top: 28px;
  }
  body.collaboration-page .collaboration-cta .cta-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  body.collaboration-page .collaboration-cta .cta-actions a {
    min-width: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .collaboration-page *,
  .collaboration-page *::before,
  .collaboration-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal-ready .collaboration-page .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }
}
.main {
  margin-top: 0;
}
.main .menu_bg {
  position: relative;
  z-index: 2;
  width: calc(100% + 24px);
  margin: 0 -12px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e3e9f2;
  border-top: 0;
  border-radius: 0 0 14px 14px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 42, 76, 0.08);
}
.main .menu_bg .menu {
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  padding: 0;
  overflow: hidden;
  border-radius: inherit;
  background: transparent;
}
.main .menu_bg .menu a {
  position: relative;
  min-width: 0;
  min-height: 60px;
  margin: 0;
  padding: 0 20px;
  border-radius: 0;
  background: transparent;
  color: #334863;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}
.main .menu_bg .menu a + a {
  border-left: 1px solid #edf1f6;
}
.main .menu_bg .menu a:hover {
  background: #f6f9ff;
  color: #005dff;
  transform: translateY(-1px);
}
.main .menu_bg .menu a:focus-visible {
  z-index: 1;
  outline: 2px solid rgba(0, 93, 255, 0.5);
  outline-offset: -3px;
}
.main .menu_bg .menu a.active {
  background: linear-gradient(180deg, #f7faff 0%, #eef5ff 100%);
  color: #005dff;
}
.main .menu_bg .menu a.active::after {
  position: absolute;
  right: 22%;
  bottom: 0;
  left: 22%;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: #005dff;
  content: "";
}
@media (max-width: 630px) {
  .main .menu_bg {
    border-radius: 0 0 10px 10px;
  }
  .main .menu_bg .menu a {
    min-height: 52px;
    padding: 0 8px;
    font-size: 15px;
  }
}
.main .promotion_edge {
  margin-top: 20px;
}
.main .promotion_edge .edge_title {
  font-size: 28px;
  color: #1f2937;
  font-weight: 600;
  padding-top: 40px;
}
.main .promotion_edge .edge_remark {
  font-size: 16px;
  color: #283f58;
  margin-top: 5px;
}
.main .promotion_edge .row {
  margin-top: 20px;
}
.main .promotion_edge .row .col {
  margin-top: 15px;
}
.main .promotion_edge .row .col .box {
  background: linear-gradient(135deg, #f3f9fe, #fafcff);
  border-radius: 5px;
  border: 1px #ffffff solid;
  display: flex;
  align-items: center;
  padding: 30px 10px;
}
.main .promotion_edge .row .col .box .icon {
  flex: 0 110px;
  width: 110px;
  text-align: center;
}
.main .promotion_edge .row .col .box .content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.main .promotion_edge .row .col .box .content .title {
  color: rgb(30, 44, 82);
  font-size: 22px;
  font-weight: bold;
}
.main .promotion_edge .row .col .box .content .remark {
  margin-top: 10px;
  color: rgb(139, 148, 159);
  font-size: 16px;
}
.main .promotion_edge .row .col .box:hover {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  box-shadow: 0 0 10px 4px #cdd1d8;
  transform: translateY(-4px);
  transition: 0.2s;
}
.main .process {
  margin-top: 30px;
  background: #ffffff;
  padding-bottom: 30px;
}
.main .process .process_title {
  font-size: 28px;
  color: #1f2937;
  font-weight: 600;
  padding-top: 40px;
}
.main .process .process_remark {
  font-size: 16px;
  color: #283f58;
  margin-top: 5px;
}
.main .process .row {
  margin-top: 20px;
}
.main .process .row .col {
  margin-top: 15px;
  position: relative;
}
.main .process .row .col .box {
  border-radius: 5px;
  padding: 30px 20px;
  border: 1px #e7e9ec solid;
  height: 280px;
  width: 93%;
}
.main .process .row .col .box .number {
  color: #2046dc;
  font-size: 66px;
  font-weight: bold;
}
.main .process .row .col .box .title {
  color: #1e2c52;
  font-size: 22px;
  font-weight: bold;
  margin-top: 30px;
}
.main .process .row .col .box .remark {
  font-size: 16px;
  color: #8b949f;
  margin-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box; /* 将对象作为弹性伸缩盒子模型显示 */
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式为垂直 */
  -webkit-line-clamp: 2; /* 限制在一个块元素显示的文本的行数 */
  overflow: hidden; /* 超出部分隐藏 */
  text-overflow: ellipsis;
}
.main .process .row .col .line {
  position: absolute;
  top: 50%;
  right: -5px;
  font-size: 30px;
  color: #c3c6ca;
  display: block;
}
@media (max-width: 540px) {
  .main .process .row .col .box {
    height: 200px;
  }
}
@media (max-width: 1200px) {
  .main .process .row .col .box {
    padding: 10px 10px;
    height: auto;
    display: flex;
    justify-content: center;
  }
  .main .process .row .col .box .number {
    font-size: 55px;
    flex: 0 0 100px;
    width: 100px;
    text-align: center;
    display: flex;
    align-items: center;
  }
  .main .process .row .col .box .info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .main .process .row .col .box .title {
    margin-top: 0px;
  }
  .main .process .row .col .box .remark {
    margin-top: 10px;
    padding-bottom: 0;
  }
  .main .process .row .col .line {
    display: none;
  }
}
.main .law {
  margin-top: 40px;
}
.main .law .law_title {
  font-size: 28px;
  color: #1f2937;
  font-weight: 600;
}
.main .law .law_remark {
  font-size: 16px;
  color: #283f58;
  margin-top: 5px;
}
.main .law .box {
  margin-top: 20px;
  background: linear-gradient(180deg, #fafcff, #f3f9fe);
  padding: 20px 20px;
  color: #4e5157;
  font-size: 16px;
  line-height: 30px;
}
.main .law .box p {
  display: flex;
  align-items: center;
}
.main .law .box p i {
  color: #005eff;
  margin-right: 5px;
}
.main .promotion_type {
  margin-top: 30px;
  background: #ffffff;
  padding-bottom: 30px;
}
.main .promotion_type .promotion_type_title {
  font-size: 28px;
  color: #1f2937;
  font-weight: 600;
  padding-top: 40px;
}
.main .promotion_type .promotion_type_remark {
  font-size: 16px;
  color: #283f58;
  margin-top: 5px;
}
.main .promotion_type .promotion_type_banner {
  width: 100%;
  height: 140px;
  margin-top: 20px;
}
.main .promotion_type .promotion_type_banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main .promotion_type .row {
  margin-top: 20px;
}
.main .promotion_type .row .col {
  margin-top: 15px;
}
.main .promotion_type .row .col .box {
  border-radius: 5px;
  padding: 20px 20px;
  background: #f3f5f8;
  height: 160px;
}
.main .promotion_type .row .col .box .title {
  font-size: 22px;
  color: #1e2c52;
  font-weight: bold;
}
.main .promotion_type .row .col .box .remark {
  margin-top: 10px;
  font-size: 16px;
  color: #8b949f;
  display: -webkit-box; /* 将对象作为弹性伸缩盒子模型显示 */
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式为垂直 */
  -webkit-line-clamp: 3; /* 限制在一个块元素显示的文本的行数 */
  overflow: hidden; /* 超出部分隐藏 */
  text-overflow: ellipsis;
}
.main .question {
  margin-top: 40px;
}
.main .question .question_title {
  font-size: 28px;
  color: #1f2937;
  font-weight: 600;
  font-weight: bold;
}
.main .question .question_remark {
  font-size: 16px;
  color: #283f58;
  margin-top: 5px;
}
.main .question .box {
  padding: 20px 0px;
  font-size: 16px;
  line-height: 30px;
}
.main .question .box .item {
  margin-top: 30px;
}
.main .question .box .item .title {
  font-size: 20px;
  font-weight: bold;
  color: #283f58;
  display: flex;
  align-items: center;
}
.main .question .box .item .title img {
  margin-right: 8px;
}
.main .question .box .item .remark {
  margin-top: 4px;
  color: #8b949f;
  font-size: 16px;
}
.main .service {
  margin-top: 40px;
}
.main .service .service_title {
  font-size: 28px;
  color: #1f2937;
  font-weight: 600;
}
.main .service .service_remark {
  font-size: 16px;
  color: #283f58;
  margin-top: 5px;
}
.main .service .service_banner {
  width: 100%;
  height: 140px;
  margin-top: 10px;
  position: relative;
}
.main .service .service_banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main .service .service_banner .service-info {
  position: absolute;
  left: 30px;
  top: 40px;
}
.main .service .service_banner .service-info .title {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 720px) {
  .main .service .service_banner .service-info .title {
    font-size: 16px;
  }
}
.main .service .service_banner .service-info .remark {
  font-size: 14px;
  color: #ffffff;
  margin-top: 5px;
}
.main .service .item {
  background: #ffffff;
  display: flex;
  padding: 15px 10px;
  margin-top: 20px;
  font-size: 18px;
  color: #1e2c52;
  font-weight: bold;
  align-items: center;
}
.main .service .item i {
  color: #005eff;
  margin-right: 8px;
}
.main .rights {
  margin-top: 30px;
  background: #ffffff;
  padding-bottom: 10px;
}
.main .rights .rights_title {
  padding-top: 30px;
  font-size: 28px;
  color: #1f2937;
  font-weight: 600;
}
.main .rights .rights_remark {
  font-size: 16px;
  color: #283f58;
  margin-top: 5px;
}
.main .rights .rights_table {
  margin-top: 20px;
  display: flex;
}
.main .rights .rights_table .bi-check-circle-fill {
  color: #11aa66;
  font-size: 20px;
}
.main .rights .rights_table .bi-x-circle-fill {
  color: #f5222d;
  font-size: 20px;
}
.main .rights .rights_table .table {
  margin-bottom: 1px;
}
.main .rights .rights_table .table th,
.main .rights .rights_table .table td {
  height: 50px;
  padding: 0;
  margin: 0;
  font-size: 16px;
  vertical-align: middle;
}
.main .rights .rights_table .table thead th {
  background: #f0f2f5;
  text-align: center;
}
.main .rights .rights_table .table thead th.bg0 {
  text-align: center;
  vertical-align: middle;
}
.main .rights .rights_table .table thead th.bg1 {
  background: #f5f8ff;
  text-align: center;
  vertical-align: middle;
}
.main .rights .rights_table .table thead th.bg2 {
  background: #fffbda;
  text-align: center;
  vertical-align: middle;
}
.main .rights .rights_table .table thead th.bg3 {
  background: #d2ddff;
  text-align: center;
  vertical-align: middle;
}
.main .rights .rights_table .table thead th.bg4 {
  background: #d7d1ff;
  text-align: center;
  vertical-align: middle;
}
.main .rights .rights_table .table td.center {
  text-align: center;
}
.main .rights .rights_table .table th.title {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  color: #283f58;
}
.main .rights .rights_table .table td.remark {
  font-size: 16px;
  color: #283f58;
  padding-left: 20px;
}
.main .rights .rights_table .col1 {
  width: 140px;
  flex: 0 0 140px;
  transform: translateX(1px);
}
.main .rights .rights_table .col2 {
  flex-grow: 1;
}
@media (max-width: 800px) {
  .main .rights .rights_table .col1 {
    position: relative;
  }
  .main .rights .rights_table .col1 .table {
    position: absolute;
    box-shadow: 4px 0px 6px -2px rgba(0, 0, 0, 0.3);
  }
  .main .rights .rights_table .col2 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.main .demand {
  margin-top: 30px;
}
.main .demand .demand_title {
  font-size: 28px;
  color: #1f2937;
  font-weight: 600;
}
.main .demand .demand_remark {
  font-size: 16px;
  color: #283f58;
  margin-top: 5px;
}
.main .demand .demand_table {
  margin-top: 20px;
  display: flex;
}
.main .demand .demand_table .table {
  margin-bottom: 1px;
}
.main .demand .demand_table .table th,
.main .demand .demand_table .table td {
  height: 50px;
  padding: 0;
  margin: 0;
}
.main .demand .demand_table .table thead td,
.main .demand .demand_table .table thead th {
  background: #f0f2f5;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  color: #283f58;
}
.main .demand .demand_table .table .remark {
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  background: #ffffff;
  color: #283f58;
}
.main .demand .demand_table .table-main th {
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
}
.main .demand .demand_table .table-main th.bg0 {
  background: #f0f2f5;
}
.main .demand .demand_table .table-main th.bg1 {
  background: #f5f8ff;
}
.main .demand .demand_table .table-main th.bg2 {
  background: #fffbda;
}
.main .demand .demand_table .table-main th.bg3 {
  background: #d2ddff;
}
.main .demand .demand_table .table-main th.bg4 {
  background: #d7d1ff;
}
.main .demand .demand_table .col1 {
  width: 140px;
  flex: 0 0 140px;
  transform: translateX(1px);
}
.main .demand .demand_table .col2 {
  flex-grow: 1;
}
@media (max-width: 800px) {
  .main .demand .demand_table .col1 {
    position: relative;
  }
  .main .demand .demand_table .col1 .table {
    position: absolute;
    box-shadow: 4px 0px 6px -2px rgba(0, 0, 0, 0.3);
  }
  .main .demand .demand_table .col2 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.main .app_process {
  margin-top: 30px;
  background: #ffffff;
  padding-bottom: 30px;
}
.main .app_process .app_process_title {
  padding-top: 30px;
  font-size: 28px;
  color: #1f2937;
  font-weight: 600;
}
.main .app_process .app_process_remark {
  font-size: 16px;
  color: #283f58;
  margin-top: 5px;
}
.main .app_process .row {
  margin-top: 20px;
}
.main .app_process .row .col {
  margin-top: 15px;
  position: relative;
}
.main .app_process .row .col .box {
  border-radius: 5px;
  padding: 20px 20px;
  border: 1px #e7e9ec solid;
  width: 95%;
}
@media (max-width: 720px) {
  .main .app_process .row .col .box {
    padding: 15px 15px;
  }
}
.main .app_process .row .col .box .number {
  color: #2046dc;
  font-size: 60px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media (max-width: 720px) {
  .main .app_process .row .col .box .number {
    font-size: 40px;
  }
}
.main .app_process .row .col .box .number i {
  flex-grow: 1;
}
.main .app_process .row .col .box .number img {
  flex: 0 0 50px;
  width: 50px;
}
@media (max-width: 720px) {
  .main .app_process .row .col .box .number img {
    flex: 0 0 40px;
    width: 40px;
  }
}
.main .app_process .row .col .box .title {
  color: #1e2c52;
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
}
@media (max-width: 720px) {
  .main .app_process .row .col .box .title {
    margin-top: 10px;
    font-size: 18px;
  }
}
.main .app_process .row .col .line {
  position: absolute;
  top: 50%;
  right: -8px;
  font-size: 30px;
  color: #c3c6ca;
  display: block;
}
@media (max-width: 1000px) {
  .main .app_process .row .col .line2,
  .main .app_process .row .col .line4 {
    display: none;
  }
}

/*# sourceMappingURL=promotion.css.map */
