.el-backtop {
  z-index: 500 !important;
}
.el-tabs__header {
  margin: 0 0 50px !important;
}
.el-tabs__item:hover {
  color: rgba(2, 122, 255, 0.8) !important;
}
.el-tabs__nav-wrap::after {
  background-color: #eaeaea !important;
}
.imgBgBottom {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 430px;
  /* width: 320px; */
  height: 60px;
  background: #fff;
  z-index: 500;
  overflow: hidden;
  display: flex;
}
.tipText {
  margin-top: 5px;
  height: 20px;
  width: 100%;
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 显示3行文本 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.imgage:hover .tipText {
  transform: translateY(-20px);
}
/* 定义动画 */
/* @keyframes moveUp {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-20px)
  }
} */
.imgBg_content {
  width: 33%;
  padding: 5px 5px 5px 0;
}
.imgBg_content2 {
  width: 33%;
  padding: 5px;
}
.imgage {
  overflow: hidden;
  height: 50px;
  position: relative;
  cursor: pointer;
}
.imgContent {
  width: 100%;
  height: 100%;
}
#tp-bgimg {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.slideImg {
}
.bgContent {
  position: absolute;
  top: 32.5%;
  width: var(--bgWidth);
  height: 35%;
  /* display: flex; */
  color: #ffffff;
  /* flex-direction: column;
  justify-content: space-between; */
}
.bgContent1 {
  left: var(--margin-left);
}
.bgContent2 {
  left: calc((100% - var(--bgWidth)) / 2);
}
.bgContent3 {
  right: var(--margin-left);
}
.bgContent .text {
  font-weight: 800;
  line-height: 73px;
  font-size: var(--fontSizeMain);
  animation: moveUp 0.6s 1 cubic-bezier(0.47, 0.74, 0.88, 1.14);
}
.bgContentText {
  font-weight: 800 !important;
  font-size: var(--fontSizeMain) !important;
}
.bgContent .textSub {
  font-weight: 400;
  font-size: var(--fontSize);
  line-height: 34px;
  margin-top: 30px;
  animation: moveUp2 1s 1 cubic-bezier(0.47, 0.74, 0.88, 1.14);
}
.bgContentTextSub {
  font-weight: 400 !important;
  font-size: var(--fontSize) !important;
  line-height: 34px !important;
  /* margin-top: 30px !important; */
}
.bgContentButton {
  font-weight: 400 !important;
  font-size: var(--fontSize) !important;
  width: 160px !important;
  height: 48px !important;
  border-radius: 24px !important;
  border: 2px solid #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  margin-top: 40px !important;
}
.bgContentButton:hover {
  opacity: 0.5;
  border: 2px solid transparent;
}
.bgContent .button {
  font-weight: 400;
  font-size: var(--fontSize);
  width: 160px;
  height: 48px;
  border-radius: 24px;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 40px;
  animation: moveUp2 1.2s 1 cubic-bezier(0.47, 0.74, 0.88, 1.14);
}
.bgContent a {
  color: #ffffff;
}
.bgContent .button:hover {
  opacity: 0.5;
  border: 2px solid #000;
}
.bgContent .button:hover a {
  color: #000;
  opacity: 0.5;
}
.slideImg2 {
  /* width:120%; */
  z-index: 10;
  visibility: visible;
}
.slideImg3 {
  z-index: 0;
  display: none;
}
.imgBg {
  width: 130%;
  /* height:130%; */
  position: absolute;
  top: 0;
  left: 0;
  animation: moveBg 15s linear 0s 1;
}
@keyframes moveBg {
  0% {
    animation: move_fadein 1s linear;
    transform: translate3d(0px, 0px, 0px);
    transform-origin: 0px 0px;
  }
  90% {
    transform: perspective(150px) translateZ(-40px);
    transform-origin: 0px 0px;
    animation: move_fadeOut 1s linear;
  }
}
@keyframes move_fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes move_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* @keyframes moveBg {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    transform: translate3d(-200px, -200px, -100px);
  }
} */
/* 定义动画 */
@keyframes moveUp {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 121.842, 0, 1);
    transform-origin: 50% 50% 0px;
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
  }
}
@keyframes moveUp2 {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 114.211, 0, 1);
    transform-origin: 50% 50% 0px;
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
  }
}
.swiper {
  width: 100%;
  height: 480px;
}
.scm_bg {
  position: relative;
  /* height: 480px; */
  width: 100%;
}
.pagination {
  display: flex;
  justify-content: space-between;
  width: 250px;
  position: absolute;
  left: var(--margin-left) !important;
  bottom: 120px;
  z-index: 500;

}
.pagination-line {
  background: #fff;
  height: 3px;
  border-radius: 3px;
  width: 60px;
}
.line-bg {
  border-radius: 3px;
  width: 100%;
  height: 100%;
  animation: schedule_collect 2s linear 1;
  background: #027aff;
  opacity: 1;
}

