/* ------------ */

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

/**
 * 鎸夐挳
 */

.btn-convert, .btn-primary-white, .btn-primary-blue, .btn-primary-green {
    display: none;
    width: 200px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
}

.btn-convert, .btn-download:hover, .btn-primary-blue:hover, .btn-primary-green:hover {
    color: #fff;
}

.btn-convert.short {
    width: 130px;
}

@media (max-width: 640px) {
    .btn-primary-white, .btn-convert {}
}

.btn-convert.converting {
    opacity: 0.5;
    filter: alpha(opacity=50);
    zoom: 1;
}

.btn-primary-white, .btn-convert {
    height: 44px;
    line-height: 44px;
}

.btn-primary-white {
    color: #666;
    background: transparent;
    border: solid 1px #b5b5b5;
}

.btn-primary-white:hover {
    color: #278ff0;
    background: #fff;
    border-color: #278ff0;
}

.btn-primary-white:active {
    background: #efefef;
}

.btn-primary-blue {
    background: #278ff0;
    border: solid 1px #217ed5;
}

.btn-primary-blue:hover {
    background-color: #369bf2;
}

.btn-primary-blue:active {
    background-color: #1f7fec;
}

.btn-convert, .btn-download.allow, .btn-primary-green {
    background: #5cb85c;
    border: solid 1px #458f45;
}

.btn-convert:hover, .btn-download.allow:hover, .btn-primary-green:hover {
    color: #fff;
    background-color: #6bc06b;
}

.btn-convert:active, .btn-download.allow:active, .btn-primary-green:active {
    background-color: #4dab4d;
}

.btn-convert {
    position: relative;
    cursor: pointer;
    z-index: 2;
}

.btn-download {
    display: none;
    width: 330px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 6px;
    margin: 40px auto 0;
    font-size: 24px;
    color: #fff;
    background: #5cb85c;
    border: solid 1px #458f45;
}

@media (max-width: 640px) {
    .btn-download {
        width: auto;
        font-size: 18px;
        height: 44px;
        line-height: 44px;
        margin: 10px 5px;
    }
}

.btn-download:hover {
    color: #fff;
    background-color: #6bc06b;
}

.btn-download:active {
    background-color: #4dab4d;
}

/**
 * 鏂囦欢鎿嶄綔
 */

.statusBar .btns .uploadBtn, .statusBar .btns .downloadBtn, .statusBar .btns .downqcodeBtn, .placeholder .webuploader-pick {
    margin: 0 auto;
    display: inline-block;
    width: 200px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
}

.placeholder .webuploader-pick {
    margin-top: 25px;
}

.pbtnadd .webuploader-pick, .pbtnadd label {
    width: 150px;
    height: 26px;
    background-color: #f00;
}

.statusBar .btns .uploadBtn, .statusBar .btns .downqcodeBtn, .statusBar .btns .downloadBtn {
    width: 100px;
}

.placeholder .webuploader-pick-hover {
    background-color: #369bf2;
}

.placeholder .flashTip {
    color: #666666;
    font-size: 12px;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 20px;
}

.placeholder .flashTip a {
    color: #0785d1;
    text-decoration: none;
}

.placeholder .flashTip a:hover {
    text-decoration: underline;
}

.placeholder.webuploader-dnd-over {
    border-color: #999999;
}

.placeholder.webuploader-dnd-over.webuploader-dnd-denied {
    border-color: red;
}

.filelist {
    display: none;
    text-align: center;
    background: #fafafa;
    border: 2px dashed #dadada;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
    padding: 10px;
    margin: 0 auto;
    overflow-y: auto;
    max-height: 400px;
}

@media (max-width: 640px) {
    .filelist {
        height: auto;
        padding: 0;
    }
}

.filelist>li {
    width: 150px;
    /* background: url(/ContentMain/Images/bg.png) no-repeat; */
    text-align: center;
    margin: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 12px;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
}

