@import url(//at.alicdn.com/t/font_1035225_bik3jpzfhs7.css);

.notify-btn[data-v-1445cc3a] {
    position: relative;
    display: inline-block;
    padding: 6px 10px;
    margin-bottom: 0;
    font-size: 14px;
    min-width: 10px;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: #f7f7f7;
    border: 1px solid #dddee1;
    border-radius: 4px;
    outline: 0;
    -webkit-appearance: none
}

.notify-btn.active[data-v-1445cc3a],
.notify-btn[data-v-1445cc3a]:active {
    color: inherit;
    background-color: #e3e3e3
}

.btn-default[data-v-1445cc3a] {
    color: #fff;
    background-color: #f7f7f7;
    border: 1px solid #eaeaea;
    color: #000
}

.btn-default.active[data-v-1445cc3a],
.btn-default.hover[data-v-1445cc3a],
.btn-default[data-v-1445cc3a]:active,
.btn-default[data-v-1445cc3a]:hover {
    color: #fff;
    background-color: #e3e3e3
}

.btn-default[data-v-1445cc3a]:hover {
    color: #000
}

.notify-btn-primary[data-v-1445cc3a] {
    color: #fff;
    background-color: #20a0ff;
    border: 1px solid #0695ff
}

.notify-btn-primary.active[data-v-1445cc3a],
.notify-btn-primary.hover[data-v-1445cc3a],
.notify-btn-primary[data-v-1445cc3a]:active,
.notify-btn-primary[data-v-1445cc3a]:hover {
    color: #fff;
    background-color: #008df6
}

.notify-btn-success[data-v-1445cc3a] {
    color: #fff;
    background-color: #449d44;
    border: 1px solid #3c8b3c
}

.notify-btn-success.active[data-v-1445cc3a],
.notify-btn-success.hover[data-v-1445cc3a],
.notify-btn-success[data-v-1445cc3a]:active,
.notify-btn-success[data-v-1445cc3a]:hover {
    color: #fff;
    background-color: #388138
}

.notify-btn-info[data-v-1445cc3a] {
    color: #fff;
    background-color: #31b0d5;
    border: 1px solid #28a1c4
}

.notify-btn-info.active[data-v-1445cc3a],
.notify-btn-info.hover[data-v-1445cc3a],
.notify-btn-info[data-v-1445cc3a]:active,
.notify-btn-info[data-v-1445cc3a]:hover {
    color: #fff;
    background-color: #2597b8
}

.notify-btn-warning[data-v-1445cc3a] {
    color: #fff;
    background-color: #ec971f;
    border: 1px solid #df8a13
}

.notify-btn-warning.active[data-v-1445cc3a],
.notify-btn-warning.hover[data-v-1445cc3a],
.notify-btn-warning[data-v-1445cc3a]:active,
.notify-btn-warning[data-v-1445cc3a]:hover {
    color: #fff;
    background-color: #d18112
}

.notify-btn-danger[data-v-1445cc3a] {
    color: #fff;
    background-color: #d9534f;
    border: 1px solid #d43f3a
}

.notify-btn-danger.active[data-v-1445cc3a],
.notify-btn-danger.hover[data-v-1445cc3a],
.notify-btn-danger[data-v-1445cc3a]:active,
.notify-btn-danger[data-v-1445cc3a]:hover {
    color: #fff;
    background-color: #d2322d
}

.btn-small[data-v-1445cc3a] {
    font-size: 12px;
    min-width: 31px;
    min-height: 14px;
    padding: 6px 9px
}

[class^=vl-notify] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5) translate(-100%, -100%);
        transform: scale(.5) translate(-100%, -100%)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1) translate(-50%, -50%);
        transform: scale(1) translate(-50%, -50%)
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5) translate(-100%, -100%);
        transform: scale(.5) translate(-100%, -100%)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1) translate(-50%, -50%);
        transform: scale(1) translate(-50%, -50%)
    }
}

.vl-notify {
    position: fixed;
    z-index: 1000
}

.vl-notify,
.vl-notify.vl-notify-msg-p {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.vl-notify.vl-notify-msg-p {
    display: inline;
    height: 0;
    background-color: rgba(0, 0, 0, .6)
}

.vl-notify.vl-notify-tips-p {
    display: inline;
    height: 0;
    top: 0;
    left: 0;
    position: absolute
}

.vl-notify.vl-notify-main {
    min-width: 250px;
    max-width: 1500px;
    min-height: 100px;
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .3);
    border-radius: 2px;
    padding-bottom: 5px
}