.scm_bg2 {
  margin-top: 62px;
}
.scm_bg img {
  width: 100%;
  height: 100%;
}
.swiper_slide_one {
  position: relative;
}
.describe_one {
  /* width: 487px; */
  width: 730px; 
  /* height: 40%; */
  position: absolute;
  left: var(--margin-left);
  top: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.text_title {
  font-weight: 600;
  font-size: 42px;
  color: #252525;
}
.text_one {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
}
.apply_for_use {
  /* padding: 8px 20px; */
  /* height: 50px; */
  background: linear-gradient(
    43deg,
    #4397ff 0%,
    #3b53ff 26%,
    #2478ff 51%,
    #217aff 73%,
    #2eb6fe 100%
  );
  border-radius: 4px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  width: 105px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  cursor: default;
  margin-top: 40px;
}
.swiper-horizontal > .swiper-pagination-bullets {
  bottom: 120px !important;
  left: var(--margin-left) !important;
  width: 200px !important;
  display: flex;
  justify-content: space-between;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 100%;
  margin-right: 2%;
  border-radius: 3px;
  height: 3px;
  margin: 0;
}
.swiper-pagination-bullet {
  /* opacity:1 !important; */
  /* background:#fff !important; */
}
/* 修改分页器背景颜色 */
.my-bullet {
  background-color: #fff; /* 红色背景 */
  height: 3px;
  width: 100%;
  margin-right: 2%;
  border-radius: 3px;
  height: 3px;
  /* margin: 0; */
}
.my-bullet-active {
  animation: schedule_collect 2s linear 1;
  background: #027aff;
  opacity: 1;
}
@keyframes schedule_collect {
  0% {
    width: 0%;
  }
  10% {
    width: 10%;
  }
  20% {
    width: 20%;
  }
  30% {
    width: 30%;
  }
  40% {
    width: 40%;
  }
  50% {
    width: 50%;
  }
  50% {
    width: 50%;
  }
  60% {
    width: 60%;
  }
  70% {
    width: 70%;
  }
  80% {
    width: 80%;
  }
  100% {
    width: 100%;
  }
}
.scrollbar {
  position: absolute;
  left: var(--margin-left);
  top: 65%;
  display: flex;
  justify-content: space-between;
  width: 20%;
  z-index: 200;
}
.scrollbar_select {
  width: 100%;
  height: 3px;
  margin-right: 2%;
  background: #fff;
  border-radius: 2px;
}
.scrollbar_select2 {
  background: #027aff !important;
}
.swiper-horizontal > .swiper-scrollbar {
  width: 180px !important;
  bottom: 25% !important;
  left: 100px !important;
}
.class_content_space {
  position: relative;
  width: 100%;
  background: #fff;
  /* min-height: 500px; */
}
.class_content_one {
  position: absolute;
  top: -55px;
  left: 0;
  z-index: 10;
  width: 100%;
}
.class_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 var(--margin-left);
  height: auto;
}

.class_one {
  width: 24%;
  height: 150px;
  display: flex;
  align-items: end;
}

