:global {
  .nbugs-component-mobile-select-user-county {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    z-index: 2;
    .select-user-county-body {
      flex: 1;
      background: #fff;
      display: flex;
      flex-direction: column;
      overflow: hidden;

      .select-user-county-body {
        flex: 0 0 auto;
      }
      .select-user-county-body-tree {
        flex: 1;
        position: relative;
        height: 100%;
        .county-tree,
        .school-tree {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
        }

        .tree-hide {
          transform: translate(0, 10000px);
        }
        .tree-show {
          transform: translate(0, 0);
        }

        .tree-wrap {
          padding-bottom: 55px;
        }
      }
    }
    .select-user-county-foot {
      z-index: 2;
      flex: 0 0 auto;
      background: #fff;
      height: 55px;
      box-sizing: border-box;
      border-top: 0.5px solid #dfdfdf;
      border-bottom: 0.5px solid #dfdfdf;
      padding: 7px 15px;
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      .foot-cancel-btn,
      .foot-ok-btn {
        width: 75px;
        height: 42px;
        box-sizing: border-box;
        border-radius: 4px;
        line-height: 42px;
        text-align: center;
      }
      .foot-ok-btn-disabled {
        opacity: 0.6;
      }
      .foot-cancel-btn {
        background: #fff;
        font-size: 17px;
        color: #000;
        border: 0.5px solid #d9d9d9;
        margin-right: 15px;
      }
      .foot-ok-btn {
        background: #1786ec;
        font-size: 17px;
        color: #fff;
      }
      .selected-info-container {
        flex: 1;
        height: 39px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        font-size: 13px;
        color: #bebebe;
        overflow: hidden;
        text-align: center;
        .selected-info-num {
          font-size: 15px;
          color: #1786ec;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
        }
      }
    }
  }
}