.filelist>li.pdfpreview {
    width: 140px;
    text-align: center;
    margin: 0 10px 0px 10px;
    padding:10px 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 12px;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    /*height:160px;*/
}

@media (max-width: 640px) {
    .filelist>li {
        width: 96px;
        height: 96px;
        margin: 5px;
    }
}

.filelist .imgWrap {
    position: relative;
    line-height: 136px;
    vertical-align: middle;
    overflow: hidden;
    width: 136px;
    height: 136px;
    margin:0 auto;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webit-transition: 200ms ease-out;
    -moz-transition: 200ms ease-out;
    -o-transition: 200ms ease-out;
    -ms-transition: 200ms ease-out;
    transition: 200ms ease-out;
}

.filelist .pdfpreviewWrap {
    position: relative;
    line-height: 154px;
    vertical-align: middle;
    overflow: hidden;
    width: 140px;
    height: 154px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webit-transition: 200ms ease-out;
    -moz-transition: 200ms ease-out;
    -o-transition: 200ms ease-out;
    -ms-transition: 200ms ease-out;
    transition: 200ms ease-out;
}

@media (max-width: 640px) {
    .filelist .imgWrap {
        width: 96px;
        height: 96px;
        line-height: 96px;
    }
    .filelist .pdfpreviewWrap {
        height: 154px;
        line-height: 154px;
    }
}

.filelist .imgWrap img {
    width: auto;
    max-height: 100%;
    vertical-align: baseline;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.filelist .pfileview {
    width: 100px;
    margin: 0px auto;
    padding: 5px 0px;
    text-align: center;
    cursor: default;
    overflow: hidden;
}
.filelist .pdfpreviewWrap~.pfileview{
    width:107px;
}

.filelist .pfileview span {
    clear: none;
    display: block;
    margin: 0px 3px;
    width: 40px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 12px;
}

.filelist .pfileview span a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 22px;
    display: block;
    text-align: center;
    line-height: 22px;
}

.filelist .pfileview span.sppreview {
    float: right;
    background-color: #4e99f6;
}

.filelist .pfileview span.spshare {
    float: left;
    background-color: #5CB85C;
    cursor: pointer;
}

.filelist .pfileview span.sprowshare {
    float: none;
    clear: both;
    margin: 0px auto;
    background-color: #38af03;
    cursor: pointer;
}

.filelist .pfileview span.sprowview {
    float: none;
    clear: both;
    margin: 0px auto;
    background-color: #38af03;
    cursor: pointer;
}

.filelist>li .log {
    position: relative;
    top: -45px;
}

.filelist>li .title {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 12px;
    margin-top: 3px;
    height: 20px;
    line-height: 20px;
}

.filelist>li .progress {
    display: none;
    height: 8px;
    overflow: hidden;
}

.filelist>li .progress span {
    display: none;
    overflow: hidden;
    width: 0;
    height: 100%;
    background: #1483d8 url(/ContentMain/Images/progress.png) repeat-x;
    -webit-transition: width 200ms linear;
    -moz-transition: width 200ms linear;
    -o-transition: width 200ms linear;
    -ms-transition: width 200ms linear;
    transition: width 200ms linear;
    -webkit-animation: progressmove 2s linear infinite;
    -moz-animation: progressmove 2s linear infinite;
    -o-animation: progressmove 2s linear infinite;
    -ms-animation: progressmove 2s linear infinite;
    animation: progressmove 2s linear infinite;
    -webkit-transform: translateZ(0);
}

@-webkit-keyframes progressmove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 17px 0;
    }
}

@-moz-keyframes progressmove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 17px 0;
    }
}

@keyframes progressmove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 17px 0;
    }
}

.filelist .error {
    color: #fff;
    position: absolute;
    top: 70px;
    left: 0;
    height: 28px;
    line-height: 28px;
    width: 100%;
    z-index: 100;
    display: none;
}

.filelist>li.warning .title, .filelist>li.failed .title {
    color: #ff0000;
}

