body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

input {
    border: none;
    outline: none
}

body, input {
    font-size: 14px
}

body {
    background-color: #f2f2f2;
    color: #222
}

.bold {
    font-weight: 700
}

.primary {
    color: #ff2c3c
}

.bg-primary {
    background-color: #ff2c3c
}

.bg-white {
    background-color: #fff
}

.bg-body {
    background-color: #f2f2f2
}

.bg-gray {
    background-color: #e5e5e5
}

.black {
    color: #222
}

.white {
    color: #fff
}

.normal {
    color: #333
}

.lighter {
    color: #555
}

.muted {
    color: #888
}

.xxl {
    font-size: 18px
}

.xl {
    font-size: 17px
}

.lg {
    font-size: 16px
}

.md {
    font-size: 15px
}

.nr {
    font-size: 14px
}

.sm {
    font-size: 13px
}

.xs {
    font-size: 12px
}

.xxs {
    font-size: 11px
}

.mr8 {
    margin-right: 8px
}

.mr10 {
    margin-right: 10px
}

.mr16 {
    margin-right: 16px
}

.mr20 {
    margin-right: 20px
}

.ml8 {
    margin-left: 8px
}

.ml10 {
    margin-left: 10px
}

.ml16 {
    margin-left: 16px
}

.ml20 {
    margin-left: 20px
}

.mt8 {
    margin-top: 8px
}

.mt10 {
    margin-top: 10px
}

.mt16 {
    margin-top: 16px
}

.mt20 {
    margin-top: 20px
}

.mb8 {
    margin-bottom: 8px
}

.mb10 {
    margin-bottom: 10px
}

.mb16 {
    margin-bottom: 16px
}

.mb20 {
    margin-bottom: 20px
}

.flex1 {
    flex: 1
}

.flexnone {
    flex: none
}

.wrap {
    flex-wrap: wrap
}

.row, .row-center {
    display: flex;
    align-items: center
}

.row-center {
    justify-content: center
}

.row-end {
    justify-content: flex-end
}
.row-between {
    justify-content: space-between
}

.row-between, .row-end {
    display: flex;
    align-items: center
}



.row-around {
    display: flex;
    align-items: center;
    justify-content: space-around
}

.column, .column-center {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.column-center {
    align-items: center
}

.column-around {
    justify-content: space-around
}

.column-around, .column-end {
    display: flex;
    flex-direction: column;
    align-items: center
}

.column-end {
    justify-content: flex-end
}

.column-between {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between
}

.line1 {
    text-overflow: ellipsis;
    white-space: nowrap
}

.line1, .line2 {
    overflow: hidden
}

.line2 {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.line-through {
    text-decoration: line-through
}

.pointer {
    cursor: pointer
}

.wrapper1180 {
    width: 1180px;
    margin: 0 auto
}

a {
    color: #222
}

a, a:hover {
    text-decoration: none
}

img {
    display: block;
    flex: none
}

li, ol, ul {
    list-style: none
}

.el-tabs .el-tabs__nav-wrap:after {
    height: 1px
}

.el-tabs .el-tabs__nav-scroll {
    padding-left: 20px
}

.el-tabs .el-tabs__nav-scroll .el-tabs__item {
    font-weight: 400
}

.el-message-box__message {
    white-space: pre-line
}

body .el-tabs__content {
    overflow: inherit;
    font-size: 16px;
    line-height: 25px;

}

body .el-popover {
    min-width: 80px
}

.pagination .el-pagination.is-background .btn-next, .pagination .el-pagination.is-background .btn-prev, .pagination .el-pagination.is-background .el-pager li {
    background: #fff;
    padding: 0 10px
}
