@charset "UTF-8";

#loading {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.6;
    z-index: 999999;
}

#loading .loadingMsg {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 140px;
    color: #999;
    background: url("../../images/loading.gif") center center no-repeat;
}


[v-cloak] {
  display: none;
}

.pointer {
  cursor: pointer;
}