/* 全局重置与基础样式 */
* {
  margin: 0px;
  padding: 0px;
  font-family: "Conv_TitilliumWeb-SemiBold", Sans-Serif, "微软雅黑", "宋体";
  color: #fff;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: #4a4e5d;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
  background: #393c4e;
  width: 6px;
  border-radius: 10px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 10px !important;
  background: #4a4e5d !important;
  width: 6px !important;
  height: 6px !important;
  min-height: 24px !important;
  min-width: 24px !important;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #393c4e !important;
}

/* 边角 即两个滚动条的交汇处 */
::-webkit-scrollbar-corner {
  background: #393c4e !important;
  border-radius: 10px !important;
}

.cursor {
  cursor: pointer;
}

.center-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.center-flex-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.navbar {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
  box-sizing: border-box;
}

.navbar:before {
  content: none;
}

.navbar:after {
  content: none;
}

.navbar-inverse {
  width: 100%;
  height: 100px;
  left: 0px;
  top: 0px;
  position: fixed;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  margin-bottom: 0px;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-inverse .navbar-logo {
  width: 192px;
  height: 100px;
  margin-left: 50px;
  padding: 26px 0;
}

.navbar-inverse .navbar-logo .navbar-logo-img {
  width: 100%;
}

.navbar-inverse .navbar-content {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.navbar-inverse .navbar-content ul {
  margin: 0px;
  padding: 0px;
  display: flex;
}

.navbar-inverse .navbar-content ul li {
  display: flex;
  align-items: center;
  margin: 6px 20px;
  cursor: pointer;
  position: relative;
}

.navbar-inverse .navbar-content ul li .navbar-content-dropdown-div {
  display: flex;
  align-items: center;
}

.navbar-inverse .navbar-content ul li .navbar-content-dropdown-div:hover * {
  color: #637cff;
}

.navbar-inverse .navbar-content ul li .navbar-content-dropdown-div.active * {
  color: #637cff;
}

.navbar-inverse
  .navbar-content
  ul
  li
  .navbar-content-dropdown-div.active
  .navbar-content-dropdown {
  transform: rotate(180deg);
  transition: all 0.3s;
}

.navbar-inverse .navbar-content ul li .navbar-content-dropdown {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  color: #637cff !important;
  transform: rotate(0deg);
  transition: all 0.3s;
}

.navbar-inverse .navbar-content ul li .item_list {
  display: none;
  position: absolute;
  top: 40px;
  left: calc(50% - 100px);
  color: #fff;
  font-size: 20px;
  padding: 30px;
  border-radius: 10px;
  background: #0c2440;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.25);
  z-index: 1000;
}

.navbar-inverse .navbar-content ul li .item_list .item_list_div {
  display: inline-block;
  width: max-content;
}

.navbar-inverse .navbar-content ul li .item_list .item_list_div:hover {
  color: #637cff;
}

.navbar-inverse
  .navbar-content
  ul
  li
  .item_list
  .item_list_div
  + .item_list_div {
  margin-top: 30px;
}

.navbar-inverse .navbar-right {
  margin-right: 50px;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 500;
}

.navbar-inverse .navbar-right .lang_div {
  font-size: 18px;
  display: flex;
  align-items: center;
  line-height: 26px;
}

.navbar-inverse .navbar-right .lang_div .lang_div_span {
  margin-left: 6px;
}

.navbar-inverse .navbar-right .lang_div + .lang_div {
  margin-left: 30px;
}

.navbar-inverse .navbar-right .lang_div_button {
  border-radius: 8px;
  background: #173cff;
  padding: 12px 20px;
}

.navbar-inverse .navbar-right .lang_div_button:hover {
  background: #66a0ff;
}

.navbar-toggle {
  display: none;
}

.contact-us-btn {
  padding: 8px 24px;
  display: inline-block;
  background: #dc072f;
  color: #fff;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 400;
  border: 0px;
}

.cont-title {
  color: #333;
  font-size: 20px;
  margin-bottom: 12px;
}

.form-control[readonly] {
  background-color: #fff;
}

.contact_interested_select {
  position: absolute;
  top: 32px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  display: none;
}

.contact_interested_select_option {
  padding: 7px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  cursor: pointer;
}
.contact_interested_select_option span {
  color: #000000;
}
.contact_interested_select_option:hover {
  background: #fafafa;
  color: #000000;
}

.contact_interested_select_option:hover span {
  color: #333;
}

.contact_interested_select_option:hover .interested_svg {
  display: inline;
}

.contact_interested_select_option .interested_svg {
  width: 14px;
  height: 14px;
  vertical-align: -1.4px;
  margin-left: 8px;
  display: none;
}

.contact_interested_select_option .interested_svg.active {
  display: inline;
}

.contact_interested_select_option.active {
  background: #fafafa;
  color: #000000;
}

.sending {
  display: none;
}

/************footer************/
.border-r {
  border-right: 1px #fff solid;
}

.border-b {
  border-bottom: 1px #e3e3e3 solid;
}

.docs-footer {
  width: 100%;
  min-height: 635px;
  background: #0c2440;
}

.docs-footer .docs-footer-container {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 36px;
}

.docs-footer .docs-footer-container .container_div {
  display: block;
}

.docs-footer .docs-footer-container .container_div .container_div_top {
  display: flex;
}

.docs-footer
  .docs-footer-container
  .container_div
  .container_div_top
  .container_div_text {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}

.docs-footer
  .docs-footer-container
  .container_div
  .container_div_top
  .container_div_icon {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.container_div_icon_div {
  position: relative;
}

.docs-footer
  .docs-footer-container
  .container_div
  .container_div_top
  .container_div_icon
  .icon_class1 {
  width: 30px;
  height: 30px;
  border-radius: 8px;
}
.docs-footer
  .docs-footer-container
  .container_div
  .container_div_top
  .container_div_icon
  .icon_class2 {
  width: 100px;
  height: 100px;
  cursor: pointer;
  position: absolute;
  top: -35px;
  left: -105px;
  /* top: 35px;
  left: -35px; */
  display: none;
  z-index: 1;
}

.docs-footer .docs-footer-container .container_div .container_div_bottom {
  margin-top: 30px;
}

.docs-footer
  .docs-footer-container
  .container_div
  .container_div_bottom
  .container_div_bottom_div {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  width: max-content;
}

.docs-footer
  .docs-footer-container
  .container_div
  .container_div_bottom
  .container_div_bottom_div:hover {
  color: #637cff;
}

.docs-footer
  .docs-footer-container
  .container_div
  .container_div_bottom
  .container_div_bottom_div
  + .container_div_bottom_div {
  margin-top: 10px;
}
.docs-footer-iso-container {
  max-width: 1200px;
  overflow: hidden;
  position: relative;
  margin: 120px auto 0;
}
.docs-footer-iso-container * {
  -webkit-user-drag: none;
}
.docs-footer-iso-blur-left {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 80px;
  min-width: 40px;
  width: 6.6666667vw;
  height: 100%;
  background: linear-gradient(90deg, #0c2440 0%, rgba(12, 36, 64, 0) 73.96%);
}
.docs-footer-iso-blur-right {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 80px;
  min-width: 40px;
  width: 6.6666667vw;
  height: 100%;
  background: linear-gradient(270deg, #0c2440 0%, rgba(12, 36, 64, 0) 73.96%);
}
.docs-footer .docs-footer-iso {
  display: flex;
  gap: 4px;
  width: max-content;
  will-change: transform;
}

/* 防止拖拽选中 */
.docs-footer .docs-footer-iso .iso_img {
  max-width: 140px;
  height: auto;
  min-width: 70px;
  width: 7.29167vw;
  flex-shrink: 0;
  user-select: none;
  pointer-events: auto;
}

.docs-footer .docs-footer-bootom {
  text-align: center;
  margin-top: 30px;
}

.body-background * {
  word-wrap: break-word;
}

/************ banner************/
/* Banner 核心样式 */
.banner-container {
  position: relative;
}

.banner {
  width: 100%;
  min-height: 600px;
  height: 100vh;
  background: url("/Public/images/index/banner 01.webp") no-repeat center
    center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #fff;
}

/* Banner 内容容器 */
.banner-content {
  position: relative;
  z-index: 2;
  max-width: 1250px;
}

/* 标题样式 */
.banner-title {
  font-size: clamp(32px, 5.833333vw, 70px);
  margin-bottom: clamp(10px, 1.6666666vw, 20px);
  transition: font-size 0.3s ease;
  color: #f0f0f0;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}

.banner-title4 {
  font-size: clamp(22px, 6.666666vw, 70px);
}

/* 副标题/描述样式 */
.banner-desc {
  font-size: clamp(24px, 2.8125vw, 54px);
  margin-bottom: clamp(10px, 2.5vw, 30px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: font-size 0.3s ease;
  color: #6cc2ff;
}

.banner-desc2 {
  font-size: clamp(10px, 1.979167vw, 38px);
}

.banner-desc3 {
  font-size: clamp(10px, 3vw, 36px);
}

/* 简介样式 */
.banner-text {
  color: #f0f0f0;
  text-align: center;
  font-size: clamp(14px, 1.25vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 144.444%;
  transition: font-size 0.3s ease;
  margin-bottom: clamp(20px, 6.666666vw, 80px);
}

/* 按钮样式 */
.banner-btn {
  min-width: 188px;
  height: 52px;
  background: linear-gradient(90deg, #173cff, #c31531);
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  border: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  padding: 0 20px;
  transition: all 0.4s ease;
}

.banner-btn:hover {
  transform: translateY(-2px);
}

.banner-btn-1 {
  width: 188px;
  height: 52px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  border: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.25);
  padding: 0 20px;
  position: relative;
  transition: all 0.4s ease;
}

.banner-btn-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 3px;
  background: linear-gradient(90deg, #0029ff, #ff042c);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  z-index: 1;
}

.banner-btn-1:hover {
  transform: translateY(-2px);
}

.index-banner1 {
  background: url("/Public/images/index/banner 01.webp") no-repeat;
  background-size: 100% 100%;
}

.index-banner2 {
  background: url("/Public/images/index/banner 02.webp") no-repeat;
  background-size: 100% 100%;
}

.index-banner3 {
  background: url("/Public/images/index/banner 03.webp") no-repeat;
  background-size: 100% 100%;
}

.index-banner4 {
  background: url("/Public/images/index/banner 04.webp") no-repeat;
  background-size: 100% 100%;
}

.banner-switch {
  position: absolute;
  bottom: clamp(50px, 5.20834vw, 100px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 3;
}

.banner-switch-item.active {
  background: rgba(255, 255, 255, 0.8);
}

.banner-switch-item {
  width: 72px;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  cursor: pointer;
}

/* 隐藏非当前背景图 */
.banner:not(.active) {
  display: none;
}

/* 如果使用透明度切换，则使用以下样式 */
.banner.fade-out {
  opacity: 0;
}

.banner.fade-in {
  opacity: 1;
}

/* 通用标题 */
.general-title1 {
  width: 100%;
  text-align: center;
  color: #f0f0f0;
  font-size: clamp(40px, 6.666666vw, 80px);
  font-weight: 700;
}

.general-title2 {
  width: 100%;
  text-align: center;
  color: #f0f0f0;
  font-size: clamp(28px, 4.66666vw, 56px);
  font-weight: 700;
}

.general-title2-1 {
  width: 100%;
  text-align: center;
  color: #f0f0f0;
  font-size: clamp(26px, 4.58333333vw, 55px);
  font-weight: 700;
}

.general-title3 {
  width: 100%;
  text-align: center;
  color: #f0f0f0;
  font-size: clamp(13px, 2.16666vw, 26px);
  font-weight: 700;
}

.general-title4 {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: clamp(13px, 2.16666vw, 26px);
  font-weight: 500;
}

.general-title5 {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 500;
}

.general-title6 {
  width: 100%;
  text-align: center;
  color: #f0f0f0;
  font-size: clamp(26px, 4.16666vw, 50px);
  font-weight: 700;
  line-height: 111.111%;
}

/* 模块无缝协同 */
.module-seamless {
  width: 100%;
  text-align: center;
  font-size: clamp(24px, 4vw, 48px);
  font-weight: 700;
  word-wrap: break-word;
}

.module-seamless-layout {
  width: 100%;
  margin: 0 auto;
  margin-top: 100px;
}

.module-seamless-layout-row {
  width: 100%;
  display: flex;
  grid-gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.module-seamless-layout-item {
  height: 200px;
  border-radius: 20px;
  box-shadow: 0 0 10px 4px rgba(76, 96, 200, 0.3) inset;
  display: flex;
  flex-direction: column-reverse;
  padding: 16px 20px;
  position: relative;
}

.module-seamless-layout-item:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 6px;
  background: linear-gradient(90deg, #ff042c, #0029ff);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  z-index: 1;
}

.seamless-layout-item1 {
  width: 24.375%;
  height: 200px;
  min-width: 290px;
}

.seamless-layout-item2 {
  width: 31.666%;
  height: 200px;
  min-width: 360px;
}

.seamless-layout-item3 {
  width: 34.166%;
  height: 200px;
  min-width: 340px;
}

.seamless-layout-item4 {
  width: 30%;
  height: 200px;
  min-width: 340px;
}

.seamless-layout-item5 {
  width: 35%;
  height: 200px;
  min-width: 400px;
}

.module-seamless-layout-row + .module-seamless-layout-row {
  margin-top: 10px;
}

.module-seamless-layout-item-title {
  color: #fff;
  font-size: clamp(14px, 1.6666666vw, 20px);
  font-style: normal;
  font-weight: 800;
  line-height: 145%;
  margin-bottom: 10px;
}

.module-seamless-layout-item-text {
  color: #fff;
  font-size: clamp(12px, 1.333333vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
}

.seamless-layout1 {
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}

.seamless-layout2 {
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
}

.seamless-layout3 {
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
}

.seamless-img1 {
  background: url("/Public/images/index/1-01.webp");
  background-size: 100% 100%;
}

.seamless-img2 {
  background: url("/Public/images/index/1-02.webp");
  background-size: 100% 100%;
}

.seamless-img3 {
  background: url("/Public/images/index/1-03.webp");
  background-size: 100% 100%;
}

.seamless-img4 {
  background: url("/Public/images/index/1-04.webp");
  background-size: 100% 100%;
}

.seamless-img5 {
  background: url("/Public/images/index/1-05.webp");
  background-size: 100% 100%;
}

.seamless-img6 {
  background: url("/Public/images/index/1-06.webp");
  background-size: 100% 100%;
}

.seamless-img7 {
  background: url("/Public/images/index/1-07.webp");
  background-size: 100% 100%;
}

.seamless-img8 {
  background: url("/Public/images/index/1-08.webp");
  background-size: 100% 100%;
}

.seamless-img9 {
  background: url("/Public/images/index/1-09.webp");
  background-size: 100% 100%;
}

.seamless-img10 {
  background: url("/Public/images/index/1-10.webp");
  background-size: 100% 100%;
}

.margin-title1 {
  margin-top: 160px !important;
}

.margin-title2 {
  margin-top: 100px !important;
}

.margin-title3 {
  margin-top: 30px !important;
  margin-bottom: 30px;
}

/* WiiMedia AI 配音解决方案 */
.dubbing-solutions {
  width: 100%;
  text-align: center;
  color: #f0f0f0;
  font-size: 56px;
  font-weight: 700;
}

.dubbing-solutions-layout {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.dubbing-solutions-layout-item {
  max-width: 380px;
  aspect-ratio: 380 / 462;
  border-radius: 20px;
  background: #1e2851;
}
.dubbing-solutions-layout-item1 {
  max-width: 342px;
  aspect-ratio: 380 / 591;
  border-radius: 20px;
  background: #1e2851;
  position: relative;
}

.dubbing-solutions-layout-item1:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 6px;
  background: linear-gradient(180deg, #ff042c, #0029ff);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  z-index: 1;
}

.dubbing-solutions-layout-item-img {
  width: 100%;
  height: 50%;
}

.dubbing-solutions-layout-item-content {
  width: 100%;
  height: 50%;
  padding: 40px 30px 0;
}

.layout-item-img {
  width: 100%;
  height: 100%;
}

.dubbing-solutions-layout-item-title {
  color: #fff;
  text-align: center;
  font-size: clamp(16px, 2.66667vw, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.dubbing-solutions-layout-item-text {
  color: #fff;
  text-align: center;
  font-size: clamp(12px, 1.333333vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-top: 30px;
}

.dubbing-solutions-mode {
  margin-top: 30px;
  width: 100%;
  height: clamp(120px, 14.41666vw, 173px);
  border-radius: 20px;
  background: linear-gradient(
    87deg,
    rgba(208, 0, 0, 0.1) -0.15%,
    #1e2851 33.21%,
    #1e2851 64.66%,
    rgba(208, 0, 0, 0.1) 98.98%
  );
  padding-top: clamp(16px, 2.66667vw, 32px);
}

.dubbing-solutions-mode-title {
  width: 100%;
  text-align: center;
  font-size: clamp(16px, 2.66667vw, 32px);
  font-weight: 700;
  background: linear-gradient(90deg, #f30 34.46%, #9b7fff 65.53%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dubbing-solutions-mode-text {
  width: 100%;
  text-align: center;
  color: white;
  font-size: clamp(12px, 1.333333vw, 16px);
  font-weight: 500;
  line-height: 150%;
  margin-top: clamp(10px, 2.5vw, 30px);
}

/* AI时代 */
.AI-era {
  margin-top: 120px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: clamp(50px, 5.20834vw, 100px);
}

.AI-era-div {
  width: calc(520 / 1200 * 100%);
  min-width: 370px;
}

.AI-era-div.w1 {
  width: calc(500 / 1200 * 100%);
  min-width: 303.6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.AI-era-title {
  display: inline-flex;
  align-items: center;
}

.AI-era-title1 {
  color: #f0f0f0;
  font-size: clamp(20px, 3.3333333vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.AI-era-title2 {
  margin-left: clamp(14px, 1.6666666vw, 20px);
  border-radius: 30px;
  background: linear-gradient(
    286deg,
    #fcd02c 1.84%,
    #d34930 21.83%,
    #c31531 71.73%,
    #ffd519 101.99%
  );
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5) inset;
  padding: 6px clamp(10px, 1.6666666vw, 20px);
  color: #f0f0f0;
  font-size: clamp(14px, 1.6666666vw, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.AI-era-title3 {
  margin-left: clamp(14px, 1.6666666vw, 20px);
  border-radius: 30px;
  background: linear-gradient(
    286deg,
    #ff16e4 1.84%,
    #a02cff 37.82%,
    #a02cff 67.96%,
    #ff16e4 101.99%
  );
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5) inset;
  padding: 6px clamp(10px, 1.6666666vw, 20px);
  color: #f0f0f0;
  font-size: clamp(10px, 1.6666666vw, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.AI-era-text {
  margin: clamp(20px, 3.3333333vw, 40px) 0 clamp(24px, 4vw, 48px);
  color: #fff;
  font-size: clamp(14px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 144.444%;
}

/* 表格样式 */
.table-class {
  border: 2px solid #167fff;
  border-radius: 20px;
}

.table-class .w2 {
  width: 16.667% !important;
}

.table-class .w3 {
  width: calc(50% - 8.3%) !important;
}

.table-class .table-class-th {
  color: #f0f0f0;
  text-align: center;
  font-size: clamp(14px, 2.1666667vw, 26px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
}

.table-class .table-class-th .w1 {
  width: 108px !important;
}

.table-class .table-class-th-td {
  border: 1px solid #167fff;
  background: rgba(40, 75, 221, 0.8);
  width: calc(25% - 27px);
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-class .table-class-th-td.f1 {
  border-radius: 17px 0 0 0;
}

.table-class .table-class-th-td.f2 {
  border-radius: 0 17px 0 0;
}

.table-class .table-class-tr-td.f3 {
  border-radius: 0 0 0 17px;
}

.table-class .table-class-tr-td.f4 {
  border-radius: 0 0 17px 0;
}

.table-class .table-class-tr {
  color: #fff;
  text-align: center;
  font-size: clamp(12px, 1.333333vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 162.5%;
  display: flex;
}

.table-class .table-class-tr-td {
  border: 1px solid #167fff;
  width: calc(25% - 27px);
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(10px, 2.5vw, 30px);
}

.table-class .table-class-tr-td.l1 {
  color: #f0f0f0;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #1e2851;
  width: 108px !important;
}

.table-class .table-class-tr-td.w2 {
  color: #f0f0f0;
  text-align: center;
  font-size: clamp(14px, 1.6666666vw, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #1e2851;
  width: 16.667% !important;
}

/* WiiTube —— 油管直连 */
.YouTube-preview-img {
  width: 100%;
  height: auto;
  margin-top: 56px;
  border-radius: 23px;
  box-shadow: 0 0 20px 20px rgba(23, 60, 255, 0.3);
}
.YouTube-preview-content {
  margin-top: 69px;
  display: grid;
  gap: 30px 100px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.YouTube-preview-item {
  max-width: 360px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.YouTube-preview-item-svg {
  width: 40px;
  height: 40px;
}
.YouTube-preview-item-text {
  color: #fefefe;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-12 {
  margin-top: 12px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-24 {
  margin-top: 24px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-40 {
  margin-top: 40px !important;
}
.margin-top-45 {
  margin-top: 45px !important;
}
.margin-top-60 {
  margin-top: 60px !important;
}
.margin-top-90 {
  margin-top: 90px !important;
}
.margin-top-100 {
  margin-top: clamp(50px, 8.333333vw, 100px) !important;
}
.margin-top-120 {
  margin-top: clamp(60px, 10vw, 120px) !important;
}
.margin-top-150 {
  margin-top: clamp(50px, 12.5vw, 150px) !important;
}
.margin-top-200 {
  margin-top: clamp(50px, 16.666666vw, 200px) !important;
}
/* 优化后的代码E  开始  */
/* ========================== SaaS 客户自操作服务模块 ========================== */
.saas-class-div1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(10px, 2.5vw, 30px);
}

.saas-class-div1 .saas-class-div1-title {
  color: #5db1ff;
  font-size: clamp(20px, 3.3333333vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.saas-class-div2 {
  color: #fff;
  font-size: clamp(14px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 144.444%;
}

.saas-class-div3 {
  width: 100%;
  height: auto;
  position: relative;
}

.saas-class-div3 .saas-class-group {
  width: calc(100% - 10px);
  display: flex;
  gap: 10px;
}

.saas-class-div3 .saas-class-group .saas-class-item {
  border-radius: 20px;
}

.saas-class-div3 .saas-class-group .saas-class-item1 {
  width: calc(476 / 1190 * 100%);
}

.saas-class-div3 .saas-class-group .saas-class-item1 .saas-class-item-text {
  position: absolute;
  bottom: 12%;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: clamp(14px, 1.66667vw, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0 8px;
}

.saas-class-div3 .saas-class-group .saas-class-item2 {
  width: calc(380 / 1190 * 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.saas-class-div3 .saas-class-group .saas-class-item2 .saas-class-item-text {
  position: absolute;
  bottom: 15%;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: clamp(10px, 1.6666666vw, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0 8px;
}

.saas-class-div3 .saas-class-group .saas-class-item3 {
  width: calc(314 / 1190 * 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.saas-class-div3 .saas-class-group .saas-class-item3 .saas-class-item-text {
  position: absolute;
  bottom: 17%;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: clamp(10px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0 8px;
}

.saas-class-div3 .saas-class-group .saas-class-item-img {
  position: relative;
  border-radius: 18px;
  z-index: 2; /* 确保图片在伪元素上层 */
}

/* 悬浮渐变边框效果 */
.saas-class-div3
  .saas-class-group
  .saas-class-item1
  .saas-class-item-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 6px;
  background: linear-gradient(270deg, #ff042c, #0029ff);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  z-index: 1;
}

/* 注释保留的高度样式
.saas-class-div3 .saas-class-group .saas-class-item-img.hei2 {
  height: 50%;
}
.saas-class-div3 .saas-class-group .saas-class-item-img.hei3 {
  height: 33.3%;
}
*/

.saas-class-div3 .saas-class-line {
  position: absolute;
  top: 0;
  right: -3px;
  width: 6px;
  height: 100%;
  background: linear-gradient(0deg, #081525 0%, #167fff 50.96%, #081525 100%);
}

/* ========================== 培训与支持模块 ========================== */
.training-class-div {
  width: 100%;
  display: flex;
  gap: 100px;
  /* grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); */
  flex-wrap: wrap;
  justify-content: center;
}

.training-class-div .training-class-img {
  width: calc(698 / 1200 * 100%);
  min-width: calc(698px / 2);
  height: auto;
}

.training-class-div .training-class-text {
  display: inline-flex;
  color: #fff;
  font-size: clamp(14px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 144.444%;
  align-items: center;
  width: 400px;
}

/* ========================== 合作方式模块 ========================== */
.cooperate-class-div {
  width: 100%;
  display: flex;
  gap: 30px 70px;
  justify-content: center;
  flex-wrap: wrap;
}

.cooperate-class-div .cooperate-class-img {
  width: calc(650 / 1200 * 100%);
  min-width: calc(650px / 2);
  height: auto;
}

.cooperate-class-div .cooperate-class-text {
  display: inline-flex;
  color: #fff;
  font-size: clamp(14px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 144.444%;
  align-items: center;
  width: 475px;
  flex-direction: column;
  justify-content: space-around;
}

.cooperate-class-div .cooperate-class-text .cooperate-class-text-text {
  line-height: 26px;
}

/* ========================== 全球领先模块 ========================== */
.world-leading .scale-container {
  width: 100%;
  max-width: 1200px;
  aspect-ratio: 1200 / 520;
  position: relative;
}

.world-leading .content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 左右两侧区块 */
.world-leading .left-col,
.world-leading .right-col {
  width: 31%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 80%;
  color: #fff;
  text-align: center;
}

.world-leading .left-col1,
.world-leading .right-col1 {
  height: calc(257 / 520 * 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.world-leading .divider1 {
  width: 100%;
  height: calc(6 / 520 * 100%);
  background: linear-gradient(90deg, transparent, #1677ff, transparent);
}

/* 中间区块 */
.world-leading .center-col {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  height: calc(260 / 520 * 100%);
}

/* 装饰线条 */
.world-leading .center-col::before,
.world-leading .center-col::after {
  content: "";
  position: absolute;
  width: 110%;
  height: calc(12 / 520 * 100%);
  background: linear-gradient(90deg, transparent, #1677ff, transparent);
  left: -5%;
}

.world-leading .center-col::before {
  top: 0%;
}

.world-leading .center-col::after {
  bottom: 0%;
}

/* 数字与文字样式 */
.world-leading .big-number {
  font-size: clamp(32px, 6.666666vw, 80px);
  font-weight: bold;
  margin-bottom: 0.5vw;
  background: linear-gradient(90deg, #ff2548 0%, rgba(240, 240, 240, 0.6) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.world-leading .title-text {
  font-size: clamp(22px, 6.666666vw, 70px);
  font-weight: bold;
  margin-bottom: 0.5vw;
  background: linear-gradient(90deg, #f0f0f0 0%, rgba(240, 240, 240, 0.6) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.world-leading .desc-text {
  font-size: clamp(14px, 1.6666666vw, 20px);
}

.world-leading .center-desc {
  font-size: 1.1vw;
  text-align: center;
}

/* 垂直分隔线 */
.world-leading .divider {
  width: calc(6 / 1200 * 100%);
  height: 100%;
  background: linear-gradient(180deg, transparent, #1677ff, transparent);
}

/* ========================== WiiMedia blog 博客模块 ========================== */
.index-blog {
  max-width: 1200px;
  margin: 120px auto 0;
}

.index-blog .index-blog-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.index-blog .index-blog-title .index-blog-title-right {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  display: flex;
  width: 100px;
  justify-content: flex-end;
  gap: 5px;
  cursor: pointer;
  transition: transform 0.3s ease; /* 添加过渡动画 */
}

.index-blog .index-blog-title .index-blog-title-right:hover {
  transform: translateX(3px);
}

.index-blog .index-blog-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.index-blog .index-blog-list .index-blog-item {
  width: calc((100% / 3) - 20px);
  min-width: 300px;
  height: auto;
  border-radius: 20px;
  background: #282a36;
}

.index-blog .index-blog-list .index-blog-item .index-blog-item-img {
  width: 100%;
  aspect-ratio: 2/1;
}

.index-blog .index-blog-list .index-blog-item .index-blog-item-text {
  padding: 10px 15px 16px;
}

.index-blog
  .index-blog-list
  .index-blog-item
  .index-blog-item-text
  .index-blog-item-title {
  color: #fff;
  font-size: clamp(12px, 1.5vw, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  width: 100%;
  /* 超出部分显示省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-blog
  .index-blog-list
  .index-blog-item
  .index-blog-item-text
  .index-blog-item-desc {
  color: #c4c4c4;
  font-size: clamp(12px, 1.166666vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  margin: 0.5208vw 0;
  max-height: 41px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-blog
  .index-blog-list
  .index-blog-item
  .index-blog-item-text
  .index-blog-item-url {
  color: #5db1ff;
  font-size: clamp(12px, 1.333333vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
  display: inline-block;
  transition: color 0.3s ease; /* 添加过渡动画 */
}

.index-blog
  .index-blog-list
  .index-blog-item
  .index-blog-item-text
  .index-blog-item-url:hover {
  color: #5db1ff88;
}
/* 超出部分显示省略号 */
.ellipsis-class {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 优化后的代码E  结束  */
/* 优化后的代码D  开始  */
/* ========================== 底部通用样式模块 ========================== */
.General-bottom-class {
  width: 100%;
  aspect-ratio: 1920 /739;
}

.General-bottom-class .General-bottom-class-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  gap: clamp(20px, 3.3333333vw, 40px);
}

.General-bottom-class .General-bottom-class-content1 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  height: 100%;
  justify-content: space-around;
  align-items: center;
  gap: 10%;
}

.General-bottom-class .General-bottom-class-title {
  color: #6cc2ff;
  text-align: center;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  font-size: clamp(20px, 4.66666vw, 56px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.General-bottom-class .General-bottom-class-title-1 {
  color: #f0f0f0;
  text-align: center;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  font-size: clamp(20px, 4.58333vw, 55px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.General-bottom-class .General-bottom-class-title-2 {
  color: #fff;
  text-align: center;
  font-size: clamp(14px, 2.166666vw, 26px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 100% */
}

.General-bottom-class .General-bottom-class-list {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 3.3333333vw, 40px);
}

/* 底部不同背景样式 */
.General-bottom-class.bottom-bg-1 {
  background: url("/Public/images/index/10-01.webp") no-repeat;
  background-size: 100% 100%;
}

.General-bottom-class.bottom-bg-2 {
  background: url("/Public/images/about_us/4-01.webp") no-repeat;
  background-size: 100% 100%;
}

.General-bottom-class.bottom-bg-3 {
  background: url("/Public/images/auto_dubbing/尾图.webp") no-repeat;
  background-size: 100% 100%;
}

.General-bottom-class.bottom-bg-4 {
  background: url("/Public/images/standard_dubbing/尾图.webp") no-repeat;
  background-size: 100% 100%;
}

.General-bottom-class.bottom-bg-5 {
  background: url("/Public/images/wiitube/尾图.webp") no-repeat;
  background-size: 100% 100%;
}

.General-bottom-class.bottom-bg-6 {
  background: url("/Public/images/short_dramas/尾图.webp") no-repeat;
  background-size: 100% 100%;
}

.General-bottom-class.bottom-bg-7 {
  background: url("/Public/images/long_dramas/8-01.webp") no-repeat;
  background-size: 100% 100%;
}

.General-bottom-class.bottom-bg-8 {
  background: url("/Public/images/clonex_dubbing/尾图.webp") no-repeat;
  background-size: 100% 100%;
}

.General-bottom-class.bottom-bg-9 {
  background: url("/Public/images/video_trans/尾图.webp") no-repeat;
  background-size: 100% 100%;
}

.General-bottom-class.bottom-bg-10 {
  background: url("/Public/images/premium_dubbing/尾图.webp") no-repeat;
  background-size: 100% 100%;
}

.General-bottom-class.bottom-bg-12 {
  background: url("/Public/images/api/尾图.webp") no-repeat;
  background-size: 100% 100%;
}

.General-bottom-class.bottom-bg-13 {
  background: url("/Public/images/team_mode/尾图.webp") no-repeat;
  background-size: 100% 100%;
}

/* ========================== 头部通用样式模块 ========================== */
.General-top-class {
  width: 100vw;
  height: 56.25vw;
  position: relative;
}

.General-top-class .General-top-class-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: clamp(10px, 2.5vw, 30px);
  padding-top: clamp(80px, 15.625vw, 15.625vw);
  position: relative;
}

.General-top-class .General-top-class-content-1 {
  max-width: 1200px;
  width: 62.5vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: clamp(32px, 4.666666vw, 80px);
}

.General-top-class .General-top-class-content-2 {
  max-width: 1200px;
  width: 62.5vw;
  margin: 0 auto;
  height: 100%;
  padding-top: clamp(32px, 8.8021vw, 169px);
}

.General-top-class .General-top-class-title {
  color: #f0f0f0;
  text-align: center;
  font-family: Mulish;
  font-size: clamp(24px, 6.666666vw, 80px);
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}

.General-top-class .General-top-class-title-1 {
  color: #f0f0f0;
  text-align: center;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  font-size: clamp(20px, 4.66666vw, 56px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.General-top-class .General-top-class-title-2 {
  color: #fff;
  text-align: center;
  font-size: clamp(14px, 2.166666vw, 26px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.General-top-class .General-top-class-title-3 {
  color: #f0f0f0;
  text-align: center;
  font-size: clamp(12px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 144%;
}

.General-top-class .General-top-class-title-4 {
  color: #f0f0f0;
  text-align: center;
  font-size: clamp(20px, 4.54167vw, 66px);
  font-style: normal;
  font-weight: 700;
  line-height: 144%;
}

.General-top-class .General-top-class-title-5 {
  color: #6cc2ff;
  text-align: center;
  font-size: clamp(20px, 2.8125vw, 54px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.General-top-class .General-top-class-title-btn {
  text-align: center;
  margin-top: clamp(10px, 4.4271vw, 85px);
  display: flex;
  justify-content: center;
  gap: 30px;
}

.General-top-class .General-top-class-list {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.General-top-class .bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%); /* 让视频居中 */
  z-index: 0; /* 把视频放在内容下方 */
  object-fit: cover; /* 保持视频比例，覆盖整个容器（关键） */
}

/* 头部不同背景样式 */
.General-top-class.top-bg-2 {
  background: url("/Public/images/about_us/banner.webp") no-repeat;
  background-size: cover;
}

.General-top-class.top-bg-3 {
  background: url("/Public/images/auto_dubbing/banner.webp") no-repeat;
  background-size: cover;
}

.General-top-class.top-bg-4 {
  background: url("/Public/images/standard_dubbing/banner.webp") no-repeat;
  background-size: cover;
}

.General-top-class.top-bg-5 {
  background: url("/Public/images/wiitube/banner.webp") no-repeat;
  background-size: cover;
}

.General-top-class.top-bg-6 {
  background: url("/Public/images/short_dramas/banner.webp") no-repeat;
  background-size: cover;
}

.General-top-class.top-bg-6-1 {
  background: url("/Public/images/short_dramas/banner02.webp") no-repeat;
  background-size: cover;
}

.General-top-class.top-bg-7 {
  background: url("/Public/images/long_dramas/banner.webp") no-repeat;
  background-size: cover;
}

.General-top-class.top-bg-7-1 {
  background: url("/Public/images/long_dramas/3-01.webp") no-repeat;
  background-size: cover;
}

.General-top-class.top-bg-7-2 {
  background: url("/Public/images/long_dramas/6-01.webp") no-repeat;
  background-size: cover;
}

.General-top-class.top-bg-8 {
  background: url("/Public/images/clonex_dubbing/banner.webp") no-repeat;
  background-size: cover;
}

.General-top-class.top-bg-9 {
  background: url("/Public/images/video_trans/banner.webp") no-repeat;
  background-size: cover;
}

.General-top-class.top-bg-10 {
  background: url("/Public/images/premium_dubbing/banner.webp") no-repeat;
  background-size: cover;
}

.General-top-class.top-bg-11 {
  background: url("/Public/images/price/banner.webp") no-repeat;
  background-size: cover;
}

.General-top-class.top-bg-12 {
  background: url("/Public/images/api/banner.webp") no-repeat;
  background-size: cover;
}

.General-top-class.top-bg-13 {
  background: url("/Public/images/team_mode/banner.webp") no-repeat;
  background-size: cover;
}

.General-top-class.top-bg-14 {
  background: url("/Public/images/blog/banner.webp") no-repeat;
  background-size: cover;
}

/* ========================== 紧接着头部超出一部分的内容模块 ========================== */
.top-overflow-content {
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
}

/* ========================== cards多联卡片样式自动向右滚动模块 ========================== */
/* 外层裁剪容器 */
.cards-scroll-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* 滚动轨道 */
.cards-list-3 {
  display: flex;
  gap: 30px;
  width: max-content;
  will-change: transform;
}

/* 图片样式 */
.cards-list-3 img {
  border-radius: 20px;
  width: 41.6666666666vw;
  flex-shrink: 0;
  user-select: none;
  pointer-events: auto;
}

/* 防止拖拽选中 */
.cards-scroll-wrapper * {
  -webkit-user-drag: none;
}

/* ========================== 变色文字样式模块 ========================== */
.change-text-color {
  background: linear-gradient(
    90deg,
    #d997ff 11.06%,
    #788eff 33.17%,
    #f0f0f0 33.18%,
    #f0f0f0 97.6%
  );
  background-clip: text;
  -webkit-background-clip: text; /* 适配webkit内核 */
  -webkit-text-fill-color: transparent; /* 适配webkit内核 */
}

.change-text-color1 {
  background: linear-gradient(
    90deg,
    #d997ff 11.06%,
    #788eff 56.72%,
    #f0f0f0 56.73%,
    #f0f0f0 97.6%
  );
  background-clip: text;
  -webkit-background-clip: text; /* 适配webkit内核 */
  -webkit-text-fill-color: transparent; /* 适配webkit内核 */
}

.change-text-color2 {
  background: linear-gradient(
    90deg,
    #d997ff 11.06%,
    #788eff 51.43%,
    #f0f0f0 51.44%,
    #f0f0f0 97.6%
  );
  background-clip: text;
  -webkit-background-clip: text; /* 适配webkit内核 */
  -webkit-text-fill-color: transparent; /* 适配webkit内核 */
}

.change-text-color3 {
  background: linear-gradient(
    90deg,
    #d997ff 31.25%,
    #788eff 41.83%,
    #f0f0f0 41.84%,
    #f0f0f0 97.6%
  );
  background-clip: text;
  -webkit-background-clip: text; /* 适配webkit内核 */
  -webkit-text-fill-color: transparent; /* 适配webkit内核 */
}

.change-text-color4 {
  background: linear-gradient(90deg, #d997ff 37.5%, #788eff 62.02%);
  background-clip: text;
  -webkit-background-clip: text; /* 适配webkit内核 */
  -webkit-text-fill-color: transparent; /* 适配webkit内核 */
}

/* ========================== 基础文字样式模块 ========================== */
.base-text-18 {
  color: #f0f0f0;
  font-size: clamp(14px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 144.444%;
}

/* ========================== Market模块 ========================== */
.market_class {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 90px 30px;
}

.market_class .market-card {
  width: calc((845 / 1200) * 100%);
  min-width: 480px;
}

.market_class .market-desc {
  width: calc((320 / 1200) * 100%);
  min-width: 200px;
  font-size: clamp(14px, 1.5vw, 18px);
  color: #fff;
  font-style: normal;
  font-weight: 500;
  line-height: 144.444%;
}

.market_class .market-card1 {
  width: calc((630 / 1200) * 100%);
  min-width: 380px;
}

.market_class .market-desc1 {
  width: calc((512 / 1200) * 100%);
  min-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}

.market_class .market-desc1 .market-desc-title {
  font-size: clamp(16px, 2.66667vw, 32px);
  color: #f0f0f0;
  font-style: normal;
  font-weight: 700;
  line-height: 144.444%;
}

.market_class .market-desc1 .market-desc-text {
  font-size: clamp(14px, 1.5vw, 18px);
  color: #fff;
  font-style: normal;
  font-weight: 500;
  line-height: 144.444%;
}

.market_class .market-desc2 {
  width: calc((520 / 1200) * 100%);
  min-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}

.market_class .market-desc2 .market-desc-title {
  font-size: clamp(24px, 4vw, 48px);
  color: #f0f0f0;
  font-style: normal;
  font-weight: 700;
  line-height: 144.444%;
}

.market_class .market-desc2 .market-desc-img {
  width: calc(392 / 520 * 100%);
}

.market_class .market-desc2 .market-desc-text {
  font-size: clamp(14px, 1.5vw, 18px);
  color: #fff;
  font-style: normal;
  font-weight: 500;
  line-height: 144.444%;
  padding-right: 30px;
}

/* 特殊背景样式 */
.market_class .market-desc2.wiitube_bg_1 {
  background: url("/Public/images/wiitube/合作-03.png") no-repeat;
  background-position-y: 75%;
  background-size: contain;
}

.market_class .market-desc3 {
  width: calc((470 / 1200) * 100%);
  min-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}

.market_class .market-desc3 .market-desc-title {
  font-size: clamp(14px, 1.6666666vw, 20px);
  color: #fff;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.market_class .market-desc3 .market-desc-text {
  font-size: clamp(12px, 1.333333vw, 16px);
  color: #fff;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* ========================== 左右模块对比模块 ========================== */
.left-right-module-class {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  min-height: 700px;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.left-right-module-class .left-module-class,
.left-right-module-class .center-module-class,
.left-right-module-class .right-module-class {
  position: relative;
  width: 33.3%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 300px;
}
.left-right-module-class .center-module-class span {
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: clamp(14px, 1.6666666vw, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  position: absolute;
  top: clamp(20px, 2.5vw, 30px);
}

.left-right-module-class .daub-img-title,
.right-right-module-class .daub-img-title {
  width: 90%;
  aspect-ratio: 366 / 70;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: #fff;
  font-size: clamp(14px, 1.6666666vw, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.left-right-module-class .layout-item-video,
.right-right-module-class .layout-item-video {
  width: 100%;
  border-radius: 20px;
}
.left-right-module-class .hard-subtitle-daub-img-bg,
.right-right-module-class .hard-subtitle-daub-img-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.left-right-module-class .center-module-class {
  min-width: 200px;
  width: 30%;
}

/* ========================== 核心布局：居中 + 自动折行模块 ========================== */
.testimonials-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 25px; /* 上下间距20px 左右25px，错落更协调 */
  position: relative;
}

/* 卡片核心样式：宽随内容 + 统一高度 + 最多两行文字 */
.testimonials-grid .testimonial-card {
  display: inline-flex; /* 宽度随文字内容动态变化 */
  align-items: center; /* 文字垂直居中 */
  justify-content: center; /* 文字水平居中 */
  padding: clamp(14px, 1.5vw, 18px) clamp(18px, 3vw, 36px); /* 内边距适中，保证文字呼吸感 */
  border-radius: 31px;
  font-size: clamp(13px, 1.5vw, 18px);
  line-height: 144.44%;
  position: relative;
  width: auto; /* 取消固定宽，随内容走 */
  min-width: 190px; /* 最小宽度，避免文字过少时卡片过窄 */
  height: 52px; /* 统一高度，所有卡片一致 */
  box-sizing: border-box;
  transition: transform 0.3s ease;
  /* 文字最多两行，超出省略 - 核心属性 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  box-sizing: content-box;
}

/* 悬浮效果：轻微上移，保留交互感 */
.testimonials-grid .testimonial-card:hover {
  transform: translateY(-1px) scale(1.02); /* 轻微放大，更醒目 */
}

/* 不同颜色卡片，保留原有配色 */
.testimonials-grid .card-dark {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 6px 1px rgba(255, 255, 255, 0.6) inset;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.testimonials-grid .card-blue {
  background: rgba(24, 90, 255, 0.15);
  box-shadow: 0 0 6px 1px rgba(255, 255, 255, 0.6) inset;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.testimonials-grid .card-maroon {
  background: rgba(255, 2, 2, 0.15);
  box-shadow: 0 0 6px 1px rgba(255, 255, 255, 0.6) inset;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

/* ========================== wiitube模块 ========================== */
.features {
  width: 100%;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.features .feature-card {
  width: 380px;
  height: 493px;
  border-radius: 20px;
  background: #282a36;
  box-shadow: 0 0 10px 5px rgba(23, 60, 255, 0.6);
  display: flex;
  flex-direction: column;
  padding-top: 24px;
}

.features .feature-card .feature-card-title {
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.features .feature-card .feature-card-ul {
  color: #fff;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  padding-left: 36px;
}

.wiitube-users {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0px 52px;
  justify-content: center;
}

.wiitube-users .wiitube-users-item {
  width: clamp(120px, 30vw, 360px);
  height: clamp(120px, 30vw, 360px);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  transform: scale(1.2);
}

/* 不同背景样式 */
.wiitube-users .wiitube-users-item.bg1 {
  background: url("/Public/images/wiitube/谁-01.webp") no-repeat;
  background-size: cover;
}

.wiitube-users .wiitube-users-item.bg2 {
  background: url("/Public/images/wiitube/谁-02.webp") no-repeat;
  background-size: cover;
}

.wiitube-users .wiitube-users-item.bg3 {
  background: url("/Public/images/wiitube/谁-03.webp") no-repeat;
  background-size: cover;
}

.wiitube-users .wiitube-users-item.bg4 {
  background: url("/Public/images/wiitube/谁-04.webp") no-repeat;
  background-size: cover;
}

.wiitube-users .wiitube-users-item.bg5 {
  background: url("/Public/images/wiitube/谁-005.webp") no-repeat;
  background-size: cover;
}

/* 悬浮放大效果 */
.wiitube-users .wiitube-users-item:hover {
  transform: scale(1.3);
}

.wiitube-users .wiitube-users-item .wiitube-users-item-text {
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.6);
  font-size: clamp(14px, 3.3333333vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.customer-case {
  width: 100%;
}

.customer-case .customer-case-card {
  width: 100%;
  /* height: clamp(290px, 30.21vw, 580px); */
  background: #282a36;
  border-radius: 20px;
  display: flex;
}

/* 不同背景和排列方向 */
.customer-case .customer-case-card.case-bg-1 {
  background: url("/Public/images/wiitube/客户-01.webp") no-repeat;
  background-size: cover;
  flex-direction: row;
}

.customer-case .customer-case-card.case-bg-2 {
  background: url("/Public/images/wiitube/客户-02.webp") no-repeat;
  background-size: cover;
  flex-direction: row-reverse;
}

.customer-case .customer-case-card .customer-case-card-content {
  width: 46.33%;
  min-width: 450px;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(270deg, #1e2851 50.96%, #282a36 100%);
  box-shadow: 10px 0 20px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 47px 30px;
  gap: 30px;
  z-index: 2; /* 保证内容在伪元素上层 */
}

/* 渐变边框伪元素 */
.customer-case .customer-case-card .customer-case-card-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 6px; /* 边框宽度 */
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  z-index: 1;
}

/* 左侧内容渐变边框 */
.customer-case
  .customer-case-card
  .customer-case-card-content.left-content::before {
  background: linear-gradient(90deg, #1e285100, #0029ff, #ff042c);
}

/* 右侧内容渐变边框 */
.customer-case
  .customer-case-card
  .customer-case-card-content.right-content::before {
  background: linear-gradient(270deg, #1e285100, #0029ff, #ff042c);
}

.customer-case
  .customer-case-card
  .customer-case-card-content
  .customer-case-card-content-title {
  color: #f0f0f0;
  font-size: clamp(24px, 4vw, 48px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.customer-case
  .customer-case-card
  .customer-case-card-content
  .customer-case-card-content-text {
  color: #fff;
  font-size: clamp(14px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 144.444%;
}

/* ========================== short_class 短剧相关模块 ========================== */
.one-stop {
  width: 100%;
  min-height: 385px;
  border-radius: 20px;
  background: #282a36;
  box-shadow: 0 0 10px 5px rgba(23, 60, 255, 0.6);
  padding: 22px 10px;
  display: flex;
  justify-content: space-between;
}

.one-stop .one-stop-card {
  width: calc(25% - 38px);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.one-stop .one-stop-card .one-stop-card-item {
  width: 100%;
  height: auto;
  padding: 14px 0;
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
  border: 1px solid #676767;
  background: #313544;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}

.one-stop .one-stop-card .one-stop-card-item span {
  text-align: center;
  font-size: clamp(14px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 161.111%;
}

.one-stop .one-stop-card .one-stop-card-item:hover {
  transform: scale(1.05);
}

.one-stop .one-stop-line {
  width: 6px;
  /* height: calc(100% - 44px); */
  background: linear-gradient(0deg, #081525 0%, #167fff 50.96%, #081525 100%);
}

.short_banner {
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
}
/* ========================== 环绕样式模块 ========================== */
.detour-class {
  width: 100%;
  min-height: 900px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  border: none;
  border-radius: 40px;
  position: relative;
}

.detour-class .detour-class-line {
  width: calc(9 / 12 * 100%);
  height: 100%;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  border: none;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0);
  /* position: relative; */
  position: absolute;
  z-index: -1;
}

/* 外层渐变边框 */
.detour-class .detour-class-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 6px;
  background: linear-gradient(0deg, #ad60f5, #c1204a, #dc682c);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  z-index: 1;
}

.detour-class .detour-class-top {
  width: auto;
  max-height: 70px;
  color: #f0f0f0;
  text-align: center;
  font-size: clamp(20px, 3.3333333vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-flex;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: linear-gradient(
    286deg,
    #fcd02c 1.84%,
    #d34930 21.83%,
    #c31531 71.73%,
    #ffd519 101.99%
  );
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5) inset;
  position: absolute;
  top: 3px;
  transform: translateY(-50%);
  z-index: 2;
}

.detour-class .detour-class-bottom {
  width: auto;
  max-height: 70px;
  color: #f0f0f0;
  text-align: center;
  font-size: clamp(20px, 3.3333333vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-flex;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: linear-gradient(
    257deg,
    #c242fe 6.63%,
    #403dff 43.74%,
    #173cff 59.17%,
    #c123ff 98.56%
  );
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5) inset;
  position: absolute;
  bottom: 3px;
  transform: translateY(50%);
  z-index: 2;
}

.detour-class .detour-class-title {
  display: inline-flex;
  padding: 4px clamp(14px, 1.6666666vw, 20px);
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  border: 2px solid #5db1ff;
  color: #5db1ff;
  font-size: clamp(10px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 144.444%;
  position: absolute;
  top: clamp(30px, 5vw, 60px);
  z-index: 2;
}

.detour-class .detour-class-center {
  min-height: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: clamp(60px, 6.25vw, 120px) 0;
}

.detour-class .detour-class-center .detour-class-item {
  width: 100%;
  min-height: 200px;
  border-radius: 20px;
  background: #282a36;
  align-items: center;
  display: inline-flex;
  border: none;
  position: relative;
  padding: 10px 30px;
  z-index: 2; /* 保证内容在伪元素上层 */
}

/* 列表项渐变边框 */
.detour-class .detour-class-center .detour-class-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 3px;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  z-index: 1;
}

.detour-class .detour-class-center .detour-class-item .detour-class-item-left {
  width: calc(16 / 120 * 100%);
  height: calc(100% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}

.detour-class
  .detour-class-center
  .detour-class-item
  .detour-class-item-left
  span {
  color: #f0f0f0;
  font-size: clamp(16px, 2.66667vw, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.detour-class .detour-class-center .detour-class-item .detour-class-item-right {
  width: calc(104 / 120 * 100%);
  height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.detour-class
  .detour-class-center
  .detour-class-item
  .detour-class-item-right
  .item-right-div3 {
  max-width: calc(33.33%);
  min-height: 180px;
  border-radius: 8px;
  background: #313544;
  padding: 20px 18px;
}

/* 特殊宽度的div3 */
.detour-class
  .detour-class-center
  .detour-class-item
  .detour-class-item-right
  .item-right-div3.w4 {
  max-width: calc(25%);
  min-height: 230px;
}

.detour-class
  .detour-class-center
  .detour-class-item
  .detour-class-item-right
  .item-right-div3-title {
  color: #fff;
  font-size: clamp(18px, 2.1666666vw, 26px);
  font-style: normal;
  font-weight: 500;
  line-height: 126.923%;
}

.detour-class
  .detour-class-center
  .detour-class-item
  .detour-class-item-right
  .item-right-div3-text {
  color: #fff;
  font-size: clamp(14px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 161.111%;
}

.detour-class
  .detour-class-center
  .detour-class-item
  .detour-class-item-right
  .item-right-div4 {
  max-width: calc(25%);
  position: relative;
}

.detour-class
  .detour-class-center
  .detour-class-item
  .detour-class-item-right
  .item-right-div4
  .item-right-div4-text {
  position: absolute;
  bottom: 10px;
  padding: 6px 20px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: #fff;
  text-shadow: 0 0 10px #000;
  font-size: clamp(11px, 2.16666vw, 26px);
  font-style: normal;
  font-weight: 700;
  left: 50%;
  line-height: 126.923%;
  transform: translateX(-50%);
  width: max-content;
  max-width: 100%;
}

.detour-class
  .detour-class-center
  .detour-class-item
  .detour-class-item-right
  .item-right-div1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

/* 不同列表项的渐变边框颜色 */
.detour-class .detour-class-center .detour-class-item-1::before {
  background: linear-gradient(270deg, #cf62c5, #dc682c);
}

.detour-class .detour-class-center .detour-class-item-2::before {
  background: linear-gradient(270deg, #bd4afc, #cf4033);
}

.detour-class .detour-class-center .detour-class-item-3::before {
  background: linear-gradient(270deg, #ad60f5, #c1204a);
}

/* 环绕动画图标 */
.detour-class .detour-class-icon {
  width: 85px;
  height: 18px;
  position: absolute;
  offset-rotate: auto 0deg; /* 右侧为前进方向 */
  animation: move 8s linear infinite;
  pointer-events: none;
  z-index: 1;
  left: 3px;
  top: 3px;
}

/* 不同图标延迟动画 */
.detour-class .detour-class-icon:nth-child(1) {
  animation-delay: 0s;
}

.detour-class .detour-class-icon:nth-child(2) {
  animation-delay: -1.5s;
}

.detour-class .detour-class-icon:nth-child(3) {
  animation-delay: -4s;
}

.detour-class .detour-class-icon:nth-child(4) {
  animation-delay: -5.5s;
}

/* 环绕动画关键帧 */
@keyframes move {
  to {
    offset-distance: 100%;
  }
}
/* 优化后的代码D 结束  */
/* 优化后的代码C  开始  */
/* ========================== 客户故事模块 ========================== */
.customer-story {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.customer-story .customer-story-item {
  width: calc(50% - 20px);
  min-width: 500px;
  max-height: 350px;
  border: none;
  border-radius: 40px;
  background: #131e4b;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 10px;
  z-index: 2; /* 保证内容在伪元素上层 */
}

/* 渐变边框伪元素 */
.customer-story .customer-story-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 10px;
  border-radius: 20px;
  background: linear-gradient(115deg, #131e4b 82.4%, #c31531 95.67%);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  z-index: 1;
}

.customer-story .customer-story-item .customer-story-item-text {
  width: 52%;
  max-width: 291px;
  color: #fff;
  font-size: clamp(12px, 1.333333vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 10px 0 0 10px;
}

.customer-story .customer-story-item .customer-story-item-img {
  width: 42.52%;
  max-width: 235px;
  height: auto;
}

.customer-story .customer-story-item .customer-story-item-user {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: inline-flex;
  padding: 2px 10px;
  color: #f0f0f0;
  font-size: clamp(12px, 1.333333vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 14px;
  border: 1px solid #717171;
  z-index: 3; /* 保证用户标签在最上层 */
}

/* ========================== 通用grid布局模块 ========================== */
.genneral-gird {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 30px;
  justify-items: center;
}

.genneral-gird.num2 {
  grid-template-columns: repeat(auto-fill, minmax(560px, 1fr));
  gap: 40px;
}

.genneral-gird.num3 {
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 30px;
}
.genneral-gird.num3-1 {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}
.genneral-gird.num4 {
  grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
  gap: 26px;
}

.genneral-gird .general-gird-item {
  width: 380px;
  min-height: 200px;
  border-radius: 20px;
}
.genneral-gird.num3-1 .general-gird-item {
  max-width: 380px;
  width: auto;
  min-height: 600px;
  border-radius: 20px;
}
.genneral-gird .general-gird-item-2 {
  width: 580px;
  min-height: 200px;
  border-radius: 20px;
}

.genneral-gird .general-gird-item-4 {
  width: 280px;
  min-height: 200px;
  border-radius: 20px;
}

/* ========================== 双模式模块 ========================== */
.dual-mode {
  position: relative;
  transition: all 0.3s ease-in-out;
  background: #131e4b;
}

.dual-mode .dual-mode-top {
  width: 100%;
  height: 176px;
}

.dual-mode .dual-mode-bottom {
  width: 100%;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: clamp(12px, 1.333333vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.dual-mode .dual-mode-title {
  display: inline-flex;
  padding: 6px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px); /* 适配webkit内核 */
  color: #fff;
  text-shadow: 0 0 10px #000;
  font-size: clamp(14px, 2.1666667vw, 26px);
  font-style: normal;
  font-weight: 700;
  line-height: 126.923%;
  position: absolute;
  top: 10px;
  left: 10px;
}

.dual-mode:hover {
  transform: scale(1.05);
}

/* ========================== 双模式svg模块 ========================== */
.dual-mode-svg {
  height: clamp(22px, 6.666666vw, 70px);
}

/* ========================== AI驱动模块 ========================== */
.ai-drive {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ai-drive .ai-drive-icon {
  width: 50px;
  height: 50px;
}

.ai-drive .ai-drive-title {
  color: #f0f0f0;
  text-align: center;
  font-size: clamp(24px, 4vw, 48px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 10px;
}

.ai-drive .ai-drive-text {
  color: #b5b5b5;
  text-align: center;
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 144.444%;
  margin: 30px;
  max-width: 300px;
}

.ai-drive .ai-drive-text.w2 {
  max-width: 500px;
}

/* ========================== 精工细活，灵活适配模块 ========================== */
.fine-work {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.fine-work .fine-work-item {
  width: 100%;
  min-height: 200px;
  border-radius: 20px;
  background: #282a36;
  border: none;
  position: relative;
  padding: 30px;
  z-index: 2; /* 保证内容在伪元素上层 */
}

/* 渐变边框基础伪元素 */
.fine-work .fine-work-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 6px;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  z-index: -1;
}

/* 不同渐变边框样式 */
.fine-work .fine-work-item.border-1::before {
  background: linear-gradient(270deg, #173cff33, #c31531);
}

.fine-work .fine-work-item.border-2::before {
  background: linear-gradient(90deg, #173cff33, #c31531);
}

.fine-work .fine-work-item .fine-work-item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fine-work .fine-work-item .fine-work-item-top .fine-work-item-top-title {
  display: flex;
  gap: 20px;
  align-items: center;
}

.fine-work
  .fine-work-item
  .fine-work-item-top
  .fine-work-item-top-title
  .fine-title-1 {
  color: #fff;
  text-align: center;
  font-size: clamp(14px, 1.6666666vw, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 165%;
  padding: 6px 20px;
  border-radius: 20px;
  background: #173cff;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px); /* 适配webkit内核 */
}

.fine-work
  .fine-work-item
  .fine-work-item-top
  .fine-work-item-top-title
  .fine-title-2 {
  color: #f0f0f0;
  font-size: clamp(16px, 2.66667vw, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}

.fine-work .fine-work-item .fine-work-item-bottom {
  width: 100%;
  color: #fff;
  font-size: clamp(14px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 144.444%;
}

.fine-work .fine-work-item .fine-work-item-bubble {
  position: absolute;
  right: 30px;
  top: 20px;
  display: flex;
  gap: clamp(48px, 3.125vw, 60px);
  z-index: 3; /* 保证气泡在最上层 */
}

.fine-work .fine-work-item .fine-work-item-bubble .bubble-container {
  display: flex;
  align-items: center;
  gap: 0;
}

.fine-work
  .fine-work-item
  .fine-work-item-bubble
  .bubble-container
  .bubble-item {
  width: clamp(48px, 3.125vw, 60px);
  height: clamp(48px, 3.125vw, 60px);
  border-radius: 50%;
  background: linear-gradient(
    142deg,
    rgba(0, 94, 255, 0.3) 16%,
    rgba(255, 0, 81, 0.3) 86.17%
  );
  color: white;
  font-size: clamp(14px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 800;
  line-height: 144.444%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* 气泡重叠效果 */
.fine-work
  .fine-work-item
  .fine-work-item-bubble
  .bubble-container
  .bubble-item
  + .bubble-item {
  margin-left: clamp(-8px, -0.52083vw, -10px);
}

.fine-work
  .fine-work-item
  .fine-work-item-bubble
  .bubble-container
  .bubble-item-1 {
  min-width: clamp(48px, 3.125vw, 60px);
  height: clamp(48px, 3.125vw, 60px);
  border-radius: clamp(14px, 1.6666666vw, 20px);
  background: linear-gradient(
    142deg,
    rgba(0, 94, 255, 0.3) 16%,
    rgba(255, 0, 81, 0.3) 86.17%
  );
  color: white;
  padding: clamp(8px, 1.166666vw, 14px);
  font-size: clamp(14px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 144.444%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.fine-work
  .fine-work-item
  .fine-work-item-bubble
  .bubble-container
  .bubble-item-1
  + .bubble-item-1 {
  margin-left: clamp(8px, 0.52083vw, 10px);
}

.fine-work .fine-work-item .fine-work-item-bubble.top-center {
  top: 50%;
  transform: translateY(-50%);
}
/* ========================== 渐变边框 中空透明模块 ========================== */
.simulcast-service {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90% !important;
  min-height: auto !important;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  position: relative;
  padding: 30px;
  z-index: 2; /* 保证内容在伪元素上层 */
}

/* 渐变边框基础伪元素 */
.simulcast-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 6px;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  z-index: 1;
}

/* 不同渐变边框样式 */
.simulcast-service.border-1::before {
  background: linear-gradient(90deg, #ff1515, #2441ff);
}

.simulcast-service .simulcast-service-icon {
  width: 60px;
  height: 60px;
}

.simulcast-service .simulcast-service-title {
  color: #f0f0f0;
  text-align: center;
  font-size: clamp(20px, 3.3333333vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: clamp(16px, 2.66667vw, 32px);
}

/* ========================== 通用flex布局模块 ========================== */
.general-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 30px;
}

/* ========================== 渐变边框按钮模块 ========================== */
.transpage {
  display: flex;
  padding: 10px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: auto;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0);
  border: none;
  position: relative;
  z-index: 2; /* 保证内容在伪元素上层 */
}

.transpage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 3px;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  z-index: 1;
  background: linear-gradient(90deg, #169eff, #a41a33);
}

.transpage span {
  color: #f0f0f0;
  font-size: clamp(14px, 2.1666667vw, 26px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* ========================== 十年译配模块 ========================== */
.ten-year {
  width: 100%;
  min-height: 314px;
  border-radius: 20px;
  background: #282a36;
  box-shadow: 0 0 10px 5px rgba(23, 60, 255, 0.6);
  padding: 22px 10px;
  display: flex;
  justify-content: space-between;
  position: relative; /* 为伪元素提供定位上下文 */
  z-index: 2; /* 保证内容在伪元素上层 */
}

.ten-year .ten-year-card {
  width: calc(258 / 1180 * 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 0 20px;
}

.ten-year .ten-year-card .ten-year-card-item {
  width: 100%;
  height: auto;
  padding: 14px 0;
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
  border: 1px solid #676767;
  background: #313544;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}

.ten-year .ten-year-card .ten-year-card-item span {
  text-align: center;
  font-size: clamp(14px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 161.111%;
}

.ten-year .ten-year-card .ten-year-card-item:hover {
  transform: scale(1.05);
}

.ten-year .ten-year-card1 {
  width: calc(468 / 1180 * 100%);
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.ten-year .ten-year-card-title {
  color: #f0f0f0;
  font-size: clamp(16px, 2.66667vw, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.ten-year .ten-year-card-text {
  color: #fff;
  font-size: clamp(14px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 144.444%;
}

.ten-year .ten-year-line {
  width: 6px;
  /* height: calc(100% - 44px); */
  background: linear-gradient(0deg, #081525 0%, #167fff 50.96%, #081525 100%);
}

/* 特殊边框样式 */
.ten-year.bd-2 {
  position: relative;
  box-shadow: unset;
}

.ten-year.bd-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 6px;
  background: linear-gradient(270deg, #c31531, #173cff);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  z-index: -1;
}

/* ========================== 硬字幕无痕擦除模块 ========================== */
.hard-subtitle-daub .hard-subtitle-daub-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 30px;
}

.hard-subtitle-daub .hard-subtitle-daub-left .duab-text-bg {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #676767;
  background: #313544;
}

.hard-subtitle-daub .hard-subtitle-daub-left .duab-text-bg + .duab-text-bg {
  margin-top: 18px;
}

.hard-subtitle-daub .hard-subtitle-daub-img {
  width: 100%;
  position: relative;
  height: max-content;
}
.hard-subtitle-daub .hard-subtitle-daub-img .layout-item-video {
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 380 / 675;
}
.hard-subtitle-daub .hard-subtitle-daub-img .daub-img-title {
  width: calc(100% - 20px);
  aspect-ratio: 366 / 70;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: #fff;
  font-size: clamp(14px, 1.6666666vw, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.hard-subtitle-daub .hard-subtitle-daub-img .hard-subtitle-daub-img-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
/* ========================== 条款管理模块 ========================== */
.term-manage {
  position: relative;
  transition: all 0.3s ease-in-out;
  background: #1e2851;
}

.term-manage .term-manage-top {
  width: 100%;
  height: 280px;
}

.term-manage .term-mode-bottom {
  width: 100%;
  min-height: 112px;
  padding: 20px;
  color: #fff;
  font-size: clamp(12px, 1.333333vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.term-manage:hover {
  transform: scale(1.05);
}

/* ========================== 居中定位图标模块 ========================== */
.play-icon-class {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
}

/* ========================== 滚动轨道模块 ========================== */
.cards-roll {
  display: flex;
  gap: 15px;
  width: max-content;
  will-change: transform;
  padding: 1px 0;
}

.cards-roll.gap-10 {
  gap: 10px;
}
/* ========================== 滚动样式模块 ========================== */
.cards-roll-item {
  border-radius: 20px;
  min-width: 100px;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  user-select: none;
  pointer-events: auto;
}

/* 用户评论卡片样式 */
.cards-roll-item.user-comment {
  width: clamp(220px, 36.6667vw, 440px);
  aspect-ratio: 11 / 10;
  border-radius: 20px;
  padding: clamp(20px, 3.3333333vw, 40px);
  border: 1px solid #7c99ff;
  background:
    radial-gradient(
      47.86% 49.86% at 22.95% 17.26%,
      rgba(0, 98, 255, 0.2) 0%,
      rgba(0, 98, 255, 0) 100%
    ),
    radial-gradient(
      47.06% 55.12% at 80.23% 85.27%,
      rgba(255, 15, 15, 0.14) 0%,
      rgba(255, 15, 15, 0) 100%
    ),
    rgba(89, 89, 89, 0.2);
  box-shadow: 0 0 20px 4px rgba(255, 255, 255, 0.1) inset;
}

.cards-roll-item.user-comment .user-comment-icon {
  width: 55%;
  aspect-ratio: 243.24/29.97;
}

.cards-roll-item.user-comment .user-comment-title {
  margin-top: clamp(16px, 2.66667vw, 32px);
  color: #fefefe;
  font-size: clamp(14px, 1.6666666vw, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
}

.cards-roll-item.user-comment .user-comment-text {
  margin-top: clamp(16px, 2.66667vw, 32px);
  color: #fff;
  font-size: clamp(12px, 1.333333vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
}

/* 谁需要卡片样式 */
.cards-roll-item.who-need {
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #ffa1a1;
  background:
    radial-gradient(
      47.86% 49.86% at 22.95% 17.26%,
      rgba(0, 98, 255, 0.2) 0%,
      rgba(0, 98, 255, 0) 100%
    ),
    radial-gradient(
      47.06% 55.12% at 80.23% 85.27%,
      rgba(255, 15, 15, 0.14) 0%,
      rgba(255, 15, 15, 0) 100%
    ),
    rgba(89, 89, 89, 0.2);
  box-shadow: 0 0 20px 4px rgba(255, 255, 255, 0.1) inset;
  display: flex;
  padding: 0 60px;
  aspect-ratio: 312 / 80;
}

.cards-roll-item.who-need .who-need-text {
  color: #fefefe;
  font-size: clamp(16px, 2.66667vw, 32px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* ========================== 工作流 collapse 折叠样式模块 ========================== */
.workflow {
  width: 100%;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
}

.workflow .workflow-left {
  width: calc(39 / 120 * 100%);
  border-radius: 20px 0 0 20px;
  background: #282a36;
  box-shadow: 0 0 20px 4px rgba(255, 255, 255, 0.1) inset;
  padding: 30px 20px;
}

.workflow .workflow-left .collapse-item {
  width: 100%;
  border-top: 1px solid #5c5c5c;
  /* transition: min-height 0.3s ease-in-out; */
  min-height: 40px;
}

.workflow .workflow-left .collapse-item .collapse-item-close {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 10px 0;
}

.workflow .workflow-left .collapse-item .collapse-item-close .close-title {
  color: #b5b5b5;
  font-size: clamp(14px, 1.6666666vw, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
}

.workflow .workflow-left .collapse-item .collapse-item-close .close-icon {
  width: 24px;
  height: 24px;
}

.workflow .workflow-left .collapse-item .collapse-item-open {
  display: none;
  padding: 10px 0 30px;
}

.workflow
  .workflow-left
  .collapse-item
  .collapse-item-open
  .workflow-left-item-title {
  color: #fefefe;
  font-size: clamp(14px, 2.1666667vw, 26px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.workflow
  .workflow-left
  .collapse-item
  .collapse-item-open
  .workflow-left-item-text {
  margin-top: 20px;
  color: #fff;
  font-family: Mulish;
  font-size: clamp(12px, 1.333333vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
}

/* 折叠项激活状态 */
.workflow .workflow-left .collapse-item.active {
  min-height: 100px;
}

.workflow .workflow-left .collapse-item.active .collapse-item-close {
  display: none;
}

.workflow .workflow-left .collapse-item.active .collapse-item-open {
  display: block;
}

.workflow .workflow-left .collapse-item-bottom-line {
  border-top: 1px solid #5c5c5c;
}

/* 特定折叠项激活时移除顶部边框 */
.workflow .workflow-left #collapse-item-1.active {
  border-top: none !important;
}

.workflow .workflow-left #collapse-item-1-1.active {
  border-top: none !important;
}

.workflow .workflow-left #collapse-item-2-1.active {
  border-top: none !important;
}

.workflow .workflow-right {
  width: calc(795 / 1200 * 100%);
  border-radius: 0 20px 20px 0;
  background: #282a36;
  box-shadow: 0 0 20px 4px rgba(255, 255, 255, 0.1) inset;
}

/* ========================== 服务模式模块 ========================== */
.service-mode {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.service-mode .service-mode-item {
  width: calc(100% / 3);
  min-width: 200px;
}

.service-mode .service-mode-item .item-top {
  width: 100%;
  aspect-ratio: 40 / 26;
  position: relative;
}

.service-mode .service-mode-item .item-top .item-top-title {
  position: absolute;
  bottom: calc(20 / 260 * 100%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: clamp(20px, 3.3333333vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.service-mode .service-mode-item .item-bottom {
  width: 100%;
  padding: 20px 30px;
  color: #fff;
  font-size: clamp(14px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 144.444%;
}

/* ========================== WiiMedia 部分臻选音色展示模块 ========================== */
.wiimedia-voice-exhibition {
  width: 100%;
  aspect-ratio: 1200 / 444.5;
  border-radius: 20px;
  background: #282a36;
  box-shadow: 0 0 20px 10px rgba(23, 60, 255, 0.6);
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  overflow: auto;
  /* 核心：隐藏滚动条（跨浏览器） */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE10+ */
}

/* 1. Chrome/Edge/Safari webkit内核浏览器 隐藏滚动条 */
.wiimedia-voice-exhibition::-webkit-scrollbar {
  display: none; /* 直接隐藏滚动条 */
}

.wiimedia-voice-exhibition .voice-item {
  width: calc(370 / 1160 * 100%);
  min-width: 320px;
  aspect-ratio: 370 / 122;
  border-radius: 4px;
  border: 1px solid #676767;
  background: #313544;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.4);
  padding: 20px;
  display: flex;
  position: relative;
}

.wiimedia-voice-exhibition .voice-item .voice-item-img {
  width: calc(80 / 328 * 100%);
  min-width: 60px;
  aspect-ratio: 1/1;
}

.wiimedia-voice-exhibition .voice-item .voice-item-content {
  margin-left: 20px;
}

.wiimedia-voice-exhibition .voice-item .voice-item-content .voice-item-title {
  color: #fff;
  font-family: Mulish;
  font-size: clamp(14px, 1.6666666vw, 20px);
  font-style: normal;
  font-weight: 800;
  line-height: 145%;
  display: flex;
  align-items: center;
}

.wiimedia-voice-exhibition
  .voice-item
  .voice-item-content
  .voice-item-title
  img {
  margin-left: 5px;
  width: 24px;
}

.wiimedia-voice-exhibition .voice-item .voice-item-content .voice-item-label {
  color: #f0f0f0;
  font-size: clamp(12px, 1.333333vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-top: 8px;
  display: inline-flex;
  padding: 2px 10px;
  align-items: center;
  border-radius: 14px;
  background: linear-gradient(90deg, #0bbef3 0%, #0068c5 100%);
}

.wiimedia-voice-exhibition .voice-item .voice-item-audition {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
  cursor: pointer;
}

.wiimedia-voice-exhibition
  .voice-item
  .voice-item-audition
  .voice-item-audition-icon {
  color: currentColor;
  fill: currentColor;
}

.wiimedia-voice-exhibition .voice-item .voice-item-audition:hover {
  color: #409eff;
}

/* 音色展示提示文本 */
.voice-exhibition-tips {
  color: #b5b5b5;
  text-align: center;
  font-size: clamp(12px, 1.166666vw, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 185.714%;
}
/* ========================== 双模式可选模块 ========================== */
.double-mode {
  width: 100%;
  min-height: 314px;
  border-radius: 20px;
  background: #282a36;
  box-shadow: 0 0 10px 5px rgba(23, 60, 255, 0.6);
  padding: 22px 0px;
  display: flex;
  justify-content: space-between;
  position: relative; /* 为伪元素提供定位上下文 */
  z-index: 2; /* 保证内容在伪元素上层 */
}

.double-mode .double-mode-card {
  width: calc(400 / 1180 * 100%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  padding: 0 20px;
  align-content: center;
  justify-content: center;
}

.double-mode .double-mode-card .double-mode-card-item {
  width: calc(172 / 400 * 100%);
  min-width: 130px;
  height: auto;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 8px;
  border: 1px solid #676767;
  background: #313544;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}

.double-mode .double-mode-card .double-mode-card-item span {
  text-align: center;
  font-size: clamp(14px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 166.667%;
}

.double-mode .double-mode-card .double-mode-card-item:hover {
  transform: scale(1.05);
}

.double-mode .double-mode-card1 {
  width: calc(390 / 1200 * 100%);
  padding: clamp(16px, 2.66667vw, 32px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(16px, 2.66667vw, 32px);
}

.double-mode .double-mode-card2 {
  width: calc(691 / 1200 * 100%);
  padding: clamp(24px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.double-mode .double-mode-card-title {
  color: #f0f0f0;
  font-size: clamp(16px, 2.66667vw, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.double-mode .double-mode-card-text {
  color: #fff;
  font-size: clamp(14px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 144.444%;
}

.double-mode .double-mode-line {
  width: 6px;
  /* height: calc(100% - 44px); */
  background: linear-gradient(0deg, #081525 0%, #167fff 50.96%, #081525 100%);
}

/* 特殊边框样式 bd-1 */
.double-mode.bd-1 {
  position: relative;
  box-shadow: unset;
}

.double-mode.bd-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 6px;
  background: linear-gradient(90deg, #c31531, #173cff);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  z-index: 1;
}

/* 特殊边框样式 bd-2 */
.double-mode.bd-2 {
  position: relative;
  box-shadow: unset;
}

.double-mode.bd-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 6px;
  background: linear-gradient(270deg, #c31531, #173cff);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  z-index: -1;
}

/* ========================== 多元应用模块 ========================== */
.multiple-applications {
  display: flex;
  /* grid-template-columns: repeat(auto-fill, minmax(360px, 1fr)); */
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.multiple-applications .multiple-applications-item {
  width: 390px;
  min-width: 380px;
  position: relative;
  display: flex;
  justify-content: center;
}

.multiple-applications .multiple-applications-item .item-title {
  position: absolute;
  bottom: calc(30 / 260 * 100%);
  color: #fff;
  font-size: clamp(20px, 3.3333333vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* ========================== 用户评价模块 ========================== */
.user-rating {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 15px;
  justify-items: center;
}

.user-rating .user-rating-item {
  width: 390px;
  min-height: 310px;
  padding: 30px 20px;
  border-radius: 20px;
  border: 1px solid #7c99ff;
  background:
    radial-gradient(
      47.86% 49.86% at 22.95% 17.26%,
      rgba(0, 98, 255, 0.2) 0%,
      rgba(0, 98, 255, 0) 100%
    ),
    radial-gradient(
      47.06% 55.12% at 80.23% 85.27%,
      rgba(255, 15, 15, 0.14) 0%,
      rgba(255, 15, 15, 0) 100%
    ),
    rgba(89, 89, 89, 0.2);
  box-shadow: 0 0 20px 4px rgba(255, 255, 255, 0.1) inset;
}

.user-rating .user-rating-item .item-title {
  color: #fefefe;
  font-size: clamp(14px, 1.6666666vw, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
}

.user-rating .user-rating-item .item-text {
  color: #fff;
  font-size: clamp(12px, 1.333333vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
}
/* 优化后的代码C  结束  */
/* 优化后的代码B  开始  */
/* ========================== 价格方案模块 ========================== */
.price-plan {
  width: auto;
  display: inline-flex;
  padding: 4px;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 auto;
  gap: 5px;
}

.price-plan-item {
  padding: 12px 40px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.price-plan-item.active {
  border-radius: 30px;
  background: linear-gradient(90deg, #173cff 23.08%, #c31531 100%);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
}

.price-plan-content {
  margin-top: 30px;
  display: none;
}

.price-plan-content.active {
  display: block;
}

/* ========================== 积分套餐模块 ========================== */
.points-package {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  justify-items: center;
}

.points-package-item {
  width: 282px;
  height: 698px;
  padding: 24px;
  border-radius: 20px;
  border: 2px solid #3f3f3f;
  background: rgba(8, 21, 37, 0.2);
}

.points-package-item .item-title {
  color: #fff;
  font-size: clamp(14px, 2.1666667vw, 26px);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.points-package-item .item-text {
  color: #f0f0f0;
  font-size: clamp(14px, 1.333333vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.points-package-item .item-text1 {
  color: #fff;
  font-size: clamp(14px, 1.333333vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.points-package-item .item-title1 {
  color: #fff;
  font-size: clamp(28px, 3.3333333vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.points-package-item .item-frame {
  display: flex;
  width: 100%;
  padding: 10px 30px;
  align-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  margin-top: 10px;
}

.points-package-item .item-frame li {
  color: #f0f0f0;
  font-family: Mulish;
  font-size: clamp(12px, 1.166666vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
}

.points-package-item .item-div {
  display: flex;
  gap: 10px;
}

.points-package-item .item-div span {
  color: #fff;
  font-size: clamp(14px, 1.333333vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 162.5%;
}

.points-package-item .item-div + .item-div {
  margin-top: 10px;
}

.points-package-item .item-frame1 {
  display: flex;
  width: 100%;
  padding: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 20px;
  border: 1px solid #565656;
}

.points-package-item .item-frame1 span {
  color: #fff;
  font-size: clamp(14px, 1.333333vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 162.5%;
}

/* 积分套餐特殊样式 */
.points-package-item.c1 {
  border: 2px solid #0468ff;
  background: rgba(8, 21, 37, 0.2);
}

.points-package-item.c2 {
  border: 2px solid #ff9f05;
  background: rgba(255, 159, 5, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.points-package-item.c2 .item-title {
  color: #ff9f05;
}

.points-package-item.c2 .item-text {
  color: #ff9f05;
}

.points-package-item.c2 .item-frame2 {
  display: flex;
  width: 100%;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  background: rgba(255, 159, 5, 0.2);
}

.points-package-item.c2 .item-frame2 span {
  color: #ff9f05;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: clamp(14px, 1.333333vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 162.5%;
}

.points-package-item.c2 .banner-btn {
  background: linear-gradient(90deg, #ff9f05 0%, #996003 100%);
}

/* ========================== 企业VIP模块 ========================== */
.enterprise-vip {
  width: 100%;
  aspect-ratio: 4/1;
  border-radius: 20px;
  background: url("/Public/images/price/企业VIP.webp") no-repeat;
  background-size: cover;
  padding: 30px 50px;
}

.enterprise-vip .enterprise-vip-title {
  color: #fff;
  font-size: clamp(14px, 2.1666667vw, 26px);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.enterprise-vip .enterprise-vip-text {
  color: #fff;
  font-size: clamp(12px, 1.333333vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.enterprise-vip .enterprise-vip-title1 {
  color: #fff;
  font-size: clamp(20px, 3.3333333vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* ========================== 扩容模块 ========================== */
.expand-capacity {
  width: 100%;
  aspect-ratio: 1200/265;
  border-radius: 20px;
  background: url("/Public/images/price/复刻音色.webp") no-repeat;
  background-size: cover;
  padding: 35px 50px;
  position: relative;
}

.expand-capacity .expand-capacity-title {
  color: #fff;
  font-size: clamp(14px, 2.1666667vw, 26px);
  font-style: normal;
  font-weight: 600;
  line-height: 126.923%;
}

.expand-capacity .expand-capacity-text {
  color: #fff;
  font-size: clamp(12px, 1.333333vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.expand-capacity .expand-capacity-content {
  display: flex;
  align-items: center;
  gap: 50px;
}

.expand-capacity .expand-capacity-title1 {
  color: #fff;
  font-size: clamp(20px, 3.3333333vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.expand-capacity .expand-capacity-title2 {
  color: #fff;
  font-size: clamp(14px, 2.1666667vw, 26px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.expand-capacity .expand-capacity-bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.expand-capacity .expand-capacity-text1 {
  color: #fff;
  font-size: clamp(12px, 1.333333vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.expand-capacity.bg-1 {
  background: url("/Public/images/price/存储空间.webp") no-repeat;
  background-size: cover;
}

.expand-capacity-info {
  color: #fff;
  font-size: clamp(14px, 1.333333vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-left: 32px;
}

.expand-a {
  color: #ff9f05;
  font-style: normal;
  font-weight: 400;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}

/* ========================== 权益详情模块 ========================== */
.benefit-details .benefit-details-thead {
  display: flex;
}

.benefit-details .benefit-details-thead .benefit-details-td {
  width: 25%;
  min-height: 70px;
  text-align: center;
}

.benefit-details .benefit-details-thead .benefit-details-td .td-title {
  color: #fff;
  font-size: clamp(14px, 2.1666667vw, 26px);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.benefit-details .benefit-details-title {
  display: flex;
  height: 70px;
  padding: 15px 30px;
  margin-top: 30px;
  align-items: center;
  align-self: stretch;
  border-top: 2px solid #3c3c3c;
}

.benefit-details .benefit-details-title span {
  padding: 4px 16px;
  border-radius: 20px;
  border: 2px solid #5db1ff;
  color: #5db1ff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
}

.benefit-details .benefit-details-tbody .benefit-details-tr {
  display: flex;
  min-height: 70px;
}

.benefit-details
  .benefit-details-tbody
  .benefit-details-tr
  .benefit-details-td {
  width: 25%;
  min-height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: clamp(12px, 1.333333vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.benefit-details
  .benefit-details-tbody
  .benefit-details-tr
  .benefit-details-td.l1 {
  padding-left: 30px;
  align-items: flex-start;
}

/* 每间隔一个 benefit-details-tr 添加一个背景颜色 */
.benefit-details .benefit-details-tbody .benefit-details-tr:nth-child(odd) {
  background: #282a36;
}
/* ========================== 积分扣除说明模块 ========================== */
.points-deduction {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.points-deduction .points-deduction-left {
  width: calc(550 / 1200 * 100%);
  min-width: 360px;
  height: 470px;
  border-radius: 20px;
  border: 2px solid #3c3c3c;
}

.points-deduction .points-deduction-left .points-deduction-th {
  display: flex;
  min-height: 70px;
  align-items: center;
}

.points-deduction
  .points-deduction-left
  .points-deduction-th
  .points-deduction-td {
  color: #5db1ff;
  font-size: clamp(16px, 1.6666666vw, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  padding-left: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.points-deduction
  .points-deduction-left
  .points-deduction-th
  .points-deduction-td
  .t1 {
  color: #ff9f05;
  font-size: clamp(12px, 1.166666vw, 14px);
  font-style: normal;
  font-weight: bold;
  line-height: 171.429%;
  margin-left: 5px;
}

.points-deduction .points-deduction-left .points-deduction-th .w1 {
  width: calc(248 / 546 * 100%);
}

.points-deduction .points-deduction-left .points-deduction-th .w2 {
  width: calc(298 / 546 * 100%);
}

.points-deduction
  .points-deduction-left
  .points-deduction-tbody
  .points-deduction-tr {
  display: flex;
  min-height: 40px;
}

.points-deduction
  .points-deduction-left
  .points-deduction-tbody
  .points-deduction-tr
  .points-deduction-td {
  min-height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: clamp(12px, 1.333333vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.points-deduction
  .points-deduction-left
  .points-deduction-tbody
  .points-deduction-tr
  .points-deduction-td.l1 {
  padding-left: 30px;
  align-items: flex-start;
}

.points-deduction
  .points-deduction-left
  .points-deduction-tbody
  .points-deduction-tr
  .w1 {
  width: calc(248 / 546 * 100%);
}

.points-deduction
  .points-deduction-left
  .points-deduction-tbody
  .points-deduction-tr
  .w2 {
  width: calc(298 / 546 * 100%);
}

/* 每间隔一个 points-deduction-tr 添加一个背景颜色 */
.points-deduction
  .points-deduction-left
  .points-deduction-tbody
  .points-deduction-tr:nth-child(odd) {
  background: #282a36;
}

.points-deduction .points-deduction-right {
  width: calc(620 / 1200 * 100%);
  height: 470px;
}

.points-deduction .points-deduction-right .points-deduction-right-title span {
  padding: 4px 16px;
  border-radius: 20px;
  border: 2px solid #5db1ff;
  color: #5db1ff;
  font-size: clamp(14px, 1.6666666vw, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
}

.points-deduction .points-deduction-right .points-deduction-right-content {
  color: #fff;
  font-size: clamp(14px, 1.333333vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
/* ========================== API模块 ========================== */
.api-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 55px 30px;
}

.api-type .api-type-item {
  width: 380px;
  aspect-ratio: 380 / 368;
  min-width: 360px;
  border-radius: 20px 20px 0 0;
}

.api-type .api-type-item .api-type-item-top {
  width: 100%;
  aspect-ratio: 38 / 23;
}

.api-type .api-type-item .api-type-item-bottom {
  width: 100%;
  padding: 0 20px;
}

.api-type .api-type-item .api-type-item-title {
  color: #fff;
  text-align: center;
  font-size: clamp(28px, 1.66667vw, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 20px 0;
}

.api-type .api-type-item .api-type-item-text {
  color: #fff;
  text-align: center;
  font-size: clamp(14px, 1.333333vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

/* ========================== 便捷的接入流程模块 ========================== */
.access-process {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}

.access-process .access-process-item {
  width: calc(255.99 / 1200 * 100%);
  aspect-ratio: 256 / 192;
  min-width: 150px;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: calc(30 / 1200 * 100%) calc(38 / 1200 * 100%) 0;
}

.access-process .access-process-item.bg-1 {
  background: url("/Public/images/api/2-1.svg");
}

.access-process .access-process-item.bg-2 {
  background: url("/Public/images/api/2-2.svg");
}

.access-process .access-process-item.bg-3 {
  background: url("/Public/images/api/2-3.svg");
}

.access-process .access-process-item.bg-4 {
  background: url("/Public/images/api/2-4.svg");
}

.access-process .access-process-item.bg-5 {
  background: url("/Public/images/api/2-5.svg");
}

.access-process .access-process-item.bg1-1 {
  background: url("/Public/images/team_mode/2-1.svg");
}

.access-process .access-process-item.bg1-2 {
  background: url("/Public/images/team_mode/2-2.svg");
}

.access-process .access-process-item.bg1-3 {
  background: url("/Public/images/team_mode/2-3.svg");
}

.access-process .access-process-item.bg1-4 {
  background: url("/Public/images/team_mode/2-4.svg");
}

.access-process .access-process-item .access-process-item-icon {
  width: 30px;
  height: 30px;
}

.access-process .access-process-item .access-process-item-title {
  text-align: center;
  color: #fff;
  font-size: clamp(14px, 1.6666666vw, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: calc(29 / 20 * 100%);
}

.access-process .access-process-item + .access-process-item {
  margin-left: calc(20 / 1200 * -100%);
}

.access-process .access-process-item.w1 {
  width: calc(314.99 / 1200 * 100%);
  aspect-ratio: 315/162;
  min-width: 182px;
  padding: calc(42 / 1200 * 100%) calc(38 / 1200 * 100%) 0;
}

/* ========================== 多角色模块 ========================== */
.multi-role {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.multi-role .multi-role-item {
  width: calc(208 / 1200 * 100%);
  aspect-ratio: 1/1;
  min-width: 180px;
  border-radius: 20px;
  background: linear-gradient(218deg, #0020e0 2.75%, #ad1e1e 93.09%);
}

.multi-role .multi-role-item-title {
  height: calc(76 / 208 * 100%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.multi-role .multi-role-item-title span {
  color: #fff;
  font-size: clamp(14px, 1.6666666vw, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
}

.multi-role .multi-role-item-img {
  width: 100%;
}

/* ========================== 标准双模式模块 ========================== */
.dual-mode1 {
  display: flex;
  align-items: center;
}

.dual-mode1 .dual-mode1-left {
  width: calc(403 / 1200 * 100%);
  aspect-ratio: 403/300;
  border-radius: 20px 0 0 20px;
  background: #282a36;
  box-shadow: 10px 0 20px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 25px;
  gap: 30px;
  z-index: 2; /* 保证内容在伪元素上层 */
}

/* 创建渐变边框 */
.dual-mode1 .dual-mode1-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 6px; /* 边框宽度 */
  background: linear-gradient(270deg, #1e285100, #0029ff);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  z-index: 1;
}

.dual-mode1 .dual-mode1-left .dual-mode1-title {
  color: #f0f0f0;
  font-size: clamp(16px, 2.66667vw, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.dual-mode1 .dual-mode1-left .dual-mode1-text {
  color: #fff;
  font-size: clamp(14px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 144.444%;
}

.dual-mode1 .dual-mode1-left.r1 {
  border-radius: 0 20px 20px 0;
}

.dual-mode1 .dual-mode1-left.r1::before {
  background: linear-gradient(90deg, #1e285100, #0029ff);
}

.dual-mode1 .dual-mode1-right {
  width: calc(797 / 1200 * 100%);
  aspect-ratio: 797/320;
}
/* ========================== 打破千篇一律模块 ========================== */
.break-mold {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.break-mold .break-mold-item {
  width: calc(380 / 1200 * 100%);
  min-height: 118px;
  min-width: 225px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.break-mold .break-mold-item .break-mold-item-left {
  width: calc(40 / 380 * 100%);
}

.break-mold .break-mold-item .break-mold-item-right {
  width: calc(330 / 380 * 100%);
  height: 100%;
}

.break-mold .break-mold-item .break-mold-item-right .right-title {
  color: #fefefe;
  font-size: clamp(14px, 1.6666666vw, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
}

.break-mold .break-mold-item .break-mold-item-right .right-text {
  color: #b5b5b5;
  font-size: clamp(12px, 1.333333vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 181.25%;
}

.break-mold-img {
  width: 100%;
  aspect-ratio: 73/41;
  border-radius: 20px;
  box-shadow: 0 0 14px 10px rgba(23, 60, 255, 0.6);
}

/* ========================== 头部客户模块 ========================== */
.head-client {
  position: relative;
  transition: all 0.3s ease-in-out;
  background: #1e2851;
}

.head-client .head-client-top {
  width: 100%;
  aspect-ratio: 28 /16;
  min-height: 140px;
}

.head-client .head-client-bottom {
  width: 100%;
  aspect-ratio: 28 /24;
  min-height: 220px;
  padding: 0 20px;
  border-radius: 0 0 20px 20px;
}

.head-client .head-client-bottom .title-1 {
  padding: clamp(16px, 2.66667vw, 32px) 0;
  color: #f0f0f0;
  font-size: clamp(14px, 2.1666667vw, 26px);
  font-style: normal;
  font-weight: 600;
  line-height: 126.923%;
}

.head-client .head-client-bottom .text-1 {
  color: #fff;
  font-size: clamp(12px, 1.333333vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.head-client .head-client-bottom.bd-1 {
  background: linear-gradient(131deg, #131e4b 85%, #c31531 95.26%);
}

.head-client:hover {
  transform: scale(1.05);
}

/* ========================== 创建声音模块 ========================== */
.create-voice {
  width: 100%;
  aspect-ratio: 12 / 5;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.8) inset;
  position: relative;
}

.create-voice .create-voice-text {
  position: absolute;
  top: calc(80 / 500 * 100%);
  right: calc(133 / 1200 * 100%);
  width: 50%;
  color: #f0f0f0;
  font-size: clamp(14px, 1.6666666vw, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
}
/* ========================== 谁将需要团队模式模块 ========================== */
.who-mode {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px 24px;
}

.who-mode .who-mode-item {
  width: 282px;
  aspect-ratio: 282 / 189;
  min-width: 260px;
  border-radius: 10px;
}

.who-mode .who-mode-item .who-mode-item-top {
  width: 100%;
  aspect-ratio: 282 / 136;
}

.who-mode .who-mode-item .who-mode-item-top img {
  border-radius: 10px;
}

.who-mode .who-mode-item .who-mode-item-bottom {
  width: 100%;
  padding-top: 20px;
}

.who-mode .who-mode-item .who-mode-item-title {
  color: #fff;
  text-align: center;
  font-size: clamp(14px, 2.1666667vw, 26px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* ========================== 高效协作模块 ========================== */
.efficient-collaboration .efficient-collaboration-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: max-content;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 30px 70px;
}

.efficient-collaboration .efficient-collaboration-top .collaboration-left {
  width: calc(394 / 1200 * 100%);
  min-width: 380px;
  aspect-ratio: 394/364;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  flex-direction: row;
  align-content: center;
}

.efficient-collaboration
  .efficient-collaboration-top
  .collaboration-left
  .collaboration-btn {
  width: 172px;
  border-radius: 8px;
  background: #313544;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: clamp(14px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 166.667%;
}

.efficient-collaboration
  .efficient-collaboration-top
  .collaboration-left
  .collaboration-btn.bg-1 {
  background: linear-gradient(90deg, #173cff 23.08%, #c31531 100%);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.efficient-collaboration
  .efficient-collaboration-top
  .collaboration-left
  .collaboration-btn.bg-1:hover {
  transform: scale(1.05);
}

.efficient-collaboration .efficient-collaboration-top .collaboration-right {
  width: calc(736 / 1200 * 100%);
  aspect-ratio: 736/364;
}

.efficient-collaboration .efficient-collaboration-top.flex-1 {
  flex-direction: row;
}

.efficient-collaboration .efficient-collaboration-bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 9px;
  margin-top: 16px;
  justify-content: center;
}

.efficient-collaboration .collaboration-item {
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  flex-direction: column;
  width: 394px;
  min-width: 280px;
  aspect-ratio: 394 / 111;
  border-radius: 8px;
  background:
    linear-gradient(
      81deg,
      rgba(255, 0, 0, 0) 58.5%,
      rgba(255, 0, 0, 0.5) 99.2%
    ),
    #313544;
}

.efficient-collaboration .collaboration-item.bg-1 {
  background:
    linear-gradient(
      80deg,
      rgba(17, 160, 255, 0) 60.26%,
      rgba(17, 160, 255, 0.5) 99.07%
    ),
    #313544;
}

.efficient-collaboration .collaboration-item .text-1 {
  color: #fff;
  font-size: clamp(14px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 166.667%;
}

.efficient-collaboration .collaboration-item .text-2 {
  color: #fff;
  font-size: clamp(12px, 1.333333vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%;
}

/* ========================== WiiMedia 译配功能模块 ========================== */
.Translation-function {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 150px;
}

.Translation-function .Trans-btn {
  width: calc(300 / 1200 * 100%);
  aspect-ratio: 300/60;
  min-width: 160px;
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  color: #fff;
  font-size: clamp(14px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  cursor: pointer;
  z-index: 2; /* 保证内容在伪元素上层 */
}

/* 创建渐变边框 */
.Translation-function .Trans-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 3px; /* 边框宽度 */
  background: linear-gradient(90deg, #173cff, #c31531);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  z-index: 1;
}

.Translation-function .Trans-btn:hover {
  background: linear-gradient(90deg, #173cff 23.08%, #c31531 100%);
}

.Translation-function .Trans-btn:hover::before {
  content: none;
}

/* ========================== Blog模块 ========================== */
.blog-big-img {
  width: 100%;
  aspect-ratio: 2 /1;
  position: relative;
  cursor: pointer;
}

.blog-big-img .big-img-bottom {
  position: absolute;
  bottom: 0;
  min-height: calc(140 / 600 * 100%);
  width: 100%;
  border-radius: 0 0 20px 20px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px); /* 适配webkit内核 */
  display: flex;
  align-items: center;
  padding: 10px clamp(10px, 2.5vw, 30px);
}

.blog-big-img .big-img-bottom .big-img-text {
  color: #f0f0f0;
  font-size: clamp(16px, 2.66667vw, 32px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.blog-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin-bottom: 60px;
}

.blog-list .blog-list-item {
  width: 100%;
  min-height: 260px;
  border-radius: 20px;
  background: #081525;
  border: 1px solid #081525;
  cursor: pointer;
  padding: clamp(10px, 2.5vw, 30px);
  display: flex;
  gap: 30px;
  align-items: center;
  box-sizing: content-box;
}

.blog-list .blog-list-item:hover {
  border: 1px solid rgba(23, 60, 255, 0.8);
  box-shadow: 0 0 14px 8px rgba(23, 60, 255, 0.6);
}

.blog-list .blog-list-item .blog-list-item-img {
  width: calc(400 / 1200 * 100%);
  aspect-ratio: 2/1;
  border-radius: 20px;
}

.blog-list .blog-list-item .blog-list-item-right {
  width: calc(710 / 1200 * 100%);
  aspect-ratio: 71/20;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-list .blog-list-item .blog-list-item-right .right-top {
  text-align: left !important;
}

.blog-list .blog-list-item .blog-list-item-right .right-bottom-text {
  text-align: left !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 48px;
}

.blog-list .blog-list-item .blog-list-item-right .rignt-bottom-date {
  color: #f0f0f0;
  text-align: right;
  font-size: clamp(10px, 1.166666vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}
/* 优化后的代码B  结束  */
/* 优化后的代码A  开始*/

/* 轮播组件 */
.carousel-component .carousel-wrapper {
  width: 100%;
  height: clamp(340px, 56.25vw, 810px);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-component .carousel-track {
  display: flex;
  transition: left 0.6s ease;
  height: 100%;
  position: absolute;
  left: 0;
}

.carousel-component .carousel-item {
  /* max-width: 1000px; */
  width: 52.083vw;
  height: calc(100% - 20px);
  margin: 0 clamp(30px, 5vw, 60px);
  position: relative;
  overflow: hidden;
  transform: scale(1);
  /* transition: all 0.6s ease; */
  border-radius: 20px;
  background: linear-gradient(
    0deg,
    rgba(43, 74, 198, 0.1) 0%,
    rgba(43, 74, 198, 0.7) 74.04%
  );
}

.carousel-component .carousel-item.active {
  transform: scale(1);
  opacity: 1;
  z-index: 5;
}

.carousel-component .carousel-item img {
  width: 100%;
  height: calc(486 / 810 * 100%);
  object-fit: cover;
}
.carousel-component .carousel-item-text {
  width: 100%;
  height: calc(324 / 810 * 100%);
  padding: clamp(10px, 2.5vw, 30px);
}
.carousel-component .carousel-item-title {
  color: #fff;
  font-size: clamp(10px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 144.444%;
}
.carousel-component .carousel-item-title-1 {
  color: #d9d9d9;
  font-size: clamp(24px, 4vw, 48px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: clamp(14px, 2.1666667vw, 26px);
}
.carousel-component .carousel-item-desc {
  margin-top: clamp(10px, 2.5vw, 30px);
  color: #fff;
  font-size: clamp(10px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 144.444%;
}

/* 左右模糊遮罩 */
.carousel-component .blur-left,
.carousel-component .blur-right {
  position: absolute;
  top: 0;
  width: 10vw;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}

.carousel-component .blur-left {
  left: 0;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background: linear-gradient(90deg, #081525 14.9%, rgba(8, 21, 37, 0) 62.5%);
}

.carousel-component .blur-right {
  right: 0;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background: linear-gradient(270deg, #081525 14.9%, rgba(8, 21, 37, 0) 62.5%);
}

/* 左右按钮 */
.carousel-component .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(24px, 4vw, 48px);
  height: clamp(24px, 4vw, 48px);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  cursor: pointer;
  z-index: 20;
  font-size: clamp(16px, 1.1458333vw, 22px);
}

.carousel-component .nav-btn.left {
  left: clamp(18.75vw, 18.75vw, 360px);
}
.carousel-component .nav-btn.right {
  right: clamp(18.75vw, 18.75vw, 360px);
}

/* 底部圆点 */
.carousel-component .dots {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 30;
}

.carousel-component .dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
}

.carousel-component .dots .dot.active {
  background: #fff;
}

.jumping_link_text {
  color: #faad14;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}

.General-fontsize-26 {
  color: #fff;
  text-align: center;
  font-size: clamp(14px, 2.1666667vw, 26px);
  font-style: normal;
  font-weight: 500;
  line-height: 144.444%;
}

.General-fontsize-16 {
  color: #fff;
  text-align: center;
  font-size: clamp(12px, 1.333333vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.General-fontsize-18 {
  color: #fff;
  text-align: center;
  font-size: clamp(14px, 1.5vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 144.444%;
}

.General-fontsize-40-f0 {
  color: #f0f0f0;
  font-size: clamp(20px, 3.3333333vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.General-fontsize-40 {
  color: #fff;
  font-size: clamp(20px, 3.3333333vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* 右下角客服 */
.Customer_Service {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2000;
  width: clamp(28px, 2.91666vw, 56px);
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #173cff;
  border-radius: 50%;
}
.Customer_Service .Customer_Service_img {
  width: calc(44 / 56 * 100%);
  aspect-ratio: 1 / 1;
  cursor: pointer;
}

.error-input {
  border: 1px solid red;
}
/* 大于1365px时，字体大小为14px */
@media screen and (min-width: 1365px) {
  body {
    font-size: 14px;
  }
  .navbar-inverse .navbar-logo {
    width: 192px;
    height: 100px;
    margin-left: 50px;
    padding: 26px 0;
  }
  .navbar-inverse .navbar-logo .navbar-logo-img {
    width: 100%;
  }
  .navbar-inverse .navbar-content {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    display: block;
  }
  .navbar-inverse .navbar-content ul {
    margin: 0px;
    padding: 0px;
    display: flex;
  }
  .navbar-inverse .navbar-content ul li {
    margin: 6px 20px;
  }
  .navbar-inverse .navbar-content ul li .navbar-content-dropdown {
    width: 16px;
    height: 16px;
    margin-left: 5px;
  }
  .navbar-inverse .navbar-content ul li .item_list {
    top: 40px;
    left: calc(50% - 100px);
    font-size: 20px;
    padding: 30px;
  }
  .navbar-inverse .navbar-content ul li .item_list .item_list_div {
    display: inline-block;
    width: max-content;
  }
  .navbar-inverse
    .navbar-content
    ul
    li
    .item_list
    .item_list_div
    + .item_list_div {
    margin-top: 30px;
  }
  .navbar-inverse .navbar-right {
    margin-right: 50px;
    font-weight: 500;
  }
  .navbar-inverse .navbar-right .lang_div {
    font-size: 18px;
    line-height: 26px;
  }
  .navbar-inverse .navbar-right .lang_div .lang_div_span {
    margin-left: 6px;
  }
  .navbar-inverse .navbar-right .lang_div + .lang_div {
    margin-left: 30px;
  }
  .navbar-inverse .navbar-right .lang_div_button {
    border-radius: 8px;
    padding: 12px 20px;
  }
  .docs-footer {
    min-height: 635px;
  }
  .docs-footer .docs-footer-container {
    width: 1200px;
    padding-top: 36px;
  }
  .docs-footer
    .docs-footer-container
    .container_div
    .container_div_top
    .container_div_text {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
  }
  .docs-footer
    .docs-footer-container
    .container_div
    .container_div_top
    .container_div_icon {
    display: flex;
    flex-direction: row;
    gap: 5px;
  }
  .docs-footer
    .docs-footer-container
    .container_div
    .container_div_top
    .container_div_icon
    .icon_class1 {
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }
  .docs-footer
    .docs-footer-container
    .container_div
    .container_div_top
    .container_div_icon
    .icon_class2 {
    width: 100px;
    height: 100px;
    cursor: pointer;
    position: absolute;
    top: 35px;
    left: -35px;
    display: none;
    z-index: 1;
  }
  .docs-footer .docs-footer-container .container_div .container_div_bottom {
    margin-top: 30px;
  }
  .docs-footer
    .docs-footer-container
    .container_div
    .container_div_bottom
    .container_div_bottom_div {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  .docs-footer
    .docs-footer-container
    .container_div
    .container_div_bottom
    .container_div_bottom_div
    + .container_div_bottom_div {
    margin-top: 10px;
  }
  .dubbing-solutions-layout {
    justify-content: space-between;
  }
}

/** 页面宽度小于1365 且 大于1200的***/
@media (max-width: 1365px) and (min-width: 1200px) {
  body {
    font-size: 14px;
  }
  .navbar-inverse .navbar-logo {
    width: 140px;
    height: 100px;
    margin-left: 30px;
    padding: 26px 0;
    line-height: 46px;
  }
  .navbar-inverse .navbar-logo .navbar-logo-img {
    width: 100%;
  }
  .navbar-inverse .navbar-content {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    display: block;
  }
  .navbar-inverse .navbar-content ul {
    margin: 0px;
    padding: 0px;
    display: flex;
  }
  .navbar-inverse .navbar-content ul li {
    margin: 6px 14px;
  }
  .navbar-inverse .navbar-content ul li .navbar-content-dropdown {
    width: 16px;
    height: 16px;
    margin-left: 5px;
  }
  .navbar-inverse .navbar-content ul li .item_list {
    top: 40px;
    left: calc(50% - 100px);
    font-size: 18px;
    padding: 20px;
  }
  .navbar-inverse .navbar-content ul li .item_list .item_list_div {
    display: inline-block;
    width: max-content;
  }
  .navbar-inverse
    .navbar-content
    ul
    li
    .item_list
    .item_list_div
    + .item_list_div {
    margin-top: 20px;
  }
  .navbar-inverse .navbar-right {
    margin-right: 30px;
    font-weight: 500;
  }
  .navbar-inverse .navbar-right .lang_div {
    font-size: 16px;
    line-height: 26px;
  }
  .navbar-inverse .navbar-right .lang_div .lang_div_span {
    margin-left: 6px;
  }
  .navbar-inverse .navbar-right .lang_div + .lang_div {
    margin-left: 20px;
  }
  .navbar-inverse .navbar-right .lang_div_button {
    border-radius: 8px;
    padding: 8px 12px;
  }
  .docs-footer {
    min-height: 635px;
  }
  .docs-footer .docs-footer-container {
    width: calc(100% - 100px);
    max-width: 1200px;
    padding-top: 36px;
  }
  .docs-footer
    .docs-footer-container
    .container_div
    .container_div_top
    .container_div_text {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
  }
  .docs-footer
    .docs-footer-container
    .container_div
    .container_div_top
    .container_div_icon
    .icon_class1 {
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }
  .docs-footer .docs-footer-container .container_div .container_div_bottom {
    margin-top: 30px;
  }
  .docs-footer
    .docs-footer-container
    .container_div
    .container_div_bottom
    .container_div_bottom_div {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }
  .docs-footer
    .docs-footer-container
    .container_div
    .container_div_bottom
    .container_div_bottom_div
    + .container_div_bottom_div {
    margin-top: 10px;
  }
  .dubbing-solutions-layout {
    justify-content: space-between;
  }
}

/** 页面宽度小于1200 且 大于1024的***/
@media (max-width: 1200px) and (min-width: 1024px) {
  body {
    font-size: 13px;
  }
  .navbar-inverse {
    height: 90px;
  }
  .navbar-inverse .navbar-logo {
    width: 140px;
    height: 100px;
    margin-left: 30px;
    padding: 26px 0;
    line-height: 46px;
  }
  .navbar-inverse .navbar-logo .navbar-logo-img {
    width: 100%;
  }
  .navbar-inverse .navbar-content {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    display: block;
    top: 90px;
  }
  .navbar-inverse .navbar-content ul {
    margin: 0px;
    padding: 0px;
    display: flex;
  }
  .navbar-inverse .navbar-content ul li {
    margin: 6px 10px;
  }
  .navbar-inverse .navbar-content ul li .navbar-content-dropdown {
    width: 16px;
    height: 16px;
    margin-left: 5px;
  }
  .navbar-inverse .navbar-content ul li .item_list {
    top: 40px;
    left: calc(50% - 80px);
    font-size: 16px;
    padding: 20px;
  }
  .navbar-inverse .navbar-content ul li .item_list .item_list_div {
    display: inline-block;
    width: max-content;
  }
  .navbar-inverse
    .navbar-content
    ul
    li
    .item_list
    .item_list_div
    + .item_list_div {
    margin-top: 20px;
  }
  .navbar-inverse .navbar-right {
    margin-right: 30px;
    font-weight: 500;
  }
  .navbar-inverse .navbar-right .lang_div {
    font-size: 16px;
    line-height: 26px;
  }
  .navbar-inverse .navbar-right .lang_div .lang_div_span {
    margin-left: 6px;
  }
  .navbar-inverse .navbar-right .lang_div + .lang_div {
    margin-left: 20px;
  }
  .navbar-inverse .navbar-right .lang_div_button {
    border-radius: 8px;
    padding: 8px 12px;
  }
  .docs-footer {
    min-height: 635px;
  }
  .docs-footer .docs-footer-container {
    width: calc(100% - 50px);
    padding-top: 36px;
  }
  .docs-footer
    .docs-footer-container
    .container_div
    .container_div_top
    .container_div_text {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
  }
  .docs-footer
    .docs-footer-container
    .container_div
    .container_div_top
    .container_div_icon
    .icon_class1 {
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }
  .docs-footer .docs-footer-container .container_div .container_div_bottom {
    margin-top: 30px;
  }
  .docs-footer
    .docs-footer-container
    .container_div
    .container_div_bottom
    .container_div_bottom_div {
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
  }
  .docs-footer
    .docs-footer-container
    .container_div
    .container_div_bottom
    .container_div_bottom_div
    + .container_div_bottom_div {
    margin-top: 10px;
  }
  .left-right-module-class {
    flex-direction: column;
    align-content: center;
  }
}

/** 页面宽度小于1200 且 大于992的***/
@media (max-width: 1024px) and (min-width: 992px) {
  body {
    font-size: 12px;
  }
  .navbar-inverse {
    height: 80px;
  }
  .navbar-inverse .navbar-logo {
    width: 120px;
    height: 100px;
    margin-left: 20px;
    padding: 26px 0;
    line-height: 46px;
  }
  .navbar-inverse .navbar-logo .navbar-logo-img {
    width: 100%;
  }
  .navbar-inverse .navbar-content {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    display: block;
    top: 80px;
  }
  .navbar-inverse .navbar-content ul {
    margin: 0px;
    padding: 0px;
    display: flex;
  }
  .navbar-inverse .navbar-content ul li {
    margin: 6px 10px;
  }
  .navbar-inverse .navbar-content ul li .navbar-content-dropdown {
    width: 16px;
    height: 16px;
    margin-left: 5px;
  }
  .navbar-inverse .navbar-content ul li .item_list {
    top: 40px;
    left: calc(50% - 60px);
    font-size: 15px;
    padding: 20px;
  }
  .navbar-inverse .navbar-content ul li .item_list .item_list_div {
    display: inline-block;
    width: max-content;
  }
  .navbar-inverse
    .navbar-content
    ul
    li
    .item_list
    .item_list_div
    + .item_list_div {
    margin-top: 20px;
  }
  .navbar-inverse .navbar-right {
    margin-right: 20px;
    font-weight: 500;
  }
  .navbar-inverse .navbar-right .lang_div {
    font-size: 14px;
    line-height: 26px;
  }
  .navbar-inverse .navbar-right .lang_div .lang_div_span {
    margin-left: 6px;
  }
  .navbar-inverse .navbar-right .lang_div + .lang_div {
    margin-left: 14px;
  }
  .navbar-inverse .navbar-right .lang_div_button {
    border-radius: 8px;
    padding: 6px 10px;
  }
  .docs-footer {
    min-height: 635px;
  }
  .docs-footer .docs-footer-container {
    width: calc(100% - 50px);
    padding-top: 36px;
  }
  .docs-footer
    .docs-footer-container
    .container_div
    .container_div_top
    .container_div_text {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
  }
  .docs-footer
    .docs-footer-container
    .container_div
    .container_div_top
    .container_div_icon
    .icon_class1 {
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }
  .docs-footer .docs-footer-container .container_div .container_div_bottom {
    margin-top: 30px;
  }
  .docs-footer
    .docs-footer-container
    .container_div
    .container_div_bottom
    .container_div_bottom_div {
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
  }
  .docs-footer
    .docs-footer-container
    .container_div
    .container_div_bottom
    .container_div_bottom_div
    + .container_div_bottom_div {
    margin-top: 10px;
  }
  .left-right-module-class {
    flex-direction: column;
    align-content: center;
  }
}

/** 页面宽度小于992 且 大于768的***/
@media (max-width: 992px) and (min-width: 768px) {
  body {
    font-size: 12px;
  }
  .navbar-inverse {
    height: 70px;
  }
  .navbar-inverse .navbar-logo {
    width: 100px;
    height: 100px;
    margin-left: 10px;
    padding: 26px 0;
    line-height: 46px;
  }
  .navbar-inverse .navbar-logo .navbar-logo-img {
    width: 100%;
  }
  .navbar-inverse .navbar-content {
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    display: block;
    top: 70px;
  }
  .navbar-inverse .navbar-content ul {
    margin: 0px;
    padding: 0px;
    display: flex;
  }
  .navbar-inverse .navbar-content ul li {
    margin: 6px 8px;
  }
  .navbar-inverse .navbar-content ul li .navbar-content-dropdown {
    width: 16px;
    height: 16px;
    margin-left: 5px;
  }
  .navbar-inverse .navbar-content ul li .item_list {
    top: 40px;
    left: calc(50% - 60px);
    font-size: 14px;
    padding: 16px;
  }
  .navbar-inverse .navbar-content ul li .item_list .item_list_div {
    display: inline-block;
    width: max-content;
  }
  .navbar-inverse
    .navbar-content
    ul
    li
    .item_list
    .item_list_div
    + .item_list_div {
    margin-top: 16px;
  }
  .navbar-inverse .navbar-right {
    margin-right: 10px;
    font-weight: 500;
  }
  .navbar-inverse .navbar-right .lang_div {
    font-size: 14px;
    line-height: 26px;
  }
  .navbar-inverse .navbar-right .lang_div .lang_div_span {
    margin-left: 6px;
  }
  .navbar-inverse .navbar-right .lang_div + .lang_div {
    margin-left: 14px;
  }
  .navbar-inverse .navbar-right .lang_div_button {
    border-radius: 8px;
    padding: 6px 10px;
  }
  .docs-footer {
    min-height: 635px;
  }
  .docs-footer .docs-footer-container {
    width: calc(100% - 50px);
    padding-top: 36px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
  }
  .docs-footer
    .docs-footer-container
    .container_div
    .container_div_top
    .container_div_img {
    width: 160px;
  }
  .docs-footer
    .docs-footer-container
    .container_div
    .container_div_top
    .container_div_text {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
  }
  .docs-footer
    .docs-footer-container
    .container_div
    .container_div_top
    .container_div_icon
    .icon_class1 {
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }
  .docs-footer .docs-footer-container .container_div .container_div_bottom {
    margin-top: 30px;
  }
  .docs-footer
    .docs-footer-container
    .container_div
    .container_div_bottom
    .container_div_bottom_div {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
  }
  .docs-footer
    .docs-footer-container
    .container_div
    .container_div_bottom
    .container_div_bottom_div
    + .container_div_bottom_div {
    margin-top: 10px;
  }
  .left-right-module-class {
    flex-direction: column;
    align-content: center;
  }
}

/** 页面宽度小于768的***/
@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
  .navbar-toggle {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 12px;
    display: block;
    /* background-color: #000; */
  }
  .navbar-inverse {
    height: 60px;
  }
  .navbar-inverse .navbar-logo {
    width: 100px;
    height: 100px;
    margin-left: 10px;
    padding: 26px 0;
    line-height: 46px;
  }
  .navbar-inverse .navbar-logo .navbar-logo-img {
    width: 100%;
  }
  .navbar-inverse .navbar-content {
    position: fixed;
    top: 100px;
    background-color: #081525;
    width: 100%;
    height: unset;
    overflow-y: auto;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    top: 60px;
  }
  .navbar-inverse .navbar-content ul {
    margin: 0px;
    padding: 0px;
    display: block !important;
    text-align: center;
  }
  .navbar-inverse .navbar-content ul li {
    display: flex;
    align-items: center;
    margin: 8px 16px;
    cursor: pointer;
    position: relative;
  }
  .navbar-inverse .navbar-content ul li .navbar-content-dropdown {
    width: 16px;
    height: 16px;
    margin-left: 5px;
  }
  .navbar-inverse .navbar-content ul li .item_list {
    position: unset;
    top: 0px;
    left: 0px;
    font-size: 14px;
    padding: 16px;
    margin-left: 16px;
  }
  .navbar-inverse .navbar-content ul li .item_list .item_list_div {
    display: block;
    width: max-content;
  }
  .navbar-inverse
    .navbar-content
    ul
    li
    .item_list
    .item_list_div
    + .item_list_div {
    margin-top: 16px;
  }
  .navbar-inverse .navbar-right {
    margin-right: 10px;
    font-weight: 500;
  }
  .navbar-inverse .navbar-right .lang_div {
    font-size: 14px;
    line-height: 26px;
  }
  .navbar-inverse .navbar-right .lang_div .lang_div_span {
    margin-left: 6px;
  }
  .navbar-inverse .navbar-right .lang_div + .lang_div {
    margin-left: 14px;
  }
  .navbar-inverse .navbar-right .lang_div_button {
    border-radius: 8px;
    padding: 6px 10px;
  }
  .docs-footer {
    min-height: 635px;
  }
  .docs-footer .docs-footer-container {
    width: calc(100% - 40px);
    padding-top: 36px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
  }
  .docs-footer
    .docs-footer-container
    .container_div
    .container_div_top
    .container_div_img {
    width: 160px;
  }
  .docs-footer
    .docs-footer-container
    .container_div
    .container_div_top
    .container_div_text {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
  }
  .docs-footer
    .docs-footer-container
    .container_div
    .container_div_top
    .container_div_icon
    .icon_class1 {
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }
  .docs-footer .docs-footer-container .container_div .container_div_bottom {
    margin-top: 30px;
  }
  .docs-footer
    .docs-footer-container
    .container_div
    .container_div_bottom
    .container_div_bottom_div {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
  }
  .docs-footer
    .docs-footer-container
    .container_div
    .container_div_bottom
    .container_div_bottom_div
    + .container_div_bottom_div {
    margin-top: 10px;
  }
  .fine-work-item {
    padding-top: 80px !important;
  }
  .fine-work-item-bubble {
    position: absolute;
    right: 10px !important;
    top: 20px !important;
    display: flex;
    gap: clamp(24px, 3.125vw, 60px) !important;
  }
  .fine-work-item-bubble.top-center {
    top: 20px !important;
    transform: translateY(0) !important;
  }
  /* 按钮样式 */
  .banner-btn {
    min-width: 112.8px;
    height: 32px;
    background: linear-gradient(90deg, #173cff, #c31531);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    border: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    padding: 0 20px;
    transition: all 0.4s ease;
  }
  .banner-btn:hover {
    /* filter: blur(22px); */
    transform: translateY(-2px);
  }
  .banner-btn-1 {
    min-width: 112.8px;
    width: 112.8px;
    height: 32px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    border: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.25);
    padding: 0 20px;
    position: relative;
    transition: all 0.4s ease;
  }
  .top-overflow-content {
    top: 0;
    height: auto;
  }
  .body-background-1 {
    transform: translateY(0) !important;
  }
  .AI-era {
    justify-content: center;
  }
  .left-right-module-class {
    flex-direction: column;
    align-content: center;
  }
}

/* 优化后的代码A  结束*/
