#app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    width: 100vw
}

.theme-blue #app, .theme-green #app {
    background-color: #f2f4fa
}

.theme-black #app {
    background-color: #132c37
}

.theme-brown #app, .theme-dark #app, .theme-yellow #app {
    background-color: #f2f4fa
}

.root[data-v-fccc9eac] {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    font-family: PingFangSC-Semibold
}

.root .img_box[data-v-fccc9eac] {
    display: block;
    height: 54.1%
}

.context_1[data-v-0a1cf307] {
    font-size: 20px;
    color: #414654;
    text-align: center;
    margin: 10px 0 15px;
    font-weight: 700
}

.context_2[data-v-0a1cf307] {
    font-size: 16px;
    color: #858b9c;
    font-weight: 550
}

.context_2 .btn[data-v-0a1cf307] {
    color: #ff4d4a;
    margin-left: 6px
}

.context_1[data-v-67b1919b] {
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #414654;
    text-align: center;
    font-weight: 550;
    padding: 10px 0 15px
}

.context_2[data-v-67b1919b] {
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #858b9c;
    text-align: center
}

.context_2 .email_box[data-v-67b1919b] {
    color: #ff4d4a
}

.maintain[data-v-72fe5f2e] {
    height: 100vh
}

.maintain .maintain-img[data-v-72fe5f2e] {
    height: 490px;
    width: 860px;
    background: url(../../static/img/maintain.7e67dc47.png) no-repeat 50%/contain
}

.maintain h3[data-v-72fe5f2e] {
    font-size: 20px;
    color: #414654;
    font-weight: 600;
    margin-top: 10px
}

.maintain p[data-v-72fe5f2e] {
    padding-top: 15px;
    min-height: 16px;
    font-size: 16px;
    color: #858b9c;
    line-height: 20px;
    text-align: center
}

a, article, aside, b, body, br, dd, div, dl, dt, em, footer, h1, h2, h3, h4, h5, h6, header, html, i, img, input, li, nav, ol, p, section, select, span, strong, textarea, ul {
    margin: 0;
    padding: 0
}

em, i {
    font-weight: 400;
    font-style: normal
}

body {
    font-family: microsoft yahei,verdana,arial,\5b8b\4f53,tahoma,Hiragino Sans GB,sans-serif;
    font-size: 13px
}

li {
    list-style: none
}

a, img, input {
    border: 0 none
}

