
        .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;
        }
        
        .queueList {
        position: relative;
        }
        .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;
        }
        .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;
        }
        .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;
        }
        /* 图片编辑 */
        .img-edit-box {
                width: 100%;
                max-height: 568px;
                padding: 10px;
                box-sizing: border-box;
                border: 2px dashed #dadada;
                text-align: center;
                font-size: 13px;
                color: #999999;
                display: none;
        }
        
        .caijian-before,
        .caijian-loading,
        .canvas-box {
                display: none;
        }
        
        .img-box {
                width: 100%;
                height: 400px;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-bottom: 14px;
        }
        
        #pending {
                max-height: 400px;
                max-width: 100%;
        }
        
        .img-info {
                margin-bottom: 10px;
        }
        
        .pixel {
                color: #FF3E3E;
        }
        
        .action-area {
                display: none;
                padding-top: 19px;
                padding-bottom: 6px;
                box-sizing: border-box;
        }
        
        .action-area>.action-before {
                display: flex;
                align-items: center;
                justify-content: space-between;
        }
        
        .action-area>.action-after {
                display: flex;
                justify-content: center;
                display: none;
        }
        
        .action-area>.action-after>div {
                width: 130px;
                height: 44px;
                border: 1px solid #278FF0;
                color: #278FF0;
                font-size: 14px;
                line-height: 44px;
                text-align: center;
                border-radius: 5px;
                cursor: pointer;
        }
        
        .down-img {
                margin-left: 20px;
                background: #278FF0;
                color: #FFFFFF !important;
        }
        
        .down-img>img {
                width: 20px;
                height: 20px;
                margin-right: 11px;
        }
        
        .action,
        .caijian-action {
                display: flex;
                align-items: center;
                justify-content: space-between;
                width: 380px;
                position: relative;
        }
        
        .caijian-action {
                width: 515px !important;
        }
        
        .magnify,
        .lessen,
        .customized,
        .random {
                width: 110px;
                height: 44px;
                border-radius: 4px;
                border: 1px solid #B5B5B5;
                color: #666666;
                font-size: 14px;
                text-align: center;
                line-height: 44px;
                cursor: pointer;
        }
        
        .common-size,
        .papers-size {
                width: 110px;
                height: 44px;
                border-radius: 4px;
                border: 1px solid #B5B5B5;
                color: #666666;
                font-size: 14px;
                line-height: 44px;
                padding-left: 14px;
                padding-right: 10px;
                box-sizing: border-box;
                cursor: pointer;
                display: flex;
                align-items: center;
                justify-content: space-between;
        }
        
        .icon_down {
                width: 16px;
                height: 16px;
                /* background-image: url("/ContentMain/Images/icon_xl.png"); */
                background-size: 16px 16px;
        }
        
        .icon_up {
                width: 16px;
                height: 16px;
                /* background-image: url("/ContentMain/Images/icon_sl.png"); */
                background-size: 16px 16px;
        }
        
        .magnify:active,
        .lessen:active,
        .customized:active,
        .random:active,
        .common-size:active,
        .papers-size:active {
                color: #278FF0;
                border: 1px solid #278FF0;
                cursor: pointer;
        }
        
        .editing {
                width: 121px;
                height: 44px;
                background: #278FF0;
                border-radius: 5px 5px 5px 5px;
                font-size: 14px;
                font-weight: bold;
                color: #FFFFFF;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
        }
        
        .editing>img {
                width: 20px;
                height: 20px;
                margin-right: 6px;
        }
        
        .customized-active {
                color: #278FF0;
                border: 1px solid #278FF0;
                cursor: pointer;
        }
        
        .triangle-up {
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 11px solid #FFFFFF;
                border-radius: 2px;
                position: absolute;
                top: -10px;
                left: calc(50% - 10px);
        }
        
        .customized-box,
        .caijian-customized-box {
                display: none;
                position: absolute;
                top: 54px;
                left: 38%;
                z-index: 999;
                width: 359px;
                height: 122px;
                background: #FFFFFF;
                box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
                border-radius: 4px;
                padding: 20px 25px 16px 25px;
                box-sizing: border-box;
        }
        
        .caijian-customized-box {
                position: absolute;
                top: 54px;
                left: 54% !important;
        }
        
        .common-select,
        .papers-select {
                display: none;
                position: absolute;
                top: 54px;
                left: 23%;
                z-index: 999;
                width: 141px;
                height: 192px;
                background: #FFFFFF;
                box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
                border-radius: 4px;
                font-size: 14px;
                text-align: center;
                color: #666666;
                line-height: 32px;
                cursor: pointer;
        }
        
        .papers-select {
                position: absolute;
                top: 54px;
                left: 44%;
                width: 194px;
                height: 128px;
        }
        
        .setting {
                display: flex;
                align-items: center;
                justify-content: space-between;
                font-size: 16px;
                color: #454545;
                height: 30px;
        }
        
        .setting input {
                width: 76px;
                height: 30px;
                background: #FFFFFF;
                border-radius: 4px 4px 4px 4px;
                border: 1px solid #CCCCCC;
        }
        
        .confirm {
                width: 309px;
                height: 40px;
                background: #278FF0;
                border-radius: 4px 4px 4px 4px;
                font-size: 14px;
                color: #FFFFFF;
                text-align: center;
                line-height: 40px;
                margin-top: 16px;
                cursor: pointer;
        }
        
        /* 处理中 */
        .loading-box {
                width: 100%;
                height: 568px;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
        }
        
        .loading-box>img {
                width: 100px;
                height: 100px;
                margin-bottom: 40px;
                color: #333333;
                font-size: 18px;
        }
        
        .disabled {
                color: #E8E8E8 !important;
                border: 1px solid #E8E8E8 !important;
                cursor: not-allowed !important;
        }
        
        .not-allowed {
                cursor: not-allowed !important;
                border: 1px solid #E8E8E8 !important;
                background-color: #E8E8E8 !important;
        }
        
        /* 提示弹窗 */
        .convert-pop {
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.3);
                position: fixed;
                top: 0;
                right: 0;
                z-index: 99999;
                display: none;
        }
        
        .convert-ctt {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 680px;
                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;
        }
        
        .pop_w_560 .convert-ctt {
                margin-left: -280px;
                width: 560px;
        }
        
        .convert-ctt .convert-close {
                cursor: pointer;
                width: 32px;
                height: 32px;
                position: absolute;
                top: 10px;
                right: 10px;
                background: url("https://app.xunjiepdf.com/ContentMain/Images/menber/ico_close_hover.png") no-repeat;
        }
        
        .convert-ctt .convert-close:hover {
                background: url("https://app.xunjiepdf.com/ContentMain/Images/menber/ico_close_hover.png") no-repeat;
        }
        .convert-ctt h2 {
                font-style: 22px;
                color: #333333;
                line-height: 30px;
                margin-bottom: 30px;
        }
        
        .convert-ctt p {
                font-style: 16px;
                color: #666666;
                text-align: left;
                line-height: 2;
                min-height: 64px;
        }
        
        .convert-ctt p a {
                color: #278FF0;
        }
        
        .convert-ctt {
                margin-top: 20px;
        }
        
        .convert-ctt .tips {
                text-align: center;
        }
        
        .convert-ctt .pop-action {
                display: flex;
                justify-content: center;
        }
        
        .pop-cancel {
                display: block;
                width: 140px;
                height: 40px;
                border: 1px solid #278FF0;
                border-radius: 6px;
                line-height: 40px;
                color: #278FF0;
                font-size: 16px;
                background-color: #fff;
                margin-left: 20px;
                cursor: pointer;
        }
        
        .pop-cancel:hover {
                color: #46A0F5;
        }
        
        .pop-confirm {
                display: block;
                width: 140px;
                height: 40px;
                background: #278FF0;
                border-radius: 6px;
                line-height: 40px;
                color: #fff;
                font-size: 16px;
                cursor: pointer;
        }
        
        .pop-confirm:hover {
                color: #fff;
                background: #46A0F5;
        }
        
        .pop-confirm:active {
                color: #fff;
                background: #278FF0;
        }
