body {
    background-color: #fff;
    /* font-family: 'alibabapuhui', Arial, Helvetica, sans-serif; */
    min-width: 1200px;
}

/* header begin */
.navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar {
    height: 60px;
    border-bottom: 1px solid #ddd;
    padding: 0;
}
.navbar .container {
    flex-direction: row;
}
.navbar .navbar-nav>li>a {
    font-size: 16px;
    padding-block-start: 0;
    padding-block-end: 0;
    padding: 0 12px !important;
}
.navbar .navbar-nav>li>a.active {
    color: #6c5ffc;
}
.navbar .navbar-brand {
    font-size: 20px;
    font-weight: 600;
}
.navbar .btn-login {
    margin-right: 20px;
}
.navbar .header-user-info {
    font-size: 16px;
    cursor: pointer;
    position: relative;
}
/* header end */

/* home begin */
.home .home-banner .home-banner-text {
    padding: 100px 20px 60px 40px;
}
.home .home-banner .home-banner-text .home-banner-main-title {
    font-size: 60px;
    margin-bottom: 30px;
    color: #000;
}
.home .home-banner .home-banner-text .banner-btn {
    padding: 10px 50px;
}
.home .home-banner .home-banner-img {
    padding: 60px;
}
.home .home-section {
    padding: 80px 0;
}
.home .section-title {
    text-align: center;
    margin-bottom: 60px;
}
.home .section-title .main-title {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 6px;
}

.home .some-tools .tool-list {
    width: 1000px;
    margin: 0 auto;
}

.home .some-tools .tool-list .tool-item .card {
    box-shadow: 0 4px 25px 0 rgba(168, 180, 208, 0.3);
}
.home .some-tools .tool-list .tool-item .card .card-body {
    padding: 16px;
}
.home .some-tools .tool-list .tool-item .card .card-body .card-title {
    font-size: 18px;
    margin-bottom: 16px;
}
.home .some-tools .tool-list .tool-item .card .card-body .card-text {
    font-size: 14px;
    margin-bottom: 16px;
}

.home .start-use {
    width: 1200px;
    height: 360px;
    background-image: url(/home/assets/images/common-bg.png);
    display: flex;
    justify-content: center;
    align-items: center;
}
.home .start-use .start-use-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home .start-use .start-use-title {
    font-size: 56px;
    font-weight: 600;
}
.home .start-use .start-use-sub-title {
    font-size: 26px;
    text-align: center;
}
.home .start-use .btn {
    padding: 10px 60px;
    margin-top: 20px;
}
/* home end */

/* modal login begin */
.modal-login .modal-dialog {
    max-width: 660px;
}
.modal-login .modal-body {
    height: 460px;
    padding: 0;
}
.modal-login .modal-body .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}
.modal-login .modal-body .login-main {
    height: 100%;
    border-radius: 10px;
}
.modal-login .modal-body .login-main .login-left {
    background-color: #85FFBD;
    background-image: linear-gradient(225deg, #85FFBD 0%, #FFFB7D 100%);
    border-radius: inherit;
    padding: 36px 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.modal-login .modal-body .login-main .login-left .login-left-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 12px;
}
.modal-login .modal-body .login-main .login-left .tool-item .tool-name {
    margin: 6px 0 6px 6px;
    font-size: 15px;
}
.modal-login .modal-body .login-main .login-right {
    border-radius: inherit;
    padding: 60px 30px 0px 30px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    display: flex;
    flex-direction: column;
}
.modal-login .modal-body .login-main .login-right #login-method-text {
    color: #6c5ffc;
}
.modal-login .modal-body .login-main .login-right .login-text {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}
.modal-login .modal-body .login-main .login-right .login-form {
    flex: auto;
    padding: 40px 0 0 0;
}
.modal-login .modal-body .login-main .login-right .login-form .btn-verify-code {
    width: 130px;
    height: 40px;
    margin-left: 6px;
}
.modal-login .modal-body .login-main .login-right .login-form .login-form-input {
    height: 40px;
    margin-bottom: 10px;
}
.modal-login .modal-body .login-main .login-right .login-form .login-verify-code {
    width: 130px;
    height: 40px;
    margin-left: 6px;
    border-radius: 8px;
    border: 1px solid #e9edf4;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-login .modal-body .login-main .login-right .login-form .login-form-btn {
    height: 40px;
}
.modal-login .modal-body .login-main .login-right .login-methods {
    margin-bottom: 12px;
}
.modal-login .modal-body .login-main .login-right .login-methods .login-method {
    width: 40px;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 10px;
    font-size: 20px;
}
.modal-login .modal-body .login-main .login-right .login-methods .login-method.active {
    background-color: #6c5ffc;
    color: #fff;
}
.modal-login .modal-body .login-main .login-right .login-footer {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* modal login end */

#back-to-top {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
#back-to-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center,rgba(0,0,0,0.25) 0,rgba(0,0,0,0) 80%);
}
#back-to-top i {
    font-size: 22px;
}
.top-footer h6 {
    font-size: 18px;
    font-weight: 600;
}
.top-footer .list-unstyled li {
    margin-bottom: 8px;
}
.top-footer .list-unstyled li i {
    margin-right: 8px;
}
.dropdown-menu .divider {
    margin: 4px 0;
}
.dropdown-menu>li>a {
    padding: 6px 16px;
}

