blockquote,
body,
button,
caption,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
legend,
li,
menu,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

address,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th {
    text-align: left;
    font-weight: 400
}

abbr,
body,
fieldset,
html,
iframe,
img {
    border: 0
}

address,
cite,
dfn,
em,
i,
var {
    font-style: normal
}

[hidefocus],
summary {
    outline: 0
}

li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%
}

sub,
sup {
    font-size: 83%
}

code,
kbd,
pre,
samp {
    font-family: inherit
}

q:after,
q:before {
    content: none
}

textarea {
    overflow: auto;
    resize: none
}

label,
summary {
    cursor: default
}

a,
button {
    cursor: pointer
}

b,
em,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 700
}

a,
a:hover,
del,
ins,
s,
u {
    text-decoration: none
}

body,
button,
input,
keygen,
legend,
select,
textarea {
    font: 12px/1.14 arial, \5b8b\4f53;
    color: #333;
    outline: 0
}

a,
a:hover {
    color: #333
}

img {
    max-width: 100%
}

body,
html {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0
}

.hide {
    display: none !important
}

.canvas-container {
    display: inline-block
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.my-modal {
    position: absolute;
    display: none;
    z-index: 999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8)
}

.my-modal .modal-panel {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    color: #505050;
    background: #fff;
    border-radius: 5px
}

.my-modal .modal-close {
    color: #fff;
    border-radius: 20px;
    padding: 4px;
    font-weight: 700;
    font-size: 13px;
    position: absolute;
    right: -10px;
    top: -10px;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    background: #ffab02;
    cursor: pointer;
    z-index: 2;
    transition: all .2s ease-in-out
}

.my-modal .modal-close:hover {
    transform: rotate(180deg)
}

.modal-show {
    display: block !important
}

.fr {
    float: right
}

.fl {
    float: left
}

* ::-webkit-scrollbar {
    height: 0;
    width: 0
}

