.ui-image-compare {
    position: relative;
    display: inline-block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.ui-image-compare-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    overflow: hidden;
    z-index: 1;
}
.ui-image-compare-slider {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #FFFFFF;
    left: 100px;
}
.ui-image-compare-slider span {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    height: 40px;
    width: 40px;
    margin-left: -22px;
    margin-top: -20px;
    left: 50%;
    top: 50%;
    position: absolute;
    border-radius: 100%;
    color: rgba(0,0,0,0.5);
    text-align: center;
    background: rgba(255,255,255,0.7);
}
.ui-image-compare-slider span:before {
    content: "\f053";
    font-family: FontAwesome;
    margin-right: 5px;
}
.ui-image-compare-slider span:after {
    content: "\f054";
    font-family: FontAwesome;
    margin-left: 5px;
}


/* 通用控件 - 邮件发送结果 */
.ui-modal-sendtoemail {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ui-modal-sendtoemail-content {
    max-width: 644px;
    width: 80%;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 60px 0 40px;
}
.ui-modal-sendtoemail-content-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    background-image: url(/static/images/icon_close.png);
    background-size: 100% 100%;
    cursor: pointer;
}
.ui-modal-sendtoemail-content-ipt {
    width: 70%;
    height: 44px;
    border: 1px solid #DBDBDB;
    outline: none;
    padding: 0 15px;
}
.ui-modal-sendtoemail-content-subtn {
    margin-top: 16px;
    width: 183px;
    height: 40px;
    line-height: 40px;
    background: #3E8DEF;
    border-radius: 31px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}
.ui-modal-sendtoemail-content-tips {
    margin: 15px 50px 0;
    display: flex;
    font-size: 16px;
}
.ui-modal-sendtoemail-content-tips label {
    font-weight: 700;
    margin-right: 10px;
}
@media screen and (max-width: 600px) {
    .ui-modal-sendtoemail-content-tips {
        display: block;
        margin: 15px 15px 0;
        font-size: 14px;
    }
}

