
#pages {
    margin: 40px auto;
    color: #666;
    display: block;
    text-align: center;
}

#pages li {
    display: inline-block;
    height: 28px;
    cursor: pointer;
    color: #606266;
    font-size: 13px;
    line-height: 28px;
    background-color: white;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
}

#pages strong {
    background-color: #fff;
    color: #d22;
    border: 1px solid #d22;
}

#pages li a {
    display: inline-block;
    height: 28px;
    min-width: 30px;
    padding: 0 4px;
}


#pages li:hover{
    background-color: #fff;
    color: #bd1b2d;
    border: 1px solid #bd1b2d;
}

.wrap {
    background-size: 1920px 498px;
    background-repeat: no-repeat;
    background-position: top;
}

.print-bottom-logo {
    display: none;
}



#pages li.xl-jumpText input {
    width: 33px;
    height: 26px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    line-height: 26px;
    background-color: white;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    position: relative;
    border-radius: 3px;
    top: -2px;
}

#pages li.xl-jumpButton {
    padding: 0 5px;
}

#pages li.xl-jumpText {
    background-color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
    opacity: 1;
    margin-left: 10px;
}


#pages li.xl-disabled {
    opacity: .5;
    cursor: no-drop;
    min-width: 30px;
}

#pages li.xl-disabled:hover{
    color: #666 !important;
}
#pages li.xl-jumpText {
    background-color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
    opacity: 1;
    margin-left: 10px;
}

#page {
    margin: 40px auto;
    color: #666;
    display: block;
    text-align: center;
}

#page li {
    display: inline-block;
    height: 28px;
    cursor: pointer;
    color: #606266;
    font-size: 13px;
    line-height: 28px;
    background-color: white;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
}

#page li a {
    display: inline-block;
    height: 28px;
    min-width: 30px;
    padding: 0 4px;
}

.xl-nextPage,
.xl-prevPage {
    width: 60px;
    color: #0073A9;
    height: 28px;
}

#page li.xl-disabled {
    opacity: .5;
    cursor: no-drop;
    min-width: 30px;
}

#page li.xl-disabled:hover{
    background-color: #f9f9f9 !important;
    border: 1px solid #dce0e0 !important;
    color: #666 !important;
}

#page li.xl-active {
    background-color: #fff;
    color: #bd1b2d;
    border: 1px solid #bd1b2d;
}

#page li:hover{
    background-color: #fff;
    color: #bd1b2d;
    border: 1px solid #bd1b2d;
}

#page li.xl-jumpText {
    background-color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
    opacity: 1;
    margin-left: 10px;
}

#page li.xl-jumpText input {
    width: 33px;
    height: 28px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    line-height: 28px;
    background-color: white;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    position: relative;
    border-radius: 3px;
    top: -2px;
}

#page li.xl-jumpText:hover{
    background-color: rgba(0,0,0,0) !important;
    border-color: rgba(0,0,0,0) !important;
}

#page li.xl-jumpButton{
    padding: 0 5px;
}

#alert {
    width: 100%;
    position: fixed;
    top: 20px;
    display: none;
    -webkit-animation: shakes 1s linear;
    animation: shakes .3s linear;
    animation-fill-mode : forwards;
}

.el-alert {
    width: 380px;
    padding: 13px 16px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    opacity: 1;
    display: flex;
    align-items: center;
    transition: opacity .2s;
}

.el-alert--success.is-light {
    background-color: #f0f9eb;
    color: #67c23a;
}
.el-alert--info.is-light {
    background-color: #f4f4f5;
    color: #909399;
}
.el-alert--warning.is-light {
    background-color: #fdf6ec;
    color: #e6a23c;
}
.el-alert__icon {
    font-size: 16px;
    width: 16px;
}

@keyframes shakes {
    0% {
        top: 0px;
    }
    100% {
        top: 20px;
    }
}

.hide-animate {
    animation: hide-gradient .25s linear;
    animation-fill-mode : forwards;
}
@keyframes hide-gradient {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(100%);
    }
}

[class*=" el-icon-"], [class^=el-icon-] {
    font-family: element-icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.el-alert__content {
    display: table-cell;
    padding: 0 8px;
}

.el-alert__title {
    font-size: 13px;
    line-height: 18px;
}