.gradient-background {
    background: -webkit-gradient(linear, 35% 0, 100% 100%, from(#192537), to(#731a00));
    color: #fff
}

.select-no {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.a-bouncein {
    animation: .5s ease-out backwards;
    animation-name: bouncein
}

.a-bounceout {
    animation: 1s ease-out backwards;
    animation-name: bounceout
}

@keyframes bouncein {
    0% {
        opacity: 0;
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        transform: scale(1.05)
    }

    70% {
        transform: scale(.9)
    }

    to {
        transform: scale(1)
    }
}

@keyframes bounceout {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(.95)
    }

    50% {
        opacity: 1;
        transform: scale(1.1)
    }

    to {
        opacity: 0;
        transform: scale(.3)
    }
}

select {
    background: transparent;
    padding: 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    -webkit-appearance: none
}

hr {
    border-top: 1px solid hsla(0, 2%, 71%, .19);
    margin: 10px 0;
    border-style: inset;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    height: 0;
    overflow: hidden
}

.layui-m-layer {
    position: relative;
    z-index: 19891014
}

.layui-m-layer * {
    box-sizing: content-box
}

.layui-m-layermain,
.layui-m-layershade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.layui-m-layershade {
    background-color: rgba(0, 0, 0, .7);
    pointer-events: auto
}

.layui-m-layermain {
    display: table;
    font-family: Helvetica, arial, sans-serif;
    pointer-events: none
}

.layui-m-layermain .layui-m-layersection {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.layui-m-layerchild {
    position: relative;
    display: inline-block;
    text-align: left;
    background-color: #fff;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    pointer-events: auto;
    -webkit-overflow-scrolling: touch;
    animation-fill-mode: both;
    animation-duration: .2s
}

@keyframes layui-m-anim-scale {
    0% {
        opacity: 0;
        transform: scale(.5)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.layui-m-anim-scale {
    animation-name: layui-m-anim-scale;
    -webkit-animation-name: layui-m-anim-scale
}

@keyframes layui-m-anim-up {
    0% {
        opacity: 0;
        transform: translateY(800px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.layui-m-anim-up {
    animation-name: layui-m-anim-up
}

.layui-m-layer0 .layui-m-layerchild {
    width: 90%;
    max-width: 640px
}

.layui-m-layer1 .layui-m-layerchild {
    border: none;
    border-radius: 0
}

.layui-m-layer2 .layui-m-layerchild {
    width: auto;
    max-width: 260px;
    min-width: 40px;
    border: none;
    background: 0 0;
    box-shadow: none;
    color: #fff
}

.layui-m-layerchild h3 {
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px 5px 0 0;
    text-align: center
}

.layui-m-layerbtn span,
.layui-m-layerchild h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.layui-m-layercont {
    padding: 50px 30px;
    line-height: 22px;
    text-align: center
}

.layui-m-layer1 .layui-m-layercont {
    padding: 0;
    text-align: left
}

.layui-m-layer2 .layui-m-layercont {
    text-align: center;
    padding: 0;
    line-height: 0
}

.layui-m-layer2 .layui-m-layercont i {
    width: 25px;
    height: 25px;
    margin-left: 8px;
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    animation: layui-m-anim-loading 1.4s infinite ease-in-out;
    animation-fill-mode: both
}

.layui-m-layerbtn,
.layui-m-layerbtn span {
    position: relative;
    text-align: center;
    border-radius: 0 0 5px 5px
}

.layui-m-layer2 .layui-m-layercont p {
    margin-top: 20px
}

@keyframes layui-m-anim-loading {

    0%,
    80%,
    to {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.layui-m-layer2 .layui-m-layercont i:first-child {
    margin-left: 0;
    animation-delay: -.32s
}

.layui-m-layer2 .layui-m-layercont i.layui-m-layerload {
    animation-delay: -.16s
}

.layui-m-layer2 .layui-m-layercont>div {
    line-height: 22px;
    padding-top: 7px;
    margin-bottom: 20px;
    font-size: 14px
}

.layui-m-layerbtn {
    display: box;
    display: -moz-box;
    display: -webkit-box;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 0;
    border-top: 1px solid #d0d0d0;
    background-color: #f2f2f2
}

.layui-m-layerbtn span {
    display: block;
    box-flex: 1;
    -webkit-box-flex: 1;
    font-size: 14px;
    cursor: pointer
}

.layui-m-layerbtn span[yes] {
    color: #40affe
}

.layui-m-layerbtn span[no] {
    border-right: 1px solid #d0d0d0;
    border-radius: 0 0 0 5px
}

.layui-m-layerbtn span:active {
    background-color: #f6f6f6
}

.layui-m-layerend {
    position: absolute;
    right: 7px;
    top: 10px;
    width: 30px;
    height: 30px;
    border: 0;
    font-weight: 400;
    background: 0 0;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 30px
}

.layui-m-layerend:after,
.layui-m-layerend:before {
    position: absolute;
    left: 5px;
    top: 15px;
    content: "";
    width: 18px;
    height: 1px;
    background-color: #999;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-radius: 3px
}

.layui-m-layerend:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

body .layui-m-layer .layui-m-layer-footer {
    position: fixed;
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 10px;
    background: 0 0
}

.layui-m-layer-footer .layui-m-layercont {
    padding: 20px;
    border-radius: 5px 5px 0 0;
    background-color: hsla(0, 0%, 100%, .8)
}

.layui-m-layer-footer .layui-m-layerbtn {
    display: block;
    height: auto;
    background: 0 0;
    border-top: none
}

.layui-m-layer-footer .layui-m-layerbtn span {
    background-color: hsla(0, 0%, 100%, .8)
}

.layui-m-layer-footer .layui-m-layerbtn span[no] {
    color: #fd482c;
    border-top: 1px solid #c2c2c2;
    border-radius: 0 0 5px 5px
}

.layui-m-layer-footer .layui-m-layerbtn span[yes] {
    margin-top: 10px;
    border-radius: 5px
}

body .layui-m-layer .layui-m-layer-msg {
    width: auto;
    max-width: 90%;
    margin: 0 auto;
    bottom: -150px;
    background-color: rgba(0, 0, 0, .7);
    color: #fff
}

.layui-m-layer-msg .layui-m-layercont {
    padding: 10px 20px
}

.input-text {
    display: inline-block;
    width: auto;
    text-align: left;
    padding: 3px 5px;
    border-radius: 4px;
    box-shadow: 0 0 1px #aba2a2;
    border: 1px solid #fff
}

.input-text,
.textarea {
    box-sizing: border-box;
    transition: all .1s linear 0s
}

.textarea {
    height: auto;
    font-size: 14px;
    padding: 4px
}

.input-text:hover,
.textarea:hover {
    border: 1px solid #3bb4f2
}

.input-text.focus,
textarea.focus {
    border: 1px solid\9;
    border-color: rgba(82, 168, 236, .8);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.input-text.disabled,
.input-text.disabled.focus,
.textarea.disabled,
.textarea.disabled.focus {
    background-color: #ededed;
    cursor: default;
    border-color: #ddd;
    box-shadow: inset 0 2px 2px #e8e7e7
}

.input-text.disabled,
.textarea.disabled {
    background-color: #e6e6e6;
    cursor: default
}

.input-text.box-shadow,
.textarea.box-shadow {
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.btn {
    padding: 5px;
    font-size: 12px;
    text-align: center;
    background: hsla(0, 0%, 100%, .58);
    cursor: pointer
}

.btn,
.btn-group {
    display: inline-block;
    box-shadow: 0 0 .5px rgba(0, 0, 0, .52);
    border-radius: 3px
}

.btn-group {
    font-size: 0;
    padding-left: 1px;
    overflow: hidden
}

.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
    box-shadow: none;
    border-right: 1px solid rgba(0, 0, 0, .32)
}

.btn-group .btn:last-child {
    border-right: 0
}

.btn.active {
    color: #fff;
    background: linear-gradient(180deg, #74b4fb, #0f80fd)
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn:not(.btn-icon):active {
    background: hsla(0, 0%, 100%, .2) !important;
    color: #000 !important
}

.btn-icon:active .iconfont {
    color: #000 !important
}

.btn-icon.active .iconfont {
    color: #fff !important
}

.radio-panel {
    line-height: 1;
    position: relative;
    display: inline-block
}

.radio-panel>input[type=radio] {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
    opacity: 0
}

.radio-panel>input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.radio-panel label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    cursor: pointer
}

.radio-panel i {
    font-size: 1em !important;
    position: relative;
    display: inline-block;
    box-sizing: initial;
    width: 14px;
    height: 14px;
    margin-right: 2px;
    padding: 1px;
    text-align: center
}

.radio-panel .iconfont:before {
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0);
    border-radius: 100px;
    position: relative;
    z-index: 10;
    left: 1px;
    font-size: 14px;
    top: 1px;
    display: inline-block;
    vertical-align: bottom;
    background-color: #fff;
    transform: scale(0)
}

.radio-panel .iconfont:after,
.radio-panel .iconfont:before {
    color: transparent;
    width: 100%;
    height: 100%;
    transition: all .3s ease
}

.radio-panel .iconfont:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\0";
    border: 1px solid #b9b9b9;
    border-radius: 0;
    border-radius: 100px
}

.radio-panel.checked label>i:before {
    background-color: transparent;
    color: #489bf7;
    transform: scale(1)
}

.radio-panel>input[type=checkbox]:checked+label>i:before,
.radio-panel>input[type=radio]:checked+label>i:before {
    background-color: transparent
}

.radio-panel input:checked+label i:before {
    color: #489bf7;
    transform: scale(1)
}

.radio-panel.checked label>i:after,
.radio-panel>input[type=checkbox]:checked+label i:after,
.radio-panel>input[type=radio]:checked+label i:after {
    border-color: transparent;
    transform: scale(0)
}

.radio-small i {
    width: 8px;
    height: 8px;
    margin-right: 5px;
    top: 1px
}

.radio-small .iconfont:before {
    left: -2px;
    top: -6px
}

[type=number] {
    padding: 4px;
    border: 0;
    background: hsla(0, 0%, 100%, .77);
    border-radius: 2px
}

.ymark-switch {
    display: inline-block;
    width: 42px;
    height: 18px;
    line-height: 18px;
    border-radius: 18px;
    vertical-align: middle;
    border: 1px solid #ccc;
    background-color: #ccc;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: all .2s ease-in-out
}

.ymark-switch:after {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background-color: #fff;
    position: absolute;
    left: 1px;
    top: 1px;
    cursor: pointer;
    transition: left .2s ease-in-out, width .2s ease-in-out
}

.ymark-switch-checked {
    border-color: #39f;
    background-color: #39f
}

.ymark-switch-checked .ymark-switch-inner {
    left: 8px
}

.ymark-switch-checked:after {
    left: 25px
}

.ymark-switch-inner {
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 25px
}

.range-slider {
    display: inline-block;
    height: 20px;
    width: 130px
}

.range-slider-inner {
    display: inline-block;
    position: relative;
    height: 100%;
    width: 100%
}

.range-slider-fill,
.range-slider-rail {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    height: 3px;
    border-radius: 2px;
    transform: translateY(-50%)
}

.range-slider-rail {
    width: 100%;
    background-color: #c1c1c1
}

.range-slider-fill {
    background-color: #419bf9
}

.range-slider-knob {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    transform: translate(-50%, -50%);
    cursor: pointer
}

.range-slider-hidden {
    display: none
}

.gelatin-btn {
    display: inline-block;
    padding: .6em 1.1em;
    cursor: pointer;
    font-size: 15px;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #f3643b;
    border-radius: 3px;
    background-clip: padding-box;
    box-shadow: 0 0 0 -2px #cff09e, 0 0 0 -1px #f3643b;
    border: none;
    transition: box-shadow .3s
}

.gelatin-btn:focus,
.gelatin-btn:hover {
    color: #fff;
    transition-timing-function: cubic-bezier(.6, 4, .3, .8);
    animation: gelatine .5s 1
}

.gelatin-btn-secondary {
    background: #c8c8a9;
    box-shadow: 0 0 0 -2px #cff09e, 0 0 0 -1px #c8c8a9
}

.gelatin-btn-secondary:hover {
    box-shadow: 0 0 0 2px #cff09e, 0 0 0 4px #bebe99
}

.gelatin-btn-secondary:active,
.gelatin-btn:active {
    background: #24cfda;
    transition-duration: 0;
    transition-timing-function: cubic-bezier(.6, 4, .3, .8);
    animation: gelatine .5s 1
}

@keyframes gelatine {

    0%,
    to {
        transform: scale(1)
    }

    25% {
        transform: scale(.9, 1.1)
    }

    50% {
        transform: scale(1.1, .9)
    }

    75% {
        transform: scale(.95, 1.05)
    }
}

.loading-layer {
    width: auto !important;
    border: 1px solid #000;
    position: relative
}

.loading-layer:before {
    content: "";
    position: absolute;
    left: 15px;
    background: url(../../../localhost:8361/qrdream/static/theme/default/loading-2.gif);
    top: 10px;
    width: 20px;
    height: 20px;
    background-size: contain
}

.loading-layer .layui-m-layercont {
    padding: 10px 5px;
    margin-left: 37px
}

.flex {
    display: flex
}

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

.flex-column {
    display: flex;
    flex-direction: column
}

.flex-spacebetween {
    justify-content: space-between
}

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

.flex-row-center {
    display: flex;
    justify-content: center
}

.flex1 {
    flex: 1
}

.pointer {
    cursor: pointer
}

.mt0 {
    margin-top: 0 !important
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt25 {
    margin-top: 25px
}

.mt30 {
    margin-top: 30px
}

.mt35 {
    margin-top: 35px
}

.mt40 {
    margin-top: 40px
}

.mb0 {
    margin-bottom: 0 !important
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb25 {
    margin-bottom: 25px
}

.ml0 {
    margin-left: 0 !important
}

.ml5 {
    margin-left: 5px
}

.ml10 {
    margin-left: 10px
}

.ml15 {
    margin-left: 15px
}

.ml20 {
    margin-left: 20px
}

.mr0 {
    margin-right: 0 !important
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 20px
}

.mg10 {
    margin: 10px
}

.mg15 {
    margin: 15px
}

.mg20 {
    margin: 20px
}

.padding0,
.pd0 {
    padding: 0
}

.pd10 {
    padding: 10px
}

.pd5 {
    padding: 5px
}

.pd15 {
    padding: 15px
}

.pd20 {
    padding: 20px
}

.pt0 {
    padding-top: 0 !important
}

.pt5 {
    padding-top: 5px
}

.pt10 {
    padding-top: 10px
}

.pt15 {
    padding-top: 15px
}

.pt20 {
    padding-top: 20px
}

.pb0 {
    padding-bottom: 0 !important
}

.pb5 {
    padding-bottom: 5px
}

.pb10 {
    padding-bottom: 10px
}

.pb15 {
    padding-bottom: 15px
}

.pb20 {
    padding-bottom: 20px
}

.pl0 {
    padding-left: 0 !important
}

.pl10 {
    padding-left: 10px
}

.pl15 {
    padding-left: 15px
}

.pl20 {
    padding-left: 20px
}

.pr0 {
    padding-right: 0 !important
}

.pr10 {
    padding-right: 10px
}

.pr15 {
    padding-right: 15px
}

.pr20 {
    padding-right: 20px
}

.wdfull {
    width: 100%
}

.antialiased {
    -webkit-font-smoothing: antialiased
}

.flowhidden {
    overflow: hidden !important
}

.flowauto {
    overflow: auto !important;
    scrollbar-width: thin
}

.flowxauto {
    overflow-x: auto !important;
    scrollbar-width: thin
}

.flowyauto {
    overflow-y: auto !important;
    scrollbar-width: thin
}

.border,
.borderblack {
    border: 1px solid #000
}

.aligncenter,
.txt-center {
    text-align: center
}

.alignright {
    text-align: right
}

.alignleft {
    text-align: left
}

.c333 {
    color: #333
}

.c888 {
    color: #888
}

.fsize12 {
    font-size: 12px
}

.fsize13 {
    font-size: 13px
}

.fsize14 {
    font-size: 14px
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    animation-duration: .75s
}

@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scaleX(1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }

    to {
        transform: scaleX(1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {

    0%,
    to {
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    0% {
        transform: none
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        transform: none
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {

    0%,
    11.1%,
    to {
        transform: none
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(-1turn);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-name: hinge
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

;

@keyframes rotating {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

fieldset[disabled] .multiselect {
    pointer-events: none
}

.multiselect__spinner {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 48px;
    height: 35px;
    background: #fff;
    display: block
}

.multiselect__spinner:after,
.multiselect__spinner:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border-color: #489bf7 transparent transparent;
    border-style: solid;
    border-width: 2px;
    box-shadow: 0 0 0 1px transparent
}

.multiselect__spinner:before {
    animation: a 2.4s cubic-bezier(.41, .26, .2, .62);
    animation-iteration-count: infinite
}

.multiselect__spinner:after {
    animation: a 2.4s cubic-bezier(.51, .09, .21, .8);
    animation-iteration-count: infinite
}

.multiselect__loading-enter-active,
.multiselect__loading-leave-active {
    transition: opacity .4s ease-in-out;
    opacity: 1
}

.multiselect__loading-enter,
.multiselect__loading-leave-active {
    opacity: 0
}

.multiselect,
.multiselect__input,
.multiselect__single {
    font-family: inherit;
    font-size: 14px;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.multiselect {
    box-sizing: content-box;
    display: block;
    position: relative;
    width: 100%;
    min-height: 25px;
    text-align: left;
    color: #35495e
}

.multiselect * {
    box-sizing: border-box
}

.multiselect:focus {
    outline: none
}

.multiselect--disabled {
    opacity: .6
}

.multiselect--active {
    z-index: 1
}

.multiselect--active .multiselect__current,
.multiselect--active .multiselect__input,
.multiselect--active .multiselect__tags {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.multiselect--active .multiselect__select {
    transform: rotate(180deg)
}

.multiselect--above.multiselect--active .multiselect__current,
.multiselect--above.multiselect--active .multiselect__input,
.multiselect--above.multiselect--active .multiselect__tags {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.multiselect__input,
.multiselect__single {
    position: relative;
    display: inline-block;
    min-height: 20px;
    line-height: 20px;
    border: none;
    border-radius: 5px;
    background: #fff;
    padding: 1px 0 0 5px;
    width: 100%;
    transition: border .1s ease;
    box-sizing: border-box;
    margin-bottom: 8px
}

.multiselect__tag~.multiselect__input,
.multiselect__tag~.multiselect__single {
    width: auto
}

.multiselect__input:hover,
.multiselect__single:hover {
    border-color: #cfcfcf
}

.multiselect__input:focus,
.multiselect__single:focus {
    border-color: #a8a8a8;
    outline: none
}

.multiselect__single {
    padding-left: 6px;
    margin-bottom: 2px;
    font-size: 12px
}

.multiselect__tags-wrap {
    display: inline
}

.multiselect__tags {
    min-height: 25px;
    display: block;
    padding: 2px 30px 0 4px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    background: #fff
}

.multiselect__tag {
    position: relative;
    display: inline-block;
    padding: 4px 26px 4px 10px;
    border-radius: 5px;
    margin-right: 10px;
    color: #fff;
    line-height: 1;
    background: #489bf7;
    margin-bottom: 8px;
    white-space: nowrap
}

.multiselect__tag-icon {
    cursor: pointer;
    margin-left: 7px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-weight: 700;
    font-style: normal;
    width: 22px;
    text-align: center;
    line-height: 22px;
    transition: all .2s ease;
    border-radius: 5px
}

.multiselect__tag-icon:after {
    content: "\D7";
    color: #266d4d;
    font-size: 14px
}

.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
    background: #369a6e
}

.multiselect__tag-icon:focus:after,
.multiselect__tag-icon:hover:after {
    color: #fff
}

.multiselect__current {
    min-height: 25px;
    overflow: hidden;
    padding: 8px 12px 0;
    padding-right: 30px;
    white-space: nowrap;
    border-radius: 5px;
    border: 1px solid #e8e8e8
}

.multiselect__current,
.multiselect__select {
    line-height: 16px;
    box-sizing: border-box;
    display: block;
    margin: 0;
    text-decoration: none;
    cursor: pointer
}

.multiselect__select {
    position: absolute;
    width: 30px;
    height: 25px;
    right: 1px;
    top: 1px;
    padding: 4px 8px;
    text-align: center;
    transition: transform .2s ease
}

.multiselect__select:before {
    position: relative;
    right: 0;
    top: 65%;
    color: #999;
    margin-top: 4px;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #999 transparent transparent;
    content: ""
}

.multiselect__placeholder {
    color: #adadad;
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 2px
}

.multiselect--active .multiselect__placeholder {
    display: none
}

.multiselect__content-wrapper {
    position: absolute;
    display: block;
    background: #fff;
    width: 100%;
    max-height: 230px;
    overflow: auto;
    border: 1px solid #e8e8e8;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 1;
    -webkit-overflow-scrolling: touch
}

.multiselect__content {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: 100%
}

.multiselect--above .multiselect__content-wrapper {
    bottom: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
    border-top: 1px solid #e8e8e8
}

.multiselect__content::webkit-scrollbar {
    display: none
}

.multiselect__element {
    display: block
}

.multiselect__option {
    display: block;
    padding: 8px;
    font-size: 12px;
    min-height: 25px;
    line-height: 16px;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    white-space: nowrap
}

.multiselect__option:after {
    top: 0;
    right: 0;
    position: absolute;
    line-height: 25px;
    padding-right: 12px;
    padding-left: 20px
}

.multiselect__option--highlight {
    background: #489bf7;
    outline: none;
    color: #fff
}

.multiselect__option--highlight:after {
    content: attr(data-select);
    background: #489bf7;
    color: #fff
}

.multiselect__option--selected {
    background: #f3f3f3;
    color: #35495e;
    font-weight: 700
}

.multiselect__option--selected:after {
    content: attr(data-selected);
    color: silver
}

.multiselect__option--selected.multiselect__option--highlight {
    background: #ff6a6a;
    color: #fff
}

.multiselect__option--selected.multiselect__option--highlight:after {
    background: #ff6a6a;
    content: attr(data-deselect);
    color: #fff
}

.multiselect--disabled {
    background: #ededed;
    pointer-events: none
}

.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select,
.multiselect__option--disabled {
    background: #ededed;
    color: #a6a6a6
}

.multiselect__option--disabled {
    cursor: text;
    pointer-events: none
}

.multiselect__option--disabled.multiselect__option--highlight {
    background: #dedede !important
}

.multiselect-enter-active,
.multiselect-leave-active {
    transition: all .15s ease
}

.multiselect-enter,
.multiselect-leave-active {
    opacity: 0
}

.multiselect__strong {
    margin-bottom: 10px;
    display: inline-block
}

@keyframes a {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(2turn)
    }
}

#main[data-v-8d519d20] {
    min-width: 1000px;
    position: absolute;
    top: 64px;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden
}

#main #canvas[data-v-8d519d20] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 70px;
    right: 0;
    overflow: hidden;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYAAACoPemuAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAEhJREFUeNrs1kENADAMA7F2/NkEYEdjq3wIrLzSMzP1YKceDQwMDAwMDAwMbAksSSXZv1j7/GBgYGBgYGBgYF/BLgAAAP//AwCi0wx1zObaygAAAABJRU5ErkJggg==);
    background-repeat: repeat;
    background-position: 50%;
    background-size: 19px 19px
}

#main #canvas #canvasHolder[data-v-8d519d20] {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    text-align: center
}

#main #canvas #canvas-bar[data-v-8d519d20] {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 4px;
    margin: 0 0 0 -186px;
    color: #c8c8c8;
    width: 348px;
    padding: 2px 12px;
    height: 30px;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    background-color: gray;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    width: 460px;
    margin-left: -242px
}

@media (max-height:680px) {

    #nav .nav-bottom .nav-item[data-v-8d519d20],
    #nav a[data-v-8d519d20] {
        height: 26px;
        padding: 8px 0 6px !important;
        transition-property: background, height, padding
    }
}

@media (max-height:760px) {
    #main #canvas[data-v-8d519d20] {
        min-height: 450px !important
    }

    #nav .nav-item[data-v-8d519d20],
    #nav a[data-v-8d519d20] {
        height: 44px;
        padding: 6px 0 4px !important
    }
}

@media (max-height:840px) {

    #nav .nav-item[data-v-8d519d20],
    #nav a[data-v-8d519d20] {
        padding: 8px 0 6px !important
    }
}

.gradient-background[data-v-cf858e80] {
    height: 250px;
    text-align: center;
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-family: PingFangSC-Regular, Roboto, Verdana, Open Sans, Helvetica Neue, Helvetica, Hiragino Sans GB, Microsoft YaHei, Source Han Sans CN, WenQuanYi Micro Hei, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent
}

.gradient-background .left-info[data-v-cf858e80] {
    width: 350px;
    float: left;
    text-align: left;
    border-right: 1px dashed hsla(0, 0%, 100%, .41);
    margin-top: 20px
}

.gradient-background .left-info .title[data-v-cf858e80] {
    margin: 0 20px;
    text-align: center;
    font-size: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2)
}

.gradient-background .left-info>p[data-v-cf858e80] {
    margin-left: 20px
}

.gradient-background .left-info>ul[data-v-cf858e80] {
    margin-top: 5px
}

.gradient-background .left-info>ul li[data-v-cf858e80] {
    list-style-type: disc;
    margin-left: 38px
}

.gradient-background .right-info[data-v-cf858e80] {
    float: right;
    width: 349px
}

.gradient-background .right-info .title[data-v-cf858e80] {
    margin-top: 57px;
    text-align: center
}

.gradient-background .right-info .reg-btn[data-v-cf858e80] {
    margin-top: 20px;
    background: #24cfda
}

.vip-panel[data-v-cf858e80] {
    height: 200px
}

.vip-panel .left-info[data-v-cf858e80],
.vip-panel .right-info[data-v-cf858e80] {
    display: none
}

.vip-panel #previewImage[data-v-cf858e80] {
    top: 60px
}

.down-box[data-v-cf858e80] {
    height: 218px
}

.download-panel[data-v-cf858e80] {
    float: left;
    margin-left: 20px;
    margin-top: 35px
}

.download-panel .input-form[data-v-cf858e80] {
    margin-top: 20px
}

.download-panel .input-form>label[data-v-cf858e80] {
    width: 62px;
    display: inline-block;
    text-align: right;
    font-size: 13px
}

.download-panel .input-form input[data-v-cf858e80] {
    width: 150px;
    box-sizing: border-box;
    padding: 8px 10px;
    margin: 0;
    color: #646464;
    border: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 13px
}

.download-panel .input-form .check[data-v-cf858e80] {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 2px;
    text-align: center;
    position: relative;
    cursor: pointer;
    padding: 2px 7px;
    font-size: 13px
}

.download-panel .input-form .check .iconfont[data-v-cf858e80] {
    position: absolute;
    opacity: 0;
    width: 15px;
    height: 14px;
    line-height: 10px;
    right: -1px;
    top: -1px;
    background: #f3643b;
    color: #fff;
    border-bottom-left-radius: 20px;
    font-size: 10px;
    text-align: right
}

.download-panel .input-form .active[data-v-cf858e80] {
    background: rgba(51, 51, 51, .1)
}

.download-panel .input-form .active .iconfont[data-v-cf858e80] {
    opacity: 1
}

.download-btn[data-v-cf858e80] {
    margin-top: 10px;
    width: 100px;
    text-align: center;
    margin-left: 65px
}

.right-btn[data-v-cf858e80] {
    text-align: center;
    float: right;
    width: 300px;
    margin-top: 55px
}

.right-btn .skm[data-v-cf858e80] {
    width: 100px
}

#canvasRasterizer[data-v-cf858e80] {
    border: 1px solid #000;
    max-height: 300px;
    border-radius: 50%;
    display: inline-block
}

#previewImage[data-v-cf858e80] {
    position: absolute;
    top: 130px;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    width: 200px;
    height: 200px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    background-size: contain;
    background-position: 50%;
    box-shadow: 0 0 1px #000;
    background-repeat: no-repeat
}

.dashang-box[data-v-016d51b2] {
    border: 1px solid rgba(253, 171, 14, .1);
    background: rgba(253, 171, 14, .1);
    padding: 5px
}

.dashang-box svg[data-v-016d51b2] {
    width: 18px;
    height: 18px;
    margin-right: 3px
}

.ds-title[data-v-016d51b2] {
    color: #f60
}

.qr-panel[data-v-016d51b2] {
    border-top: 1px dashed rgba(253, 171, 14, .1);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dashang-type a[data-v-016d51b2] {
    margin-top: 5px;
    height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 0 3px;
    cursor: pointer
}

.dashang-type a.active[data-v-016d51b2] {
    border-color: #fdab0e;
    color: #fdab0e
}

.qr-box[data-v-016d51b2] {
    width: 132px;
    height: 132px;
    border: 1px solid #fdab0e;
    background: #fff
}

.qr-box img[data-v-016d51b2] {
    width: 120px;
    height: 120px
}

.gradient-background[data-v-497f5e95] {
    height: 100%;
    background: #f7f7f7;
    color: #333;
    text-align: center;
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-family: PingFangSC-Regular, Roboto, Verdana, Open Sans, Helvetica Neue, Helvetica, Hiragino Sans GB, Microsoft YaHei, Source Han Sans CN, WenQuanYi Micro Hei, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent
}

.gradient-background .left-info[data-v-497f5e95] {
    width: 530px;
    float: left;
    text-align: center;
    margin-top: 20px;
    position: relative
}

.gradient-background .left-info .liwu[data-v-497f5e95] {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px
}

.gradient-background .left-info .liwu .iconfont[data-v-497f5e95] {
    font-size: 47px;
    color: rgba(36, 207, 218, .71)
}

.gradient-background .left-info .price-box .price-item[data-v-497f5e95] {
    height: 100px;
    background: #fff;
    width: 150px;
    display: inline-block;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    transition: all .3s;
    float: left;
    margin-left: 20px
}

.gradient-background .left-info .price-box .price-item>p[data-v-497f5e95] {
    color: gray;
    margin-top: 28px
}

.gradient-background .left-info .price-box .price-item>p>span[data-v-497f5e95] {
    margin-left: 3px;
    font-size: 35px;
    color: #2d8bf0;
    font-weight: 700;
    font-family: Helvetica Neue, Microsoft YaHei
}

.gradient-background .left-info .price-box .price-item label[data-v-497f5e95] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
    color: #333;
    background: #e5e5e5
}

.gradient-background .right-info[data-v-497f5e95] {
    background: #fff;
    color: #000;
    border-radius: 9px;
    position: absolute;
    right: -29px;
    width: 235px;
    top: 30px;
    height: 238px;
    text-align: left;
    padding: 20px;
    display: none
}

.gradient-background .right-info>p[data-v-497f5e95] {
    font-weight: 700;
    font-size: 16px
}

.gradient-background .right-info>ul[data-v-497f5e95] {
    margin-top: 10px
}

.gradient-background .right-info>ul li[data-v-497f5e95] {
    font-size: 14px;
    margin-left: 30px;
    list-style-type: disc;
    color: gray
}

.gradient-background .right-info>ul li>span[data-v-497f5e95] {
    color: #333
}

.price-panel[data-v-497f5e95] {
    padding: 10px;
    position: relative;
    padding-left: 39px;
    padding-top: 10px;
    margin: 10px;
    background: #fff;
    box-shadow: 0 0 2px hsla(0, 0%, 77%, .33);
    padding-bottom: 15px
}

.price-panel .price-item[data-v-497f5e95] {
    float: left;
    width: 130px;
    border: 1px solid #e5e5e5;
    height: 100px;
    margin-left: 15px;
    text-align: center;
    position: relative;
    cursor: pointer;
    background: #fff;
    transition: all .3s
}

.price-panel .price-item .price[data-v-497f5e95] {
    color: gray;
    margin-top: 28px
}

.price-panel .price-item .price>span[data-v-497f5e95] {
    margin-left: 3px;
    font-size: 30px;
    color: #2d8bf0;
    font-weight: 700;
    font-family: Helvetica Neue, Microsoft YaHei
}

.price-panel .price-item .price>span[data-v-497f5e95]:before {
    content: "\A5";
    font-size: 13px;
    font-weight: 400;
    margin-right: 3px
}

.price-panel .price-item .price>label[data-v-497f5e95] {
    font-size: 12px;
    margin-left: 7px
}

.price-panel .price-item .bottom[data-v-497f5e95] {
    background: #e5e5e5;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 12px
}

.price-panel .button-tip[data-v-497f5e95] {
    position: absolute;
    bottom: 4px;
    left: 54px;
    right: 150px;
    font-size: 12px;
    text-align: center;
    font-weight: 700
}

.price-panel .button-tip .vip_verifyBtn[data-v-497f5e95] {
    cursor: pointer;
    color: #2d8af0;
    text-decoration: underline
}

.price-panel .price-item.active[data-v-497f5e95] {
    border: 1px solid #2d8bf0;
    box-shadow: 0 0 3px #2d8bf0
}

.price-panel .price-item.active .bottom[data-v-497f5e95] {
    background: #2d8bf0;
    color: #fff
}

.price-panel .price-item.active[data-v-497f5e95]:after {
    font-family: iconfont !important;
    font-style: normal;
    content: ""
}

.price-panel[data-v-497f5e95]:before {
    content: "\8D5E\52A9\5F00\901A";
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    padding: 10px;
    bottom: 0;
    text-align: center;
    line-height: 32px;
    background: #f3643b;
    color: #fff;
    padding-top: 14px;
    overflow: hidden
}

.invite-tip[data-v-497f5e95] {
    text-align: center;
    font-size: 14px
}

.invite-panel[data-v-497f5e95] {
    padding: 10px;
    position: relative;
    padding-left: 39px;
    padding-top: 10px;
    margin: 10px;
    background: #fff;
    box-shadow: 0 0 2px hsla(0, 0%, 77%, .33);
    height: 130px
}

.invite-panel ul[data-v-497f5e95] {
    margin-left: 30px;
    line-height: 26px;
    list-style-type: disc;
    margin-top: 15px;
    margin-right: 150px
}

.invite-panel ul .intro[data-v-497f5e95] {
    line-height: 19px;
    font-size: 12px;
    list-style-type: none;
    position: relative;
    text-decoration: underline;
    margin-top: 20px
}

.invite-panel ul .intro[data-v-497f5e95]:before {
    content: ""
}

.invite-panel .code-panel[data-v-497f5e95] {
    position: absolute;
    border: 1px solid #e5e5e5;
    top: 0;
    right: 15px;
    top: 21px;
    width: 152px;
    height: 93px;
    text-align: center
}

.invite-panel .code-panel>div[data-v-497f5e95] {
    background: #e5e5e5
}

.invite-panel .code-panel>span[data-v-497f5e95] {
    font-size: 30px;
    margin-top: 21px;
    display: inline-block;
    color: #f3643b;
    text-shadow: 0 0 1px rgba(0, 0, 0, .45)
}

.invite-panel[data-v-497f5e95]:before {
    content: "\9080\8BF7\597D\53CB";
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    padding: 10px;
    bottom: 0;
    text-align: center;
    line-height: 27px;
    background: #192537;
    color: #fff;
    padding-top: 22px;
    overflow: hidden
}

.sng[data-v-497f5e95] {
    margin-bottom: 5px
}

.sng .mem[data-v-497f5e95] {
    position: absolute;
    left: -4px;
    top: -11px;
    padding: 2px 5px;
    background: #ff8000;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    border-radius: 1px
}

.sng .right-btn[data-v-497f5e95] {
    height: 125px;
    display: inline-block;
    float: right;
    text-align: center;
    position: relative;
    margin-right: 5px
}

.sng .right-btn .btn[data-v-497f5e95] {
    width: 120px;
    margin-top: 25px;
    background-color: #e01222;
    border-color: #e01222;
    display: inline-block
}

.sng .right-btn .payinfo[data-v-497f5e95] {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 333;
    background: hsla(0, 0%, 100%, .95)
}

.sng .right-btn .payinfo .btn-pay[data-v-497f5e95] {
    border: 1px solid #0fa4db;
    background-color: #00aeef;
    color: #fff;
    font-size: 13px;
    width: 80px;
    border-radius: 2px;
    margin: 6px auto 0;
    font-weight: 400;
    line-height: 30px;
    cursor: pointer;
    margin-top: 44px
}

.sng .right-btn .payitem[data-v-497f5e95] {
    width: 108px;
    border: 1px solid #e5e5e5;
    padding: 5px;
    height: 108px;
    position: relative;
    z-index: 2;
    display: none;
    background: url(http://ymark-public.oss-cn-shanghai.aliyuncs.com/yciyun/qrcode_yciyun.com.png) 50%;
    background-size: contain
}

.sng .right-btn .payitem.loading[data-v-497f5e95] {
    background-image: url(/qrdream/static/theme/default/loading-2.gif);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto
}

.sng .right-btn .payitem.loading .payinfo[data-v-497f5e95] {
    display: none
}

.sng .right-btn .payitem.active[data-v-497f5e95] {
    display: block
}

.sng .right-btn .payitem.active .payinfo[data-v-497f5e95] {
    display: none
}

.sng .right-btn .tip[data-v-497f5e95] {
    font-size: 12px
}

.sng .right-btn .tip img[data-v-497f5e95] {
    width: 18px;
    position: relative;
    top: 5px;
    margin-right: 2px
}

.sng .right-btn.loading[data-v-497f5e95]:before {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2222;
    background-color: hsla(0, 0%, 100%, .87);
    background-image: url(/qrdream/static/theme/default/loading-2.gif);
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute
}

.sng .price-item[data-v-497f5e95] {
    margin-top: 10px
}

.sng .price-item .del[data-v-497f5e95] {
    display: inline;
    margin-right: 10px;
    font-size: 20px;
    text-decoration: line-through
}

.tips[data-v-497f5e95] {
    font-size: 12px;
    text-align: center;
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.gradient-background[data-v-2176d586] {
    height: 400px;
    padding: 30px;
    text-align: center;
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-family: PingFangSC-Regular, Roboto, Verdana, Open Sans, Helvetica Neue, Helvetica, Hiragino Sans GB, Microsoft YaHei, Source Han Sans CN, WenQuanYi Micro Hei, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent
}

.gradient-background .title[data-v-2176d586] {
    font-size: 20px;
    text-align: center;
    line-height: 24px
}

.gradient-background .question-title[data-v-2176d586] {
    margin-top: 26px;
    font-size: 14px
}

.gradient-background .question-box[data-v-2176d586] {
    position: relative;
    padding-top: 10px
}

.gradient-background .question-box textarea[data-v-2176d586] {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .15);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .15);
    -o-box-shadow: 2px 2px 2px rgba(0, 0, 0, .15)
}

.gradient-background .question-box input[data-v-2176d586],
.gradient-background .question-box textarea[data-v-2176d586] {
    width: 100%;
    box-sizing: border-box;
    border: none;
    padding: 14px 10px;
    font-size: 14px;
    line-height: 20px;
    color: #a0a0a0;
    border: 0;
    background: #fff;
    outline: none;
    font-family: FuturaMediumBT, Arial, Helvetica, sans-serif;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px
}

.gradient-background .question-box input[data-v-2176d586] {
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .15) inset;
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .15) inset;
    -o-box-shadow: 2px 2px 2px rgba(0, 0, 0, .15) inset
}

.modal-login-panel[data-v-13c1e7e1] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent
}

.modal-login-panel .top-info[data-v-13c1e7e1] {
    padding-top: 20px;
    padding-bottom: 10px;
    width: 100%;
    text-align: left
}

.modal-login-panel .top-info .title[data-v-13c1e7e1] {
    margin: 0 20px;
    text-align: center;
    font-size: 15px;
    padding-bottom: 10px
}

.modal-login-panel .top-info .title>a[data-v-13c1e7e1] {
    color: #fff
}

.modal-login-panel .top-info p[data-v-13c1e7e1] {
    padding: 20px
}

.modal-login-panel .top-info>img[data-v-13c1e7e1] {
    width: 90px;
    opacity: .8;
    margin-top: 20px
}

.modal-login-panel .top-info .left-vip[data-v-13c1e7e1] {
    width: 230px;
    float: left
}

.modal-login-panel .top-info .left-vip>p[data-v-13c1e7e1] {
    margin-left: 20px;
    margin-top: 10px
}

.modal-login-panel .top-info .left-vip>ul[data-v-13c1e7e1] {
    margin-top: 5px
}

.modal-login-panel .top-info .left-vip>ul li[data-v-13c1e7e1] {
    list-style-type: disc;
    margin-left: 38px
}

.modal-login-panel .reg-bck .top-info[data-v-13c1e7e1] {
    padding-bottom: 0;
    padding-top: 10px
}

.modal-login-panel .reg-bck .top-info p[data-v-13c1e7e1] {
    padding: 10px
}

.modal-login-panel .reg-bck .register-quick-link[data-v-13c1e7e1] {
    padding: 0
}

.modal-login-panel .reg-bck .ant-form-item[data-v-13c1e7e1]:last-child {
    margin-bottom: 5px
}

.modal-login-panel .form-panel[data-v-13c1e7e1] {
    text-align: center;
    width: 300px;
    margin: 0 auto;
    margin-top: 20px
}

.modal-login-panel .none-info[data-v-13c1e7e1] {
    font-size: 12px;
    margin-top: 5px
}

.modal-login-panel .other-login[data-v-13c1e7e1] {
    margin-top: 20px
}

.modal-login-panel .other-login hr[data-v-13c1e7e1] {
    border-top: none;
    border-bottom: 1px solid #efefef;
    box-shadow: 0 1px 0 1px #fff;
    margin: 0
}

.modal-login-panel .other-login .user_other_login[data-v-13c1e7e1] {
    background: #fafafa;
    padding: 0 2em;
    position: relative;
    top: -10px
}

.modal-login-panel .other-login .iconfont[data-v-13c1e7e1] {
    font-size: 40px;
    margin: 5px;
    width: 40px;
    height: 40px;
    display: inline-block
}

.modal-login-panel .loading-panel[data-v-13c1e7e1] {
    text-align: center
}

.modal-login-panel .loading-panel .iconfont[data-v-13c1e7e1] {
    font-size: 100px;
    margin-top: 110px;
    display: inline-block;
    font-weight: 700;
    color: #0c6;
    width: 100px;
    height: 26px
}

.modal-login-panel .loading-panel .icon-load[data-v-13c1e7e1] {
    color: #39f
}

.modal-login-panel .icon-load[data-v-13c1e7e1] {
    display: inline-block;
    animation: rotating 1.2s linear infinite
}

.lark-form-content[data-v-13c1e7e1] {
    max-width: 320px;
    margin: 0 auto;
    border-radius: 4px;
    font-size: 14px;
    text-align: center
}

.lark-form-content .account-slogon[data-v-13c1e7e1] {
    margin-bottom: 32px
}

.lark-form-content .account-slogon .account-slogon-main[data-v-13c1e7e1] {
    font-size: 24px;
    line-height: 32px;
    color: #262626
}

.lark-form-content .account-slogon .account-slogon-subhead[data-v-13c1e7e1] {
    color: #595959;
    margin-top: 12px;
    line-height: 24px
}

.lark-form-content .ant-form[data-v-13c1e7e1] {
    font-family: Monospaced Number, Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #595959;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none
}

.lark-form-content .ant-form .ant-form-item[data-v-13c1e7e1] {
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    display: block;
    box-sizing: border-box;
    line-height: 39.9999px;
    position: relative;
    zoom: 1
}

.lark-form-content .ant-form .form-item-right-btn .ant-input-lg[data-v-13c1e7e1] {
    padding-right: 100px
}

.lark-form-content .ant-form .form-item-right-btn .icon-load[data-v-13c1e7e1] {
    display: none
}

.lark-form-content .ant-form .form-item-right-btn .btnLoading[data-v-13c1e7e1] {
    font-size: 14px;
    background: #d2d2d2;
    border-color: #d2d2d2
}

.lark-form-content .ant-form .form-item-right-btn .btnLoading>span[data-v-13c1e7e1] {
    display: none
}

.lark-form-content .ant-form .form-item-right-btn .btnLoading .icon-load[data-v-13c1e7e1] {
    display: inline-block;
    margin-right: 10px;
    font-weight: 700;
    font-size: 20px
}

.lark-form-content .ant-form .form-item-right-btn .btnLoading[data-v-13c1e7e1]:after {
    content: "\8BF7\6C42\4E2D...";
    position: relative;
    top: -1px
}

.lark-form-content .ant-form .form-item-right-btn .ant-input-suffix[data-v-13c1e7e1] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    line-height: 0;
    color: #595959;
    right: 12px;
    font-size: 14px;
    border-left: 1px solid #e8e8e8;
    padding-left: 12px;
    padding-right: 5px;
    width: 82px;
    right: 10px;
    height: 20px
}

.lark-form-content .ant-form .form-item-right-btn .ant-input-suffix .btn-send[data-v-13c1e7e1] {
    line-height: 19px;
    color: gray
}

.lark-form-content .ant-form .form-item-icon .iconfont[data-v-13c1e7e1] {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 0 10px;
    color: #8c8c8c
}

.lark-form-content .ant-form .form-item-icon .icon-load[data-v-13c1e7e1] {
    left: 26px;
    top: 10px
}

.lark-form-content .ant-form .form-item-icon .ant-input[data-v-13c1e7e1] {
    padding-left: 35px
}

.lark-form-content .ant-input[data-v-13c1e7e1] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 4px 11px;
    width: 100%;
    height: 42px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    transition: all .3s
}

.lark-form-content .ant-btn[data-v-13c1e7e1],
.lark-form-content .ant-input[data-v-13c1e7e1] {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    color: #595959;
    background-image: none
}

.lark-form-content .ant-btn[data-v-13c1e7e1] {
    font-weight: 400;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 0 15px;
    border-radius: 4px;
    height: 32px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    background-color: #fafafa;
    border-color: #d9d9d9
}

.lark-form-content .ant-btn-primary[data-v-13c1e7e1] {
    color: #fff;
    background-color: #2d8bf0;
    border-color: #2d8bf0;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 4px;
    height: 40px
}

.lark-form-content .ant-btn-full[data-v-13c1e7e1] {
    width: 100%
}

.lark-form-content .ant-input[data-v-13c1e7e1]:hover {
    border-color: #2d8bf0
}

.lark-form-content .ant-input[data-v-13c1e7e1]:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(45, 139, 240, .2)
}

.lark-form-content .register-quick-link[data-v-13c1e7e1] {
    padding-top: 24px
}

.lark-form-content .register-quick-link .yciyun-login[data-v-13c1e7e1] {
    margin-top: 10px;
    display: inline-block;
    display: none
}

.lark-form-content .register-quick-link .yciyun-login>span[data-v-13c1e7e1] {
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: tada;
    display: inline-block;
    font-size: 13px;
    text-decoration: underline
}

.bind-user-info[data-v-63a63b58] {
    margin: 20px
}

.bind-user-info .question-title[data-v-63a63b58] {
    margin-top: 26px;
    font-size: 14px
}

.bind-user-info .question-box[data-v-63a63b58] {
    position: relative;
    padding-top: 5px
}

.bind-user-info .question-box input[data-v-63a63b58] {
    width: 100%;
    box-sizing: border-box;
    border: none;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    border: 0;
    background: #fff;
    outline: none;
    font-family: FuturaMediumBT, Arial, Helvetica, sans-serif;
    box-shadow: 0 0 2px rgba(0, 0, 0, .35);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px
}

.bind-user-info .question-box .verify-input[data-v-63a63b58] {
    width: 50px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 11px;
    position: relative;
    text-align: center;
    top: -1px
}

.bind-user-info .question-box .send-verify-btn[data-v-63a63b58] {
    width: 50px;
    padding: 8px 5px;
    font-size: 11px;
    position: relative;
    top: -1px;
    text-align: center
}

.bind-user-info .question-box .login-input .send-verify-btn[data-v-63a63b58],
.bind-user-info .question-box .login-input .verify-input[data-v-63a63b58] {
    display: none
}

.bind-user-info .question-box .name-input[data-v-63a63b58] {
    width: 240px
}

.bind-user-info .question-box .send-verify-btn[data-v-63a63b58],
.bind-user-info .question-box .verify-input[data-v-63a63b58] {
    display: inline-block
}

.loading-panel[data-v-63a63b58] {
    text-align: center
}

.loading-panel .iconfont[data-v-63a63b58] {
    font-size: 100px;
    margin-top: 190px;
    color: #39f;
    display: inline-block
}

.icon-load[data-v-63a63b58] {
    display: inline-block;
    animation: rotating 1.2s linear infinite
}

.modal-login-panel[data-v-49d0d643] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent
}

.modal-login-panel .top-info[data-v-49d0d643] {
    padding-top: 20px;
    padding-bottom: 10px;
    width: 100%;
    text-align: left
}

.modal-login-panel .top-info .title[data-v-49d0d643] {
    margin: 0 20px;
    text-align: center;
    font-size: 15px;
    padding-bottom: 10px
}

.modal-login-panel .top-info .title>a[data-v-49d0d643] {
    color: #fff
}

.modal-login-panel .top-info>img[data-v-49d0d643] {
    width: 90px;
    opacity: .8;
    margin-top: 20px
}

.modal-login-panel .top-info .left-vip[data-v-49d0d643] {
    width: 230px;
    float: left
}

.modal-login-panel .top-info .left-vip>p[data-v-49d0d643] {
    margin-left: 20px;
    margin-top: 10px
}

.modal-login-panel .top-info .left-vip>ul[data-v-49d0d643] {
    margin-top: 5px
}

.modal-login-panel .top-info .left-vip>ul li[data-v-49d0d643] {
    list-style-type: disc;
    margin-left: 38px
}

.modal-login-panel .form-panel[data-v-49d0d643] {
    text-align: center;
    width: 300px;
    margin: 0 auto;
    margin-top: 20px
}

.modal-login-panel .form-panel input[data-v-49d0d643] {
    width: 274px;
    height: 20px;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    border: 0;
    background: #fff;
    outline: none;
    font-family: FuturaMediumBT, Arial, Helvetica, sans-serif;
    box-shadow: 0 0 2px rgba(0, 0, 0, .4);
    border-radius: 4px;
    margin-top: 8px
}

.modal-login-panel .form-panel .gelatin-btn[data-v-49d0d643] {
    margin-top: 15px;
    width: 200px
}

.modal-login-panel .form-panel .reg-btn-0[data-v-49d0d643] {
    background-color: #24cfda
}

.modal-login-panel .form-panel .verify-input[data-v-49d0d643] {
    width: 50px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 11px;
    position: relative;
    text-align: center;
    top: -1px
}

.modal-login-panel .form-panel .send-verify-btn[data-v-49d0d643] {
    width: 50px;
    padding: 8px 5px;
    font-size: 11px;
    position: relative;
    top: -1px
}

.modal-login-panel .form-panel .login-input .send-verify-btn[data-v-49d0d643],
.modal-login-panel .form-panel .login-input .verify-input[data-v-49d0d643] {
    display: none
}

.modal-login-panel .form-panel .reg-input .name-input[data-v-49d0d643] {
    width: 150px
}

.modal-login-panel .form-panel .reg-input .send-verify-btn[data-v-49d0d643],
.modal-login-panel .form-panel .reg-input .verify-input[data-v-49d0d643] {
    display: inline-block
}

.modal-login-panel .none-info[data-v-49d0d643] {
    font-size: 12px;
    margin-top: 5px
}

.modal-login-panel .other-login[data-v-49d0d643] {
    margin-top: 20px
}

.modal-login-panel .other-login hr[data-v-49d0d643] {
    border-top: none;
    border-bottom: 1px solid #efefef;
    box-shadow: 0 1px 0 1px #fff;
    margin: 0
}

.modal-login-panel .other-login .user_other_login[data-v-49d0d643] {
    background: #fafafa;
    padding: 0 2em;
    position: relative;
    top: -10px
}

.modal-login-panel .other-login .iconfont[data-v-49d0d643] {
    font-size: 40px;
    margin: 5px;
    width: 40px;
    height: 40px;
    display: inline-block
}

.modal-login-panel .loading-panel[data-v-49d0d643] {
    text-align: center
}

.modal-login-panel .loading-panel .iconfont[data-v-49d0d643] {
    font-size: 100px;
    margin-top: 140px;
    display: inline-block;
    font-weight: 700;
    color: #0c6
}

.modal-login-panel .loading-panel .icon-load[data-v-49d0d643] {
    color: #39f
}

.modal-login-panel .icon-load[data-v-49d0d643] {
    display: inline-block;
    animation: rotating 1.2s linear infinite
}

.preview-panel[data-v-62f30680] {
    width: 100%;
    height: 480px;
    overflow: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 8px
}

.preview-list>li[data-v-62f30680] {
    float: left;
    margin-left: 7px;
    position: relative
}

.preview-list>li>img[data-v-62f30680] {
    width: 380px;
    height: 341px
}

.preview-list>li>span[data-v-62f30680] {
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 100px;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

#header[data-v-537bb70c] {
    position: absolute;
    left: 0;
    background-color: #000;
    min-width: 1000px;
    height: 64px;
    width: 100%;
    z-index: 99
}

#header #logo[data-v-537bb70c] {
    float: left;
    width: 70px;
    text-align: center;
    height: 70px;
    line-height: 70px
}

