body {
  margin: 0px;
  padding: 0px;
  font-size: 14px; }

a {
  color: #333;
  text-decoration: none; }

.toolboxList_box {
  background: #F0F3FA;
  padding-bottom: 60px;
  position: relative; }
  .toolboxList_box .toolboxList_top {
    position: relative;
    width: 100%;
    height: 300px;
    background: url("/static/2026/img/ai_gjx_bg.png") top center no-repeat;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    .toolboxList_box .toolboxList_top .top_content .breadcrumbs {
      font-family: 'Microsoft YaHei';
      font-weight: 400;
      font-size: 14px;
      color: #333333; }
      .toolboxList_box .toolboxList_top .top_content .breadcrumbs span {
        color: #999999; }
    .toolboxList_box .toolboxList_top .top_content .max_title {
      font-family: 'Microsoft YaHei';
      font-weight: 400;
      font-size: 36px;
      color: #333333;
      text-align: center; }
    .toolboxList_box .toolboxList_top .top_content .max_tips {
      font-family: 'crosoft YaHei UI';
      font-weight: 400;
      font-size: 16px;
      color: #000000;
      text-align: center;
      margin-top: 10px; }
  .toolboxList_box .toolboxList_content {
    margin-top: 30px; }
    .toolboxList_box .toolboxList_content .list_box {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start; }
      .toolboxList_box .toolboxList_content .list_box .toolboxList_item {
        width: 380px;
        height: 350px;
        position: relative;
        margin-right: 30px;
        margin-bottom: 30px; }
        .toolboxList_box .toolboxList_content .list_box .toolboxList_item .item_img {
          width: 100%;
          height: 100%; }
        .toolboxList_box .toolboxList_content .list_box .toolboxList_item .item_icon {
          position: absolute;
          left: 21px;
          top: 57px;
          z-index: 10; }
        .toolboxList_box .toolboxList_content .list_box .toolboxList_item .item_content {
          position: absolute;
          left: 21px;
          right: 21px;
          top: 147px;
          z-index: 11; }
          .toolboxList_box .toolboxList_content .list_box .toolboxList_item .item_content .item_title {
            font-family: 'Microsoft YaHei';
            font-weight: bold;
            font-size: 28px;
            color: #111111;
            margin-bottom: 24px; }
          .toolboxList_box .toolboxList_content .list_box .toolboxList_item .item_content .item_tips {
            font-family: 'Microsoft YaHei';
            font-weight: 400;
            font-size: 14px;
            color: #525963;
            margin-bottom: 22px; }
          .toolboxList_box .toolboxList_content .list_box .toolboxList_item .item_content .item_bottom {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
            flex-wrap: nowrap; }
            .toolboxList_box .toolboxList_content .list_box .toolboxList_item .item_content .item_bottom .bottom_text {
              font-family: 'Microsoft YaHei';
              font-weight: 400;
              font-size: 14px;
              text-align: left;
              text-transform: none;
              background: linear-gradient(184.5739233141deg, #722BFF 0%, #2F84FF 100%);
              font-style: normal;
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; }
            .toolboxList_box .toolboxList_content .list_box .toolboxList_item .item_content .item_bottom .item_ty_icon {
              width: 12px;
              height: 12px;
              margin-left: 10px; }
      .toolboxList_box .toolboxList_content .list_box .toolboxList_item:nth-child(3n) {
        margin-right: 0px; }

/*# sourceMappingURL=GEO_monitoring_menu.css.map */