.filelist>.failed .imgWrap:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(/ContentMain/pageconvert/image_fault.png) center no-repeat transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
/* .filelist>.pdfpreview.failed>.title:after {
    content: '';
    display: block;
    width: 107px;
    height: 151px;
    background: url(/ContentMain/pageconvert/image_fault.png) center no-repeat transparent;
    background-color: rgba(39, 143, 240, 0.24);
    position: absolute;
    top: 11px;
    left: 50%;
    margin-left: -54px;
    z-index: 3;
} */
.filelist>.pdfpreview.failed>.pdfpreviewWrap~.title:after {
    content: '';
    display: block;
    width: 107px;
    height: 151px;
    background: url(/ContentMain/pageconvert/image_fault.png) center no-repeat transparent;
    background-color: rgba(39, 143, 240, 0.24);
    position: absolute;
    top: 11px;
    left: 50%;
    margin-left: -54px;
    z-index: 3;
}

#uploader[file-type="pdfcompress"] .filelist>.pdfpreview.failed>.pdfpreviewWrap~.title:after{
    display: none;
}

#uploader[file-type="pdfcompress"] .filelist>li.failed .title {
    color: #2e3233;
}

.compresstips{
    text-align: center;
    padding:0 20px;
    position: absolute;
    top:10px;
    left: 0;
    background: #fcfcfc;
    font-size: 0;
}

.compresstips span{
    display: block;
    font-size: 13px;
    color:#FF8833;
    line-height: 46px;
    padding-left: 22px;
    background: url("./Images/ico_remind.png") no-repeat left center;
    font-weight: normal;
}

.partcompresstips{
    text-align: center;
    padding:0 20px;
    background: #fcfcfc;
    font-size: 0;
}

.partcompresstips span{
    display: block;
    font-size: 13px;
    color:#FF8833;
    line-height: 46px;
    padding-left: 22px;
    background: url("./Images/ico_remind.png") no-repeat left center;
    font-weight: normal;
}

.filelist>li.warning .title:after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url(/ContentMain/Images/icon-warning.png) center no-repeat transparent;
    position: absolute;
    top: 70px;
    right: 0px;
    z-index: 3;
}

.filelist .success {
    display: block;
    position: absolute;
    left: 0;
    top: 70px;
    height: 40px;
    width: 100%;
    z-index: 2;
    background: url(/ContentMain/Images/success.png) no-repeat right bottom;
}

.filelist .pdfpreview .success {
    display: block;
    position: absolute;
    left: 0;
    top: 120px;
    height: 40px;
    width: 100%;
    z-index: 2;
    background: url(/ContentMain/Images/success.png) no-repeat right bottom;
}
.filelist .success,
.filelist .pdfpreview .success {
    display: none!important;
}
.filelist .cerror {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/ContentMain/pageconvert/image_fault.png) center no-repeat transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

@media (max-width: 640px) {
    .filelist .success {
        position: absolute;
        left: 0;
        top: 56px;
        height: 40px;
        width: 100%;
        z-index: 2;
        background: url(/ContentMain/Images/success.png) no-repeat right bottom;
    }
    .filelist .cerror {
        display: block;
        width: 100%;
        height: 100%;
        background: url(/ContentMain/pageconvert/image_fault.png) center no-repeat transparent;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
    }
    .filelist .error {
        color: #fff;
        position: absolute;
        top: 70px;
        left: 0;
        height: 28px;
        line-height: 28px;
        width: 100%;
        z-index: 100;
        display: none;
    }
    .filelist>li.warning .title, .filelist>li.failed .title {
        color: #ff0000;
    }
    .filelist>li.failed .title:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: url(/ContentMain/pageconvert/image_fault.png) center no-repeat transparent;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
    }
    .filelist>li.warning .title:after {
        content: '';
        display: block;
        width: 40px;
        height: 40px;
        background: url(/ContentMain/Images/icon-warning.png) center no-repeat transparent;
        position: absolute;
        top: 56px;
        right: 0px;
        z-index: 3;
    }
}