#header #logo>img[data-v-537bb70c] {
    width: 40px;
    margin-top: 12px
}

#header .btn-gif[data-v-537bb70c] {
    animation-name: jello;
    animation-duration: 1.4s;
    animation-fill-mode: both;
    animation-iteration-count: infinite !important
}

#header .user-panel[data-v-537bb70c] {
    float: right;
    border: 1px solid transparent;
    height: 62px;
    color: #fff;
    line-height: 62px;
    position: relative
}

#header .user-panel .username[data-v-537bb70c] {
    padding: 0 30px;
    cursor: pointer;
    display: inline-block;
    color: hsla(0, 0%, 100%, .79);
    transition: all .2s ease-in-out
}

#header .user-panel .username[data-v-537bb70c]:hover {
    background: #26262b;
    color: #fff
}

#header .user-panel .username[data-v-537bb70c]:focus {
    color: hsla(0, 0%, 100%, .6)
}

#header .user-panel .drop-list[data-v-537bb70c] {
    position: absolute;
    top: 62px;
    background: #26262b;
    z-index: 9999;
    width: 100px;
    right: 0;
    color: #b2b2ba;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

#header .user-panel .drop-list li[data-v-537bb70c] {
    transition: all .3s;
    text-align: left;
    margin-left: 10px;
    cursor: pointer;
    line-height: 40px
}

