.knowledge {
  width: 100%;
  border: none !important;
  height: 460px;
  background-image: url(Knowledge/banner.webp);
  position: relative;
}
@keyframes mymove {
  from {
    opacity: 0;
    top: 30px;
  }
  to {
    opacity: 1;
    top: 0px;
  }
}
.knowledge .title {
  padding-top: 88px;
  width: 100%;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  font-size: 48px;
  color: #FFFFFF;
  letter-spacing: 8px;
  text-align: center;
  margin-bottom: 16px;
  animation: mymove 0.5s normal;
  position: absolute;
}
.knowledge .des {
  width: 100%;
  font-size: 16px;
  text-align: center;
  animation: mymove 0.8s normal;
  position: absolute;
  padding-top: 180px;
}
.knowledge .des-title {
  width: 232px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  background: #00B37A;
  border-radius: 4px;
  color: hsl(0, 0%, 100%);
  margin: auto;
}
.knowledge .bottom {
  position: absolute;
  width: 100%;
  padding-top: 250px;
  border: none !important;
  animation: mymove 1s normal;
}
.knowledge .bottom .inputSeach {
  font-size: 16px;
  width: 792px;
  height: 56px;
  background: #FFFFFF;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px;
  border: 1px solid white;
  box-sizing: border-box;
}
.knowledge .bottom .inputSeach .inputDiv {
  border: none;
  width: 95%;
  height: 80%;
  font-size: 16px;
  color: #909399;
}
.knowledge .bottom .inputSeach .inputDiv::-webkit-input-placeholder {
  /* placeholder字体大小  */
  font-size: 16px;
}
.knowledge .bottom .inputSeach .svgIcon {
  cursor: pointer;
  width: 48px;
  height: 48px;
  background: url(Knowledge/Search.svg) no-repeat center;
}
.knowledge .bottom .hotSeach {
  display: flex;
  align-items: center;
  width: 792px;
  height: 28px;
  margin: auto;
}
.knowledge .bottom .hotSeach .tips {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.knowledge .bottom .hotSeach .tipsList {
  display: flex;
  align-items: center;
}
.knowledge .bottom .hotSeach .tipsList a {
  cursor: pointer;
  color: white;
  padding: 4px 8px ;
  margin-right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 4px;
}
.knowledgeConent {
  width: 1200px;
  margin: auto;
  margin-top: 40px;
}
.knowledgeConent-list-top {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
}
.knowledgeConent-list-top .svgIcon {
  background-image: url(Knowledge/SvgIcon.svg);
  width: 24px;
  height: 24px;
}
.knowledgeConent-list-top .des {
  margin-left: 8px;
  height: 28px;
  font-weight: 500;
  font-size: 20px;
  color: #303133;
  text-align: left;
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
}
.knowledgeConent-list-top .des .moreList {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #91959B;
}
.knowledgeConent-list-top .tip {
  height: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 12px;
  color: #91959B;
  line-height: 16px;
  width: 100%;
  margin-top: 8px;
}
.knowledgeConent-list-lists {
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap;
  position: relative;
}
.knowledgeConent-list-lists .listsDiv {
  cursor: pointer;
  width: 287px;
  height: 175px;
  background: #FFFFFF;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 16px;
  transition: 0.3s;
}
.knowledgeConent-list-lists .listsDiv:hover {
  margin-top: -10px;
  padding-bottom: 10px;
}
.knowledgeConent-list-lists .listsDiv .topDiv0 {
  background-image: extract(linear-gradient(0deg, #96DEDA 0%, #50C9C3 100%), linear-gradient(0deg, #A3BDED 0%, #6991C7 100%), linear-gradient(0deg, #A1ACB5 0%, #6F7D82 100%), linear-gradient(0deg, #A7C4F1 0%, #9999E1 100%), 0);
  width: 255px;
  height: 64px;
  border-radius: 4px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #FFFFFF;
}
.knowledgeConent-list-lists .listsDiv .topDiv1 {
  background-image: linear-gradient(0deg, #96DEDA 0%, #50C9C3 100%);
  width: 255px;
  height: 64px;
  border-radius: 4px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #FFFFFF;
}
.knowledgeConent-list-lists .listsDiv .topDiv2 {
  background-image: linear-gradient(0deg, #A3BDED 0%, #6991C7 100%);
  width: 255px;
  height: 64px;
  border-radius: 4px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #FFFFFF;
}
.knowledgeConent-list-lists .listsDiv .topDiv3 {
  background-image: linear-gradient(0deg, #A1ACB5 0%, #6F7D82 100%);
  width: 255px;
  height: 64px;
  border-radius: 4px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #FFFFFF;
}
.knowledgeConent-list-lists .listsDiv .topDiv4 {
  background-image: linear-gradient(0deg, #A7C4F1 0%, #9999E1 100%);
  width: 255px;
  height: 64px;
  border-radius: 4px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #FFFFFF;
}
.knowledgeConent-list-lists .listsDiv .desDiv {
  height: 63px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #909399;
  text-align: left;
  line-height: 21px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.knowledgeConent-list-lists .listsView {
  width: 186px;
  height: 136px;
  background: #FFFFFF;
  border-radius: 8px;
  margin: 0px 16px 16px 0px;
  box-sizing: border-box;
  padding: 24px;
  transition: 0.8s;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.knowledgeConent-list-lists .listsView-image0 {
  background-image: extract(linear-gradient(0deg, #FAD0C4 0%, #FF9A9E 100%), linear-gradient(0deg, #96DEDA 0%, #50C9C3 100%), linear-gradient(0deg, #A3BDED 0%, #6991C7 100%), 0);
  width: 48px;
  height: 48px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 36px;
  border-radius: 8px;
}
.knowledgeConent-list-lists .listsView-image1 {
  background-image: linear-gradient(0deg, #FAD0C4 0%, #FF9A9E 100%);
  width: 48px;
  height: 48px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 36px;
  border-radius: 8px;
}
.knowledgeConent-list-lists .listsView-image2 {
  background-image: linear-gradient(0deg, #96DEDA 0%, #50C9C3 100%);
  width: 48px;
  height: 48px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 36px;
  border-radius: 8px;
}
.knowledgeConent-list-lists .listsView-image3 {
  background-image: linear-gradient(0deg, #A3BDED 0%, #6991C7 100%);
  width: 48px;
  height: 48px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 36px;
  border-radius: 8px;
}
.knowledgeConent-list-lists .listsView-des {
  width: 100%;
  height: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 16px;
  color: #252D37;
  text-align: center;
  line-height: 24px;
  margin-top: 16px;
}
.knowledgeConent-list-lists .listsView:hover {
  box-shadow: 0 4px 8px 0 rgba(19, 33, 50, 0.08), 0 0 0 1px rgba(19, 33, 50, 0.02);
  margin-top: -8px;
}
.knowledgeConent-list-lists .listsView:nth-child(6n) {
  margin-right: 0px;
}
.knowledgeConent-list .juflex {
  justify-content: space-between;
}
