﻿/* div.p_table_contain {
    background:#eeeeee;
    width:99%;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    padding-bottom: 1rem
}
div.p_table_titleback {
    padding: 1rem 1rem 0 1rem;
    border-bottom: solid 1px #333;
}
div.p_table_title {
    background:#FFFFF7;
    padding:0.2rem;
    border:solid 1px #999;
    width: 7rem;
    text-align:center;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
table.p_table {
    margin: 1rem;
    background: #FFFFF7;
    border: solid 1px #333;
    width: 97%;
    text-align:center;
}
    table.p_table td {
        border-bottom:solid 1px #eee;
        border-left:solid 1px #eee;
    }

        table.p_table td.p_table_Name {
            max-width:10rem;
            overflow:hidden;
            text-overflow:ellipsis;
        } */

div.p_table_contain {
    width: 99%;
    margin: 0 auto;
    padding-bottom: 10px;
    user-select: text;
    /* border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
    /* padding-bottom: 1rem solid #b2b2b2; */
}

div.p_table_titleback {
    padding: 0px 10px 0 10px;
    border-bottom: solid 1px #dcdcdc;
}

div.p_table_title {
    background: #FFF;
    color: #666;
    border: solid 1px #dcdcdc;
    width: 100px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-bottom: none;
    border-top: 2px solid #31b0d5;
    font-size: 12px;
}

table.p_table {
    border-collapse: collapse;
    color: #666;
    margin: 10px auto;
    background: #FFF;
    border: solid 1px #E1E6EB;
    width: 99%;
    text-align: center;
    font-size: 12px;
}

table.p_table thead tr td {
    background: #F5F6FA;
    padding: 5px;
}

table.p_table td {
    border-bottom: solid 1px #eee;
    border-left: solid 1px #eee;
    line-height: 50px;
}

table.p_table td.p_table_Name {
    max-width: 10rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.p_table a {
    background: #31b0d5;
    display: inline-block;
    width: 54px;
    height: 22px;
    line-height: 22px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
}

table.p_table tr:nth-child(even) {
    background: #F5F6FA;
}

table.p_table tr:hover {
    background: #fbfef0;
}