#header .user-panel .drop-list li[data-v-537bb70c]:hover {
    background: hsla(0, 0%, 100%, .03);
    color: #f3643b
}

#header .vip-sy[data-v-537bb70c] {
    float: right;
    font-size: 12px;
    margin-top: 20px;
    margin-right: 20px;
    display: inline-block;
    padding: .6em 1.1em;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #ffab02;
    border-radius: 3px
}

#header .ads[data-v-537bb70c] {
    float: right;
    color: hsla(0, 0%, 100%, .79);
    font-size: 12px;
    background-color: rgba(243, 100, 59, .84);
    padding: 0 20px;
    border-radius: 30px;
    line-height: 37px;
    margin-top: 13px;
    margin-right: 20px;
    cursor: pointer
}

#header .ads .iconfont[data-v-537bb70c] {
    margin-right: 10px
}

#header .ads[data-v-537bb70c]:hover {
    background-color: #f3643b;
    color: #fff
}

#header #app-link[data-v-537bb70c] {
    position: relative;
    z-index: 10;
    float: left;
    margin-left: 20px;
    font-size: 14px;
    line-height: 64px
}

#header .active[data-v-537bb70c] {
    color: hsla(0, 0%, 100%, .74);
    background: none
}

#header #header-toolbar[data-v-537bb70c] {
    position: absolute;
    transition: all .3s;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1
}

