#ai {
  background: #000000;
}
#ai body,
#ai p,
#ai ul,
#ai li {
  margin: unset;
  padding: unset;
  list-style: none;
  cursor: context-menu;
  line-height: normal;
}
#ai .top {
  position: relative;
}
#ai .top .banner_content {
  width: 55.931vw;
  min-height: 13.889vw;
  position: absolute;
  top: 13.889vw;
  left: 0;
  right: 0;
  margin: auto;
  display: grid;
  grid-template-columns: 16.625vw 39.306vw;
}
@media (max-width: 1080px) {
  #ai .top .banner_content {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    padding: 18.241vw;
  }
}
#ai .top .banner_content .left {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: fit-content;
}
@media (max-width: 1080px) {
  #ai .top .banner_content .left {
    padding-bottom: 10vw;
  }
}
#ai .top .banner_content .left #canvas {
  width: 7.743vw;
  height: 8.24375vw;
}
@media (max-width: 1080px) {
  #ai .top .banner_content .left #canvas {
    width: 18.583vw;
    height: 19.785vw;
  }
}
#ai .top .banner_content .left > img,
#ai .top .banner_content .left > video {
  width: 11.625vw;
  height: 1.639vw;
  margin-top: 1.229vw;
}
@media (max-width: 1080px) {
  #ai .top .banner_content .left > img,
  #ai .top .banner_content .left > video {
    width: 27.9vw;
    height: 3.932vw;
  }
}
#ai .top .banner_content .right {
  display: flex;
  flex-flow: column;
  align-items: start;
  border-left: 1px solid #d7dce2;
  padding-left: 5vw;
}
@media (max-width: 1080px) {
  #ai .top .banner_content .right {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid #d7dce2;
    padding-top: 10vw;
  }
}
#ai .top .banner_content .right .title {
  display: inline-block;
  color: transparent;
  background-image: -webkit-linear-gradient(90deg, #AE5AEA 0%, #A465FA 38%, #669FFC 70%, #4E7AF9 100%);
  /*-webkitä»£è¡¨chromeã€safariç§æœ‰å±žæ€§*/
  background-image: -moz-linear-gradient(90deg, #AE5AEA 0%, #A465FA 38%, #669FFC 70%, #4E7AF9 100%);
  /*-mozä»£è¡¨firefoxæµè§ˆå™¨ç§æœ‰å±žæ€§*/
  background-image: -ms-linear-gradient(90deg, #AE5AEA 0%, #A465FA 38%, #669FFC 70%, #4E7AF9 100%);
  /*-msä»£è¡¨IEæµè§ˆå™¨ç§æœ‰å±žæ€§*/
  background-image: -o-linear-gradient(90deg, #AE5AEA 0%, #A465FA 38%, #669FFC 70%, #4E7AF9 100%);
  /*-oä»£è¡¨operaç§æœ‰å±žæ€§*/
  background-image: linear-gradient(90deg, #AE5AEA 0%, #A465FA 38%, #669FFC 70%, #4E7AF9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 3.333vw;
  line-height: 4vw;
}
@media (max-width: 1080px) {
  #ai .top .banner_content .right .title {
    font-size: 6.667vw;
    line-height: 8vw;
    text-align: center;
  }
}
#ai .top .banner_content .right .intro {
  font-size: 1.111vw;
  font-weight: 400;
  line-height: 1.778vw;
  text-align: left;
  width: 34.306vw;
  height: 9.028vw;
  margin-top: 0.833vw;
}
@media (max-width: 1080px) {
  #ai .top .banner_content .right .intro {
    font-size: 3.333vw;
    line-height: 5.333vw;
    text-align: center;
    margin-top: 3.333vw;
    width: 100%;
    height: fit-content;
  }
}
#ai .bottom {
  background: linear-gradient(180deg, #D9D9FC 0%, #fff 50%);
  border-radius: 1.111vw 1.111vw 0 0;
  padding-bottom: 7.5vw;
}
@media (max-width: 1080px) {
  #ai .bottom {
    padding-bottom: 13.056vw;
    border-radius: 3.333vw 3.333vw 0 0;
  }
}
#ai .bottom .title {
  font-size: 3.333vw;
  font-weight: 600;
  line-height: 4vw;
  padding: 6.667vw 0 4.028vw 0;
  text-align: center;
}
@media (max-width: 1080px) {
  #ai .bottom .title {
    font-size: 6.667vw;
    line-height: 8vw;
    padding: 13.333vw 0;
  }
}
#ai .bottom .ai-news {
  display: flex;
  justify-content: space-around;
  /* 定义滚动条的宽度和背景颜色 */
  /* 定义滚动条轨道的样式，包括内阴影和圆角 */
  /* 定义滑块的样式，包括圆角和内阴影 */
}
@media (max-width: 1080px) {
  #ai .bottom .ai-news {
    flex-flow: column;
    align-items: center;
  }
}
#ai .bottom .ai-news .left {
  width: 40.486vw;
  height: 34.444vw;
  border-radius: 1.111vw;
  position: relative;
}
@media (max-width: 1080px) {
  #ai .bottom .ai-news .left {
    width: 85.637vw;
    height: 72.857vw;
    border-radius: 3.333vw;
  }
}
#ai .bottom .ai-news .left > img,
#ai .bottom .ai-news .left > video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.111vw;
  opacity: 0;
  z-index: 1;
  transition: all 1s ease;
}
@media (max-width: 1080px) {
  #ai .bottom .ai-news .left > img,
  #ai .bottom .ai-news .left > video {
    border-radius: 3.333vw;
  }
}
#ai .bottom .ai-news .left .active {
  opacity: 1;
}
#ai .bottom .ai-news .left:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: -0.833vw;
  bottom: -0.833vw;
  border-radius: 1.111vw;
  background: linear-gradient(223.11deg, #EAEAEA 7.75%, #3D7CFF 33.74%, #898AFF 43.96%, #215BFD 56.32%, #7892FF 68.67%, #3F7BFF 92.96%);
}
@media (max-width: 1080px) {
  #ai .bottom .ai-news .left:after {
    left: -3.344vw;
    bottom: -3.344vw;
    border-radius: 3.333vw;
  }
}
#ai .bottom .ai-news .right {
  width: 43.333vw;
  height: 34.444vw;
  overflow: hidden;
  overflow-y: scroll;
}
@media (max-width: 1080px) {
  #ai .bottom .ai-news .right {
    margin-top: 12.233vw;
    width: 88.889vw;
    height: 89.444vw;
  }
}
#ai .bottom .ai-news .right > ul > li {
  width: 40.278vw;
  height: 9.028vw;
  border-bottom: 1px solid #d7dce2;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media (max-width: 1080px) {
  #ai .bottom .ai-news .right > ul > li {
    width: 85vw;
    height: 32.037vw;
  }
}
#ai .bottom .ai-news .right > ul > li .title {
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 1.5vw;
  text-align: left;
  padding: unset;
  width: 40.278vw;
  height: 1.528vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
