* {
    font-family: 'PingFang SC';
}

#app .el-button--primary {
    background: #165DFF;
    border-color: #165DFF;
    border-radius: 8px;
}

#app .el-button--primary:hover {
    background: #4080FF;
    border-color: #4080FF;
}

#app .el-button--info {
    background: #F2F3F5;
    border-color: #F2F3F5;
    color: #4E5969;
    border-radius: 8px;
}

#app .el-button--info:hover {
    background: #E5E6EB;
    border-color: #E5E6EB;
    color: #4E5969;
    border-radius: 8px;
}

#app .el-button--success {
    background: #00B42A;
    border-color: #00B42A;
    color: #fff;
    border-radius: 8px;
}

#app .el-button--success:hover {
    background: #23C343;
    border-color: #23C343;
    color: #fff;
    border-radius: 8px;
}

#app .is-disabled {
    background: #F2F3F5 !important;
    border-color: #F2F3F5 !important;
    color: #4E5969;
}

#app .is-disabled {
    background: #E5E6EB !important;
    border-color: #E5E6EB !important;
    color: #4E5969;
}