#header #header-toolbar #header-toolbar-wrapper[data-v-537bb70c] {
    text-align: center
}

#header #header-toolbar .header-toolbar-main[data-v-537bb70c] {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 51px;
    padding: 13px 5px 0;
    font-size: 12px;
    text-align: center;
    color: #96969a;
    white-space: nowrap
}

#header #header-toolbar .header-toolbar-main .iconfont[data-v-537bb70c] {
    display: block;
    margin-bottom: 5px;
    font-weight: 700
}

#header #header-toolbar .header-toolbar-main .rotate[data-v-537bb70c] {
    animation: rotating 1.2s linear infinite
}

#header #header-toolbar .header-toolbar-main>span[data-v-537bb70c] {
    font-size: 12px;
    -webkit-font-smoothing: antialiased
}

#header #header-toolbar .header-toolbar-main[disabled][data-v-537bb70c] {
    cursor: not-allowed;
    color: #48484d;
    background: none
}

#header #header-toolbar .header-toolbar-main[data-v-537bb70c]:not([disabled]):hover {
    color: rgba(72, 155, 247, .58)
}

#header #header-toolbar.active[data-v-537bb70c] {
    display: block;
    animation: header-toolbar-fadeIn-ani 1s;
    -webkit-animation: header-toolbar-fadeIn-ani 1s;
    -moz-animation: header-toolbar-fadeIn-ani 1s
}

