.image-upscaler {
    background: #fff
}

.image-upscaler .tools-floor .floor-nav {
    width: 410px !important
}

.image-upscaler .loading-wrap {
    padding-left: 280px
}

.image-upscaler .tool-banner {
    background: linear-gradient(135deg, #d9ffe6, #adfff0)
}

.image-upscaler .banner-container .left {
    height: 440px;
    width: 520px
}

.image-upscaler .handle-container {
    box-sizing: border-box;
    padding-left: 20px
}

.image-upscaler .handle-container ul li {
    background: #f2f7fc;
    border: 1px solid #fff;
    border-radius: 8px;
    box-sizing: border-box;
    color: #4e5969;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    height: 44px;
    line-height: 44px;
    margin-bottom: 10px;
    padding-left: 16px;
    width: 240px
}

.image-upscaler .handle-container ul li:last-child {
    margin-bottom: 0
}

.image-upscaler .handle-container ul .active {
    border: 1px solid #165dff;
    color: #165dff
}

.image-upscaler .handle-container ul li.is-disabled {
    background: #f2f7fc;
    color: #c1d2e3;
    cursor: not-allowed
}

.image-upscaler #modifiedImg,
.image-upscaler #originalImg,
.image-upscaler .box-koutu,
.image-upscaler .cd-image-container,
.image-upscaler .cd-resize-img,
.image-upscaler .cover-cut-box {
    height: var(--height);
    width: var(--width)
}

.image-upscaler .cover-cut-box {
    border-radius: 12px;
    overflow: hidden;
    position: relative
}

.image-upscaler #originalImg {
    background-color: #e5e7eb;
    background-image: repeating-linear-gradient(45deg, currentColor 25%, transparent 0, transparent 75%, currentColor 0, currentColor), repeating-linear-gradient(45deg, currentColor 25%, transparent 0, transparent 75%, currentColor 0, currentColor);
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px;
    color: #d1d5db
}

.image-upscaler .cd-resize-img {
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    margin-right: -1px;
    overflow: hidden;
    position: absolute;
    top: 0;
    transform: translateZ(0);
    width: 0
}

.image-upscaler .is-visible .cd-resize-img {
    animation: cd-bounce-in .7s;
    width: 50%
}

.image-upscaler .cd-resize-img img {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAADxJREFUOBFjfPfu3X8GAkBQUJCACgYGJoIqiFQwahDhgBrGYcT4HwgIhcD79+8JKRlNkARDaDTTEhFEDAC46wro8FteEgAAAABJRU5ErkJggg==);
    display: block;
    height: 100%;
    height: var(--height);
    left: 0;
    max-width: none;
    position: absolute;
    top: 0;
    width: auto;
    width: var(--width)
}

.image-upscaler .cd-handle {
    bottom: 0;
    cursor: move;
    display: block;
    height: 100%;
    left: 50%;
    margin-left: -27px;
    position: absolute;
    top: 0;
    width: 56px
}

.image-upscaler .cd-handle img {
    display: block;
    height: 100%;
    pointer-events: none
}

.image-upscaler .type-wrap {
    display: flex
}

.image-upscaler .type-wrap .list {
    background: #f2f7fc;
    border: 1px solid #fff;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    height: 66px;
    padding-top: 11px;
    text-align: center;
    transition: .2s;
    width: 115px
}

.image-upscaler .type-wrap .list:hover {
    background: #ebf5ff
}

.image-upscaler .type-wrap .list:first-child {
    margin-right: 10px
}

.image-upscaler .type-wrap .list .ico {
    height: 20px;
    width: 20px
}

.image-upscaler .type-wrap .list .name {
    display: flex;
    justify-content: center
}

.image-upscaler .type-wrap .list .name .box {
    color: #4e5969;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 7px
}

.image-upscaler .type-wrap .list .name .box .q {
    height: 12px;
    vertical-align: middle;
    width: 12px
}

.image-upscaler .type-wrap .list .name .hover {
    border-radius: 4px;
    display: none;
    height: 222px;
    left: 14px;
    max-width: inherit !important;
    position: absolute;
    top: 0;
    width: 181px;
    z-index: 99
}

.image-upscaler .type-wrap .list .q-box {
    padding-left: 2px;
    padding-right: 2px;
    position: relative;
    z-index: 1
}

.image-upscaler .type-wrap .list .q-box:hover .hover {
    display: block
}

.image-upscaler .type-wrap .list .ico2 {
    display: none
}

.image-upscaler .type-wrap .list:last-child .box {
    z-index: 0
}

.image-upscaler .type-wrap .active {
    background: #e6f1ff !important;
    border: 1px solid #165dff
}

.image-upscaler .type-wrap .active .box {
    color: #165dff !important
}

.image-upscaler .type-wrap .active .ico {
    display: none
}

.image-upscaler .type-wrap .active .ico2 {
    display: inline-block
}

.image-upscaler .definition-wrap {
    display: flex
}

.image-upscaler .definition-wrap .list {
    background: #f2f7fc;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #4e5969;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    height: 36px;
    line-height: 36px;
    margin-right: 10px;
    text-align: center;
    transition: .2s;
    width: 74px
}

.image-upscaler .definition-wrap .list:last-child {
    margin-right: 0
}

.image-upscaler .definition-wrap .list:hover {
    background: #ebf5ff
}

.image-upscaler .definition-wrap .active {
    border: 1px solid #165dff;
    color: #165dff
}

.image-upscaler .definition-wrap .is-disabled {
    background: #f2f7fc;
    color: #c1d2e3;
    cursor: not-allowed
}

.image-upscaler .definition-wrap .is-disabled:hover {
    background: #f2f7fc
}