.filelist .file-panel {
    position: absolute;
    /*height: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80000000', endColorstr='#80000000')\0;
    background: rgba( 0, 0, 0, 0.5 );
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
        */
    width: 20px;
    height: 20px;
    top: 0;
    right: 6px;
    z-index: 2;
}

.filelist .j2p-file-panel {
    position: absolute;
    width: 100%;
    height: 30px;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    z-index: 2;
    display: none;
}

.filelist .imgWrap~.file-panel{
    top: -5px;
    right: 0;
}
.filelist .imgWrap~.j2p-file-panel{
    top: -5px;
    right: 0;
}

/*.filelist .file-panel span {
    width: 24px;
    height: 24px;
    display: inline-block;
    float: right;
    text-indent: -9999px;
    overflow: hidden;
    margin: 5px 1px 1px;
    cursor: pointer;
} */
.filelist .j2p-file-panel span {
    width: 24px;
    height: 24px;
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
    margin: 3px 7.5% 3px 7.5%;
    cursor: pointer;
}

.filelist .j2p-file-panel .rotateRight {
    background: url(/ContentMain/Images/icon_xuanzhuan_01.png) no-repeat;
}
.filelist .j2p-file-panel .rotateRight:hover {
    background: url(/ContentMain/Images/icon_xuanzhuan_03.png) no-repeat;
}
.filelist .j2p-file-panel .preview {
    background: url(/ContentMain/Images/icon_fangda_01.png) no-repeat;
}
.filelist .j2p-file-panel .preview:hover {
    background: url(/ContentMain/Images/icon_fangda_03.png) no-repeat;
}
.filelist .j2p-file-panel .cancel {
    background: url(/ContentMain/Images/icon_close_01.png) no-repeat;
}
.filelist .j2p-file-panel .cancel:hover {
    background: url(/ContentMain/Images/icon_close_03.png) no-repeat;
}