#nav {
    left: 0;
    bottom: 0;
    width: 70px;
    background: #000;
    font-family: Microsoft Yahei, noto_sansregular, Arial, SongTi, MingLiU, Abril Fatface, Arimo, Trocchi, sans-serif;
    position: absolute;
    top: 0;
    z-index: 13
}

#nav #nav-wrapper {
    position: absolute;
    width: 100%;
    height: 100%
}

#nav #nav-wrapper #nav-top {
    position: absolute;
    top: 16px
}

#nav #nav-wrapper .sub-nav-note {
    position: relative;
    display: block;
    width: 70px;
    padding: 15px 0 11px;
    font-family: Microsoft Yahei, noto_sansregular, Arial, SongTi, MingLiU, Abril Fatface, Arimo, Trocchi, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #96969a;
    text-align: center;
    cursor: pointer;
    transition: all .2s ease-in-out
}

#nav #nav-wrapper .icon-title {
    margin-top: 10px
}

#nav #nav-wrapper .nav-bottom {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    text-align: center;
    color: hsla(0, 0%, 100%, .6);
    font-family: Microsoft Yahei, noto_sansregular, Arial, SongTi, MingLiU, Abril Fatface, Arimo, Trocchi, sans-serif
}

#nav #nav-wrapper .nav-bottom-item {
    cursor: pointer;
    line-height: 25px
}

#nav #nav-wrapper .sub-nav-note:hover {
    background: #26262b
}

#nav #nav-wrapper .active,
#nav #nav-wrapper .active:hover {
    background-color: #ebebf0
}

#toolbar {
    left: 70px;
    width: 346px;
    box-shadow: 2px 0 2px hsla(0, 5%, 67%, .32);
    position: absolute;
    top: 0;
    bottom: 0;
    background: #ebebf0;
    z-index: 12;
    transform: translateX(-346px);
    transition: transform .2s ease
}

#toolbar.toolbar-show {
    transform: translateX(0)
}

#toolbar .toolbar-list {
    position: absolute;
    top: 16px;
    bottom: 16px;
    left: 16px;
    right: 16px;
    overflow: auto
}

#toolbar .toolbar-list .scrollarea-content {
    position: relative;
    text-align: center
}

#toolbar .toolbar-list .scrollarea-content .tool-panel-item {
    margin-top: 10px;
    display: none
}

#toolbar .toolbar-list .scrollarea-content .tool-panel-item.active {
    display: block
}

#toolbar .toolbar-list .scrollarea-content .tool-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    display: block
}

#toolbar .toolbar-list .scrollarea-content .title-drop {
    position: relative;
    padding: 11px 20px;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    background: #f7f7fa;
    font-family: Microsoft YaHei, noto_sansregular, sans-serif;
    overflow: hidden;
    cursor: pointer;
    border-bottom: hsla(0, 0%, 90%, .51);
    transition: all .1s linear 0s;
    text-align: left
}

#toolbar .toolbar-list .scrollarea-content .title-drop:hover,
#toolbar .toolbar-list .scrollarea-content:focus {
    background: #44444a;
    color: #fff
}

#toolbar .toolbar-list .scrollarea-content .title-drop.title-drop-active {
    color: #fff;
    background: #44444a;
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 78%, 0);
    -webkit-box-shadow: 0 0 0 1px hsla(0, 0%, 78%, 0) inset;
    -moz-box-shadow: 0 0 0 1px hsla(0, 0%, 78%, 0) inset
}

.tool-panel-text .tool-item {
    padding: 10px;
    cursor: pointer
}

.sticker-group .sticker-item:hover {
    background: hsla(0, 0%, 86%, .4);
    cursor: pointer
}

.tool-panel-text .tool-item:hover {
    background: #dddde3
}

.tool-panel-component .sticker-group {
    display: none;
    padding: 10px;
    background-size: cover
}

.tool-panel-component .sticker-group.active {
    display: block
}

.tool-panel-component .sticker-group .sticker-item {
    position: relative;
    float: left;
    cursor: pointer;
    transition: all .2s !important;
    width: 50px;
    height: 50px;
    padding: 7px;
    margin: 3px
}

.tool-panel-component>ul>li {
    transition: all .2s ease-in-out;
    margin-bottom: 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .21);
    margin-left: 1px;
    margin-right: 1px;
    border-radius: 2px;
    overflow: hidden;
    background-color: #fff
}

.tool-panel-component>ul>li .loading-item {
    transition: all .2s ease-in-out;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -23px
}

.tool-panel-component>ul>li .sticker-item .item-like {
    position: absolute;
    top: 0;
    height: 17px;
    width: 17px;
    border-radius: 20px;
    right: 0;
    background: #3091f2;
    display: none;
    text-align: center;
    color: #fff;
    line-height: 17px
}

.tool-panel-component>ul>li .sticker-item .item-like .iconfont {
    font-size: 12px
}

.tool-panel-component>ul>li .sticker-item:hover .item-like {
    display: block
}

.tool-panel-component>ul .sticker-group {
    height: 340px;
    position: relative
}

.tool-panel-component>ul .none-data {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -40px
}

.tool-panel-component>ul .none-data .icon-meiyougengduo {
    font-size: 60px;
    color: #333;
    display: block
}

.tool-panel-component>ul>li.active .page-list,
.tool-panel-component>ul>li.active .sticker-group {
    display: block
}

.tool-panel-component>ul>li.active .icon-unfold {
    transform: rotate(180deg)
}

.tool-panel-component>ul>li.active-loading .loading-item {
    display: block !important
}

.tool-panel-component>ul .list_item_base_line {
    background-color: #3f4652
}

