/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden],
template {
    display: none
}

html {
    height: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

@media (max-width:599px) {
    html {
        height: auto;
        overflow-y: scroll
    }
}

body {
    height: 100%;
    color: rgba(0, 0, 0, .87);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Noto Sans, Source Han Sans, WenQuanYi Micro Hei, Roboto, Driod Sans, Noto Color Emoji, Noto Emoji, sans-serif;
    font-weight: 400;
    font-size: 14px
}

@media (max-width:599px) {
    body {
        height: auto
    }
}

button {
    -webkit-font-smoothing: inherit
}

* {
    box-sizing: border-box
}

#app[data-v-420dd202] {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fafafa
}

@media (max-width:599px) {
    #app[data-v-420dd202] {
        height: auto
    }
}

#app .app-bar[data-v-420dd202] {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width:599px) {
    #app .app-bar[data-v-420dd202] {
        position: fixed;
        left: 0;
        right: 0;
        top: 0
    }
}

#app .content[data-v-420dd202] {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:599px) {
    #app .content[data-v-420dd202] {
        padding-top: 56px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

#app .content .panel[data-v-420dd202] {
    width: 50%;
    padding: 20px 24px 0;
    overflow-y: auto
}

#app .content .panel[data-v-420dd202]:after {
    content: "";
    width: 100%;
    height: 20px;
    display: block
}

@media (max-width:599px) {
    #app .content .panel[data-v-420dd202] {
        width: 100%;
        overflow-y: initial
    }
}

#app .content .panel>[data-v-420dd202] {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto
}

#app .content .panel .screenshots[data-v-420dd202] {
    padding-right: 19.3137085px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:599px) {
    #app .content .panel .screenshots[data-v-420dd202] {
        padding-right: 0
    }
}

#app .content .panel .screenshots>[data-v-420dd202] {
    margin-top: 20px
}

#app .content .panel .screenshots>[data-v-420dd202]:first-child {
    margin-top: 0
}

#app .content .panel .screenshots .tip[data-v-420dd202] {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    font-family: Noto Sans, Source Han Sans, WenQuanYi Micro Hei, Roboto, Driod Sans, Noto Color Emoji, Noto Emoji, sans-serif;
    font-weight: 400;
    font-size: 14px
}

#app .content .panel .joined-screenshot[data-v-420dd202] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#app .content .panel .joined-screenshot .button-bar[data-v-420dd202] {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#app .content .panel .joined-screenshot .button-bar>[data-v-420dd202] {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 20px
}

#app .content .panel .joined-screenshot .button-bar>[data-v-420dd202]:first-child {
    margin-left: 0
}

button[data-v-df7001c0] {
    position: relative;
    height: 36px;
    padding: 0 16px;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 2px;
    outline: none;
    font-family: Noto Sans, Source Han Sans, WenQuanYi Micro Hei, Roboto, Driod Sans, Noto Color Emoji, Noto Emoji, sans-serif;
    font-weight: 500;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

button[data-v-df7001c0]::-moz-focus-inner {
    border: none
}

button[data-v-df7001c0]:not(.flat) {
    background: #ff5252;
    color: #fff;
    transition: box-shadow .2s ease
}

button[data-v-df7001c0]:not(.flat):not([disabled]) {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
    z-index: 2
}

button[data-v-df7001c0]:not(.flat):not([disabled]):active {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12), 0 8px 8px 0 rgba(0, 0, 0, .24);
    z-index: 8
}

button.flat[data-v-df7001c0] {
    background: transparent;
    box-shadow: none;
    transition: none
}

button.flat.dark[data-v-df7001c0] {
    color: #fff
}

button[disabled][data-v-df7001c0] {
    color: hsla(0, 0%, 100%, .5)
}

button[data-v-df7001c0]:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 2px;
    transition: background .2s ease
}

button:not([disabled]).flat.dark[data-v-df7001c0]:active:before,
button:not([disabled]).flat.dark[data-v-df7001c0]:focus:before,
button[data-v-df7001c0]:not([disabled]):active:before,
button[data-v-df7001c0]:not([disabled]):focus:before {
    background: hsla(0, 0%, 100%, .26)
}

button:not([disabled]).flat[data-v-df7001c0]:not(.dark):active:before,
button:not([disabled]).flat[data-v-df7001c0]:not(.dark):focus:before {
    background: rgba(0, 0, 0, .26)
}

button>span[data-v-df7001c0] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

button img[data-v-df7001c0] {
    margin-right: 8px
}

button[disabled] img[data-v-df7001c0] {
    opacity: .5
}

button>[data-v-df7001c0] {
    vertical-align: middle
}

.app-bar[data-v-4f6154e9] {
    width: 100%;
    height: 56px;
    padding-left: 24px;
    padding-right: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #2196f3;
    color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .12), 0 4px 4px 0 rgba(0, 0, 0, .24);
    z-index: 4
}