.class_card {
  width: 100%;
  height: 72px;
  padding: 18px 16px;
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  transition: opacity 500ms linear, display 500ms linear;
  /* 开启离散属性的过渡 */
  transition-behavior: allow-discrete;
}
.class_one .img {
  height: 100%;
  display: flex;
  align-items: center;
}
.class_one img {
  width: 72px;
  height: 72px;
}
.class_text {
  height: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content:space-between; */
  justify-content: space-evenly;
}
.class_text_one {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}
.class_text_two {
  font-weight: 500;
  font-size: 12px;
  /* margin-top: 25px; */
  color: #333333;
}
.class_button {
  color: #fff;
  border: 1px solid #fff;
  font-weight: 600;
  font-size: 12px;
  padding: 3px 0;
  width: 80px;
  text-align: center;
  visibility: hidden;
  display: none;
  cursor: default;
  border-radius: 2px;
}
.class_one:hover .class_card {
  height: 110px;
  background: #027aff;
  /* transform: translateY(-28px); */
  color: #fff !important;
}
.class_one:hover img {
  width: 100px;
  height: 100px;
}
.class_one:hover .class_text {
  justify-content: space-between;
}
.class_one:hover .class_text_one {
  color: #fff !important;
}
.class_one:hover .class_text_two {
  color: #fff !important;
  margin-top: -15px !important;
}
.class_one:hover .class_button {
  display: block !important;
  visibility: visible !important;
  /* margin-top:17px; */
}
.class_card2 {
  height: 130px !important;
  background: #027aff !important;
  color: #fff !important;
}
.class_card2 .class_text {
  justify-content: space-between;
}
.class_card2 img {
  width: 100px;
  height: 100px;
}
.class_card2 .class_text_one {
  color: #fff !important;
}
.class_card2 .class_text_two {
  color: #fff !important;
  margin-top: -15px !important;
}
.class_card2 .class_button {
  visibility: visible !important;
  display: block !important;
  /* margin-top:17px; */
}

