* {
    font-size: 15px;
    font-family: roboto, arial
}

input:focus, textarea:focus, button:focus {
    outline: none
}

textarea {
    resize: none;
    overflow: auto
}

.none {
    display: none
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

::-webkit-input-placeholder {
    color: #888
}

html {
    height: 100%;
    width: 100%
}

a:link {
    text-decoration: none
}

.clear {
    clear: both;
    display: block
}

em, strong {
    font-style: normal;
    font-weight: 400
}

p, ul, dl, dt, dd {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

.left {
    float: left
}

.right {
    float: right
}

:-moz-placeholder {
    color: #c1c1c1
}

input:-ms-input-placeholder {
    color: #c1c1c1
}

input::-webkit-input-placeholder {
    color: #c1c1c1
}

#portal_input:-moz-placeholder {
    color: #8796ab
}

#portal_input:-ms-input-placeholder {
    color: #8796ab
}

#portal_input::-webkit-input-placeholder {
    color: #8796ab
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

textarea, input[type=text], input[type=button], input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0
}

header, footer, main, figure, figcaption, nav {
    display: block;
    margin: 0;
    padding: 0
}

body::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

body::-webkit-scrollbar-track {
    background: 0 0
}

body::-webkit-scrollbar-thumb {
    background-color: #bbb;
    border-radius: 8px
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #999
}

.progress {
    transform: rotate(-90deg)
}

.progress__meter, .progress__value {
    fill: none
}

.progress__meter {
    stroke: #e6e6e6
}

.progress__value {
    stroke: #ff6838;
    stroke-linecap: round
}

.overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

html {
    width: 100%;
    overflow-x: hidden
}

body {
    background-image: url(bg_mini.jpg);
    background-size: 100% !important;
    background-position: 50% 55%;
    margin: 0;
    min-height: 100%;
    width: 100%;
    overflow-x: hidden
}

#logo {
    display: block;
    margin: 20px auto
}

h1 {
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 24px;
    margin-bottom: 35px
}

#resizer {
    width: 1180px;
    height: 650px;
    margin: 0 auto;
    overflow-y: hidden
}

.shadow {
    background-color: #fff;
    box-shadow: 0 2px 18px rgba(0, 0, 0, .7)
}

#ad {
    width: 300px;
    height: 600px;
    float: left
}

#upload {
    width: 300px;
    height: 100%;
    float: left;
    border-right: 1px dotted #bbb;
    background: #fcfcfc
}

#upload_bg {
    width: 300px;
    height: 243px;
    position: absolute;
    margin-top: 54px;
    background: url(upload.jpg) center center #fcfcfc no-repeat;
    transition: all .2s
}

.upload_bg_remove {
    margin-top: 44px !important;
    visibility: hidden;
    opacity: 0
}

#opt {
    width: 578px;
    height: 100%;
    border-right: 1px dotted #bbb;
    float: left
}

#btn_outer {
    margin: 460px 0 0 20px;
    transition: margin-top .6s
}

#upload_btn {
    width: 260px
}

#demo_btn {
    margin: 20px 0 0 0;
    width: 260px
}

#resize_btn {
    transition: all .2s
}

.orange_btn {
    display: block;
    text-align: center;
    background: #ff7a3d;
    color: #fff;
    height: 38px;
    line-height: 38px;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(255, 122, 61, .3);
    cursor: pointer;
    font-size: 14px;
    overflow: hidden
}

.orange_btn:hover {
    background: #ff6838;
    box-shadow: none
}

.orange_btn:active {
    box-shadow: inset 0 3px 4px rgba(0, 0, 0, .1);
    line-height: 40px
}

.white_btn {
    display: block;
    text-align: center;
    background: #fff;
    color: #d35d32;
    height: 38px;
    line-height: 38px;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    cursor: pointer;
    font-size: 14px;
    overflow: hidden
}

.white_btn:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15)
}

.white_btn:active {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    line-height: 40px
}

#resize_btn {
    width: 540px;
    margin: 31px auto
}

#wrapper {
    display: inline-block
}

.not_allowed {
    cursor: not-allowed
}

#upload ul {
    position: absolute;
    margin-top: 256px;
    color: #aaa;
    margin-left: 23px;
    line-height: 26px
}

#upload li {
    font-size: 13px
}

#tab {
    background: #ededed;
    height: 44px;
    width: 100%;
    line-height: 44px
}

