@charset "utf-8";
* {
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    width: 100%;
    font-size: 14px;
}

body,
nav,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h6,
h5,
ul,
ol,
li,
input,
button,
textarea,
footer,
menu,
select {
    margin: 0;
    padding: 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial,
        sans-serif;
    background: #f7f7f7 !important;
    -webkit-text-size-adjust: none;

    /*font-family: Arial,Helvetica,sans-serif,'Lucida Grande',Verdana;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-size: 100%;*/
    /*font-weight: 400;*/
    margin: 0;
    padding: 0;
}

ul,
li,
menu {
    list-style: none;
}

a {
    text-decoration: none;
    /*color: #1a1a1a*/
}

i,
var {
    font-style: normal;
}

/*a:hover, a:active, a:focus{color:#1c5aa2;text-decoration: none;}*/

/*a:active{color:#aaa;}*/

img {
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial,
        sans-serif;
    vertical-align: middle;
    outline: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button;
}

/*input:focus:-moz-placeholder,input:focus::-webkit-input-placeholder {color:transparent}*/

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

em {
    font-style: normal;
}

/*.fl{float:left;}.fr{float:right;}.hide{display:none;}.show{display: block;}*/

/* 谷歌 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

/* 火狐 */
input {
    -moz-appearance: textfield;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.break {
    word-break: break-all;
    word-wrap: break-word;
}

.left {
    float: left;
}

.right {
    float: right;
}

header,
footer,
article,
section,
nav,
menu,
hgroup {
    display: block;
    clear: all;
}

select {
    cursor: pointer;
}

.ivu-btn-success.disabled,
.ivu-btn-success.disabled.active,
.ivu-btn-success.disabled:active,
.ivu-btn-success.disabled:focus,
.ivu-btn-success.disabled:hover,
.ivu-btn-success[disabled],
.ivu-btn-success[disabled].active,
.ivu-btn-success[disabled]:active,
.ivu-btn-success[disabled]:focus,
.ivu-btn-success[disabled]:hover,
fieldset[disabled] .ivu-btn-success,
fieldset[disabled] .ivu-btn-success.active,
fieldset[disabled] .ivu-btn-success:active,
fieldset[disabled] .ivu-btn-success:focus,
fieldset[disabled] .ivu-btn-success:hover {
    color: #b7b7b7;
    background-color: #eaeaea;
    border-color: #eaeaea;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

/* body {
    min-width: 1280px;
} */
.ivu-table {
    color: #757575;
}
ol,
ul,
dl,
p {
    margin-bottom: 0 !important;
}
.ant-table-tbody > tr.ant-table-row-selected td{
    color: inherit!important;
    /* color: inherit; */
}