@charset "utf-8";

.clear:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

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: 840px;
}

@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);
}

.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: 170px;
}

.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;*/
}

.side-menu-items .side-menu-item a {
    font-size: 16px;
    color: #333;
    display: block;
    padding: 8px 15px 8px 25px;
    /*padding: 8px 10px;*/
}

.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;
}

/**
 * 文件操作
 */

.area-operation {
    background: #fcfcfc;
    border: 1px solid #ddd;
    padding: 5px;
    -webkit-padding: 10px;
    -moz-padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.placeholder {
    border: 2px dashed #dadada;
    text-align: center;
    color: #999;
    font-size: 18px;
    position: relative;
    padding: 20px 0;
    border-radius: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    min-height: 145px;
}

.area-operation-tips {
    padding-top: 10px;
    font-size: 14px;
    word-break: break-all;
}

.placeholder:hover,
.filelist-focus,
.filelist:hover {
    background: #fff;
    background: #f0f0f0;
    background-size: 30px 30px;
    background-image: linear-gradient(-45deg, #fafafa 25%, transparent 25%, transparent 50%, #fafafa 50%, #fafafa 75%, transparent 75%, transparent);
    background-image: -webkit-linear-gradient(135deg, #fafafa 25%, transparent 25%, transparent 50%, #fafafa 50%, #fafafa 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(0, 0, 0, .05) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .05) 50%, rgba(0, 0, 0, .05) 75%, transparent 75%, transparent);
    -webkit-animation: stripes 2s linear infinite;
    animation: stripes 2s linear infinite;
}

/**
 * 自定义选项
 */

.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; */
    padding: 5px 0;
    line-height: 40px;
}

.ui-slider-handle {
    padding: 0 !important;
}

.settings div.checked-off a {
    cursor: not-allowed;
    color: rgba(69, 69, 69, 0.2);
}

.settings .settings-appoint {
    width: 30%;
}

.settings .settings-appoint .showpop {
    width: 126px;
    height: 32px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #B5B5B5;
    background: #FFFFFF;
    font-size: 13px;
    color: #666666;
    text-align: center;
    line-height: 32px;
    margin-left: 12px;
}

.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;
}

.settings .icon-type {
    display: none;
}

@media (max-width: 640px) {
    .settings a.ppt2videoinput span {
        color: #aaa;
        display: block;
    }
}

.settings-options {
    position: relative\0;
}

/* 语音转文字悬浮框 */
.other-box {
    display: none;
    width: 430px;
    height: 234px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    border-radius: 5px 5px 5px 5px;
    padding: 20px 0 4px 20px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 150px;
    z-index: 999;
}

.other-type {
    display: flex;
    justify-content: space-around;
    color: #000;
    width: 100%;
    font-size: 14px;
}

.other-type>div {
    font-size: 13px;
    color: #666666;
    margin-right: 40px;
    padding-bottom: 6px;
    border-bottom: 2px solid #fff;
    cursor: pointer;
}

.langeuage-active {
    color: #278FF0 !important;
    border-bottom: 2px solid #278FF0 !important;
}

.language_list {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    font-size: 13px;
    color: #333333;
}

.lang {
    width: 80px;
    font-size: 13px;
    color: #333;
    margin-bottom: 16px;
    cursor: pointer;
}

/* .settings-options span {
    padding-left: 30px;
} */
.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;
    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;
}

.settingsm .settingsop div.dcontent .ticket-type {
    margin-bottom: 20px;
}

@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: -355px;
    /* width: 1042px; */
    width: 827px;
    height: 710px;
    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;
    position: relative;
}

.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: 40px;
    line-height: 40px !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.pfanyi img {
    width: 26px;
    height: 24px;
    margin: 0px 14px;
    cursor: pointer;
}

.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;
}

.checkbox1 {
    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 .checkbox1 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: 323px;
    padding-top: 10px;
    /* overflow: hidden; */
    margin-bottom: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #fafafa;
}

.txtfanyidialog {
    margin-left: 6px;
    margin-right: 6px;
    /* margin-top:12px; */
    /* margin-bottom: 20px; */
    padding: 5px;
    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: 257px;
    width: 48%;
    position: relative;
}

.conversiondialog {
    margin-bottom: 10px;
    margin-left: 8px;
    margin-right: 8px;
    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: 260px;
    width: 98%;
}

