[v-cloak] {
    opacity: 0;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: ' ';
}
.clearfix:after {
    clear: both;
}
html, body, #app {
    height: 100%;
}
#app {
    overflow: auto;
}

/*** 修复select下拉面板错位问题 ***/
body .ivu-modal .ivu-select-dropdown{
  position: fixed !important;
}

/*** 列表搜索表单 ***/
.search-form {
    padding: 10px 15px 20px;
    border-bottom: 5px solid #f5f5f5;
}
.search-form .ivu-form-item {
    margin-bottom: 0;
}
.search-form .btns {
    display: inline-block;
    vertical-align: bottom;
    margin: 15px 0 0 10px;
}
.search-form .btns button {
    margin-left: 15px;
}

/*** 鑷畾涔夎〃鏍� ***/
.c-table {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    border-collapse: collapse;
}
.c-table td, .c-table th {
    border: 1px solid #e5e5e5;
    padding: 5px 15px;
}
.c-table th {
      font-size: 15px;
}

/*** Card宸ュ叿鎸夐挳 ***/
.tool-btn {
    color: #495060;
    font-size: 14px;
    cursor: pointer;
    margin-left: 20px;
}
.tool-btn:hover {
    color: #5cadff;
}
.tool-btn .ivu-icon {
    margin-right: 3px;
}

/*** 表格操作列按钮样式 ***/
.actions-wrap button {
    margin-left: 5px;
}
.actions-wrap button:first-child {
    margin-left: 0;
}