.rpc_info{
    max-width: 610px;
    min-width: 261px;
    font-variant: initial;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-sizing: border-box;
    z-index: 1050;
    left: -9999px;
    top: -9999px;
    outline: none;
    font-size: 14px;
    max-height: 250px;
    overflow: auto;
}
.rpc_ul{
    outline: none;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.rpc_ul{
    display: table;
    width: 100%;
}
.rpc_title{
    display: table-header-group;
    color: #606266;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
}
.rpc_title .titleInfo{
    display: table-row;
    background-color: #fafafa;
    font-size: 12px;
    font-weight: bold;
}
.rpc_title .titleInfo div{
    padding: 0 10px;
    display: table-cell;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
    width: 37%;
}

.ul_list{
    display: table-row-group;
}
.ul_list>li{
    user-select: none;
    display: table-row;
    padding: 5px 12px;
    line-height: 22px;
    font-weight: normal;
    color: #303133;
    cursor: pointer;
}
.ul_list>li:hover{
    color: #1890ff;
}
.ul_list>li>div{
    padding: 6px 10px;
    display: table-cell;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    width: 200px;
}
