.xing{
    color: #ff0000;
    font-size: 16px;
}
.usernav{
    margin-top: 20px;
    overflow: hidden;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.usernav a{
    margin-top: 10px;
    width: 160px;
}
.titles{
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: 700;
    color: #266ddc;
}
.table{
    width: 60%;
    overflow: hidden;
    border-top: #ecf3f9 solid 1px;
    border-left: #ecf3f9 solid 1px;
    border-right: #ecf3f9 solid 1px;
    box-sizing: border-box;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
.table_ul{
    float: left;
    overflow: hidden;
    width: 30%;
    border-bottom: #ecf3f9 solid 1px;
    height: 50px;
}
.table_uls{
    overflow: hidden;
    width: 100%;
    border-bottom: #ecf3f9 solid 1px;
    height: 50px;
}
.table_l{
    background-color: #f2f7fc;
    width: 50%;
    float: left;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
}
.table_r{
    background-color: #ffffff;
    width: 50%;
    float: left;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 14px;
}
.table_ls{
    background-color: #f2f7fc;
    width: 25%;
    float: left;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 14px;
}
.table_rs{
    background-color: #ffffff;
    width: 75%;
    float: left;
    line-height: 30px;
    text-align: left;
    color: #000000;
    font-size: 14px;
    box-sizing: border-box;
    padding: 10px;
}
.layedit-tool-image{
    display: none;
}