.tool-panel-component>ul .list_item_base_line .sticker-item {
    width: auto;
    float: none;
    padding-top: 19px;
    height: 30px
}

.tool-panel-component .page-list {
    margin: 10px 0;
    display: none
}

.tool-panel-component .page-list>a {
    width: 32px;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    border: 1px solid red;
    transition: all .2s ease-in-out;
    font-family: Arial;
    cursor: pointer;
    user-select: none;
    border: 1px solid #d7dde4;
    margin-right: 4px;
    border-radius: 4px
}

.tool-panel-component .page-list>a.active {
    background-color: #39f;
    border-color: #39f;
    color: #fff
}

.tool-panel-component .page-list .next {
    width: 60px
}

.tool-panel-component .page-list>a:hover {
    border-color: #39f
}

.title-drop .iconfont {
    float: right;
    transition: all .2s ease-in-out
}

.title-drop .icon-qunawanvip {
    color: #f3643b;
    margin-right: 10px;
    margin-top: -14px;
    font-size: 17px
}

.title-drop::hover {
    background: rgba(247, 247, 250, .87)
}

.toolbar-color-panel .tool-panel-component>ul>li.active .sticker-group {
    height: auto
}

.ul_list_item[data-v-0dc9bea6] {
    display: none
}

.ul_list_item.active[data-v-0dc9bea6] {
    display: block
}

.bck_panel[data-v-eb5a8f32] {
    border-top: 1px dashed hsla(0, 2%, 71%, .3);
    padding-top: 5px;
    margin-top: 5px
}

.toolbar-title[data-v-00101195] {
    margin: 20px 18px 20px 4px;
    font-family: Microsoft YaHei, noto_sansregular, sans-serif;
    text-align: center;
    font-size: 14px;
    text-shadow: 1px 0 0 #000;
    color: #000;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.search-bar[data-v-00101195] {
    position: relative;
    background: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1) inset;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .1) inset;
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, .1) inset;
    overflow: hidden
}

.search-bar .back-btn[data-v-00101195] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 42px;
    display: block;
    cursor: pointer;
    transition: width .3s;
    -moz-vtransition: width .3s;
    -webkit-transition: width .3s;
    width: 42px;
    font-size: 24px;
    background: #9e9e9e;
    color: #fff;
    text-align: center;
    line-height: 40px
}

.search-bar input[data-v-00101195] {
    width: 100%;
    margin: 0;
    border: none;
    padding: 13px 70px 13px 20px;
    height: 42px;
    box-sizing: border-box;
    color: #646464;
    font-size: 14px;
    font-family: Arial;
    background: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}

.search-bar .search-icon[data-v-00101195] {
    position: absolute;
    right: 5px;
    top: 3px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    font-size: 26px;
    text-align: center;
    line-height: 36px;
    color: #489bf7
}

.tool-list-container[data-v-00101195] {
    position: relative
}

.image-add-panel[data-v-cc29edca] {
    position: relative;
    height: 100px;
    border: 2px dashed rgba(56, 56, 56, .72);
    border-radius: 2px
}

.image-add-panel #import-box[data-v-cc29edca] {
    position: absolute;
    cursor: pointer;
    left: 0;
    bottom: 0;
    width: 100%;
    top: 14px;
    line-height: 35px;
    z-index: 2
}

.image-add-panel #import-box .iconfont[data-v-cc29edca] {
    margin-right: 5px;
    font-size: 14px;
    position: relative;
    top: 1px
}

.image-add-panel .file-button[data-v-cc29edca] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 3;
    cursor: pointer;
    width: 100%
}

.ResourceImage-body .ResourceImage-item[data-v-cc29edca] {
    box-sizing: border-box;
    width: 90px;
    height: 90px;
    border: 1px solid #ddd;
    position: relative;
    cursor: pointer;
    margin: 5px;
    float: left;
    margin-left: 8px;
    background-color: #fff;
    line-height: 90px
}

.ResourceImage-body .ResourceImage-item>img[data-v-cc29edca] {
    max-height: 100%;
    vertical-align: middle;
    width: 70px
}

.ResourceImage-body .ResourceImage-item .ResourceImage-deleteIcon[data-v-cc29edca] {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    background: #222;
    color: #fff;
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: none
}

.ResourceImage-body .ResourceImage-item[data-v-cc29edca]:hover:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    position: absolute
}

.ResourceImage-body .ResourceImage-item:hover .ResourceImage-deleteIcon[data-v-cc29edca] {
    display: block
}

.tool-panel-example li[data-v-7c8ba5ac] {
    width: 140px;
    display: inline-block;
    font-size: 0;
    height: 140px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    margin: 5px;
    transition: all .1s linear 0s;
    cursor: default;
    border-radius: 5px
}

.tool-panel-example li .svg-img[data-v-7c8ba5ac] {
    background-size: 80%;
    height: 140px;
    background-position: 50%;
    background-repeat: no-repeat
}

.tool-panel-example li[data-v-7c8ba5ac]:hover {
    background: hsla(0, 0%, 86%, .4)
}

.toolbar-title[data-v-e17e67da] {
    margin: 20px 18px 20px 4px;
    font-family: Microsoft YaHei, noto_sansregular, sans-serif;
    text-align: center;
    font-size: 14px;
    text-shadow: 1px 0 0 #000;
    color: #000;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.color-list-panel[data-v-e17e67da] {
    text-align: center
}

.color-list-panel>li[data-v-e17e67da] {
    transition: all .3s ease;
    margin-top: 20px
}

.color-list-panel>li[data-v-e17e67da]:hover {
    background: hsla(0, 0%, 100%, .74)
}

.color-list-panel .color-panel[data-v-e17e67da] {
    font-size: 0
}

.color-list-panel .color-panel>span[data-v-e17e67da] {
    position: relative;
    width: 33.3%;
    height: 40px;
    display: inline-block;
    cursor: pointer
}

.color-list-panel .color-panel>span[data-v-e17e67da]:before {
    position: absolute;
    color: #fff;
    bottom: 5px;
    right: 5px;
    background: #000;
    border-radius: 54px;
    width: 15px;
    height: 15px;
    font-size: 12px
}

.color-list-panel .color-name[data-v-e17e67da] {
    padding: 5px;
    cursor: default
}

.toolbarContainer {
    color: #3f4652;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 46px
}

.toolbarContainer .toolbar-config {
    box-sizing: border-box;
    box-shadow: 1px 0 2px rgba(0, 0, 0, .15);
    z-index: 11;
    transform: translateY(-46px);
    transition: transform .2s cubic-bezier(0, 0, 0, .99);
    pointer-events: none;
    transition-delay: .3s;
    left: 346px;
    position: absolute;
    left: 0;
    height: 46px;
    right: 0
}

.toolbarContainer .toolbarContainer--active {
    transform: translate(0);
    pointer-events: all;
    transition-delay: 0s
}

.toolbar__wrapper {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 45px
}

.toolbar-file-panel {
    background: #fff;
    left: 0;
    top: 0;
    box-shadow: 1px 0 2px rgba(0, 0, 0, .15);
    width: 346px;
    position: absolute
}

.toolbar__wrapper .toolbar {
    width: auto;
    border-radius: 0;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    transform-origin: 20px 0;
    position: absolute;
    transform-origin: 80% 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff
}

.toolbar__wrapper .toolbar--right {
    position: absolute;
    right: 35px;
    top: 0;
    bottom: 0;
    left: auto
}

.toolbar__wrapper .toolbar--text {
    position: absolute;
    right: auto;
    top: 0;
    bottom: 0;
    left: 20px
}

.toolbar__wrapper .toolbar--file {
    position: absolute;
    right: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 10px
}

.toolbar__wrapper .toolbar--file .inln {
    display: inline-block
}

.toolbar__wrapper .toolbar--file .input-name {
    padding: 5px;
    border: 0;
    border-bottom: 1px solid hsla(0, 1%, 49%, .49);
    margin-top: 11px
}

.toolbar__wrapper .toolbar__item {
    position: relative;
    height: 46px;
    width: auto;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    opacity: 1
}

.toolbar__wrapper .toolbar__separator {
    border-left: 1px solid rgba(63, 70, 82, .15);
    box-sizing: border-box;
    width: 1px;
    height: 26px;
    margin: 10px 5px;
    padding: 0;
    display: inline-block;
    margin-top: 13px;
    border-bottom: 1px solid #ebeced;
    height: 1px;
    width: auto
}

.toolbar__wrapper .toolbar--element .toolbar__separator:first-child,
.toolbar__wrapper .toolbar__item.hidden+.toolbar__item.toolbar__separator {
    display: none
}

.toolbar__wrapper .toolbar__label,
.toolbar__wrapper .toolbar__slider,
.toolbar__wrapper .toolbar__sliderValue {
    display: inline-block;
    vertical-align: middle
}

.toolbar__wrapper .toolbar__button {
    cursor: pointer;
    font-family: inherit
}

.toolbar__wrapper .toolbar__button .toolbar__label {
    line-height: 27px;
    box-sizing: border-box;
    height: 28px;
    pointer-events: none;
    -webkit-font-smoothing: antialiased
}

.toolbar__wrapper .toolbar__button .toolbar__shortcut {
    float: right
}

.toolbar__wrapper .toolbar__button:active {
    opacity: .6
}

.toolbar__wrapper .toolbar__separator .toolbar__label {
    position: absolute;
    padding: 0 5px;
    top: -.6em;
    color: rgba(63, 70, 82, .4);
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    left: 50%;
    transform: translateX(-50%);
    background: #fff
}

.toolbar__wrapper .toolbar__button,
.toolbar__wrapper .toolbar__input,
.toolbar__wrapper .toolbar__slider {
    padding: 0 5px;
    margin: 8px 2px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    text-decoration: none;
    color: #3f4652;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: transparent;
    transition: background-color .1s ease, width .1s ease, opacity .1s ease;
    font-size: 14px;
    outline: none;
    box-sizing: border-box
}

.toolbar__wrapper .enabled>.toolbar__button:hover,
.toolbar__wrapper .toolbar__button--more:hover,
.toolbar__wrapper .toolbar__item--submenuExpanded>.toolbar__button {
    border: 1px solid #ebeced
}

.toolbar__wrapper .toolbar__button--icon {
    width: 30px;
    height: 30px;
    background-position: 50%;
    background-repeat: no-repeat
}