.dleft {
    float: left;
    clear: none;
}

.dright {
    float: right;
    clear: none;
    position: relative;
}

.fanyi-tips {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 221px;
    background-color: #f9f9f9;
    display: none;
}

.sourcetxt {
    width: 100%;
    height: 221px;
    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%; */
    height: 221px;
    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;
}

.showinputwordnum {
    display: inline-block;
    /* width: 150px; */
    height: 40px;
    margin-left: 10px;
    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;
}

.showinputwordnum.right {
    float: right;
    width: 70px;
}

.showinputwordnum span {
    color: #666;
}

#translateSelect {
    display: flex;
    justify-content: space-around;
}

#swap {
    cursor: pointer;
}

.fanyi {
    margin: 0 auto;
    margin-top: 330px;
    width: 120px;
    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;
}

.btnfanyi {
    margin-right: 10px;
    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;
}

.btnconvert {
    width: 100px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
    background-color: #1a7bd6;
    float: left;
}

.btnconvert.first {
    margin-left: 50px;
}

.btnconvert+.btnconvert {
    margin-left: 25px;
}

.btnconvert.copyvalue {
    background-color: #1CBA63
}

.btnconvert.clearvalue {
    background-color: #FF0000
}

@media (max-width: 300px) {
    .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;
        position: relative;
    }
}

/*输入文字翻译---结束*/

/*页面“下载客户端 或 开通VIP”*/

.downtips,
.videocut {
    background-color: #f5f5f5;
    border-bottom: solid 1px #ccc;
    padding: 10px;
    color: #333;
}


.downtips a {
    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 a: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;
}




