.el-button.chaxun_button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94px;
    height: 32px;
    background: #1975DB;
    border-radius: 5px;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}
.el-button.chongzhi_button{
    display: flex;
    justify-content: center; 
    align-items: center;
    width: 94px;
    height: 32px;
    background: linear-gradient(0deg, #E8E8E8 0%, #FFFFFF 100%);
    border-radius: 5px;
    border: 1px solid #AAAAAA;font-family: PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #454545;
}
.el-button.xinzeng_button{
    display: flex;
    justify-content: center; 
    align-items: center;
    width: 94px;
    height: 32px;
    background: #25B666;
    border-radius: 5px;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}
.el-button.bianji_button{
    width: 48px ; 
    height: 26px ;
    background: rgba(37,182,102,0.1) ;
    border-radius: 5px ;
    border: 1px solid #25B666 ;
    display: flex ;
    justify-content: center ; 
    align-items: center ;
}
.bianji_button_span{
    font-family: PingFang SC ;
    font-weight: 500 ;
    font-size: 14px ;
    color: #25B666 ;
}
.el-button.daochu_button{
    width: 48px;
    height: 26px;
    background: rgba(0,131,254,0.1);
    border-radius: 5px;
    border: 1px solid #0083FE;
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.daochu_button_span{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #0083FE;
}
.el-button.tuihui_button{
    width: 70px;
    height: 26px;
    background: rgba(243,79,62,0.1);
    border-radius: 5px;
    border: 1px solid #F34F3E;
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.tuihui_button_span{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #F34F3E;
}
.el-button.xiangqing_button{
    width: 70px;
    height: 26px;
    background: rgba(232,173,33,0.1);
    border-radius: 3px;
    border: 1px solid #E8AD21;
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.xiangqing_button_span{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #E8AD21;
}
.el-button.xiazai_button{
    width: 130px;
    height: 26px;
    background: rgba(0,131,254,0.1);
    border-radius: 5px;
    border: 1px solid #0083FE;
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.xiazai_button_span{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #0083FE;
}

.el-button.renyuan_button{
    width: 70px;
    height: 26px;
    background: rgba(0,131,254,0.1);
    border-radius: 5px;
    border: 1px solid #0083FE;
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.renyuan_button_span{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #0083FE;
}