*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    background: #fff;
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    color: #303133;
}

.search-con{
    margin: 10px auto;
    padding: 0 20px;
    background: #fff;
    border-radius: 10px;
    border-bottom: 1px solid #eee;
    /*box-shadow: 0px 0px 12px rgba(0, 0, 0, .12);*/
}
.table{
    margin: 10px auto;
    padding: 10px 20px;
    background: #fff;
    border-radius: 10px;

}
.tool-con{
    margin-bottom: 10px;
}
.paginate{
    margin-top: 20px;
}

.el-radio__original {
    display: none !important;
}

.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner {
    box-shadow: none !important;
}