/*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 {
        height: 590px;
        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: none;
        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: none;
}

.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');
}


.qrcodebox,
.barcodebox {
    width: 972px;
    background: #FAFAFA;
    padding-top: 6px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 5px 5px 20px 0px #ddd;
}

.qrcodebox .qrcodeinfo,
.barcodebox .barcodeinfo {
    box-sizing: border-box;
    border: 2px dashed #DADADA;
    border-radius: 5px 5px 5px 5px;
    margin: 0 6px;
}

.qrcodebox .qrcodeinfo>div {
    margin-top: 20px;
    text-align: center;
}

.qrcodebox .qrcodeinfo>div #qrcodeimg {
    box-sizing: border-box;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    background-color: #ffffff;
    border: solid 2px #DDDDDD;
    border-radius: 5px;
}

.qrcodebox .qrcodeinfo>div p {
    font-size: 14px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #666666;
    padding: 10px 0;
}

.qrcodebox #downqrcode,
.barcodebox #downbarcode {
    width: 142px;
    height: 44px;
    font-size: 14px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin: 19px 50px 19px 0;
    position: relative;
    text-align: right;
    padding-right: 18px;
}

.qrcodebox #downqrcode span,
.barcodebox #downbarcode span {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("/ContentMain/Images/btnDonwload.png") no-repeat;
    top: 25%;
    left: 10%;
}

.qrcode-settings,
.barcode-settings {
    width: 100%;
    background-color: #F9F9F9;
    margin-top: 40px;
    margin-bottom: 20px;
}

.qrcode-settings .mode-switch {
    width: 100%;
}

.qrcode-settings .mode-switch .mode-switch-items {
    float: left;
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
    font-weight: bold;
    color: #333333;
    box-sizing: border-box;
    border-bottom: 2px solid #DADADA;
    cursor: pointer;
}

.qrcode-settings .mode-switch .mode-switch-items.active {
    color: #409EFF;
    border-bottom: 2px solid #409EFF;
}

.qrcode-settings .inputbox {
    height: 200px;
    margin: 40px 32px 35px 32px;
    border: #DADADA solid 2px;
    border-radius: 5px;
    display: none;
}

.qrcode-settings .inputbox.active {
    display: block;
}

.qrcode-settings .ordinary {
    border: #DADADA solid 2px;
}

.qrcode-settings .ordinary .ordinarytext {
    width: 100%;
    height: 200px;
    border: none;
    resize: none;
    outline: none;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    box-shadow: none;
}

.qrcode-settings .wifi {
    border: #DADADA dashed 2px;
    height: auto;
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #454545;
}

.qrcode-settings .wifi .wifiset {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding: 20px 0 0 20px;
}

.qrcode-settings .wifi .wifiset>p+p {
    margin-top: 30px;
}

.qrcode-settings .wifi .wifiset select,
.qrcode-settings .wifi .wifiset input {
    margin-left: 15px;
    width: 70%;
    height: 30px;
    border-radius: 4px;
}

.qrcode-settings .wifi .wifichoicelogo ul {
    margin-top: 25px;
}

.qrcode-settings .wifi .wifichoicelogo ul li {
    float: left;
}

.qrcode-settings .wifi .wifichoicelogo ul li+li {
    margin-left: 20px;
}

.qrcode-settings .wifi .wifichoicelogo ul li img {
    width: 85px;
    height: 85px;
}

.qrcodecolor {
    display: inline-block;
    width: 98px;
    border: 1px solid #bfbfbf;
    padding: 0px 8px;
    border-radius: 4px;
    background-color: #ffffff;
}

.qrcodecolor .qrcodecolorinput {
    border: none;
    background-color: transparent;
    box-shadow: none;
    width: 70px;
    min-height: 27px;
    padding-right: 0;
}

.qrcodecolor .qrcodecolorbox {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: #000000;
    transform: translateY(2px);
}

.qrcode-settings .setting {
    margin: 0 32px 42px 32px;
}

.qrcode-settings .setting .setting-item {
    float: left;
    width: 25%;
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #454545;
}

.qrcode-settings .setting .setting-item>div,
.qrcode-settings .setting .setting-item>label {
    margin: 0 auto;
    width: 178px;
}

.qrcode-settings .setting .setting-item select,
.qrcode-settings .setting .setting-item>div>div {
    box-sizing: border-box;
    margin-left: 20px;
    width: 120px;
    border-radius: 4px;
}

.qrcode-settings .setting .setting-item.qrcodelogo label {
    margin: 0 auto;
    display: block;
    width: 107px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #278FF0;
    font-size: 14px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 4px;
}

@media (max-width: 1230px) {

    .qrcodebox,
    .barcodebox,
    .qrcode-settings,
    .barcode-settings {
        width: calc(100% - 17px);
    }
}

@media (max-width: 1155px) {
    .qrcode-settings .wifi .wifichoicelogo ul li {
        width: 44%;
    }

    .qrcode-settings .wifi .wifichoicelogo ul li:nth-child(3) {
        margin-left: 0;
    }
}

@media (max-width: 1015px) {
    .qrcode-settings .setting .setting-item {
        width: 50%;
    }

    .qrcode-settings .setting .setting-item:nth-child(3),
    .qrcode-settings .setting .setting-item:nth-child(4) {
        margin-top: 30px;
    }
}

@media (max-width: 715px) {
    .qrcode-settings .wifi .wifichoicelogo ul li {
        width: 100;
    }

    .qrcode-settings .wifi .wifichoicelogo ul li:nth-child(1),
    .qrcode-settings .wifi .wifichoicelogo ul li:nth-child(3) {
        margin-left: 20px;
    }
}

@media (max-width: 550px) {
    .qrcode-settings .wifi .wifiset {
        width: 100%;
        padding: 20px 0 0 0;
    }
}

@media (max-width: 460px) {

    .qrcode-settings .setting .setting-item select,
    .qrcode-settings .setting .setting-item>div>div {
        margin: 0;
    }
}

@media (max-width: 415px) {
    .qrcode-settings .setting .setting-item {
        width: 100%;
        margin-top: 30px;
    }
}

.barcodebox .barcodeinfo {
    box-sizing: border-box;
    border: 2px dashed #DADADA;
    border-radius: 5px 5px 5px 5px;
    margin: 0 6px;
    text-align: center;
    padding: 50px 0;
}

.barcodebox .barcodeinfo p {
    font-size: 20px;
    color: red;
}

.barcode-settings {
    padding: 32px 20px;
    box-sizing: border-box;
}

.barcode-settings>div {
    float: left;
    width: 33%;
    min-height: 300px;
    box-sizing: border-box;
    text-align: center;
}

.barcode-settings>div:nth-child(1),
.barcode-settings>div:nth-child(2) {
    padding-right: 20px;
    border-right: #eeeeee 2px solid;
}

.barcode-settings>div:nth-child(2),
.barcode-settings>div:nth-child(3) {
    padding-left: 20px;
}

.barcode-settings>div h4 {
    margin-bottom: 36px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #454545;
}

.barcode-settings>div #barcodetype {
    width: 100%;
    height: 244px;
    padding: 0;
    outline: none;
}

.barcode-settings>div #barcodetype option {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    padding: 9px 0;
    padding-left: 8px;
}

.barcode-settings>div #barcodevalue {
    width: 100%;
    height: 200px;
    margin-bottom: 23px;
    resize: none;
}

.barcode-settings>div p label {
    margin: 0 10px;
    cursor: pointer;
}

.barcode-settings>div p label input {
    margin-right: 10px;
}

.barcode-settings .barcodestyle>div {
    margin-bottom: 35px;
    width: 100%;
    box-sizing: border-box;
}

.barcode-settings .barcodestyle>div select {
    margin-left: 10px;
    width: calc(100% - 50px);
}

@media (max-width:780px) {

    .barcode-settings>div:nth-child(1),
    .barcode-settings>div:nth-child(2),
    .barcode-settings>div:nth-child(3) {
        width: 100%;
        border-right: none;
        padding-left: 0;
        padding-right: 0;
        margin-top: 20px;
    }
}

.pickerfile {
    margin: 0 auto;
    margin-top: 25px;
    width: 200px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #278ff0;
    border: solid 1px #217ed5;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
}

.barcodeList {
    display: none;
    border: 2px dashed #dadada;
}

.barcodeItem {
    border: 2px solid #dadada;
    border-radius: 5px;
    padding: 13px 0;
    margin: 20px;
    display: flex;
}

.barcodeItem .barcodeLeft {
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    border-right: 2px #eeeeee solid;
}

.barcodeItem .barcodeLeft canvas {
    width: 150px;
    height: 150px;
    margin-top: 9px;
}

.barcodeItem .barcodeLeft .barcodename {
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: 20px;
    margin-bottom: 22px;
    text-align: center;
}

.barcodeItem .barcodeRight {
    width: calc(100% - 276px);
    min-height: 221px;
    float: left;
    padding-left: 30px;
    padding-right: 34px;
    position: relative;
}

.barcodeItem .barcodeRight h4 {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #454545;
}

.barcodeItem .barcodeRight .close {
    background: url(/ContentMain/Images/icon_close.png) no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
    top: -15px;
    right: 0px;
    cursor: pointer;
}

.barcodeItem .barcodeRight .barcodeValue {
    margin-top: 27px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.barcodeItem .barcodeRight .copyvalue {
    margin: 0;
    position: absolute;
    bottom: 0px;
    right: 20px;
}

.barcodeItem .barcodeRight .barcodeValue.warn {
    color: red;
}

@media (max-width:780px) {
    .barcodeItem .barcodeLeft {
        padding: 0;
        float: none;
        border: 0;
        text-align: center;
    }

    .barcodeItem .barcodeRight {
        float: none;
        width: 100%;
        padding: 0;
    }
}

.continueAdd {
    display: none;
    width: 130px;
    height: 44px;
    background: #278FF0;
    position: relative;
    margin: 20px 20px 20px 0;
    border-radius: 5px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    padding-left: 20px;
    box-sizing: border-box;
    cursor: pointer;
    margin-left: auto;
}

.continueAdd:hover {
    background: #217ed5;
}

.continueAdd span {
    position: absolute;
    top: 12px;
    left: 20px;
    width: 20px;
    height: 20px;
    background: url(/ContentMain/Images/add.png) no-repeat;
    background-size: 100% 100%;
}

.ofdbox {
    background: #F6F8FA;
}

#ofdcontentbox {
    overflow: auto;
    max-height: calc(87vh + 2px);
    max-width: 1200px;
}

#ofd2pdfbox {
    overflow: auto;
    max-height: 162px;
    width: 338px;
}

#piceditor {
    display: none;
    position: relative;
    height: calc(100vh - 100px);
}

#piceditor [data-test="Toolbar"] li {
    width: 52px;
    height: 52px;
}

#piceditor [data-test="Toolbar"] li button {
    position: relative;
}

#piceditor [data-test="Toolbar"] li button::after {
    content: '选图';
    display: block;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-size: 12px;
    color: inherit;
    letter-spacing: 0;
}

#piceditor [data-test="Toolbar"] li button svg {
    margin-top: -15px;
}

#piceditor>div {
    top: auto;
    left: auto;
}

#piceditor [data-test="Toolbar"] ul>div:nth-child(1) li button::after {
    content: '裁剪';
}

#piceditor [data-test="Toolbar"] ul>div:nth-child(2) li button::after {
    content: '滤镜';
}

#piceditor [data-test="Toolbar"] ul>div:nth-child(3) li button::after {
    content: '调整';
}

#piceditor [data-test="Toolbar"] ul>div:nth-child(4) li button::after {
    content: '虚化';
}

#piceditor [data-test="Toolbar"] ul>div:nth-child(5) li button::after {
    content: '边框';
}

#piceditor [data-test="Toolbar"] ul>div:nth-child(6) li button::after {
    content: '叠加';
}

#piceditor [data-test="Toolbar"] ul>div:nth-child(7) li button::after {
    content: '文本';
}

#piceditor [data-test="Toolbar"] ul>div:nth-child(8) li button::after {
    content: '贴纸';
}

#piceditor [data-test="Toolbar"] ul>div:nth-child(9) li button::after {
    content: '画笔';
}

/* #piceditor [data-test="MainCanvasActionBar"] {
    margin: 8px 24px;
} */

