/* 视频 */
.video-box {
  width: 100%;
  height: 36.5vh;
  position: relative;

}
.video-box .image-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid red;
}
.video-box video,
.video-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.video-box #homeImageBannerCarousel,
.video-box #homeImageBannerCarousel .carousel-inner,
.video-box #homeImageBannerCarousel .item {
  width: 100%;
  height: 100%;
}
.video-box #homeImageBannerCarousel .item {
  position: relative;
}
.home-banner-carousel__track {
  height: 100%;
}
.video-box #homeImageBannerCarousel .carousel-inner {
  background: #eef4ff;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
}
.video-box #homeImageBannerCarousel .home-banner-carousel__track {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  will-change: transform;
}
.video-box #homeImageBannerCarousel .home-banner-carousel__track > .item,
.video-box #homeImageBannerCarousel .carousel-inner > .item {
  display: block !important;
  flex: 0 0 auto;
  height: 100%;
  min-height: 100%;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  float: none;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.video-box #homeImageBannerCarousel .carousel-indicators,
.video-box #homeImageBannerCarousel .carousel-control {
  z-index: 3;
}
.video-box #homeImageBannerCarousel {
  cursor: grab;
}
.video-box #homeImageBannerCarousel.is-grabbing,
.video-box #homeImageBannerCarousel:active {
  cursor: grabbing;
}
.video-box #homeImageBannerCarousel .carousel-indicators li {
  cursor: pointer;
}
.video-box #homeImageBannerCarousel .carousel-inner {
  user-select: none;
  -webkit-user-select: none;
}
.video-box #homeImageBannerCarousel img {
  -webkit-user-drag: none;
}
.video-box #homeImageBannerCarousel .item .inner {
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
  z-index: 4;
}
.video-box #homeImageBannerCarousel .item.active .inner {
  opacity: 1;
  transform: translateY(0);
}
.video-box #homeImageBannerCarousel .carousel-indicators {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 0;
  width: auto;
  display: flex;
  gap: 10px;
}
.video-box #homeImageBannerCarousel .carousel-indicators li,
.video-box #homeImageBannerCarousel .carousel-indicators .active {
  width: 56px;
  height: 4px;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(112, 143, 182, 0.28);
  position: relative;
  overflow: hidden;
}
.video-box #homeImageBannerCarousel .carousel-indicators li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2f80ff;
  transform: scaleX(0);
  transform-origin: left center;
}
.video-box #homeImageBannerCarousel .carousel-indicators li.is-progress::after {
  animation: homeImageBannerProgress var(--home-banner-interval, 5s) linear
    forwards;
}
@keyframes homeImageBannerProgress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.video-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  text-align: center;
  line-height: 100vh;
  font-size: 200px;
  background: #fff;
  z-index: 3;
}
.title {
  padding-bottom: 10px !important;
  text-align: left !important;
}
.inner .title {
  margin-bottom: 24px !important;
}
.text-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-mask: url(#text-mask);
  mask: url(#text-mask);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.inner {
  width: 1200px;
  max-width: calc(100% - 40px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  /* margin: auto; */
  /* bottom: 100px; */
  z-index: 2;
  opacity: 0;
}
.inner .des {
  color: #485169;
  font-weight: 400;
  margin-bottom: 24px;
  margin-bottom: clamp(12px, 1.25vw, 24px);
  font-size: 16px !important;
}
.inner .title {
  font-weight: 700;
  /* color: #485169; */
  margin-bottom: 62px;
  margin-bottom: clamp(30px, 3.22916667vw, 62px);
}
.inner .btn {
  padding: 10px 20px;
  color: #fff;
  border: 2px solid #006eff;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  background: #006eff;
}
btn.focus,
.btn:focus,
.btn:hover {
  color: #fff !important;
}
.svg-mask {
  width: 100%;
  height: 100%;
}
.mask-text {
  transform-origin: center center;
  font-weight: bolder;
  font-size: 300px;
  font-size: clamp(150px, 15.625vw, 300px);
  word-break: break-all;
  transform: translateZ(0);
}
.mask-text.visible {
  animation: scaleAnimation 1.5s ease-in-out forwards;
}
.main {
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  z-index: 3;
  position: relative;
}
.main .section {
  box-sizing: border-box;
}
.main .section-1 {
  flex-direction: column;
  position: relative;
  height: calc(100vh - 64px);
  justify-content: flex-end;
  padding-top: 64px;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.main .section-1 .section {
  height: 100%;
}
.main .section-1 .pic-container {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.main .section-1 .pic-text {
  overflow: hidden;
  transform-origin: bottom center;
  background: rgba(255, 255, 255, 0.95);
  align-items: flex-end;
}
.main .section-1 .pic-text .content {
  width: 100%;
  height: 100%;
  align-items: flex-start;
}
.main .section-1 .pic-text .left-img {
  width: 1128px;
  max-width: 67.95%;
  max-height: 100%;
  aspect-ratio: 1128 / 635;
  flex: 0 0 auto;
}
.main .section-1 .pic-text .left-img img,
.main .section-1 .pic-text .left-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .section-1 .right-text {
  padding: 0 40px;
}
.main .section-1 .text {
  width: 100%;
  box-sizing: border-box;
  color: var(--font-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
  font-family: Alibaba Sans SEA;
  z-index: 2;
  position: relative;
  line-height: normal;
  font-size: 32px;
  margin-bottom: 40px;
  gap: 4px;
}
.main .section-1 .text .en-tit {
  font-size: 14px;
}
.main .section-1 .text p {
  text-align: center;
}
.main .home-banner-swiper {
  position: relative;
  background: url(../assets/img/home/home-bg.png) repeat-y;
  background-size: 100% auto;
  background-position: 0 0;
  padding-top: 40px;
  animation: backgroundMove 8s linear infinite;
}
.main .home-banner-swiper .swiper-slide {
  height: 680px;
  position: sticky;
  top: 100px;
  border-radius: 32px;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0px -10px 39px 0px rgba(210, 220, 232, 0.34);
}
.main .home-banner-swiper .left-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  aspect-ratio: 1660 / 680;
  max-width: 100%;
}
.main .home-banner-swiper .left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .home-banner-swiper .right-text {
  padding: 106px 130px;
  padding: clamp(53px, 5.52083333vw, 106px) clamp(65px, 6.77083333vw, 130px);
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  max-width: 50%;
}
.main .home-banner-swiper .sub-title {
  color: var(--font-color);
  font-weight: 600;
  margin-bottom: 24px;
  margin-bottom: clamp(12px, 1.25vw, 24px);
}
.main .home-banner-swiper .des {
  color: var(--des-color);
  line-height: 32px;
  line-height: clamp(16px, 1.66666667vw, 32px);
  margin-bottom: 12px;
  margin-bottom: clamp(6px, 0.625vw, 12px);
}
.main .home-banner-swiper .info {
  margin-bottom: 40px;
  margin-bottom: clamp(20px, 2.08333333vw, 40px);
  line-height: 24px;
  line-height: clamp(12px, 1.25vw, 24px);
  color: rgba(125, 133, 157, 0.5);
  font-size: 12px;
}
.main .home-banner-swiper .link-more {
  background: var(--base-color);
  line-height: 46px;
  line-height: clamp(30px, 2.39583333vw, 46px);
  padding: 0 52px;
  padding: 0 clamp(30px, 2.70833333vw, 52px);
  border-radius: 8px;
  color: #fff;
  display: inline-block;
}
.main .home-banner-swiper .text-pic .left-img {
  width: 744px;
  width: clamp(400px, 38.75vw, 744px);
  max-width: 45.75%;
  aspect-ratio: 744 / 622;
  height: auto;
  transform-origin: bottom center;
}
.main .pic-text {
  width: 100%;
  height: 100%;
  align-items: flex-start;
}
.main .pic-text .sub-title {
  color: var(--font-color);
  font-weight: 600;
  margin-bottom: 16px;
  margin-top: 32px;
  margin-top: clamp(16px, 1.66666667vw, 32px);
}
.main .pic-text .des {
  font-size: 16px;
  color: #5c6784;
  line-height: 32px;
  margin-bottom: 8px;
}
.main .pic-text .info {
  font-size: 14px;
  margin-bottom: 16px;
  color: rgba(92, 103, 132, 0.3);
}
.main .pic-text .link-more {
  font-size: 18px;
  color: #5c6784;
  position: relative;
  display: flex;
  align-items: center;
}
.main .pic-text .link-more .arrow {
  margin-left: 16px;
  font-size: 0;
}
.main .pic-text .link-more:hover {
  color: var(--base-color);
  fill: var(--base-color);
}
.main .pic-text .link-more:hover .arrow {
  animation: arrowAnimation 0.4s ease-in-out infinite alternate;
}
.main .right-text {
  padding: 60px 0;
}
.main .sub-section {
  padding-top: 170px;
  padding-bottom: 93px;
}
.infrastructure {
  padding-top: 100px;
  padding-top: clamp(50px, 5.20833333vw, 100px);
  padding-bottom: 54px;
  padding-bottom: clamp(27px, 2.8125vw, 54px);
  position: relative;
  z-index: 11;
}
.infrastructure .section {
  flex-direction: column;
}
.infrastructure .top-text {
  width: 100%;
  z-index: 5;
}
.infrastructure .title {
  font-weight: 500;
  text-align: center;
  color: var(--font-color);
}
.infrastructure .des {
  color: #7d859d;
  text-align: center;
  margin-top: 16px;
  margin-top: clamp(8px, 0.83333333vw, 16px);
  line-height: 32px;
  line-height: clamp(16px, 1.66666667vw, 32px);
}
.infrastructure .video-play {
  margin-top: 80px;
  margin-top: clamp(40px, 4.16666667vw, 80px);
  font-size: 0;
}
.infrastructure .video-play img {
  width: 100%;
}
.infrastructure .area-ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  gap: clamp(20px, 2.08333333vw, 40px);
  position: relative;
  cursor: pointer;
  z-index: 2;
}
.infrastructure .area-ul li {
  background: #fff;
  font-weight: 500;
  padding: 15px 46px;
  padding: clamp(8px, 0.78125vw, 15px) clamp(23px, 2.39583333vw, 46px);
  border-radius: 8px;
  color: var(--font-color);
  border: 1px solid var(--font-color);
  transform: translateY(-50%);
}
.efficient-app {
  background: #f5f6f9;
  padding-top: 65px;
  padding-top: clamp(32px, 3.38541667vw, 65px);
  padding-bottom: 73px;
  padding-bottom: clamp(36px, 3.80208333vw, 73px);
}
.efficient-app .title {
  font-weight: 500;
  text-align: center;
  color: var(--font-color);
}
.efficient-app .des {
  color: #7d859d;
  text-align: center;
  margin-top: 16px;
  margin-top: clamp(8px, 0.83333333vw, 16px);
  line-height: 32px;
  line-height: clamp(16px, 1.66666667vw, 32px);
}
.efficient-app .product-list {
  margin-top: 48px;
  margin-top: clamp(24px, 2.5vw, 48px);
}
.efficient-app .product-list .item {
  background: #fff;
}
.efficient-app .product-list .item .des {
  text-align: left;
}
.home-domain {
  background: #427eee url(../assets/img/point-bg.png) repeat;
  color: #fff;
  text-align: center;
  padding: 56px 0;
  padding: clamp(28px, 2.91666667vw, 56px) 0;
}
.home-domain .title {
  font-weight: 500;
}
.home-domain .des {
  font-weight: 500;
  margin-top: 16px;
  margin-top: clamp(8px, 0.83333333vw, 16px);
}
.home-domain .search {
  margin-top: 48px;
  margin-top: clamp(24px, 2.5vw, 48px);
  height: 90px;
  height: clamp(50px, 4.6875vw, 90px);
  background: #fff;
  border-radius: 8px;
  padding: 6px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.home-domain .search input {
  flex: 1 1 0%;
  border: none;
  height: 100%;
  color: #7d859d;
  padding: 0 34px;
  padding: 0 clamp(17px, 1.77083333vw, 34px);
}
.home-domain .search input:focus-visible,
.home-domain .search input:focus {
  outline: none;
}
.home-domain .search .btn {
  padding: 0 78px;
  padding: 0 clamp(39px, 4.0625vw, 78px);
  font-weight: 600;
  border-radius: 8px;
  line-height: 80px;
  line-height: clamp(40px, 4.16666667vw, 80px);
  cursor: pointer;
  background: var(--base-color);
  flex-shrink: 0;
}
.home-domain .domain-list {
  margin-top: 32px;
  margin-top: clamp(16px, 1.66666667vw, 32px);
}
.home-domain .domain-list li a {
  background: rgba(255, 255, 255, 0.3);
}
.mobile .main .home-banner-swiper {
  background: none;
}
.mobile .main .home-banner-swiper .right-text {
  display: none;
}
.mobile .main .home-banner-swiper .swiper-slide {
  margin-bottom: 20px;
  border-radius: 10px;
}
.mobile .main .home-banner-swiper .left-img {
  position: relative;
}
.mobile .main .section-1 .pic-text {
  margin-top: -20px;
}
.mobile .main .section-1 .pic-text .left-img {
  max-width: 100%;
}
.mobile .main .section-1 .text {
  margin-bottom: 0;
}
.mobile .section-banner {
  padding: 0;
}
@keyframes scaleAnimation {
  0% {
    transform: scale(2) translateZ(0);
    mask: none;
  }
  100% {
    transform: scale(1) translateZ(0);
    font-size: 100px;
  }
}
@keyframes arrowAnimation {
  0% {
    margin-left: 16px;
  }
  100% {
    margin-left: 24px;
  }
}
@keyframes skewAnimate {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1.05);
  }
}
@keyframes backgroundMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100%;
  }
}
@media screen and (max-width: 1024px) {
  .main .banner-swiper .section-banner .swiper-slide {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 25px !important;
    text-align: center !important;
  }
  .video-loading {
    display: none;
  }
  .video-box {
    height: 320px;
    position: relative;
  }
  .video-box .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .video-box .inner .title {
    font-size: 20px !important;
  }
  .main {
    padding: 0 20px;
  }
  .main .text-container {
    opacity: 1;
  }
  .main .right-text {
    padding: 20px 0;
  }
  .main .left-img {
    height: auto;
  }
  .main .section-1 {
    padding: 0;
    height: auto;
  }
  .main .section-1 .pic-container {
    opacity: 1;
    height: auto;
  }
  .main .section-1 .text {
    font-size: 30px;
    line-height: 1;
    padding: 30px 0;
    text-align: center;
  }
  .main .section-1 .pic-text {
    flex-direction: column;
    transform: none;
    box-shadow: none;
    opacity: 1;
  }
  .main .section-1 .pic-text .content {
    flex-direction: column;
  }
  .main .section-1 .left-img {
    max-width: 100%;
  }
  .main .section-1 .right-text {
    padding: 20px 0;
  }
  .main .banner-swiper {
    padding: 2rem 0;
  }
  .main .banner-swiper .section-banner .swiper-slide {
    position: relative;
  }
  .main .banner-swiper .des {
    line-height: 1.5;
  }
  .main .banner-swiper .swiper-slide {
    position: relative;
    flex-direction: column-reverse;
    height: auto;
    top: 0;
  }
  .main .banner-swiper .swiper-slide .left-img {
    height: auto;
  }
  .infrastructure .bottom-bg {
    padding: 30px 0;
  }
  .infrastructure .video-play {
    margin-top: 30px;
  }
  .infrastructure .area-ul {
    gap: 10px;
    margin-bottom: 30px;
  }
  .infrastructure .area-ul li {
    padding: 10px 15px;
  }
  .infrastructure .product-list {
    gap: 20px;
  }
  .infrastructure .product-list .item {
    flex: 0 0 100%;
    padding: 20px;
  }
  .infrastructure .product-list .des {
    margin-bottom: 20px;
  }
  .infrastructure .product-list .buy {
    line-height: 48px;
  }
  .infrastructure .product-list .spec li {
    margin-top: 15px;
  }
  .home-domain .search {
    height: 50px;
  }
  .home-domain .search input {
    line-height: 100%;
    height: 100%;
    padding: 0;
  }
  .home-domain .search .btn {
    line-height: 44px;
    height: 44px;
    padding: 0 15px;
    white-space: nowrap;
    font-size: 18px;
  }
}