.app-bar .title[data-v-4f6154e9] {
    font-family: Noto Sans, Source Han Sans, WenQuanYi Micro Hei, Roboto, Driod Sans, Noto Color Emoji, Noto Emoji, sans-serif;
    font-weight: 500;
    font-size: 20px
}

.app-bar .actions[data-v-4f6154e9] {
    margin-right: -16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.dialog-dim[data-v-2de3218e] {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 24;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: rgba(0, 0, 0, .6)
}

.dialog-dim .dialog[data-v-2de3218e] {
    max-height: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .12), 0 24px 24px 0 rgba(0, 0, 0, .24);
    z-index: 24
}

.dialog-dim .dialog .dialog-content[data-v-2de3218e] {
    padding: 24px;
    overflow-y: auto;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.dialog-dim .dialog .dialog-content .dialog-title[data-v-2de3218e] {
    font-family: Noto Sans, Source Han Sans, WenQuanYi Micro Hei, Roboto, Driod Sans, Noto Color Emoji, Noto Emoji, sans-serif;
    font-weight: 500;
    font-size: 20px
}

.dialog-dim .dialog .dialog-content .dialog-body[data-v-2de3218e] {
    width: 300px;
    margin-top: 20px;
    font-family: Noto Sans, Source Han Sans, WenQuanYi Micro Hei, Roboto, Driod Sans, Noto Color Emoji, Noto Emoji, sans-serif;
    font-weight: 400;
    font-size: 14px
}

.dialog-dim .dialog .dialog-content .dialog-body img[data-v-2de3218e] {
    width: 300px;
    height: 300px
}

.dialog-dim .dialog .dialog-button-bar[data-v-2de3218e] {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.dialog-dim .dialog .dialog-button-bar>[data-v-2de3218e] {
    color: #ff5252;
    margin-left: 8px
}

.dialog-dim .dialog .dialog-button-bar>[data-v-2de3218e]:first-child {
    margin-left: 0
}

.dialog-enter-active[data-v-2de3218e],
.dialog-leave-active[data-v-2de3218e] {
    transition: opacity .3s ease
}

.dialog-enter[data-v-2de3218e],
.dialog-leave-to[data-v-2de3218e] {
    opacity: 0
}

canvas[data-v-3f19384b] {
    width: 100%
}

.view[data-v-efff2f3c],
canvas[data-v-3f19384b] {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
    z-index: 2
}

.view[data-v-efff2f3c] {
    position: relative;
    font-size: 0;
    line-height: 0
}

.view canvas[data-v-efff2f3c] {
    width: 100%
}

.view .shadow-layer[data-v-efff2f3c] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.view .shadow-layer .top-shadow[data-v-efff2f3c] {
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, .54)
}

.view .shadow-layer .bottom-shadow[data-v-efff2f3c] {
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, .54)
}

.view .handle-layer[data-v-efff2f3c] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.view .handle-layer .top-handle[data-v-efff2f3c] {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    margin-left: -24px;
    margin-right: -32px;
    background: #ff5252;
    cursor: row-resize;
    transition: background .1s ease;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

@media (max-width:599px) {
    .view .handle-layer .top-handle[data-v-efff2f3c] {
        margin-right: -12.6862915px
    }
}

.view .handle-layer .top-handle[data-v-efff2f3c]:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 16px;
    height: 16px;
    background: #ff5252;
    border-radius: 50% 50% 50% 0;
    -webkit-transform: translate(8px, 7px) rotate(45deg);
    transform: translate(8px, 7px) rotate(45deg);
    transition: background .1s ease
}

.view .handle-layer .top-handle.local-ratio-handle[data-v-efff2f3c],
.view .handle-layer .top-handle.local-ratio-handle[data-v-efff2f3c]:after {
    background: #2196f3
}

.view .handle-layer .bottom-handle[data-v-efff2f3c] {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    margin-left: -24px;
    margin-right: -32px;
    background: #ff5252;
    cursor: row-resize;
    transition: background .1s ease
}

@media (max-width:599px) {
    .view .handle-layer .bottom-handle[data-v-efff2f3c] {
        margin-right: -12.6862915px
    }
}

.view .handle-layer .bottom-handle[data-v-efff2f3c]:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 16px;
    height: 16px;
    background: #ff5252;
    border-radius: 50% 50% 50% 0;
    -webkit-transform: translate(8px, 7px) rotate(45deg);
    transform: translate(8px, 7px) rotate(45deg);
    transition: background .1s ease
}

.view .handle-layer .bottom-handle.local-ratio-handle[data-v-efff2f3c],
.view .handle-layer .bottom-handle.local-ratio-handle[data-v-efff2f3c]:after {
    background: #2196f3
}

.view .action-layer[data-v-efff2f3c] {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.view .action-layer button[data-v-efff2f3c] {
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: rgba(0, 0, 0, .38);
    border: none;
    outline: none;
    transition: background .2s ease
}

.view .action-layer button[data-v-efff2f3c]:active,
.view .action-layer button[data-v-efff2f3c]:hover {
    background: rgba(0, 0, 0, .54)
}