@media (max-width: 1080px) {
  #ai .bottom .ai-news .right > ul > li .title {
    width: 85vw;
    height: 4.63vw;
    font-size: 3.889vw;
    line-height: 4.667vw;
  }
}
#ai .bottom .ai-news .right > ul > li .intro {
  font-size: 0.972vw;
  font-weight: 400;
  line-height: 1.556vw;
  text-align: left;
  color: #606060;
  margin: 0.278vw 0 0.556vw 0;
  width: 40.278vw;
  height: 1.528vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
@media (max-width: 1080px) {
  #ai .bottom .ai-news .right > ul > li .intro {
    width: 85vw;
    height: 5.37vw;
    font-size: 3.333vw;
    line-height: 5.333vw;
  }
}
#ai .bottom .ai-news .right > ul > li a {
  color: #287DFF;
  font-size: 1.111vw;
  font-weight: 400;
  line-height: 1.778vw;
  width: fit-content;
}
@media (max-width: 1080px) {
  #ai .bottom .ai-news .right > ul > li a {
    font-size: 3.333vw;
    line-height: 5.333vw;
  }
}
#ai .bottom .ai-news .right > ul .active .intro {
  color: #000000;
}
#ai .bottom .ai-news ::-webkit-scrollbar {
  width: 0.139vw;
  height: 100%;
  background-color: #d7dce2;
}
@media (max-width: 1080px) {
  #ai .bottom .ai-news ::-webkit-scrollbar {
    width: 0.556vw;
  }
}
#ai .bottom .ai-news ::-webkit-scrollbar-track {
  background-color: #d7dce2;
}
#ai .bottom .ai-news ::-webkit-scrollbar-thumb {
  background-color: #606060;
}
/*# sourceMappingURL=index.css.map */