﻿*{box-sizing:border-box;padding:0;margin:0}body{overflow-y:overlay;font-family:-apple-system-font,BlinkMacSystemFont,"Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei UI","Microsoft YaHei",Arial,sans-serif;font-size:14px;color:#606266;letter-spacing:.2px;background-color:#f6f8f9;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;text-size-adjust:100%}a{color:#606266;text-decoration:none;cursor:pointer}code{font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace}img{vertical-align:top}.fa{line-height:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.4)}.hide{display:none}.mt-10{margin-top:10px}.mb-10{margin-bottom:10px}.text-nowrap{white-space:nowrap}.color-dark{color:#303133 !important}.color-gray{color:#909399}.required::before{color:#f56c6c;content:"* "}.no-scroll-y{height:100vh;overflow-y:hidden}.row{display:flex;margin-right:-16px}.row [class*=col-]{padding-right:16px;margin-bottom:1em}.row .col-3{width:25%}.row .col-4{width:33.3%}.row .col-6{width:50%}.row .col-8{width:66.6%}.row .col-9{width:75%}[class*=btn-]{user-select:none;display:inline-block;padding:8px 16px;font-size:14px;line-height:1.2em;text-align:center;text-shadow:none;white-space:nowrap;cursor:pointer;border-style:solid;border-width:1px;border-radius:4px;outline:none;appearance:none}[class*=btn-]:hover{opacity:.9}.btn-default{color:#606266;background-color:#fff;border:1px solid #dcdfe6}.btn-default:hover{color:#42b983;background-color:#f0f9eb;border-color:#42b983}.btn-info{color:#fff;background-color:#909399;border-color:#909399}.btn-success{color:#fff;background-color:#42b983;border-color:#42b983}.btn-warning{color:#fff;background-color:#e6a23c;border-color:#e6a23c}.btn-danger{color:#fff;background-color:#f56c6c;border-color:#f56c6c}[class*=alert-]{padding:8px 16px;margin-bottom:1em;line-height:1.8em;border-radius:4px}.alert-info{color:#909399;background-color:#f4f4f5}.alert-success{color:#42b983;background-color:#f0f9eb}.alert-warning{color:#e6a23c;background-color:#fdf6ec}.alert-error{color:#f56c6c;background-color:#fef0f0}blockquote{padding:0 16px;margin-bottom:1em;line-height:1.8em;color:#909399;border-left:1px solid #dcdfe6;border-left-width:4px}figure{margin-bottom:1em;border:1px solid #ebeef5;border-top-left-radius:4px;border-top-right-radius:4px}figure figcaption{display:flex;justify-content:space-between;padding:8px 16px;line-height:1.2em;white-space:nowrap;background-color:#f4f4f5;border-bottom:1px solid #ebeef5;-webkit-box-pack:justify;-ms-flex-pack:justify}figure figcaption .fa-times-circle{margin-right:.5em;color:#f56c6c}figure figcaption .fa-minus-circle{margin-right:.5em;color:#e6a23c}figure figcaption .fa-plus-circle{color:#42b983}figure figcaption .fa-code{color:#909399}figure figcaption .lang{margin-right:1em;font-size:12px;color:#42b983}code:not(.hljs){padding:2px 4px;font-size:12px;color:#d63200;white-space:nowrap;background-color:#f4f4f5;border-radius:4px}code.hljs{padding:8px 16px;font-size:13px;line-height:1.8em}.hljs{display:block;overflow-x:auto;color:#969896;background-color:#fafafa}.hljs-comment{color:#57a64a}.hljs-meta{color:#969896}.hljs-string,.hljs-variable,.hljs-template-variable,.hljs-strong,.hljs-emphasis,.hljs-quote{color:#df5000}.hljs-keyword,.hljs-selector-tag,.hljs-type{color:#a71d5d}.hljs-literal,.hljs-symbol,.hljs-bullet,.hljs-attribute{color:#0086b3}.hljs-section,.hljs-name{color:#63a35c}.hljs-title,.hljs-attr,.hljs-selector-id,.hljs-selector-class,.hljs-selector-attr,.hljs-selector-pseudo{color:#795da3}.hljs-addition{color:#55a532;background-color:#eaffea}.hljs-deletion{color:#bd2c00;background-color:#ffecec}.hljs-link{text-decoration:underline}table{width:100%;border-spacing:0}thead{background-color:#f4f4f5}th{white-space:nowrap}th,td{padding:.6em .8em;font-size:13px;line-height:1.8em;text-align:left;vertical-align:top;border-bottom:1px solid #ebeef5}.table-scrollable{position:relative;margin-bottom:1em;overflow-x:auto;overflow-y:hidden}.table-loadmore{position:absolute;top:auto;right:0;bottom:0;left:0;z-index:99;height:100px;padding-top:60px;text-align:center;cursor:pointer;background:-webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, #fff));background:linear-gradient(-180deg, rgba(255, 255, 255, 0) 0, #fff 50%)}.table-loadmore::before{font-family:FontAwesome;font-size:22px;color:#42b983;content:""}.table-border{border-top:1px solid #ebeef5;border-left:1px solid #ebeef5}.table-border th,.table-border td{border-right:1px solid #ebeef5}.table-striped tr:nth-child(2n){background-color:#fafafa}.table-hover tbody tr:hover{background-color:#f4f4f5}.dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;display:none;background-color:rgba(0,0,0,.4)}.dialog .content{width:70vw;max-height:80vh;margin:10vh auto;overflow-y:auto;background-color:#fff}.dialog .header{display:flex;justify-content:space-between;padding:16px;font-size:16px;line-height:1.2em;border-bottom:1px solid #ebeef5;-webkit-box-pack:justify;-ms-flex-pack:justify}.dialog .close{font-style:normal;color:#909399;cursor:pointer}.dialog .close:hover{color:#f56c6c}.dialog .body{padding:16px}.page-header-wrap{position:fixed;top:0;right:0;bottom:auto;left:0;z-index:999;background-color:#fff}.page-header{box-shadow:0 1px 5px #f4f4f5;user-select:none;display:flex;justify-content:space-between;height:70px;padding:0 40px;white-space:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify}.page-header .logo{padding:16px 0;font-size:18px;line-height:38px;cursor:pointer}.page-header .logo span{display:inline-block;width:38px;margin-right:.5em;color:#606266;text-align:center;background-color:#f4f4f5;border-radius:100%}.page-header .logo img{width:auto;height:100%;margin-right:.5em}.page-header .nav li{list-style:none}.page-header .nav a{display:block}.page-header .nav a:hover{background-color:#f4f4f5}.page-header .nav>li{position:relative;display:inline-block}.page-header .nav>li>a{padding:0 16px;line-height:70px}.page-header .dropdown{position:absolute;top:70px;right:0;bottom:auto;left:auto;z-index:99;box-shadow:0 2px 12px rgba(0,0,0,.1);transition:all .2s ease;height:0;overflow:hidden;background-color:#fff;border-radius:4px}.page-header .dropdown a{padding:0 20px;line-height:2.6em}.page-header .dropdown a small{color:#909399}.page-header .with-dropdown>a::after{margin-left:.4em;font-family:FontAwesome;content:""}.page-header .with-dropdown:hover .dropdown{height:auto;padding:10px 0}.page-sidebar-wrap{position:fixed;top:70px;right:auto;bottom:0;left:0;z-index:99;transition:all .2s ease;width:260px;background-color:#fff}.page-sidebar{position:absolute;top:0;right:0;bottom:0;left:0;z-index:99;box-shadow:0 1px 5px #f4f4f5;user-select:none;padding:16px 0;overflow-y:overlay}.page-sidebar li{list-style:none}.page-sidebar a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;padding-right:16px;line-height:2.4em}.page-sidebar a:hover{background-color:#f4f4f5}.page-sidebar a.active{color:#42b983}.page-sidebar li.open>a,.page-sidebar li.close>a{padding-left:0}.page-sidebar .fa{color:#909399;text-align:center}.page-sidebar li.open .fa::before{content:""}.page-sidebar li.close .fa::before{content:""}.menu-root>li{margin-bottom:.5em}.menu-root>li>a{padding-left:2em}.menu-root>li>a .fa{width:2em}.menu-sub{padding-left:1.5em}.menu-sub>li>a{padding-left:1.5em}.menu-sub>li>a .fa{width:1.5em}.menu-last{display:none;padding-left:1.5em}.menu-last li{position:relative;padding-left:.5em}.menu-last li::before,.menu-last li:not(:last-child)::after{position:absolute;top:0;right:auto;bottom:0;left:0;z-index:99;width:.5em;content:"";border-left:1px solid #dcdfe6}.menu-last li::before{height:.96em;border-bottom:1px solid #dcdfe6}.menu-last a{padding-left:.5em;line-height:1.92em}.page-container-wrap{transition:all .2s ease;margin-top:70px;margin-left:260px;background-color:#fff}.page-container{transition:all .2s ease;max-width:1200px;padding:10px 40px 40px}.page-container a{color:#4183c4}.page-container a .fa{font-size:12px;vertical-align:top}.page-container img{max-width:600px;margin-bottom:1em}.page-container h1,.page-container .h1{margin:2em 0 1em;font-size:28px;font-weight:normal;line-height:1.2em;cursor:pointer}.page-container h2,.page-container .h2{margin:2em 0 1em;font-size:22px;font-weight:normal;line-height:1.2em;cursor:pointer;padding-bottom:.6em;border-bottom:1px solid #dcdfe6;border-bottom-style:dashed}.page-container h3,.page-container .h3{margin:2em 0 1em;font-size:16px;font-weight:normal;line-height:1.2em;cursor:pointer;color:#909399}.page-container h4,.page-container .h4{margin:2em 0 1em;font-size:16px;font-weight:normal;line-height:1.2em;cursor:pointer;color:#909399}.page-container p{margin-bottom:1em;line-height:1.8em}.page-container ul,.page-container ol{padding-left:2em;margin-bottom:1em;line-height:1.8em}.page-container li{margin-bottom:.4em}.page-container li:last-child{margin-bottom:0}.page-container iframe{margin-bottom:1em}.page-container .h1 h1,.page-container .h2 h2,.page-container .h3 h3{display:inline-block;padding:0;margin:0;border:0}.page-container li h1,.page-container li h2,.page-container li h3,.page-container li h4,.page-container table h1,.page-container table h2,.page-container table h3,.page-container table h4{padding:0;margin:0 0 .4em;font-size:inherit;border:0}.page-container li h1:last-child,.page-container li h2:last-child,.page-container li h3:last-child,.page-container li h4:last-child,.page-container table h1:last-child,.page-container table h2:last-child,.page-container table h3:last-child,.page-container table h4:last-child{margin-bottom:0}.page-container li p,.page-container blockquote p,.page-container table p{margin-bottom:.4em}.page-container li p:last-child,.page-container blockquote p:last-child,.page-container table p:last-child{margin-bottom:0}.page-container table ul,.page-container table ol{padding-left:1.4em;margin-bottom:.4em}.page-container table ul:last-child,.page-container table ol:last-child{margin-bottom:0}.page-container table figure{margin-bottom:.4em}.page-container table figure:last-child{margin-bottom:0}.page-handle{position:fixed;top:10vh;right:auto;bottom:auto;left:260px;z-index:99;box-shadow:0 2px 12px rgba(0,0,0,.1);transition:all .2s ease;overflow:hidden;border-top-right-radius:10px;border-bottom-right-radius:10px}.page-handle span{display:block;padding:6px;text-align:center;cursor:pointer;background-color:#fff;border-bottom:1px solid #ebeef5;opacity:.2}.page-handle span:hover{color:#42b983;opacity:1}.without-menu .page-handle{left:0}.without-menu .page-handle .fa-angle-left{transform:rotate(180deg)}.without-menu .page-sidebar-wrap{left:-260px}.without-menu .page-container-wrap{margin-left:0}.without-menu .page-container{max-width:100vw}