.breadcrumb {
    margin: 20px 0;
}
.demo-imgs {
    position: relative;
    width: 100%;
    height: 460px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 2px 6px rgba(0,0,0,.08);
    padding-left: 0;
    padding-right: 0;
}
.demo-imgs img {
    position: absolute;
    user-select: none;
    -webkit-user-drag: none;
}
.demo-imgs img.demo-result-img {
    /* clip: rect(auto, auto, auto, 500px); */
    display: block;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}
.demo-imgs img.demo-original-img {
    /* clip: rect(auto, 500px, auto, auto); */
    display: block;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}
.demo-imgs img.demo-refer-img {
    position: absolute;
    height: 100px;
    left: 0;
    bottom: 0;
}
.demo-imgs .demo-original-text {
    position: absolute;
    background: #fff;
    left: 3px;
    top: 3px;
    border-radius: 3px;
    padding: 0px 6px;
}
.demo-imgs .demo-result-text {
    position: absolute;
    background: #fff;
    right: 3px;
    top: 3px;
    border-radius: 3px;
    padding: 0px 6px;
}
.demo-imgs .demo-refer-text {
    position: absolute;
    background: #fff;
    left: 3px;
    bottom: 103px;
    border-radius: 3px;
    padding: 0px 6px;
}
@-webkit-keyframes scan {
    0% {
        height: 0;
    }

    100% {
        opacity: 0;
        height: 524px;
    }
}
@keyframes scan {
    0% {
        height: 0;
    }

    100% {
        opacity: 0;
        height: calc(100% + 100px);
    }
}
.demo-imgs .tech-recognition-scan {
    display: none;
    position: absolute;
    z-index: 7;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 3px solid #3e88f1;
    -webkit-animation: scan 1.2s infinite;
    -moz-animation: scan 1.2s infinite;
    animation: scan 1.2s infinite;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#3e88f1));
    background: -webkit-linear-gradient(top, transparent, #3e88f1);
    background: -moz-linear-gradient(top, transparent, #3e88f1);
    background: linear-gradient(180deg, transparent, #3e88f1);
}
.demo-imgs .demo-result-img-box {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 776px;
    height: 460px;
}
.demo-imgs .demo-result-img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 776px;
    height: 460px;
    max-width: unset;
}
.demo-imgs .demo-original-img-box {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 776px;
    height: 460px;
}
.demo-imgs .demo-original-img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 776px;
    height: 460px;
    max-width: unset;
}
.moveline {
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    left: calc(100% - 19px);
    width: 40px;
    height: 100%;
    cursor: ew-resize;
    display: none;
}
.moveline .moveline-up {
    flex: 0 1 auto;
    width: 2px;
    height: 100%;
    background: rgb(255, 255, 255);
}
.moveline .moveline-down {
    flex: 0 1 auto;
    width: 2px;
    height: 100%;
    background: rgb(255, 255, 255);
}
.moveline .moveline-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
    width: auto;
    height: auto;
    box-sizing: border-box;
}
.moveline .moveline-center span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 1px 2px 6px rgba(0,0,0,.08);
}
.moveline .moveline-center span i {
    font-size: 24px;
    font-weight: 600;
    color: #a1a2a3;
    user-select: none;
}