#piceditor [data-test="水平翻转"],
#piceditor [data-test="垂直翻转"],
#piceditor [data-test="逆时针旋转"],
#piceditor [data-test="顺时针旋转"] {
    pointer-events: all;
    overflow: inherit;
    position: relative;
}

#piceditor [data-test="水平翻转"]:after,
#piceditor [data-test="垂直翻转"]:after,
#piceditor [data-test="逆时针旋转"]:after,
#piceditor [data-test="顺时针旋转"]:after {
    content: "左转90°";
    position: absolute;
    bottom: 37px;
    left: -20px;
    z-index: 999;
    display: none;
    width: 68px;
    height: 28px;
    background: rgba(0, 0, 0, 0.58);
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #FFFFFF;
}

#piceditor [data-test="水平翻转"]:after {
    content: "水平翻转";
}

#piceditor [data-test="垂直翻转"]:after {
    content: "垂直翻转";
}

#piceditor [data-test="顺时针旋转"]:after {
    content: "右转90°";
}

#piceditor [data-test="水平翻转"]:hover:after,
#piceditor [data-test="垂直翻转"]:hover:after,
#piceditor [data-test="逆时针旋转"]:hover:after,
#piceditor [data-test="顺时针旋转"]:hover:after {
    display: block;
}

/* 弹性布局 */
.flex-default {
    display: flex;
}

