@font-face {
    font-family: "iconfont";
    src: url("//at.alicdn.com/t/font_955997_odcyqsrwqo.eot?t=1603160812533");
    src: url("//at.alicdn.com/t/font_955997_odcyqsrwqo.eot?t=1603160812533#iefix") format("embedded-opentype"), url("./iconfont.woff2") format("woff"), url("//at.alicdn.com/t/font_955997_odcyqsrwqo.ttf?t=1603160812533") format("truetype"), url("//at.alicdn.com/t/font_955997_odcyqsrwqo.svg?t=1603160812533#iconfont") format("svg")
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-export:before {
    content: "\e632"
}

* {
    box-sizing: border-box
}

i {
    text-decoration: none
}

.hidden {
    display: none
}

.flex {
    display: flex
}

.flex.y-center {
    align-items: center
}

.init-line-height {
    line-height: initial
}

.margin-top-5 {
    margin-top: 5px
}

.margin-top-10 {
    margin-top: 5px
}

.margin-top-15 {
    margin-top: 5px
}

.height-100 {
    height: 100%
}

.font-italic {
    font-style: italic
}

.padding-x-5 {
    padding: 0 5px
}

.text-center {
    text-align: center
}

.font12 {
    font-size: 12px
}

.font13 {
    font-size: 13px
}

.font14 {
    font-size: 14px
}

.font15 {
    font-size: 15px
}

.font16 {
    font-size: 16px
}

.font17 {
    font-size: 17px
}

.font18 {
    font-size: 18px
}

.font20 {
    font-size: 20px
}

.font22 {
    font-size: 22px
}

.font23 {
    font-size: 23px
}

.font24 {
    font-size: 24px
}

.font26 {
    font-size: 26px
}

.font28 {
    font-size: 28px
}

.font30 {
    font-size: 30px
}

.font31 {
    font-size: 31px
}

.font32 {
    font-size: 32px
}

.font33 {
    font-size: 33px
}

.font34 {
    font-size: 34px
}

.font34 {
    font-size: 34px
}

.font35 {
    font-size: 35px
}

.font36 {
    font-size: 36px
}

.font38 {
    font-size: 38px
}

.font40 {
    font-size: 40px
}

.text-nowrap {
    white-space: nowrap
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis
}

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