/* 棰勮寮瑰嚭 */
.j2p-preview-pop{
    position: fixed;
    top:0;
    left: 0;
    width:100%;
    height:100%;
    z-index: 99999;
    display: none;
}
.j2p-preview-mask{
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    height:100%;
    background: #000000;
    opacity: .3;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=30); 
} 
.j2p-preview-ctt{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 840px;
    height: 640px;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.32);
    border-radius: 6px;
    text-align: center;
    line-height: 640px;
}
.j2p-preview-ctt img {
    width: auto;
    max-height: 100%;
}
.j2p-preview-ctt .close{
    cursor: pointer;
    width: 32px;
    height:32px;
    position: absolute;
    top:10px;
    right:10px;
    background: url("Images/icon_x.png") no-repeat;
}
.j2p-preview-ctt h2{
    text-align: center;
    margin-top: -16px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    line-height: 24px !important;
}
.j2p-preview-ctt .left{
    cursor: pointer;
    width: 32px;
    height:32px;
    position: absolute;
    top:50%;
    left: 10px;
    z-index: 10;
    background: url("Images/icon_left.png") no-repeat center center / 32px 32px;
}
.j2p-preview-ctt .right{
    cursor: pointer;
    width: 32px;
    height:32px;
    position: absolute;
    top:50%;
    right:10px;
    z-index: 10;
    background: url("Images/icon_right.png") no-repeat center center / 32px 32px;
}
.j2p-preview-title{
    max-width: 740px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.filelist .file-panel .cancel {
    /*background-position: -45px -24px;*/
    background: url(/ContentMain/Images/icon_x.png) no-repeat center center;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.filelist .rotate-btns{
    display: none;
}
.filelist .rotate-btns .left{
    background: url(/ContentMain/pageconvert/left-rotate.png) no-repeat center center;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    position: absolute;
    right: 43px;
    top: -5px;
}
.filelist .rotate-btns .right{
    background: url(/ContentMain/pageconvert/right-rotate.png) no-repeat center center;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    position: absolute;
    right: 18px;
    top: -5px;
}

.statusBar {
    height: 63px;
    padding: 0 20px;
    line-height: 63px;
    vertical-align: middle;
    position: relative;
    display: none;
}

.statusBar .progress {
    border: 1px solid #1483d8;
    width: 198px;
    background: #fff;
    height: 18px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    color: #6dbfff;
    position: relative;
    margin-right: 10px;
}

.statusBar .progress .percentage {
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: #1483d8;
    position: absolute;
}

.statusBar .progress .text {
    position: relative;
    z-index: 10;
}

.statusBar .info {
    display: inline-block;
    font-size: 14px;
    color: #666666;
}

.comppress-ratio{
    position: absolute;
    top:0;
    left: 0;
    background: #fcfcfc;
    padding:8px 20px;
}
.comppress-ratio canvas{
    float: left;
    margin-right: 10px;
}

.comppress-ratio .ratio-text h3{
    font-size: 13px;
    color:#333333;
    line-height: 25px;
    white-space:nowrap;
}

.comppress-ratio .ratio-text p{
    font-size: 13px;
    color:#999999;
    line-height: 20px;
    margin-top:2px;
    white-space:nowrap;
}

.comppress-ratio .ratio-text p i{
    display: inline-block;
    vertical-align: middle;
    width:14px;
    height:11px;
    background: url("./Images/ico_arrow.png") no-repeat ;
    position: relative;
    top:-2px;
    margin:0 5px;
}
@media (max-width: 640px) {
    .statusBar .info {
        padding: 5px 0;
    }
}

.statusBar .btns {
    position: absolute;
    top: 10px;
    right: 20px;
    line-height: 40px;
}



.statusBar .btns .webuploader-pick, .statusBar .btns .uploadBtn, .statusBar .btns .downloadBtn, .statusBar .btns .downqcodeBtn, .statusBar .btns .uploadBtn.state-uploading, .statusBar .btns .uploadBtn.state-paused {
    background: #ffffff;
    border: 1px solid #cfcfcf;
    color: #565656;
    padding: 0 18px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-left: 10px;
    cursor: pointer;
    font-size: 14px;
    float: left;
}



.statusBar .btns .webuploader-pick-hover, .statusBar .btns .uploadBtn:hover, .statusBar .btns .downloadBtn:hover, .statusBar .btns .downqcodeBtn:hover, .statusBar .btns .uploadBtn.state-uploading:hover, .statusBar .btns .uploadBtn.state-paused:hover {
    background: #f0f0f0;
}

.statusBar .btns .uploadBtn {
    color: #fff;
    border-color: transparent;
    background: #4E99F6;
    border: solid 1px #4E99F6;
}
.statusBar .btns .uploadBtn.disabled{
    opacity: .4;
}
.statusBar .btns .uploadBtn:hover {
    background-color: #369bf2;
}

.statusBar .btns .uploadBtn:active {
    background-color: #1f7fec;
}
    .statusBar .btns .uploadBtn span {
        padding-left: 26px;
        background: url("/ContentMain/Images/ico_convert.png") no-repeat left center;
    }
.statusBar .btns .downloadBtn {
    color: #fff;
    border-color: transparent;
    background: #278FF0;
    border: solid 1px #278FF0;
}
.statusBar .btns .downloadBtn img{
    margin-right: 0;
}
.statusBar .btns .downloadBtn:hover {
    background-color: #369bf2;
}

.statusBar .btns .downloadBtn:active {
    background-color: #1f7fec;
}

.statusBar .btns .downqcodeBtn {
    width:auto;
    color: #fff;
    border-color: transparent;
    background: #5CB85C;
    border: solid 1px #5CB85C;
    position: relative;
    margin-right: 10px;
}
.statusBar .btns .downqcodeBtn img{
    margin-top:-3px;
    margin-right: 2px;
}
.statusBar .btns .downqcodeBtn:hover{
    background: #3db706;
}

.statusBar .btns .downloadBtn:hover {
    background-color: #369bf2;
}

.statusBar .btns .downloadBtn:active {
    background-color: #1f7fec;
}

.statusBar .btns .urlqcode {
    border: solid 1px #888;
    right: 0px;
    bottom: 40px;
    display: none;
}

#filePicker{
    min-height: 74px;
}
#filePicker2 {
    display: inline-block;
    float: left;
}