/* 公告/帮助/新闻列表：单行省略 */
.view-column
  .tp-grid__col.tp-grid__col--8
  > .tpm-doc__item
  .news-item
  .news-item-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 文档中心：卡片内列表超出固定高度时滚动 */
.tpm-section__documentCenter .tpm-doc__item {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.tpm-section__documentCenter .tpm-doc__item__header {
  flex-shrink: 0;
}

.tpm-section__documentCenter .tpm-doc__item > .tp-grid__layout {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.tpm-section__documentCenter .tpm-doc__item > .tp-grid__layout::-webkit-scrollbar{
  display: none; /* 隐藏滚动条 */
}
@media screen and (min-width: 769px) {
  .tpm-section__documentCenter .tp-grid__row.tp-grid--gutter-8 > .tp-grid__col {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .tpm-section__documentCenter
    .tp-grid__row.tp-grid--gutter-8
    > .tp-grid__col
    > .tpm-doc__item {
    flex: 1;
    min-height: 0;
  }
}

/* 全栈解决方案 */
.solution-section {
  --solutionleftwidth: 600px;
  --solution-original: #0052d9;
  --solution-gradient: linear-gradient(
    180deg,
    #287aff 0%,
    #0052d9 64%,
    #003ec5 100%
  );
  --solution-radius: 4px;
  --solution-maxwidth: 1440px;
  --solution-padding: 64px;
}
.solution-section.container_bg15 {
  background-color: #fff;
  background-image: url(../assets/img/remoteL17025342246554.jpeg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.solution-section .comp_container {
  max-width: var(--solution-maxwidth);
  min-width: 0;
  padding: 0 var(--solution-padding);
  margin: auto;
}
.solution-section .comp_container_auto {
  margin: auto;
}
.solution-section .sk-title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 0 60px;
}
.solution-section .sk-title-container .sk-title {
  font-size: 30px;
  color: #181818;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
  margin: 0;
}
.solution-section .sk-title-container .sk-desc {
  margin-top: 18px;
  font-size: 16px;
  color: rgba(34, 34, 34, 0.9);
  text-align: center;
  line-height: 24px;
  font-weight: 400;
  opacity: 0.9;
}
.solution-container {
  padding: 60px 0 100px;
}
.solution-container .solution-sidebar {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 40px;
}
.solution-container .solution-sidebar .sidebar-profile {
  max-width: var(--solutionleftwidth);
  min-width: var(--solutionleftwidth);
  min-height: 396px;
  margin-right: 20px;
  position: relative;
  display: none;
}
.solution-container .solution-sidebar .sidebar-profile.active {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.solution-container .solution-sidebar .sidebar-profile .sidebar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--solution-radius);
}
.solution-container .solution-sidebar .sidebar-profile .profile-position {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  left: 10%;
  right: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
.solution-container .solution-sidebar .sidebar-profile .profile-position .name {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 2px;
}
.solution-container
  .solution-sidebar
  .sidebar-profile
  .profile-position
  .title {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
.solution-container .solution-sidebar .sidebar-profile .social-links {
  position: absolute;
  top: 50%;
  right: -27px;
  background: #fff;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: rgba(0, 0, 0, 0.05) 0 10px 5px;
}
.solution-container
  .solution-sidebar
  .sidebar-profile
  .social-links
  .social-link {
  font-size: 15px;
  color: #000;
  padding: 17px 20px;
  text-decoration: none;
}
.solution-container
  .solution-sidebar
  .sidebar-profile
  .social-links
  .social-link.whole
  span {
  padding-bottom: 6px;
  border-bottom: 2px solid var(--solution-original);
}
.solution-container .solution-sidebar .solution-main-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
}
.solution-container .solution-sidebar .solution-main-content .main-option {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(74px, 1fr));
  grid-gap: 8px 16px;
  margin-bottom: 10px;
}
.solution-container
  .solution-sidebar
  .solution-main-content
  .main-option
  .main-option-name {
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: var(--solution-radius);
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 10px 20px;
  color: #8d8d8d;
  transition: 0.3s;
  cursor: pointer;
  white-space: nowrap;
}
.solution-container
  .solution-sidebar
  .solution-main-content
  .main-option
  .main-option-name.active,
.solution-container
  .solution-sidebar
  .solution-main-content
  .main-option
  .main-option-name:hover {
  border-bottom: 2px solid var(--solution-original);
  color: #fff;
  background: var(--solution-gradient);
}
.solution-container .solution-sidebar .solution-main-content .main-option-line {
  display: none;
}
.solution-container
  .solution-sidebar
  .solution-main-content
  .main-option-panel {
  /* display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  column-gap: 24px;
  align-items: start; */
}
.solution-container
  .solution-sidebar
  .solution-main-content
  .main-option-lines-wrap,
.solution-container
  .solution-sidebar
  .solution-main-content
  .main-option-line.active {
  display: contents;
}
.solution-container
  .solution-sidebar
  .solution-main-content
  .main-option-line.active
  .main-dashboard {
  grid-column: 1 / -1;
  grid-row: 1;
}
.solution-container
  .solution-sidebar
  .solution-main-content
  .main-option-line.active
  .skills-experience {
  grid-column: 1;
  grid-row: 2;
  margin-top: 0;
}
.solution-container
  .solution-sidebar
  .solution-main-content
  .skills-experience {
  margin-top: 0;
}
.solution-container
  .solution-sidebar
  .solution-main-content
  .solution-recommend {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  /* background: #4f5868; */
  border-radius: var(--solution-radius);
  /* padding: 20px 18px 18px; */
  box-sizing: border-box;
}
.solution-container
  .solution-sidebar
  .solution-main-content
  .solution-recommend-title {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 24px;
  /* margin-bottom: 16px; */
}
.solution-container
  .solution-sidebar
  .solution-main-content
  .solution-recommend-grid {
  display: flex;
  gap: 10px;
}
.solution-container
  .solution-sidebar
  .solution-main-content
  .solution-recommend-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 24px;
  padding: 10px 20px;
  border-radius: var(--solution-radius);
  background: linear-gradient(180deg, #287aff 0%, #0052d9 64%, #003ec5 100%);
  text-decoration: none;
  transition:
    background 0.3s,
    box-shadow 0.3s;
  box-sizing: border-box;
}
.solution-container
  .solution-sidebar
  .solution-main-content
  .solution-recommend-item.is-active,
.solution-container
  .solution-sidebar
  .solution-main-content
  .solution-recommend-item:hover {
  background: linear-gradient(180deg, #0b69ff 0%, #00255f 64%, #001238 100%);
  box-shadow: 0 8px 20px rgba(10, 143, 154, 0.25);
}
.solution-container
  .solution-sidebar
  .solution-main-content
  .solution-recommend-item-icon {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution-container
  .solution-sidebar
  .solution-main-content
  .solution-recommend-item-icon
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 6px 10px rgba(24, 194, 200, 0.35));
}
.solution-container
  .solution-sidebar
  .solution-main-content
  .solution-recommend-item-name {
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 22px;
}
.solution-container .solution-sidebar .solution-main-content .main-dashboard {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.solution-container
  .solution-sidebar
  .solution-main-content
  .main-dashboard
  .reviews {
  padding: 40px 0 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid #efefef;
}
.solution-container
  .solution-sidebar
  .solution-main-content
  .main-dashboard
  .reviews
  span {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.solution-container
  .solution-sidebar
  .solution-main-content
  .solutionv-card-features {
  display: flex;
  align-items: flex-start;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: flex-start;
}
.solution-container
  .solution-sidebar
  .solution-main-content
  .solutionv-card-features
  li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 38px;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  line-height: 32px;
}
.solution-container
  .solution-sidebar
  .solution-main-content
  .solutionv-card-features
  li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 1%;
  box-shadow: 0 8px 32px 0 rgba(218, 218, 218, 0.7);
  background-image: url("../assets/img/remoteL16908183626354.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (max-width: 1200px) {
  .solution-section {
    --solutionleftwidth: 480px;
    --solution-padding: 40px;
  }
}
@media (max-width: 992px) {
  .solution-section {
    --solutionleftwidth: 100%;
    --solution-padding: 24px;
  }
  .solution-container {
    padding: 40px 0 60px;
  }
  .solution-container .solution-sidebar {
    flex-direction: column;
    gap: 24px;
  }
  .solution-container .solution-sidebar .sidebar-profile {
    max-width: 100%;
    min-width: 100%;
    margin-right: 0;
    min-height: 320px;
  }
}

.solution-container .solution-sidebar .solution-main-content{
    display: flex;
    justify-content: space-between;
}
@media (max-width: 768px) {
  .solution-section .sk-title-container {
    padding: 12px 0 18px;
  }
  .solution-section .sk-title-container .sk-title {
    font-size: 20px;
    line-height: 24px;
  }
  .solution-section .sk-title-container .sk-desc {
    font-size: 14px;
    line-height: 22px;
    margin-top: 12px;
  }
  .solution-section {
    --solution-padding: 16px;
  }
  .solution-container .solution-sidebar .solution-main-content .main-option {
    grid-template-columns: repeat(auto-fill, minmax(64px, 1fr));
    grid-gap: 8px;
  }
  .solution-container
    .solution-sidebar
    .solution-main-content
    .main-option-panel {
    grid-template-columns: 1fr;
  }
  .solution-container
    .solution-sidebar
    .solution-main-content
    .main-option-line.active
    .skills-experience,
  .solution-container
    .solution-sidebar
    .solution-main-content
    .solution-recommend {
  }
  .solution-container .solution-sidebar .sidebar-profile .social-links {
    right: 10px;
  }
}
/* 手机版的样式 */
@media screen and (max-width: 768px) {
  .solution-container
    .solution-sidebar
    .solution-main-content
    .solutionv-card-features {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
  }
  .solution-container
    .solution-sidebar
    .solution-main-content
    .solutionv-card-features
    li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 38px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 32px;
    width: 50%;
  }
  .solution-container
    .solution-sidebar
    .solution-main-content
    .solution-recommend-grid {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .solution-container
    .solution-sidebar
    .solution-main-content
    .solution-recommend-item {
    display: flex;
    align-items: center;
    /* gap: 10px; */
    min-height: 24px;
    padding: 10px 20px;
    border-radius: var(--solution-radius);
    background: linear-gradient(180deg, #287aff 0%, #0052d9 64%, #003ec5 100%);
    text-decoration: none;
    transition:
      background 0.3s,
      box-shadow 0.3s;
    box-sizing: border-box;
    width: 170px;
  }
}
