.index {
  position: relative; }
  .index .banner {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .index .index_box {
    width: 100%;
    height: calc(100vh - 2.22rem);
    background-color: #F5F5F5;
    border-radius: 0.1rem;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 2.22rem; }
    .index .index_box .menu {
      width: 95%;
      margin: 3.5% auto 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .index .index_box .menu .item {
        background-color: #fff;
        border-radius: 0.1rem;
        width: 49%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0.04rem 0.15rem 0 rgba(0, 0, 0, 0.05);
        padding: 0.1rem 0;
        margin-bottom: 2%; }
        .index .index_box .menu .item .text {
          width: 52%;
          display: flex;
          flex-direction: column; }
          .index .index_box .menu .item .text .title {
            font-size: 0.20rem;
            margin-bottom: 0.1rem;
            font-weight: 500;
            color: #222; }
          .index .index_box .menu .item .text .in {
            font-size: 0.16rem;
            margin-bottom: 0.05rem;
            color: #999999; }
          .index .index_box .menu .item .text .icon {
            width: 0.20rem;
            height: 0.20rem;
            margin-bottom: 0.05rem; }
        .index .index_box .menu .item .flag {
          width: 38%; }
    .index .index_box .foot {
      margin-top: 0.2rem;
      display: flex; }
      .index .index_box .foot .item {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .index .index_box .foot .item .icon {
          width: 0.35rem;
          height: 0.35rem; }
        .index .index_box .foot .item .title {
          font-size: 0.2rem;
          font-weight: 500;
          margin-bottom: 0.1rem;
          color: #222; }
        .index .index_box .foot .item .info {
          font-size: 0.16rem;
          font-weight: 400;
          border-radius: 0.2rem;
          background-color: #0e74ff;
          padding: 0 .2rem;
          line-height: .3rem;
          display: inline;
          color: #fff; }

/*# sourceMappingURL=index.css.map */
