﻿.header
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header_item__line
{
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: hsla(0,0%,100%,.3);
}
.header_item__text
{
    font-size: 22px;
    font-weight: 800;
    font-style: italic;
    padding-left: 18px;
    white-space: nowrap;
    text-transform: uppercase;
}
@media(max-width: 768px)
{
    .header
    {
        padding: 8px 16px;
        background-color: #ffce06;
        margin-bottom: 24px;
    }
    .header_item
    {
        line-height: 0;
    }
    .header_item img
    {
        width: 164px;
    }
    .header_item__line, .header_item__text
    {
        display: none;
    }
}
.yellow-spine
{
    position: fixed;
    height: 100%;
    width: 100%;
    max-width: 1440px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: auto;
    top: 0;
}
.yellow-spine_item
{
    background: #ffce06;
    width: 30.6944444%;
    height: 100%;
    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;
    padding: 100px 0;
}
.yellow-spine_item img
{
    height: 100%;
    max-height: 600px;
}
.yellow-spine:after
{
    content: "";
    height: 100%;
    width: 100%;
    background: #ffce06;
    position: absolute;
    top: 0;
    left: -99%;
}
@media(max-width: 1024px)
{
    .yellow-spine
    {
        display: none;
    }
}
.player
{
    width: 380px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -500px;
    line-height: 0;
}
.player img
{
    width: 100%;
}
.player img:last-child
{
    display: none;
}
@media(min-height: 1000px)
{
    .player
    {
        width: 345px;
        position: absolute;
        margin-bottom: -328px;
        margin-left: -480px;
        left: 50%;
        bottom: 50%;
    }
}
@media(max-width: 1024px)
{
    .player
    {
        width: 304px;
        margin-left: -407px;
    }
}
@media(max-width: 768px)
{
    .player
    {
        width: 135px;
        right: 0;
        z-index: 2;
        margin-right: -195px;
        top: 10px;
        margin-left: 0;
        margin-top: 0;
    }
    .player img
    {
        display: none;
    }
    .player img:last-child
    {
        display: block;
    }
}
.steps
{
    width: 100%;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    border-radius: 8px;
    background-color: #2d2f3e;
    -webkit-box-shadow: 0 8px 32px #000;
    box-shadow: 0 8px 32px #000;
    padding: 18px 0;
    max-width: 960px;
    margin: auto;
}
.steps, .steps ol
{
    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;
}
.steps ol
{
    margin: 0;
    padding: 0;
    counter-reset: a;
    list-style-type: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.steps ol li
{
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 48px;
    line-height: normal;
}
.steps ol li, .steps ol li p
{
    font-style: italic;
    text-transform: uppercase;
}
.steps ol li p
{
    color: #fff;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.38;
}
.steps ol li p strong
{
    font-weight: 700;
    color: #ffce06!important;
}
.steps ol li:before
{
    counter-increment: a;
    content: counter(a);
    display: inline-block;
    padding-right: 16px;
    font-style: italic;
    font-size: 48px;
    font-weight: 300;
    color: #fff;
}
.steps ol li:after
{
    display: inline-block;
    content: " ";
    background-image: url(../../bcgamebettingde/image/01f548fc11babb19bbe9d97dde682148.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    width: 55px;
    height: 24px;
    margin: 0 32px;
}
.steps ol li:last-child:after
{
    display: none;
}
@media(max-width: 1024px)
{
    .steps ol li p
    {
        font-size: 12px;
    }
    .steps ol li:before
    {
        font-size: 36px;
    }
}
@media(max-width: 768px)
{
    .steps
    {
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: skew(0);
        transform: skew(0);
        padding: 0;
    }
    .steps ol
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .steps ol li
    {
        margin-bottom: 28px;
        -webkit-transform: skew(0);
        transform: skew(0);
        width: 200px;
    }
    .steps ol li p
    {
        font-size: 16px;
    }
    .steps ol li:before
    {
        font-size: 48px;
    }
    .steps ol li:after
    {
        content: none;
    }
    .steps ol li:last-child
    {
        margin-bottom: 0;
    }
    .steps .arrow
    {
        display: none;
    }
    .steps_item-wrapper
    {
        font-size: 16px;
    }
}
.info
{
    max-width: 1140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.info_content
{
    width: 60%;
}
.info_slogan
{
    font-size: 14px;
    line-height: 1.57;
    margin-bottom: 8px;
}
.info_slogan, .info_title
{
    text-transform: uppercase;
    font-weight: 700;
}
.info_title
{
    font-size: 54px;
    line-height: normal;
}
.info_wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.info_bonus
{
    padding-right: 30px;
    width: 50%;
}
.info_bonus-summ
{
    font-size: 60px;
    line-height: 1.5;
    color: #ffce06;
    text-transform: uppercase;
    font-weight: 700;
}
.info_bonus-text
{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
}
.info_bonus .way-arrow
{
    margin-top: 10px;
    margin-left: 80px;
}
.info_bonus+div
{
    width: 50%;
    padding-top: 18px;
}
@media(max-width: 1024px)
{
    .way-arrow
    {
        display: none;
    }
    .info_title
    {
        font-size: 37px;
    }
    .info_wrapper
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .info_bonus, .info_bonus+div
    {
        width: 100%;
    }
    .info .registration-layout
    {
        margin: 0;
        max-width: 300px;
    }
    .info .registration-layout .credentials
    {
        width: 100%;
    }
}
@media(max-width: 768px)
{
    .info
    {
        max-width: 320px;
        padding-right: 15px;
        padding-left: 15px;
        margin: auto;
        position: relative;
        z-index: 2;
        margin-bottom: 30px;
    }
    .info, .info_content
    {
        width: 100%;
    }
    .info_slogan
    {
        display: none;
    }
    .info_title
    {
        font-size: 28px;
    }
    .info_bonus-summ
    {
        font-size: 37px;
    }
    .info_bonus-text
    {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .info_bonus+div
    {
        padding-top: 0;
    }
}
.footer
{
    font-size: 14px;
    text-align: right;
    color: #bfc0cb;
    position: relative;
}
@media(max-width: 1024px)
{
    .footer
    {
        text-align: center;
    }
}
@media(max-width: 768px)
{
    .footer
    {
        max-width: 540px;
        margin: auto;
        font-size: 13px;
        padding: 0 15px;
    }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== *//**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html
{
    line-height: 1.15;/* 1 */
    -webkit-text-size-adjust: 100%;/* 2 */
}/* Sections
   ========================================================================== *//**
 * Remove the margin in all browsers.
 */
body
{
    margin: 0;
}/**
 * Render the `main` element consistently in IE.
 */
main
{
    display: block;
}/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1
{
    font-size: 2em;
    margin: .67em 0;
}/* Grouping content
   ========================================================================== *//**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr
{
    box-sizing: content-box;/* 1 */
    height: 0;/* 1 */
    overflow: visible;/* 2 */
}/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre
{
    font-family: monospace,monospace;/* 1 */
    font-size: 1em;/* 2 */
}/* Text-level semantics
   ========================================================================== *//**
 * Remove the gray background on active links in IE 10.
 */
a
{
    background-color: transparent;
}/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title]
{
    border-bottom: none;/* 1 */
    text-decoration: underline;/* 2 */
    text-decoration: underline dotted;/* 2 */
}/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong
{
    font-weight: bolder;
}/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp
{
    font-family: monospace,monospace;/* 1 */
    font-size: 1em;/* 2 */
}/**
 * Add the correct font size in all browsers.
 */
small
{
    font-size: 80%;
}/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup
{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub
{
    bottom: -.25em;
}
sup
{
    top: -.5em;
}/* Embedded content
   ========================================================================== *//**
 * Remove the border on images inside links in IE 10.
 */
img
{
    border-style: none;
}/* Forms
   ========================================================================== *//**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea
{
    font-family: inherit;/* 1 */
    font-size: 100%;/* 1 */
    line-height: 1.15;/* 1 */
    margin: 0;/* 2 */
}/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input
{/* 1 */
    overflow: visible;
}/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select
{/* 1 */
    text-transform: none;
}/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"]
{
    -webkit-appearance: button;
}/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner
{
    border-style: none;
    padding: 0;
}/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring
{
    outline: 1px dotted ButtonText;
}/**
 * Correct the padding in Firefox.
 */
fieldset
{
    padding: .35em .75em .625em;
}/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend
{
    box-sizing: border-box;/* 1 */
    color: inherit;/* 2 */
    display: table;/* 1 */
    max-width: 100%;/* 1 */
    padding: 0;/* 3 */
    white-space: normal;/* 1 */
}/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress
{
    vertical-align: baseline;
}/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea
{
    overflow: auto;
}/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"]
{
    box-sizing: border-box;/* 1 */
    padding: 0;/* 2 */
}/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button
{
    height: auto;
}/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"]
{
    -webkit-appearance: textfield;/* 1 */
    outline-offset: -2px;/* 2 */
}/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration
{
    -webkit-appearance: none;
}/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button
{
    -webkit-appearance: button;/* 1 */
    font: inherit;/* 2 */
}/* Interactive
   ========================================================================== *//*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details
{
    display: block;
}/*
 * Add the correct display in all browsers.
 */
summary
{
    display: list-item;
}/* Misc
   ========================================================================== *//**
 * Add the correct display in IE 10+.
 */
template
{
    display: none;
}/**
 * Add the correct display in IE 10.
 */
[hidden]
{
    display: none;
}
.el-fade-in-enter, .el-fade-in-leave-active, .el-fade-in-linear-enter, .el-fade-in-linear-leave, .el-fade-in-linear-leave-active, .fade-in-linear-enter, .fade-in-linear-leave, .fade-in-linear-leave-active
{
    opacity: 0;
}
.fade-in-linear-enter-active, .fade-in-linear-leave-active
{
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.el-fade-in-linear-enter-active, .el-fade-in-linear-leave-active
{
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.el-fade-in-enter-active, .el-fade-in-leave-active
{
    -webkit-transition: all .3s cubic-bezier(.55,0,.1,1);
    transition: all .3s cubic-bezier(.55,0,.1,1);
}
.el-zoom-in-center-enter-active, .el-zoom-in-center-leave-active
{
    -webkit-transition: all .3s cubic-bezier(.55,0,.1,1);
    transition: all .3s cubic-bezier(.55,0,.1,1);
}
.el-zoom-in-center-enter, .el-zoom-in-center-leave-active
{
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.el-zoom-in-top-enter-active, .el-zoom-in-top-leave-active
{
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);
    transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
}
.el-zoom-in-top-enter, .el-zoom-in-top-leave-active
{
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.el-zoom-in-bottom-enter-active, .el-zoom-in-bottom-leave-active
{
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);
    transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
.el-zoom-in-bottom-enter, .el-zoom-in-bottom-leave-active
{
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.el-zoom-in-left-enter-active, .el-zoom-in-left-leave-active
{
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);
    transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}
.el-zoom-in-left-enter, .el-zoom-in-left-leave-active
{
    opacity: 0;
    -webkit-transform: scale(.45,.45);
    transform: scale(.45,.45);
}
.collapse-transition
{
    -webkit-transition: .3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out;
    transition: .3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out;
}
.horizontal-collapse-transition
{
    -webkit-transition: .3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out;
    transition: .3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out;
}
.el-list-enter-active, .el-list-leave-active
{
    -webkit-transition: all 1s;
    transition: all 1s;
}
.el-list-enter, .el-list-leave-active
{
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}
.el-opacity-transition
{
    -webkit-transition: opacity .3s cubic-bezier(.55,0,.1,1);
    transition: opacity .3s cubic-bezier(.55,0,.1,1);
}
@font-face
{
    font-family: element-icons;
    src: url(https://cdn-a914bb88.com/static/assets/94c62c7e-8834-40a9-90fb-6a50299431fa/aeb59f35-1e09-4a4f-a380-749027615f4c/535877f50039c0cb49a6196a5b7517cd.woff) format("woff"),url(https://cdn-a914bb88.com/static/assets/94c62c7e-8834-40a9-90fb-6a50299431fa/aeb59f35-1e09-4a4f-a380-749027615f4c/732389ded34cb9c52dd88271f1345af9.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
[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-icon-ice-cream-round:before
{
    content: "";
}
.el-icon-ice-cream-square:before
{
    content: "";
}
.el-icon-lollipop:before
{
    content: "";
}
.el-icon-potato-strips:before
{
    content: "";
}
.el-icon-milk-tea:before
{
    content: "";
}
.el-icon-ice-drink:before
{
    content: "";
}
.el-icon-ice-tea:before
{
    content: "";
}
.el-icon-coffee:before
{
    content: "";
}
.el-icon-orange:before
{
    content: "";
}
.el-icon-pear:before
{
    content: "";
}
.el-icon-apple:before
{
    content: "";
}
.el-icon-cherry:before
{
    content: "";
}
.el-icon-watermelon:before
{
    content: "";
}
.el-icon-grape:before
{
    content: "";
}
.el-icon-refrigerator:before
{
    content: "";
}
.el-icon-goblet-square-full:before
{
    content: "";
}
.el-icon-goblet-square:before
{
    content: "";
}
.el-icon-goblet-full:before
{
    content: "";
}
.el-icon-goblet:before
{
    content: "";
}
.el-icon-cold-drink:before
{
    content: "";
}
.el-icon-coffee-cup:before
{
    content: "";
}
.el-icon-water-cup:before
{
    content: "";
}
.el-icon-hot-water:before
{
    content: "";
}
.el-icon-ice-cream:before
{
    content: "";
}
.el-icon-dessert:before
{
    content: "";
}
.el-icon-sugar:before
{
    content: "";
}
.el-icon-tableware:before
{
    content: "";
}
.el-icon-burger:before
{
    content: "";
}
.el-icon-knife-fork:before
{
    content: "";
}
.el-icon-fork-spoon:before
{
    content: "";
}
.el-icon-chicken:before
{
    content: "";
}
.el-icon-food:before
{
    content: "";
}
.el-icon-dish-1:before
{
    content: "";
}
.el-icon-dish:before
{
    content: "";
}
.el-icon-moon-night:before
{
    content: "";
}
.el-icon-moon:before
{
    content: "";
}
.el-icon-cloudy-and-sunny:before
{
    content: "";
}
.el-icon-partly-cloudy:before
{
    content: "";
}
.el-icon-cloudy:before
{
    content: "";
}
.el-icon-sunny:before
{
    content: "";
}
.el-icon-sunset:before
{
    content: "";
}
.el-icon-sunrise-1:before
{
    content: "";
}
.el-icon-sunrise:before
{
    content: "";
}
.el-icon-heavy-rain:before
{
    content: "";
}
.el-icon-lightning:before
{
    content: "";
}
.el-icon-light-rain:before
{
    content: "";
}
.el-icon-wind-power:before
{
    content: "";
}
.el-icon-baseball:before
{
    content: "";
}
.el-icon-soccer:before
{
    content: "";
}
.el-icon-football:before
{
    content: "";
}
.el-icon-basketball:before
{
    content: "";
}
.el-icon-ship:before
{
    content: "";
}
.el-icon-truck:before
{
    content: "";
}
.el-icon-bicycle:before
{
    content: "";
}
.el-icon-mobile-phone:before
{
    content: "";
}
.el-icon-service:before
{
    content: "";
}
.el-icon-key:before
{
    content: "";
}
.el-icon-unlock:before
{
    content: "";
}
.el-icon-lock:before
{
    content: "";
}
.el-icon-watch:before
{
    content: "";
}
.el-icon-watch-1:before
{
    content: "";
}
.el-icon-timer:before
{
    content: "";
}
.el-icon-alarm-clock:before
{
    content: "";
}
.el-icon-map-location:before
{
    content: "";
}
.el-icon-delete-location:before
{
    content: "";
}
.el-icon-add-location:before
{
    content: "";
}
.el-icon-location-information:before
{
    content: "";
}
.el-icon-location-outline:before
{
    content: "";
}
.el-icon-location:before
{
    content: "";
}
.el-icon-place:before
{
    content: "";
}
.el-icon-discover:before
{
    content: "";
}
.el-icon-first-aid-kit:before
{
    content: "";
}
.el-icon-trophy-1:before
{
    content: "";
}
.el-icon-trophy:before
{
    content: "";
}
.el-icon-medal:before
{
    content: "";
}
.el-icon-medal-1:before
{
    content: "";
}
.el-icon-stopwatch:before
{
    content: "";
}
.el-icon-mic:before
{
    content: "";
}
.el-icon-copy-document:before
{
    content: "";
}
.el-icon-full-screen:before
{
    content: "";
}
.el-icon-switch-button:before
{
    content: "";
}
.el-icon-aim:before
{
    content: "";
}
.el-icon-crop:before
{
    content: "";
}
.el-icon-odometer:before
{
    content: "";
}
.el-icon-time:before
{
    content: "";
}
.el-icon-bangzhu:before
{
    content: "";
}
.el-icon-close-notification:before
{
    content: "";
}
.el-icon-microphone:before
{
    content: "";
}
.el-icon-turn-off-microphone:before
{
    content: "";
}
.el-icon-position:before
{
    content: "";
}
.el-icon-postcard:before
{
    content: "";
}
.el-icon-message:before
{
    content: "";
}
.el-icon-chat-line-square:before
{
    content: "";
}
.el-icon-chat-dot-square:before
{
    content: "";
}
.el-icon-chat-dot-round:before
{
    content: "";
}
.el-icon-chat-square:before
{
    content: "";
}
.el-icon-chat-line-round:before
{
    content: "";
}
.el-icon-chat-round:before
{
    content: "";
}
.el-icon-set-up:before
{
    content: "";
}
.el-icon-turn-off:before
{
    content: "";
}
.el-icon-open:before
{
    content: "";
}
.el-icon-connection:before
{
    content: "";
}
.el-icon-link:before
{
    content: "";
}
.el-icon-cpu:before
{
    content: "";
}
.el-icon-thumb:before
{
    content: "";
}
.el-icon-female:before
{
    content: "";
}
.el-icon-male:before
{
    content: "";
}
.el-icon-guide:before
{
    content: "";
}
.el-icon-news:before
{
    content: "";
}
.el-icon-price-tag:before
{
    content: "";
}
.el-icon-discount:before
{
    content: "";
}
.el-icon-wallet:before
{
    content: "";
}
.el-icon-coin:before
{
    content: "";
}
.el-icon-money:before
{
    content: "";
}
.el-icon-bank-card:before
{
    content: "";
}
.el-icon-box:before
{
    content: "";
}
.el-icon-present:before
{
    content: "";
}
.el-icon-sell:before
{
    content: "";
}
.el-icon-sold-out:before
{
    content: "";
}
.el-icon-shopping-bag-2:before
{
    content: "";
}
.el-icon-shopping-bag-1:before
{
    content: "";
}
.el-icon-shopping-cart-2:before
{
    content: "";
}
.el-icon-shopping-cart-1:before
{
    content: "";
}
.el-icon-shopping-cart-full:before
{
    content: "";
}
.el-icon-smoking:before
{
    content: "";
}
.el-icon-no-smoking:before
{
    content: "";
}
.el-icon-house:before
{
    content: "";
}
.el-icon-table-lamp:before
{
    content: "";
}
.el-icon-school:before
{
    content: "";
}
.el-icon-office-building:before
{
    content: "";
}
.el-icon-toilet-paper:before
{
    content: "";
}
.el-icon-notebook-2:before
{
    content: "";
}
.el-icon-notebook-1:before
{
    content: "";
}
.el-icon-files:before
{
    content: "";
}
.el-icon-collection:before
{
    content: "";
}
.el-icon-receiving:before
{
    content: "";
}
.el-icon-suitcase-1:before
{
    content: "";
}
.el-icon-suitcase:before
{
    content: "";
}
.el-icon-film:before
{
    content: "";
}
.el-icon-collection-tag:before
{
    content: "";
}
.el-icon-data-analysis:before
{
    content: "";
}
.el-icon-pie-chart:before
{
    content: "";
}
.el-icon-data-board:before
{
    content: "";
}
.el-icon-data-line:before
{
    content: "";
}
.el-icon-reading:before
{
    content: "";
}
.el-icon-magic-stick:before
{
    content: "";
}
.el-icon-coordinate:before
{
    content: "";
}
.el-icon-mouse:before
{
    content: "";
}
.el-icon-brush:before
{
    content: "";
}
.el-icon-headset:before
{
    content: "";
}
.el-icon-umbrella:before
{
    content: "";
}
.el-icon-scissors:before
{
    content: "";
}
.el-icon-mobile:before
{
    content: "";
}
.el-icon-attract:before
{
    content: "";
}
.el-icon-monitor:before
{
    content: "";
}
.el-icon-search:before
{
    content: "";
}
.el-icon-takeaway-box:before
{
    content: "";
}
.el-icon-paperclip:before
{
    content: "";
}
.el-icon-printer:before
{
    content: "";
}
.el-icon-document-add:before
{
    content: "";
}
.el-icon-document:before
{
    content: "";
}
.el-icon-document-checked:before
{
    content: "";
}
.el-icon-document-copy:before
{
    content: "";
}
.el-icon-document-delete:before
{
    content: "";
}
.el-icon-document-remove:before
{
    content: "";
}
.el-icon-tickets:before
{
    content: "";
}
.el-icon-folder-checked:before
{
    content: "";
}
.el-icon-folder-delete:before
{
    content: "";
}
.el-icon-folder-remove:before
{
    content: "";
}
.el-icon-folder-add:before
{
    content: "";
}
.el-icon-folder-opened:before
{
    content: "";
}
.el-icon-folder:before
{
    content: "";
}
.el-icon-edit-outline:before
{
    content: "";
}
.el-icon-edit:before
{
    content: "";
}
.el-icon-date:before
{
    content: "";
}
.el-icon-c-scale-to-original:before
{
    content: "";
}
.el-icon-view:before
{
    content: "";
}
.el-icon-loading:before
{
    content: "";
}
.el-icon-rank:before
{
    content: "";
}
.el-icon-sort-down:before
{
    content: "";
}
.el-icon-sort-up:before
{
    content: "";
}
.el-icon-sort:before
{
    content: "";
}
.el-icon-finished:before
{
    content: "";
}
.el-icon-refresh-left:before
{
    content: "";
}
.el-icon-refresh-right:before
{
    content: "";
}
.el-icon-refresh:before
{
    content: "";
}
.el-icon-video-play:before
{
    content: "";
}
.el-icon-video-pause:before
{
    content: "";
}
.el-icon-d-arrow-right:before
{
    content: "";
}
.el-icon-d-arrow-left:before
{
    content: "";
}
.el-icon-arrow-up:before
{
    content: "";
}
.el-icon-arrow-down:before
{
    content: "";
}
.el-icon-arrow-right:before
{
    content: "";
}
.el-icon-arrow-left:before
{
    content: "";
}
.el-icon-top-right:before
{
    content: "";
}
.el-icon-top-left:before
{
    content: "";
}
.el-icon-top:before
{
    content: "";
}
.el-icon-bottom:before
{
    content: "";
}
.el-icon-right:before
{
    content: "";
}
.el-icon-back:before
{
    content: "";
}
.el-icon-bottom-right:before
{
    content: "";
}
.el-icon-bottom-left:before
{
    content: "";
}
.el-icon-caret-top:before
{
    content: "";
}
.el-icon-caret-bottom:before
{
    content: "";
}
.el-icon-caret-right:before
{
    content: "";
}
.el-icon-caret-left:before
{
    content: "";
}
.el-icon-d-caret:before
{
    content: "";
}
.el-icon-share:before
{
    content: "";
}
.el-icon-menu:before
{
    content: "";
}
.el-icon-s-grid:before
{
    content: "";
}
.el-icon-s-check:before
{
    content: "";
}
.el-icon-s-data:before
{
    content: "";
}
.el-icon-s-opportunity:before
{
    content: "";
}
.el-icon-s-custom:before
{
    content: "";
}
.el-icon-s-claim:before
{
    content: "";
}
.el-icon-s-finance:before
{
    content: "";
}
.el-icon-s-comment:before
{
    content: "";
}
.el-icon-s-flag:before
{
    content: "";
}
.el-icon-s-marketing:before
{
    content: "";
}
.el-icon-s-shop:before
{
    content: "";
}
.el-icon-s-open:before
{
    content: "";
}
.el-icon-s-management:before
{
    content: "";
}
.el-icon-s-ticket:before
{
    content: "";
}
.el-icon-s-release:before
{
    content: "";
}
.el-icon-s-home:before
{
    content: "";
}
.el-icon-s-promotion:before
{
    content: "";
}
.el-icon-s-operation:before
{
    content: "";
}
.el-icon-s-unfold:before
{
    content: "";
}
.el-icon-s-fold:before
{
    content: "";
}
.el-icon-s-platform:before
{
    content: "";
}
.el-icon-s-order:before
{
    content: "";
}
.el-icon-s-cooperation:before
{
    content: "";
}
.el-icon-bell:before
{
    content: "";
}
.el-icon-message-solid:before
{
    content: "";
}
.el-icon-video-camera:before
{
    content: "";
}
.el-icon-video-camera-solid:before
{
    content: "";
}
.el-icon-camera:before
{
    content: "";
}
.el-icon-camera-solid:before
{
    content: "";
}
.el-icon-download:before
{
    content: "";
}
.el-icon-upload2:before
{
    content: "";
}
.el-icon-upload:before
{
    content: "";
}
.el-icon-picture-outline-round:before
{
    content: "";
}
.el-icon-picture-outline:before
{
    content: "";
}
.el-icon-picture:before
{
    content: "";
}
.el-icon-close:before
{
    content: "";
}
.el-icon-check:before
{
    content: "";
}
.el-icon-plus:before
{
    content: "";
}
.el-icon-minus:before
{
    content: "";
}
.el-icon-help:before
{
    content: "";
}
.el-icon-s-help:before
{
    content: "";
}
.el-icon-circle-close:before
{
    content: "";
}
.el-icon-circle-check:before
{
    content: "";
}
.el-icon-circle-plus-outline:before
{
    content: "";
}
.el-icon-remove-outline:before
{
    content: "";
}
.el-icon-zoom-out:before
{
    content: "";
}
.el-icon-zoom-in:before
{
    content: "";
}
.el-icon-error:before
{
    content: "";
}
.el-icon-success:before
{
    content: "";
}
.el-icon-circle-plus:before
{
    content: "";
}
.el-icon-remove:before
{
    content: "";
}
.el-icon-info:before
{
    content: "";
}
.el-icon-question:before
{
    content: "";
}
.el-icon-warning-outline:before
{
    content: "";
}
.el-icon-warning:before
{
    content: "";
}
.el-icon-goods:before
{
    content: "";
}
.el-icon-s-goods:before
{
    content: "";
}
.el-icon-star-off:before
{
    content: "";
}
.el-icon-star-on:before
{
    content: "";
}
.el-icon-more-outline:before
{
    content: "";
}
.el-icon-more:before
{
    content: "";
}
.el-icon-phone-outline:before
{
    content: "";
}
.el-icon-phone:before
{
    content: "";
}
.el-icon-user:before
{
    content: "";
}
.el-icon-user-solid:before
{
    content: "";
}
.el-icon-setting:before
{
    content: "";
}
.el-icon-s-tools:before
{
    content: "";
}
.el-icon-delete:before
{
    content: "";
}
.el-icon-delete-solid:before
{
    content: "";
}
.el-icon-eleme:before
{
    content: "";
}
.el-icon-platform-eleme:before
{
    content: "";
}
.el-icon-loading
{
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}
.el-icon--right
{
    margin-left: 5px;
}
.el-icon--left
{
    margin-right: 5px;
}
@-webkit-keyframes rotating
{
    0%
    {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }
    100%
    {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
@keyframes rotating
{
    0%
    {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }
    100%
    {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
.el-button-group>.el-button.is-active, .el-button-group>.el-button.is-disabled, .el-button-group>.el-button:active, .el-button-group>.el-button:focus, .el-button-group>.el-button:hover
{
    z-index: 1;
}
.el-button
{
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}
.el-button+.el-button
{
    margin-left: 10px;
}
.el-button:focus, .el-button:hover
{
    color: #409eff;
    border-color: #c6e2ff;
    background-color: #ecf5ff;
}
.el-button:active
{
    color: #3a8ee6;
    border-color: #3a8ee6;
    outline: 0;
}
.el-button::-moz-focus-inner
{
    border: 0;
}
.el-button [class*=el-icon-]+span
{
    margin-left: 5px;
}
.el-button.is-plain:focus, .el-button.is-plain:hover
{
    background: #fff;
    border-color: #409eff;
    color: #409eff;
}
.el-button.is-active, .el-button.is-plain:active
{
    color: #3a8ee6;
    border-color: #3a8ee6;
}
.el-button.is-plain:active
{
    background: #fff;
    outline: 0;
}
.el-button.is-disabled, .el-button.is-disabled:focus, .el-button.is-disabled:hover
{
    color: #c0c4cc;
    cursor: not-allowed;
    background-image: none;
    background-color: #fff;
    border-color: #ebeef5;
}
.el-button.is-disabled.el-button--text
{
    background-color: transparent;
}
.el-button.is-disabled.is-plain, .el-button.is-disabled.is-plain:focus, .el-button.is-disabled.is-plain:hover
{
    background-color: #fff;
    border-color: #ebeef5;
    color: #c0c4cc;
}
.el-button.is-loading
{
    position: relative;
    pointer-events: none;
}
.el-button.is-loading:before
{
    pointer-events: none;
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: inherit;
    background-color: rgba(255,255,255,.35);
}
.el-button.is-round
{
    border-radius: 20px;
    padding: 12px 23px;
}
.el-button.is-circle
{
    border-radius: 50%;
    padding: 12px;
}
.el-button--primary
{
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
}
.el-button--primary:focus, .el-button--primary:hover
{
    background: #66b1ff;
    border-color: #66b1ff;
    color: #fff;
}
.el-button--primary.is-active, .el-button--primary:active
{
    background: #3a8ee6;
    border-color: #3a8ee6;
    color: #fff;
}
.el-button--primary:active
{
    outline: 0;
}
.el-button--primary.is-disabled, .el-button--primary.is-disabled:active, .el-button--primary.is-disabled:focus, .el-button--primary.is-disabled:hover
{
    color: #fff;
    background-color: #a0cfff;
    border-color: #a0cfff;
}
.el-button--primary.is-plain
{
    color: #409eff;
    background: #ecf5ff;
    border-color: #b3d8ff;
}
.el-button--primary.is-plain:focus, .el-button--primary.is-plain:hover
{
    background: #409eff;
    border-color: #409eff;
    color: #fff;
}
.el-button--primary.is-plain:active
{
    background: #3a8ee6;
    border-color: #3a8ee6;
    color: #fff;
    outline: 0;
}
.el-button--primary.is-plain.is-disabled, .el-button--primary.is-plain.is-disabled:active, .el-button--primary.is-plain.is-disabled:focus, .el-button--primary.is-plain.is-disabled:hover
{
    color: #8cc5ff;
    background-color: #ecf5ff;
    border-color: #d9ecff;
}
.el-button--success
{
    color: #fff;
    background-color: #67c23a;
    border-color: #67c23a;
}
.el-button--success:focus, .el-button--success:hover
{
    background: #85ce61;
    border-color: #85ce61;
    color: #fff;
}
.el-button--success.is-active, .el-button--success:active
{
    background: #5daf34;
    border-color: #5daf34;
    color: #fff;
}
.el-button--success:active
{
    outline: 0;
}
.el-button--success.is-disabled, .el-button--success.is-disabled:active, .el-button--success.is-disabled:focus, .el-button--success.is-disabled:hover
{
    color: #fff;
    background-color: #b3e19d;
    border-color: #b3e19d;
}
.el-button--success.is-plain
{
    color: #67c23a;
    background: #f0f9eb;
    border-color: #c2e7b0;
}
.el-button--success.is-plain:focus, .el-button--success.is-plain:hover
{
    background: #67c23a;
    border-color: #67c23a;
    color: #fff;
}
.el-button--success.is-plain:active
{
    background: #5daf34;
    border-color: #5daf34;
    color: #fff;
    outline: 0;
}
.el-button--success.is-plain.is-disabled, .el-button--success.is-plain.is-disabled:active, .el-button--success.is-plain.is-disabled:focus, .el-button--success.is-plain.is-disabled:hover
{
    color: #a4da89;
    background-color: #f0f9eb;
    border-color: #e1f3d8;
}
.el-button--warning
{
    color: #fff;
    background-color: #e6a23c;
    border-color: #e6a23c;
}
.el-button--warning:focus, .el-button--warning:hover
{
    background: #ebb563;
    border-color: #ebb563;
    color: #fff;
}
.el-button--warning.is-active, .el-button--warning:active
{
    background: #cf9236;
    border-color: #cf9236;
    color: #fff;
}
.el-button--warning:active
{
    outline: 0;
}
.el-button--warning.is-disabled, .el-button--warning.is-disabled:active, .el-button--warning.is-disabled:focus, .el-button--warning.is-disabled:hover
{
    color: #fff;
    background-color: #f3d19e;
    border-color: #f3d19e;
}
.el-button--warning.is-plain
{
    color: #e6a23c;
    background: #fdf6ec;
    border-color: #f5dab1;
}
.el-button--warning.is-plain:focus, .el-button--warning.is-plain:hover
{
    background: #e6a23c;
    border-color: #e6a23c;
    color: #fff;
}
.el-button--warning.is-plain:active
{
    background: #cf9236;
    border-color: #cf9236;
    color: #fff;
    outline: 0;
}
.el-button--warning.is-plain.is-disabled, .el-button--warning.is-plain.is-disabled:active, .el-button--warning.is-plain.is-disabled:focus, .el-button--warning.is-plain.is-disabled:hover
{
    color: #f0c78a;
    background-color: #fdf6ec;
    border-color: #faecd8;
}
.el-button--danger
{
    color: #fff;
    background-color: #f56c6c;
    border-color: #f56c6c;
}
.el-button--danger:focus, .el-button--danger:hover
{
    background: #f78989;
    border-color: #f78989;
    color: #fff;
}
.el-button--danger.is-active, .el-button--danger:active
{
    background: #dd6161;
    border-color: #dd6161;
    color: #fff;
}
.el-button--danger:active
{
    outline: 0;
}
.el-button--danger.is-disabled, .el-button--danger.is-disabled:active, .el-button--danger.is-disabled:focus, .el-button--danger.is-disabled:hover
{
    color: #fff;
    background-color: #fab6b6;
    border-color: #fab6b6;
}
.el-button--danger.is-plain
{
    color: #f56c6c;
    background: #fef0f0;
    border-color: #fbc4c4;
}
.el-button--danger.is-plain:focus, .el-button--danger.is-plain:hover
{
    background: #f56c6c;
    border-color: #f56c6c;
    color: #fff;
}
.el-button--danger.is-plain:active
{
    background: #dd6161;
    border-color: #dd6161;
    color: #fff;
    outline: 0;
}
.el-button--danger.is-plain.is-disabled, .el-button--danger.is-plain.is-disabled:active, .el-button--danger.is-plain.is-disabled:focus, .el-button--danger.is-plain.is-disabled:hover
{
    color: #f9a7a7;
    background-color: #fef0f0;
    border-color: #fde2e2;
}
.el-button--info
{
    color: #fff;
    background-color: #909399;
    border-color: #909399;
}
.el-button--info:focus, .el-button--info:hover
{
    background: #a6a9ad;
    border-color: #a6a9ad;
    color: #fff;
}
.el-button--info.is-active, .el-button--info:active
{
    background: #82848a;
    border-color: #82848a;
    color: #fff;
}
.el-button--info:active
{
    outline: 0;
}
.el-button--info.is-disabled, .el-button--info.is-disabled:active, .el-button--info.is-disabled:focus, .el-button--info.is-disabled:hover
{
    color: #fff;
    background-color: #c8c9cc;
    border-color: #c8c9cc;
}
.el-button--info.is-plain
{
    color: #909399;
    background: #f4f4f5;
    border-color: #d3d4d6;
}
.el-button--info.is-plain:focus, .el-button--info.is-plain:hover
{
    background: #909399;
    border-color: #909399;
    color: #fff;
}
.el-button--info.is-plain:active
{
    background: #82848a;
    border-color: #82848a;
    color: #fff;
    outline: 0;
}
.el-button--info.is-plain.is-disabled, .el-button--info.is-plain.is-disabled:active, .el-button--info.is-plain.is-disabled:focus, .el-button--info.is-plain.is-disabled:hover
{
    color: #bcbec2;
    background-color: #f4f4f5;
    border-color: #e9e9eb;
}
.el-button--text, .el-button--text.is-disabled, .el-button--text.is-disabled:focus, .el-button--text.is-disabled:hover, .el-button--text:active
{
    border-color: transparent;
}
.el-button--medium
{
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px;
}
.el-button--mini, .el-button--small
{
    font-size: 12px;
    border-radius: 3px;
}
.el-button--medium.is-round
{
    padding: 10px 20px;
}
.el-button--medium.is-circle
{
    padding: 10px;
}
.el-button--small, .el-button--small.is-round
{
    padding: 9px 15px;
}
.el-button--small.is-circle
{
    padding: 9px;
}
.el-button--mini, .el-button--mini.is-round
{
    padding: 7px 15px;
}
.el-button--mini.is-circle
{
    padding: 7px;
}
.el-button--text
{
    color: #409eff;
    background: 0 0;
    padding-left: 0;
    padding-right: 0;
}
.el-button--text:focus, .el-button--text:hover
{
    color: #66b1ff;
    border-color: transparent;
    background-color: transparent;
}
.el-button--text:active
{
    color: #3a8ee6;
    background-color: transparent;
}
.el-button-group
{
    display: inline-block;
    vertical-align: middle;
}
.el-button-group::after, .el-button-group::before
{
    display: table;
    content: "";
}
.el-button-group::after
{
    clear: both;
}
.el-button-group>.el-button
{
    float: left;
    position: relative;
}
.el-button-group>.el-button+.el-button
{
    margin-left: 0;
}
.el-button-group>.el-button:first-child
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.el-button-group>.el-button:last-child
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.el-button-group>.el-button:first-child:last-child
{
    border-radius: 4px;
}
.el-button-group>.el-button:first-child:last-child.is-round
{
    border-radius: 20px;
}
.el-button-group>.el-button:first-child:last-child.is-circle
{
    border-radius: 50%;
}
.el-button-group>.el-button:not(:first-child):not(:last-child)
{
    border-radius: 0;
}
.el-button-group>.el-button:not(:last-child)
{
    margin-right: -1px;
}
.el-button-group>.el-dropdown>.el-button
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-color: rgba(255,255,255,.5);
}
.el-button-group .el-button--primary:first-child
{
    border-right-color: rgba(255,255,255,.5);
}
.el-button-group .el-button--primary:last-child
{
    border-left-color: rgba(255,255,255,.5);
}
.el-button-group .el-button--primary:not(:first-child):not(:last-child)
{
    border-left-color: rgba(255,255,255,.5);
    border-right-color: rgba(255,255,255,.5);
}
.el-button-group .el-button--success:first-child
{
    border-right-color: rgba(255,255,255,.5);
}
.el-button-group .el-button--success:last-child
{
    border-left-color: rgba(255,255,255,.5);
}
.el-button-group .el-button--success:not(:first-child):not(:last-child)
{
    border-left-color: rgba(255,255,255,.5);
    border-right-color: rgba(255,255,255,.5);
}
.el-button-group .el-button--warning:first-child
{
    border-right-color: rgba(255,255,255,.5);
}
.el-button-group .el-button--warning:last-child
{
    border-left-color: rgba(255,255,255,.5);
}
.el-button-group .el-button--warning:not(:first-child):not(:last-child)
{
    border-left-color: rgba(255,255,255,.5);
    border-right-color: rgba(255,255,255,.5);
}
.el-button-group .el-button--danger:first-child
{
    border-right-color: rgba(255,255,255,.5);
}
.el-button-group .el-button--danger:last-child
{
    border-left-color: rgba(255,255,255,.5);
}
.el-button-group .el-button--danger:not(:first-child):not(:last-child)
{
    border-left-color: rgba(255,255,255,.5);
    border-right-color: rgba(255,255,255,.5);
}
.el-button-group .el-button--info:first-child
{
    border-right-color: rgba(255,255,255,.5);
}
.el-button-group .el-button--info:last-child
{
    border-left-color: rgba(255,255,255,.5);
}
.el-button-group .el-button--info:not(:first-child):not(:last-child)
{
    border-left-color: rgba(255,255,255,.5);
    border-right-color: rgba(255,255,255,.5);
}
.el-tooltip:focus:hover, .el-tooltip:focus:not(.focusing)
{
    outline-width: 0;
}
.el-tooltip__popper
{
    position: absolute;
    border-radius: 4px;
    padding: 10px;
    z-index: 2000;
    font-size: 12px;
    line-height: 1.2;
    min-width: 10px;
    word-wrap: break-word;
}
.el-tooltip__popper .popper__arrow, .el-tooltip__popper .popper__arrow::after
{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.el-tooltip__popper .popper__arrow
{
    border-width: 6px;
}
.el-tooltip__popper .popper__arrow::after
{
    content: " ";
    border-width: 5px;
}
.el-tooltip__popper[x-placement^=top]
{
    margin-bottom: 12px;
}
.el-tooltip__popper[x-placement^=top] .popper__arrow
{
    bottom: -6px;
    border-top-color: #303133;
    border-bottom-width: 0;
}
.el-tooltip__popper[x-placement^=top] .popper__arrow::after
{
    bottom: 1px;
    margin-left: -5px;
    border-top-color: #303133;
    border-bottom-width: 0;
}
.el-tooltip__popper[x-placement^=bottom]
{
    margin-top: 12px;
}
.el-tooltip__popper[x-placement^=bottom] .popper__arrow
{
    top: -6px;
    border-top-width: 0;
    border-bottom-color: #303133;
}
.el-tooltip__popper[x-placement^=bottom] .popper__arrow::after
{
    top: 1px;
    margin-left: -5px;
    border-top-width: 0;
    border-bottom-color: #303133;
}
.el-tooltip__popper[x-placement^=right]
{
    margin-left: 12px;
}
.el-tooltip__popper[x-placement^=right] .popper__arrow
{
    left: -6px;
    border-right-color: #303133;
    border-left-width: 0;
}
.el-tooltip__popper[x-placement^=right] .popper__arrow::after
{
    bottom: -5px;
    left: 1px;
    border-right-color: #303133;
    border-left-width: 0;
}
.el-tooltip__popper[x-placement^=left]
{
    margin-right: 12px;
}
.el-tooltip__popper[x-placement^=left] .popper__arrow
{
    right: -6px;
    border-right-width: 0;
    border-left-color: #303133;
}
.el-tooltip__popper[x-placement^=left] .popper__arrow::after
{
    right: 1px;
    bottom: -5px;
    margin-left: -5px;
    border-right-width: 0;
    border-left-color: #303133;
}
.el-tooltip__popper.is-dark
{
    background: #303133;
    color: #fff;
}
.el-tooltip__popper.is-light
{
    background: #fff;
    border: 1px solid #303133;
}
.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow
{
    border-top-color: #303133;
}
.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow::after
{
    border-top-color: #fff;
}
.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow
{
    border-bottom-color: #303133;
}
.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow::after
{
    border-bottom-color: #fff;
}
.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow
{
    border-left-color: #303133;
}
.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow::after
{
    border-left-color: #fff;
}
.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow
{
    border-right-color: #303133;
}
.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow::after
{
    border-right-color: #fff;
}
.el-popper .popper__arrow, .el-popper .popper__arrow::after
{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.el-popper .popper__arrow
{
    border-width: 6px;
    -webkit-filter: drop-shadow(0 2px 12px rgba(0,0,0,.03));
    filter: drop-shadow(0 2px 12px rgba(0,0,0,.03));
}
.el-popper .popper__arrow::after
{
    content: " ";
    border-width: 6px;
}
.el-popper[x-placement^=top]
{
    margin-bottom: 12px;
}
.el-popper[x-placement^=top] .popper__arrow
{
    bottom: -6px;
    left: 50%;
    margin-right: 3px;
    border-top-color: #ebeef5;
    border-bottom-width: 0;
}
.el-popper[x-placement^=top] .popper__arrow::after
{
    bottom: 1px;
    margin-left: -6px;
    border-top-color: #fff;
    border-bottom-width: 0;
}
.el-popper[x-placement^=bottom]
{
    margin-top: 12px;
}
.el-popper[x-placement^=bottom] .popper__arrow
{
    top: -6px;
    left: 50%;
    margin-right: 3px;
    border-top-width: 0;
    border-bottom-color: #ebeef5;
}
.el-popper[x-placement^=bottom] .popper__arrow::after
{
    top: 1px;
    margin-left: -6px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
.el-popper[x-placement^=right]
{
    margin-left: 12px;
}
.el-popper[x-placement^=right] .popper__arrow
{
    top: 50%;
    left: -6px;
    margin-bottom: 3px;
    border-right-color: #ebeef5;
    border-left-width: 0;
}
.el-popper[x-placement^=right] .popper__arrow::after
{
    bottom: -6px;
    left: 1px;
    border-right-color: #fff;
    border-left-width: 0;
}
.el-popper[x-placement^=left]
{
    margin-right: 12px;
}
.el-popper[x-placement^=left] .popper__arrow
{
    top: 50%;
    right: -6px;
    margin-bottom: 3px;
    border-right-width: 0;
    border-left-color: #ebeef5;
}
.el-popper[x-placement^=left] .popper__arrow::after
{
    right: 1px;
    bottom: -6px;
    margin-left: -6px;
    border-right-width: 0;
    border-left-color: #fff;
}
.el-select-dropdown
{
    position: absolute;
    z-index: 1001;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px 0;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected
{
    color: #409eff;
    background-color: #fff;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover
{
    background-color: #f5f7fa;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after
{
    position: absolute;
    right: 20px;
    font-family: element-icons;
    content: "";
    font-size: 12px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list
{
    padding: 0;
}
.el-select-dropdown__empty
{
    padding: 10px 0;
    margin: 0;
    text-align: center;
    color: #999;
    font-size: 14px;
}
.el-select-dropdown__wrap
{
    max-height: 274px;
}
.el-select-dropdown__list
{
    list-style: none;
    padding: 6px 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.el-textarea
{
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    font-size: 14px;
}
.el-textarea__inner
{
    display: block;
    resize: vertical;
    padding: 5px 15px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: inherit;
    color: #606266;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}
.el-textarea__inner::-webkit-input-placeholder
{
    color: #c0c4cc;
}
.el-textarea__inner:-ms-input-placeholder
{
    color: #c0c4cc;
}
.el-textarea__inner::-ms-input-placeholder
{
    color: #c0c4cc;
}
.el-textarea__inner::placeholder
{
    color: #c0c4cc;
}
.el-textarea__inner:hover
{
    border-color: #c0c4cc;
}
.el-textarea__inner:focus
{
    outline: 0;
    border-color: #409eff;
}
.el-textarea .el-input__count
{
    color: #909399;
    background: #fff;
    position: absolute;
    font-size: 12px;
    bottom: 5px;
    right: 10px;
}
.el-textarea.is-disabled .el-textarea__inner
{
    background-color: #f5f7fa;
    border-color: #e4e7ed;
    color: #c0c4cc;
    cursor: not-allowed;
}
.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder
{
    color: #c0c4cc;
}
.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder
{
    color: #c0c4cc;
}
.el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder
{
    color: #c0c4cc;
}
.el-textarea.is-disabled .el-textarea__inner::placeholder
{
    color: #c0c4cc;
}
.el-textarea.is-exceed .el-textarea__inner
{
    border-color: #f56c6c;
}
.el-textarea.is-exceed .el-input__count
{
    color: #f56c6c;
}
.el-input
{
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.el-input::-webkit-scrollbar
{
    z-index: 11;
    width: 6px;
}
.el-input::-webkit-scrollbar:horizontal
{
    height: 6px;
}
.el-input::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    width: 6px;
    background: #b4bccc;
}
.el-input::-webkit-scrollbar-corner
{
    background: #fff;
}
.el-input::-webkit-scrollbar-track
{
    background: #fff;
}
.el-input::-webkit-scrollbar-track-piece
{
    background: #fff;
    width: 6px;
}
.el-input .el-input__clear
{
    color: #c0c4cc;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: color .2s cubic-bezier(.645,.045,.355,1);
    transition: color .2s cubic-bezier(.645,.045,.355,1);
}
.el-input .el-input__clear:hover
{
    color: #909399;
}
.el-input .el-input__count
{
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #909399;
    font-size: 12px;
}
.el-input .el-input__count .el-input__count-inner
{
    background: #fff;
    line-height: initial;
    display: inline-block;
    padding: 0 5px;
}
.el-input__inner
{
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.el-select-dropdown__item, .el-tag
{
    white-space: nowrap;
    -webkit-box-sizing: border-box;
}
.el-input__prefix, .el-input__suffix
{
    position: absolute;
    top: 0;
    -webkit-transition: all .3s;
    height: 100%;
    color: #c0c4cc;
    text-align: center;
}
.el-input__inner::-webkit-input-placeholder
{
    color: #c0c4cc;
}
.el-input__inner:-ms-input-placeholder
{
    color: #c0c4cc;
}
.el-input__inner::-ms-input-placeholder
{
    color: #c0c4cc;
}
.el-input__inner::placeholder
{
    color: #c0c4cc;
}
.el-input__inner:hover
{
    border-color: #c0c4cc;
}
.el-input.is-active .el-input__inner, .el-input__inner:focus
{
    border-color: #409eff;
    outline: 0;
}
.el-input__suffix
{
    right: 5px;
    transition: all .3s;
    pointer-events: none;
}
.el-input__suffix-inner
{
    pointer-events: all;
}
.el-input__prefix
{
    left: 5px;
    transition: all .3s;
}
.el-input__icon
{
    height: 100%;
    width: 25px;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    line-height: 40px;
}
.el-input__icon:after
{
    content: '';
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}
.el-input__validateIcon
{
    pointer-events: none;
}
.el-input.is-disabled .el-input__inner
{
    background-color: #f5f7fa;
    border-color: #e4e7ed;
    color: #c0c4cc;
    cursor: not-allowed;
}
.el-input.is-disabled .el-input__inner::-webkit-input-placeholder
{
    color: #c0c4cc;
}
.el-input.is-disabled .el-input__inner:-ms-input-placeholder
{
    color: #c0c4cc;
}
.el-input.is-disabled .el-input__inner::-ms-input-placeholder
{
    color: #c0c4cc;
}
.el-input.is-disabled .el-input__inner::placeholder
{
    color: #c0c4cc;
}
.el-input.is-disabled .el-input__icon
{
    cursor: not-allowed;
}
.el-input.is-exceed .el-input__inner
{
    border-color: #f56c6c;
}
.el-input.is-exceed .el-input__suffix .el-input__count
{
    color: #f56c6c;
}
.el-input--suffix .el-input__inner
{
    padding-right: 30px;
}
.el-input--prefix .el-input__inner
{
    padding-left: 30px;
}
.el-input--medium
{
    font-size: 14px;
}
.el-input--medium .el-input__inner
{
    height: 36px;
    line-height: 36px;
}
.el-input--medium .el-input__icon
{
    line-height: 36px;
}
.el-input--small
{
    font-size: 13px;
}
.el-input--small .el-input__inner
{
    height: 32px;
    line-height: 32px;
}
.el-input--small .el-input__icon
{
    line-height: 32px;
}
.el-input--mini
{
    font-size: 12px;
}
.el-input--mini .el-input__inner
{
    height: 28px;
    line-height: 28px;
}
.el-input--mini .el-input__icon
{
    line-height: 28px;
}
.el-input-group
{
    line-height: normal;
    display: inline-table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.el-input-group>.el-input__inner
{
    vertical-align: middle;
    display: table-cell;
}
.el-input-group__append, .el-input-group__prepend
{
    background-color: #f5f7fa;
    color: #909399;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    padding: 0 20px;
    width: 1px;
    white-space: nowrap;
}
.el-input-group--prepend .el-input__inner, .el-input-group__append
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.el-input-group--append .el-input__inner, .el-input-group__prepend
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.el-input-group__append:focus, .el-input-group__prepend:focus
{
    outline: 0;
}
.el-input-group__append .el-button, .el-input-group__append .el-select, .el-input-group__prepend .el-button, .el-input-group__prepend .el-select
{
    display: inline-block;
    margin: -10px -20px;
}
.el-input-group__append button.el-button, .el-input-group__append div.el-select .el-input__inner, .el-input-group__append div.el-select:hover .el-input__inner, .el-input-group__prepend button.el-button, .el-input-group__prepend div.el-select .el-input__inner, .el-input-group__prepend div.el-select:hover .el-input__inner
{
    border-color: transparent;
    background-color: transparent;
    color: inherit;
    border-top: 0;
    border-bottom: 0;
}
.el-input-group__append .el-button, .el-input-group__append .el-input, .el-input-group__prepend .el-button, .el-input-group__prepend .el-input
{
    font-size: inherit;
}
.el-input-group__prepend
{
    border-right: 0;
}
.el-input-group__append
{
    border-left: 0;
}
.el-input-group--append .el-select .el-input.is-focus .el-input__inner, .el-input-group--prepend .el-select .el-input.is-focus .el-input__inner
{
    border-color: transparent;
}
.el-input__inner::-ms-clear
{
    display: none;
    width: 0;
    height: 0;
}
.el-tag
{
    background-color: #ecf5ff;
    border-color: #d9ecff;
    display: inline-block;
    height: 32px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
    color: #409eff;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    box-sizing: border-box;
}
.el-tag.is-hit
{
    border-color: #409eff;
}
.el-tag .el-tag__close
{
    color: #409eff;
}
.el-tag .el-tag__close:hover
{
    color: #fff;
    background-color: #409eff;
}
.el-tag.el-tag--info
{
    background-color: #f4f4f5;
    border-color: #e9e9eb;
    color: #909399;
}
.el-tag.el-tag--info.is-hit
{
    border-color: #909399;
}
.el-tag.el-tag--info .el-tag__close
{
    color: #909399;
}
.el-tag.el-tag--info .el-tag__close:hover
{
    color: #fff;
    background-color: #909399;
}
.el-tag.el-tag--success
{
    background-color: #f0f9eb;
    border-color: #e1f3d8;
    color: #67c23a;
}
.el-tag.el-tag--success.is-hit
{
    border-color: #67c23a;
}
.el-tag.el-tag--success .el-tag__close
{
    color: #67c23a;
}
.el-tag.el-tag--success .el-tag__close:hover
{
    color: #fff;
    background-color: #67c23a;
}
.el-tag.el-tag--warning
{
    background-color: #fdf6ec;
    border-color: #faecd8;
    color: #e6a23c;
}
.el-tag.el-tag--warning.is-hit
{
    border-color: #e6a23c;
}
.el-tag.el-tag--warning .el-tag__close
{
    color: #e6a23c;
}
.el-tag.el-tag--warning .el-tag__close:hover
{
    color: #fff;
    background-color: #e6a23c;
}
.el-tag.el-tag--danger
{
    background-color: #fef0f0;
    border-color: #fde2e2;
    color: #f56c6c;
}
.el-tag.el-tag--danger.is-hit
{
    border-color: #f56c6c;
}
.el-tag.el-tag--danger .el-tag__close
{
    color: #f56c6c;
}
.el-tag.el-tag--danger .el-tag__close:hover
{
    color: #fff;
    background-color: #f56c6c;
}
.el-tag .el-icon-close
{
    border-radius: 50%;
    text-align: center;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    height: 16px;
    width: 16px;
    line-height: 16px;
    vertical-align: middle;
    top: -1px;
    right: -5px;
}
.el-tag .el-icon-close::before
{
    display: block;
}
.el-tag--dark
{
    background-color: #409eff;
    border-color: #409eff;
    color: #fff;
}
.el-tag--dark.is-hit
{
    border-color: #409eff;
}
.el-tag--dark .el-tag__close
{
    color: #fff;
}
.el-tag--dark .el-tag__close:hover
{
    color: #fff;
    background-color: #66b1ff;
}
.el-tag--dark.el-tag--info
{
    background-color: #909399;
    border-color: #909399;
    color: #fff;
}
.el-tag--dark.el-tag--info.is-hit
{
    border-color: #909399;
}
.el-tag--dark.el-tag--info .el-tag__close
{
    color: #fff;
}
.el-tag--dark.el-tag--info .el-tag__close:hover
{
    color: #fff;
    background-color: #a6a9ad;
}
.el-tag--dark.el-tag--success
{
    background-color: #67c23a;
    border-color: #67c23a;
    color: #fff;
}
.el-tag--dark.el-tag--success.is-hit
{
    border-color: #67c23a;
}
.el-tag--dark.el-tag--success .el-tag__close
{
    color: #fff;
}
.el-tag--dark.el-tag--success .el-tag__close:hover
{
    color: #fff;
    background-color: #85ce61;
}
.el-tag--dark.el-tag--warning
{
    background-color: #e6a23c;
    border-color: #e6a23c;
    color: #fff;
}
.el-tag--dark.el-tag--warning.is-hit
{
    border-color: #e6a23c;
}
.el-tag--dark.el-tag--warning .el-tag__close
{
    color: #fff;
}
.el-tag--dark.el-tag--warning .el-tag__close:hover
{
    color: #fff;
    background-color: #ebb563;
}
.el-tag--dark.el-tag--danger
{
    background-color: #f56c6c;
    border-color: #f56c6c;
    color: #fff;
}
.el-tag--dark.el-tag--danger.is-hit
{
    border-color: #f56c6c;
}
.el-tag--dark.el-tag--danger .el-tag__close
{
    color: #fff;
}
.el-tag--dark.el-tag--danger .el-tag__close:hover
{
    color: #fff;
    background-color: #f78989;
}
.el-tag--plain
{
    background-color: #fff;
    border-color: #b3d8ff;
    color: #409eff;
}
.el-tag--plain.is-hit
{
    border-color: #409eff;
}
.el-tag--plain .el-tag__close
{
    color: #409eff;
}
.el-tag--plain .el-tag__close:hover
{
    color: #fff;
    background-color: #409eff;
}
.el-tag--plain.el-tag--info
{
    background-color: #fff;
    border-color: #d3d4d6;
    color: #909399;
}
.el-tag--plain.el-tag--info.is-hit
{
    border-color: #909399;
}
.el-tag--plain.el-tag--info .el-tag__close
{
    color: #909399;
}
.el-tag--plain.el-tag--info .el-tag__close:hover
{
    color: #fff;
    background-color: #909399;
}
.el-tag--plain.el-tag--success
{
    background-color: #fff;
    border-color: #c2e7b0;
    color: #67c23a;
}
.el-tag--plain.el-tag--success.is-hit
{
    border-color: #67c23a;
}
.el-tag--plain.el-tag--success .el-tag__close
{
    color: #67c23a;
}
.el-tag--plain.el-tag--success .el-tag__close:hover
{
    color: #fff;
    background-color: #67c23a;
}
.el-tag--plain.el-tag--warning
{
    background-color: #fff;
    border-color: #f5dab1;
    color: #e6a23c;
}
.el-tag--plain.el-tag--warning.is-hit
{
    border-color: #e6a23c;
}
.el-tag--plain.el-tag--warning .el-tag__close
{
    color: #e6a23c;
}
.el-tag--plain.el-tag--warning .el-tag__close:hover
{
    color: #fff;
    background-color: #e6a23c;
}
.el-tag--plain.el-tag--danger
{
    background-color: #fff;
    border-color: #fbc4c4;
    color: #f56c6c;
}
.el-tag--plain.el-tag--danger.is-hit
{
    border-color: #f56c6c;
}
.el-tag--plain.el-tag--danger .el-tag__close
{
    color: #f56c6c;
}
.el-tag--plain.el-tag--danger .el-tag__close:hover
{
    color: #fff;
    background-color: #f56c6c;
}
.el-tag--medium
{
    height: 28px;
    line-height: 26px;
}
.el-tag--medium .el-icon-close
{
    -webkit-transform: scale(.8);
    transform: scale(.8);
}
.el-tag--small
{
    height: 24px;
    padding: 0 8px;
    line-height: 22px;
}
.el-tag--small .el-icon-close
{
    -webkit-transform: scale(.8);
    transform: scale(.8);
}
.el-tag--mini
{
    height: 20px;
    padding: 0 5px;
    line-height: 19px;
}
.el-tag--mini .el-icon-close
{
    margin-left: -3px;
    -webkit-transform: scale(.7);
    transform: scale(.7);
}
.el-select-dropdown__item
{
    font-size: 14px;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #606266;
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
    cursor: pointer;
}
.el-select-dropdown__item.is-disabled
{
    color: #c0c4cc;
    cursor: not-allowed;
}
.el-select-dropdown__item.is-disabled:hover
{
    background-color: #fff;
}
.el-select-dropdown__item.hover, .el-select-dropdown__item:hover
{
    background-color: #f5f7fa;
}
.el-select-dropdown__item.selected
{
    color: #409eff;
    font-weight: 700;
}
.el-select-group
{
    margin: 0;
    padding: 0;
}
.el-select-group__wrap
{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.el-select-group__wrap:not(:last-of-type)
{
    padding-bottom: 24px;
}
.el-select-group__wrap:not(:last-of-type)::after
{
    content: '';
    position: absolute;
    display: block;
    left: 20px;
    right: 20px;
    bottom: 12px;
    height: 1px;
    background: #e4e7ed;
}
.el-select-group__title
{
    padding-left: 20px;
    font-size: 12px;
    color: #909399;
    line-height: 30px;
}
.el-select-group .el-select-dropdown__item
{
    padding-left: 20px;
}
.el-scrollbar
{
    overflow: hidden;
    position: relative;
}
.el-scrollbar:active>.el-scrollbar__bar, .el-scrollbar:focus>.el-scrollbar__bar, .el-scrollbar:hover>.el-scrollbar__bar
{
    opacity: 1;
    -webkit-transition: opacity 340ms ease-out;
    transition: opacity 340ms ease-out;
}
.el-scrollbar__wrap
{
    overflow: scroll;
    height: 100%;
}
.el-scrollbar__wrap--hidden-default::-webkit-scrollbar
{
    width: 0;
    height: 0;
}
.el-scrollbar__thumb
{
    position: relative;
    display: block;
    width: 0;
    height: 0;
    cursor: pointer;
    border-radius: inherit;
    background-color: rgba(144,147,153,.3);
    -webkit-transition: .3s background-color;
    transition: .3s background-color;
}
.el-scrollbar__thumb:hover
{
    background-color: rgba(144,147,153,.5);
}
.el-scrollbar__bar
{
    position: absolute;
    right: 2px;
    bottom: 2px;
    z-index: 1;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: opacity 120ms ease-out;
    transition: opacity 120ms ease-out;
}
.el-scrollbar__bar.is-vertical
{
    width: 6px;
    top: 2px;
}
.el-scrollbar__bar.is-vertical>div
{
    width: 100%;
}
.el-scrollbar__bar.is-horizontal
{
    height: 6px;
    left: 2px;
}
.el-scrollbar__bar.is-horizontal>div
{
    height: 100%;
}
.el-select
{
    display: inline-block;
    position: relative;
}
.el-select .el-select__tags>span
{
    display: contents;
}
.el-select:hover .el-input__inner
{
    border-color: #c0c4cc;
}
.el-select .el-input__inner
{
    cursor: pointer;
    padding-right: 35px;
}
.el-select .el-input__inner:focus
{
    border-color: #409eff;
}
.el-select .el-input .el-select__caret
{
    color: #c0c4cc;
    font-size: 14px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    cursor: pointer;
}
.el-select .el-input .el-select__caret.is-reverse
{
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
}
.el-select .el-input .el-select__caret.is-show-close
{
    font-size: 14px;
    text-align: center;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    border-radius: 100%;
    color: #c0c4cc;
    -webkit-transition: color .2s cubic-bezier(.645,.045,.355,1);
    transition: color .2s cubic-bezier(.645,.045,.355,1);
}
.el-select .el-input .el-select__caret.is-show-close:hover
{
    color: #909399;
}
.el-select .el-input.is-disabled .el-input__inner
{
    cursor: not-allowed;
}
.el-select .el-input.is-disabled .el-input__inner:hover
{
    border-color: #e4e7ed;
}
.el-select .el-input.is-focus .el-input__inner
{
    border-color: #409eff;
}
.el-select>.el-input
{
    display: block;
}
.el-select__input
{
    border: none;
    outline: 0;
    padding: 0;
    margin-left: 15px;
    color: #666;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 28px;
    background-color: transparent;
}
.el-select__input.is-mini
{
    height: 14px;
}
.el-select__close
{
    cursor: pointer;
    position: absolute;
    top: 8px;
    z-index: 1000;
    right: 25px;
    color: #c0c4cc;
    line-height: 18px;
    font-size: 14px;
}
.el-select__close:hover
{
    color: #909399;
}
.el-select__tags
{
    position: absolute;
    line-height: normal;
    white-space: normal;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.el-select .el-tag__close
{
    margin-top: -2px;
}
.el-select .el-tag
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-color: transparent;
    margin: 2px 0 2px 6px;
    background-color: #f0f2f5;
}
.el-select .el-tag__close.el-icon-close
{
    background-color: #c0c4cc;
    right: -7px;
    top: 0;
    color: #fff;
}
.el-select .el-tag__close.el-icon-close:hover
{
    background-color: #909399;
}
.el-select .el-tag__close.el-icon-close::before
{
    display: block;
    -webkit-transform: translate(0,.5px);
    transform: translate(0,.5px);
}
.el-popper .popper__arrow, .el-popper .popper__arrow::after
{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.el-popper .popper__arrow
{
    border-width: 6px;
    -webkit-filter: drop-shadow(0 2px 12px rgba(0,0,0,.03));
    filter: drop-shadow(0 2px 12px rgba(0,0,0,.03));
}
.el-popper .popper__arrow::after
{
    content: " ";
    border-width: 6px;
}
.el-popper[x-placement^=top]
{
    margin-bottom: 12px;
}
.el-popper[x-placement^=top] .popper__arrow
{
    bottom: -6px;
    left: 50%;
    margin-right: 3px;
    border-top-color: #ebeef5;
    border-bottom-width: 0;
}
.el-popper[x-placement^=top] .popper__arrow::after
{
    bottom: 1px;
    margin-left: -6px;
    border-top-color: #fff;
    border-bottom-width: 0;
}
.el-popper[x-placement^=bottom]
{
    margin-top: 12px;
}
.el-popper[x-placement^=bottom] .popper__arrow
{
    top: -6px;
    left: 50%;
    margin-right: 3px;
    border-top-width: 0;
    border-bottom-color: #ebeef5;
}
.el-popper[x-placement^=bottom] .popper__arrow::after
{
    top: 1px;
    margin-left: -6px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
.el-popper[x-placement^=right]
{
    margin-left: 12px;
}
.el-popper[x-placement^=right] .popper__arrow
{
    top: 50%;
    left: -6px;
    margin-bottom: 3px;
    border-right-color: #ebeef5;
    border-left-width: 0;
}
.el-popper[x-placement^=right] .popper__arrow::after
{
    bottom: -6px;
    left: 1px;
    border-right-color: #fff;
    border-left-width: 0;
}
.el-popper[x-placement^=left]
{
    margin-right: 12px;
}
.el-popper[x-placement^=left] .popper__arrow
{
    top: 50%;
    right: -6px;
    margin-bottom: 3px;
    border-right-width: 0;
    border-left-color: #ebeef5;
}
.el-popper[x-placement^=left] .popper__arrow::after
{
    right: 1px;
    bottom: -6px;
    margin-left: -6px;
    border-right-width: 0;
    border-left-color: #fff;
}
.el-select-dropdown
{
    position: absolute;
    z-index: 1001;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px 0;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected
{
    color: #409eff;
    background-color: #fff;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover
{
    background-color: #f5f7fa;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after
{
    position: absolute;
    right: 20px;
    font-family: element-icons;
    content: "";
    font-size: 12px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list
{
    padding: 0;
}
.el-select-dropdown__empty
{
    padding: 10px 0;
    margin: 0;
    text-align: center;
    color: #999;
    font-size: 14px;
}
.el-select-dropdown__wrap
{
    max-height: 274px;
}
.el-select-dropdown__list
{
    list-style: none;
    padding: 6px 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face
{
    font-family: element-icons;
    src: url(https://cdn-a914bb88.com/static/assets/94c62c7e-8834-40a9-90fb-6a50299431fa/aeb59f35-1e09-4a4f-a380-749027615f4c/535877f50039c0cb49a6196a5b7517cd.woff) format("woff"),url(https://cdn-a914bb88.com/static/assets/94c62c7e-8834-40a9-90fb-6a50299431fa/aeb59f35-1e09-4a4f-a380-749027615f4c/732389ded34cb9c52dd88271f1345af9.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
[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-icon-ice-cream-round:before
{
    content: "";
}
.el-icon-ice-cream-square:before
{
    content: "";
}
.el-icon-lollipop:before
{
    content: "";
}
.el-icon-potato-strips:before
{
    content: "";
}
.el-icon-milk-tea:before
{
    content: "";
}
.el-icon-ice-drink:before
{
    content: "";
}
.el-icon-ice-tea:before
{
    content: "";
}
.el-icon-coffee:before
{
    content: "";
}
.el-icon-orange:before
{
    content: "";
}
.el-icon-pear:before
{
    content: "";
}
.el-icon-apple:before
{
    content: "";
}
.el-icon-cherry:before
{
    content: "";
}
.el-icon-watermelon:before
{
    content: "";
}
.el-icon-grape:before
{
    content: "";
}
.el-icon-refrigerator:before
{
    content: "";
}
.el-icon-goblet-square-full:before
{
    content: "";
}
.el-icon-goblet-square:before
{
    content: "";
}
.el-icon-goblet-full:before
{
    content: "";
}
.el-icon-goblet:before
{
    content: "";
}
.el-icon-cold-drink:before
{
    content: "";
}
.el-icon-coffee-cup:before
{
    content: "";
}
.el-icon-water-cup:before
{
    content: "";
}
.el-icon-hot-water:before
{
    content: "";
}
.el-icon-ice-cream:before
{
    content: "";
}
.el-icon-dessert:before
{
    content: "";
}
.el-icon-sugar:before
{
    content: "";
}
.el-icon-tableware:before
{
    content: "";
}
.el-icon-burger:before
{
    content: "";
}
.el-icon-knife-fork:before
{
    content: "";
}
.el-icon-fork-spoon:before
{
    content: "";
}
.el-icon-chicken:before
{
    content: "";
}
.el-icon-food:before
{
    content: "";
}
.el-icon-dish-1:before
{
    content: "";
}
.el-icon-dish:before
{
    content: "";
}
.el-icon-moon-night:before
{
    content: "";
}
.el-icon-moon:before
{
    content: "";
}
.el-icon-cloudy-and-sunny:before
{
    content: "";
}
.el-icon-partly-cloudy:before
{
    content: "";
}
.el-icon-cloudy:before
{
    content: "";
}
.el-icon-sunny:before
{
    content: "";
}
.el-icon-sunset:before
{
    content: "";
}
.el-icon-sunrise-1:before
{
    content: "";
}
.el-icon-sunrise:before
{
    content: "";
}
.el-icon-heavy-rain:before
{
    content: "";
}
.el-icon-lightning:before
{
    content: "";
}
.el-icon-light-rain:before
{
    content: "";
}
.el-icon-wind-power:before
{
    content: "";
}
.el-icon-baseball:before
{
    content: "";
}
.el-icon-soccer:before
{
    content: "";
}
.el-icon-football:before
{
    content: "";
}
.el-icon-basketball:before
{
    content: "";
}
.el-icon-ship:before
{
    content: "";
}
.el-icon-truck:before
{
    content: "";
}
.el-icon-bicycle:before
{
    content: "";
}
.el-icon-mobile-phone:before
{
    content: "";
}
.el-icon-service:before
{
    content: "";
}
.el-icon-key:before
{
    content: "";
}
.el-icon-unlock:before
{
    content: "";
}
.el-icon-lock:before
{
    content: "";
}
.el-icon-watch:before
{
    content: "";
}
.el-icon-watch-1:before
{
    content: "";
}
.el-icon-timer:before
{
    content: "";
}
.el-icon-alarm-clock:before
{
    content: "";
}
.el-icon-map-location:before
{
    content: "";
}
.el-icon-delete-location:before
{
    content: "";
}
.el-icon-add-location:before
{
    content: "";
}
.el-icon-location-information:before
{
    content: "";
}
.el-icon-location-outline:before
{
    content: "";
}
.el-icon-location:before
{
    content: "";
}
.el-icon-place:before
{
    content: "";
}
.el-icon-discover:before
{
    content: "";
}
.el-icon-first-aid-kit:before
{
    content: "";
}
.el-icon-trophy-1:before
{
    content: "";
}
.el-icon-trophy:before
{
    content: "";
}
.el-icon-medal:before
{
    content: "";
}
.el-icon-medal-1:before
{
    content: "";
}
.el-icon-stopwatch:before
{
    content: "";
}
.el-icon-mic:before
{
    content: "";
}
.el-icon-copy-document:before
{
    content: "";
}
.el-icon-full-screen:before
{
    content: "";
}
.el-icon-switch-button:before
{
    content: "";
}
.el-icon-aim:before
{
    content: "";
}
.el-icon-crop:before
{
    content: "";
}
.el-icon-odometer:before
{
    content: "";
}
.el-icon-time:before
{
    content: "";
}
.el-icon-bangzhu:before
{
    content: "";
}
.el-icon-close-notification:before
{
    content: "";
}
.el-icon-microphone:before
{
    content: "";
}
.el-icon-turn-off-microphone:before
{
    content: "";
}
.el-icon-position:before
{
    content: "";
}
.el-icon-postcard:before
{
    content: "";
}
.el-icon-message:before
{
    content: "";
}
.el-icon-chat-line-square:before
{
    content: "";
}
.el-icon-chat-dot-square:before
{
    content: "";
}
.el-icon-chat-dot-round:before
{
    content: "";
}
.el-icon-chat-square:before
{
    content: "";
}
.el-icon-chat-line-round:before
{
    content: "";
}
.el-icon-chat-round:before
{
    content: "";
}
.el-icon-set-up:before
{
    content: "";
}
.el-icon-turn-off:before
{
    content: "";
}
.el-icon-open:before
{
    content: "";
}
.el-icon-connection:before
{
    content: "";
}
.el-icon-link:before
{
    content: "";
}
.el-icon-cpu:before
{
    content: "";
}
.el-icon-thumb:before
{
    content: "";
}
.el-icon-female:before
{
    content: "";
}
.el-icon-male:before
{
    content: "";
}
.el-icon-guide:before
{
    content: "";
}
.el-icon-news:before
{
    content: "";
}
.el-icon-price-tag:before
{
    content: "";
}
.el-icon-discount:before
{
    content: "";
}
.el-icon-wallet:before
{
    content: "";
}
.el-icon-coin:before
{
    content: "";
}
.el-icon-money:before
{
    content: "";
}
.el-icon-bank-card:before
{
    content: "";
}
.el-icon-box:before
{
    content: "";
}
.el-icon-present:before
{
    content: "";
}
.el-icon-sell:before
{
    content: "";
}
.el-icon-sold-out:before
{
    content: "";
}
.el-icon-shopping-bag-2:before
{
    content: "";
}
.el-icon-shopping-bag-1:before
{
    content: "";
}
.el-icon-shopping-cart-2:before
{
    content: "";
}
.el-icon-shopping-cart-1:before
{
    content: "";
}
.el-icon-shopping-cart-full:before
{
    content: "";
}
.el-icon-smoking:before
{
    content: "";
}
.el-icon-no-smoking:before
{
    content: "";
}
.el-icon-house:before
{
    content: "";
}
.el-icon-table-lamp:before
{
    content: "";
}
.el-icon-school:before
{
    content: "";
}
.el-icon-office-building:before
{
    content: "";
}
.el-icon-toilet-paper:before
{
    content: "";
}
.el-icon-notebook-2:before
{
    content: "";
}
.el-icon-notebook-1:before
{
    content: "";
}
.el-icon-files:before
{
    content: "";
}
.el-icon-collection:before
{
    content: "";
}
.el-icon-receiving:before
{
    content: "";
}
.el-icon-suitcase-1:before
{
    content: "";
}
.el-icon-suitcase:before
{
    content: "";
}
.el-icon-film:before
{
    content: "";
}
.el-icon-collection-tag:before
{
    content: "";
}
.el-icon-data-analysis:before
{
    content: "";
}
.el-icon-pie-chart:before
{
    content: "";
}
.el-icon-data-board:before
{
    content: "";
}
.el-icon-data-line:before
{
    content: "";
}
.el-icon-reading:before
{
    content: "";
}
.el-icon-magic-stick:before
{
    content: "";
}
.el-icon-coordinate:before
{
    content: "";
}
.el-icon-mouse:before
{
    content: "";
}
.el-icon-brush:before
{
    content: "";
}
.el-icon-headset:before
{
    content: "";
}
.el-icon-umbrella:before
{
    content: "";
}
.el-icon-scissors:before
{
    content: "";
}
.el-icon-mobile:before
{
    content: "";
}
.el-icon-attract:before
{
    content: "";
}
.el-icon-monitor:before
{
    content: "";
}
.el-icon-search:before
{
    content: "";
}
.el-icon-takeaway-box:before
{
    content: "";
}
.el-icon-paperclip:before
{
    content: "";
}
.el-icon-printer:before
{
    content: "";
}
.el-icon-document-add:before
{
    content: "";
}
.el-icon-document:before
{
    content: "";
}
.el-icon-document-checked:before
{
    content: "";
}
.el-icon-document-copy:before
{
    content: "";
}
.el-icon-document-delete:before
{
    content: "";
}
.el-icon-document-remove:before
{
    content: "";
}
.el-icon-tickets:before
{
    content: "";
}
.el-icon-folder-checked:before
{
    content: "";
}
.el-icon-folder-delete:before
{
    content: "";
}
.el-icon-folder-remove:before
{
    content: "";
}
.el-icon-folder-add:before
{
    content: "";
}
.el-icon-folder-opened:before
{
    content: "";
}
.el-icon-folder:before
{
    content: "";
}
.el-icon-edit-outline:before
{
    content: "";
}
.el-icon-edit:before
{
    content: "";
}
.el-icon-date:before
{
    content: "";
}
.el-icon-c-scale-to-original:before
{
    content: "";
}
.el-icon-view:before
{
    content: "";
}
.el-icon-loading:before
{
    content: "";
}
.el-icon-rank:before
{
    content: "";
}
.el-icon-sort-down:before
{
    content: "";
}
.el-icon-sort-up:before
{
    content: "";
}
.el-icon-sort:before
{
    content: "";
}
.el-icon-finished:before
{
    content: "";
}
.el-icon-refresh-left:before
{
    content: "";
}
.el-icon-refresh-right:before
{
    content: "";
}
.el-icon-refresh:before
{
    content: "";
}
.el-icon-video-play:before
{
    content: "";
}
.el-icon-video-pause:before
{
    content: "";
}
.el-icon-d-arrow-right:before
{
    content: "";
}
.el-icon-d-arrow-left:before
{
    content: "";
}
.el-icon-arrow-up:before
{
    content: "";
}
.el-icon-arrow-down:before
{
    content: "";
}
.el-icon-arrow-right:before
{
    content: "";
}
.el-icon-arrow-left:before
{
    content: "";
}
.el-icon-top-right:before
{
    content: "";
}
.el-icon-top-left:before
{
    content: "";
}
.el-icon-top:before
{
    content: "";
}
.el-icon-bottom:before
{
    content: "";
}
.el-icon-right:before
{
    content: "";
}
.el-icon-back:before
{
    content: "";
}
.el-icon-bottom-right:before
{
    content: "";
}
.el-icon-bottom-left:before
{
    content: "";
}
.el-icon-caret-top:before
{
    content: "";
}
.el-icon-caret-bottom:before
{
    content: "";
}
.el-icon-caret-right:before
{
    content: "";
}
.el-icon-caret-left:before
{
    content: "";
}
.el-icon-d-caret:before
{
    content: "";
}
.el-icon-share:before
{
    content: "";
}
.el-icon-menu:before
{
    content: "";
}
.el-icon-s-grid:before
{
    content: "";
}
.el-icon-s-check:before
{
    content: "";
}
.el-icon-s-data:before
{
    content: "";
}
.el-icon-s-opportunity:before
{
    content: "";
}
.el-icon-s-custom:before
{
    content: "";
}
.el-icon-s-claim:before
{
    content: "";
}
.el-icon-s-finance:before
{
    content: "";
}
.el-icon-s-comment:before
{
    content: "";
}
.el-icon-s-flag:before
{
    content: "";
}
.el-icon-s-marketing:before
{
    content: "";
}
.el-icon-s-shop:before
{
    content: "";
}
.el-icon-s-open:before
{
    content: "";
}
.el-icon-s-management:before
{
    content: "";
}
.el-icon-s-ticket:before
{
    content: "";
}
.el-icon-s-release:before
{
    content: "";
}
.el-icon-s-home:before
{
    content: "";
}
.el-icon-s-promotion:before
{
    content: "";
}
.el-icon-s-operation:before
{
    content: "";
}
.el-icon-s-unfold:before
{
    content: "";
}
.el-icon-s-fold:before
{
    content: "";
}
.el-icon-s-platform:before
{
    content: "";
}
.el-icon-s-order:before
{
    content: "";
}
.el-icon-s-cooperation:before
{
    content: "";
}
.el-icon-bell:before
{
    content: "";
}
.el-icon-message-solid:before
{
    content: "";
}
.el-icon-video-camera:before
{
    content: "";
}
.el-icon-video-camera-solid:before
{
    content: "";
}
.el-icon-camera:before
{
    content: "";
}
.el-icon-camera-solid:before
{
    content: "";
}
.el-icon-download:before
{
    content: "";
}
.el-icon-upload2:before
{
    content: "";
}
.el-icon-upload:before
{
    content: "";
}
.el-icon-picture-outline-round:before
{
    content: "";
}
.el-icon-picture-outline:before
{
    content: "";
}
.el-icon-picture:before
{
    content: "";
}
.el-icon-close:before
{
    content: "";
}
.el-icon-check:before
{
    content: "";
}
.el-icon-plus:before
{
    content: "";
}
.el-icon-minus:before
{
    content: "";
}
.el-icon-help:before
{
    content: "";
}
.el-icon-s-help:before
{
    content: "";
}
.el-icon-circle-close:before
{
    content: "";
}
.el-icon-circle-check:before
{
    content: "";
}
.el-icon-circle-plus-outline:before
{
    content: "";
}
.el-icon-remove-outline:before
{
    content: "";
}
.el-icon-zoom-out:before
{
    content: "";
}
.el-icon-zoom-in:before
{
    content: "";
}
.el-icon-error:before
{
    content: "";
}
.el-icon-success:before
{
    content: "";
}
.el-icon-circle-plus:before
{
    content: "";
}
.el-icon-remove:before
{
    content: "";
}
.el-icon-info:before
{
    content: "";
}
.el-icon-question:before
{
    content: "";
}
.el-icon-warning-outline:before
{
    content: "";
}
.el-icon-warning:before
{
    content: "";
}
.el-icon-goods:before
{
    content: "";
}
.el-icon-s-goods:before
{
    content: "";
}
.el-icon-star-off:before
{
    content: "";
}
.el-icon-star-on:before
{
    content: "";
}
.el-icon-more-outline:before
{
    content: "";
}
.el-icon-more:before
{
    content: "";
}
.el-icon-phone-outline:before
{
    content: "";
}
.el-icon-phone:before
{
    content: "";
}
.el-icon-user:before
{
    content: "";
}
.el-icon-user-solid:before
{
    content: "";
}
.el-icon-setting:before
{
    content: "";
}
.el-icon-s-tools:before
{
    content: "";
}
.el-icon-delete:before
{
    content: "";
}
.el-icon-delete-solid:before
{
    content: "";
}
.el-icon-eleme:before
{
    content: "";
}
.el-icon-platform-eleme:before
{
    content: "";
}
.el-icon-loading
{
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}
.el-icon--right
{
    margin-left: 5px;
}
.el-icon--left
{
    margin-right: 5px;
}
@-webkit-keyframes rotating
{
    0%
    {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }
    100%
    {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
@keyframes rotating
{
    0%
    {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }
    100%
    {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
@font-face
{
    font-family: 'Montserrat';
    src: url(https://cdn-a914bb88.com/static/assets/94c62c7e-8834-40a9-90fb-6a50299431fa/aeb59f35-1e09-4a4f-a380-749027615f4c/409c7f79a42e56c785f50ed37535f0be.ttf) format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face
{
    font-family: 'Montserrat';
    src: url(https://cdn-a914bb88.com/static/assets/94c62c7e-8834-40a9-90fb-6a50299431fa/aeb59f35-1e09-4a4f-a380-749027615f4c/01c4560c9c15069b6700ce7ad2e49a9c.ttf) format('opentype');
    font-weight: 300;
    font-style: italic;
}
@font-face
{
    font-family: 'Montserrat';
    src: url(https://cdn-a914bb88.com/static/assets/94c62c7e-8834-40a9-90fb-6a50299431fa/aeb59f35-1e09-4a4f-a380-749027615f4c/ee6539921d713482b8ccd4d0d23961bb.ttf) format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face
{
    font-family: 'Montserrat';
    src: url(https://cdn-a914bb88.com/static/assets/94c62c7e-8834-40a9-90fb-6a50299431fa/aeb59f35-1e09-4a4f-a380-749027615f4c/a7063e0c0f0cb546ad45e9e24b27bd3b.ttf) format('opentype');
    font-weight: 400;
    font-style: italic;
}
@font-face
{
    font-family: 'Montserrat';
    src: url(https://cdn-a914bb88.com/static/assets/94c62c7e-8834-40a9-90fb-6a50299431fa/aeb59f35-1e09-4a4f-a380-749027615f4c/c8b6e083af3f94009801989c3739425e.ttf) format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face
{
    font-family: 'Montserrat';
    src: url(https://cdn-a914bb88.com/static/assets/94c62c7e-8834-40a9-90fb-6a50299431fa/aeb59f35-1e09-4a4f-a380-749027615f4c/40a74702035bf9ef19053c84ce9a58b9.ttf) format('opentype');
    font-weight: 500;
    font-style: italic;
}
@font-face
{
    font-family: 'Montserrat';
    src: url(https://cdn-a914bb88.com/static/assets/94c62c7e-8834-40a9-90fb-6a50299431fa/aeb59f35-1e09-4a4f-a380-749027615f4c/c641dbee1d75892e4d88bdc31560c91b.ttf) format('opentype');
    font-weight: 600;
    font-style: normal;
}
@font-face
{
    font-family: 'Montserrat';
    src: url(https://cdn-a914bb88.com/static/assets/94c62c7e-8834-40a9-90fb-6a50299431fa/aeb59f35-1e09-4a4f-a380-749027615f4c/83c1ec1f1db9a6416791f7d9d29536f2.ttf) format('opentype');
    font-weight: 600;
    font-style: italic;
}
@font-face
{
    font-family: 'Montserrat';
    src: url(https://cdn-a914bb88.com/static/assets/94c62c7e-8834-40a9-90fb-6a50299431fa/aeb59f35-1e09-4a4f-a380-749027615f4c/ade91f473255991f410f61857696434b.ttf) format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face
{
    font-family: 'Montserrat';
    src: url(https://cdn-a914bb88.com/static/assets/94c62c7e-8834-40a9-90fb-6a50299431fa/aeb59f35-1e09-4a4f-a380-749027615f4c/1b38414956c666bd1df78fe5b9c84756.ttf) format('opentype');
    font-weight: 700;
    font-style: italic;
}
@font-face
{
    font-family: 'Montserrat';
    src: url(https://cdn-a914bb88.com/static/assets/94c62c7e-8834-40a9-90fb-6a50299431fa/aeb59f35-1e09-4a4f-a380-749027615f4c/19ba7aa52a78c3896558ac1c0a5fb4c7.ttf) format('opentype');
    font-weight: 800;
    font-style: normal;
}
@font-face
{
    font-family: 'Montserrat';
    src: url(https://cdn-a914bb88.com/static/assets/94c62c7e-8834-40a9-90fb-6a50299431fa/aeb59f35-1e09-4a4f-a380-749027615f4c/52a50ca037f2f96fa567404dc3c5bdfb.ttf) format('opentype');
    font-weight: 800;
    font-style: italic;
}
@font-face
{
    font-family: 'Montserrat';
    src: url(https://cdn-a914bb88.com/static/assets/94c62c7e-8834-40a9-90fb-6a50299431fa/aeb59f35-1e09-4a4f-a380-749027615f4c/55e37a35525c63e130e76d588f2f5e8d.ttf) format('opentype');
    font-weight: 900;
    font-style: normal;
}
@font-face
{
    font-family: 'Montserrat';
    src: url(https://cdn-a914bb88.com/static/assets/94c62c7e-8834-40a9-90fb-6a50299431fa/aeb59f35-1e09-4a4f-a380-749027615f4c/39833eed48300f751547827bd709ddc5.ttf) format('opentype');
    font-weight: 900;
    font-style: italic;
}
.flag-icon, .flag-icon-background
{
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.flag-icon
{
    position: relative;
    display: inline-block;
    width: 1.33333em;
    line-height: 1em;
}
.flag-icon:before
{
    content: " ";
}
.flag-icon.flag-icon-squared
{
    width: 1em;
}
.flag-icon-ad
{
    background-image: url(../../bcgamebettingde/image/35a43c59eaca3a0910f1f99c324852a1.svg);
}
.flag-icon-ae
{
    background-image: url(../../bcgamebettingde/image/6ab1227cbf8295d20ed9fc79f19f955b.svg);
}
.flag-icon-af
{
    background-image: url(../../bcgamebettingde/image/fc3ae31499bbc1c4e5751d568f1fe055.svg);
}
.flag-icon-ag
{
    background-image: url(../../bcgamebettingde/image/c5f7f8f4a90d0952d63f4adf4caeb4ce.svg);
}
.flag-icon-ai
{
    background-image: url(../../bcgamebettingde/image/116bce758654c2450232d926fb46395d.svg);
}
.flag-icon-al
{
    background-image: url(../../bcgamebettingde/image/f8e50a1ae706df3c1e016d4d132064b4.svg);
}
.flag-icon-am
{
    background-image: url(../../bcgamebettingde/image/cd00900a48f25664324120ccff3c1387.svg);
}
.flag-icon-ao
{
    background-image: url(../../bcgamebettingde/image/bfa881bc6c3a70ceecd67bc4d747ae40.svg);
}
.flag-icon-aq
{
    background-image: url(../../bcgamebettingde/image/15927efd42c551fba43640133087d3f3.svg);
}
.flag-icon-ar
{
    background-image: url(../../bcgamebettingde/image/76d747ea465acbcda70d8aaf6d042fa6.svg);
}
.flag-icon-as
{
    background-image: url(../../bcgamebettingde/image/26d9734e85653c83268543e1e643c03d.svg);
}
.flag-icon-at
{
    background-image: url(../../bcgamebettingde/image/47d98a5e4e03751cc540b569d8571b67.svg);
}
.flag-icon-au
{
    background-image: url(../../bcgamebettingde/image/729fbfe0a776803ae2179e1a7dbfaa58.svg);
}
.flag-icon-aw
{
    background-image: url(../../bcgamebettingde/image/6fc6818a6762cc0f9c0468991c531425.svg);
}
.flag-icon-ax
{
    background-image: url(../../bcgamebettingde/image/e13c5617b83897aa6976e1bb438d0888.svg);
}
.flag-icon-az
{
    background-image: url(../../bcgamebettingde/image/151eef868a6a7036a937a376ed218a46.svg);
}
.flag-icon-ba
{
    background-image: url(../../bcgamebettingde/image/f7122adbdab3f82657e9d539c03accfa.svg);
}
.flag-icon-bb
{
    background-image: url(../../bcgamebettingde/image/4e395ce269d08b978f4c60e182862e1c.svg);
}
.flag-icon-bd
{
    background-image: url(../../bcgamebettingde/image/7f0542aeacf8930f23f67ee4e4ee2973.svg);
}
.flag-icon-be
{
    background-image: url(../../bcgamebettingde/image/a5b1f43a72b6926cc0ae627a078b686d.svg);
}
.flag-icon-bf
{
    background-image: url(../../bcgamebettingde/image/4cd99fda8e1cf3e2fc54a68bd4a10e5c.svg);
}
.flag-icon-bg
{
    background-image: url(../../bcgamebettingde/image/5dc6bf4982ccd01ad0d0210cb7ea7dbb.svg);
}
.flag-icon-bh
{
    background-image: url(../../bcgamebettingde/image/d7e361d9c93d9c7a981dfa6853de49aa.svg);
}
.flag-icon-bi
{
    background-image: url(../../bcgamebettingde/image/848a6c427e150f6ab8ea4a04545c3c52.svg);
}
.flag-icon-bj
{
    background-image: url(../../bcgamebettingde/image/3754e8b6a7d419139099da825d43cf10.svg);
}
.flag-icon-bl
{
    background-image: url(../../bcgamebettingde/image/7e5e15fbf972a23945906337e86c6c28.svg);
}
.flag-icon-bm
{
    background-image: url(../../bcgamebettingde/image/66bd8e808a023f39143728300543af78.svg);
}
.flag-icon-bn
{
    background-image: url(../../bcgamebettingde/image/bc085d7399e13438b05cac9348ac85e2.svg);
}
.flag-icon-bo
{
    background-image: url(../../bcgamebettingde/image/f61af51918913bf9e68d47bf1534a2cf.svg);
}
.flag-icon-bq
{
    background-image: url(../../bcgamebettingde/image/caec7df85906eb333b4beef973037364.svg);
}
.flag-icon-br
{
    background-image: url(../../bcgamebettingde/image/e65d3bd397688d6f66bd8fbee7eaf74a.svg);
}
.flag-icon-bs
{
    background-image: url(../../bcgamebettingde/image/a523dd3c427153d4c64f377c2c61c26a.svg);
}
.flag-icon-bt
{
    background-image: url(../../bcgamebettingde/image/e0d46f1d90e5b8a694ed6fad731f3bed.svg);
}
.flag-icon-bv
{
    background-image: url(../../bcgamebettingde/image/57f02cfac50e26c9b00cc7a3209d6219.svg);
}
.flag-icon-bw
{
    background-image: url(../../bcgamebettingde/image/4268276c0949609c28e3a5b4772531d7.svg);
}
.flag-icon-by
{
    background-image: url(../../bcgamebettingde/image/6654c75b61fd282ea56d9948bf36be35.svg);
}
.flag-icon-bz
{
    background-image: url(../../bcgamebettingde/image/35d13c09f6c229dcede616b30f36d33c.svg);
}
.flag-icon-ca
{
    background-image: url(../../bcgamebettingde/image/ce1431089b9cba8ed19a763287a27bac.svg);
}
.flag-icon-cc
{
    background-image: url(../../bcgamebettingde/image/faef487b62201705e1294793c61957ae.svg);
}
.flag-icon-cd
{
    background-image: url(../../bcgamebettingde/image/47aec89f217a49ebaf0a8a4bf262cb7e.svg);
}
.flag-icon-cf
{
    background-image: url(../../bcgamebettingde/image/779dd2641a5ac3dd9620ca65ff9f7618.svg);
}
.flag-icon-cg
{
    background-image: url(../../bcgamebettingde/image/f485dabc61aa5ed191a59abb2f5e9d1d.svg);
}
.flag-icon-ch
{
    background-image: url(../../bcgamebettingde/image/faa59b27f672a347e9087151b07cf68c.svg);
}
.flag-icon-ci
{
    background-image: url(../../bcgamebettingde/image/05e8ff32d86f6683eab575f8b420efeb.svg);
}
.flag-icon-ck
{
    background-image: url(../../bcgamebettingde/image/7a73dc7d43cb24ce57e4f3e6a96a5c70.svg);
}
.flag-icon-cl
{
    background-image: url(../../bcgamebettingde/image/c0706f3ca643f9805b9de70165ee48d1.svg);
}
.flag-icon-cm
{
    background-image: url(../../bcgamebettingde/image/93b55263fd48dfff89e6f610ab12f0a2.svg);
}
.flag-icon-cn
{
    background-image: url(../../bcgamebettingde/image/afa55647992321252aae8dbbdb1ae48c.svg);
}
.flag-icon-co
{
    background-image: url(../../bcgamebettingde/image/bf3bdd49999efe61abf524d5ed068337.svg);
}
.flag-icon-cr
{
    background-image: url(../../bcgamebettingde/image/50baa8f17646788de1e2f26326c9d00e.svg);
}
.flag-icon-cu
{
    background-image: url(../../bcgamebettingde/image/ef357d974ff61c3ad54707a69e46310e.svg);
}
.flag-icon-cv
{
    background-image: url(../../bcgamebettingde/image/82965eb27d97a385f656a03c60f09159.svg);
}
.flag-icon-cw
{
    background-image: url(../../bcgamebettingde/image/1a1cfe55a35792079e846b68e7955254.svg);
}
.flag-icon-cx
{
    background-image: url(../../bcgamebettingde/image/041d007bc46b36c2981a4606cd80efda.svg);
}
.flag-icon-cy
{
    background-image: url(../../bcgamebettingde/image/b25dd09e8ea70e410415f0bcebdc78a4.svg);
}
.flag-icon-cz
{
    background-image: url(../../bcgamebettingde/image/198a904fbddf0d39a0ebdfca18a4e5b6.svg);
}
.flag-icon-de
{
    background-image: url(../../bcgamebettingde/image/52f420da94ae60f6dcf173d224e365d8.svg);
}
.flag-icon-dj
{
    background-image: url(../../bcgamebettingde/image/ee550dad7a5611067db19e629ee12156.svg);
}
.flag-icon-dk
{
    background-image: url(../../bcgamebettingde/image/6c007494b43b9fd94b1c5bf1639e43a9.svg);
}
.flag-icon-dm
{
    background-image: url(../../bcgamebettingde/image/cb4127309ddab3d06abed6acdea11a68.svg);
}
.flag-icon-do
{
    background-image: url(../../bcgamebettingde/image/bf385c000eaaa5b41a75def9107da4a2.svg);
}
.flag-icon-dz
{
    background-image: url(../../bcgamebettingde/image/ad89831803dcdef9b9ddc1a19591f514.svg);
}
.flag-icon-ec
{
    background-image: url(../../bcgamebettingde/image/ef033cba771949559a4afc1f1aef091f.svg);
}
.flag-icon-ee
{
    background-image: url(../../bcgamebettingde/image/6135b11d01f9e90786de60e8641c5276.svg);
}
.flag-icon-eg
{
    background-image: url(../../bcgamebettingde/image/25cf81b139bcef07522cfc7f313a8d0a.svg);
}
.flag-icon-eh
{
    background-image: url(../../bcgamebettingde/image/999f172cd8a369bfa21a526bb3059e6b.svg);
}
.flag-icon-er
{
    background-image: url(../../bcgamebettingde/image/6eb9a20b2808c64cd978b2caae550d66.svg);
}
.flag-icon-es
{
    background-image: url(../../bcgamebettingde/image/f0611b99717f9dca3a4d6ba00b0be9a7.svg);
}
.flag-icon-et
{
    background-image: url(../../bcgamebettingde/image/d696c04ae96b70037f803d42fae9ba8f.svg);
}
.flag-icon-fi
{
    background-image: url(../../bcgamebettingde/image/150036922d64730cfb8c09ac0ebffe30.svg);
}
.flag-icon-fj
{
    background-image: url(../../bcgamebettingde/image/1d3f0fd6613ee2d3c282dcc0b8d94cd3.svg);
}
.flag-icon-fk
{
    background-image: url(../../bcgamebettingde/image/914fc3511d4a3067876badc783cc4172.svg);
}
.flag-icon-fm
{
    background-image: url(../../bcgamebettingde/image/dac3f025d195498448ed8c7eb08a128e.svg);
}
.flag-icon-fo
{
    background-image: url(../../bcgamebettingde/image/d5b88d5d4925a1c8b90b11a115774339.svg);
}
.flag-icon-fr
{
    background-image: url(../../bcgamebettingde/image/7e5e15fbf972a23945906337e86c6c28.svg);
}
.flag-icon-ga
{
    background-image: url(../../bcgamebettingde/image/b1638d55a2bf23acde00cf21b1162428.svg);
}
.flag-icon-gb
{
    background-image: url(../../bcgamebettingde/image/b9c954a867bfad1f950281bb7485ddb6.svg);
}
.flag-icon-gd
{
    background-image: url(../../bcgamebettingde/image/f1ac468df3e1ada6eeeaaf0fe40d5018.svg);
}
.flag-icon-ge
{
    background-image: url(../../bcgamebettingde/image/728758e4c47c50ad069b29f909b5afc6.svg);
}
.flag-icon-gf
{
    background-image: url(../../bcgamebettingde/image/2269e43efa067223e8b8e362af58a412.svg);
}
.flag-icon-gg
{
    background-image: url(../../bcgamebettingde/image/a533d9ea9ea3a89c0dd9b9213b281e78.svg);
}
.flag-icon-gh
{
    background-image: url(../../bcgamebettingde/image/c538ba3e7d06703fc5832cc1b3ab7b90.svg);
}
.flag-icon-gi
{
    background-image: url(../../bcgamebettingde/image/bdd6d16a6a1c1abe9acf49e243d0ce21.svg);
}
.flag-icon-gl
{
    background-image: url(../../bcgamebettingde/image/05eb77f4a6a36ac4c8bcb15e1d92a801.svg);
}
.flag-icon-gm
{
    background-image: url(../../bcgamebettingde/image/86ce96e9cdffc82ea859cae884f6db49.svg);
}
.flag-icon-gn
{
    background-image: url(../../bcgamebettingde/image/334613832476d164009b8482a7561eac.svg);
}
.flag-icon-gp
{
    background-image: url(../../bcgamebettingde/image/7e5e15fbf972a23945906337e86c6c28.svg);
}
.flag-icon-gq
{
    background-image: url(../../bcgamebettingde/image/a8d1335b163599e171b9222966f30421.svg);
}
.flag-icon-gr
{
    background-image: url(../../bcgamebettingde/image/f198b25cf40c473ae23af14727c6dd2e.svg);
}
.flag-icon-gs
{
    background-image: url(../../bcgamebettingde/image/ae1f146b0bc4e7755451d97bb0f71637.svg);
}
.flag-icon-gt
{
    background-image: url(../../bcgamebettingde/image/bc069152985ee596e66ccf5eba1aa9b6.svg);
}
.flag-icon-gu
{
    background-image: url(../../bcgamebettingde/image/1fa3f4328baa43a6c3fbc40eddff351f.svg);
}
.flag-icon-gw
{
    background-image: url(../../bcgamebettingde/image/9f9fb0944945b347e41abc142a5623ac.svg);
}
.flag-icon-gy
{
    background-image: url(../../bcgamebettingde/image/2b07feaedb7ee116e2339f375f350b35.svg);
}
.flag-icon-hk
{
    background-image: url(../../bcgamebettingde/image/a63e23787f2e3a2d62fd63b8f32d0b01.svg);
}
.flag-icon-hm
{
    background-image: url(../../bcgamebettingde/image/7f92cc20fb9efead53675c4ee9e0ae9f.svg);
}
.flag-icon-hn
{
    background-image: url(../../bcgamebettingde/image/7a5623851a8d4da7f102c9f863cff4c1.svg);
}
.flag-icon-hr
{
    background-image: url(../../bcgamebettingde/image/e5d6412d49a134e767add222c9176c72.svg);
}
.flag-icon-ht
{
    background-image: url(../../bcgamebettingde/image/1b9d99116e36a181a8f69401f15963a4.svg);
}
.flag-icon-hu
{
    background-image: url(../../bcgamebettingde/image/44bb640d57ed03c244c60b8f34b179fd.svg);
}
.flag-icon-id
{
    background-image: url(../../bcgamebettingde/image/1cec7bdaf6d3c890c145015fa3833da9.svg);
}
.flag-icon-ie
{
    background-image: url(../../bcgamebettingde/image/00a56e4c0144c3250351c3b0bbf0f3d9.svg);
}
.flag-icon-il
{
    background-image: url(../../bcgamebettingde/image/afd1969e9c33c433b865ab43ac226669.svg);
}
.flag-icon-im
{
    background-image: url(../../bcgamebettingde/image/540840ada0149392fd119e4116f5c083.svg);
}
.flag-icon-in
{
    background-image: url(../../bcgamebettingde/image/8c7d536fc88082e979273e72c5495bac.svg);
}
.flag-icon-io
{
    background-image: url(../../bcgamebettingde/image/4cd4d1aff0ae2d56c47a991c76246b1f.svg);
}
.flag-icon-iq
{
    background-image: url(../../bcgamebettingde/image/136ba5c7a49c3bf235f3e5070d2ba082.svg);
}
.flag-icon-ir
{
    background-image: url(../../bcgamebettingde/image/790efa4ad1432b2fd13ca1eecabc083d.svg);
}
.flag-icon-is
{
    background-image: url(../../bcgamebettingde/image/c01434d23501b914977d5ed6c103a685.svg);
}
.flag-icon-it
{
    background-image: url(../../bcgamebettingde/image/09c30a90b5dfc3bb816f4ab4d1627c30.svg);
}
.flag-icon-je
{
    background-image: url(../../bcgamebettingde/image/8fdb25c56bb492fc1f1dc438a6eeb78f.svg);
}
.flag-icon-jm
{
    background-image: url(../../bcgamebettingde/image/e5fbda09e24d04a4dff593f8421ecf1f.svg);
}
.flag-icon-jo
{
    background-image: url(../../bcgamebettingde/image/d60b5b5b67ef77fd35751a46869d40cb.svg);
}
.flag-icon-jp
{
    background-image: url(../../bcgamebettingde/image/bd579b683c0e7352ede92ae6885f1098.svg);
}
.flag-icon-ke
{
    background-image: url(../../bcgamebettingde/image/ca964b0e81ec973292d6ec49696e0ee4.svg);
}
.flag-icon-kg
{
    background-image: url(../../bcgamebettingde/image/bcffe21ed2b58341eeb5f2a1cdda2e6a.svg);
}
.flag-icon-kh
{
    background-image: url(../../bcgamebettingde/image/db30b90c7da994fc922e4a6f253c4198.svg);
}
.flag-icon-ki
{
    background-image: url(../../bcgamebettingde/image/2546fc407fde7ed7d3797de1fd77d2c0.svg);
}
.flag-icon-km
{
    background-image: url(../../bcgamebettingde/image/a0bf3414b593d16c492dbc823810589b.svg);
}
.flag-icon-kn
{
    background-image: url(../../bcgamebettingde/image/da8a45774c8318f25e121ddcb129b316.svg);
}
.flag-icon-kp
{
    background-image: url(../../bcgamebettingde/image/aa0edc05ce92171d9441857404ff0682.svg);
}
.flag-icon-kr
{
    background-image: url(../../bcgamebettingde/image/971df6e0801118e368e3c5135d4e8f87.svg);
}
.flag-icon-kw
{
    background-image: url(../../bcgamebettingde/image/8a3715610da1b61ed9abdfd185ee82ad.svg);
}
.flag-icon-ky
{
    background-image: url(../../bcgamebettingde/image/8bd6c530f71439efd8483507652f5314.svg);
}
.flag-icon-kz
{
    background-image: url(../../bcgamebettingde/image/b81602b504840f094a94fa30ebfbde86.svg);
}
.flag-icon-la
{
    background-image: url(../../bcgamebettingde/image/e269eef2f96bd6a416dc4d6540cc7a54.svg);
}
.flag-icon-lb
{
    background-image: url(../../bcgamebettingde/image/a5c08f7ddaba74e662aedddfcf637378.svg);
}
.flag-icon-lc
{
    background-image: url(../../bcgamebettingde/image/184e916edeab22407382c18745f80308.svg);
}
.flag-icon-li
{
    background-image: url(../../bcgamebettingde/image/6bb5f83bcf623e33497bfa5b027e0691.svg);
}
.flag-icon-lk
{
    background-image: url(../../bcgamebettingde/image/3be35822641288efe16e111a1e4e4908.svg);
}
.flag-icon-lr
{
    background-image: url(../../bcgamebettingde/image/732a8950a26a96e3142a50df8508ad35.svg);
}
.flag-icon-ls
{
    background-image: url(../../bcgamebettingde/image/5f21d12d37421277a57d73f0a2f267b4.svg);
}
.flag-icon-lt
{
    background-image: url(../../bcgamebettingde/image/791db0a7e458c49d7ccff69b044f6d60.svg);
}
.flag-icon-lu
{
    background-image: url(../../bcgamebettingde/image/1de1678264959ecfa469415b878a6c41.svg);
}
.flag-icon-lv
{
    background-image: url(../../bcgamebettingde/image/a0eae2fbebfbd426b2fd3ea147d4f1e0.svg);
}
.flag-icon-ly
{
    background-image: url(../../bcgamebettingde/image/b8185a1f4c96a925575c39361164f298.svg);
}
.flag-icon-ma
{
    background-image: url(../../bcgamebettingde/image/ea0175664eb783bbe65c013b7ce45648.svg);
}
.flag-icon-mc
{
    background-image: url(../../bcgamebettingde/image/c66897cadfe0702d19f4f8597850a278.svg);
}
.flag-icon-md
{
    background-image: url(../../bcgamebettingde/image/5858cdc592de2290a5e51f452b40ecf1.svg);
}
.flag-icon-me
{
    background-image: url(../../bcgamebettingde/image/1a99ffac0440a9e67b5a33c2d34e9a0b.svg);
}
.flag-icon-mf
{
    background-image: url(../../bcgamebettingde/image/7e5e15fbf972a23945906337e86c6c28.svg);
}
.flag-icon-mg
{
    background-image: url(../../bcgamebettingde/image/d4b6837506c181e2ba05da7483692eb1.svg);
}
.flag-icon-mh
{
    background-image: url(../../bcgamebettingde/image/b9042ba15b17437f25c53aad0c938e7c.svg);
}
.flag-icon-mk
{
    background-image: url(../../bcgamebettingde/image/2b98cc7480e95de865406a5156da5f47.svg);
}
.flag-icon-ml
{
    background-image: url(../../bcgamebettingde/image/793acfabcb3dfdfd0dc1df81c4b08c15.svg);
}
.flag-icon-mm
{
    background-image: url(../../bcgamebettingde/image/cbbda857e1e7cc8416f59f9b928c00e9.svg);
}
.flag-icon-mn
{
    background-image: url(../../bcgamebettingde/image/481e43858c861b0d2334df762061038e.svg);
}
.flag-icon-mo
{
    background-image: url(../../bcgamebettingde/image/d62988474d89d0cd8b1c236b53543d8c.svg);
}
.flag-icon-mp
{
    background-image: url(../../bcgamebettingde/image/0665925927a6d7bf4a432616255a4cda.svg);
}
.flag-icon-mq
{
    background-image: url(../../bcgamebettingde/image/7e5e15fbf972a23945906337e86c6c28.svg);
}
.flag-icon-mr
{
    background-image: url(../../bcgamebettingde/image/a5a1885f780fbf9ca47c1707d26a3619.svg);
}
.flag-icon-ms
{
    background-image: url(../../bcgamebettingde/image/0cb17edd55f06f867376ae6440ea3f61.svg);
}
.flag-icon-mt
{
    background-image: url(../../bcgamebettingde/image/eb4857203293b45656bd985e24ae787c.svg);
}
.flag-icon-mu
{
    background-image: url(../../bcgamebettingde/image/623645d1b2d6e845d980584d24b3ea13.svg);
}
.flag-icon-mv
{
    background-image: url(../../bcgamebettingde/image/9ac00149799c5bfd8cd0b8f90154b1a9.svg);
}
.flag-icon-mw
{
    background-image: url(../../bcgamebettingde/image/5e3ed25ca9b400ca5cb174dd2eb2a61f.svg);
}
.flag-icon-mx
{
    background-image: url(../../bcgamebettingde/image/745a8c77111b2246095cebb5a821e250.svg);
}
.flag-icon-my
{
    background-image: url(../../bcgamebettingde/image/afb7856db929daa8b07895d91ded88a9.svg);
}
.flag-icon-mz
{
    background-image: url(../../bcgamebettingde/image/9969aaee71e84d84333fd0d88fcdd21b.svg);
}
.flag-icon-na
{
    background-image: url(../../bcgamebettingde/image/6dbd520a59fd43218e6f30b85839371e.svg);
}
.flag-icon-nc
{
    background-image: url(../../bcgamebettingde/image/7e5e15fbf972a23945906337e86c6c28.svg);
}
.flag-icon-ne
{
    background-image: url(../../bcgamebettingde/image/df8df5bafe0cff382f6f0a41c2fdd0f4.svg);
}
.flag-icon-nf
{
    background-image: url(../../bcgamebettingde/image/1d24e67a7718fdbde05073a6ea7ffc40.svg);
}
.flag-icon-ng
{
    background-image: url(../../bcgamebettingde/image/2ab032ca834d9720d5277d293d45c672.svg);
}
.flag-icon-ni
{
    background-image: url(../../bcgamebettingde/image/b8cca4b5409261c08d4f71bd96295918.svg);
}
.flag-icon-nl
{
    background-image: url(../../bcgamebettingde/image/de08f66c1f3e5aa41fe5ed27b62ce70f.svg);
}
.flag-icon-no
{
    background-image: url(../../bcgamebettingde/image/1a13241ff36624806ea8df3264caa66e.svg);
}
.flag-icon-np
{
    background-image: url(../../bcgamebettingde/image/8aa0dab8f7172faaa7e1c3d062fd55ad.svg);
}
.flag-icon-nr
{
    background-image: url(../../bcgamebettingde/image/40eac1cbea7185e1685509ce497ba39a.svg);
}
.flag-icon-nu
{
    background-image: url(../../bcgamebettingde/image/005a5c51ce74dabdaa72fbce70eeafff.svg);
}
.flag-icon-nz
{
    background-image: url(../../bcgamebettingde/image/68d35af4f7ee42f954536c4c53a7e8a5.svg);
}
.flag-icon-om
{
    background-image: url(../../bcgamebettingde/image/7fe6019a00411d0559f9cdd603947720.svg);
}
.flag-icon-pa
{
    background-image: url(../../bcgamebettingde/image/b089baf328053c09b5203b394d30494c.svg);
}
.flag-icon-pe
{
    background-image: url(../../bcgamebettingde/image/d205d8e85a2b522d7bf0fd923945df40.svg);
}
.flag-icon-pf
{
    background-image: url(../../bcgamebettingde/image/e0cd0ca79be242131625fb1a450f5b90.svg);
}
.flag-icon-pg
{
    background-image: url(../../bcgamebettingde/image/1168850b2023b7859f615cc95022aa53.svg);
}
.flag-icon-ph
{
    background-image: url(../../bcgamebettingde/image/aece09296ebf84eef4a38ef6396f6719.svg);
}
.flag-icon-pk
{
    background-image: url(../../bcgamebettingde/image/93c01197592b243cce311a2748286b8a.svg);
}
.flag-icon-pl
{
    background-image: url(../../bcgamebettingde/image/5dd7c2afb3f4d2ca36b1dfb06fb2b2c9.svg);
}
.flag-icon-pm
{
    background-image: url(../../bcgamebettingde/image/7e5e15fbf972a23945906337e86c6c28.svg);
}
.flag-icon-pn
{
    background-image: url(../../bcgamebettingde/image/6fba00617b4620e53c3b81120076c37b.svg);
}
.flag-icon-pr
{
    background-image: url(../../bcgamebettingde/image/e889a9fc7807e394927831566a9b67dd.svg);
}
.flag-icon-ps
{
    background-image: url(../../bcgamebettingde/image/db18c24e0ff7f267fdf81b5cc84bd8e3.svg);
}
.flag-icon-pt
{
    background-image: url(../../bcgamebettingde/image/b68e45b78d9c25a741a51840c1471c6b.svg);
}
.flag-icon-pw
{
    background-image: url(../../bcgamebettingde/image/01f2b6b0d4c8c4f4e4aa94a976208e5a.svg);
}
.flag-icon-py
{
    background-image: url(../../bcgamebettingde/image/65506db8f543d545aa7e3af40a3c662d.svg);
}
.flag-icon-qa
{
    background-image: url(../../bcgamebettingde/image/431553661eeb6300836e6e01781b03b7.svg);
}
.flag-icon-re
{
    background-image: url(../../bcgamebettingde/image/7e5e15fbf972a23945906337e86c6c28.svg);
}
.flag-icon-ro
{
    background-image: url(../../bcgamebettingde/image/7629c5671ce0c9d13686f8a5b8b07f94.svg);
}
.flag-icon-rs
{
    background-image: url(../../bcgamebettingde/image/92565a966a6d815ecd83be5de1bdeda5.svg);
}
.flag-icon-ru
{
    background-image: url(../../bcgamebettingde/image/3b8be0fedb56b8e53e445c08c946ed0d.svg);
}
.flag-icon-rw
{
    background-image: url(../../bcgamebettingde/image/2c75117930ed42080b4671f51377fcf1.svg);
}
.flag-icon-sa
{
    background-image: url(../../bcgamebettingde/image/1a161cccd79dc0f73dc4f79f69d1472a.svg);
}
.flag-icon-sb
{
    background-image: url(../../bcgamebettingde/image/c9cc5d9ed437b96b857740a4c979ab80.svg);
}
.flag-icon-sc
{
    background-image: url(../../bcgamebettingde/image/9a6cf97bb45f084f176af229eb16ddf3.svg);
}
.flag-icon-sd
{
    background-image: url(../../bcgamebettingde/image/f2306d783a4930179498fb36fb78766c.svg);
}
.flag-icon-se
{
    background-image: url(../../bcgamebettingde/image/07d0d3916ddedfd5b9bac2e7eb662316.svg);
}
.flag-icon-sg
{
    background-image: url(../../bcgamebettingde/image/95c90433d9512ffb2fb1154b048defd1.svg);
}
.flag-icon-sh
{
    background-image: url(../../bcgamebettingde/image/df7635e56504ef1c5a8b18a8fd4b3c23.svg);
}
.flag-icon-si
{
    background-image: url(../../bcgamebettingde/image/1f51bd8201a9ba8c879d6b93acd45780.svg);
}
.flag-icon-sj
{
    background-image: url(../../bcgamebettingde/image/c8c51920fb31b60e13bee954aaf29242.svg);
}
.flag-icon-sk
{
    background-image: url(../../bcgamebettingde/image/fccd89733a9d84b63f37a0c2fc929650.svg);
}
.flag-icon-sl
{
    background-image: url(../../bcgamebettingde/image/a349044894da800e10d5304d168533ed.svg);
}
.flag-icon-sm
{
    background-image: url(../../bcgamebettingde/image/2fd99608fd68b92672c33d2095b39843.svg);
}
.flag-icon-sn
{
    background-image: url(../../bcgamebettingde/image/8bb5e875d47033446e9bd9d172f3ce6b.svg);
}
.flag-icon-so
{
    background-image: url(../../bcgamebettingde/image/7198d571a9f29f3444a3c70d6e50ae34.svg);
}
.flag-icon-sr
{
    background-image: url(../../bcgamebettingde/image/04c3bf1bde854407f41439a71e49c989.svg);
}
.flag-icon-ss
{
    background-image: url(../../bcgamebettingde/image/8b362916b35eded5f9bcf51bf9d167ad.svg);
}
.flag-icon-st
{
    background-image: url(../../bcgamebettingde/image/13c80d05cf5e0f13231af2bdfe7b4c19.svg);
}
.flag-icon-sv
{
    background-image: url(../../bcgamebettingde/image/f7fe239e8e33fd1825bece3fddca3353.svg);
}
.flag-icon-sx
{
    background-image: url(../../bcgamebettingde/image/961615b0ecee826b4612d1e6a6d8dda5.svg);
}
.flag-icon-sy
{
    background-image: url(../../bcgamebettingde/image/215ab06fc3158ad9fce4f8c4b0066ef7.svg);
}
.flag-icon-sz
{
    background-image: url(../../bcgamebettingde/image/fefd3462f75ca5fe3b87df98782be774.svg);
}
.flag-icon-tc
{
    background-image: url(../../bcgamebettingde/image/e14f31c8d53bc71d384c689e8aea550c.svg);
}
.flag-icon-td
{
    background-image: url(../../bcgamebettingde/image/b36fa5c6f8a17953ebc4cee7630fb321.svg);
}
.flag-icon-tf
{
    background-image: url(../../bcgamebettingde/image/24c2e644ab926b31b2c51841eb126b73.svg);
}
.flag-icon-tg
{
    background-image: url(../../bcgamebettingde/image/96f28bfab1c2f2dc0995191369a2d39b.svg);
}
.flag-icon-th
{
    background-image: url(../../bcgamebettingde/image/88f2c5155a03112304cc158fc81b0b03.svg);
}
.flag-icon-tj
{
    background-image: url(../../bcgamebettingde/image/6c261b35cbf4566b56a52c373ce5b5ea.svg);
}
.flag-icon-tk
{
    background-image: url(../../bcgamebettingde/image/3eeb1f0627f645679f612cdbea2b7fe3.svg);
}
.flag-icon-tl
{
    background-image: url(../../bcgamebettingde/image/69abda20155693129e5cf3c24886df3f.svg);
}
.flag-icon-tm
{
    background-image: url(../../bcgamebettingde/image/95920dfb21ac79100d19ed3602a4b093.svg);
}
.flag-icon-tn
{
    background-image: url(../../bcgamebettingde/image/2b61ff71b2e28db27fe6d0d5b312bc81.svg);
}
.flag-icon-to
{
    background-image: url(../../bcgamebettingde/image/a157a7aa52738d42a0de39f9cc7d6ce5.svg);
}
.flag-icon-tr
{
    background-image: url(../../bcgamebettingde/image/8f73fb242fabd38bb7dbb610d4e44e0d.svg);
}
.flag-icon-tt
{
    background-image: url(../../bcgamebettingde/image/61fe2aeb1819ffd85fe8d9c9c517df46.svg);
}
.flag-icon-tv
{
    background-image: url(../../bcgamebettingde/image/49712d1d40f404075868b186a994e0a8.svg);
}
.flag-icon-tw
{
    background-image: url(../../bcgamebettingde/image/c52e766acd63383b1912b071c04feae2.svg);
}
.flag-icon-tz
{
    background-image: url(../../bcgamebettingde/image/cf94f77e1f80ff2c5e92e5a561b4a5f6.svg);
}
.flag-icon-ua
{
    background-image: url(../../bcgamebettingde/image/48a8c1c77eff09606285873a7cedb876.svg);
}
.flag-icon-ug
{
    background-image: url(../../bcgamebettingde/image/f405035d47613296f5dbde3aa1e75c45.svg);
}
.flag-icon-um
{
    background-image: url(../../bcgamebettingde/image/59f5391cd6e1781fd4c0a6c3d4271dad.svg);
}
.flag-icon-us
{
    background-image: url(../../bcgamebettingde/image/ae65659236a7e348402799477237e6fa.svg);
}
.flag-icon-uy
{
    background-image: url(../../bcgamebettingde/image/90cc10aaf5327a5d3ff2b4eef4be0178.svg);
}
.flag-icon-uz
{
    background-image: url(../../bcgamebettingde/image/fca6a4db4b48c3f76d08786d262fe1cc.svg);
}
.flag-icon-va
{
    background-image: url(../../bcgamebettingde/image/0e67762b9390b3d6cc7723e13adaec79.svg);
}
.flag-icon-vc
{
    background-image: url(../../bcgamebettingde/image/4488dbcee28d2f12fc452d40fd0f23a6.svg);
}
.flag-icon-ve
{
    background-image: url(../../bcgamebettingde/image/bdd9de48b593f8f3a32393fecbee0698.svg);
}
.flag-icon-vg
{
    background-image: url(../../bcgamebettingde/image/9916422f80ce888ccd77b9dbec2d7fde.svg);
}
.flag-icon-vi
{
    background-image: url(../../bcgamebettingde/image/f1dcd5d6c759ce0169cfa9c5e466f0e0.svg);
}
.flag-icon-vn
{
    background-image: url(../../bcgamebettingde/image/722884c924b26efc9df4805bc2a54aa1.svg);
}
.flag-icon-vu
{
    background-image: url(../../bcgamebettingde/image/4ecdef475edf4000eb727ea2833352cd.svg);
}
.flag-icon-wf
{
    background-image: url(../../bcgamebettingde/image/7e5e15fbf972a23945906337e86c6c28.svg);
}
.flag-icon-ws
{
    background-image: url(../../bcgamebettingde/image/eb5140ca317c79c23c57772316611b21.svg);
}
.flag-icon-ye
{
    background-image: url(../../bcgamebettingde/image/851c2a2750d65da2e2431dc22465d2d0.svg);
}
.flag-icon-yt
{
    background-image: url(../../bcgamebettingde/image/7e5e15fbf972a23945906337e86c6c28.svg);
}
.flag-icon-za
{
    background-image: url(../../bcgamebettingde/image/4adb32285a9b25c43451aa8b39d0b5b6.svg);
}
.flag-icon-zm
{
    background-image: url(../../bcgamebettingde/image/cfa4bf9eaa9aca42a2353a43da8c7cb8.svg);
}
.flag-icon-zw
{
    background-image: url(../../bcgamebettingde/image/afdcce05212470bb928a95f6bdd2a6ce.svg);
}
.flag-icon-es-ct
{
    background-image: url(../../bcgamebettingde/image/7e150c011a2a54e79cc37e4168333b42.svg);
}
.flag-icon-eu
{
    background-image: url(../../bcgamebettingde/image/785ed29863c475de936ee22ecae186b4.svg);
}
.flag-icon-gb-eng
{
    background-image: url(../../bcgamebettingde/image/d42077ca50194a3d9f772414752d882f.svg);
}
.flag-icon-gb-nir
{
    background-image: url(../../bcgamebettingde/image/d45a37f4f441e57a9011997e85bb42e8.svg);
}
.flag-icon-gb-sct
{
    background-image: url(../../bcgamebettingde/image/57921ed2a9d5dfa5401a5902597b1abc.svg);
}
.flag-icon-gb-wls
{
    background-image: url(../../bcgamebettingde/image/842f7c877edc1f1a05eeea9677de2bed.svg);
}
.flag-icon-un
{
    background-image: url(../../bcgamebettingde/image/fe480e7e7ae550b89f9e3d235c587881.svg);
}
.flag-icon-xk
{
    background-image: url(../../bcgamebettingde/image/eb7d05a54bfe24e6358315be0dbff413.svg);
}
.shine-button
{
    background-color: #ffce06;
    position: relative;
    -webkit-box-shadow: 0 4px 16px 0 rgba(255,206,6,.6);
    box-shadow: 0 4px 16px 0 rgba(255,206,6,.6);
    border-radius: 28px;
    height: 44px;
    font-weight: 800;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.shine-button.el-button.is-loading:before, .shine-button:before
{
    content: "";
    background-color: hsla(0,0%,100%,.5);
    height: 100%;
    width: 2em;
    display: block;
    position: absolute;
    top: 0;
    left: -2.5em;
    -webkit-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
    -webkit-animation: "shine" 2s -.4s infinite ease-in-out;
    animation: "shine" 2s -.4s infinite ease-in-out;
    border-radius: 0;
}
.shine-button:active, .shine-button:hover, .shine-button:visited
{
    text-decoration: none;
    color: #000;
}
@-webkit-keyframes "shine"
{
    0%
    {
        opacity: 0;
        -webkit-transform: skewX(-45deg) translateX(0);
        transform: skewX(-45deg) translateX(0);
    }
    32%
    {
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    70%
    {
        opacity: 0;
    }
    to
    {
        opacity: 0;
        -webkit-transform: skewX(-45deg) translateX(23.5em);
        transform: skewX(-45deg) translateX(23.5em);
    }
}
@keyframes "shine"
{
    0%
    {
        opacity: 0;
        -webkit-transform: skewX(-45deg) translateX(0);
        transform: skewX(-45deg) translateX(0);
    }
    32%
    {
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    70%
    {
        opacity: 0;
    }
    to
    {
        opacity: 0;
        -webkit-transform: skewX(-45deg) translateX(23.5em);
        transform: skewX(-45deg) translateX(23.5em);
    }
}
.registration-layout
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 350px;
    color: #000;
}
.registration-layout.after-register-content
{
    min-height: 350px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.registration-layout-tabs
{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 45px;
    margin-bottom: 8px;
}
.registration-layout-tabs-tab
{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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;
    cursor: pointer;
    background-color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 45px;
}
.registration-layout-tabs-tab.tab-divider
{
    border-left: 1px solid #ffce06;
    border-right: 1px solid #ffce06;
}
.registration-layout-tabs-tab.tab-divider_left
{
    border-left: 1px solid #d8d8d8;
}
.registration-layout-tabs-tab.tab-divider_right
{
    border-right: 1px solid #d8d8d8;
}
.registration-layout-tabs-tab i.icon
{
    width: 20px;
    height: 20px;
    margin-right: 8px;
    display: inline-block;
}
.registration-layout-tabs-tab i.icon:before
{
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-position: 50%;
}
.registration-layout-tabs-tab i.icon.icon-phone:before
{
    background-image: url(../../bcgamebettingde/image/099e2dcf22a3a868394325a2c35dbc23.png);
}
.registration-layout-tabs-tab i.icon.icon-email:before
{
    background-image: url(../../bcgamebettingde/image/ee707a8690b963fa0ba2676c4cb77dc5.png);
}
.registration-layout-tabs-tab i.icon.icon-sport:before
{
    background-image: url(../../bcgamebettingde/image/2e1b531abed2533c3af439b753993961.svg);
}
.registration-layout-tabs-tab i.icon.icon-casino:before
{
    background-image: url(../../bcgamebettingde/image/45ce9699ff0626fcbc0a1fbb4715b1df.svg);
}
.registration-layout-tabs-tab i.icon.icon-refuse:before
{
    background-image: url(../../bcgamebettingde/image/c62361057d50d68926722c1d89b0827e.svg);
}
.registration-layout-tabs-tab img
{
    margin-right: 5px;
}
.registration-layout-tabs-tab:first-child
{
    border-radius: 8px 0 0 8px;
}
.registration-layout-tabs-tab:last-child
{
    border-radius: 0 8px 8px 0;
}
.registration-layout-tabs-tab.active
{
    background-color: #ffce06;
}
.registration-layout-bonus-title
{
    margin-bottom: 8px;
    text-shadow: 0 0 8px rgba(0,0,0,.5);
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.registration-layout-body
{
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}
.registration-layout-body, .registration-layout-body-row
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
}
.registration-layout-body-row
{
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 350px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px;
}
.registration-layout-body-row:last-child
{
    margin-bottom: 0;
}
.registration-layout-body-row-cell
{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 10px;
}
.registration-layout-body-row-cell:last-child
{
    margin-right: 0;
}
.registration-layout input
{
    margin: 0;
    padding: 10px 12px 10px 16px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-size: 14px;
    border-radius: 8px;
    font-weight: 600;
    background-color: #fff;
    border: 0;
    outline: none;
}
.registration-layout .el-button
{
    max-width: 290px;
    background-color: #ffce06;
    border-color: #ffce06;
    color: #000;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    height: 45px;
    width: 100%;
    border-radius: 28px;
    -webkit-transition: all .3s;
    transition: all .3s;
    outline: none;
}
.registration-layout .el-button span
{
    color: #000;
}
.registration-layout .el-button:focus, .registration-layout .el-button:hover
{
    color: #000;
    text-shadow: 0 0 86px 0 rgba(0,0,0,.75);
}
.registration-layout .el-button .el-button--primary.is-disabled
{
    background: #ffce06;
    opacity: .5;
}
.registration-layout .el-button.btn-main-action
{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 290px;
    margin: 8px auto;
}
.registration-layout .el-button.btn-main-action.is-disabled, .registration-layout .el-button.btn-main-action.is-loading
{
    opacity: .65;
    background-color: #ffce06;
    border-color: #ffce06;
}
.registration-layout .promocode-wrapper
{
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    overflow: hidden;
}
.registration-layout .promocode-wrapper-input
{
    opacity: 0;
    height: 0;
}
.registration-layout .promocode-wrapper-button
{
    height: 18px;
    opacity: 1;
    margin-bottom: 8px;
}
.registration-layout .promocode-wrapper.active
{
    opacity: 1;
    height: 45px;
}
.registration-layout .promocode-wrapper.inactive
{
    height: 0;
    opacity: 0;
    margin-bottom: 0;
}
.registration-layout .add-promocode
{
    font-size: 12px;
    font-weight: 600;
    color: #ffce06;
    cursor: pointer;
    height: 18px;
    opacity: 1;
    background: none;
    border: none;
    outline: none;
    padding: 0;
}
.registration-layout .input-text-group
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 45px;
    line-height: 45px;
}
.registration-layout .input-text-group .input-text-group-prepend
{
    border-radius: 8px 0 0 8px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    background-color: #fff;
    padding: 0 24px;
    border-right: 1px solid #d8d8d8;
}
.registration-layout .input-text-group .input-text-group-prepend_small
{
    padding: 0 12px;
}
.registration-layout .input-text-group.error_success .input-text-group-prepend
{
    border-right: 1px solid #eaabb3;
    background: #fed0d6;
}
.registration-layout .input-text-group.error_success input
{
    background: #fed0d6;
}
.registration-layout .input-text-group input
{
    border-radius: 0 8px 8px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.registration-layout .el-select-group
{
    position: relative;
}
.registration-layout .el-select-group .el-select-prepend-icon
{
    border: none;
    width: 16px;
    height: 12px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 12px;
    z-index: 1;
}
.registration-layout .el-select-group:before
{
    content: "";
    width: 16px;
    height: 12px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 12px;
    z-index: 1;
}
.registration-layout .el-select-group .el-select .el-input--suffix .el-input__inner
{
    padding-left: 36px;
}
.registration-layout .el-select-dropdown__item span
{
    color: #000;
    font-size: 12px;
    font-weight: 600;
}
.registration-layout .has-account
{
    border-radius: 18.5px;
    border: 1px solid hsla(0,0%,100%,.3);
    background-color: rgba(0,0,0,.3);
    padding: 8px 16px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 9px;
    font-weight: 800;
    color: #fff!important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}
.registration-layout .has-account i.icon
{
    width: 13px;
    height: 10px;
    margin-right: 8px;
}
.registration-layout .has-account i.icon:before
{
    content: "";
    width: 13px;
    height: 10px;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' viewBox='0 0 13 10'%3E%3Cpath fill='%23FFF' d='M3.484 1.206l.556-.57A.6.6 0 0 1 4.9.632l3.857 3.924a.635.635 0 0 1 0 .888L4.9 9.367a.598.598 0 0 1-.86-.002l-.556-.57a.636.636 0 0 1 .02-.904l1.97-1.852H.61A.616.616 0 0 1 0 5.414v-.833c0-.347.272-.625.61-.625h4.862l-1.97-1.852a.632.632 0 0 1-.018-.898zM13 7.5v-5C13 1.12 11.908 0 10.562 0H8.43a.31.31 0 0 0-.305.313v1.041a.31.31 0 0 0 .305.313h2.133c.449 0 .812.372.812.833v5c0 .46-.363.833-.813.833H8.43a.31.31 0 0 0-.305.313v1.041A.31.31 0 0 0 8.43 10h2.133C11.908 10 13 8.88 13 7.5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
}
.registration-layout .has-account span
{
    white-space: nowrap;
}
.registration-layout .has-account:hover
{
    border: 1px solid rgba(255,206,6,.3);
    text-decoration: none;
    color: #ffce06!important;
}
.registration-layout .has-account:hover i.icon:before
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' viewBox='0 0 13 10'%3E%3Cpath fill='%23ffce06' d='M3.484 1.206l.556-.57A.6.6 0 0 1 4.9.632l3.857 3.924a.635.635 0 0 1 0 .888L4.9 9.367a.598.598 0 0 1-.86-.002l-.556-.57a.636.636 0 0 1 .02-.904l1.97-1.852H.61A.616.616 0 0 1 0 5.414v-.833c0-.347.272-.625.61-.625h4.862l-1.97-1.852a.632.632 0 0 1-.018-.898zM13 7.5v-5C13 1.12 11.908 0 10.562 0H8.43a.31.31 0 0 0-.305.313v1.041a.31.31 0 0 0 .305.313h2.133c.449 0 .812.372.812.833v5c0 .46-.363.833-.813.833H8.43a.31.31 0 0 0-.305.313v1.041A.31.31 0 0 0 8.43 10h2.133C11.908 10 13 8.88 13 7.5z'/%3E%3C/svg%3E");
}
.registration-layout .licence-info
{
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    margin: 0;
}
.registration-layout .licence-info_rtl
{
    direction: rtl;
}
.registration-layout .credentials
{
    border-bottom: 1px solid #fff;
    padding-top: 11px;
    padding-bottom: 11px;
    width: 256px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.registration-layout .credentials.no-border
{
    border: 0;
}
.registration-layout .credentials .label
{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.registration-layout .credentials .value
{
    padding-left: 4px;
    color: #fff;
    font-size: 14px;
}
.el-tooltip__popper.is-light
{
    border: 1px solid #e5495d;
    color: #ff455c;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.5);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.5);
}
.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow
{
    border-bottom-color: #e5495d;
}
@media(max-width: 768px)
{
    .registration-layout.after-register-content
    {
        min-height: 170px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
.v-spinner
{
    text-align: center;
}
.v-spinner .v-clip
{
    -webkit-animation: a .75s 0s infinite linear;
    animation: a .75s 0s infinite linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
}
@-webkit-keyframes a
{
    0%
    {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    50%
    {
        -webkit-transform: rotate(180deg) scale(.8);
        transform: rotate(180deg) scale(.8);
    }
    to
    {
        -webkit-transform: rotate(1turn) scale(1);
        transform: rotate(1turn) scale(1);
    }
}
@keyframes a
{
    0%
    {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    50%
    {
        -webkit-transform: rotate(180deg) scale(.8);
        transform: rotate(180deg) scale(.8);
    }
    to
    {
        -webkit-transform: rotate(1turn) scale(1);
        transform: rotate(1turn) scale(1);
    }
}
.fullscreen-loading[data-v-3bf8e501]
{
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #000;
    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;
    -ms-flex-line-pack: center;
    align-content: center;
}
.fullscreen-loading .loader[data-v-3bf8e501]
{
    width: 60px;
    height: 60px;
}
*
{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body, html
{
    overflow-x: hidden;
    scroll-behavior: smooth;
    height: 100%;
}
body
{
    background-color: #000;
    -webkit-font-smoothing: antialiased;
    font-family: Montserrat,sans-serif;
}
a, input
{
    outline: none!important;
}
a:focus, input:focus
{
    text-decoration: none;
}
input, textarea
{
    -webkit-appearance: none!important;
}
#app
{
    height: 100%;
}
.wrapper
{
    padding: 40px 0;
    min-height: 900px;
    background: url(../../bcgamebettingde/image/7d96f610937185ce3fe4c9cf152280ea.jpg) no-repeat top;
    background-size: cover;
    color: #fff;
}
.content, .wrapper
{
    height: 100%;
    position: relative;
}
.content
{
    max-width: 1140px;
    margin: 0 auto;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1;
    padding: 0 16px;
}
.registration-layout .licence-info
{
    font-size: 8px;
    font-weight: 400;
    text-align: center;
    line-height: 2;
}
.registration-layout .has-account
{
    display: none;
}
.grecaptcha-badge
{
    z-index: 3;
}
@media(max-width: 1024px)
{
    .wrapper
    {
        min-height: 920px;
    }
}
@media(max-width: 768px)
{
    html
    {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .wrapper
    {
        padding-top: 0;
        min-height: auto;
        height: auto;
    }
    .content
    {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow: hidden;
        padding: 0;
    }
}/*# sourceMappingURL=bundle.e994d22fb517c54b508eaee5f7c31956.css.map*/