.w-table
{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 0.24rem;
    line-height: 0.5rem;
    color: #888;
}

.w-table th
{
    background: #44befd;
    color: #fff;
    text-align: center;
    border: 1px solid #79cffb;
    font-weight: normal;
    position: relative;
}

.w-table th .sort-btn
{
    cursor: pointer;
    display: inline-block;
    float: right;
    border-left: 0.1rem solid transparent;
    border-right: 0.1rem solid transparent;
    border-top: 0.1rem solid #888;
    margin-top: 0.2rem;
    margin-right: 0.1rem;
}

.w-table th .sort-btn
{
}

.w-table th .sort-btn-asc
{
    border-top: none;
    border-bottom: 0.1rem solid #fff;
}

.w-table th .sort-btn-desc
{
    border-top: 0.1rem solid #fff;
    border-bottom: none;
}

.w-table td
{
    background: #eee;
    color: #888;
    text-align: center;
    border: 1px solid #79cffb;
    font-weight: normal;
}

.w-table td .sort-btn {
    cursor: pointer;
    display: inline-block;
    float: right;
    border-left: 0.1rem solid transparent;
    border-right: 0.1rem solid transparent;
    border-top: 0.1rem solid #888;
    margin-top: 0.2rem;
    margin-right: 0.1rem;
}

.w-table .spilt-bar
{
    height:0px;
    border-bottom: 1px solid #79cffb;
}

.w-table .spilt-bar td
{
    height:0px;
}