/* 通用控件 - range slider */
.ui-range-slider {
    height: 6px;
    background: #D8D8D8;
    border-radius: 5px;
}
.ui-range-slider-inner {
    position: relative;
    margin: 0 32px;
}
.ui-range-slider-handle {
    position: absolute;
    width: 62px;
    height: 20px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    border: 1px solid #3E55EF;
    top: -7px;
    left: 0%;
    margin-left: -31px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ui-range-slider-handle i {
    height: 8px;
    width: 1px;
    background: #3E55EF;
    margin: 0 3px;
}


.ui-circle-loading {
    width: 116px;
    height: 116px;
}
.ui-circle-loading__circle {
    stroke: #007bff;
    stroke-width:2;
    stroke-linecap:square;
    fill:none;
    transform:rotate(-90deg);
    transform-origin:center;
}
.ui-circle-loading__background{
    stroke:#efefef;
    stroke-width:2;
    fill:none;
}

.ui-circle-loading__info {
    opacity: 1;
    color: #007bff;
}
.ui-circle-loading__percent {
    text-anchor: middle;
    font-size: 8px;
    fill: #007bff;
}
.ui-circle-loading-panel {
    position: absolute;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.ui-circle-loading-processlabel {
    color: #333333;
    margin-top: 16px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
}

/** auth panel **/
.ui-auth-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.ui-auth-panel-content {
    width: 470px;
    height: 520px;
    position: relative;
    background: #FAFBFF;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
.ui-auth-panel-closeBtn {
    position: absolute;
    width: 23px;
    height: 23px;
    background-image: url(/static/images/page-icon-closeBtn.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.ui-auth-panel-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.ui-auth-panel-step-title {
    height: 30px;
    font-size: 24px;
    font-weight: 600;
    color: #454545;
    line-height: 30px;
    padding-bottom: 20px;
}
.ui-auth-panel-step-form {
    width: 310px;
}
.ui-auth-panel-step-formrow {
    width: 100%;
    height: 38px;
    border-radius: 25px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    display: flex;
    overflow: hidden;
    margin-bottom: 20px;
    align-items: center;
    font-size: 16px;
}
.ui-auth-panel-step-formrow-icon {
    width: 24px;
    height: 24px;
    background-size: 100%;
    margin-left: 10px;
}
.ui-auth-panel-mailinput .ui-auth-panel-step-formrow-icon{
    background-image: url(/static/images/page-icon-email-logo.png);
}
.ui-auth-panel-pwdinput .ui-auth-panel-step-formrow-icon{
    background-image: url(/static/images/page-icon-password-logo.png);
}
.ui-auth-panel-step-formrow-content {
    flex: 1;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    font-size: 16px;
}
.ui-auth-panel-step-formrow-content input {
    padding: 0 10px;
    outline: none;
    border: none;
    font-size: 16px;
}
.ui-auth-panel-thirdpanel {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}
.ui-auth-panel-thirdloginbtn {
    width: 40px;
    height: 40px;
    margin: 0 10px;
    cursor: pointer;
}

.ui-auth-panel-step-or {
    padding: 20px;
    text-align: center;
    line-height: 32px;
    font-size: 20px;
    font-weight: 500;
    color: #999999;
}
.ui-auth-panel-submitbtn {
    background: #EF884E;
    box-shadow: 0px 5px 10px 0px rgba(209, 197, 190, 0.5);
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    cursor: pointer;
}
.ui-auth-panel-spritebtn {
    color: #FFFFFF;
    cursor: pointer;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #E10D16;
    border-radius: 25px;
    text-align: center;
}

.page-auth-panel-price {
    display: flex;
    height: 63px;
    align-items: center;
    font-size: 36px;
    font-weight: 500;
    color: #DB0000;
    margin-bottom: 16px;
}
.page-auth-panel-price label {
    font-size: 24px;
    font-weight: 400;
    color: #666666;
    margin-right: 10px;
    height: 25px;
}
.page-auth-panel-price label font {
    text-decoration: line-through;
}
.page-auth-panel-price img {
    margin-left: 10px;
    width: 63px;
    height: 63px;
}
.page-auth-panel-pay-chooselabel {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    margin-bottom: 11px;
}
.page-auth-panel-pay-cards {
    display: flex;
    justify-content: center;
    margin-bottom: 29px;
}
.page-auth-panel-pay-cards img {
    width: 60px;
    height: 44px;
    margin: 0 5px;
}
.ui-auth-panel-paymentsplit {
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #999999;
    padding: 20px 0;
}
.ui-auth-panel-step-tips {
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    color: #999999;
    padding-bottom: 20px;
    text-align: center;
}
.ui-auth-panel-step-splitline {
    height: 1px;
    background: #EAEAEA;
    width: 100%;
    margin-bottom: 17px;
}
.ui-auth-panel-step-tips label {
    color: #EF884E;
    cursor: pointer;
}


.ui-auth-panel-step-sub-title {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    padding-bottom: 40px;
}
.ui-auth-panel-step-formrow-tips {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    padding-bottom: 10px;
}
.ui-auth-panel-step-desc {
    font-size: 12px;
    color: #888888;
    line-height: 17px;
    margin-bottom: 50px;
    padding: 0 40px;
}
.ui-auth-panel-step-desc label {
    color: #EF884E;
    cursor: pointer;
}
.ui-auth-panel-bodyactive {
    overflow: hidden;
}


.ui-auth-panel-step-subs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 20px;
}
.ui-auth-panel-step-subs-item {
    width: 185px;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    padding-bottom: 10px;
    padding-top: 10px;
}
.ui-auth-panel-step-subs-item-des {
    background: #F1F1F1;
    padding: 20px 0 20px 10px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.ui-auth-panel-step-subs-item-price {
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    padding-left: 4px;
}
.ui-auth-panel-step-subs-item-right {
    margin-top: 8px;
    height: 24px;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    display: flex;
    align-items: center;
}
.ui-auth-panel-step-subs-item-right:before {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(/static/images/page-icon-checkBox.png);
    background-size: 100%;
    margin-right: 2px;
}
.ui-auth-panel-step-subs-item-check {
    width: 20px;
    height: 20px;
    background-image: url(/static/images/page-icon-checkBtn-logo-2.png);
    background-size: 100%;
    margin-top: 12px;
}
.ui-auth-panel-step-subs-item.active .ui-auth-panel-step-subs-item-check {
    background-image: url(/static/images/page-icon-checkBtn-logo-1.png);
}
.ui-auth-panel-step-subs-item-discount {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 20px;
    background: #54A23B;
    border-radius: 0px 0px 0px 20px;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 0 2px 0 13px;
}

.ui-auth-panel-loginad {
    width: 260px;
    height: 520px;
    background: #2C3144;
    padding: 0 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ui-auth-panel-loginad-title {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 40px;
    padding-bottom: 20px;
    text-align: center;
}
.ui-auth-panel-loginad-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    padding-bottom: 30px;
    text-align: center;
}

.ui-auth-panel-subad {
    width: 260px;
    height: 520px;
    background: #2C3144;
    padding: 0 55px;
    display: flex;
    flex-direction: column;
}
.ui-auth-panel-subad-title {
    height: 60px;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    padding-bottom: 20px;
    text-align: center;
    margin-top: 60px;
}
.ui-auth-panel-subad-subtitle {
    width: 250px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    padding-bottom: 30px;
    text-align: center;
}
.ui-auth-panel-subad-right {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    padding: 2px 0px 2px 40px;
    position: relative;
    background-image: url(/static/images/auth-right-check.png);
    background-position: 0 0;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    margin-bottom: 16px;
}
.ui-auth-panel-subad-comparebtn {
    width: 260px;
    height: 40px;
    line-height: 40px;
    background: #FECE0A;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #2C3144;
    text-align: center;
    margin-top: 14px;
}
.ui-auth-panel-step-errorinfo {
    text-align: center;
    width: 390px;
    margin: 0 auto 20px;
    display: none;
}
.ui-auth-panel-step-errorinfo-title {
    font-size: 24px;
    color: #454545;
    line-height: 30px;
    padding-bottom: 10px;
    font-weight: 600;
}
.ui-auth-panel-step-errorinfo-msg {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin: 0 10px;
}
.ui-auth-panel.showerror .ui-auth-panel-step-errorinfo {
    display: block;
}
.ui-auth-panel.ui-auth-panel.showerror .ui-auth-panel-step-signupholder {
    display: none;
}

.ui-auth-panel.ui-auth-panel.showerror .step-subscription .ui-auth-panel-step-title {
    font-size: 18px;
    font-weight: normal;
}
.ui-auth-panel.ui-auth-panel.showerror .step-signup .ui-auth-panel-step-title {
    font-size: 18px;
    font-weight: normal;
}

.ui-auth-panel-addpanel {
    width: 270px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}


@media screen and (max-width: 840px) {
    .ui-auth-panel-content {
        width: auto;
        flex: 1;
    }
}
@media screen and (max-width: 740px) {
    .ui-auth-panel {
        display: block;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .ui-auth-panel-content {
        width: 100%;
        height: auto;
        padding: 30px 0;
    }
    .ui-auth-panel-subad {
        width: 100%;
        height: auto;
        padding: 30px 0;
    }
    .ui-auth-panel-loginad {
        width: 100%;
        padding: 30px 0;
        height: auto;
    }
}

.ui-taskgroup-upload {
    
}
.ui-taskgroup-upload-actionline {
    border-top: 1px solid #333333;
    padding: 30px;
    display: flex;
    justify-content: space-around;
    width: 100%;
    box-sizing: border-box;
}
.ui-taskgroup-upload-convertbtn {
    position: relative;
    max-width: 100%;
    width: 340px;
    line-height: 80px;
    background: #e5322d;
    box-shadow: 0px 5px 10px 0px rgba(209, 197, 190, 0.5);
    border-radius: 16px;
    text-align: center;
    font-size: 28px;
    color: #FFFFFF;
    cursor: pointer;
}
@media screen and (max-width: 720px) {
    .ui-taskgroup-upload-actionline {
        position: fixed;
        bottom: 0;
        background: white;
        left: 0;
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    .ui-taskgroup-upload-actionline .ui-pdf-uploadbtn {
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        font-size: 0;
        margin-right: 30px;
    }
    .ui-taskgroup-upload-actionline .ui-pdf-uploadbtn:before{
        display: block;
        content: '+';
        color: white;
        font-size: 50px;
        top: 0;
        position: absolute;
        line-height: 50px;
        text-align: center;
        width: 100%;
    }
    .ui-taskgroup-upload-actionline .ui-taskgroup-upload-convertbtn {
        width: auto;
        flex: 1;
        height: 50px;
        border-radius: 25px;
        line-height: 50px;
        font-size: 18px;
    }
}
.ui-taskgroup-fileitem {
    width: 200px;
    height: 250px;
    background: #f6f6f8;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 15px;
    position: relative;
    cursor: move;
}
.pdf-imgtopdf-imgitem-box {
    width: 127px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.ui-taskgroup-upload-subitemList {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
}
.ui-taskgroup-fileitem-box {
    width: 127px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.ui-taskgroup-fileitem-box img {
    max-width: 100%;
    max-height: 100%;
}
.ui-taskgroup-fileitem-label {
    width: 80%;
    line-height: 18px;
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    margin-top: 10px;
    height: 36px;
}
.ui-taskgroup-fileitem-close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    background-image: url(/static/images/icon_close.png);
    background-size: 100% 100%;
    cursor: pointer;
}
@media screen and (max-width: 720px) {
    .ui-taskgroup-upload-subitemList {
        padding: 30px 0;
        justify-content: center;
    }
    .ui-taskgroup-fileitem {
        width: 160px;
        height: 200px;
        margin: 10px;
    }
    .ui-taskgroup-fileitem-box {
        width: 101px;
        height: 127px;
    }
}


.ui-taskgroup-state {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ui-taskgroup-state-title {
    font-weight: 600;
    font-size: 36px;
    color: #333333;
    padding-top: 100px;
    text-align: center;
}
.ui-taskgroup-state-upload {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ui-taskgroup-state-upload-file {
    padding-top: 80px;
    font-size: 16px;
    padding-bottom: 50px;
    color: #888888;
}
.ui-taskgroup-state-upload-time {
    font-size: 14px;
    padding-bottom: 10px;
    font-weight: 600;
    color: #666666;
}
.ui-taskgroup-state-upload-bar {
    height: 40px;
    border: 1px solid #CCCCCC;
    width: 100%;
    background: white;
    display: flex;
}
.ui-taskgroup-state-upload-bar .finish-width{
    background-color: #EF884E;
}
.ui-taskgroup-state-upload-process-label {
    font-weight: 600;
    font-size: 32px;
    line-height: 60px;
    color: #333333;
    text-align: center;
    padding: 50px;
}
.ui-taskgroup-state-process {
    position: relative;
    height: 300px;
}


@media screen and (max-width: 600px) {
    .ui-taskgroup-state-title {
        font-size: 30px;
    }
    .ui-taskgroup-state-upload-file {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .ui-taskgroup-state-upload {
        width: 100%;
    }
    .ui-taskgroup-state-upload-process-label {
        padding: 30px;
    }
}

.ui-modal-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    z-index: 1;
    align-items: center;
}
.ui-modal-panel-content {
    background: #FFFFFF;
    padding: 20px;
}