.flex-warp {
    display: flex;
    flex-wrap: wrap;
}

.flex-start {
    display: flex;
    align-items: flex-start;
}

.flex-center {
    display: flex;
    align-items: center;
}

.flex-justify-center {
    display: flex;
    justify-content: center;
}

.flex-end {
    display: flex;
    align-items: flex-end;
}

.flex-csb {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-csa {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.flex-alc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-ale {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.flex-esb {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.warning-tip {
    width: 196px;
    height: 38px;
    background: #FEF0F0;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #FF3E3E;
    font-size: 12px;
    line-height: 38px;
    color: #FF3E3E;
    display: flex;
    align-items: center;
    position: absolute;
    top: 134px;
    left: 50%;
    z-index: 99999;
    display: none;
    background-image: url('/ContentMain/Images/warning.png');
    background-size: 18px;
    background-position: 6px 20px;
}

.warning-tip>img {
    width: 18px;
    height: 18px;
    margin-right: 6px;
    margin-left: 20px;
}

/* 图片加水印-上传load */
.upload_load {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    padding-top: 70px;
    z-index: 99;
    display: none;
}

/* 图片合并 */
.img-postfix {
    font-size: 13px;
    margin-left: 10px;
}

/* 推荐功能样式优化-开始 */
.recommendBox {
    display: flex;
    flex-wrap: wrap;
}

.recommendBox>a {
    width: 154px;
    height: 37px;
    padding: 0 !important;
    text-align: center;
    border: 1px solid #278FF0;
    border-radius: 6px;
    text-decoration: underline !important;
    line-height: 37px;
    text-decoration: none !important;
    cursor: pointer;
    font-size: 16px;
    color: #278FF0 !important;
    margin-right: 30px;
    margin-top: 10px;
}

.recommendBox>a:hover {
    background: #278FF0;
    color: white !important;
    border: 1px solid #278FF0;
}

/* 推荐功能样式优化-开始 */

/* 输入密码框优化-开始 */
.new-pwd,
.confirm-pwd {
    width: 324px;
    position: relative;
    margin: 0 auto;
}

.confirm-pwd {
    margin-top: 16px;
}

.new-pwd>input,
.confirm-pwd>input {
    width: 324px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    padding-right: 32px;
    display: none;
}

.new-pwd>input>div,
.confirm-pwd>input>div {
    margin-right: 7px;
}

.show-pwd {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 1px;
    top: 1px;
    background: #FFFFFF;
    border-radius: 4px;
}

.show-pwd>img {
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: none;
    margin: 6px;
}

.show_content {
    display: block !important;
}

.pwd-error {
    font-size: 12px;
    color: #FF3737;
    margin-top: 6px;
    display: none;
    line-height: 14px;
}

.pwd-error>img {
    width: 14px;
    height: 14px;
    margin-right: 4px;
    margin-bottom: 2px;
}

/* 输入密码框优化-结束 */

/* 视频编辑-开始 */
#video-action>div:nth-child(1) {
    border: 2px dashed #dadada;
}

#videoplayer {
    width: 640px;
    height: 320px;
    margin: 64px auto;
}

.video-speed-set {
    margin-top: 40px;
    margin-left: 10px;
    margin-bottom: 40px;
}

.video-speed {
    width: 610px;
}

.video-speed .settings-speed {
    color: #454545;
    user-select: none;
}

.video-speed .settings-speed .checkbox {
    margin-bottom: 8px;
    margin-right: 12px;
}

.video-speed .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;
}

/* 视频编辑-结束 */

/* 视频转gif-开始 */
.capture-item {
    width: 100%;
    margin-top: 36px;
    margin-left: 20px;
    position: relative;
}

.video2gif {
    position: relative;
}

.video2gif #videoplayer {
    width: 912px;
    height: 410px;
    border-radius: 4px;
    margin: 20px auto;
}

