label.error{background:url("images/unchecked.gif") no-repeat 0 0;padding-left:18px;padding-bottom:2px;font-weight:bold;color:#ea5200;margin-left:10px}

/*20180413新增验证样式*/
.infoDetailpart label.error{
    position:relative;
    padding: 0px 106px 0px 10px;
    line-height: 30px;
    background-image:none;
    background-color: #FFECEC;
    border: 1px solid #F3DBDB;
    cursor: default;
    font-size: 14px;
    color:#FF1818;
    font-weight: inherit;
}
.commomcheckbox{
    position: relative;
}
.commomcheckbox label.error{
    position: absolute;
    right: -167px;
    top: -9px;
}
.infoDetailpart label.error:after{
    content: "";
    position: absolute;
    left: -7px;
    top: 50%;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid #FFECEC;
    border-bottom: 6px solid transparent;
}
.officeName label.error{
    position: relative;
    height: 32px;
    width: 175px;
    box-sizing: border-box;
}
.officeName label.error:before{
    content: "必填信息";
    position: absolute;
    left:12px;
    top: 0;
    white-space: nowrap;
}