#tab li {
    float: left;
    color: #333;
    padding: 0 15px;
    font-size: 14px;
    height: 100%;
    cursor: pointer
}

#tab li:hover {
    background: #fafafa;
    color: #000
}

.cur_tab {
    background: #fff;
    color: #000
}

input[type=number], input[type=text] {
    border: none;
    border-bottom: 2px solid #e6e6e6;
    height: 24px;
    transition: border-bottom-color .2s;
    text-align: center;
    -moz-appearance: textfield;
    width: 100px
}

input[type=number]:focus, input[type=text]:focus {
    border-bottom: 2px solid #ff7a3c
}

label div {
    display: inline;
    vertical-align: middle
}

.times {
    color: #a1a1a1;
    vertical-align: middle;
    font-size: 20px;
    padding: 0 5px
}

.info_wrapper {
    padding: 30px 20px 6px
}

.title {
    color: #666;
    line-height: 26px
}

.input_wrapper {
    margin-top: 10px
}

#fixed_width input[type=number] {
    width: 140px
}

.radio {
    float: left;
    margin-right: 30px
}

.radio_container {
    margin-top: 15px
}

input[type=radio], input[type=checkbox] {
    display: none
}

#method {
    margin-bottom: -15px
}

label {
    color: #aaa;
    font-size: 16px;
    vertical-align: middle;
    cursor: pointer
}

input[type=radio] + label span {
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    cursor: pointer;
    border: 3px solid #e6e6e6;
    border-radius: 100%;
    margin-right: 10px
}

input[type=checkbox] + label > span {
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    cursor: pointer;
    border: 3px solid #e6e6e6;
    border-radius: 4px;
    margin-right: 10px
}

input[type=checkbox] + label > span > span {
    line-height: 20px;
    display: block;
    margin-top: -3px;
    font-size: 12px;
    color: #ff7a3c;
    text-align: center;
    transform: scale(0, 0)
}

label span, .radio > label span:before, label {
    transition: all .15s
}

.radio > label span:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #ff7a3c;
    display: block;
    border-radius: 100%;
    margin: 3px;
    transform: scale(0, 0);
    opacity: 0
}

input[type=radio]:checked + label, input[type=checkbox]:checked + label {
    color: #ff7a3c
}

input[type=radio]:checked + label span {
    border: 3px solid #ffbd9e
}

input[type=checkbox]:checked + label > span {
    border: 3px solid #ffbd9e
}

input[type=checkbox]:checked + label > span > span {
    transform: scale(1, 1)
}

input[type=radio]:checked + label span:before {
    opacity: 1;
    transform: scale(1, 1)
}

#crop_method .radio {
    margin-bottom: 15px
}

input[type=range] {
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 320px;
    background: 0 0;
    vertical-align: middle
}

,
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none
}

input[type=range]:focus {
    outline: none
}

input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
    background: 0 0;
    border-color: transparent;
    color: transparent
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 3px solid #fff;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    background: #ff7a3c;
    cursor: pointer;
    margin-top: -4px;
    box-shadow: 0 0 0 3px #ffbd9e
}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    border: 3px solid #fff;
    height: 7px;
    width: 7px;
    border-radius: 100%;
    background: #ff7a3c;
    cursor: pointer;
    margin-top: -4px;
    box-shadow: 0 0 0 3px #ffbd9e
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: #e6e6e6;
    border-radius: 2px
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: #e6e6e6;
    border-radius: 2px
}

#quality, #scale, #cropper_quality {
    padding: 0 10px 0 5px;
    color: #ff7a3c;
    vertical-align: middle
}

#range_outer {
    margin-top: 21px;
    margin-bottom: 5px
}

#loader {
    position: absolute;
    margin-left: 90px;
    margin-top: 230px
}

#process {
    width: 100%;
    display: block;
    text-align: center;
    line-height: 20px;
    margin-top: -72px;
    font-size: 20px;
    color: #d4542c;
    font-family: arial
}

#waiting {
    display: block;
    width: 300px;
    font-size: 12px;
    margin-left: -90px;
    text-align: center;
    position: absolute;
    margin-top: 65px;
    color: #aaa;
    font-family: arial
}

.heart {
    animation: beat .5s infinite alternate;
    transform-origin: center;
    opacity: .7
}

@keyframes beat {
    to {
        opacity: 1;
        transform: scale(1.03)
    }
}

.upload_txt {
    display: block;
    width: 100%;
    height: 100%
}

