/* 外测通用UE风格 */
.xui-row {
    height: 20px;
    margin-bottom: 10px;
}

.xui-column {
    display: inline-block;
    margin-right: 10px;
}

.xui-lnk {
    cursor: pointer;
}


.xui-label {
    padding: 0 5px;
}

.xui-lnk.active {
    color: #e63636;;
}

.xui-bg-blue {
    background-color: #0000ff;
    color: #fff;
}

.xui-bg-green {
    background-color: #008000;
    color: #fff;
}

.xui-common-nav-wrap {
    height: 40px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
}

.xui-common-nav-item {
    display: inline-block;
    height: 39px;
    line-height: 40px;
    padding: 0 10px;
    cursor: pointer;
}

.xui-common-nav-item.active {
    border: 1px solid #e8e8e8;
    border-bottom: 1px solid #fff;
    color: #e63636;;
}