a {
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

    a, a:hover {
        text-decoration: none
    }

        a:focus, input:focus {
            outline: 0 none
        }

textarea {
    resize: none;
    font-size: 12px
}

input[type=button], input[type=submit], input[type=text], textarea {
    -webkit-appearance: none
}

.hide {
    display: none
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0
}

.clearfix {
    zoom: 1
}

.cf {
    overflow: hidden
}

.v-hidden {
    visibility: hidden
}

.pr {
    position: relative
}

.pa {
    position: absolute
}

.block {
    display: block
}

.inblo {
    display: inline-block
}

.w {
    width: 100%
}

.h {
    height: 100%
}

.vm {
    vertical-align: middle
}

.fb {
    font-weight: 700
}

.fn {
    font-weight: 400
}

.t2 {
    text-indent: 2rem
}

.t4 {
    text-indent: 4rem
}

.ws_normal {
    white-space: normal
}

.word_wrap {
    word-wrap: break-word
}

.unl {
    text-decoration: underline
}

.no_unl {
    text-decoration: none
}

input[type=number] {
    appearance: textfield !important;
    -webkit-appearance: textfield !important;
    -moz-appearance: textfield !important
}

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

.fl {
    float: left
}

.fr {
    float: right
}

.cur {
    cursor: pointer
}

.redF82525 {
    color: #f82525
}

.blue3F6CA7 {
    color: #3f6ca7
}

.blue1890FF {
    background-color: #1890ff;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    text-align: center;
    margin: 0 5px 0;
    color: #fff
}

.flex, .flex-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-col, .flex-s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-s {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-w {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-jus, .flex-w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-jus {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-w-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-w-c, .flex-w-s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-w-s {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-c-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-c-c-col, .flex-col-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-c-c-col {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-c-s {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-c-e, .flex-c-s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-c-e {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex-col-c-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.common-dialog .dialog-round {
    border-radius: 2px;
    padding: 10px
}

.theme-black .common-dialog .dialog-round, .theme-blue .common-dialog .dialog-round, .theme-brown .common-dialog .dialog-round, .theme-dark .common-dialog .dialog-round, .theme-green .common-dialog .dialog-round, .theme-yellow .common-dialog .dialog-round {
    background: #fff
}

    .theme-green .common-dialog .dialog-round .el-input__inner {
        border-color: #89aa80
    }

    .theme-blue .common-dialog .dialog-round .el-input__inner {
        border-color: #c2ccda
    }

    .theme-black .common-dialog .dialog-round .el-input__inner {
        border-color: transparent
    }

    .theme-brown .common-dialog .dialog-round .el-input__inner {
        border-color: #efba84
    }

    .theme-dark .common-dialog .dialog-round .el-input__inner {
        border-color: #a6c0dd
    }

    .theme-yellow .common-dialog .dialog-round .el-input__inner {
        border-color: #c2ccda
    }

.common-dialog .el-dialog__header {
    height: 40px;
    text-align: center;
    padding: 0
}

.theme-green .common-dialog .el-dialog__header {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#7ac665),color-stop(99%,#2d5125));
    background: linear-gradient(180deg,#7ac665 1%,#2d5125 99%);
    border-bottom: none
}

.theme-blue .common-dialog .el-dialog__header {
    background: -webkit-gradient(linear,left top,left bottom,from(#35a2ff),to(#0e76e1));
    background: linear-gradient(180deg,#35a2ff,#0e76e1)
}

.theme-black .common-dialog .el-dialog__header {
    background: #fff;
    border-bottom: 1px solid #f2f4fa
}

.theme-brown .common-dialog .el-dialog__header {
    background: -webkit-gradient(linear,left top,left bottom,from(#6a3612),to(#351c0a));
    background: linear-gradient(180deg,#6a3612,#351c0a);
    border-bottom: none
}

.theme-dark .common-dialog .el-dialog__header {
    background: -webkit-gradient(linear,left top,left bottom,from(#1963b7),to(#023f77));
    background: linear-gradient(180deg,#1963b7,#023f77)
}

.theme-yellow .common-dialog .el-dialog__header {
    background: #7d92bd
}

.common-dialog .el-dialog__header .el-dialog__headerbtn {
    top: 10px
}

    .common-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
        font-size: 20px
    }

.theme-blue .common-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close, .theme-green .common-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
    color: #fff
}

.theme-black .common-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
    color: #858b9c
}

.theme-brown .common-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close, .theme-dark .common-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close, .theme-yellow .common-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
    color: #fff
}

.common-dialog .el-dialog__header .el-dialog__title {
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    font-size: 13px
}

.theme-blue .common-dialog .el-dialog__header .el-dialog__title, .theme-green .common-dialog .el-dialog__header .el-dialog__title {
    color: #fff
}

.theme-black .common-dialog .el-dialog__header .el-dialog__title {
    color: #0c1d27
}

.theme-brown .common-dialog .el-dialog__header .el-dialog__title, .theme-dark .common-dialog .el-dialog__header .el-dialog__title, .theme-yellow .common-dialog .el-dialog__header .el-dialog__title {
    color: #fff
}

.common-dialog .el-dialog__body {
    padding: 10px
}

.theme-green .common-dialog .el-dialog__body {
    background: #edf3ec
}

.theme-blue .common-dialog .el-dialog__body {
    background: #ecf4fe
}

.theme-black .common-dialog .el-dialog__body {
    background: #fff
}

.theme-brown .common-dialog .el-dialog__body {
    background: #fff7ef
}

.theme-dark .common-dialog .el-dialog__body, .theme-yellow .common-dialog .el-dialog__body {
    background: #ecf4fe
}

.theme-green .common-dialog .el-dialog__body .el-input .el-input__inner {
    color: #111626;
    border: 1px solid #89aa80;
    background: #fff
}

.theme-blue .common-dialog .el-dialog__body .el-input .el-input__inner {
    color: #111626;
    border: 1px solid #c2ccda;
    background: #fff
}

.theme-black .common-dialog .el-dialog__body .el-input .el-input__inner {
    color: #414654;
    border: 1px solid #e2e4ea;
    background: #fff
}

.theme-brown .common-dialog .el-dialog__body .el-input .el-input__inner {
    color: #111626;
    border: 1px solid #efba84;
    background: #fff
}

.theme-dark .common-dialog .el-dialog__body .el-input .el-input__inner {
    color: #111626;
    border: 1px solid #a6c0dd;
    background: #fff
}

.theme-yellow .common-dialog .el-dialog__body .el-input .el-input__inner {
    color: #111626;
    border: 1px solid #c2ccda;
    background: #fff
}

.theme-blue .common-dialog .el-dialog__body .el-input .el-input__inner::-webkit-input-placeholder, .theme-green .common-dialog .el-dialog__body .el-input .el-input__inner::-webkit-input-placeholder {
    color: #c5cad5
}

.theme-black .common-dialog .el-dialog__body .el-input .el-input__inner::-webkit-input-placeholder, .theme-brown .common-dialog .el-dialog__body .el-input .el-input__inner::-webkit-input-placeholder {
    color: #c5cad5
}

.theme-dark .common-dialog .el-dialog__body .el-input .el-input__inner::-webkit-input-placeholder, .theme-yellow .common-dialog .el-dialog__body .el-input .el-input__inner::-webkit-input-placeholder {
    color: #c5cad5
}

.theme-green .common-dialog .el-dialog__body .el-input__inner:focus {
    border-color: #528843;
    -webkit-box-shadow: 0 0 4px 0 rgba(82,136,67,.3);
    box-shadow: 0 0 4px 0 rgba(82,136,67,.3);
    background: #fff
}

.theme-blue .common-dialog .el-dialog__body .el-input__inner:focus {
    border-color: #1890ff;
    -webkit-box-shadow: 0 0 4px 0 rgba(24,144,255,.3);
    box-shadow: 0 0 4px 0 rgba(24,144,255,.3);
    background: #fff
}

.theme-black .common-dialog .el-dialog__body .el-input__inner:focus {
    border-color: #33c58a;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff
}

.theme-brown .common-dialog .el-dialog__body .el-input__inner:focus {
    border-color: #efba84;
    -webkit-box-shadow: 0 0 4px 0 rgba(255,161,65,.3);
    box-shadow: 0 0 4px 0 rgba(255,161,65,.3);
    background: #fff
}

.theme-dark .common-dialog .el-dialog__body .el-input__inner:focus {
    border-color: #1890ff;
    -webkit-box-shadow: 0 0 4px 0 rgba(24,144,255,.3);
    box-shadow: 0 0 4px 0 rgba(24,144,255,.3);
    background: #fff
}

.theme-yellow .common-dialog .el-dialog__body .el-input__inner:focus {
    border-color: #ebe4c6;
    -webkit-box-shadow: 0 0 4px 0 rgba(204,184,110,.3);
    box-shadow: 0 0 4px 0 rgba(204,184,110,.3);
    background: #fff
}

.theme-green .common-dialog .el-dialog__body .common-table-round .el-table--border, .theme-green .common-dialog .el-dialog__body .common-table-round .el-table--group {
    border-color: #a8c3a1
}

.theme-black .common-dialog .el-dialog__body .common-table-round .el-table--border, .theme-black .common-dialog .el-dialog__body .common-table-round .el-table--group, .theme-blue .common-dialog .el-dialog__body .common-table-round .el-table--border, .theme-blue .common-dialog .el-dialog__body .common-table-round .el-table--group {
    border-color: #c2ccda
}

.theme-brown .common-dialog .el-dialog__body .common-table-round .el-table--border, .theme-brown .common-dialog .el-dialog__body .common-table-round .el-table--group {
    border-color: #efba84
}

.theme-dark .common-dialog .el-dialog__body .common-table-round .el-table--border, .theme-dark .common-dialog .el-dialog__body .common-table-round .el-table--group {
    border-color: #a6c0dd
}

.theme-yellow .common-dialog .el-dialog__body .common-table-round .el-table--border, .theme-yellow .common-dialog .el-dialog__body .common-table-round .el-table--group {
    border-color: #c2ccda
}

.theme-green .common-dialog .el-dialog__body .common-table-round .el-table--border:after {
    background-color: #a8c3a1
}

.theme-black .common-dialog .el-dialog__body .common-table-round .el-table--border:after, .theme-blue .common-dialog .el-dialog__body .common-table-round .el-table--border:after {
    background-color: #c2ccda
}

.theme-brown .common-dialog .el-dialog__body .common-table-round .el-table--border:after {
    background-color: #efba84
}

.theme-dark .common-dialog .el-dialog__body .common-table-round .el-table--border:after {
    background-color: #a6c0dd
}

.theme-yellow .common-dialog .el-dialog__body .common-table-round .el-table--border:after {
    background-color: #c2ccda
}

.theme-green .common-dialog .el-dialog__body .common-table-round .el-table td, .theme-green .common-dialog .el-dialog__body .common-table-round .el-table th.is-leaf {
    border-color: #a8c3a1
}

.theme-black .common-dialog .el-dialog__body .common-table-round .el-table td, .theme-black .common-dialog .el-dialog__body .common-table-round .el-table th.is-leaf, .theme-blue .common-dialog .el-dialog__body .common-table-round .el-table td, .theme-blue .common-dialog .el-dialog__body .common-table-round .el-table th.is-leaf {
    border-color: #c2ccda
}

.theme-brown .common-dialog .el-dialog__body .common-table-round .el-table td, .theme-brown .common-dialog .el-dialog__body .common-table-round .el-table th.is-leaf {
    border-color: #efba84
}

.theme-dark .common-dialog .el-dialog__body .common-table-round .el-table td, .theme-dark .common-dialog .el-dialog__body .common-table-round .el-table th.is-leaf {
    border-color: #a6c0dd
}

.theme-yellow .common-dialog .el-dialog__body .common-table-round .el-table td, .theme-yellow .common-dialog .el-dialog__body .common-table-round .el-table th.is-leaf {
    border-color: #c2ccda
}

.theme-green .common-dialog .el-dialog__body .common-table-round .el-table:before {
    background-color: #a8c3a1
}

.theme-black .common-dialog .el-dialog__body .common-table-round .el-table:before, .theme-blue .common-dialog .el-dialog__body .common-table-round .el-table:before {
    background-color: #c2ccda
}

.theme-brown .common-dialog .el-dialog__body .common-table-round .el-table:before {
    background-color: #efba84
}

.theme-dark .common-dialog .el-dialog__body .common-table-round .el-table:before {
    background-color: #a6c0dd
}

.theme-yellow .common-dialog .el-dialog__body .common-table-round .el-table:before {
    background-color: #c2ccda
}

.theme-green .common-dialog .el-dialog__body .common-table-round .el-table thead {
    color: #2b3b12;
    background: #d5ddd4
}

.theme-black .common-dialog .el-dialog__body .common-table-round .el-table thead, .theme-blue .common-dialog .el-dialog__body .common-table-round .el-table thead {
    color: #111626;
    background: #ebecf1
}

.theme-brown .common-dialog .el-dialog__body .common-table-round .el-table thead {
    color: #361f17;
    background: #eee8e3
}

.theme-dark .common-dialog .el-dialog__body .common-table-round .el-table thead, .theme-yellow .common-dialog .el-dialog__body .common-table-round .el-table thead {
    color: #111626;
    background: #ebecf1
}

.theme-green .common-dialog .el-dialog__body .common-table-round .el-table th {
    color: #2b3b12;
    background: #d5ddd4
}

.theme-black .common-dialog .el-dialog__body .common-table-round .el-table th, .theme-blue .common-dialog .el-dialog__body .common-table-round .el-table th {
    color: #111626;
    background: #ebecf1
}

.theme-brown .common-dialog .el-dialog__body .common-table-round .el-table th {
    color: #361f17;
    background: #eee8e3
}

.theme-dark .common-dialog .el-dialog__body .common-table-round .el-table th, .theme-yellow .common-dialog .el-dialog__body .common-table-round .el-table th {
    color: #111626;
    background: #ebecf1
}

.theme-black .common-dialog .el-dialog__body .common-table-round .el-table td, .theme-black .common-dialog .el-dialog__body .common-table-round .el-table tr:hover > td, .theme-blue .common-dialog .el-dialog__body .common-table-round .el-table td, .theme-blue .common-dialog .el-dialog__body .common-table-round .el-table tr:hover > td, .theme-green .common-dialog .el-dialog__body .common-table-round .el-table td, .theme-green .common-dialog .el-dialog__body .common-table-round .el-table tr:hover > td {
    color: #414654;
    background: #fff
}

.theme-brown .common-dialog .el-dialog__body .common-table-round .el-table td, .theme-brown .common-dialog .el-dialog__body .common-table-round .el-table tr:hover > td {
    color: #6c3818;
    background: #fff
}

.theme-dark .common-dialog .el-dialog__body .common-table-round .el-table td, .theme-dark .common-dialog .el-dialog__body .common-table-round .el-table tr:hover > td, .theme-yellow .common-dialog .el-dialog__body .common-table-round .el-table td, .theme-yellow .common-dialog .el-dialog__body .common-table-round .el-table tr:hover > td {
    color: #414654;
    background: #fff
}

.common-dialog .el-dialog__footer {
    text-align: center;
    padding: 0;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.theme-green .common-dialog .el-dialog__footer {
    background: #edf3ec;
    border-top: 1px solid #fff
}

.theme-blue .common-dialog .el-dialog__footer {
    background: #ecf4fe;
    border-top: 1px solid #fff
}

.theme-black .common-dialog .el-dialog__footer {
    background: #fff;
    border-top: 1px solid #f2f4fa
}

.theme-brown .common-dialog .el-dialog__footer {
    background: #fff7ef;
    border-top: 1px solid #fff
}

.theme-dark .common-dialog .el-dialog__footer, .theme-yellow .common-dialog .el-dialog__footer {
    background: #ecf4fe;
    border-top: 1px solid #fff
}

.common-dialog .el-dialog__footer .dialog-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .common-dialog .el-dialog__footer .dialog-footer .el-button--default {
        border-radius: 2px;
        padding: 0;
        height: 30px;
        width: 63px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 13px
    }

.theme-green .common-dialog .el-dialog__footer .dialog-footer .el-button--default {
    border: 1px solid #e2e4ea;
    color: #414654
}

.theme-blue .common-dialog .el-dialog__footer .dialog-footer .el-button--default {
    border: 1px solid #c5cad5;
    color: #414654
}

.theme-black .common-dialog .el-dialog__footer .dialog-footer .el-button--default {
    border: 1px solid #c1cfd7;
    color: #57697b
}

.theme-brown .common-dialog .el-dialog__footer .dialog-footer .el-button--default, .theme-dark .common-dialog .el-dialog__footer .dialog-footer .el-button--default, .theme-yellow .common-dialog .el-dialog__footer .dialog-footer .el-button--default {
    border: 1px solid #c5cad5;
    color: #414654
}

.theme-green .common-dialog .el-dialog__footer .dialog-footer .el-button--default:active, .theme-green .common-dialog .el-dialog__footer .dialog-footer .el-button--default:focus, .theme-green .common-dialog .el-dialog__footer .dialog-footer .el-button--default:hover {
    color: #335c29
}

.theme-blue .common-dialog .el-dialog__footer .dialog-footer .el-button--default:active, .theme-blue .common-dialog .el-dialog__footer .dialog-footer .el-button--default:focus, .theme-blue .common-dialog .el-dialog__footer .dialog-footer .el-button--default:hover {
    color: #3f6ca7
}

.theme-black .common-dialog .el-dialog__footer .dialog-footer .el-button--default:active, .theme-black .common-dialog .el-dialog__footer .dialog-footer .el-button--default:focus, .theme-black .common-dialog .el-dialog__footer .dialog-footer .el-button--default:hover {
    color: rgba(87,105,123,.8)
}

.theme-brown .common-dialog .el-dialog__footer .dialog-footer .el-button--default:active, .theme-brown .common-dialog .el-dialog__footer .dialog-footer .el-button--default:focus, .theme-brown .common-dialog .el-dialog__footer .dialog-footer .el-button--default:hover {
    color: #c05d20
}

.theme-dark .common-dialog .el-dialog__footer .dialog-footer .el-button--default:active, .theme-dark .common-dialog .el-dialog__footer .dialog-footer .el-button--default:focus, .theme-dark .common-dialog .el-dialog__footer .dialog-footer .el-button--default:hover {
    color: #3f6ca7
}

.theme-yellow .common-dialog .el-dialog__footer .dialog-footer .el-button--default:active, .theme-yellow .common-dialog .el-dialog__footer .dialog-footer .el-button--default:focus, .theme-yellow .common-dialog .el-dialog__footer .dialog-footer .el-button--default:hover {
    color: #3b310b
}

.common-dialog .el-dialog__footer .dialog-footer .el-button--primary {
    border-radius: 2px;
    padding: 0;
    height: 30px;
    width: 63px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.theme-black .common-dialog .el-dialog__footer .dialog-footer .el-button--primary, .theme-blue .common-dialog .el-dialog__footer .dialog-footer .el-button--primary, .theme-brown .common-dialog .el-dialog__footer .dialog-footer .el-button--primary, .theme-dark .common-dialog .el-dialog__footer .dialog-footer .el-button--primary, .theme-green .common-dialog .el-dialog__footer .dialog-footer .el-button--primary {
    color: #fff
}

.theme-yellow .common-dialog .el-dialog__footer .dialog-footer .el-button--primary {
    color: #3b310b
}

.common-dialog .el-dialog__footer .dialog-footer .el-button + .el-button {
    margin-left: 12px
}

.close-down {
    display: inline-block;
    font-size: 20px;
    color: #ffb135;
    margin-right: 10px
}

.reset-pass .el-dialog__body {
    padding-bottom: 0
}

.theme-green .common-table-round .el-table--border, .theme-green .common-table-round .el-table--group {
    border-color: #a8c3a1
}

.theme-blue .common-table-round .el-table--border, .theme-blue .common-table-round .el-table--group {
    border-color: #c2ccda
}

.theme-black .common-table-round .el-table--border, .theme-black .common-table-round .el-table--group {
    border-color: #1f303a
}

.theme-brown .common-table-round .el-table--border, .theme-brown .common-table-round .el-table--group {
    border-color: #efba84
}

.theme-dark .common-table-round .el-table--border, .theme-dark .common-table-round .el-table--group {
    border-color: #a6c0dd
}

.theme-yellow .common-table-round .el-table--border, .theme-yellow .common-table-round .el-table--group {
    border-color: #c2ccda
}

.theme-green .common-table-round .el-table--border:after {
    background-color: #a8c3a1
}

.theme-blue .common-table-round .el-table--border:after {
    background-color: #c2ccda
}

.theme-black .common-table-round .el-table--border:after {
    background-color: #1f303a
}

.theme-brown .common-table-round .el-table--border:after {
    background-color: #efba84
}

.theme-dark .common-table-round .el-table--border:after {
    background-color: #a6c0dd
}

.theme-yellow .common-table-round .el-table--border:after {
    background-color: #c2ccda
}

.theme-green .common-table-round .el-table td, .theme-green .common-table-round .el-table th.is-leaf {
    border-color: #a8c3a1
}

.theme-blue .common-table-round .el-table td, .theme-blue .common-table-round .el-table th.is-leaf {
    border-color: #c2ccda
}

.theme-black .common-table-round .el-table td, .theme-black .common-table-round .el-table th.is-leaf {
    border-color: #1f303a
}

.theme-brown .common-table-round .el-table td, .theme-brown .common-table-round .el-table th.is-leaf {
    border-color: #efba84
}

.theme-dark .common-table-round .el-table td, .theme-dark .common-table-round .el-table th.is-leaf {
    border-color: #a6c0dd
}

.theme-yellow .common-table-round .el-table td, .theme-yellow .common-table-round .el-table th.is-leaf {
    border-color: #c2ccda
}

.theme-green .common-table-round .el-table:before {
    background-color: #a8c3a1
}

.theme-blue .common-table-round .el-table:before {
    background-color: #c2ccda
}

.theme-black .common-table-round .el-table:before {
    background-color: #1f303a
}

.theme-brown .common-table-round .el-table:before {
    background-color: #efba84
}

.theme-dark .common-table-round .el-table:before {
    background-color: #a6c0dd
}

.theme-yellow .common-table-round .el-table:before {
    background-color: #c2ccda
}

.theme-green .common-table-round .el-table thead {
    color: #2b3b12;
    background: #d5ddd4
}

.theme-blue .common-table-round .el-table thead {
    color: #111626;
    background: #ebecf1
}

.theme-black .common-table-round .el-table thead {
    color: #57697b;
    background: #0c1d27
}

.theme-brown .common-table-round .el-table thead {
    color: #361f17;
    background: #eee8e3
}

.theme-dark .common-table-round .el-table thead, .theme-yellow .common-table-round .el-table thead {
    color: #111626;
    background: #ebecf1
}

.theme-green .common-table-round .el-table th {
    color: #2b3b12;
    background: #d5ddd4
}

.theme-blue .common-table-round .el-table th {
    color: #111626;
    background: #ebecf1
}

.theme-black .common-table-round .el-table th {
    color: #57697b;
    background: #0c1d27
}

.theme-brown .common-table-round .el-table th {
    color: #361f17;
    background: #eee8e3
}

.theme-dark .common-table-round .el-table th, .theme-yellow .common-table-round .el-table th {
    color: #111626;
    background: #ebecf1
}

.theme-green .common-table-round .el-table td, .theme-green .common-table-round .el-table tr:hover > td {
    color: #335c29;
    background: #fff
}

.theme-blue .common-table-round .el-table td, .theme-blue .common-table-round .el-table tr:hover > td {
    color: #414654;
    background: #fff
}

.theme-black .common-table-round .el-table td, .theme-black .common-table-round .el-table tr:hover > td {
    color: #fff;
    background: #10232e
}

.theme-brown .common-table-round .el-table td, .theme-brown .common-table-round .el-table tr:hover > td {
    color: #6c3818;
    background: #fff
}

.theme-dark .common-table-round .el-table td, .theme-dark .common-table-round .el-table tr:hover > td, .theme-yellow .common-table-round .el-table td, .theme-yellow .common-table-round .el-table tr:hover > td {
    color: #414654;
    background: #fff
}

.common-table {
    width: 100%;
    font-size: 13px;
    border: 1px solid #c2ccda;
    border-collapse: collapse
}

    .common-table tr {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff
    }

        .common-table tr th {
            line-height: 29px;
            background-color: #ebecf1;
            text-align: center;
            padding: 0;
            font-weight: 600
        }

.theme-green .common-table tr th {
    border: 1px solid #a8c3a1;
    color: #2b3b12
}

.theme-blue .common-table tr th {
    border: 1px solid #c2ccda;
    color: #111626
}

.theme-black .common-table tr th {
    border: 1px solid transparent;
    color: #57697b
}

.theme-brown .common-table tr th {
    border: 1px solid #efba84;
    color: #361f17
}

.theme-dark .common-table tr th {
    border: 1px solid #a6c0dd;
    color: #111626
}

.theme-yellow .common-table tr th {
    border: 1px solid #c2ccda;
    color: #111626
}

.common-table tr td {
    height: 30px;
    text-align: center;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #414654
}

.theme-green .common-table tr td {
    border: 1px solid #a8c3a1
}

.theme-blue .common-table tr td {
    border: 1px solid #c2ccda
}

.theme-black .common-table tr td {
    border: 1px solid transparent
}

.theme-brown .common-table tr td {
    border: 1px solid #efba84
}

.theme-dark .common-table tr td {
    border: 1px solid #a6c0dd
}

.theme-yellow .common-table tr td {
    border: 1px solid #c2ccda
}

.theme-green .el-input .el-input__inner {
    background-color: #fff;
    border: 1px solid;
    color: #111626;
    border-color: #89aa80;
    cursor: auto;
    min-width: 40px
}

.theme-blue .el-input .el-input__inner {
    background-color: #fff;
    border: 1px solid;
    color: #111626;
    border-color: #c2ccda;
    cursor: auto;
    min-width: 40px
}

.theme-black .el-input .el-input__inner {
    background-color: #1f303a;
    border: 1px solid;
    color: #fff;
    border-color: transparent transparent #2a3c49;
    cursor: auto;
    min-width: 40px
}

.theme-brown .el-input .el-input__inner {
    background-color: #fff;
    border: 1px solid;
    color: #361f17;
    border-color: #efba84;
    cursor: auto;
    min-width: 40px
}

.theme-dark .el-input .el-input__inner {
    background-color: #fff;
    border: 1px solid;
    color: #111626;
    border-color: #a6c0dd;
    cursor: auto;
    min-width: 40px
}

.theme-yellow .el-input .el-input__inner {
    background-color: #fff;
    border: 1px solid;
    color: #111626;
    border-color: #c2ccda;
    cursor: auto;
    min-width: 40px
}

.theme-green .el-input__inner:focus {
    border-color: #528843;
    -webkit-box-shadow: 0 0 4px 0 rgba(82,136,67,.3);
    box-shadow: 0 0 4px 0 rgba(82,136,67,.3);
    background: #fff
}

.theme-blue .el-input__inner:focus {
    border-color: #1890ff;
    -webkit-box-shadow: 0 0 4px 0 rgba(24,144,255,.3);
    box-shadow: 0 0 4px 0 rgba(24,144,255,.3);
    background: #fff
}

.theme-black .el-input__inner:focus {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #293c4a
}

.theme-brown .el-input__inner:focus {
    border-color: #ffa141;
    -webkit-box-shadow: 0 0 4px 0 rgba(255,161,65,.3);
    box-shadow: 0 0 4px 0 rgba(255,161,65,.3);
    background: #fff
}

.theme-dark .el-input__inner:focus {
    border-color: #1890ff;
    -webkit-box-shadow: 0 0 4px 0 rgba(24,144,255,.3);
    box-shadow: 0 0 4px 0 rgba(24,144,255,.3);
    background: #fff
}

.theme-yellow .el-input__inner:focus {
    border-color: #ccb86e;
    -webkit-box-shadow: 0 0 4px 0 rgba(204,184,110,.3);
    box-shadow: 0 0 4px 0 rgba(204,184,110,.3);
    background: #fff
}

.theme-green .Paging .el-input__inner {
    background-color: #fff;
    color: #646d54;
    border: 1px solid #a8c3a1;
    border-radius: 4px
}

.theme-blue .Paging .el-input__inner {
    background-color: #fff;
    color: #656b7b;
    border: 1px solid #e2e4ea;
    border-radius: 4px
}

.theme-black .Paging .el-input__inner {
    background-color: #2a3c49;
    color: #96a1ba;
    border: none;
    border-radius: 4px
}

.theme-brown .Paging .el-input__inner {
    background-color: #fff;
    color: #86756e;
    border: 1px solid #efba84;
    border-radius: 4px
}

.theme-dark .Paging .el-input__inner, .theme-yellow .Paging .el-input__inner {
    background-color: #fff;
    color: #656b7b;
    border: 1px solid #e2e4ea;
    border-radius: 4px
}

.theme-green .Paging .el-pagination__total {
    color: #335c29
}

.theme-blue .Paging .el-pagination__total {
    color: #414654
}

.theme-black .Paging .el-pagination__total {
    color: #57697b
}

.theme-brown .Paging .el-pagination__total {
    color: #361f17
}

.theme-dark .Paging .el-pagination__total, .theme-yellow .Paging .el-pagination__total {
    color: #414654
}

.theme-green .Paging .el-pager li {
    background-color: #fff;
    color: #646d54;
    border: 1px solid #a8c3a1;
    border-radius: 4px
}

.theme-blue .Paging .el-pager li {
    background-color: #fff;
    color: #656b7b;
    border: 1px solid #e2e4ea;
    border-radius: 4px
}

.theme-black .Paging .el-pager li {
    background-color: #2a3c49;
    color: #96a1ba;
    border: none;
    border-radius: 4px
}

.theme-brown .Paging .el-pager li {
    background-color: #fff;
    color: #86756e;
    border: 1px solid #efba84;
    border-radius: 4px
}

.theme-dark .Paging .el-pager li, .theme-yellow .Paging .el-pager li {
    background-color: #fff;
    color: #656b7b;
    border: 1px solid #e2e4ea;
    border-radius: 4px
}

.theme-green .Paging .el-pagination.is-background .btn-next, .theme-green .Paging .el-pagination.is-background .btn-prev {
    background-color: #fff;
    color: #646d54;
    border: 1px solid #a8c3a1
}

.theme-blue .Paging .el-pagination.is-background .btn-next, .theme-blue .Paging .el-pagination.is-background .btn-prev {
    background-color: #fff;
    color: #656b7b;
    border: 1px solid #e2e4ea
}

.theme-black .Paging .el-pagination.is-background .btn-next, .theme-black .Paging .el-pagination.is-background .btn-prev {
    background-color: #2a3c49;
    color: #96a1ba;
    border: none
}

.theme-brown .Paging .el-pagination.is-background .btn-next, .theme-brown .Paging .el-pagination.is-background .btn-prev {
    background-color: #fff;
    color: #86756e;
    border: 1px solid #efba84
}

.theme-dark .Paging .el-pagination.is-background .btn-next, .theme-dark .Paging .el-pagination.is-background .btn-prev, .theme-yellow .Paging .el-pagination.is-background .btn-next, .theme-yellow .Paging .el-pagination.is-background .btn-prev {
    background-color: #fff;
    color: #656b7b;
    border: 1px solid #e2e4ea
}

.theme-green .el-date-editor {
    background-color: #fff;
    color: #646d54;
    border: none;
    border-radius: 4px
}

.theme-blue .el-date-editor {
    background-color: #fff;
    color: #656b7b;
    border: none;
    border-radius: 4px
}

.theme-black .el-date-editor {
    background-color: #2a3c49;
    color: #96a1ba;
    border: none;
    border-radius: 4px
}

.theme-brown .el-date-editor {
    background-color: #fff;
    color: #86756e;
    border: none;
    border-radius: 4px
}

.theme-dark .el-date-editor, .theme-yellow .el-date-editor {
    background-color: #fff;
    color: #656b7b;
    border: none;
    border-radius: 4px
}

.theme-green .el-date-editor .el-range-input {
    background-color: #fff;
    color: #646d54
}

.theme-blue .el-date-editor .el-range-input {
    background-color: #fff;
    color: #656b7b
}

.theme-black .el-date-editor .el-range-input {
    background-color: #2a3c49;
    color: #96a1ba
}

.theme-brown .el-date-editor .el-range-input {
    background-color: #fff;
    color: #86756e
}

.theme-dark .el-date-editor .el-range-input, .theme-yellow .el-date-editor .el-range-input {
    background-color: #fff;
    color: #656b7b
}

.theme-green .el-date-editor .el-range-separator {
    color: #646d54
}

.theme-blue .el-date-editor .el-range-separator {
    color: #656b7b
}

.theme-black .el-date-editor .el-range-separator {
    color: #96a1ba
}

.theme-brown .el-date-editor .el-range-separator {
    color: #86756e
}

.theme-dark .el-date-editor .el-range-separator, .theme-yellow .el-date-editor .el-range-separator {
    color: #656b7b
}

.theme-green .el-pagination.is-background .el-pager li:not(.disabled):hover {
    background-color: #528843;
    color: #fff
}

.theme-blue .el-pagination.is-background .el-pager li:not(.disabled):hover {
    background-color: #1890ff;
    color: #fff
}

.theme-black .el-pagination.is-background .el-pager li:not(.disabled):hover {
    background-color: #12d664;
    color: #fff
}

.theme-brown .el-pagination.is-background .el-pager li:not(.disabled):hover {
    background-color: #c05d20;
    color: #fff
}

.theme-dark .el-pagination.is-background .el-pager li:not(.disabled):hover {
    background-color: #1890ff;
    color: #fff
}

.theme-yellow .el-pagination.is-background .el-pager li:not(.disabled):hover {
    background-color: #ebe4c6;
    color: #fff
}

.theme-green .el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #528843
}

.theme-blue .el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #1890ff
}

.theme-black .el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #12d664
}

.theme-brown .el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #c05d20
}

.theme-dark .el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #1890ff
}

.theme-yellow .el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #ebe4c6
}

.theme-green .el-date-editor .el-input__inner, .theme-green .el-select .el-input__inner {
    border-color: #89aa80
}

.theme-blue .el-date-editor .el-input__inner, .theme-blue .el-select .el-input__inner {
    border-color: #c2ccda
}

.theme-black .el-date-editor .el-input__inner, .theme-black .el-select .el-input__inner {
    border-color: transparent
}

.theme-brown .el-date-editor .el-input__inner, .theme-brown .el-select .el-input__inner {
    border-color: #efba84
}

.theme-dark .el-date-editor .el-input__inner, .theme-dark .el-select .el-input__inner {
    border-color: #a6c0dd
}

.theme-yellow .el-date-editor .el-input__inner, .theme-yellow .el-select .el-input__inner {
    border-color: #c2ccda
}

.theme-green .el-select .el-input.is-focus .el-input__inner {
    border-color: #528843
}

.theme-blue .el-select .el-input.is-focus .el-input__inner {
    border-color: #1890ff
}

.theme-black .el-select .el-input.is-focus .el-input__inner {
    border-color: transparent
}

.theme-brown .el-select .el-input.is-focus .el-input__inner {
    border-color: #ffa141
}

.theme-dark .el-select .el-input.is-focus .el-input__inner {
    border-color: #1890ff
}

.theme-yellow .el-select .el-input.is-focus .el-input__inner {
    border-color: #ccb86e
}

.theme-green .el-select-dropdown__item.selected {
    color: #335c29
}

.theme-blue .el-select-dropdown__item.selected {
    color: #3f6ca7
}

.theme-black .el-select-dropdown__item.selected {
    color: #57697b
}

.theme-brown .el-select-dropdown__item.selected {
    color: #6c3818
}

.theme-dark .el-select-dropdown__item.selected {
    color: #3f6ca7
}

.theme-yellow .el-select-dropdown__item.selected {
    color: #3c3c3c
}

.theme-green .el-date-table td.current:not(.disabled) span {
    background-color: #528843
}

.theme-blue .el-date-table td.current:not(.disabled) span {
    background-color: #1890ff
}

.theme-black .el-date-table td.current:not(.disabled) span {
    background-color: #12d664
}

.theme-brown .el-date-table td.current:not(.disabled) span {
    background-color: #c05d20
}

.theme-dark .el-date-table td.current:not(.disabled) span {
    background-color: #1890ff
}

.theme-yellow .el-date-table td.current:not(.disabled) span {
    background-color: #ebe4c6
}

.theme-green .el-picker-panel__icon-btn:hover {
    color: #528843
}

.theme-blue .el-picker-panel__icon-btn:hover {
    color: #1890ff
}

.theme-black .el-picker-panel__icon-btn:hover {
    color: #12d664
}

.theme-brown .el-picker-panel__icon-btn:hover {
    color: #c05d20
}

.theme-dark .el-picker-panel__icon-btn:hover {
    color: #1890ff
}

.theme-yellow .el-picker-panel__icon-btn:hover {
    color: #ebe4c6
}

.theme-green .bet-input:hover .el-input__inner, .theme-green .single-input:hover .el-input__inner {
    background: #fff;
    border-color: #e2e4ea
}

.theme-blue .bet-input:hover .el-input__inner, .theme-blue .single-input:hover .el-input__inner {
    background: #fff;
    border-color: #c2ccda
}

.theme-black .bet-input:hover .el-input__inner, .theme-black .single-input:hover .el-input__inner {
    background: #2a3c49;
    border-color: transparent transparent #57697b
}

.theme-brown .bet-input:hover .el-input__inner, .theme-brown .single-input:hover .el-input__inner {
    background: #fff;
    border-color: #efba84
}

.theme-dark .bet-input:hover .el-input__inner, .theme-dark .single-input:hover .el-input__inner {
    background: #fff;
    border-color: #a6c0dd
}

.theme-yellow .bet-input:hover .el-input__inner, .theme-yellow .single-input:hover .el-input__inner {
    background: #fff;
    border-color: #c2ccda
}

.theme-green .bet-input.is-check .el-input__inner, .theme-green .single-input.is-check .el-input__inner {
    background: #fff;
    border-color: #e2e4ea
}

.theme-blue .bet-input.is-check .el-input__inner, .theme-blue .single-input.is-check .el-input__inner {
    background: #fff;
    border-color: #c2ccda
}

.theme-black .bet-input.is-check .el-input__inner, .theme-black .single-input.is-check .el-input__inner {
    background: #0c1d27;
    border-color: transparent transparent #57697b
}

.theme-brown .bet-input.is-check .el-input__inner, .theme-brown .single-input.is-check .el-input__inner {
    background: #fff;
    border-color: #efba84
}

.theme-dark .bet-input.is-check .el-input__inner, .theme-dark .single-input.is-check .el-input__inner {
    background: #fff;
    border-color: #a6c0dd
}

.theme-yellow .bet-input.is-check .el-input__inner, .theme-yellow .single-input.is-check .el-input__inner {
    background: #fff;
    border-color: #c2ccda
}

.theme-green .is-check .el-input__inner {
    background: #fff;
    border-color: #e2e4ea
}

.theme-blue .is-check .el-input__inner {
    background: #fff;
    border-color: #c2ccda
}

.theme-black .is-check .el-input__inner {
    background: #0c1d27;
    border-color: transparent transparent #57697b
}

.theme-brown .is-check .el-input__inner {
    background: #fff;
    border-color: #efba84
}

.theme-dark .is-check .el-input__inner {
    background: #fff;
    border-color: #a6c0dd
}

.theme-yellow .is-check .el-input__inner {
    background: #fff;
    border-color: #c2ccda
}

.theme-blue .el-message, .theme-green .el-message {
    background: #fff;
    border-color: #fff
}

.theme-black .el-message {
    background: rgba(17,22,38,.85);
    border-color: rgba(17,22,38,.85)
}

.theme-brown .el-message, .theme-dark .el-message, .theme-yellow .el-message {
    background: #fff;
    border-color: #fff
}

.el-select-dropdown__wrap {
    max-height: 414px
}

    .el-select-dropdown__wrap .el-select-dropdown__item {
        height: 26px;
        line-height: 26px
    }

.theme-green .el-checkbox__inner {
    background-color: #fff;
    border-color: #a8c3a1
}

.theme-blue .el-checkbox__inner {
    background-color: #fff;
    border-color: #b8becc
}

.theme-black .el-checkbox__inner {
    background-color: #17242c;
    border-color: #455568
}

.theme-brown .el-checkbox__inner {
    background-color: #fff;
    border-color: #c05d20
}

.theme-dark .el-checkbox__inner, .theme-yellow .el-checkbox__inner {
    background-color: #fff;
    border-color: #b8becc
}

.theme-green .el-checkbox__input.is-focus .el-checkbox__inner {
    border-color: #a8c3a1
}

.theme-blue .el-checkbox__input.is-focus .el-checkbox__inner {
    border-color: #b8becc
}

.theme-black .el-checkbox__input.is-focus .el-checkbox__inner {
    border-color: #455568
}

.theme-brown .el-checkbox__input.is-focus .el-checkbox__inner {
    border-color: #c05d20
}

.theme-dark .el-checkbox__input.is-focus .el-checkbox__inner, .theme-yellow .el-checkbox__input.is-focus .el-checkbox__inner {
    border-color: #b8becc
}

.theme-green .el-checkbox__input.is-checked .el-checkbox__inner {
    background-color: #528843;
    border-color: #528843
}

.theme-blue .el-checkbox__input.is-checked .el-checkbox__inner {
    background-color: #409eff;
    border-color: #409eff
}

.theme-black .el-checkbox__input.is-checked .el-checkbox__inner {
    background-color: #12d664;
    border-color: #12d664
}

.theme-brown .el-checkbox__input.is-checked .el-checkbox__inner {
    background-color: #c05d20;
    border-color: #c05d20
}

.theme-dark .el-checkbox__input.is-checked .el-checkbox__inner {
    background-color: #409eff;
    border-color: #409eff
}

.theme-yellow .el-checkbox__input.is-checked .el-checkbox__inner {
    background-color: #c8c0a1;
    border-color: #c8c0a1
}

.message-error-alert {
    top: 141px !important;
    left: 670px !important
}

.theme-blue .el-button--default, .theme-green .el-button--default {
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(99%,#e2e4ea));
    background: linear-gradient(180deg,#fff,#e2e4ea 99%);
    border: 1px solid #c5cad5;
    color: #414654;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1)
}

.theme-black .el-button--default {
    background: transparent;
    border: 1px solid #2a3c49;
    color: #96a1ba;
    -webkit-box-shadow: none;
    box-shadow: none
}

.theme-brown .el-button--default, .theme-dark .el-button--default, .theme-yellow .el-button--default {
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(99%,#e2e4ea));
    background: linear-gradient(180deg,#fff,#e2e4ea 99%);
    border: 1px solid #c5cad5;
    color: #414654;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1)
}

.theme-green .el-button--default.active, .theme-green .el-button--default:active, .theme-green .el-button--default:focus, .theme-green .el-button--default:hover {
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(99%,#97d286));
    background: linear-gradient(180deg,#fff,#97d286 99%);
    border: 1px solid #a5d853;
    color: #335c29;
    -webkit-box-shadow: 0 1px 2px 0 rgba(63,118,167,.3);
    box-shadow: 0 1px 2px 0 rgba(63,118,167,.3)
}

.theme-blue .el-button--default.active, .theme-blue .el-button--default:active, .theme-blue .el-button--default:focus, .theme-blue .el-button--default:hover {
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(99%,#c1dbfe));
    background: linear-gradient(180deg,#fff,#c1dbfe 99%);
    border: 1px solid #9dcbf5;
    color: #3f6ca7;
    -webkit-box-shadow: 0 1px 2px 0 rgba(63,118,167,.3);
    box-shadow: 0 1px 2px 0 rgba(63,118,167,.3)
}

.theme-black .el-button--default.active, .theme-black .el-button--default:active, .theme-black .el-button--default:focus, .theme-black .el-button--default:hover {
    background: transparent;
    border: 1px solid #57697b;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.theme-brown .el-button--default.active, .theme-brown .el-button--default:active, .theme-brown .el-button--default:focus, .theme-brown .el-button--default:hover {
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(99%,#ffc8a3));
    background: linear-gradient(180deg,#fff,#ffc8a3 99%);
    border: 1px solid #da9f7b;
    color: #c05d20;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1)
}

.theme-dark .el-button--default.active, .theme-dark .el-button--default:active, .theme-dark .el-button--default:focus, .theme-dark .el-button--default:hover {
    background: -webkit-gradient(linear,left top,left bottom,from(#5aa6ff),color-stop(99%,#165bad));
    background: linear-gradient(180deg,#5aa6ff,#165bad 99%);
    border: 1px solid #9dcbf5;
    color: #3f6ca7;
    -webkit-box-shadow: 0 1px 2px 0 rgba(63,118,167,.3);
    box-shadow: 0 1px 2px 0 rgba(63,118,167,.3)
}

.theme-yellow .el-button--default.active, .theme-yellow .el-button--default:active, .theme-yellow .el-button--default:focus, .theme-yellow .el-button--default:hover {
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(99%,#e6ddb8));
    background: linear-gradient(180deg,#fff,#e6ddb8 99%);
    border: 1px solid #ebe4c6;
    color: #3b310b;
    -webkit-box-shadow: 0 1px 2px 0 rgba(63,118,167,.3);
    box-shadow: 0 1px 2px 0 rgba(63,118,167,.3)
}

.el-button--default.is-disabled, .el-button.is-disabled {
    cursor: auto !important
}

.theme-blue .el-button--default.is-disabled, .theme-green .el-button--default.is-disabled {
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(99%,#f7f7f9));
    background: linear-gradient(180deg,#fff,#f7f7f9 99%);
    border: 1px solid #eef0f3;
    color: #c3c5ca;
    -webkit-box-shadow: 0 1px 2px 0 rgba(63,118,167,.3);
    box-shadow: 0 1px 2px 0 rgba(63,118,167,.3)
}

.theme-black .el-button--default.is-disabled {
    background: transparent;
    border: 1px solid #1f313d;
    color: #2d3f4c;
    -webkit-box-shadow: none;
    box-shadow: none
}

.theme-brown .el-button--default.is-disabled, .theme-dark .el-button--default.is-disabled, .theme-yellow .el-button--default.is-disabled {
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(99%,#f7f7f9));
    background: linear-gradient(180deg,#fff,#f7f7f9 99%);
    border: 1px solid #eef0f3;
    color: #c3c5ca;
    -webkit-box-shadow: 0 1px 2px 0 rgba(63,118,167,.3);
    box-shadow: 0 1px 2px 0 rgba(63,118,167,.3)
}

.theme-green .el-button--primary {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#7ac665),color-stop(99%,#2d5125));
    background: linear-gradient(180deg,#7ac665 1%,#2d5125 99%);
    border: 1px solid #528843
}

.theme-blue .el-button--primary, .theme-green .el-button--primary {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    color: #fff
}

.theme-blue .el-button--primary {
    background: -webkit-gradient(linear,left top,left bottom,from(#35a2ff),to(#0e76e1));
    background: linear-gradient(180deg,#35a2ff,#0e76e1);
    border: 1px solid #0a6ed5
}

.theme-black .el-button--primary {
    background: #12d664;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff
}

.theme-brown .el-button--primary {
    background: -webkit-gradient(linear,left top,left bottom,from(#f68845),to(#a3521e));
    background: linear-gradient(180deg,#f68845,#a3521e);
    border: 1px solid #8c4417;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff
}

.theme-dark .el-button--primary {
    background: -webkit-gradient(linear,left top,left bottom,from(#1963b7),to(#023f77));
    background: linear-gradient(180deg,#1963b7,#023f77);
    border: 1px solid #1e6cc7;
    color: #fff
}

.theme-dark .el-button--primary, .theme-yellow .el-button--primary {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1)
}

.theme-yellow .el-button--primary {
    background: -webkit-gradient(linear,left top,left bottom,from(#fcf0c2),to(#e4d7a2));
    background: linear-gradient(180deg,#fcf0c2,#e4d7a2);
    border: 1px solid #ebe4c6;
    color: #3b310b
}

.theme-green .el-button--primary.active, .theme-green .el-button--primary:hover {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#2d5125),color-stop(99%,#7ac665));
    background: linear-gradient(180deg,#2d5125 1%,#7ac665 99%);
    border: 1px solid #528843;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    color: #fff
}

.theme-blue .el-button--primary.active, .theme-blue .el-button--primary:hover {
    background: -webkit-gradient(linear,left top,left bottom,from(#005fc1),to(#35a2ff));
    background: linear-gradient(180deg,#005fc1,#35a2ff);
    border: 1px solid #0a6ed5;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    color: #fff
}

.theme-black .el-button--primary.active, .theme-black .el-button--primary:hover {
    background: #0b883f;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff
}

.theme-brown .el-button--primary.active, .theme-brown .el-button--primary:hover {
    background: -webkit-gradient(linear,left top,left bottom,from(#a3521e),to(#f68845));
    background: linear-gradient(180deg,#a3521e,#f68845);
    border: 1px solid #8c4417;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff
}

.theme-dark .el-button--primary.active, .theme-dark .el-button--primary:hover {
    background: -webkit-gradient(linear,left top,left bottom,from(#023f77),to(#1963b7));
    background: linear-gradient(180deg,#023f77,#1963b7);
    border: 1px solid #1e6cc7;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    color: #fff
}

.theme-yellow .el-button--primary.active, .theme-yellow .el-button--primary:hover {
    background: -webkit-gradient(linear,left top,left bottom,from(#fae387),to(#e0c96c));
    background: linear-gradient(180deg,#fae387,#e0c96c);
    border: 1px solid #ebe4c6;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    color: #3b310b
}

.theme-green .el-button--group {
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(99%,#d8edd3));
    background: linear-gradient(180deg,#fff,#d8edd3 99%);
    border: 1px solid #a8c3a1;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #335c29
}

.theme-blue .el-button--group {
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(98%,#e2e4ea));
    background: linear-gradient(180deg,#fff,#e2e4ea 98%);
    border: 1px solid #c2ccda;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #414654
}

.theme-black .el-button--group {
    background: #0d1f2c;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #57697b
}

.theme-brown .el-button--group {
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(99%,#f6e7d7));
    background: linear-gradient(180deg,#fff,#f6e7d7 99%);
    border: 1px solid #efba84;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #6c3818
}

.theme-dark .el-button--group {
    border: 1px solid #a6c0dd
}

.theme-dark .el-button--group, .theme-yellow .el-button--group {
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(98%,#e2e4ea));
    background: linear-gradient(180deg,#fff,#e2e4ea 98%);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #414654
}

.theme-yellow .el-button--group {
    border: 1px solid #c2ccda
}

.theme-green .el-button--group.active, .theme-green .el-button--group:hover {
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(99%,#97d286));
    background: linear-gradient(180deg,#fff,#97d286 99%);
    border: 1px solid #a8c3a1;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #528843
}

.theme-blue .el-button--group.active, .theme-blue .el-button--group:hover {
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(99%,#c1dbfe));
    background: linear-gradient(180deg,#fff,#c1dbfe 99%);
    border: 1px solid #c2ccda;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #0f81ff
}

.theme-black .el-button--group.active, .theme-black .el-button--group:hover {
    background: #0d1f2c;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #12d664
}

.theme-brown .el-button--group.active, .theme-brown .el-button--group:hover {
    background: -webkit-gradient(linear,left top,left bottom,from(#ffecdf),color-stop(99%,#ffd5b9));
    background: linear-gradient(180deg,#ffecdf,#ffd5b9 99%);
    border: 1px solid #efba84;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #c05d20
}

.theme-dark .el-button--group.active, .theme-dark .el-button--group:hover {
    background: -webkit-gradient(linear,left top,left bottom,from(#5aa6ff),color-stop(99%,#165bad));
    background: linear-gradient(180deg,#5aa6ff,#165bad 99%);
    border: 1px solid #a6c0dd;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #134c8f
}

.theme-yellow .el-button--group.active, .theme-yellow .el-button--group:hover {
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(99%,#e6ddb8));
    background: linear-gradient(180deg,#fff,#e6ddb8 99%);
    border: 1px solid #c2ccda;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #3c3c3c
}

.fail-order-notice {
    padding: 15px !important
}

    .fail-order-notice /deep/ .el-notification__group {
        margin: 0
    }

        .fail-order-notice /deep/ .el-notification__group .el-notification__content .notice h3 {
            color: #f82525;
            font-size: 16px;
            margin-bottom: 15px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .fail-order-notice /deep/ .el-notification__group .el-notification__content .notice h3 .icon {
                font-size: 20px;
                color: #f82525;
                margin-right: 5px
            }

        .fail-order-notice /deep/ .el-notification__group .el-notification__content .notice h4 {
            line-height: 19px;
            font-size: 14px;
            color: #111626;
            margin-bottom: 8px
        }

        .fail-order-notice /deep/ .el-notification__group .el-notification__content .notice .number {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

.theme-green .fail-order-notice /deep/ .el-notification__group .el-notification__content .notice .number {
    color: #335c29
}

.theme-blue .fail-order-notice /deep/ .el-notification__group .el-notification__content .notice .number {
    color: #3f6ca7
}

.theme-black .fail-order-notice /deep/ .el-notification__group .el-notification__content .notice .number {
    color: #2c647d
}

.theme-brown .fail-order-notice /deep/ .el-notification__group .el-notification__content .notice .number {
    color: #6c3818
}

.theme-dark .fail-order-notice /deep/ .el-notification__group .el-notification__content .notice .number {
    color: #3f6ca7
}

.theme-yellow .fail-order-notice /deep/ .el-notification__group .el-notification__content .notice .number {
    color: #3b310b
}

.fail-order-notice /deep/ .el-notification__group .el-notification__content .notice .number span {
    color: #858b9c;
    font-size: 14px;
    display: inline-block;
    width: 50px
}

.lottery-select-max {
    top: 24px !important
}

    .lottery-select-max .el-select-dropdown__wrap {
        max-height: none
    }

.theme-blue .bet-input.disabled, .theme-green .bet-input.disabled {
    background: #f6f7fb !important
}

.theme-black .bet-input.disabled {
    background: #132c37 !important
}

.theme-brown .bet-input.disabled, .theme-dark .bet-input.disabled, .theme-yellow .bet-input.disabled {
    background: #f6f7fb !important
}

.theme-green .bet-input.disabled .ele-name {
    background: #edf3ec !important
}

.theme-blue .bet-input.disabled .ele-name {
    background: #edf4fe !important
}

.theme-black .bet-input.disabled .ele-name {
    background: #132c37 !important
}

.theme-brown .bet-input.disabled .ele-name {
    background: #fff7ef !important
}

.theme-dark .bet-input.disabled .ele-name, .theme-yellow .bet-input.disabled .ele-name {
    background: #edf4fe !important
}

.theme-blue .bet-input.disabled .ele-val, .theme-green .bet-input.disabled .ele-val {
    background: #f6f7fb !important
}

.theme-black .bet-input.disabled .ele-val {
    background: #132c37 !important
}

.theme-brown .bet-input.disabled .ele-val, .theme-dark .bet-input.disabled .ele-val, .theme-yellow .bet-input.disabled .ele-val {
    background: #f6f7fb !important
}

.theme-green .bet-input.disabled .el-input.is-disabled .el-input__inner {
    background-color: #d5ddd4 !important;
    border-color: #89aa80 !important
}

.theme-blue .bet-input.disabled .el-input.is-disabled .el-input__inner {
    background-color: #c2ccda !important;
    border-color: #bfc9d7 !important
}

.theme-black .bet-input.disabled .el-input.is-disabled .el-input__inner {
    background-color: #132c37 !important;
    border-color: transparent transparent #2a3c49 !important
}

.theme-brown .bet-input.disabled .el-input.is-disabled .el-input__inner {
    background-color: #eee8e3 !important;
    border-color: #efba84 !important
}

.theme-dark .bet-input.disabled .el-input.is-disabled .el-input__inner {
    background-color: #a6c0dd !important;
    border-color: #bfc9d7 !important
}

.theme-yellow .bet-input.disabled .el-input.is-disabled .el-input__inner {
    background-color: #c2ccda !important;
    border-color: #bfc9d7 !important
}

.max-only {
    padding-top: 4px;
    min-height: 18px;
    font-size: 12px;
    text-align: right
}

.theme-green .max-only {
    color: #335c29
}

.theme-blue .max-only {
    color: #414654
}

.theme-black .max-only {
    color: #57697b
}

.theme-brown .max-only {
    color: #6c3818
}

.theme-dark .max-only, .theme-yellow .max-only {
    color: #414654
}
