﻿/*录入项中间分隔红*/
.neitem-split {
    min-width: 0.5rem;
    border-left: dotted 2px darkgray;
    height: 80%;
    /*padding-left: 10px;*/
}
/*录入控件后增加附加项*/
.neitem-input-add {
    min-width: 30%;
    padding: 0.2rem;
}


/*页脚新记录提示红点*/
.foot-ico-newtip {
    background-color: red;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    top: 1rem;
    margin-left: 17%;
    position: absolute;
    margin-top: -0.6rem;
}

/*右侧浮动字母定位栏*/
.right-fix-bar {
    position: fixed;
    top: 2.2rem;
    right: 0px;
    float: right;
    width: 1.5rem;
    z-index: 999;
    cursor: pointer;
    font-size: 0.43rem;
}