/* tool begin */
.tool .tool-main {
    padding: 60px 0 100px 0;
}
.tool .tool-main .tool-title .tool-main-title {
    font-size: 42px;
    font-weight: 600;
    text-align: center;
}
.tool .tool-main .tool-title .tool-sub-title {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}
.tool .tool-demo {
    margin-top: 60px;
}
.tool .tool-demo-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px;
}
.tool .tool-demo-right .btn-select-img {
    padding: 12px;
    font-size: 16px;
}
.tool .tool-demo-right .chrome-img {
    margin: 0 4px 2px 4px;
    width: 18px;
}
.tool .tool-demo-right .demo-img {
    border-radius: 8px;
    cursor: pointer;
}
.tool .tool-main .tool-make {
    margin-top: 60px;
}
.tool .tool-main .tool-make .tool-make-img-title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
}
.tool .tool-main .tool-make .wait-make-img {
    width: 100%;
    border-radius: 10px;
    height: calc(100% - 47px);
    display: flex;
    align-items: start;
    justify-content: center;
}
.tool .tool-main .tool-make .wait-make-img img {
    border-radius: 10px;
}
.tool .tool-main .tool-make .make-result-img {
    width: 100%;
    border-radius: 10px;
    height: calc(100% - 47px);
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}
.tool .tool-main .tool-make .make-result-img img {
    border-radius: 10px;
}
.tool .tool-main .tool-make .btn-process-img .btn {
    width: 300px;
    padding: 12px;
    font-size: 16px;
}
.tool .tool-main .tool-make .btn-download-img .btn {
    width: 300px;
    padding: 8px;
    font-size: 16px;
    margin-top: 20px;
}
/* tool end */

.modalUploadProgress .modal-dialog {
    width: 400px;
}
.modalUploadProgress .modal-content {
    height: 130px;
    border-radius: 6px;
}
.modalUploadProgress .modal-content .upload-progress-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.modalUploadProgress .modal-content .upload-progress-content .upload-progress-title {
    font-size: 18px;
}
.modalUploadProgress .modal-content .upload-progress-content .progress {
    margin-top: 16px;
    width: 300px;
    height: 12px;
}
.img-bg-transparent {
    background-image: url(/home/assets/images/transparent.png);
}

/* toolHelp begin */
.tool-help {
    min-width: unset;
    font-family: unset;
}
.tool-help .container {
    width: 900px;
}
.tool-help .tool-main {
    padding-top: 20px;
    padding-bottom: 0;
}
.tool-help .tool-demo {
    margin-top: 20px;
}
.tool-help .tool-demo .demo-imgs {
    height: 330px;
}
.tool-help .tool-desc {
    margin-top: 60px;
}
.tool-help .tool-desc .tool-desc-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 16px;
}
.tool-help * {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE/Edge */
    user-select: none;
}
.tool-help .btn {
    border: 1px solid transparent !important;
}
.tool-help .btn-outline-primary {
    border-color: var(--primary-bg-color) !important;
}
.tool-help audio:focus {
    outline: unset;
}
.tool-help .demo-imgs .demo-result-img-box {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 726px;
    height: 330px;
}
.tool-help .demo-imgs .demo-result-img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 726px;
    height: 330px;
    max-width: unset;
}
.tool-help .demo-imgs .demo-original-img-box {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 726px;
    height: 330px;
}
.tool-help .demo-imgs .demo-original-img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 726px;
    height: 330px;
    max-width: unset;
}
/* toolHelp end */