@font-face{font-family:kcc-icon;src:url(font/iconfont.woff2) format("woff2"),url(font/iconfont.woff) format("woff"),url(font/iconfont.ttf) format("truetype")}.kcc-icon{font-family:kcc-icon!important;font-size:16px;text-align:center;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1}.kcc-icon-doc-en:before{content:"\E8C3"}.kcc-icon-doc-zh:before{content:"\E8C4"}.kcc-icon-tiaozhuan:before{content:"\E8BD"}.kcc-icon-PDF:before{content:"\E8BB"}.kcc-icon-clear2:before{content:"\E8BC"}.kcc-icon-min:before{content:"\E8B5"}.kcc-icon-sticky-exit:before{content:"\E8B9"}.kcc-icon-sticky:before{content:"\E8BA"}.kcc-icon-document:before{content:"\E8B8"}.kcc-icon-close:before{content:"\E8B6"}.kcc-icon-back:before{content:"\E8B7"}.kcc-icon-fullscreen-exit:before{content:"\E8AB"}.kcc-icon-warning:before{content:"\E8AC"}.kcc-icon-error:before{content:"\E8AD"}.kcc-icon-success:before{content:"\E8B0"}.kcc-icon-ask:before{content:"\E8B3"}.kcc-icon-fullscreen:before{content:"\E8B4"}.kcc-icon-clear:before{content:"\E8AE"}.kcc-icon-go:before{content:"\E8AF"}.kcc-icon-search:before{content:"\E8B1"}*{padding:0}*,.kcc h1,.kcc h2,.kcc h3,.kcc h4,.kcc h5,.kcc h6{margin:0}.kcc-pointer{cursor:pointer}.unselect{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.kcc-btn,a.kcc-btn{display:inline-block;border:1px solid #888;border-radius:2px;font-size:12px;text-align:center;line-height:14px;padding:9px 16px;outline:0;color:#4c4c4c;background-color:#fff;cursor:pointer;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.kcc-btn:active,.kcc-btn:hover,a.kcc-btn:active,a.kcc-btn:hover{border-color:#0091ea;color:#0091ea}.kcc-btn:active,a.kcc-btn:active{background-color:#e5f7ff}.kcc-btn.kcc-btn-primary{border:1px solid #0091ea;background:#0091ea;color:#fff}.kcc-btn.kcc-btn-primary:hover{background:#36acef;border:1px solid #36acef;color:#fff}.kcc-btn.kcc-btn-primary:active{background:#0079c9;border:1px solid #0079c9;color:#fff}.kcc-btn.kcc-btn-secondary{color:#0091ea;border-color:#0091ea}.kcc-btn.kcc-btn-secondary:hover{background:#e5f7ff}.kcc-btn.kcc-btn-secondary:active{background:#a9dffa}.kcc-btn.kcc-btn-warning{background-color:#ffad37;color:#fff;border-color:#ffad37}.kcc-btn.kcc-btn-warning:hover{background-color:#ffbc63;border-color:#ffbc63;color:#fff}.kcc-btn.kcc-btn-warning:active{background-color:#d99123;border-color:#d99123;color:#fff}.kcc-btn.kcc-btn-danger{background-color:#f43;color:#fff;border-color:#f43}.kcc-btn.kcc-btn-danger:hover{background-color:#ff6a60;border-color:#ff6a60;color:#fff}.kcc-btn.kcc-btn-danger:active{background-color:#d93321;border-color:#d93321;color:#fff}.kcc-btn.kcc-btn-success{background-color:#36b342;color:#fff;border-color:#36b342}.kcc-btn.kcc-btn-success:hover{background-color:#59c662;border-color:#59c662;color:#fff}.kcc-btn.kcc-btn-success:active{background-color:#24a032;border-color:#24a032;color:#fff}.kcc-btn.kcc-btn-link{color:#0091ea;border:none;background-color:#fff;text-decoration:none}.kcc-btn.kcc-btn-link:hover{border:none;color:#36acef;background-color:#fff}.kcc-btn.kcc-btn-link:active{border:none;color:#0079c9;background-color:#fff}.kcc-btn.kcc-btn-none{color:#4c4c4c;border:none;background-color:#fff}.kcc-btn.kcc-btn-none:active,.kcc-btn.kcc-btn-none:hover{border:none;color:#0091ea;background-color:#fff}.kcc-icon-success{color:#36b342}.kcc-icon-error{color:#f43}.kcc-icon-warning{color:#ffad37}.kcc-doc-feedback{background-image:url(img/feedback.png)}.kcc-alert{position:fixed;z-index:5000;left:0;top:0;right:0;bottom:0;font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Arial,sans-serif;font-size:12px;opacity:0;-webkit-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}.kcc-alert *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.kcc-alert .kcc-alert-mask{position:absolute;z-index:1;width:100%;height:100%;left:0;top:0;background-color:rgba(0,0,0,.4)}.kcc-alert .kcc-alert-content{position:absolute;z-index:2;left:50%;top:50%;background:#fff;border-radius:2px;overflow:hidden;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;-webkit-transform:translateY(-35px);-ms-transform:translateY(-35px);transform:translateY(-35px);-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,.3);box-shadow:0 0 4px 0 rgba(0,0,0,.3)}.kcc-alert .kcc-alert-content-in{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.kcc-alert .kcc-alert-close{width:30px;height:30px;font-size:12px;line-height:30px;text-align:center;position:absolute;right:10px;top:10px;-webkit-transition:color .2s ease-in;transition:color .2s ease-in;cursor:pointer;color:#999}.kcc-alert .kcc-alert-close:hover{color:#0091ea}.kcc-alert .kcc-alert-icon{display:block;margin:35px auto 25px;width:40px;height:40px;font-size:38px;line-height:40px}.kcc-alert .kcc-icon-ask{color:#ffad37}.kcc-alert .kcc-alert-body{padding:0 30px 12px}.kcc-alert .kcc-alert-title{font-size:16px;color:#262626;letter-spacing:0;text-align:center;line-height:22px;font-weight:700}.kcc-alert .kcc-alert-info{margin-top:10px;font-size:14px;color:#595959;letter-spacing:0;line-height:22px;text-align:center}.kcc-alert .kcc-alert-footer{padding:15px 20px;text-align:right}.kcc-alert .kcc-alert-footer .kcc-btn{margin-left:8px}.kcc-alert .kcc-alert-cancel{display:none}.kcc-modal{position:absolute;z-index:5000;font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Arial,sans-serif;font-size:12px;opacity:0;-webkit-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}.kcc-modal *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.kcc-modal .kcc-modal-mask{position:fixed;left:0;top:0;right:0;bottom:0;background-color:rgba(0,0,0,.4)}.kcc-modal .kcc-modal-content{position:fixed;left:0;top:0;background:#fff;border-radius:2px;overflow:hidden;-webkit-transition:top .2s ease-in-out;transition:top .2s ease-in-out;-webkit-box-shadow:0 0 15px 0 hsla(0,0%,39%,.3);box-shadow:0 0 15px 0 hsla(0,0%,39%,.3);top:-35px}.kcc-modal .kcc-modal-content-in{top:0}.kcc-modal .kcc-modal-header{border-bottom:1px solid #e5e5e5;padding:10px 20px}.kcc-modal .kcc-modal-header-drag{cursor:move}.kcc-modal .kcc-modal-title{font-size:16px;color:#262626;letter-spacing:0;line-height:24px;font-weight:400}.kcc-modal .kcc-modal-close{width:30px;height:30px;font-size:12px;line-height:30px;text-align:center;position:absolute;right:10px;top:10px;-webkit-transition:color .2s ease-in;transition:color .2s ease-in;cursor:pointer;color:#999}.kcc-modal .kcc-modal-close:hover{color:#0091ea}.kcc-modal .kcc-modal-info{padding:20px;font-size:14px;color:#4c4c4c;letter-spacing:0;line-height:22px}.kcc-modal .kcc-modal-footer{border-top:1px solid #e5e5e5;padding:13px 20px;text-align:right}.kcc-modal .kcc-modal-footer .kcc-btn{margin-left:10px}.kcc-message-wraper{position:fixed;top:20px;width:100%;pointer-events:none;z-index:5000}.kcc-message{margin-bottom:3px;text-align:center;font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Arial,sans-serif;font-size:12px;opacity:0;-webkit-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}.kcc-message,.kcc-message *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.kcc-message .kcc-message-content{pointer-events:all;position:relative;display:inline-block;max-width:600px;background:#fff;border-radius:2px;overflow:hidden;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-box-shadow:0 0 15px 0 hsla(0,0%,39%,.2);box-shadow:0 0 15px 0 hsla(0,0%,39%,.2);-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px);text-align:left}.kcc-message .kcc-message-content-in{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.kcc-message .kcc-message-content-inner{padding:10px 15px 10px 40px}.kcc-message .kcc-message-close{display:none;width:20px;height:20px;font-size:12px;line-height:20px;text-align:center;position:absolute;top:8px;right:6px;-webkit-transition:color .2s ease-in;transition:color .2s ease-in;cursor:pointer;color:#999}.kcc-message .kcc-message-close:hover{color:#0091ea}.kcc-message .kcc-message-icon{position:absolute;left:12px;top:10px;display:block;width:16px;height:16px}.kcc-message .kcc-message-info{font-size:14px;color:#595959;letter-spacing:0;line-height:16px;min-height:16px}.kcc-message-fixed{position:fixed;width:100%}.kcc-message-close-able .kcc-message-close{display:block}.kcc-message-close-able .kcc-message-content-inner{padding-right:35px}.kcc-dm{position:fixed;left:0;top:0;opacity:0;z-index:-20;font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Arial,sans-serif;font-size:12px;background:#fff;border-radius:2px;overflow:hidden;-webkit-transition:top .15s ease-in-out,left .15s ease-in-out,opacity .15s ease-in;transition:top .15s ease-in-out,left .15s ease-in-out,opacity .15s ease-in;-webkit-box-shadow:rgba(0,0,0,.21) 0 4px 16px 0;box-shadow:0 4px 16px 0 rgba(0,0,0,.21);top:25px;left:25px}.kcc-dm *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.kcc-dm .kcc-dm-header{height:36px;line-height:36px;background:#dee1e6;text-align:center;font-size:14px;font-weight:700;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.kcc-dm .kcc-dm-title{font-size:16px;color:#262626;letter-spacing:0;line-height:36px;font-weight:400;cursor:move}.kcc-dm .kcc-dm-close{width:30px;height:30px;font-size:12px;line-height:30px;text-align:center;position:absolute;right:10px;top:3px;-webkit-transition:color .2s ease-in;transition:color .2s ease-in;cursor:pointer;color:#999}.kcc-dm .kcc-dm-close:hover{color:#0091ea}.kcc-dm .kcc-dm-body{height:-webkit-calc(100% - 36px);height:calc(100% - 36px);position:relative}.kcc-dm .kcc-dm-body .kcc-dm-iframe{width:100%;height:100%;border:none;position:relative;z-index:9}.kcc-dm .kcc-dm-body .kcc-dm-iframe-cover{pointer-events:none}.kcc-dm .kcc-dm-body .kcc-loading{position:absolute;top:50%;left:50%;-webkit-transform:translate(-75px,-8px);-ms-transform:translate(-75px,-8px);transform:translate(-75px,-8px)}.kcc-dm .kcc-dm-dot{position:absolute;z-index:100;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.kcc-dm .kcc-dm-dot-l{left:-5px}.kcc-dm .kcc-dm-dot-l,.kcc-dm .kcc-dm-dot-r{width:10px;height:100%;top:0;cursor:col-resize}.kcc-dm .kcc-dm-dot-r{right:-5px}.kcc-dm .kcc-dm-dot-t{top:-5px}.kcc-dm .kcc-dm-dot-b,.kcc-dm .kcc-dm-dot-t{height:10px;width:100%;left:0;cursor:row-resize}.kcc-dm .kcc-dm-dot-b{bottom:-5px}.kcc-dm .kcc-dm-dot-ewsn{height:20px;width:20px;z-index:110}.kcc-dm .kcc-dm-dot-nw{left:-10px;top:-10px;cursor:nw-resize}.kcc-dm .kcc-dm-dot-ne{right:-10px;top:-10px;cursor:ne-resize}.kcc-dm .kcc-dm-dot-se{right:-10px;bottom:-10px;cursor:se-resize}.kcc-dm .kcc-dm-dot-sw{left:-10px;bottom:-10px;cursor:sw-resize}.kcc-dm-in{top:0;left:0;opacity:1;z-index:2000}.kcc-loading{width:150px;height:10px;text-align:center}.kcc-loading span{display:inline-block;width:10px;height:10px;margin-right:5px;border-radius:50%;background:#999;-webkit-animation:kccload 1.04s ease infinite}.kcc-loading span:last-child{margin-right:0}@-webkit-keyframes kccload{0%{opacity:1}to{opacity:0}}.kcc-loading span:first-child{-webkit-animation-delay:.13s}.kcc-loading span:nth-child(2){-webkit-animation-delay:.26s}.kcc-loading span:nth-child(3){-webkit-animation-delay:.39s}.kcc-loading span:nth-child(4){-webkit-animation-delay:.52s}.kcc-loading span:nth-child(5){-webkit-animation-delay:.65s}.kcc-doc{position:fixed;left:0;top:0;opacity:0;font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Arial,sans-serif;font-size:12px;background:#fff;border-radius:6px;overflow:hidden;-webkit-transition:opacity .15s ease-in;transition:opacity .15s ease-in;-webkit-box-shadow:rgba(0,0,0,.21) 0 4px 16px 0;box-shadow:0 4px 16px 0 rgba(0,0,0,.21);color:#262626}.kcc-doc *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}.kcc-doc ::-webkit-input-placeholder{color:#b2b2b2;font-size:14px}.kcc-doc .kcc-doc-min-open{display:none;position:absolute;left:0;top:0;width:100%;height:100%;color:#0091ea;z-index:99;background-color:#fff;border:1px solid #0091ea;border-radius:3px;cursor:pointer;-webkit-transition:background-color .25s ease-in-out;transition:background-color .25s ease-in-out;line-height:46px;text-align:center}.kcc-doc .kcc-doc-min-open:hover{color:#fff;background-color:#0091ea}.kcc-doc .kcc-doc-min-open .kcc-icon{display:none;font-size:32px;line-height:inherit}.kcc-doc .kcc-doc-header{height:60px;line-height:60px;background-color:#3c3f4a;font-size:14px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:move;padding:0 20px}.kcc-doc .kcc-doc-header .kcc-icon{width:26px;height:26px;line-height:26px;font-size:18px;top:17px;cursor:pointer;-webkit-transition:color .2s ease-in;transition:color .2s ease-in;color:#fff}.kcc-doc .kcc-doc-header .kcc-icon:hover{color:#0091ea}.kcc-doc .kcc-doc-header .kcc-doc-back{float:left;display:none;position:relative;text-align:left}.kcc-doc .kcc-doc-header .kcc-doc-close{position:absolute;z-index:3;right:15px}.kcc-doc .kcc-doc-header .kcc-doc-min-btn{position:absolute;z-index:3;right:41px}.kcc-doc .kcc-doc-header .kcc-doc-sticky-btn{position:absolute;z-index:3;right:67px}.kcc-doc .kcc-doc-header .kcc-doc-fullscreen-btn{position:absolute;z-index:3;right:93px}.kcc-doc .kcc-doc-header .kcc-doc-title{font-size:16px;color:#fff;letter-spacing:0;line-height:40px;font-weight:500;padding-top:10px;float:left}.kcc-doc .kcc-doc-body{height:-webkit-calc(100% - 60px);height:calc(100% - 60px);position:relative}.kcc-doc .kcc-doc-body .kcc-doc-default-content{position:relative;background-color:#fff;height:100%;padding:16px 0;overflow:auto}.kcc-doc .kcc-doc-body .kcc-doc-default-content .kcc-doc-search{height:80px;padding:0 20px}.kcc-doc .kcc-doc-body .kcc-doc-default-content .kcc-doc-input-group{height:36px;position:relative;max-width:500px}.kcc-doc .kcc-doc-body .kcc-doc-default-content .kcc-doc-input-group .kcc-doc-input{outline:none;line-height:20px;height:100%;width:100%;border:1px solid #ccc;padding:7px 65px 7px 10px;-webkit-transition:all .2s;transition:all .2s;font-size:14px;border-radius:1px}.kcc-doc .kcc-doc-body .kcc-doc-default-content .kcc-doc-input-group .kcc-doc-input:hover{border-color:#aaa}.kcc-doc .kcc-doc-body .kcc-doc-default-content .kcc-doc-input-group .kcc-doc-input:focus{border-color:#0091ea;-webkit-box-shadow:0 0 4px rgba(0,145,234,.35);box-shadow:0 0 4px rgba(0,145,234,.35)}.kcc-doc .kcc-doc-body .kcc-doc-default-content .kcc-doc-input-group .kcc-doc-search-clear{display:none;position:absolute;right:35px;top:6px;width:24px;height:24px;line-height:24px;cursor:pointer;-webkit-transition:color .2s ease-in;transition:color .2s ease-in;color:#666}.kcc-doc .kcc-doc-body .kcc-doc-default-content .kcc-doc-input-group .kcc-doc-search-clear:hover{color:#0091ea}.kcc-doc .kcc-doc-body .kcc-doc-default-content .kcc-doc-input-group .kcc-doc-search-search{position:absolute;top:0;right:5px;width:30px;height:100%;line-height:36px;-webkit-transition:color .2s ease-in;transition:color .2s ease-in;cursor:pointer}.kcc-doc .kcc-doc-body .kcc-doc-default-content .kcc-doc-input-group .kcc-doc-search-search:hover{color:#0091ea}.kcc-doc .kcc-doc-body .kcc-doc-default-content .kcc-doc-search-words{line-height:44px;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kcc-doc .kcc-doc-body .kcc-doc-default-content .kcc-doc-search-words .kcc-doc-hot-item{cursor:pointer;color:#888;margin-right:8px;-webkit-transition:color .2s ease-in-out;transition:color .2s ease-in-out}.kcc-doc .kcc-doc-body .kcc-doc-default-content .kcc-doc-search-words .kcc-doc-hot-item:hover{color:#0091ea}.kcc-doc .kcc-doc-body .kcc-doc-default-content .kcc-doc-card{padding:0 20px}.kcc-doc .kcc-doc-body .kcc-doc-default-content .kcc-doc-feedback{display:block;height:110px;background-repeat:no-repeat;background-position:100% 0;background-color:#f1f2f6;background-size:360px 110px;border-radius:4px;cursor:pointer;margin:8px 0 30px;text-decoration:none;overflow:hidden;padding-left:24px;color:#262626;-webkit-transition:color .2s ease-in-out;transition:color .2s ease-in-out}.kcc-doc .kcc-doc-body .kcc-doc-default-content .kcc-doc-feedback:hover{color:#0091ea}.kcc-doc .kcc-doc-body .kcc-doc-default-content .kcc-doc-feedback .kcc-doc-feedback-title{line-height:28px;margin-top:23px;overflow:hidden}.kcc-doc .kcc-doc-body .kcc-doc-default-content .kcc-doc-feedback .kcc-doc-feedback-title span{float:left;font-size:18px;font-weight:500}.kcc-doc .kcc-doc-body .kcc-doc-default-content .kcc-doc-feedback .kcc-doc-feedback-title .kcc-doc-feedback-go{float:left;width:28px;height:28px;line-height:28px;font-size:14px}.kcc-doc .kcc-doc-body .kcc-doc-default-content .kcc-doc-feedback .kcc-doc-feedback-info{font-size:14px;line-height:28px}.kcc-doc .kcc-doc-body .kcc-doc-default-content .kcc-doc-card-help-title{line-height:28px;font-size:18px;color:#262626;font-weight:700}.kcc-doc .kcc-doc-body .kcc-doc-default-content .kcc-doc-hot-doc{line-height:28px;font-size:14px;margin-top:10px}.kcc-doc .kcc-doc-body .kcc-doc-default-content .kcc-doc-hot-doc .kcc-doc-hot-doc-item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;-webkit-transition:color .2s ease-in-out;transition:color .2s ease-in-out}.kcc-doc .kcc-doc-body .kcc-doc-default-content .kcc-doc-hot-doc .kcc-doc-hot-doc-item:hover{color:#0091ea}.kcc-doc .kcc-doc-body .kcc-doc-default-content .kcc-doc-result{padding-top:10px}.kcc-doc .kcc-doc-body .kcc-doc-default-content .kcc-doc-result-item{margin-bottom:20px;padding:10px 20px;cursor:pointer}.kcc-doc .kcc-doc-body .kcc-doc-default-content .kcc-doc-result-item:hover{background-color:#f9f9fd}.kcc-doc .kcc-doc-body .kcc-doc-default-content .kcc-doc-result-item:hover .kcc-doc-result-title{color:#0091ea}.kcc-doc .kcc-doc-body .kcc-doc-default-content .kcc-doc-result-item .kcc-doc-result-title{font-size:14px;font-weight:700;line-height:20px;margin-bottom:8px;word-break:break-all}.kcc-doc .kcc-doc-body .kcc-doc-default-content .kcc-doc-result-item .kcc-doc-result-cont{font-size:12px;margin:4px 0;line-height:20px;overflow:hidden;text-overflow:ellipsis;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;max-height:40px}.kcc-doc .kcc-doc-body .kcc-doc-default-content .kcc-doc-result-item .kcc-doc-result-path{font-size:12px;color:#b2b2b2;word-break:break-all}.kcc-doc .kcc-doc-body .kcc-doc-default-content .kcc-doc-result-item .kcc-doc-result-path .kcc-doc-path-item{-webkit-transition:color .2s ease-in-out;transition:color .2s ease-in-out}.kcc-doc .kcc-doc-body .kcc-doc-default-content .kcc-doc-result-item .kcc-doc-result-path .kcc-doc-path-item:hover{color:#0091ea}.kcc-doc .kcc-doc-body .kcc-doc-default-content .kcc-doc-result-item em{color:#0091ea;font-style:normal}.kcc-doc .kcc-doc-body .kcc-doc-default-content .kcc-doc-nodata{margin-top:30px;text-align:center;color:#262626;font-size:16px}.kcc-doc .kcc-doc-body .kcc-doc-default-content .kcc-doc-nodata .kcc-doc-nodata-icon{display:inline-block;font-size:36px;color:#ffad37;margin-bottom:10px}.kcc-doc .kcc-doc-body .kcc-doc-iframe{width:100%;height:100%;border:none;position:relative;z-index:9}.kcc-doc .kcc-doc-body .kcc-doc-iframe-cover{pointer-events:none}.kcc-doc .kcc-doc-body .kcc-doc-loading{z-index:0;position:absolute;top:50%;left:50%;-webkit-transform:translate(-75px,-8px);-ms-transform:translate(-75px,-8px);transform:translate(-75px,-8px)}.kcc-doc .kcc-doc-dot{position:absolute;z-index:100;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.kcc-doc .kcc-doc-dot-l{left:-5px;width:10px;height:100%;top:0;cursor:col-resize}.kcc-doc .kcc-doc-dot-r{right:-5px;width:10px;height:100%;top:0;cursor:col-resize}.kcc-doc .kcc-doc-dot-t{height:10px;width:100%;top:-5px;left:0;cursor:row-resize}.kcc-doc .kcc-doc-dot-b{height:10px;width:100%;bottom:-5px;left:0;cursor:row-resize}.kcc-doc .kcc-doc-dot-ewsn{height:20px;width:20px;z-index:110}.kcc-doc .kcc-doc-dot-nw{left:-10px;top:-10px;cursor:nw-resize}.kcc-doc .kcc-doc-dot-ne{right:-10px;top:-10px;cursor:ne-resize}.kcc-doc .kcc-doc-dot-se{right:-10px;bottom:-10px;cursor:se-resize}.kcc-doc .kcc-doc-dot-sw{left:-10px;bottom:-10px;cursor:sw-resize}.kcc-doc-in{opacity:1}.kcc-doc-min{width:0!important;height:0!important;overflow:hidden;-webkit-transform:translate(0)!important;-ms-transform:translate(0)!important;transform:translate(0)!important;right:2px;bottom:92px;left:auto!important;top:auto!important;-webkit-box-shadow:0 0 4px rgba(0,0,0,.2);box-shadow:0 0 4px rgba(0,0,0,.2)}.kcc-doc-min .kcc-doc-header{cursor:default}.kcc-doc-min .kcc-doc-min-open{display:block}.kcc-doc-min .kcc-doc-body,.kcc-doc-min .kcc-doc-dot,.kcc-doc-min .kcc-doc-header{display:none}.kcc-doc-min .kcc-doc-min-open-en .kcc-icon-doc-en,.kcc-doc-min .kcc-doc-min-open-zh .kcc-icon-doc-zh{display:block}.kcc-doc-loading{width:150px;height:10px;text-align:center}.kcc-doc-loading span{display:inline-block;width:10px;height:10px;margin-right:5px;border-radius:50%;background:#999;-webkit-animation:kccload 1.04s ease infinite;animation:kccload 1.04s ease infinite}.kcc-doc-loading span:last-child{margin-right:0}@-webkit-keyframes kccload{0%{opacity:1}to{opacity:0}}@keyframes kccload{0%{opacity:1}to{opacity:0}}.kcc-doc-loading span:first-child{-webkit-animation-delay:.13s;animation-delay:.13s}.kcc-doc-loading span:nth-child(2){-webkit-animation-delay:.26s;animation-delay:.26s}.kcc-doc-loading span:nth-child(3){-webkit-animation-delay:.39s;animation-delay:.39s}.kcc-doc-loading span:nth-child(4){-webkit-animation-delay:.52s;animation-delay:.52s}.kcc-doc-loading span:nth-child(5){-webkit-animation-delay:.65s;animation-delay:.65s}.kcc-autocomplete{position:relative;width:100%}.kcc-autocomplete *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.kcc-autocomplete .kcc-autocomplete-input{height:40px;width:100%;padding:10px 8px;line-height:20px;border:1px solid #aaa;outline:none}.kcc-autocomplete .kcc-autocomplete-content{border:1px solid #e0e0e0;display:none;position:absolute;width:100%;top:40px;z-index:10;background-color:#fff;max-height:200px;overflow:auto}.kcc-autocomplete .kcc-autocomplete-content.show{display:block}.kcc-autocomplete .kcc-autocomplete-item-wrap{padding:5px 0;list-style:none;overflow:auto}.kcc-autocomplete .kcc-autocomplete-item{line-height:26px;padding:0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}.kcc-autocomplete .kcc-autocomplete-item:hover{background-color:#f5f5f5;cursor:pointer}.kcc-autocomplete .kcc-autocomplete-item.active{color:green;background:#e0e0e0}