/**
 * user
 */

.webuploader-container {
    position: relative;
    *margin-bottom: 10px;
}

.webuploader-element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

.webuploader-pick {
    height: 44px;
    line-height: 44px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #278ff0;
    border: solid 1px #217ed5;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 10px;
}

.webuploader-pick-hover {
    background-color: #369bf2;
}

.webuploader-pick:active {
    background-color: #1f7fec;
}

.webuploader-pick-disable {
    opacity: 0.6;
    pointer-events: none;
}

.disable {
    pointer-events: none;
}

.user-error {
    display: none;
    width: 270px;
    padding: 30px;
    margin: 20px auto;
    background: #fff;
    border: solid 1px #fafafa;
    border: solid 1px #ddd;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 10px #aaa;
    -webkit-box-shadow: 0 0 10px #aaa;
    -moz-box-shadow: 0 0 10px #aaa;
    position: relative;
}

@media (max-width: 640px) {
    .user-error {
        width: auto;
        padding: 10px;
    }
}

.user-error.show {
    display: block;
}

.user-error-pic {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.user-error-close {
    display: block;
    width: 16px;
    height: 16px;
    background: url(/ContentMain/Images/icon-user-close.png) center no-repeat #fff;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}

.user-error-close:hover {
    background-color: #f1f1f1;
}

.user-error p {
    padding-top: 4px;
}

.user-error p span {
    color: #278ff0;
    padding: 0 10px;
}

.user-thumbnail-warn, .user-thumbnail-error {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
}

.user-thumbnail-error {
    background: url(/ContentMain/pageconvert/image_fault.png) #fff;
}

.user-thumbnail-warn {
    background: url(/ContentMain/Images/icon-warning.png) #fff;
}

.addbtnbig.webuploader-container {
    background: url(/ContentMain/Images/add.png) no-repeat center center;
    width: 130px;
    height: 130px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.pdfpreview~.addbtnbig.webuploader-container{
    background: url(/ContentMain/pageconvert/ico_add_big.png) no-repeat center center;
    width: 130px;
    height: 164px;
}

.addbtnbig.webuploader-container .webuploader-pick {
    font-size: 12px;
    height: 100%;
    width: 100%;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    bottom: 0px;
    position: absolute;
    left: 0px;
    background: none;
    border: none;
    margin: 0px;
    text-indent: -9999px;
}

.queueList {
    position: relative;
}

.progress-content {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    padding: 2px;
    display: none;
}

.progress-content .progress-contentwap {
    width: 100%;
    height: 100%;
    background: #fafafa;
}

.progress-content .progress-contentwap .progress-contenticon {
    width: 500px;
    height: 155px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -77px;
    margin-left: -250px;
}

.progress-content .progress-contentwap .progress-contenticon .converticon {
    text-align: center;
    width: 135px;
    height: 90px;
    margin: 0px auto;
}

.progress-content .progress-contentwap .progress-contenticon .progressicon {
    width: 135px;
    height: 35px;
    margin: 0px auto;
    text-align: center;
}

.progress-content .progress-contentwap .progress-contenticon .progressicon.progress01 {
    background: url(/ContentMain/Images/progress_01.gif) no-repeat center center;
}

    .progress-content .progress-contentwap .progress-contenticon .progressicon.progress02 {
        background: url(/ContentMain/Images/progress_02.gif) no-repeat center center;
    }

    .progress-content .progress-contentwap .progress-contenticon .progressicon.progress03 {
        background: url(/ContentMain/Images/progress_03.gif) no-repeat center center;
    }

.progress-content .progress-contentwap .progress-contenticon .convertptime {
    height: 20px;
    width: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}
/* 鏂板缂栬緫btn */
.btn-editor{
    width: 40px;
    height: 22px;
    background: #278FF0;
    opacity: 1;
    border-radius: 3px;
    font-size: 12px;
    border:none;
    outline: none;
    color:#fff;
    margin-top:8px;
}

.url2pdf-ctt{
    border: 2px dashed #dadada;
    text-align: center;
    color: #999;
    font-size: 18px;
    position: relative;
    padding: 20px 30px;
    border-radius: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    min-height: 145px;
}

.url2pdfBtn{
    margin-top:10px;
    padding: 0 18px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-left: 10px;
    cursor: pointer;
    font-size: 14px;
    float: right;
    color: #fff;
    border-color: transparent;
    background: #4E99F6;
    border: solid 1px #4E99F6;
    line-height: 44px;
}
.url2pdfBtn:hover{
    background-color: #369bf2;
}
.url2pdfBtn:hover span{
    color:#fff;
}
.url2pdfBtn span{
    padding-left: 26px;
    background: url("/ContentMain/Images/ico_convert.png") no-repeat left center;
}

.url2pdf-ctt h2{
    margin-top:30px;
    color:#333333;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
}

.url2pdf-ctt .url-ipt-box{
    position: relative;
    margin-top:10px;
}
.url2pdf-ctt .url-ipt-box i{
    width:20px;
    height:20px;
    position: absolute;
    top:10px;
    left: 15px;
    background: url("./Images/ico_url.png") no-repeat center center;
}
.url2pdf-ctt .url-ipt-box input{
    height: 40px;
    border: 1px solid #CCCCCC;
    padding:10px 15px 10px 45px;
    color:#333;
    border-radius: 3px; 
    width:100%;
    background-color: #FFFFFF;
    -moz-user-select:none;/*鐏嫄*/
    -webkit-user-select:none;/*webkit娴忚鍣 */
    -ms-user-select:none;/*IE10*/
    user-select:none;
    outline: none;
    box-shadow: none;
}
.url2pdf-ctt input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset; /**閫氳繃杈规闃村奖閬尅浣忚儗鏅 */
    -webkit-text-fill-color: #333; /*鑷姩濉厖鍐呭鐨勬枃鏈鑹 */
}

.replace-cover{
    background: #ffffff;
    border: 1px solid #cfcfcf;
    color: #565656;
    padding: 0 18px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 14px;
    float: left;
    height: 44px;
    line-height: 44px;
    min-width: 140px;
    text-align: center;
}
.replace-cover:hover{
    background: #f0f0f0;
}
.url-tips{
    font-size: 12px;
    color:red;
    line-height: 20px;
    margin-top: 5px;
    text-align: left;
    display: none;
}

.uploader_url2pdf .statusBar{
    min-height: 64px;
}

.uploader_url2pdf .statusBar .btns{
    position: relative;
    top:0;
    left: 0;
    float: right;
    margin-top:10px;
}


.uploader_url2pdf .filelist .pfileview span.sppreview{
    float: none;
    display: inline-block;
}

@media (max-width: 1024px) {
    .statusBar {
        height: auto;
        line-height: inherit;
        padding: 0 0 5px;
    }
    .statusBar .btns {
        position: relative;
        width: auto;
        top: auto;
        right: auto;
    }
    .uploader_url2pdf .statusBar .btns{
        float: none;
        width:100%;
    }
    .uploader_url2pdf .statusBar .btns a{
        margin:5px auto;
    }
    .statusBar .btns .webuploader-pick, .statusBar .btns .uploadBtn, .statusBar .btns .downloadBtn, .statusBar .btns .downqcodeBtn, .statusBar .btns .uploadBtn.state-uploading, .statusBar .btns .uploadBtn.state-paused,.statusBar .replace-cover {
        display: block;
        width: 100%;
        float: none;
        margin: 5px auto;
        padding: 0;
    }
    #filePicker2 {
        width: 100%;
        float: none;
    }
    .statusBar .btns .webuploader-pick {
        margin-top: 70px;
    }
}


/* 10涓枃浠  */
.nub-ten .filelist{
    text-align: left;
    overflow-y: auto;
    max-height: 406px;
}
.nub-ten .filelist>li{
    width:150px;
    margin:15px;
}
.nub-ten .filelist>li.a4{
    width:150px;
    margin:15px;
}
.nub-ten .filelist>li.a3{
    width:183px;
    margin:15px;
}
.nub-ten .filelist>li:hover .j2p-file-panel{
    display: block;
}

.nub-ten .filelist .imgWrap{
    width:150px;
    height:150px;
    line-height: 150px;
    background: #EEEEEE;
    font-size: 0;
}
.nub-ten .filelist>li.a3 .imgWrap{
    width: 195px;
    height: 203px;
    line-height: 203px;
    background: #EEEEEE;
    font-size: 0;
}
.nub-ten .filelist .imgWrap .page-bg{
    width:auto ;
    height: 100%;;
    background:transparent;
    display: inline-block;
    line-height: 100%;
    font-size: 0;
    vertical-align: middle;
}
.nub-ten .filelist>li.a4 .imgWrap .page-bg{
    width:96px;
    height:136px;
    background:#fff;
    display: inline-block;
    line-height: 136px;
    font-size: 0;
    vertical-align: middle;
}
.nub-ten .filelist>li.a3 .imgWrap .page-bg{
    width: 141px;
    height: 183px;
    background:#fff;
    display: inline-block;
    line-height: 183px;
    font-size: 0;
    vertical-align: middle;
}
.nub-ten .filelist .imgWrap .page-bg.page-x{
    width:auto;
    height:auto;
    line-height: 100%;
}
.nub-ten .filelist>li.a4 .imgWrap .page-bg.page-x{
    width:136px;
    height:96px;
    line-height: 96px;
}
.nub-ten .filelist>li.a3 .imgWrap .page-bg.page-x{
    width: 183px;
    height: 141px;
    line-height: 141px;
}

.nub-ten .filelist .imgWrap .page-bg.w94 img{
    max-width: 94%;
    max-height: 94%;
}
.nub-ten .filelist .imgWrap .page-bg.w86 img{
    max-width: 86%;
    max-height: 86%;
}
.nub-ten .filelist .imgWrap.img-icon{
    height:110px;
    line-height: 110px;
    background: none;
}
.nub-ten .filelist .imgWrap.img-icon .page-bg,
.nub-ten .filelist .imgWrap.img-icon .page-bg.page-x{
    height:110px;
    line-height: 110px;
    background: none;
}

.nub-ten .filelist .imgWrap.img-icon  .page-bg.w94 img,
.nub-ten .filelist .imgWrap.img-icon  .page-bg.w86 img{
    max-width: 100%;
}

.filelist .imgWrap~.file-panel{
    right:-5px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
.showp {
    display: block!important;
    color: red;
    text-align: left!important;
    padding-left: 46px!important;
}
.pdf-page-previewer h2{
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pdf-page-previewer .j2p-preview-pagename{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 90%;
}
.pdf-page-previewer .j2p-preview-title{
    font-size: 16px;
}
.pdf-page-previewer canvas{
    vertical-align: middle !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.pdf-page-previewer .j2p-preview-ctt .left{
    width: 48px;
    height: 48px;
    top: 50%;
    left: 20px;
    z-index: 10;
    background: url(Images/icon_left2.png) no-repeat center center / 48px 48px;
}
.pdf-page-previewer .j2p-preview-ctt .right{
    width: 48px;
    height: 48px;
    top: 50%;
    right: 20px;
    z-index: 10;
    background: url(Images/icon_right2.png) no-repeat center center / 48px 48px;
}
.preview-pop .preview-ctt .disabled{
    opacity: 0.4;
}

.delonlylink_tip,.replaceonlylink_tip {
    color: #ee0808;
    text-align: left !important;
    margin-left: 266px;
    display: none;
}