/* 介绍 */
.intro {
  padding: var(--padding-top) 0;
  width: 100%;
  text-align: center;
  font-family: PingFang SC, PingFang SC;
}
.intro_title {
  text-align: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 36px;
  color: #000000;
  line-height: 42px;
  margin-bottom: 8px;
}
.intro_subtitle {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  text-align: center;
}
.intro_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: var(--margin-top);
}
.intro_content > div {
  width: 49%;
}
.intro_content_text {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.intro_content_text .content111 {
  color: #333333;
}
.intro_content_text_title {
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  line-height: 36px;
  height: 34px;
}
.intro_content_text_one {
  margin-top: 16px;
}
.video-js .vjs-big-play-button {
  background-color: rgba(43, 51, 63, 0.5) !important;
}
.intro_content_video {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.intro_content_video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* 产品框架 */
.product_framework {
  background: #fafcff;
  text-align: center;
  padding: var(--padding-top) 0;
}
.intro_framework_img {
  margin-top: var(--margin-top);
  max-height: 560px;
}
.intro_framework_img img {
  width: 100%;
  /* max-height:560px; */
}

/* 解决方案 */
.solve_framework {
  padding: var(--padding-top) 0;
}
.solve_content {
  margin-top: var(--margin-top);
}
.el-tabs__nav-scroll {
  display: flex !important;
  justify-content: center !important;
}
.el-tabs__item.is-active {
  color: #000;
  text-align: center;
}
.el-tabs__item:hover {
  color: #000;
}
.el-tabs__item {
  font-weight: 600;
  font-size: 18px;
  color: #222222;
  width: 300px;
  text-align: center;
  word-wrap: break-word; /* 允许在单词内断行 */
  /* overflow:hidden; */
}
.el-tabs__active-bar {
  height: 3px;
  background: 027AFF;
}

/* 解决方案 */
.solve_framework_one {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.solve_framework_tab {
  width: 172px;
  overflow-y: auto;
  height: 480px;
  position: relative;
}
.solve_framework_tabC {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.solve_framework_tab::-webkit-scrollbar {
  width: 0px !important; /* 滚动条宽度 */
  height: 0px !important; /* 滚动条宽度 */
  background-color: transparent;
}
.solve_framework_tab::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0px; /* 滑块圆角 */
  height: 0px;
}
.solve_framework_height {
  width: 100%;
  height: 25%;
  /* height: 160px; */
  background: #ebf2fe;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  text-align: center;
}
.solve_framework_height:hover {
  font-size: 18px;
}
.solve_framework_height:hover img {
  width: 60px;
  height: 60px;
}
.solve_framework_height2 {
  height: 96px !important;
}
.solve_framework_tab_click {
  background: #027aff !important;
  color: #fff !important;
}
.solve_framework_tab img {
  width: 48px;
  height: 48px;
  transition: width 0.5s ease; /* 平滑过渡效果 */
}
.solve_framework_content {
  width: calc(100% - 200px);
  background-image: url("../img/img_index/solveContentBg1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 56px 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
.solve_framework_content > div {
  width: 50%;
}
.solve_framework_content .solve_text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.solve_framework_content .solve_text > div:nth-child(1) {
  font-weight: 600;
  font-size: 28px;
  color: #000000;
}
.solve_framework_content .solve_text > div:nth-child(2) {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  overflow: hidden;
  -webkit-line-clamp: 6;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.solve_framework_content .solve_text > div:nth-child(3) {
  width: 105px;
  height: 38px;
  background: #027aff;
  border-radius: 2px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.solve_framework_content .solve_img {
  display: flex;
  align-items: center;
}
.solve_framework_content img {
  width: 100%;
}

/* 他们都选择了同达工业 */
.choose_us {
  padding: var(--padding-top) 0;
  /* background: #fafcff; */
  background-image: url("../img/img_index/PartnershipLogo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hideen;
}
.choose_us_num {
  /* width: 80%;
  margin-left: 10%; */
  padding: var(--margin-top) 200px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.choose_us_num .text {
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  text-align: center;
}
.choose_us_num > div {
  /* width: 25%; */
  /* padding: 20px 0 0; */
}
.choose_us_num .num {
  display: flex;
  justify-content: center;
}
.choose_us_num .num > div:nth-child(1) {
  font-weight: bold;
  font-size: 36px;
  color: #027aff;
  /* width: 50%; */
  display: flex;
  align-items: center;
  /* justify-content:end; */
  height: 36px;
}
.choose_us_num .num > div:nth-child(2) {
  font-weight: bold;
  font-size: 24px;
  color: #027aff;
  /* width: 50%; */
  display: flex;
  align-items: center;
  /* justify-content:start; */
  height: 36px;
}
.digital {
  width: 100%;
  height: 100%;
}
.choose_us .swiper-wrapper {
  transition-timing-function: linear !important;
  /* 没错就是这个属性 */
}
.choose_us_img {
  margin-top: var(--margin-top);
  width: 100%;
}

.swiper_img1 {
  overflow: hidden;
  position: relative;
  height: 74px;
}
#main,
#main2,
#main3 {
  display: flex;
  position: absolute;
  left: 0;
  transition-timing-function: linear !important;
  /* 没错就是这个属性 */
}
.choose_img {
  width: 182px;
  margin-right: 30px;
  height: 70px;
  /* border: 2px dashed #999; */
  transition-timing-function: linear !important;
}
.choose_top {
  padding-top: 30px;
}

/* 最新资讯 */
.news_content {
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 8px;
}
.news_img {
  width: 100%;
  height: 200px;
  border-radius: 4px;
}
.news_text {
  font-family: PingFang SC, PingFang SC;
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news_text > div:nth-child(1) {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  display: -webkit-box; /* 创建一个弹性容器盒子模型 */
  -webkit-box-orient: vertical; /* 设置盒子的排列方向为垂直 */
  -webkit-line-clamp: 1; /* 限制在3行内 */
  word-break: break-all; /* 允许在单词内换行 */
  /* width: 200px; 设置容器宽度 */
  overflow: hidden; /* 隐藏溢出的文本 */
  text-overflow: ellipsis; /* 溢出部分用省略号表示 */
}
.news_text > div:nth-child(2) {
  display: -webkit-box; /* 创建一个弹性容器盒子模型 */
  -webkit-box-orient: vertical; /* 设置盒子的排列方向为垂直 */
  -webkit-line-clamp: 3; /* 限制在3行内 */
  word-break: break-all; /* 允许在单词内换行 */
  /* width: 200px; 设置容器宽度 */
  overflow: hidden; /* 隐藏溢出的文本 */
  text-overflow: ellipsis; /* 溢出部分用省略号表示 */
  margin: 16px 0 32px 0;
  line-height:24px;
}
.news_text .text {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
/* .swiper2 .swiper-wrapper {
  transition-timing-function: linear !important;
} */

/* 产品咨询 */
.product_advice {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  background-image: url("./../img/img_index/productBg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.product_advice_content {
  padding: 48px 0 21px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #000000;
}
.product_advice_content > div:nth-child(1) {
  font-size: 24px;
}
.product_advice_content > div:nth-child(2) {
  font-size: 15px;
  color: #333333;
}
.product_advice_content > div:nth-child(3) {
  display: flex;
  justify-content: center;
}
.product_advice_content > div:nth-child(3) > div {
  width: 150px;
  height: 38px;
  background: #027aff;
  border-radius: 2px;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 联系我们 */
.contactUs {
  position: fixed;
  top: 50%; /* 在达到顶部时固定 */
  right: 20px;
  z-index: 900; /* 可选：设置堆叠顺序 */
  padding: 10px 5px;
  background: linear-gradient(180deg, #027aff 0%, #0249ff 100%);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
  border-radius: 21px;
  color: #fff;
}
.contactUs > div {
  width: 50px;
  text-align: center;
  cursor: default;
  position: relative;
}
.contactUs > img {
  width: 24px;
}
.contactUs_text {
  font-size: 14px;
}

.contactUs_Content {
  position: absolute;
  top: -30px;
  right: 65px;
  width: 220px;
  background: #fff;
  padding: 28px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
}
.contactUs_phone,
.contactUs_people {
  display: flex;
}
.contactUs_people {
  margin-top: 24px;
}
.contactUs_phone > img {
  width: 24px;
  height: 24px;
}
.contactUs_phone_content {
  text-align: left;
  margin-left: 16px;
}

.contactUs_phone_content > div:nth-child(1) {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #222222;
}
.contactUs_phone_content > div:nth-child(2) {
  font-weight: 600;
  font-size: 18px;
  color: #027aff;
  margin-top: 5px;
}
.contactUs_people_content {
  text-align: left;
  margin-left: 16px;
}
.contactUs_people_content > div:nth-child(1) {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #222222;
}
.contactUs_people_content > div:nth-child(2) {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  margin-top: 5px;
}
.contactUs_people_content > img {
  width: 120px;
  height: 120px;
  margin-top: 5px;
}
.san {
  position: absolute;
  width: 0;
  height: 0;
  top: 25px; /* 在达到顶部时固定 */
  right: -43px;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 8px solid transparent;
}
@media screen and (max-width: 576px) {
  .contactUs {
    right: 2px !important;
  }
  .el-tabs__item{
    width:160px  !important;
  }
  .class_one:hover .class_card {
    height: 110px !important;
  }
  .contactUs{
    right:0 !important;
  }
  .header {
    height: 56px !important;
  }
  .bgContent {
    top: 0 !important;
    margin-top: 273px !important;
  }
  .bgContent .text {
    line-height: 33px !important;
  }
  .bgContent .textSub {
    line-height: 24px !important;
    margin-top: 24px !important;
  }
  .bgContent .button {
    width: 118px !important;
    height: 40px !important;
    margin-top: 24px !important;
  }
  .imgBgBottom {
    right: var(--margin-left) !important;
    width: calc(100% - 2 * var(--margin-left)) !important;
  }
  .imgBg {
    height: 120% !important;
    width:auto  !important;
  }
  .describe_one {
    width: calc(100% - 2 * var(--margin-left)) !important;
    text-align: center;
    top: 40px !important;
  }
  .text_title {
    font-size: 28px !important;
    line-height: 42px !important;
  }
  .text_one {
    font-size: 13px !important;
    line-height: 24px !important;
  }
  .apply_for_use {
    width: 97px !important;
    height: 36px !important;
    margin-left: calc(50% - 49px);
    margin-top: 32px !important;
  }
  .swiper {
    height: 400px !important;
  }
  .pagination {
    width: 178px !important;
    left: calc(50% - 89px) !important;
    bottom: 24px !important;
  }
  .pagination-line {
    width: 40px !important;
  }
  .intro_content_video {
    justify-content: center;
  }
  .intro_title {
    font-size: 24px !important;
    line-height: 36px !important;
    margin-bottom: 10px !important;
  }
  .intro_subtitle {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .intro_content_text {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .header_two_nav {
    font-size: 14px !important;
  }
  .solve_content2 .el-tabs__item {
    font-size: 11px !important;
    line-height: 24px !important;
  }
  .solve_content3 .el-tabs__item {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .class_one {
    width: 100% !important;
  }
  .class_content_one {
    top: 0px !important;
  }
  .class_card2 .class_text_one {
    color: #fff !important;
  }
  .class_card2 .class_text_two {
    color: #fff !important;
    /* margin-top: 7px !important; */
  }
  .class_button {
    /* margin-top: 10px !important; */
  }
  .class_one:hover .class_text_two {
    /* margin-top: 7px !important; */
  }
  .intro_content > div {
    width: 100% !important;
  }
  .video-js {
    width: 87vw;
    height: 50vw;
  }
  .intro_content > div:nth-child(2) {
    margin-top: var(--margin-top);
  }
  /* 解决 */
  .solve_framework_one {
    display: block;
  }
  .solve_framework_tabContent {
    width: 100% !important;
    position: relative;
    overflow:auto
  }
  .solve_framework_tabContent .solve_framework_tab {
    width: 800px !important;
    display: flex;
    justify-content: space-between;
  } 
  .solve_framework_tab {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    height: 72px;
    margin-bottom: 20px;
  }
  .solve_framework_height {
    height: 100%;
    width: 72px;
    border-radius: 4px;
    font-size: 14px;
  }
  .solve_framework_height:hover {
    font-size: 16px;
  }
  .solve_framework_height2 {
    width: 150px;
    height: 100% !important;
  }
  .solve_framework_tab img {
    width: 32px !important;
    height: 32px !important;
  }
  .solve_framework_content {
    width: 100% !important;
    flex-direction: column-reverse;
    display: flex;
    padding: 8px 20px 20px !important;
  }

  .solve_framework_content > div {
    width: 100% !important;
  }
  .solve_framework_content .solve_text > div:nth-child(1) {
    font-size: 16px !important;
    line-height: 24px !important;
    margin: 8px 0 0 0;
  }
  .solve_framework_content .solve_text > div:nth-child(2) {
    font-size: 14px !important;
    line-height: 22px !important;
    margin: 8px 0 24px 0;
  }
  .solve_framework_content .solve_text > div:nth-child(3) {
    width: 97px !important;
    height: 36px !important;
    font-size: 14px !important;
    line-height: 22px !important;
  }
  /*  */
  .choose_us_num {
    padding: var(--margin-top) 0px 0 !important;
  }
  .choose_us_num > div {
    width: 50% !important;
  }
  .choose_us_num .num > div:nth-child(1) {
    font-size: 24px !important;
    line-height: 36px !important;
  }
  .choose_us_num .num > div:nth-child(2) {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .choose_us_num .text {
    font-size: 14px !important;
    line-height: 22px !important;
    /* padding:24px 0 0 !important; */
  }
  .el-tabs__header {
    margin: 0 0 28px !important;
  }
  .product_advice_content > div:nth-child(1) {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 600;
  }
  .product_advice_content > div:nth-child(2) {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .product_advice_content > div:nth-child(3) > div {
    width: 130px !important;
    height: 36px !important;
    margin-top: 12px;
    font-size: 14px !important;
  }
  .product_advice_content {
    padding: 24px 0 !important;
  }
  .product_advice {
    height: 230px !important;
  }
  .news_text > div:nth-child(2) {
    margin: 16px 0 10px 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .intro_content_video {
    justify-content: center;
  }
  .imgBg {
    width: auto !important;
    height: 120vh !important;
  }
  .class_one {
    width: 49% !important;
    height: 150px !important;
  }
  .class_content_one {
    top: -54px !important;
  }
  .intro_content > div {
    width: 100% !important;
  }
  .video-js {
    width: 87vw;
    height: 50vw;
  }
  .intro_content > div:nth-child(2) {
    margin-top: var(--margin-top);
  }
  .solve_framework_content > div {
    width: 100% !important;
  }
  .solve_framework_content .solve_text > div:nth-child(2) {
    margin: 16px 0;
  }
  .solve_framework_content {
    padding: 28px 15px !important;
  }
  .choose_us_num {
    padding: var(--margin-top) 0px 0 !important;
  }
  .choose_us_num > div {
    width: 50% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .imgBg {
    width: auto !important;
    height: 120vh !important;
  }
  .intro_content_video {
    justify-content: center;
  }
  .class_one {
    width: 49% !important;
    height: 150px !important;
  }
  .class_content_one {
    top: -54px !important;
  }
  .intro_content > div {
    width: 100% !important;
  }
  .video-js {
    width: 87vw;
    height: 50vw;
  }
  .intro_content > div:nth-child(2) {
    margin-top: var(--margin-top);
  }
  .solve_framework_content > div {
    width: 100% !important;
  }
  .solve_framework_content .solve_text > div:nth-child(2) {
    margin: 32px 0;
  }
  .solve_framework_content {
    padding: 28px 15px !important;
  }
  .choose_us_num {
    padding: var(--margin-top) 0px 0 !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .imgBg {
    width: auto !important;
    width: 130% !important;
  }
  .class_one {
    width: 49% !important;
    height: 150px !important;
  }
  .class_content_one {
    top: -54px !important;
  }
  :root {
    --padding-top2: 310px;
  }
  .choose_us_num {
    padding: var(--margin-top) 0px 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  /* .my-player-dimensions {
    height: 100% !important;
  } */
  .class_one:hover .class_card {
    height: 130px !important;
  }
  .intro_framework_img img {
    width: auto;
    max-height: 560px;
  }
  .swiper-horizontal > .swiper-scrollbar {
    width: 20% !important;
    bottom: 30% !important;
    left: 100px !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 1200px) {
  /* .solve_framework_content {
  }
  .solve_framework_tab {
    width: 15% !important;
  }
  .solve_framework_tab2 > div {
    height: 20% !important;
  }
  .solve_framework_height {
    height: 25%;
  }
  .solve_framework_content {
    width: 100% !important;
    flex-direction: column-reverse;
    display: flex;
    padding: 8px 20px 20px !important;
  }
  .solve_framework_tab {
    height: auto;
  } */
  .solve_framework_one {
    display: block;
  }
  .solve_framework_tab {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    height: 72px;
    margin-bottom: 20px;
  }
  .solve_framework_height {
    height: 100%;
    /* width: 72px; */
    width: 24%;
    border-radius: 4px;
    font-size: 14px;
  }
  .solve_framework_height:hover {
    font-size: 16px;
  }
  .solve_framework_height2 {
    width: 19%;
    height: 100% !important;
  }
  .solve_framework_tab img {
    width: 32px !important;
    height: 32px !important;
  }
  .solve_framework_content {
    width: 100% !important;
    flex-direction: column-reverse;
    display: flex;
    padding: 8px 20px 20px !important;
  }

  .solve_framework_content > div {
    width: 100% !important;
  }
}
@media screen and (min-width: 1440px) {
  .choose_top {
    max-width: 1440px;
    margin-left: calc(50% - 720px);
  }
}
@media screen and (min-width: 992px) {
  .bgContent2 {
    left: calc((80% - var(--bgWidth)) / 2 ) !important;
  }
}