.toolbar__wrapper .toolbar__button--transparency {
    background-image: url(https://static.canva.com/static/images/toolbar/transparency.svg);
    background-size: 21px 15px;
    margin-top: -1.5px
}

.toolbar__wrapper .enabled.toolbar__item--submenuExpanded>.menuList,
.toolbar__wrapper .enabled.toolbar__item--submenuExpanded>.toolbar {
    visibility: visible;
    pointer-events: all;
    animation: toolbar--fadeIn .2s cubic-bezier(.23, 1, .32, 1);
    opacity: 1;
    transition: visibility 0s linear 0s;
    height: auto
}

.toolbar__wrapper .colorPaletteScrollable:before,
.toolbar__wrapper .fxPanel:before,
.toolbar__wrapper .toolbar__item .menuList:before,
.toolbar__wrapper .toolbar__item .toolbar:before {
    content: " ";
    display: block;
    position: absolute;
    top: -9px;
    left: 14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 9px;
    border-color: transparent transparent #fff;
    z-index: 2
}

.toolbar__wrapper .toolbar__item .menuList,
.toolbar__wrapper .toolbar__item .toolbar {
    transition: visibility 0s linear .4s;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 60px;
    left: 0;
    background: #fff;
    border-radius: 5px;
    visibility: hidden;
    z-index: 2;
    border: none;
    box-shadow: 0 0 2px 1px rgba(63, 70, 82, .15);
    bottom: auto
}

.toolbar__wrapper .disabled {
    cursor: default;
    opacity: .3
}

.toolbar__wrapper .disabled.toolbar__item {
    opacity: 1
}

.toolbar__wrapper .toolbar--vertical .toolbar__item {
    display: block;
    padding: 0;
    height: auto
}

.toolbar__wrapper .toolbar--vertical .toolbar__item:first-child {
    margin-top: 8px
}

.toolbar__wrapper .toolbar--vertical .toolbar__button--icon .toolbar__label {
    display: inline-block;
    padding: 0
}

.toolbar__wrapper .toolbar--vertical .toolbar__button {
    background-position: 10px;
    padding-left: 8px;
    padding-right: 8px;
    width: 140px;
    text-align: left;
    margin: 0;
    border-radius: 0;
    border: none
}

.toolbar__wrapper .toolbar--vertical .toolbar__button .iconfont {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px
}

.toolbar__wrapper .toolbar__item .toolbar__list {
    margin-bottom: 10px
}

.toolbar__wrapper .disabled.toolbar__item>.toolbar__button {
    opacity: .4;
    background-color: #fff;
    border-color: #fff
}

.toolbar__button--selecte,
.toolbar__wrapper .toolbar--vertical .enabled .toolbar__button:hover,
.toolbar__wrapper .toolbar__list .active .toolbar__button {
    background-color: #ebece9;
    border: none
}

@keyframes toolbar--fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.toolbar__tooltip {
    top: 100%;
    background: rgba(0, 0, 0, .8);
    width: auto;
    line-height: 1.4em;
    padding: .4em .6em;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s ease;
    z-index: 3;
    display: inline-block;
    min-width: 3em;
    color: #fff;
    text-align: center;
    text-indent: 0;
    font-size: .8em;
    font-weight: 400;
    border-radius: 4px;
    max-width: 12em;
    white-space: nowrap
}

.toolbar__tooltip,
.toolbar__tooltip:before {
    position: absolute;
    left: 50%;
    transform: translate(-50%)
}

.toolbar__tooltip:before {
    display: block;
    content: " ";
    top: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px;
    border-color: transparent transparent rgba(0, 0, 0, .8)
}

.toolbar__item .toolbar__button:hover .toolbar__tooltip {
    visibility: visible;
    opacity: 1;
    transition-delay: 1s
}

.toolbar__button .icon-shangxia1 {
    font-size: 12px
}

.toolbar__item--active .toolbar__button {
    background-color: #ecedee;
    border: 1px solid #ecedee
}

.title_font_color[data-v-1566df8d] {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #000;
    margin-top: 4px;
    border-radius: 4px
}

.svg-color-panel[data-v-1566df8d] {
    margin-left: 20px
}

.svg-color-panel .color-title[data-v-1566df8d] {
    width: 22px;
    height: 22px;
    background: gray;
    margin-top: 3px;
    border-radius: 3px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .32)
}

.toolbar__wrapper .toolbar--vertical .toolbar__button[data-v-2e4689a5] {
    width: 105px
}

.shadow--panel[data-v-13ba8a2c] {
    padding: 10px;
    width: 150px;
    position: relative
}

.shadow--panel .inputNumberBoxTitle[data-v-13ba8a2c] {
    width: 40px;
    float: right;
    border-bottom: 1px solid hsla(0, 1%, 58%, .13);
    border-radius: 0
}

.shadow--panel.disable[data-v-13ba8a2c]:after {
    content: "";
    background: hsla(0, 0%, 100%, .77);
    position: absolute;
    top: 33px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999
}

.toggle-title[data-v-13ba8a2c] {
    height: 18px;
    line-height: 18px;
    padding: 0 0 8px
}

.toggle-title .toggle-title-text[data-v-13ba8a2c] {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.pull-left[data-v-13ba8a2c] {
    float: left
}

.chromeColor .shadow-color[data-v-098635e7] {
    box-shadow: 0 0 1px hsla(0, 0%, 46%, .3);
    width: 150px
}

.chromeColor .default-color-item[data-v-098635e7] {
    width: 20px;
    height: 20px;
    float: left;
    margin-left: 1px;
    margin-bottom: 1px;
    cursor: pointer
}

.toolbar__wrapper .toolbar--vertical .toolbar__button[data-v-aaefa416] {
    width: 105px
}

.toolbar__wrapper .toolbar--vertical .toolbar__button[data-v-3d13ddef] {
    width: 185px
}

.toolbar--text--family[data-v-3d13ddef] {
    max-height: 220px;
    overflow: auto
}

.toolbar--text--family .toolbar__button .iconfont[data-v-3d13ddef] {
    margin-right: 5px
}

.toolbar--text--family .toolbar__shortcut[data-v-3d13ddef] {
    opacity: 1;
    position: absolute;
    z-index: 2222;
    right: 7px;
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
    top: 0
}

.toolbar--text--family .font-image-panel[data-v-3d13ddef] {
    background-image: url(/qrdream/font/font.png);
    background-repeat: no-repeat;
    height: 25px;
    position: relative;
    z-index: 2;
    width: 170px;
    background-size: 240px
}

.toolbar--text--family .toolbar__button[data-v-3d13ddef] {
    border: 1px solid transparent;
    width: 210px !important;
    border-radius: 2px;
    position: relative;
    overflow: hidden
}

.toolbar--text--family .toolbar__button .toolbar__label[data-v-3d13ddef] {
    height: 23px;
    text-align: right;
    display: inline;
    float: left;
    width: 165px;
    margin-top: 2px
}

.toolbar--text--family .toolbar__button .icon-load[data-v-3d13ddef] {
    font-size: 15px;
    font-weight: 700;
    animation: rotating 1.2s linear infinite
}

.toolbar--text--family .toolbar__button .icon-vip_in[data-v-3d13ddef] {
    position: absolute;
    color: #f3643b
}

.toolbar--text--family .toolbar__button .offset-img[data-v-3d13ddef] {
    width: auto;
    margin-top: -7px;
    height: 31px
}

.toolbar--text--family .toolbar__button[data-v-3d13ddef]:hover {
    background: transparent !important;
    border: 1px solid #50c28b !important
}

.toolbar__wrapper .toolbar--vertical .toolbar__button[data-v-322ae376] {
    width: 185px
}

.toolbar__wrapper .input-row[data-v-322ae376] {
    padding: 5px 11px
}

.toolbar__wrapper .input-row .inputNumberBoxTitle[data-v-322ae376] {
    float: right
}

.label_icon[data-v-322ae376] {
    font-size: 17px;
    display: inline-block;
    width: 38px
}

.label_icon .iconfont[data-v-322ae376] {
    font-size: 20px !important;
    font-weight: 700
}

.text-background-color[data-v-6c0b601a] {
    padding: 10px;
    width: 150px
}

.text-background-color .inputNumberBoxTitle[data-v-6c0b601a] {
    width: 40px;
    float: right;
    border-bottom: 1px solid hsla(0, 1%, 58%, .13);
    border-radius: 0
}

.bck_title_color[data-v-6c0b601a] {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: rgba(0, 0, 0, .58);
    margin-top: 4px;
    border-radius: 4px;
    color: #fff;
    line-height: 21px
}

.text-background-color.disable[data-v-6c0b601a]:after {
    content: "";
    background: hsla(0, 0%, 100%, .77);
    position: absolute;
    top: 33px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999
}

.toggle-title[data-v-6c0b601a] {
    height: 18px;
    line-height: 18px;
    padding: 0 0 8px
}

.toggle-title .toggle-title-text[data-v-6c0b601a] {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.pull-left[data-v-6c0b601a] {
    float: left
}

.toolbar--text--font_size .toolbar__item .toolbar__button[data-v-6adced36] {
    width: 80px
}

.toolbar--text--font_size[data-v-6adced36] {
    max-height: 220px;
    overflow: auto
}

.toolbar__wrapper .toolbar__button .toolbar_input_box[data-v-6adced36] {
    width: 30px;
    text-align: left;
    height: 20px;
    border: 0;
    cursor: help;
    cursor: text;
    pointer-events: auto
}

.container[data-v-19f157a5] {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container[data-v-19f157a5] {
        width: 750px
    }

    .navbar-header[data-v-19f157a5] {
        float: left
    }

    .navbar-collapse[data-v-19f157a5] {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse[data-v-19f157a5] {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-right[data-v-19f157a5] {
        float: right !important
    }

    .navbar-nav>li[data-v-19f157a5] {
        float: left
    }
}

@media (min-width:992px) {
    .container[data-v-19f157a5] {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container[data-v-19f157a5] {
        width: 1170px
    }
}

.navbar[data-v-19f157a5] {
    padding: 25px 0;
    margin: 0;
    transition: padding .4s, background-color .2s
}

.navbar .logo[data-v-19f157a5] {
    margin: 0;
    padding: 0;
    height: auto;
    float: left;
    display: block;
    background: url(/graphic-pro/graphic-pro-512-512.png);
    width: 145px;
    margin-top: -7px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 80px;
    height: 80px
}

.navbar .navbar-collapse[data-v-19f157a5] {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1)
}

.navbar .nav>li>a[data-v-19f157a5] {
    position: relative;
    display: block;
    line-height: 20px;
    color: #fff;
    font-size: 13px;
    margin: 6px 0 0 40px;
    padding: 4px 0;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px
}

.navbar .nav>li a.signupbtn[data-v-19f157a5] {
    padding: 10px 28px;
    margin: 0 0 0 30px;
    border: 0;
    background: #f4aa0b;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .2)
}

.navbar.white[data-v-19f157a5] {
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .1)
}

.navbar.white .nav>li>a[data-v-19f157a5]:not(.signupbtn) {
    color: #656565
}

.navbar-fixed-top[data-v-19f157a5] {
    top: 0;
    border-width: 0 0 1px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    border-radius: 0
}

.gradient-jumbo[data-v-19f157a5] {
    padding: 140px 0 100px;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    position: relative;
    background: #356fa3;
    background: -webkit-gradient(linear, 35% 0, 100% 100%, from(#192537), to(#731a00))
}

.gradient-jumbo h1[data-v-19f157a5] {
    margin: 0 0 5px;
    font-size: 46px
}

/*# sourceMappingURL=app.css.map*/