.vl-notify .vl-notify-content {
    min-height: 65px;
    padding: 20px
}

.vl-notify .vl-notify-content iframe {
    width: 100%;
    height: 100%;
    border: none;
    overflow: none
}

.vl-notify .vl-notify-btns {
    text-align: right;
    padding: 0 8px 0 0
}

.vl-notify.vl-notify-alert {
    -webkit-animation: fadein .3s;
    animation: fadein .3s;
    max-width: 500px
}

.vl-notify.vl-notify-alert h2.vl-notice-title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 43px;
    line-height: 43px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    padding-left: 15px;
    cursor: move;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 100000
}

.vl-notify.vl-notify-alert h2.vl-notice-title .lv-title {
    text-overflow: ellipsis;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.vl-notify.vl-notify-alert h2.vl-notice-title .icon-remove {
    position: absolute;
    right: 10px;
    font-size: 14px;
    text-shadow: 0 1px 0 hsla(0, 0%, 100%, .5);
    top: 0;
    font-weight: 400;
    cursor: pointer;
    color: #333;
    font-style: normal
}

.vl-notify.vl-notify-alert h2.vl-notice-title .icon-remove:before {
    content: "\2716"
}

.vl-notify.vl-notify-alert h2.vl-notice-title .lv-icon-maxmini {
    min-width: 10px;
    font-size: 14px;
    text-shadow: 0 1px 0 hsla(0, 0%, 100%, .5);
    font-weight: 400;
    cursor: pointer;
    color: #333;
    font-style: normal;
    margin-right: 25px
}

.vl-notify.vl-notify-alert h2.vl-notice-title .lv-icon-maxmini i {
    margin: 0 3px;
    font-size: 14px;
    text-shadow: 0 1px 0 hsla(0, 0%, 100%, .5);
    font-weight: 400;
    cursor: pointer;
    color: #333;
    font-style: normal
}

.vl-notify.vl-notify-alert .vl-notify-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vl-notify.vl-notify-alert .vl-notify-content .vl-notify-content-div {
    margin-left: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.vl-notify.vl-notify-iframe {
    max-width: 2000px
}

.vl-notify.vl-notify-iframe .vl-notify-content {
    padding: 0
}

.vl-notify.vl-notify-loading {
    -webkit-animation: fadein .2s;
    animation: fadein .2s;
    display: inline;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 50px;
    height: 50px
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.vl-notify.vl-notify-loading span {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    border-radius: 50%;
    -webkit-animation: loading 1s linear infinite;
    animation: loading 1s linear infinite
}

.vl-notify.vl-notify-msg {
    -webkit-animation: fadein .2s;
    animation: fadein .2s;
    min-height: 40px;
    font-size: 14px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .6);
    padding: 12px 25px;
    text-align: center
}

.vl-notify.vl-notify-msg,
.vl-notify.vl-notify-tips {
    min-width: 50px;
    display: inline;
    color: #fff;
    border-radius: 5px
}

.vl-notify.vl-notify-tips {
    max-width: 400px;
    min-height: 32px;
    position: absolute;
    left: -50%;
    background-color: #303133;
    padding: 6px 12px;
    -webkit-transform: none;
    transform: none
}

.vl-notify.vl-notify-tips:after {
    content: " ";
    border: 10px solid #303133;
    position: absolute;
    display: inline-block
}

.vl-notify.vl-notify-tips-0:after {
    border-bottom-color: transparent !important;
    left: 15px;
    bottom: -8px
}

.vl-notify.vl-notify-tips-0:after,
.vl-notify.vl-notify-tips-1:after {
    border-top-color: transparent !important;
    border-right-color: transparent !important
}

.vl-notify.vl-notify-tips-1:after {
    border-left-color: transparent !important;
    left: -8px;
    top: 0
}

.vl-notify.vl-notify-tips-2:after {
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    left: 15px;
    top: -8px
}

.vl-notify.vl-notify-tips-3 {
    max-width: 300px
}

.vl-notify.vl-notify-tips-3:after {
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    right: -8px;
    top: 0
}

.vl-notify-mask {
    background-color: #ccc;
    opacity: .2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}