@charset "UTF-8";
body {
  margin: 0px;
  padding: 0px;
  font-size: 14px; }

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

.GEO_history_box {
  background: #F0F3FA;
  padding-bottom: 60px;
  position: relative; }
  .GEO_history_box .breadcrumbs_top {
    position: relative;
    width: 100%;
    height: 200px;
    background: url("/static/2026/img/bg.png") top center no-repeat; }
    .GEO_history_box .breadcrumbs_top .top_content {
      padding-top: 19px; }
      .GEO_history_box .breadcrumbs_top .top_content .breadcrumbs {
        font-family: '微软雅黑';
        font-weight: 400;
        font-size: 14px;
        color: #333333; }
        .GEO_history_box .breadcrumbs_top .top_content .breadcrumbs span {
          color: #999999; }
      .GEO_history_box .breadcrumbs_top .top_content .max_title {
        font-family: '微软雅黑';
        font-weight: 400;
        font-size: 36px;
        color: #333333;
        text-align: center;
        margin-top: 60px; }
  .GEO_history_box .history_content {
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    margin-top: -140px !important;
    position: relative;
    z-index: 10;
    padding: 13px 30px 20px 30px;
    min-height: 520px; }
    .GEO_history_box .history_content .history_title_box {
      display: flex;
      flex-direction: row;
      align-content: center;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 17px; }
      .GEO_history_box .history_content .history_title_box .title_left {
        font-family: '微软雅黑';
        font-weight: 400;
        font-size: 24px;
        color: #000000; }
    .GEO_history_box .history_content .history_list_box {
      background: #FFFFFF; }
      .GEO_history_box .history_content .history_list_box .history_item {
        border-radius: 10px 10px 10px 10px;
        border: 1px solid #D8D8D8;
        padding: 20px 20px;
        margin-bottom: 20px; }
        .GEO_history_box .history_content .history_list_box .history_item .header-area {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: center;
          flex-wrap: nowrap;
          margin-bottom: 13px; }
          .GEO_history_box .history_content .history_list_box .history_item .header-area .content-text {
            font-family: '微软雅黑';
            font-weight: 400;
            font-size: 20px;
            color: #333333; }
          .GEO_history_box .history_content .history_list_box .history_item .header-area .time-text {
            font-family: '微软雅黑';
            font-weight: 400;
            font-size: 14px;
            color: #333333; }
        .GEO_history_box .history_content .history_list_box .history_item .data-area {
          margin-bottom: 13px; }
          .GEO_history_box .history_content .history_list_box .history_item .data-area .data-item {
            font-family: '微软雅黑';
            font-weight: 400;
            font-size: 14px;
            color: #333333;
            margin-right: 30px; }
            .GEO_history_box .history_content .history_list_box .history_item .data-area .data-item span {
              color: #306AF1; }
          .GEO_history_box .history_content .history_list_box .history_item .data-area .data-item2 {
            font-family: '微软雅黑';
            font-weight: 400;
            font-size: 14px;
            color: #333333;
            margin-right: 30px; }
            .GEO_history_box .history_content .history_list_box .history_item .data-area .data-item2 span {
              color: #FE6D2C; }
          .GEO_history_box .history_content .history_list_box .history_item .data-area .data-item3 {
            font-family: '微软雅黑';
            font-weight: 400;
            font-size: 14px;
            color: #333333; }
            .GEO_history_box .history_content .history_list_box .history_item .data-area .data-item3 span {
              color: #FFAE24; }
        .GEO_history_box .history_content .history_list_box .history_item .tag-area {
          display: flex;
          flex-direction: row;
          justify-content: flex-start;
          align-items: center;
          flex-wrap: wrap;
          margin-bottom: 7px; }
          .GEO_history_box .history_content .history_list_box .history_item .tag-area .tag-item-title {
            font-family: '微软雅黑';
            font-weight: 400;
            font-size: 14px;
            color: #333333;
            margin-bottom: 10px; }
          .GEO_history_box .history_content .history_list_box .history_item .tag-area .tag-item {
            background: #F0F4FE;
            border-radius: 3px 3px 3px 3px;
            margin-left: 10px;
            margin-bottom: 10px;
            padding: 5px 10px;
            text-align: center;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            font-family: '微软雅黑';
            font-weight: 400;
            font-size: 14px;
            color: #306AF1; }
        .GEO_history_box .history_content .history_list_box .history_item .platform-area {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: flex-start;
          margin-bottom: 7px; }
          .GEO_history_box .history_content .history_list_box .history_item .platform-area .platform-item-title {
            font-family: '微软雅黑';
            font-weight: 400;
            font-size: 14px;
            color: #000000; }
          .GEO_history_box .history_content .history_list_box .history_item .platform-area .platform_list {
            display: flex;
            flex-direction: row;
            align-content: center;
            justify-content: flex-start;
            align-items: center;
            margin-left: 10px; }
            .GEO_history_box .history_content .history_list_box .history_item .platform-area .platform_list .item {
              display: flex;
              flex-direction: row;
              justify-content: center;
              align-items: center;
              padding: 0px 10px;
              height: 30px;
              background: #FFFFFF;
              border-radius: 5px;
              border: 1px solid #D1D8E6;
              margin-right: 8px;
              cursor: pointer; }
              .GEO_history_box .history_content .history_list_box .history_item .platform-area .platform_list .item .item_img {
                width: 20px; }
              .GEO_history_box .history_content .history_list_box .history_item .platform-area .platform_list .item .item_text {
                margin-left: 10px;
                font-family: '微软雅黑';
                font-weight: 400;
                font-size: 14px;
                color: #333333; }
        .GEO_history_box .history_content .history_list_box .history_item .btn-area {
          display: flex;
          flex-direction: row;
          justify-content: flex-end;
          align-items: center; }
          .GEO_history_box .history_content .history_list_box .history_item .btn-area .btn {
            cursor: pointer; }
          .GEO_history_box .history_content .history_list_box .history_item .btn-area .btn-default, .GEO_history_box .history_content .history_list_box .history_item .btn-area .no-btn-default {
            width: 180px;
            height: 40px;
            background: #FFFFFF;
            border-radius: 3px 3px 3px 3px;
            border: 1px solid #306AF1;
            line-height: 40px;
            text-align: center;
            font-family: '微软雅黑';
            font-weight: 400;
            font-size: 16px;
            color: #306AF1;
            margin-right: 11px; }
          .GEO_history_box .history_content .history_list_box .history_item .btn-area .btn-weekly-report {
            width: 122px;
            height: 40px;
            background: #FFFFFF;
            border-radius: 3px 3px 3px 3px;
            border: 1px solid #306AF1;
            line-height: 40px;
            text-align: center;
            font-family: '微软雅黑';
            font-weight: 400;
            font-size: 16px;
            color: #306AF1;
            margin-right: 11px; }
          .GEO_history_box .history_content .history_list_box .history_item .btn-area .btn-primary {
            width: 120px;
            height: 40px;
            background: #306AF1;
            border-radius: 3px 3px 3px 3px;
            font-family: '微软雅黑';
            font-weight: 400;
            font-size: 16px;
            color: #FFFFFF;
            line-height: 40px;
            text-align: center;
            border: 1px solid #306AF1; }
    .GEO_history_box .history_content .view-More {
      font-family: '微软雅黑';
      font-weight: 400;
      font-size: 14px;
      color: #333333;
      text-align: center;
      cursor: pointer;
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 55px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap; }

.layui-layer {
  border-radius: 10px !important; }

.weekly_report {
  padding: 17px 30px; }
  .weekly_report .weekly_report_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 23px; }
    .weekly_report .weekly_report_header .header_left {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center; }
      .weekly_report .weekly_report_header .header_left .maxTitle_left {
        font-family: '微软雅黑';
        font-weight: bold;
        font-size: 20px;
        color: #333333;
        margin-right: 15px; }
      .weekly_report .weekly_report_header .header_left .platform_right {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center; }
        .weekly_report .weekly_report_header .header_left .platform_right .platform_icon {
          height: 20px;
          margin-right: 8px; }
        .weekly_report .weekly_report_header .header_left .platform_right .platform_text {
          font-family: '微软雅黑';
          font-weight: 400;
          font-size: 14px;
          color: #333333; }
    .weekly_report .weekly_report_header .close {
      font-weight: 400;
      font-size: 24px;
      color: #333333;
      cursor: pointer;
      transition: color 0.3s; }
      .weekly_report .weekly_report_header .close:hover {
        color: #333; }
  .weekly_report .cycleType {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap; }
    .weekly_report .cycleType .layui-form-label {
      width: auto !important;
      flex-shrink: 0;
      padding: 0px !important;
      font-family: '微软雅黑';
      font-weight: 400;
      font-size: 14px;
      color: #333333;
      line-height: 14px;
      margin-bottom: 12px; }
    .weekly_report .cycleType .form_right .layui-input-inline {
      width: auto !important; }
      .weekly_report .cycleType .form_right .layui-input-inline .layui-form-radio {
        width: 162px;
        height: 40px;
        background: #FFFFFF;
        border-radius: 5px 5px 5px 5px;
        border: 1px solid #E5E5E5;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-family: '微软雅黑';
        font-weight: 400;
        font-size: 16px;
        color: #333333; }
      .weekly_report .cycleType .form_right .layui-input-inline .layui-form-radio:hover > * {
        color: #0251FB !important; }
      .weekly_report .cycleType .form_right .layui-input-inline .layui-form-radioed {
        width: 162px;
        height: 40px;
        background: #FFFFFF;
        border-radius: 5px 5px 5px 5px;
        border: 1px solid #0251FB;
        text-align: center;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-family: '微软雅黑';
        font-weight: 400;
        font-size: 16px;
        color: #0251FB; }
      .weekly_report .cycleType .form_right .layui-input-inline .layui-icon-radio {
        display: none !important; }
      .weekly_report .cycleType .form_right .layui-input-inline .layui-icon-circle {
        display: none !important; }
  .weekly_report .dateCycle_box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap; }
    .weekly_report .dateCycle_box .layui-form-label {
      width: auto !important;
      flex-shrink: 0;
      padding: 0px !important;
      font-family: '微软雅黑';
      font-weight: 400;
      font-size: 14px;
      color: #333333;
      line-height: 14px;
      margin-bottom: 12px; }
    .weekly_report .dateCycle_box .form_right {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      .weekly_report .dateCycle_box .form_right .layui-form-select dl {
        max-height: 100px !important; }
      .weekly_report .dateCycle_box .form_right .layui-input-inline {
        width: auto !important; }
  .weekly_report .statistical_time {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 21px; }
    .weekly_report .statistical_time .layui-form-label {
      width: auto !important;
      flex-shrink: 0;
      padding: 0px !important;
      font-family: '微软雅黑';
      font-weight: 400;
      font-size: 14px;
      color: #333333;
      line-height: 14px;
      margin-bottom: 12px; }
    .weekly_report .statistical_time .form_right .layui-input-inline {
      width: auto !important; }
  .weekly_report .query_box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    .weekly_report .query_box .query_btn {
      width: 372px;
      height: 40px;
      background: #306AF1;
      border-radius: 5px 5px 5px 5px;
      font-family: '微软雅黑';
      font-weight: 400;
      font-size: 16px;
      color: #FFFFFF;
      line-height: 40px;
      text-align: center; }

.body-fixed {
  position: fixed;
  width: 100%;
  overflow: hidden; }

.enable_query {
  padding: 10px 10px 30px 10px; }
  .enable_query .enable_query_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px; }
    .enable_query .enable_query_header .close {
      font-weight: 400;
      font-size: 24px;
      color: #333333;
      cursor: pointer;
      transition: color 0.3s; }
      .enable_query .enable_query_header .close:hover {
        color: #333; }
  .enable_query .title_box {
    font-family: '微软雅黑';
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    text-align: center;
    margin-bottom: 10px; }
  .enable_query .tip_box {
    font-family: '微软雅黑';
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin-bottom: 16px; }
  .enable_query .enable_img_box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 18px; }
    .enable_query .enable_img_box .enable_img {
      width: 236px;
      height: 236px;
      text-align: center; }
  .enable_query .confirmButton {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    .enable_query .confirmButton .btn_box {
      width: 240px;
      height: 40px;
      background: #306AF1;
      border-radius: 5px 5px 5px 5px;
      font-family: '微软雅黑';
      font-weight: 400;
      font-size: 16px;
      color: #FFFFFF;
      text-align: center;
      line-height: 40px; }

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