body {
    background-color: #f3f3f3;
}
.slide-function {
    display: none;
}

/* ���ڰ�����ʾС�� */

.tips-help {
    position: relative;
    display: inline-block;
}

.tips-help .icon-help {
    color: #ccc;
}

.tips-content {
    display: none;
    position: absolute;
    background-color: #fff;
    left: 8px;
    top: 18px;
    width: 180px;
    padding: 5px 10px;
    color: #999;
    font-size: 14px;
    font-weight: normal;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.show-tips-content .tips-content {
    display: block;
}

.footer-report {
    text-align: center;
    color: #999;
    padding-top: 20px;
}

.footer-report a {
    color: #999;
    padding: 0 5px;
}
.c-table-visit-detail .c-table-expend-wrap + .c-table-expend {
    display: none;
}
