@charset "UTF-8";
/* 待隐藏-start */
* {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
/* 待隐藏-end */

.func-container {
  display: block;
}
.func-title {
  text-align: center;
}
.pain {
  background: linear-gradient(175deg, #f4f8ff 0%, #fbfbff 100%);
  /* overflow: hidden; */
  padding-bottom: 40px;
}
.pain .func2-content {
  padding-top: 0;
}
.pain .chart-desc {
}
.pain .chart-desc img {
  width: 50px;
  height: 50px;
}
.pain .solution-content{
  margin: 0 !important;
}
.pain .baseFunction {
  width: 1220px;
  height: -moz-max-content;
  height: max-content;
  border-radius: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 42px;
}
.pain .baseFunction .func-content {
  position: relative;
  width: 590px;
  height: 160px;
  background: #ffffff;
  border-radius: 8px;
  display: inline-block;
}
.pain .baseFunction .func-content img {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
}
.pain .baseFunction .func-content .title {
  height: 20px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  line-height: 20px;
  color: #333333;
  position: absolute;
  top: 34px;
  left: 23px;
  display: inline-block;
}
.pain .baseFunction .func-content .body {
  width: 410px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 24px;
  position: absolute;
  left: 23px;
  top: 75px;
  color: #666666;
}
/* .pain .func-content {
  width: 590px;
  height: 160px;
  background: #ffffff;
  border-radius: 8px;
} */
/* 核心功能 */
.core {
  /* padding-bottom: 40px; */
}
.core .func-title {
  padding: 26px 0 20px 0;
}
.core .func-sub-title {
  height: 45px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  margin-bottom: 26px;
  justify-content: center;
}
.core .baseFunction {
  width: 1220px;
  height: -moz-max-content;
  height: max-content;
  border-radius: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 42px;
  /* overflow: hidden; */
}
.core .baseFunction .func-content {
  position: relative;
  width: 390px;
  height: 230px;
  background: #ffffff;
  border-radius: 8px;
  display: inline-block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
.core img {
  width: 50px;
  height: 50px;
  display: inline-block;
}
.core .title {
  height: 36px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  line-height: 20px;
  color: #333333;
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 6px;
  line-height: 36px;
}
.core .body {
  height: 20px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  line-height: 20px;
  color: #333333;
  display: inline-block;
  height: 50px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  text-align: center;
}
/* 附加功能 */
.other {
  height: 590px;
  background: linear-gradient(175deg, #f4f8ff 0%, #fbfbff 100%);
}
.other .func2-content {
  margin: 0;
}
.other .chart-desc {
  width: 1220px;
  height: -moz-max-content;
  height: max-content;
  position: relative;
}
.other .one {
  color: #5a70ff;
  background: rgba(207, 216, 255, 0.5);
  border: 1px solid #3b55ff;
  left: 0;
  top: 50px;
}
.other .two {
  left: 600px;
  top: 57px;
  background: rgba(217, 253, 236, 0.5);
  border: 1px solid #23dc72;
  color: #28dd75;
}
.other .three {
  right: 13px;
  top: 100px;
  color: #ff9431;
  background: rgba(250, 232, 207, 0.5);
  border: 1px solid #ffa423;
}
.other .four {
  left: 270px;
  top: 145px;
  background: rgba(255, 222, 225, 0.5);
  border: 1px solid #f23b54;
  color: #fc5f74;
}
.other .five {
  right: 178px;
  top: 230px;
  color: #ca50ff;
  background: rgba(235, 216, 255, 0.5);
  border: 1px solid #c83eff;
}
.other .six {
  left: 85px;
  top: 240px;
  background: rgba(207, 234, 255, 0.5);
  border: 1px solid #3ed8ff;
  color: #0bb5e1;
}
.other .seven {
  left: 545px;
  top: 260px;
  background: rgba(255, 251, 210, 0.5);
  border: 1px solid #e8c818;
  color: #d8b600;
}
.other .chart-desc div {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  width: max-content;
  padding: 0 26px;
  font-size: 16px;
  border-radius: 50px;
  position: absolute;
}
.introduce {
}
.introduce .solution-box {
  display: none !important;
  flex-direction: row !important;
}
.introduce .solution-box-selected {
  display: flex !important;
}
.introduce .left {
  width: 480px;
  margin-right: 40px;
}
.introduce .title {
  height: 45px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 26px;
  color: #333333;
  line-height: 45px;
  text-align: left;
  margin-bottom: 12px !important;
}
.introduce .intro {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  width: 464px;
  width: auto !important;
  margin-bottom: 0 !important;
}
.introduce .list {
  margin-top: 10px;
}
.introduce .list .item {
  position: relative;
  height: max-content;
  padding: 6px 18px;
  margin-top: 14px;
  cursor: pointer;
}
.introduce .list .item .content {
  display: none;
}
.introduce .list .select {
  background: #ffffff;
  box-shadow: 2px 3px 6px 0px rgba(59, 138, 255, 0.15);
}
.introduce .list .select .content {
  display: block;
}
.introduce .line {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  border-radius: 3px;
  height: 100%;
  width: 6px;
  background-color: #c9c9c9;
}
.introduce .select .line {
  background: #3b8aff;
}
.introduce .item .item-title {
  height: 24px;
  line-height: 24px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  margin: 0 !important;
  /* padding-top: 6px; */
}
.introduce .item .content {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin: 0 !important;
  height: 38px;
  line-height: 38px;
}
.introduce .right {
  width: 716px;
  height: 450px;
}
.introduce .right img {
  width: 100%;
  height: 100%;
  display: none;
}
.introduce .right img:nth-child(1) {
  display: block;
}


.product-right img {
  width: 630px;
  height: 532px;
}

.tablist {
  height: 60px;
  width: 100%;
  box-shadow: none;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0px;
  justify-content: center;
}
.tablist .tab-item {
  flex: none;
  width: 300px;
  font-size: 18px;
}
.tablist .tab-item:nth-child(2) {
  border: none;
}
.tablist .tab-item.active {
  color: #3b8aff;
  font-size: 18px;
}
.tablist .tab-item.active:before {
  display: none;
}

.func1-content,
.func2-content {
  height: auto;
}

.func-title {
  justify-content: center;
  font-weight: 500;
  color: #333333;
  font-size: 34px;
  padding-top: 55px;
}

.funList-des {
  padding: 90px 0;
  justify-content: space-between;
}
.funList-des li {
  font-size: 16px;
  position: relative;
  height: 102px;
}
.funList-des li img {
  width: 68px;
  height: 68px;
}
.funList-des li .funli-name {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  word-wrap: none;
  width: -moz-max-content;
  width: max-content;
}
.funList-des li .funli-name .no-develop {
  color: #999;
}

.detail-desc {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 40px;
}
.detail-desc #timeline-left-box {
  width: calc(100% - 778px - 30px);
  height: 920px;
  /* 火狐浏览器滚动条设置 */
  scrollbar-color: #cacacb;
  scrollbar-width: thin;
  overflow-y: auto;
  overflow-y: overlay;
}
.detail-desc #timeline-left-box::-webkit-scrollbar {
  width: 12px; /* 滚动条宽度 */
  height: 12px; /* 滚动条高度 */
}
.detail-desc .simplebar-scrollbar::before {
  background-color: #fff !important; /* 设置滚动条滑块颜色 */
  opacity: 1 !important; /* 设置完全不透明 */
}
.detail-desc .simplebar-scrollbar.simplebar-visible::before {
  /* 滚动条有焦点时,保持滑块完全不透明 */
  opacity: 1 !important;
}

.layui-timeline {
  padding-right: 18px;
}
.layui-timeline .layui-timeline-item {
  cursor: pointer;
}
.layui-timeline .layui-timeline-item:before {
  background: #62abf9;
}
.layui-timeline .layui-timeline-item.active .layui-timeline-axis {
  background: #3b8aff;
  color: #fff;
}
.layui-timeline .layui-timeline-item.active .layui-timeline-content {
  background-color: #fff;
  border-radius: 12px;
}
.layui-timeline .layui-timeline-axis {
  line-height: 18px;
  border: 1px solid #3b8aff;
  background: #eeefff;
  color: #3b8aff;
}
.layui-timeline .layui-timeline-title {
  font-size: 16px !important;
}
.layui-timeline .layui-timeline-content {
  margin-left: 22px;
  padding: 18px;
}
.layui-timeline .layui-timeline-content p {
  width: 317px;
  font-size: 15px;
}

.detail-desc-rightImg {
  background: url("/1/imgs/product/oa/detail_1.png") no-repeat;
  background-size: 100% 100%;
  width: 778px;
  height: 839px;
  margin-left: 30px;
}

.linear-color {
  background: linear-gradient(129deg, #a17ef4 0%, #3c81f7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.flutter-desc {
  width: 1198px;
  height: 644px;
  background: url("/1/imgs/product/flutter_bg.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flutter-desc img {
  width: 902px;
  height: 384px;
}

.solution-content {
  margin-bottom: 40px;
}
.solution-content .solution-desc {
  display: flex;
  flex-direction: column;
}
.solution-content .solution-desc .solution-tablist {
  margin: 30px auto;
  width: -moz-max-content;
  width: max-content;
  height: 60px;
  background: #ffffff;
  box-shadow: 0px 3px 6px 1px rgba(0, 102, 255, 0.08);
  border-radius: 30px 30px 30px 30px;
  padding: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.solution-content .solution-desc .solution-tablist > li {
  width: 165px;
  height: 54px;
  border-radius: 30px 30px 30px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
  transition: all 0.3s ease;
}
.solution-content .solution-desc .solution-tablist > .active {
  background-color: #3b8aff;
  color: #ffffff;
}
.solution-content .solution-desc .solution-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution-content .solution-desc .solution-box p {
  margin-bottom: 34px;
  width: -moz-max-content;
  width: max-content;
}
.solution-content .solution-desc .solution-box img {
  width: 100%;
}

.useScenes-content {
  background: url("/1/imgs/product/useSense_bg.png") no-repeat;
  background-size: 100% 100%;
}
.useScenes-content .useScenes-desc {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
  padding: 80px 0 20px;
}
.useScenes-content .useScenes-desc li {
  width: 380px;
  height: 160px;
  padding: 20px 20px 16px 16px;
  font-size: 15px;
}
.useScenes-content .useScenes-desc li:nth-child(1n) {
  background: linear-gradient(136deg, #e8f1ff 0%, #e6e9fe 100%);
}
.useScenes-content .useScenes-desc li:nth-child(2n) {
  background: linear-gradient(136deg, #f5fff2 0%, #fdf8de 100%);
}
.useScenes-content .useScenes-desc li .li-title {
  height: 16px;
  font-size: 17px;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

.caseList-desc {
  width: 100%;
  padding: 80px 0 50px;
}
.caseList-desc .caseSwiper,
.caseList-desc .case-container {
  background: #f2f7fc;
  width: 100%;
  height: 358px;
  display: flex;
  align-items: center;
}
.caseList-desc .caseSwiper .case-img-1,
.caseList-desc .case-container .case-img-1 {
  width: 534px;
  height: 300px;
  margin-left: 157px;
}
.caseList-desc .caseSwiper .case-img-2,
.caseList-desc .case-container .case-img-2 {
  width: 139px;
  height: 300px;
  margin-left: 9px;
}
.caseList-desc .caseSwiper .case-content,
.caseList-desc .case-container .case-content {
  margin-left: 36px;
  font-size: 19px;
  font-weight: 500;
}
.caseList-desc .caseSwiper .case-content p,
.caseList-desc .case-container .case-content p {
  color: #666666;
  font-size: 15px;
  margin-top: 32px;
}
.caseList-desc .swiper-button-prev,
.caseList-desc .swiper-button-next {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  color: #999;
}
.caseList-desc .swiper-button-prev::after,
.caseList-desc .swiper-button-next::after {
  font-size: 20px;
}
.caseList-desc .swiper-button-prev:hover,
.caseList-desc .swiper-button-next:hover {
  color: #333;
}
