﻿body {
    font-family: 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    /*font-size: 12px;*/
}

a {
    color: #000;
    background-color: transparent;
}

a, button, textarea, select {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

.table {
    width: 1242px;
    height: 780px;
    border: 1px solid #d8d8d8;
    margin-bottom: 100px;
}

.table_title {
    border-bottom: 1px solid #d8d8d8;
    padding: 0px 20px;
    height: 56px;
    line-height: 56px;
    width: 100%;
    position: relative;
}

.table_title_h3 {
    font-size: 20px;
    color: #333;
    display: inline-block;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-weight: 400;
}

    .table_title_h3::before {
        content: '';
        display: inline-block;
        width: 6px;
        height: 20px;
        background-color: #ee7700;
        margin-right: 10px;
        position: relative;
        top: 2px;
    }

.table_title_p {
    font-size: 16px;
    color: #999;
    position: absolute;
    top: 20px;
    right: 30px;
    line-height: 1;
}

.table_context {
    width: 100%;
    height: 700px;
    margin: 10px 0px;
}

.table_context_div {
    width: 248px;
    height: 100%;
    border-right: 1px dashed #dbdbdb;
    float: left;
}

.table_context_top {
    width: 100%;
    height: 30px;
    margin-bottom: 5px;
}

.top_default i {
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    vertical-align: middle;
    margin-right: 7px;
    margin-left: 16px;
    background-color: #f5f5f5;
    color: #999;
    position: relative;
    float: left;
}

.TOP1 i, .TOP2 i, .TOP3 i {
    display: inline-block;
    width: 16px;
    height: 20px;
    background: url('/templete/images/IC_TOP1.svg');
    background-repeat: round;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 20px;
    overflow: hidden;
    text-indent: -999px;
}

.TOP2 i {
    background: url('/templete/images/IC_TOP2.svg');
    background-repeat: round;
}

.TOP3 i {
    background: url('/templete/images/IC_TOP3.svg');
    background-repeat: round;
}

.table_context_top p {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 200px;
    text-decoration: underline;
    cursor: pointer;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    float: right;
    margin-top: 4px;
}