#multi, #single_file {
    font-size: 120px;
    height: 60px;
    margin-top: 0;
    cursor: pointer;
    opacity: 0;
    margin-top: -38px
}

#required {
    color: #f66;
    font-size: 12px;
    float: right;
    margin-top: -28px;
    margin-right: 68px;
    display: none
}

#face_info {
    vertical-align: middle;
    padding-left: 10px;
    font-size: 13px;
    color: #aaa
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1)
    }

    10%, 20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: tada
}

#top {
    width: 100%;
    height: 50px;
    border-bottom: 1px dotted #bbb;
    line-height: 50px
}

#top span {
    vertical-align: middle;
    line-height: 50px;
    float: right;
    color: #999;
    font-size: 13px
}

#top iframe {
    float: right;
    margin-top: 15px;
    margin-right: 20px;
    margin-left: 20px
}

#cover {
    position: absolute;
    width: 578px;
    height: 600px;
    z-index: 99;
    margin-left: 300px;
    cursor: not-allowed
}

.blur {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    filter: blur(2px)
}

.white {
    background: rgba(255, 255, 255, .5);
    cursor: default !important
}

#result {
    display: block;
    text-align: center;
    line-height: 30px;
    margin-top: 200px;
    font-size: 18px
}

#cover .btn {
    float: left;
    width: 260px;
    margin-left: 20px;
    margin-top: 70px
}

#single {
    width: 878px;
    height: 599px;
    position: absolute;
    background: #fff;
    visibility: hidden;
    transform: scale(0, 0);
    opacity: 0;
    transition: all .2s
}

.single_show {
    visibility: visible !important;
    transform: scale(1, 1) !important;
    opacity: 1 !important
}

#single_img {
    display: block
}

#cropper {
    display: inline-block;
    margin: 0 auto;
    max-width: 800px;
    max-height: 450px;
    margin-top: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .6)
}

.point-s a {
    display: block;
    color: #fff;
    margin-top: 15px;
    width: 100px;
    margin-left: -50px;
    text-align: center;
    text-shadow: 0 1px 1px #000
}

.point-e a {
    display: block;
    color: #fff;
    height: 20px;
    line-height: 4px;
    margin-left: 10px;
    text-shadow: 0 1px 1px #000
}

