* {
    margin: 0;
    padding: 0;
    user-select: none;
    box-sizing: border-box;
    -webkit-touch-callout: none;
}
*:not(input) {
    -webkit-user-select: none;
  }
body {
    margin: 0;
    padding: 0;
    /* font-family: Arial, Tahoma, "Euphemia UCAS", "Verdana"; */
    font-family: FZLanTingRound, Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
    background-size: cover;
    color: #313131;
    overflow: hidden;
    font-size: 14px;
    background: #6bb3ff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html, body, #root {
    width: 100%;
    height: 100%;
}

ul {
    list-style: none;
}

p, pre {
    margin: 0;
    padding: 0;
    font-family: Arial, "Euphemia UCAS", "Verdana";
}
th {
    background-color: #EFEFEF;
}

.App {
    width: 100%;
    height: 100%;
}

.hide {
    display: none;
}
.hidden {
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    top: 0;
    left:0;
    width: 10%;
    height: 10%;
}
.close-client {
    position: fixed;
    z-index: 9999;
    top: 2px;
    right: 2px;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background-color: #000;
    cursor: pointer;
    opacity: 0.2;
}
.close-icon {
    position: absolute;
    top: 11px;
    left: 2px;
    width: 20px;
    height: 2px;
    background: #FFF;
    transform: rotate(45deg);
}

.close-icon::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background: #FFF;
    transform: rotate(-90deg);
}