.video2gif #videoplayer::-webkit-media-controls-panel {
    opacity: 1 !important;
}

.video2gif #videoplayer::-webkit-media-controls-timeline {
    opacity: 1 !important;
}

.video2gif #videoplayer::-internal-media-controls-button-panel {
    opacity: 1 !important;
}

.video2gif .disControls {
    position: absolute;
    height: 20px;
    width: 880px;
    left: 16px;
    bottom: 36px;
}

.video2gif #cutTime {
    height: 4px;
    width: 880px;
    margin: 8px auto;
    background: none !important;
    border: none !important;
}

.video2gif #cutTime .ui-widget-header {
    background: #FFDF8B !important;
}

.video2gif #cutTime .ui-slider-handle,
.video2gif #cutTime .ui-state-default {
    border: none !important;
    width: 6px !important;
    height: 16px !important;
    background: #F06F27 !important;
    margin-left: 0 !important;
}

.capture-label {
    font-size: 16px;
    color: #212229;
}

.capture-item .separator {
    margin-left: 10px;
    margin-right: 10px;
    background-color: #b0c0ce;
    width: 10px;
    height: 1px;
}

.capture-item .start-time,
.capture-item .end-time {
    /* width: 140px; */
    width: 106px;
    height: 30px;
    border: 1px solid #CCCCCC;
    background-color: #fff;
    border-radius: 4px;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.capture-item .start-time input,
.capture-item .end-time input {
    height: 28px;
    color: #212229;
    font-size: 14px;
    line-height: 28px;
    padding: 0 !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.capture-item .start-time .time,
.capture-item .end-time .time {
    /* width: 60px; */
    width: 100%;
}

.capture-item .start-time .hs,
.capture-item .end-time .hs {
    width: 28px;
}

.capture-item .start-time .time::-webkit-calendar-picker-indicator,
.capture-item .end-time .time::-webkit-calendar-picker-indicator {
    display: none !important;
}

.capture-item #picker {
    display: none !important;
}

/* 视频转gif-开始 */

/* 反诈声明 */
.statement>img {
    width: 62%;
    height: auto;
    display: block;
    margin: auto;
}
/* 反诈声明 */