.cropper-container {
    font-size: 0;
    line-height: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    direction: ltr !important;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.cropper-container img {
    display: block;
    width: 100%;
    min-width: 0 !important;
    max-width: none !important;
    height: 100%;
    min-height: 0 !important;
    max-height: none !important;
    image-orientation: 0 !important
}

.cropper-canvas, .cropper-crop-box, .cropper-drag-box, .cropper-modal, .cropper-wrap-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.cropper-wrap-box {
    overflow: hidden
}

.cropper-drag-box {
    opacity: 0;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.cropper-dashed, .cropper-modal {
    opacity: .5;
    filter: alpha(opacity=50)
}

.cropper-modal {
    background-color: #000
}

.cropper-view-box {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    outline: #39f solid 1px;
    outline-color: rgba(51, 153, 255, .75)
}

.cropper-dashed {
    position: absolute;
    display: block;
    border: 0 dashed #eee
}

.cropper-dashed.dashed-h {
    top: 33.33333%;
    left: 0;
    width: 100%;
    height: 33.33333%;
    border-top-width: 1px;
    border-bottom-width: 1px
}

.cropper-dashed.dashed-v {
    top: 0;
    left: 33.33333%;
    width: 33.33333%;
    height: 100%;
    border-right-width: 1px;
    border-left-width: 1px
}

.cropper-center {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    opacity: .75;
    filter: alpha(opacity=75)
}

.cropper-center:after, .cropper-center:before {
    position: absolute;
    display: block;
    content: ' ';
    background-color: #eee
}

.cropper-center:before {
    top: 0;
    left: -3px;
    width: 7px;
    height: 1px
}

.cropper-center:after {
    top: -3px;
    left: 0;
    width: 1px;
    height: 7px
}

.cropper-face, .cropper-line, .cropper-point {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: .1;
    filter: alpha(opacity=10)
}

.cropper-face {
    top: 0;
    left: 0;
    background-color: #fff
}

.cropper-line, .cropper-point {
    background-color: #39f
}

.cropper-line.line-e {
    top: 0;
    right: -3px;
    width: 5px;
    cursor: e-resize
}

.cropper-line.line-n {
    top: -3px;
    left: 0;
    height: 5px;
    cursor: n-resize
}

.cropper-line.line-w {
    top: 0;
    left: -3px;
    width: 5px;
    cursor: w-resize
}

.cropper-line.line-s {
    bottom: -3px;
    left: 0;
    height: 5px;
    cursor: s-resize
}

.cropper-point {
    width: 5px;
    height: 5px;
    opacity: .75;
    filter: alpha(opacity=75)
}

.cropper-point.point-e {
    top: 50%;
    right: -3px;
    margin-top: -3px;
    cursor: e-resize
}

.cropper-point.point-n {
    top: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: n-resize
}

.cropper-point.point-w {
    top: 50%;
    left: -3px;
    margin-top: -3px;
    cursor: w-resize
}

.cropper-point.point-s {
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: s-resize
}

.cropper-point.point-ne {
    top: -3px;
    right: -3px;
    cursor: ne-resize
}

.cropper-point.point-nw {
    top: -3px;
    left: -3px;
    cursor: nw-resize
}

.cropper-point.point-sw {
    bottom: -3px;
    left: -3px;
    cursor: sw-resize
}

.cropper-point.point-se {
    right: -3px;
    bottom: -3px;
    width: 20px;
    height: 20px;
    cursor: se-resize;
    opacity: 1;
    filter: alpha(opacity=100)
}

.cropper-point.point-se:before {
    position: absolute;
    right: -50%;
    bottom: -50%;
    display: block;
    width: 200%;
    height: 200%;
    content: ' ';
    opacity: 0;
    background-color: #39f;
    filter: alpha(opacity=0)
}

@media (min-width: 768px) {
    .cropper-point.point-se {
        width: 15px;
        height: 15px
    }
}

@media (min-width: 992px) {
    .cropper-point.point-se {
        width: 10px;
        height: 10px
    }
}

@media (min-width: 1200px) {
    .cropper-point.point-se {
        width: 5px;
        height: 5px;
        opacity: .75;
        filter: alpha(opacity=75)
    }
}

.cropper-invisible {
    opacity: 0;
    filter: alpha(opacity=0)
}

.cropper-bg {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)
}

.cropper-hide {
    position: absolute;
    display: block;
    width: 0;
    height: 0
}

.cropper-hidden {
    display: none !important
}

.cropper-move {
    cursor: move
}

.cropper-crop {
    cursor: crosshair
}

.cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
    cursor: not-allowed
}

#single_btn_container .btn {
    width: 280px;
    float: left;
    margin-top: 20px
}

#download_cropper {
    margin-left: 150px;
    margin-right: 20px
}

#cropper_opt {
    margin-top: 15px
}

#cropper_value {
    width: 120px
}

.fixed_ratio {
    margin-right: 20px
}

.fixed_ratio, .fixed_ratio > .checkbox, .cropper_range {
    display: inline-block;
    vertical-align: middle
}

.cropper_range .title {
    color: #aaa
}

input[type=number]:disabled {
    background: #fff;
    cursor: not-allowed;
    color: #aaa
}

#introduction {
    width: 1180px;
    margin: 20px auto
}

.guide_wrapper {
    width: 393px;
    float: left
}

#intro_inner {
    border-right: 1px solid #fff
}

.thumb_outer {
    background: #f8f8f8;
    height: 130px
}

.guide_thumb {
    background-image: url(sprite.png);
    background-repeat: no-repeat;
    margin: 0 auto
}

#guide_single {
    width: 194px;
    height: 120px;
    background-position: 0 5px
}

#guide_bulb {
    width: 117px;
    height: 120px;
    background-position: -192px 5px
}

#guide_multi {
    width: 130px;
    height: 120px;
    background-position: -308px 15px
}

h2 {
    display: block;
    text-align: center;
    margin: 20px 0 15px;
    padding: 0;
    color: #666
}

.es li {
    padding: 0 11px !important
}

.pt li {
    padding: 0 11px !important;
    font-size: 13px !important
}

.guide_wrapper p {
    padding-left: 15px;
    padding-right: 15px;
    color: #666;
    line-height: 26px;
    padding-bottom: 20px;
    font-size: 14px
}

#lang {
    border-top: 1px dotted #bbb;
    height: 50px;
    text-align: center;
    line-height: 50px
}

#lang li {
    display: inline-block;
    padding: 0 15px
}

#lang a {
    font-size: 13px;
    color: #888
}

}