.el-button--primary {
    background: #434af9 !important;
    border-color: #434af9 !important;
}

.el-slider__bar {
    background: #434af9 !important;
}

.el-slider__button {
    border: 2px solid #434af9 !important;
}

*::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

*::-webkit-scrollbar-thumb {
    border: 4px rgba(0, 0, 0, 0.3) solid;
    border-radius: 6px;
}

*::-webkit-scrollbar-thumb:hover {
    border: 4px rgba(0, 0, 0, 0.5) solid;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: rgb(67, 74, 249) !important;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis2 {
    -webkit-line-clamp: 2;
}

.ellipsis2,
.ellipsis3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.ellipsis3 {
    -webkit-line-clamp: 3;
}

#__vconsole {
    display: none;
}

.vi-logo-welcome {
    color: red !important;
}
.login{
  background: url(https://lzaigc.oss-cn-shanghai.aliyuncs.com/upload/images/2025-05-07/bb5f5701461bd16594baa3bc6d860e99d3a31b86.png) no-repeat!important ;
  background-size: 100% 100%!important ;
}
#left-layout{
    background: #fff!important;
    color:#000!important;
}
/*高工-隐藏第三个菜单*/
/***#left-layout>div:nth-child(2)>div:nth-child(3){
    display: none;
}
***/



#page-dash  >div:nth-child(1) .el-image{
    width:400px!important;
}
#page-dash >div:nth-child(1)>div:nth-child(1)>div:nth-child(2)>div:nth-child(1){
    text-align: left!important;
}
#page-dash >div:nth-child(1)>div:nth-child(1)>div:nth-child(2)>div:nth-child(2){
    margin-top:25px!important;
}
.make-btn{
    box-shadow: none!important;
    float: left!important;
    margin-top: 5px!important;
    line-height: 25px!important;
    height: 25px!important;
}
.lay_color_{
    background: linear-gradient( 90deg, #B2F4AF 0%, #9DEFEB 39%, #BEEEF6 100%);border-radius: 0px 0px 0px0px!important;;
}