.layui-badge {
    height: 18px;
    line-height: 18px;
    position: relative;
    display: inline-block;
    padding: 0 6px;
    font-size: 12px;
    text-align: center;
    background-color: #D54941;
    color: #fff;
    border-radius: 10px;
}

.layui-bg-1 {
    background-color: #D54941 !important;
    color: #fff!important;
}

.layui-bg-2 {
    background-color: #E37318!important;
    color: #fff!important;
}

.layui-bg-3 {
    background-color: #2D9AC2 !important;
    color: #fff!important;
}

/* 自动校核红色滚动条 */
.tips-scrollbar-1{
   max-height:200px;
   /* width:200px; */
   overflow:auto;
   /* background-color: #ff0000; */
}

.tips-scrollbar-1::-webkit-scrollbar{
    width:5px;
    height:10px;
    background-color:#FFF0ED;
    padding-top: 50px;
}

.tips-scrollbar-1::-webkit-scrollbar-track{
    /*-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
    border-radius:10px;*/
    background-color:#FFF0ED;
}

.tips-scrollbar-1::-webkit-scrollbar-thumb{
    border-radius:10px;
    /*-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);*/
    background-color:#A5A2A2;
}


/* 自动校核橙色滚动条 */
.tips-scrollbar-2{
   max-height:200px;
   /* width:200px; */
   overflow:auto;
   /* background-color: #ff0000; */
}

.tips-scrollbar-2::-webkit-scrollbar{
    width:5px;
    height:10px;
    background-color:#FFF1E9;
    padding-top: 50px;
}

.tips-scrollbar-2::-webkit-scrollbar-track{
    /*-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
    border-radius:10px;*/
    background-color:#FFF1E9;
}

.tips-scrollbar-2::-webkit-scrollbar-thumb{
    border-radius:10px;
    /*-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);*/
    background-color:#A5A2A2;
}


/* 自动校核蓝色滚动条 */
.tips-scrollbar-3{
    max-height:200px;
    /* width:200px; */
    overflow:auto;
    /* background-color: #ff0000; */
}

.tips-scrollbar-3::-webkit-scrollbar{
    width:5px;
    height:10px;
    background-color:#E8F9FF;
    padding-top: 50px;
}

.tips-scrollbar-3::-webkit-scrollbar-track{
    /*-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
    border-radius:10px;*/
    background-color:#E8F9FF;
}

.tips-scrollbar-3::-webkit-scrollbar-thumb{
    border-radius:10px;
    /*-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: #A5A2A2;
}

