﻿@charset "utf-8";
select,input,textarea{
    padding:0 8px;
}
#colorpanel input{
    padding:0 0;
}
.top-tips span {
    font-size: 16px;
    float: right;
    display: block;
    width: 120px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border: solid 1px #cb3626;
    background: #d85a48;
    background: linear-gradient(to bottom, #ed6b4f 0%, #dd423d 100%);
    background: -webkit-linear-gradient( top, #ed6b4f 0%, #dd423d 100%);
    background: -moz-linear-gradient( top, #ed6b4f 0%, #dd423d 100%);
    background: -o-linear-gradient( top, #ed6b4f 0%, #dd423d 100%);
    box-shadow: inset 0 1px 0 #ffc4b6;
    -webkit-box-shadow: inset 0 1px 0 #ffc4b6;
    -moz-box-shadow: inset 0 1px 0 #ffc4b6;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-shadow: 0 0 1px #ca2e21;
    -webkit-text-shadow: 0 0 1px #ca2e21;
    -moz-text-shadow: 0 0 1px #ca2e21;
}

/**
 * 头部
 */

.header {
    background: #278ff0;
    margin-bottom: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99;
}

@media (max-width: 640px) {
    .header {
        margin-bottom: 0;
    }
}

/**
 * 顶部导航
 */

.main-nav {
    width: 100%;
    font-size: 0;
    position: relative;
}

@media (max-width: 1100px) {
    .main-nav {
        width: 100%;
        /*height: auto;*/
        height: 100%;
        overflow: auto;
        position: fixed;
        z-index: 98;
        top: 0;
        left: 0;
        background: #278ff0;
        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
        padding-bottom: 1rem;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
        -webkit-transform: translateZ(0) translateX(-103%);
        -moz-transform: translateZ(0) translateX(-103%);
        -ms-transform: translateZ(0) translateX(-103%);
        -o-transform: translateZ(0) translateX(-103%);
        transform: translateZ(0) translateX(-103%);
        will-change: transform;
        /* -webkit-transform: translateX(-103%);
        -moz-transform: translateX(103%);
        -ms-transform: translateX(103%);
        -o-transform: translateX(103%);
        transform: translateX(103%); */
    }
}

.main-nav.is-show {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.main-nav>.menu-item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
}

@media (max-width: 1100px) {
    .main-nav>.menu-item {
        display: block;
        width: 100%;
        margin: 0 auto;
        height: auto;
    }
}

.main-nav>.editor-online {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 1100px) {
    .main-nav>.editor-online {
        position: static;
    }
}

.main-nav a {
    color: #fff;
    display: block;
    font-size: 16px;
    text-align: center;
    position: relative;
}

.main-nav>.menu-item>a {
    height: 60px;
    line-height: 60px;
    padding: 0 20px 0px 20px;
}

@media (max-width: 1100px) {
    .main-nav>.menu-item>a {
        text-align: left;
    }
}

.main-nav a:hover {
    color: #333;
}

.main-nav>.menu-item>a:hover, .main-nav .current-menu-item>a {
    color: #fff;
    background: #036fd4;
    text-decoration: none;
}

.menu-item.has-children>a {
    position: relative;
    cursor: pointer;
    padding: 0 28px 0px 10px;
}

.menu-item.has-children>a:after {
    content: '';
    display: block;
    width: 0;
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -4px;
}

@media (max-width: 1100px) {
    .menu-item.has-children>a:after {
        right: 20px;
    }
}

.menu-item.has-children.children-show>a:after {
    margin-top: -12px;
    border-color: transparent transparent #fff transparent;
}

/**
 * 子导航
 */

.sub-menu {
    display: none;
    border: solid 1px #eee;
    background: #fff;
    border-top: none;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 100;
    left: 50%;
    margin-left: -50%;
    padding: 10px 0;
}

@media (max-width: 640px) {
    .sub-menu {
        overflow-y: auto;
    }
}

.sub-menu-01 {
    width: 980px;
}

.sub-menu-02 {
    width: 610px;
}

.sub-menu-03 {
    width: 150px;
}

.sub-menu-04 {
    width: 185px;
}

.sub-menu-05 {
    width: 150px;
}

.sub-menu-06 {
    width: 390px;
}

.sub-menu-07 {
    width: 330px;
}

.sub-menu-08 {
    width: 760px;
}

@media (max-width: 1100px) {
    .sub-menu-01, .sub-menu-02, .sub-menu-03, .sub-menu-04, .sub-menu-05, .sub-menu-06, .sub-menu-07, .sub-menu-08 {
        width: 100%;
        height: auto;
    }
}

.sub-menu-02 .sub-menu-wrap, .sub-menu-08 .sub-menu-wrap {
    width: auto;
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
}

.sub-menu-06 .sub-menu-wrap:nth-child(1) {
    width: 36%;
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
}
.sub-menu-06 .sub-menu-wrap:nth-child(2) {
    width: 64%;
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
}

.sub-menu-06 .sub-menu-wrap div{
    display: table-cell;
}

.sub-menu-07 .sub-menu-wrap {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
}

@media (max-width: 640px) {
    .sub-menu-02 .sub-menu-wrap, .sub-menu-08 .sub-menu-wrap {
        width: 33%;
    }
    .sub-menu-07 .sub-menu-wrap {
        width: 50%;
    }
}

/**
 * 首页
 */

.main-items {
    border: solid 1px #d6e1e5;
    *overflow: hidden;
}

.main-item {
    height: 200px;
    position: relative;
}

@media (max-width: 640px) {
    .main-item {
        height: auto;
    }
}

.main-item a {
    display: block;
    height: 200px;
    text-align: center;
    border-right: solid 1px #d6e1e5;
    font-size: 18px;
    color: #666;
    overflow: hidden;
    position: relative;
}

@media (max-width: 640px) {
    .main-item a {
        height: auto;
        padding: 10px 0;
    }
}

@media (max-width: 640px) {
    .main-item a {
        border-right: none;
        border-bottom: solid 1px #d6e1e5;
    }
}

.main-item+.main-item+.main-item+.main-item+.main-item a, .main-item:last-child a {
    border: none;
}

.main-item+.main-item+.main-item+.main-item+.main-item a:hover, .main-item a:hover {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    *height: 198px;
    color: #02baf2;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    animation: mymove .3s;
    -moz-animation: mymove .3s;
    -webkit-animation: mymove .3s;
    -o-animation: mymove .3s;
    /*border: solid 2px #02baf2;*/
}

@keyframes mymove {
    from {
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -o-transform: scale(1, 1);
    }
    to {
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -o-transform: scale(1, 1);
    }
}

.icon {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    color: #fff;
    margin: 58px auto 20px;
}

@media (max-width: 640px) {
    .icon {
        margin: 10px auto;
    }
}

.main-item a:hover .icon {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.icon.pdf-to-word {
    background: url(/ContentMain/Images/icon-word.png) no-repeat center #2564a9;
}

.icon.pdf-to-ppt {
    background: url(/ContentMain/Images/icon-ppt.png) no-repeat center #e65618;
}

.icon.pdf-to-excel {
    background: url(/ContentMain/Images/icon-excel.png) no-repeat center #8a6ba6;
}

.icon.pdf-to-html {
    background: url(/ContentMain/Images/icon-html.png) no-repeat center #4ec3c7;
}

.icon.pdf-to-pic {
    background: url(/ContentMain/Images/icon-pic.png) no-repeat center #c86338;
}

.icon.word-to-pdf {
    background: url(/ContentMain/Images/icon-pdf.png) no-repeat center #c11e07;
}

.icon.ppt-to-pdf {
    background: url(/ContentMain/Images/icon-pdf-border.png) no-repeat center #2564a9;
}

.icon.excel-to-pdf {
    background: url(/ContentMain/Images/icon-pdf-excel.png) no-repeat center #29aaae;
}

.icon.pic-to-pdf {
    background: url(/ContentMain/Images/icon-pic.png) no-repeat center #3eb175;
}

.icon.ebook-to-pdf {
    background: url(/ContentMain/Images/icon-pdf-convert.png) no-repeat center #c11e07;
}

.icon.ebook-to-txt {
    background: url(/ContentMain/Images/icon-txt.png) no-repeat center #549f3b;
}

.icon.ebook-to-word {
    background: url(/ContentMain/Images/icon-word.png) no-repeat center #2564a9;
}

.icon.ebook-to-mobi {
    background: url(/ContentMain/Images/icon-mobi.png) no-repeat center #a92e4b;
}

.icon.ebook-to-epub {
    background: url(/ContentMain/Images/icon-epub.png) no-repeat center #c11e07;
}

.icon.pic-to-jpg {
    background: url(/ContentMain/Images/icon-pic.png) no-repeat center #c86338;
}

.icon.pic-to-png {
    background: url(/ContentMain/Images/icon-png.png) no-repeat center #29aaae;
}

.icon.pic-to-bmp {
    background: url(/ContentMain/Images/icon-bmp.png) no-repeat center #5da445;
}

.icon.pic-to-icon {
    background: url(/ContentMain/Images/icon-icon.png) no-repeat center #d76636;
}

.icon.pdf-division {
    background: url(/ContentMain/Images/icon-division.png) no-repeat center #306cad;
}

.icon.pdf-compress {
    background: url(/ContentMain/Images/icon-zip.png) no-repeat center #e23a00;
}

.icon.pdf-decrypt {
    background: url(/ContentMain/Images/icon-unlock.png) no-repeat center #549f3b;
}

.icon.pdf-merge {
    background: url(/ContentMain/Images/icon-merge.png) no-repeat center #8a6ba6;
}

.icon.pdf-get-pic {
    background: url(/ContentMain/Images/icon-pic.png) no-repeat center #c86338;
}

.main-item .mian-friend-link {
    font-size: 22px;
}

.main-item .mian-friend-link em>img {
    padding-top: 1.3em;
}

.main-item .mian-friend-link em {
    display: block;
    margin-top: 15px;
    margin-bottom: 20px;
}

.main-item .mian-friend-link span {
    display: block;
    margin-top: 14px;
}

.hero-tips {
    color: #666;
    font-weight: bold;
}

@media (max-width: 640px) {
    .hero-tips {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
}

.hero-tips img {
    margin-right: 10px;
}

.hero-tips span {
    display: block;
    padding-bottom: 10px;
    border-bottom: dashed 1px #d2d2d2;
    font-size: 18px;
}

.hero-tips p {
    font-size: 16px;
    font-weight: normal;
    padding: 14px 0 0;
    line-height: 150%;
    position: relative;
    /* width: 98%;
    left: 2%; */
}

.hero-tips p.down-btn {
    padding: 0px 0px 30px 0px;
}

.hero-func {
    color: #20b3f8;
}

.hero-func p {
    color: #2972d6;
    padding-bottom: 30px;
}

.hero-tips p a {
    padding: 0 10px;
    text-decoration: underline;
}

/**
 * 侧边菜单
 */

.side-menu {
    width: 160px;
}

.side_scanlogo {
    width: 160px;
    margin: 15px 0px;
}

.side_scanlogo img {
    width: 160px;
    height: 160px;
    border: solid 1px #ddd;
    padding: 0px;
    box-sizing: border-box;
}

.side_scanlogo p {
    text-align: center;
    color: #666;
    line-height: 26px;
    font-size: 14px;
}

.side-menu-items {
    background: #f9f9f9;
    padding-bottom: 10px;
}

@media (max-width: 640px) {
    .side-menu-items {
        display: none;
    }
}

.side-menu-items .side-menu-item {
    color: #fff;
}

.side-menu-items .side-menu-item {
    background: #278ff0;
    height: 50px;
    margin-bottom: 10px;
}

.side-menu-items .side-menu-item+.side-menu-item {
    background: transparent;
    height: auto;
    margin-bottom: 0;
}

.side-menu-items .side-menu-item p.htheme {
    /* display: inline-block; */
    border-bottom: solid 2px #9ec5f7;
    /* padding: 10px 0; */
    margin-left: 25px;
    font-size: 18px;
    line-height: 50px;
    border: none;
    /*margin-left: 10px\0;*/
}

.side-menu-items .side-menu-item a {
    font-size: 16px;
    color: #333;
    display: block;
    padding: 8px 15px 8px 25px;
    /*padding: 8px 10px\0;*/
}

.side-menu-items .side-menu-item img {
    padding-left: 5px;
    vertical-align: text-top;
    padding-bottom: 0px;
    margin-left: 5px;
}

.side-menu-items .side-menu-item a.current, .side-menu-items .side-menu-item.current a, .side-menu-items .side-menu-item a:hover {
    color: #278ff0;
    text-decoration: underline;
}

/**
 * 右侧内容
 */

.main-content {
    margin-bottom: 20px;
}

.main-content-right {
    margin-left: 210px;
}

@media (max-width: 640px) {
    .main-content-right {
        margin-left: 0;
    }
}

.operation-tips {
    color: #9d9d9d;
    margin-top: 20px;
}

.operation-warning {
    padding: 0px 0 16px 20px;
}

.operation-warning a {
    padding: 0 10px;
    font-size: 18px;
}

.operation-warning a:hover {
    color: #0977de;
    text-decoration: underline;
}

/**
 * 自定义选项
 */

.settings, .settingsm {
    background: #f9f9f9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    font-size: 0;
    margin-bottom: 20px;
    padding: 0 30px 15px;
    vertical-align: top;
    position: relative;
}
.settings .mask{
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left: 0;
    z-index: 10;
    background: #000;
    filter:alpha(opacity=30); /* IE */
    -moz-opacity:0.3; /* 老版Mozilla */
    -khtml-opacity:0.3; /* 老版Safari */
    opacity: 0.3; /* 支持opacity的浏览器*/
}

.settings div.backcolor div {
    display: inline-block;
}

@media (max-width: 640px) {
    .settings, .settingsm {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.settings li.htheme, .settingsm li.htheme {
    padding: 20px 0;
    font-size: 18px;
}

.settings a {
    cursor: pointer;
    color: #454545;
    display: inline-block;
    font-size: 16px;
    width: 20%;
    *width: 19.9%;
    margin-bottom: 20px;
    vertical-align: top;
    line-height: 33px;
}
.settings div.checked-off a {
    cursor: not-allowed;
    color: rgba(69, 69, 69, 0.2);
}

.settings a .inpnum {
    width: 60px;
    height: 33px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    opacity: 1;
    border-radius: 4px;
    color: #CCCCCC;
    font-size: 16px;
    text-align: center;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 14px;
    padding-right: 14px;
}

.settings a.ppt2videoinput {
    cursor: pointer;
    color: #454545;
    display: inline-block;
    font-size: 16px;
    width: 80%;
    *width: 19.9%;
    margin-bottom: 20px;
    vertical-align: top;
    line-height: 33px;
}

.settings a.ppt2videoinput span {
    color: #aaa;
}

@media (max-width: 640px) {
    .settings a.ppt2videoinput span {
        color: #aaa;
        display: block;
    }
}

.settings-options {
    position: relative\0;
}

.settings-options span {
    padding-left: 30px\0;
}
.ocr_icon{
    display: inline-block;
    width: 32px;
    height: 18px;
    background: #FF9436;
    opacity: 1;
    border-radius: 4px;
    font-size: 12px;
    line-height: 18px!important;
    text-align: center;
    color:#fff;
    font-style: normal;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    vertical-align: middle;
    margin-left: 5px;
    margin-top:-2px;
    position: relative;
}

.ocr_icon i.ocr-tips{
    width:514px;
    height:320px;
    background: url("./Images/img_ocr.png") no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -257px;
    top:-320px;
    display: none;
}
.ocr_icon i.ocr-tips.EN{
    height:352px;
    top:-352px;
    background: url("./Images/img_ocr_en.png") no-repeat;
}
.ocr_icon i.ocr-tips.ES{
    height:352px;
    top:-352px;
    background: url("./Images/img_ocr_es.png") no-repeat;
}
.ocr_icon i.ocr-tips.FR{
    height:374px;
    top:-374px;
    background: url("./Images/img_ocr_fr.png") no-repeat;
}
.ocr_icon i.ocr-tips.JP{
    height:352px;
    top:-352px;
    background: url("./Images/img_ocr_jp.png") no-repeat;
}
.ocr_icon i.ocr-tips.KR{
    height:354px;
    top:-354px;
    background: url("./Images/img_ocr_kr.png") no-repeat;
}
.ocr_icon i.ocr-tips.PT{
    height:366px;
    top:-366px;
    background: url("./Images/img_ocr_pt.png") no-repeat;
}
.ocr_icon i.ocr-tips.RU{
    height:373px;
    top:-373px;
    background: url("./Images/img_ocr_ru.png") no-repeat;
}
.ocr_icon:hover i.ocr-tips{
    display: block;
}

/*替换文字*/

.settings p {
    width: 100%;
    font-size: 16px;
    text-align: center;
    height: auto;
    line-height: 20px;
    /* margin: 10px 0px; */
    border-bottom: solid 1px #f0eeef;
    padding:0;
}
.settings p:last-child{
    border-bottom: none;
}
#divpdfaddtext>p,#divpdfreplace>p,#divpdfdeltext>p{
    padding:10px 0;
}
.settings p.pleft {
    text-align: left;
}

.settings p input {
    width: 30%;
    margin-right: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: solid 1px #bfbfbf;
    height: 30px;
}
.settings input{
    min-height: 30px;
    border-radius: 4px;
}
.settings p input.tbbwidth {
    width: 70%;
}

.settings p input.tbswidth {
    width: 10%;
}

.settings p select {
    width: 10%;
    margin-right: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: solid 1px #bfbfbf;
    height: 30px;
}

.settings div select {
    width: 10%;
    margin-right: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: solid 1px #bfbfbf;
    height: 30px;
}

.settings p span {
    margin: 0px;
    padding: 0px;
}

.settings p span.spbtn {
    width: 18px;
    display: inline-block;
    line-height: 18px;
    height: 18px;
    cursor: pointer;
    margin-right: 20px;
    background-color: #ddd;
    border: solid 1px #aaa;
}

.settings p span.sptxt {
    width: 80px;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    margin-right: 10px;
    margin-right: 0px\0;
    text-align: right;
}

.settings p span.spinfo {
    color: #2691f1;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    margin-left: 10px;
    text-align: right;
}

.settings p span.spreplace {
    width: 80px;
    padding-right: 10px;
    text-align: center;
    display: inline-block;
    height: 30px;
    background: url(/ContentMain/Images/bg_arrow.png) no-repeat center 15px;
}

/*---CAJ页码范围----------------------------------开始---*/

.settings div.cajprange {
    width: 80%;
    padding: 0px;
    display: inline-block;
    margin-bottom: 20px;
}

.settings div.cajprange div.cpagerange {
    width: 60%;
    padding: 0px;
    display: block;
    float: left;
    clear: none;
    cursor: pointer;
    position: relative;
}

.settings div.cajprange div.cpagerange p.pcajptxt {
    width: auto;
    line-height: 28px;
    text-align: left;
    padding: 0px;
    margin: 0px;
    float: left;
    clear: none;
    border: none;
    padding-right: 10px;
}

.settings div.cajprange div.cpagerange p.pcajinput {
    width: 100px;
    float: left;
    clear: none;
    padding: 0px;
    border: none;
    margin: 0px 0px;
}

.settings div.cajprange div.cpagerange p.pcajinput input {
    width: 50px;
    height: 30px;
    padding: 0px;
    margin: 0px 3px;
    text-align: center;
}

.settings div.cajprange div.cpagerange p.pcajline {
    width: 30px;
    padding: 0px;
    margin: 0px;
    float: left;
    clear: none;
    border: none;
}

.settings div.cajprange div.cpagerange p.pcajline span {
    width: 20px;
    display: block;
    margin: 14px 5px;
    padding: 0px;
    height: 2px;
    background-color: #aaa;
}

.settings div.cajprange div.cpageall {
    width: 40%;
    padding: 0px;
    display: block;
    cursor: pointer;
    float: left;
    clear: none;
}

.settings div.cajprange div.cpageall p {
    width: auto;
    line-height: 28px;
    text-align: left;
    padding: 0px;
    margin: 0px;
    float: left;
    clear: none;
    border: none;
}

.settings div.cajprange .pcajcheck {
    display: block;
    float: left;
    clear: none;
    margin-right: 6px;
    width: 18px;
    height: 20px;
    background: url(/ContentMain/Images/check.png);
    position: relative;
    top: 4px;
    cursor: pointer;
}

.settings div.cajprange .pcajcheck.chosen em {
    width: 18px;
    height: 20px;
    background: url(/ContentMain/Images/checked.png);
    display: block;
}

@media (max-width: 980px) {
    .settings div.cajprange div.cpagerange {
        padding-left: 0%;
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .settings div.cajprange div.cpageall {
        width: 100%;
        padding-left: 0%;
        display: block;
        margin-bottom: 20px;
    }
}

@media (max-width: 640px) {
    .operation-warning {
        padding: 0px 20px 16px 20px;
    }
}

/*---CAJ页码范围----------------------------------结束---*/

/*选项超过4个时-----------------------------开始*/

.settingsm {
    overflow: hidden;
}

.settingsm .settingsop p.pname {
    width: 20%;
    float: left;
    clear: none;
    height: 30px;
    line-height: 30px;
    color: #454545;
    font-size: 16px;
    margin-bottom: 20px;
    vertical-align: top;
}

.settingsm .settingsop div.dcontent {
    width: 80%;
    float: left;
    clear: none;
    overflow: hidden;
}

.settingsm .settingsop div.dcontent a {
    cursor: pointer;
    color: #454545;
    display: inline-block;
    font-size: 16px;
    width: 25%;
    *width: 19.9%;
    margin-bottom: 20px;
    vertical-align: top;
}

@media (max-width: 920px) {
    .settingsm .settingsop div.dcontent a {
        width: 50%;
    }
}

/*选项超过4个时-----------------------------结束*/

@media (max-width: 640px) {
    .settings p {
        width: 100%;
        font-size: 16px;
        text-align: left;
        height: auto;
        line-height: 20px;
        margin: 10px 0px;
        border-bottom: solid 1px #f0eeef;
        padding: 0px;
    }
    .settings p span {
        margin-bottom: 10px;
    }
    .settings p span.sptitle {
        display: block;
    }
    .settings p span.spreplace {
        background: none;
        padding: 0px;
        width: 70px;
        display: block;
        height: auto;
        text-align: left;
    }
    .settings p input {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
    .settings p input.tbbwidth {
        width: 50%;
    }
}

.settings div.divttextarea {
    width: 100%;
    margin: 0px auto;
    text-align: center;
}

.settings div.divttextarea textarea {
    width: 90%;
    height: 50px;
    line-height: 25px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 16px;
    color: #333;
}

.watermark-setpop {
    position: fixed;
    top:0;
    left: 0;
    width:100%;
    height:100%;
    z-index: 99999;
    display: none;
}

.watermark-setpop iframe {
    position: absolute;
    top:50%;
    left: 50%;
    margin-left: -521px;
    margin-top:-331px;
    width: 1042px;
    height: 663px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding:30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.32);
    border-radius: 6px;
    text-align: center;
}

.waterpreview-pop .waterpreview-title {
    height: 32px;
    line-height: 32px;
}
.waterpreview-pop .waterpreview-title span {
    display: block;
    width: 32px;
    height: 32px;
    float: right;
    background: url(/ContentMain/Images/icon_x.png);
    cursor: pointer;
} 
.waterpreview-pop .waterpreview-box{
    max-height: 600px;
}
.waterpreview-pop .waterpreview-box img {
    height: 600px;
}

.settings div.pdflink {
    width: 100%;
    padding:5px 0px;
    /* margin: 5px 0px; */
    border-bottom: solid 1px #e8e8e8;
}
.settings div.pdflink:last-child{
    border-bottom: none;
}
.settings div.pdflink p.pradio {
    position: relative;
    width: 30px;
    height: 28px;
    line-height: 28px;
    display: block;
    margin: 6px 0px 0px 0px;
    padding: 0px;
    border: none;
    float: left;
    clear: none;
}

.settings div.pdflink p.pradio input[type="radio"] {
    width: 21px;
    height: 21px;
    border-radius: 21px;
    border-color: #2ea1ef;
}

.settings div.pdflink p.pradio span {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: 10px;
    height: 10px;
    display: none;
    position: absolute;
    background-color: #278ff0;
    top: 9px;
    left: 5px;
    z-index: 10;
    margin: 0px;
    padding: 0px;
}

.settings div.pdflink p.pfanyi {
    display: inline-table;
    width: auto;
    margin: 0px 0px 0px 20px;
    height: 30px;
    line-height: 30px !important;
    font-size: 16px;
    color: #333;
}

.settings div.pdflink p.pfanyi select {
    width: 130px;
    line-height: 30px;
    padding: 0px;
    margin: 0px;
}

.settings div.pdflink p.pfanyi span {
    margin: 0px 10px;
}

.settings div.pdflink p.pradiochecked span {
    display: block;
    cursor: pointer;
}

.settings div.pdflink span {
    display: inline-block;
    width: auto;
    margin: 0px 10px 0px 20px;
    height: 30px;
    line-height: 30px;
    padding: 5px;
    font-size: 16px;
    color: #333;
}

.settings div.pdflink input[type="text"] {
    margin: 0px;
    height: 26px;
    line-height: 26px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.checkbox {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #dadada;
    border: solid 1px #bfbfbf;
    border-radius: 18px;
    position: relative;
    top: 4px;
    top: 0\0;
    position: absolute\0;
}

.settings-options.chosen .checkbox em {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    display: block;
    background: #278ff0;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 50%;
    margin-left: -5px;
}

.settings.icons a {
    width: auto;
}

.settings.icons a.title {
    width: 14%;
}

@media (max-width: 640px) {
    .settings.icons a.title {
        width: 100%;
    }
}

.icon-size-options {
    width: 85%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

@media (max-width: 640px) {
    .icon-size-options {
        width: 100%;
    }
}

.icon-size {
    margin-right: 20px;
}

@media (max-width: 640px) {
    .settings .icons .icon-size {
        margin-right: auto;
    }
}

.icon-size {
    padding: 4px 10px;
}

@media (max-width: 640px) {
    .settings-options.icon-size {
        padding: 4px;
    }
}

.icon-size.chosen {
    background: #e5e5e5;
}

.per-page .page-every {
    width: 5em;
    width: 2em\0;
    margin-left: 4px;
    margin-right: 4px;
    text-align: center;
}

.page-specify, .page-foremail {
    display: none;
    width: 97%;
    padding: 6px 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: solid 1px #bfbfbf;
    margin-bottom: 10px;
}

/*.page-cajrange {
    width: 60%;
    padding: 6px 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: solid 1px #bfbfbf;
    margin-bottom: 10px;
    display:inline-block;
}
.page-cajspantips{
    color:#f00;
    font-weight:bolder;
    display:inline-block;
    margin-bottom: 10px;
    width:auto;
    font-size:16px;
    padding:0px 0px 0px 10px;
}*/

.page-range-error {
    color: #ee0808;
    font-size: 14px;
    margin-bottom: 10px;
    display: none;
}

.page-range-true {
    color: #8f8f8f;
    font-size: 14px;
    margin-bottom: 10px;
    display: none;
}

.page-pdfcode,.pdftextmark {
    display: block;
}
.settings .settings-span {
    display: block !important;
    font-size: 16px;
    line-height: 33px;
}

.jpg-all-to-one>div>a {
    width: 20%;
}
.jpg-all-to-one>div.js-setFileName>a{
    display: inline-block;
    width:auto;
    margin-right: 20px;
}

.jpg-all-to-one>div>.settings-options {
    margin-right: 30px;
}
.settings-options.outputName>input{
    height:32px;
    border-radius: 3px;
    display: inline-block;
}
.js-setFileName>a>p{
    display: inline-block;
    font-size: 14px;
    width:auto;
    border-bottom: none;
    margin:0;
    padding:0;
    color:#999;
}
/**
    读取TXT文件显示的文本框
*/

.readertxt-wrapper {
    border: dashed 1px #d1d1d1;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 15px 30px 15px;
    font-size: 0;
    position: relative;
    margin-bottom: 15px;
    display: none;
}

.readertxt-wrapper textarea {
    border: solid 1px #d1d1d1;
    width: 100%;
}

/**
 * 进度条
 */

.progress-wrapper {
    border: dashed 1px #d1d1d1;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 15px 30px 26px;
    font-size: 0;
    position: relative;
    margin-bottom: 15px;
    display: none;
}

.progress-wrapper p.ptime {
    display: inline-table;
    font-size: 16px;
    clear: both;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
    width: 100%;
}

.progress-wrapper p.ptime span {
    color: #278ff0;
}

.progress-wrapper p.ptime span.spantxt {
    color: #000;
}

@media (max-width: 800px) {
    .progress-wrapper {
        padding: 10px 0 15px;
        margin-top: 10px;
        margin-bottom: 15px;
        display: none;
    }
}

.progress-wrapper li {
    width: 25%;
    font-size: 16px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    position: relative;
    z-index: 1;
}

.progress-item {
    display: block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    color: #fff;
    background: #d1d1d1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: solid 5px #f6f6f6;
    position: relative;
    margin: 0 auto 15px;
}

@media (max-width: 640px) {
    .progress-item {
        margin-bottom: 0;
    }
}

.progress-item div {
    height: 10px;
    width: 800%;
    width: 700%\0;
    background: url(/ContentMain/Images/progress-gray.png) left center repeat-x #f0f0f0;
    position: absolute;
    z-index: -1;
    top: 50%;
    margin-top: -5px;
    right: -800%;
    right: -700%\0;
}

/*.progress-item.done {
    background: #f9c00d;
}

    .progress-item.done div {
        background: url(/ContentMain/Images/progress.png) left 0 repeat-x #fafafa;
        -webkit-animation: progressDone 5s linear infinite;
        animation: progressDone 5s linear infinite;
    }*/

@-webkit-keyframes progressDone {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -100% 0;
    }
}

@keyframes progressDone {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -100% 0;
    }
}

@media (max-width: 1200px) {
    .progress-item div {
        width: 600%;
        right: -600%;
    }
}

@media (max-width: 1024px) {
    .progress-item div {
        width: 600%;
        right: -600%;
    }
}

@media (max-width: 970px) {
    .progress-item div {
        width: 500%;
        right: -500%;
    }
}

@media (max-width: 880px) {
    .progress-item div {
        width: 400%;
        right: -400%;
    }
}

@media (max-width: 800px) {
    .progress-item div {
        width: 400%;
        right: -400%;
    }
}

@media (max-width: 640px) {
    .progress-item div {
        width: 500%;
        right: -500%;
    }
}

@media (max-width: 530px) {
    .progress-item div {
        width: 400%;
        right: -400%;
    }
}

@media (max-width: 430px) {
    .progress-item div {
        width: 300%;
        right: -300%;
    }
}

@media (max-width: 330px) {
    .progress-item div {
        width: 200%;
        right: -200%;
    }
}

/*.footer {
    padding: 30px 0;
    color: #fff;
    text-align: center;
}

    .footer a,
    .footer p {
        color: #c0c0c0;
    }

        .footer a:link {
            padding: 0 10px;
        }

            .footer a:link:hover {
                color: #fff;
            }

.footer-main {
    display: inline-block;
}

    .footer-main .left-side {
        width: 240px;
    }

@media (max-width: 640px) {
    .footer-main .left-side {
        width: auto;
        float: none;
    }
}

.footer-main .lay-content {
    margin-left: 240px;
}

@media (max-width: 640px) {
    .footer-main .lay-content {
        margin-left: auto;
    }
}

.fo-hotline {
    display: block;
    position: relative;
    font-style: italic;
    font-size: 22px;
    margin-right: 20px;
}

.fo-contact-cxt {
    border-left: solid 2px #fff;
    text-align: left;
    padding-left: 20px;
    line-height: 1.6;
}

@media (max-width: 640px) {
    .fo-contact-cxt {
        border-left: none;
    }
}

.fo-hotline em {
    font-size: 46px;
}

.fo-hotline span {
    position: absolute;
    font-size: 16px;
    top: 0;
    right: 0;
}

@media (max-width: 640px) {
    .fo-hotline span {
        right: auto;
        left: 9.4em;
    }
}

.copyright {
    padding: 10px 0;
}
*/

.orc-left-side {
    padding: 10px 14px;
    border: dashed 1px #b5b5b5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.orc-left-side h4 {
    font-weight: bold;
    margin-bottom: 30px;
}

@-webkit-keyframes stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 60px 30px;
    }
}

@keyframes stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 60px 30px;
    }
}

/*提示---开始*/

.clienttips {
    height: auto;
    padding: 5px 30px 5px 10px;
    line-height: 26px;
    vertical-align: middle;
    background-color: #fff3a5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: solid 1px #ccc;
    margin-bottom: 10px;
    position: relative;
    display: none;
}

.clienttips .txttips {
    height: auto;
    width: 100%;
    line-height: 26px;
    vertical-align: middle;
}

.clienttips .btnclose {
    background: url("/ContentMain/Images/closeNotice.png") no-repeat 0px 0px;
    position: absolute;
    top: 8px;
    right: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .clienttips {
        height: auto;
        line-height: inherit;
        padding: 0 30px 0 5px;
    }
}

/*提示---结束*/

/**
 * 错误页面
 */

.page-error {
    text-align: center;
    min-height: 700px;
}

.page-error.error-500 {
    min-height: 550px;
    padding-top: 150px;
}

.page-error.error-500>img {
    margin-bottom: 100px;
}

.back-to-home {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 64px;
    line-height: 64px;
    font-size: 28px;
    margin: 30px auto;
    background: #0086f4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
}

.back-to-home img {
    margin-right: 10px;
    margin-bottom: 6px;
}

.back-to-home:hover, .back-to-home:focus {
    color: #fff;
    background-color: #1696ff;
}

.back-to-home:active {
    color: #fff;
    background-color: #0377d6;
}

/*输入文字翻译---开始*/

.tagdialog {
    height: auto;
    line-height: 26px;
    vertical-align: middle;
    background-color: #fff;
    margin-bottom: 10px;
    text-align: right;
}

.tagdialog span {
    color: #278ff0;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .tagdialog {
        padding: 0;
        height: auto;
        line-height: inherit;
    }
}

.linefanyi {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #fafafa;
}

.txtfanyidialog {
    margin: 10px;
    padding: 5px;
    padding: 0px\0;
    line-height: 26px;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: dashed 2px #ccc;
    height: 300px;
    width: 46%;
}

.dleft {
    float: left;
    clear: none;
}

.dright {
    float: right;
    clear: none;
}

.sourcetxt {
    width: 100%;
    height: 260px;
    border: none;
    resize: none;
    outline: none;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    box-shadow: none;
}

.targettxt {
    width: 100%;
    height: 100%;
    border: none;
    resize: none;
    outline: none;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    box-shadow: none;
}

.btnfanyi_area {
    width: 100%;
    height: 40px;
}

.fanyi_showinputwordnum {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-size: 14px;
    color: #333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
    float: left;
    clear: none;
}

.fanyi_showinputwordnum span {
    color: #666;
}

.btnfanyi {
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
    background-color: #1a7bd6;
    float: right;
    clear: none;
}

@media (max-width: 300px) {
    .fanyi_showinputwordnum {
        display: none;
    }
}

@media (max-width: 1170px) {
    .txtfanyidialog {
        padding: 0px;
        line-height: 26px;
        vertical-align: middle;
        background-color: #fff;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border: dashed 2px #ccc;
        height: 300px;
        width: 96%;
    }
    .dright {
        float: left;
        clear: none;
    }
}

/*输入文字翻译---结束*/

/*页面“下载客户端 或 开通VIP”*/

.downtips,.videocut {
    background-color: #f5f5f5;
    border-bottom: solid 1px #ccc;
    padding: 10px;
    color: #333;
}


.downtips span {
    font-size: 16px;
    margin: 0px 5px;
    display: inline-block;
    width: auto;
    padding: 0px 10px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border: solid 1px #cb3626;
    background: #d85a48;
    background: linear-gradient(to bottom, #ed6b4f 0%, #dd423d 100%);
    background: -webkit-linear-gradient( top, #ed6b4f 0%, #dd423d 100%);
    background: -moz-linear-gradient( top, #ed6b4f 0%, #dd423d 100%);
    background: -o-linear-gradient( top, #ed6b4f 0%, #dd423d 100%);
    box-shadow: inset 0 1px 0 #ffc4b6;
    -webkit-box-shadow: inset 0 1px 0 #ffc4b6;
    -moz-box-shadow: inset 0 1px 0 #ffc4b6;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-shadow: 0 0 1px #ca2e21;
    -webkit-text-shadow: 0 0 1px #ca2e21;
    -moz-text-shadow: 0 0 1px #ca2e21;
}

.downtips span:hover, .tdowntips span:hover {
    color: #fff;
    background: linear-gradient(to bottom, #dd423d 0%, #ed6b4f 100%);
    background: -webkit-linear-gradient( top, #dd423d 0%, #ed6b4f 100%);
    background: -moz-linear-gradient( top, #dd423d 0%, #ed6b4f 100%);
    background: -o-linear-gradient( top, #dd423d 0%, #ed6b4f 100%);
}

.videocut a{
    color: #278FF0;
}
/*微信二维码*/

.weixin_scan {
    width: 99px;
    height: 89px;
    background: #b3d1ed;
    float: right;
    position: relative;
}

.weixin_scan .soft-logo {
    display: block;
    width: 60px;
    height: 60px;
    background-size: contain;
    margin-left: 30px;
    margin-top: 15px;
    background-image: url(/ContentMain/Images/weixin_logo.png);
}

.weixin_scan .logo_scan {
    position: absolute;
    width: 159px;
    height: 260px;
    padding: 1px 9px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(/ContentMain/Images/weixin_scan_box_2.png) no-repeat;
    left: -165px;
    bottom: -90px;
    text-align: center;
    display: none;
}

.weixin_scan .logo_scan p {
    font-size: 12px;
    text-align: left;
    line-height: 20px;
    padding: 2px 6px;
}

.weixin_scan .logo_scan p.wxname {
    text-align: center;
}

.weixin_scan .logo_scan b {
    color: #6dc030;
}

.weixin_scan:hover .logo_scan {
    display: block;
}

/*CAJ 提示登录----------------------开始*/

.tipsmask {
    z-index: 100;
    display: none;
}

.tipsmask .bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    z-index: 101;
}

.tipsmask .contentbox {
    width: 450px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 20px rgba(11, 29, 78, 0.5);
    box-shadow: 1px 1px 20px rgba(11, 29, 78, 0.5);
    z-index: 102;
    padding-bottom: 30px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -172px;
    margin-top: -117px;
}

.tipsmask .contentbox p a, .tipsmask .contentbox p .tipslogin, .tipsmask .contentbox p span.vipbtnshow {
    display: block;
    margin: 20px auto 0px;
    text-align: center;
    color: #fff;
    width: 140px;
    height: 38px;
    line-height: 38px;
    border-radius: 3px;
    background-color: #278FF0;
    cursor: pointer;
}

.tipsmask .contentbox p a.nonerow {
    display: inline;
    background: none;
}

.tipsmask .contentbox .close {
    display: block;
    height: 70px;
    width: 40px;
    position: absolute;
    right: 1px;
    top: -70px;
    background: url(/ContentMain/Images/dialog_close_normal.png) no-repeat;
    cursor: pointer;
    z-index: 10;
}

.tipsmask .contentbox .close:hover {
    background-image: url(/ContentMain/Images/dialog_close_hover.png);
}

.tipsmask .contentbox i {
    display: block;
    text-align: center;
    padding: 20px 0 20px;
}

.tipsmask .contentbox b {
    display: block;
    text-align: center;
    padding: 20px 0 20px;
}

.tipsmask .contentbox p {
    padding: 0 26px;
    font-size: 16px;
    line-height: 30px;
    word-break: break-all;
}

.tipsmask .contentbox button {
    display: block;
    margin: 20px auto;
    background: #278FF0;
    color: #ffffff;
    outline:none;
    width: 100px;
    padding: 5px 10px;
}

.tipsmask a.tipbuyvip {
    display: block;
    margin: 0 auto;
    width: 170px;
    height: 40px;
    background: #1c86e9;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    color: #fff;
    margin-top: 15px;
    text-decoration: none;
}

.tipsmask p.tiprelogin {
    display: block;
    margin: 15px auto 0px auto;
    text-align: center;
}

.tipsmask p.tiprelogin a, .tipsmask p.tiprelogin span {
    display: inline-block;
    width: 80px;
    padding: 0px 10px;
    height: 40px;
    background: #1c86e9;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    margin: 0px 10px;
}

.login_translate h3 {
    text-align: center;
    line-height: 67px;
    font-size: 20px;
    color: #1890ff;
    letter-spacing: 3px;
}

.login_translate .contentbox p {
    font-size: 16px;
}

.login_translate .contentbox p b {
    color: #fa8336;
    font-weight: 400;
}

@media (max-width:640px) {
    .tipsmask .contentbox{
        width: 350px;
        margin-left: -175px;
    }
}

@media (min-width: 320px) and (max-width:400px) {
    .tipsmask .contentbox {
        width: 300px;
        margin-left: -150px;
    }
}

/*CAJ 提示登录----------------------结束*/

/*微信内置浏览器引导----------------------开始*/

.guide-for-wechat {
    font-size: 2.3rem;
    position: fixed;
    z-index: 100000000;
    top: 0;
    left: 0;
    display: flex;
    display: none;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, .75);
    align-items: flex-start;
}

.guide-for-wechat .guide-wechat-arrow {
    width: 100%;
    text-align: right;
    margin-bottom: 3rem;
}

.guide-wechat-arrow img {
    width: 7rem;
    margin-right: 0.5rem;
}

.guide-for-wechat p {
    font-size: 2.3rem;
    padding-right: 1rem;
    padding-left: 1rem;
    height: 6rem;
}

.guide-for-wechat p img {
    margin-right: .5em;
    margin-left: .5em;
    vertical-align: middle;
}

/*微信内置浏览器引导----------------------结束*/

.hero-top .login {
    *display: inline;
    *zoom: 1;
}

.vipnick {
    color: #333;
    text-decoration: underline;
    margin-left: 16px;
    width: auto;
    display: inline-block;
}

.vipnick img {
    display: inline;
    max-width: 20px;
}

.mergealert-warning {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    text-align: center;
    margin-top: -20px;
}

/*在线客服--20180523*/

.onlinekefu {
    width: 28px;
    height: 123px;
    position: fixed;
    z-index: 888;
    bottom: 50px;
    right: 3px;
    background-color: #62A8EA;
    border-radius: 14px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
}

.onlinekefu p {
    width: 28px;
    height: 123px;
    background: url(/ContentMain/Images/onlinekefu.png);
}

.onlinekefu p a {
    width: 28px;
    height: 123px;
    display: block;
    text-indent: -2000px;
    overflow: hidden;
}

/*在线审计--20180529*/

.sensitivitybg {
    background-color: rgba(0, 0, 0, 0.4);
    filter: alpha(opacity=40);
    /* IE8 及其更早版本 */
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.sensitivity {
    width: 500px;
    height: 175px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -88px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sensitivity div img, .sensitivity div span {
    vertical-align: middle;
}

.sensitivity .auditheader {
    width: 498px;
    height: 24px;
    background-color: #278ef0;
    padding: 0px;
    line-height: 24px;
    margin: 0px;
}

.sensitivity .auditheader .close {
    position: absolute;
    right: 5px;
    cursor: pointer;
}

.sensitivity .notice {
    width: 498px;
    height: 40px;
    padding: 55px 0px;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
}

.sensitivity .notice img {
    padding-right: 10px;
}

.voiceslider {
    display: inline-block;
    width: 300px;
    height: 10px;
    margin: 10px 0px 0px 0px;
    background-image: none;
}

.voiceshowchose {
    display: inline-block;
    height: 20px;
    width: 50px !important;
    border: none !important;
    text-align: right;
    clear: none;
    margin: 0px;
    padding: 0px;
}

/*.voiceslider .ui-slider-range {
        background-color: #278ff0;
    }*/

.headerfixed {
    position: fixed;
    width: 100%;
}


.hero-top a {
    color: #333;
}

.hero-top a:hover {
    color: #278FF0;
}

.hero-top a:active {
    color: #117EE3;
}

#pdf2wordocrshowtips_edit, #pdf2wordocrshowtips_format {
    display: inline-block;
}

.collection-page{
    padding:24px 0;
    text-align: center;
    font-size: 0;
    margin-bottom:20px;
}

.collection-page>span{
    display: inline-block;
    padding-left: 44px;
    background: url("/ContentMain/Images/icon_xn.png") no-repeat left center;
    line-height: 30px;
    font-size: 18px;
    color:#666666;
    font-weight: bold;
}

.collection-page>span a{
    color:#2EA1F0;
    cursor: default;
}
.collection-page>span a.collection-btn{
    text-decoration: underline;
    cursor: pointer;
}
.collection-box{
    position: relative;
}
.collection-tips{
    position: absolute;
    left: 0%;
    bottom:-32px;
    background: #278FF0;
    line-height: 26px;
    border-radius: 4px;
    padding:0 10px;
    white-space:nowrap;
    color:#fff;
    font-size: 14px;
    font-style: normal;
    display: none;
}
.collection-tips i{
    position: absolute;
    left: 20px;
    top:-5px;
    width: 0;
    height: 0;
    border-bottom: 5px solid #278FF0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

/*  */
.downtips,#down-advert p{
    line-height: 32px;
}

/* 手机端优化 */

@media (max-width: 640px) {
    .btnfanyi_area {
        padding: 10px 20px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: auto;
        overflow: hidden;
    }
    .linefanyi {
        padding: 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .txtfanyidialog {
        height: auto;
        margin: 0;
        width: 100%;
    }
    .txtfanyidialog+.txtfanyidialog {
        margin-top: 20px;
    }
    .operation-warning {
        font-size: 14px;
    }
    .operation-warning a {
        font-size: 14px;
    }
    .targettxt {
        min-height: 260px;
        padding: 5px;
    }
    .settings>div>a {
        width: 100%;
        margin-bottom: 5px;
    }
    .settings>div+div {
        margin-top: 10px;
    }
    .settings a.settings-options {
        width: 50%!important;
        padding-left: 5%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin-bottom: 5px;
        font-size: 14px;
    }
    .jpg-all-to-one>div>.settings-options {
        width: 50%!important;
        padding-left: 5%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin-bottom: 5px;
        font-size: 14px;
        margin-right: 0;
    }
    .settings a.settings-options.icon-size {
        margin-right: 0;
    }
    .settings div.pdflink span {
        margin: 0;
    }
    .settings div.pdflink p.pfanyi {
        margin: 0;
    }
    .settings div.pdflink p.pfanyi span {
        margin: 0 5px;
    }
    .hero-tips span h2, .hero-tips span {
        font-size: 16px!important;
    }
    .papertext {
        padding: 0 10px!important;
        height: auto!important;
    }
    .papertext span.sptitle {
        margin-left: 0!important;
        display: block;
        margin-bottom: 10px;
    }
    .area-operation {
        margin: 0 10px 10px 10px!important;
    }
    .uploader_border {
        margin: 0 10px!important;
    }
    .backcolor input {
        padding: 5px 10px;
    }
    .side-menu {
        display: none;
    }
    .area-operation-tips {
        font-size: 12px!important;
    }
    .settings div select {
        width: 100%;
    }
    .pop-voice-modal {
        left: 0!important;
        width: 100%!important;
        margin-left: 0!important;
    }
    .pop-voice-modal .pop-minHeader {
        overflow: auto!important;
        white-space: nowrap;
    }
    #render_bgList {
        overflow: hidden!important;
        min-width: 385px!important;
    }
    .pop-voice-modal .pop-minHeader span, .pop-voice-modal .pop-minHeader li, #render_bgList {
        float: none;
        display: inline-block;
    }
    .pop-voice-modal {
        margin-top: -260px!important;
    }
    .hero-tips p {
        line-height: 1.6;
        width: 100%;
        left: 0;
    }
    .operation-warning:after, .downtips:after {
        left: 15px!important;
    }
    .settings div.pdflink p.pfanyi select {
        width: 100px;
    }
    .settings div.cajprange {
        width: 100%;
        margin-bottom: 0;
    }
    .settings div.cajprange div.cpagerange, .settings div.cajprange div.cpageall {
        padding-left: 5%;
        width: 100%;
        display: block;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin-bottom: 5px;
    }
    .settings div.cajprange div.cpagerange {
        margin-bottom: 20px;
    }
    .settings div.cajprange div.cpagerange p.pcajinput {
        display: inline-block;
        width: auto;
    }
    .settings div.cajprange div.cpagerange p.pcajinput input {
        display: inline-block;
    }
    .settings div.cajprange div.cpagerange p.pcajptxt {
        width: 80%;
        margin-bottom: 10px;
    }
    .settings a.settings-options.per-page {
        width: 100%!important;
    }
    .settings p span.spbtn {
        text-align: center;
    }
    .settings div#divpdfaddtext select {
        width: 50%;
    }
    .settings div#divpdfaddtext p input.tbswidth {
        width: 50%;
        display: inline-block;
        padding: 0 10px;
    }
    .settings p span.spinfo {
        height: auto;
        text-align: left;
        font-size: 12px;
    }
    .settings #divpdfdeltext p {
        display: inline-block;
    }
    .settings #divpdfdeltext p input {
        display: inline-block;
    }
    .settings div.pdflink {
        padding: 10px 0;
        margin: 0;
    }
    #pdfaddpagenum.settings div select {
        width: 30%;
        display: inline-block;
        margin-right: 5%;
    }
    #pdfaddpagenum.settings div input {
        width: 30%;
        display: inline-block;
        height: 26px;
        padding: 0 10px;
    }
    #pdfaddpagenum.settings div input#inputagerange {
        width: 100%;
    }
    .settingsm .settingsop div.dcontent {
        width: 100%;
    }
    .settingsm .settingsop div.dcontent a {
        width: 50%;
        padding-left: 5%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .settingsm .settingsop p.pname {
        width: 100%;
    }
    #tiptip_holder {
        display: none!important;
    }
    .statusBar .btns .uploadBtn {
        text-align: center!important;
    }
    .btns_statusBarreupload {
        display: block!important;
        float: none!important;
        width: 100%!important;
        margin-left: 0!important;
        margin-bottom: 10px;
    }
    .filelist>li {
        height: auto!important;
        margin: 0 5px!important;
        padding:10px 0;
        background: none;
    }
    .filelist {
        padding: 20px 10px!important;
    }
    .addbtnbig.webuploader-container>div {
        width: 96px;
        height: 119px;
    }
    .statusBar .btns .uploadBtn, .statusBar .btns .webuploader-pick, .statusBar .btns .uploadBtn, .statusBar .btns .downloadBtn, .statusBar .btns .downqcodeBtn, .statusBar .btns .uploadBtn.state-uploading, .statusBar .btns .uploadBtn.state-paused {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .collection-page{
        display: none;
    }
    .pagenametag{
        margin-left: 10px;
    }
    .uploadwordsbuyvip{
        padding:10px 0;
    }
    .report-left{
        margin-right: 0!important;
    }
    .report-right{
        position: relative!important;
        width:100%!important;
    }
    .report-box-top{
        display: block!important;
    }
    .reportTableWrapper.list-to-show{
        overflow: auto!important;
    }
    .reportTable{
        width:640px!important;
    }
    .statusBar{
        padding:5px 0!important;
    }
    .statusBar .btns .downqcodeBtn,
    .statusBar .btns .downloadBtn{
        margin-top:10px!important;
    }
}


/* ocr弹窗 */
.ocr-pop{
    position: fixed;
    top:0;
    left: 0;
    width:100%;
    height:100%;
    z-index: 999;
    display: none;
}

.ocr-pop-mask{
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    height:100%;
    background-color: #000;
    opacity: .3;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=30);
    z-index: 1;
}

.ocr-pop-ctt{
    position: absolute;
    top:50%;
    left: 50%;
    width:680px;
    padding:30px 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #fff;
    border-radius: 6px;
    margin-left: -340px;
    margin-top:-130px;
    z-index: 2;
}
.ocr-close{
    position: absolute;
    width:52px;
    height:52px;
    right:0;
    top:0;
    background: url("./Images/menber/ico_close_normal.png") no-repeat center center;
    cursor: pointer;
}

.ocr-pop-ctt h2{
    font-size:22px;
    color:#333333;
    text-align: center;
    line-height: 30px;
}

.ocr-pop-ctt p{
    font-size: 16px;
    color:#3E3E3E;
    text-align: left;
    line-height: 30px;
    margin-top:30px;
}

.ocr-pop-ctt p a{
    color:#278FF0;
    text-decoration: underline;
    cursor: pointer;
}
.ocr-pop-btns{
    text-align: center;
    margin-top:35px;
}

.ocr-pop-btns button{
    padding:0 20px;
    display: inline-block;
    line-height: 40px;
    border:none;
    outline: none;
    border-radius: 6px;
}
.ocr-pop-btns button+button{
    margin-left: 20px;
}
.ocr-pop-btns button#ocr-down{
    background: #278FF0;
    color:#fff;
    font-size: 16px;
    min-width: 106px;
}


@media(max-width: 700px) {
    .ocr-pop-ctt{
        margin-left: 0;
        margin-top:0;
        transform: translateY(-50%);
        width: 90%;
        left: 5%;
        padding:30px 10px;
    }
}

/* 推荐模块 */
.recommend-box{
    background: #F9F9F9;
    padding:30px 30px 15px;
    margin-bottom:20px;
    display: none;
}

.recommend-box h2{
    font-size: 18px;
    color:#333333;
    text-align: center;
    font-weight: bold;
    line-height: 24px;
}

.recommend-list{
    margin-top:25px;
    padding:0 0 0 50px;
    overflow: hidden;
}

.recommend-list li{
    width:20%;
    float: left;
    padding:15px 0;
}

@media (max-width:940px) {
    .recommend-list li{
        width: 30%;
    }
}
@media (max-width:414px) {
    .recommend-list li{
        width: 50%;
    }
}

.recommend-list li a{
    display: block;
    padding-left: 38px;
    color:#333333;
    font-size: 14px;
    line-height: 28px;
}
.recommend-list li a:hover{
    color:#278FF0;
}
.recommend-list li a.icon-word{
    background: url("./Images/icons/ico_pdf2word.png") no-repeat left center;
}

.recommend-list li a.icon-jpg{
    background: url("./Images/icons/ico_pdf2jpg.png") no-repeat left center;
}
.recommend-list li a.icon-excel{
    background: url("./Images/icons/ico_pdf2excel.png") no-repeat left center;
}
.recommend-list li a.icon-ppt{
    background: url("./Images/icons/ico_pdf2ppt.png") no-repeat left center;
}
.recommend-list li a.icon-pdf{
    background: url("./Images/icons/ico_word2pdf.png") no-repeat left center;
}
.recommend-list li a.icon-wordfanyi{
    background: url("./Images/icons/ico_word transl.png") no-repeat left center;
}
.recommend-list li a.icon-excelfanyi{
    background: url("./Images/icons/ico_excel transl.png") no-repeat left center;
}
.recommend-list li a.icon-excelpdf{
    background: url("./Images/icons/ico_excel2pdf.png") no-repeat left center;
}
.recommend-list li a.icon-ocr{
    background: url("./Images/icons/ico_ocr.png") no-repeat left center;
}
.recommend-list li a.icon-bmp{
    background: url("./Images/icons/ico_jpg2bmp.png") no-repeat left center;
}
.recommend-list li a.icon-icon{
    background: url("./Images/icons/ico_jpg2icon.png") no-repeat left center;
}
.recommend-list li a.icon-video{
    background: url("./Images/icons/ico_video.png") no-repeat left center;
}
.recommend-list li a.icon-pptfanyi{
    background: url("./Images/icons/ico_ppttransl.png") no-repeat left center;
}
.recommend-list li a.icon-pdfsplit{
    background: url("./Images/icons/ico_pdfsplit.png") no-repeat left center;
}
.recommend-list li a.icon-pdfaddpwd{
    background: url("./Images/icons/ico_pdfaddpwd.png") no-repeat left center;
}
.recommend-list li a.icon-editor{
    background: url("./Images/icons/ico_editor.png") no-repeat left center;
}
.recommend-list li a.icon-pdfcompress{
    background: url("./Images/icons/ico_pdfcompress.png") no-repeat left center;
}
.recommend-list li a.icon-pdfmerge{
    background: url("./Images/icons/ico_pdfmerge.png") no-repeat left center;
}
.recommend-list li a.icon-watermark{
    background: url("./Images/icons/ico_watermark.png") no-repeat left center;
}
.recommend-list li a.icon-pdfrotate{
    background: url("./Images/icons/ico_pdfrotate.png") no-repeat left center;
}
.recommend-list li a.icon-pdfaddpagenum{
    background: url("./Images/icons/ico_pdfaddpagenum.png") no-repeat left center;
}
#areaenterpwd{
    display: none;
}

#myfilegoto #storage_memrank{
    display:inline;
    border:none;
    padding:0px;
}

/*  */
.tipsPop{
    padding:5px 10px;
    line-height: 28px;
    background: #4C4C4C;
    opacity: 0.9;
    color:#fff;
    position: fixed;
    top:50%;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 105px;
    z-index: 9999999;
    border-radius: 5px;
}
.hideocr {
    display: none !important;
}
.preview-container1 {
    display: flex;
    flex-wrap: wrap;
}
.hascheck {
    display: block !important;
}
.selfdefined {
    display: none;
}
.noselfdefined {
    display: none;
}
.splitinp2 {
    width: 170px;
    height: 33px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    opacity: 1;
    border-radius: 4px;
    /* display: inline-block !important; */
    display: none !important;
}
.imgsbox {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-image: url('/ContentMain/pdfsplit/images/icon_xuanzhe01.png');
}
.iimg {
    background-image: url('/ContentMain/pdfsplit/images/icon_xuanzhe01.png');
}
.iimg1 {
    background-image: url('/ContentMain/pdfsplit/images/icon_xuanzhe02.png');
}
