.hero-bg {
  /* background-image: url('/labsys/img/knowledge-background.png'); */
  background-size: cover !important;
  background-position: center !important;
  min-height: 638px; 
}
/*  */

/*  */
.main-title-box .title1{
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 700;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 56px;
  padding-top:58px ;   
}
.main-title-box .title2{
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 52px;
  margin-top: 28px;
}
.main-title-box .title3{
  max-width: 795px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 18px;
  color: rgba(255,255,255,0.7);
  line-height: 48px;
  margin-top: 29px;
}
/*  */


/*  */
.top-one-main{
  padding: 76px 0 53px 0 !important;
  background: RGBA(244, 246, 248, 1) !important;
}
.top-one-main .title1{
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 40px;
  color: #070806;
  line-height: 28px;
  text-align: center;
  margin: 0;
}
/*  */

/*  */
.create-knowledge-main{
  /* background-image: url('/labsys/img/create-knowledge-bc.png'); */
  background-size: cover !important;
  background-position: center !important;
  min-height: 638px; 
}
.knowledge-tab-list{
  display: flex;
  align-items: center;
}
.knowledge-tab-list .kTap-list{
  border-left: 1px solid rgba(255, 255, 255, 0.40);
  margin-left: 60px;
}
.knowledge-tab-list .kTap-list .kTab{
  padding: 22px 0 24px 47px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 18px;
  color: RGBA(207, 208, 211, 1);
  line-height: 26px;
  min-width: 316px;
  cursor: pointer;
}
.knowledge-tab-list .kTap-list .active{
  background: linear-gradient( 40deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 26px;
  border-left: 6px solid #FFFFFF;
}

.knowledge-tab-list .right-show-main{
  flex: 1;
  min-height: 416px;
  border-radius: 12px;
  background: rgba(7, 75, 187, 0.50);
  margin-left: 40px;
  padding: 124px 93px 123px 94px;
}
.knowledge-tab-list .right-show-main .label1{
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 41px;
  margin-bottom: 20px;
}
.knowledge-tab-list .right-show-main .label2{
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 36px;
}
/*  */


/*  */
.Summary-main{
  /* background-image: url('/labsys/img/Summary-background.png'); */
  background-size: cover !important;
  background-position: center !important;
  min-height: 378px; 
  padding: 70px 0 !important;
}
.Summary-main .title1{
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 40px;
  color: #070806;
  line-height: 28px;
  text-align: center;
  margin-bottom: 57px;
}

.Summary-boxs{
 display: flex;
 align-items: center;
}
.Summary-boxs .Summary-box{
  flex: 1;
  margin-right: 27px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  padding: 34px 14px 24px 14px;
}
.Summary-boxs .Summary-box:last-child{
  margin-right: 0;
}
.Summary-boxs .Summary-box .top-label{ 
 display: flex;
 align-items: center;
 justify-content: center;
 margin-bottom: 8px;
}
.Summary-boxs .Summary-box .top-label img{
  width: 28px;
  height: 26px;
  margin-right: 11px;
}
.Summary-boxs .Summary-box .top-label span{
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 22px;
  color: #070806;
  line-height: 32px;
}
.Summary-boxs .Summary-box .bottom-label{ 
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  text-align: center;
}

/*  */


/*  */
.kAssets-main{
  min-height: 705px;
  background: #F6FAFD;
  padding: 74px 0 70px 0 !important;
}
.kAssets-main .title1{
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 40px;
  color: #070806;
  line-height: 28px;
  text-align: center;
  margin-bottom: 56px;
}
.kAssets-boxs{
  display: flex;
  align-items: center;
}
.kAssets-boxs .kAssets-box{
  flex: 1;
  background: RGBA(231, 238, 252, 1);
  margin-right: 20px;
  padding: 66px 14px 44px 30px;
  box-shadow: inset 0px 0px 16px 0px rgba(173,200,247,0.1);
  border-radius: 12px 12px 12px 12px;
  height: 477px;
  transition: flex 0.5s ease;
  cursor: pointer;
}
.kAssets-boxs .kAssets-box:last-child{
  margin-right: 0;
}
.kAssets-boxs .kAssets-box img{
  width: 276px;
  height: 204px;
  margin: 0 auto;
  margin-bottom: 61px;
}
.kAssets-boxs .kAssets-box .label1{
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 24px;
  color: #3A6DF5;
  line-height: 28px;
  margin-bottom: 18px;
}
.kAssets-boxs .kAssets-box .label2{
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 17px;
  color: #6E7B91;
  line-height: 28px;
}
/*  */


/*  */
.bottom-desc-main{
  /* background-image: url('/labsys/img/knowledge-background-bottom.png'); */
  background-size: cover !important;
  background-position: center !important;
  min-height: 338px; 
  padding: 105px 0 69px 0 !important;
}
.bottom-desc-main .title1{
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 500;
  font-size: 40px;
  color: #333333;
  line-height: 47px;
  text-align: center;
  margin-bottom: 33px;
}
.bottom-desc-main .title2{
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 23px;
  color: #6E7B91;
  line-height: 42px;
  text-align: center;
}

/*  */