
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%
}

body {
    min-height: 100%;
    background-color: #fff;
    font-family: PingFangSC, helvetica neue, hiragino sans gb, arial, microsoft yahei ui, microsoft yahei, simsun, sans-serif !important;
    -webkit-font-smoothing: antialiased
}

.container {
    height: auto;
    min-height: calc(100vh - 130px)
}

.content {
    margin: 0 auto;
    max-width: 1200px
}

@font-face {
    font-family: "header-iconfont";
    src: url("//at.alicdn.com/t/font_358977_e7yj5zq1199.eot");
    src: url("//at.alicdn.com/t/font_358977_e7yj5zq1199.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_358977_e7yj5zq1199.woff2") format("woff2"), url("//at.alicdn.com/t/font_358977_e7yj5zq1199.woff") format("woff"), url("//at.alicdn.com/t/font_358977_e7yj5zq1199.ttf") format("truetype"), url("//at.alicdn.com/t/font_358977_e7yj5zq1199.svg#iconfont") format("svg")
}


@font-face {
    font-family: 'iconfont'; /* project id 358977 */
    src: url('//at.alicdn.com/t/font_358977_e7yj5zq1199.eot');
    src: url('//at.alicdn.com/t/font_358977_e7yj5zq1199.eot?#iefix')
        format('embedded-opentype'),
      url('//at.alicdn.com/t/font_358977_e7yj5zq1199.woff2') format('woff2'),
      url('//at.alicdn.com/t/font_358977_e7yj5zq1199.woff') format('woff'),
      url('//at.alicdn.com/t/font_358977_e7yj5zq1199.ttf')
        format('truetype'),
      url('//at.alicdn.com/t/font_358977_e7yj5zq1199.svg#iconfont')
        format('svg');
  }
  .icon {
    display: inline-block;
    color: #000;
    font-style: normal;
    font-size: 12px;
    font-family: 'iconfont';
  }


.quick-menu {
    padding-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-image: url("//img.alicdn.com/tfs/TB1QiEiXpY7gK0jSZKzXXaikpXa-2880-1080.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding-bottom: 10px
}

.quick-menu h1 {
    color: #fff;
    font-size: 28px;
    text-align: center;
    margin-top: 28px;
    font-weight: 400
}

.quick-menu .search-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 42px;
    margin-top: 14px;
    width: 100%;
    max-width: 800px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.quick-menu .search-wrapper {
    position: relative;
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4
}

.quick-menu .search-wrapper .search-input {
    display: inline-block;
    width: 100%;
    height: 42px;
    padding: 0 16px;
    border: none;
    outline: none;
    font-size: 14px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0
}

.quick-menu .search-wrapper .search-result {
    display: none;
    position: absolute;
    top: 43px;
    z-index: 30;
    width: 100%;
    background-color: #fff;
    border: 1px solid #d7d8d9;
    border-top: none;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 400px;
    overflow-y: scroll
}

.quick-menu .search-wrapper .search-result li {
    cursor: pointer;
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    font-size: 14px;
    color: #373d41;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.quick-menu .search-wrapper .search-result li:hover {
    background-color: #f7f7f7;
    color: #174eed
}

.quick-menu .search-btn {
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    outline: none;
    background-image: -webkit-gradient(linear, right top, left top, from(#21c5fd), to(#174eed));
    background-image: -o-linear-gradient(right, #21c5fd, #174eed);
    background-image: linear-gradient(270deg, #21c5fd, #174eed);
    color: #fff;
    font-size: 16px
}

.quick-menu .menus {
    margin-top: 40px;
    list-style: none;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1000px;
    overflow: hidden
}

.quick-menu .menus .menu-item {
    background: none;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    cursor: pointer;
    overflow: hidden;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.quick-menu .menus .menu-item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 0
}

.quick-menu .menus .menu-item a .iconfont {
    font-size: 36px
}

.quick-menu .menus .menu-item a p {
    font-size: 18px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

footer {
    display: flex;
    height: 130px;
    background-color: #000;
    color: rgba(181, 181, 181, .8);
    opacity: 1 !important;
    font-size: 14px;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

footer .footer-container {
    display: flex;
    flex-direction: column;
    align-items: center
}

footer .footer-container .about-us {
    display: flex;
    padding: 0
}

footer .footer-container .about-us li {
    margin-left: 0;
    padding: 0 20px;
    border-right: 1px solid rgba(231, 231, 231, .8);
    list-style: none
}

footer .footer-container .about-us li a {
    color: rgba(231, 231, 231, .8);
    text-decoration: none
}

footer .footer-container .about-us li:last-child {
    border-right: none
}

.empty-search-result {
    font-size: 14px;
    color: #666;
    height: 36px;
    line-height: 36px;
    text-align: center
}

.body {
    padding-top: 40px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.top {
    height: 60px;
    border-bottom: solid 1px #dbdbdb;
    background: #fff;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 1180px;
    width: 82%;
    left: 50%;
    top: 90px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

.top .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.top .back {
    width: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px
}

.top .back a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9b9b9b;
    font-size: 14px;
    text-decoration: none
}

.top .back a img {
    width: 16px
}

.top .catalog-trigger {
    width: 146px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    text-align: center;
    border: solid 1px #dbdbdb;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.top .catalog-trigger img {
    margin-left: 10px;
    width: 16px
}

.top .catalog-trigger:hover+.docs {
    display: block
}

.help-body-box-header-search {
    width: 400px;
    height: 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #d7d8d9;
    margin-left: auto;
    margin-right: 10px
}

.help-body-box-header-search .change-type-button {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    width: 80px
}

.help-body-box-header-search .change-type-button .choose-text {
    border: 1px solid #d7d8d9;
    border-left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    line-height: 42px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    text-align: center
}

.help-body-box-header-search .change-type-button .choose-text img {
    width: 12px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translateY(2px) rotateZ(90deg);
    -ms-transform: translateY(2px) rotate(90deg);
    transform: translateY(2px) rotateZ(90deg)
}

.help-body-box-header-search .change-type-button .change-type-button-else {
    display: none;
    border-top: 0;
    border-left: 1px solid #d7d8d9;
    background: #f5f5f5
}

.help-body-box-header-search .help-body-box-header-search-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 20px;
    line-height: 20px;
    padding-left: 90px;
    border: none;
    outline: none;
    font-size: 14px;
    color: #373d41
}

.help-body-box-header-search .tip {
    display: none;
    position: absolute;
    top: 43px;
    left: 0;
    z-index: 30;
    width: calc(100% - 40px);
    background-color: #fff;
    border: 1px solid #d7d8d9;
    border-top: none;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    list-style: none
}

.help-body-box-header-search .tip li {
    list-style: none;
    margin-left: 0;
    padding: 2px 10px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.help-body-box-header-search .tip li:hover {
    background-color: #f7f7f7;
    color: #174eed;
    cursor: pointer
}

.help-body-box-header-search .icon-search-white {
    width: 40px;
    height: 40px;
    background-color: #373d41;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAiCAYAAAFAXksTAAAABGdBTUEAALGPC/xhBQAAA3RJREFUWAmtVz1uFDEUHggpIqJUUTYFBdJ2aUHaIifIBdgDhEOkAGmPEJSGcsUNIoqVElGxCAnRpEkTQELKCcJPFbJ8n+c9z7M9Hm9290lv/H6+99nr9dieqhKZzWZXagctEhcuAOMsyKiDhMoXjQUtss9dAMZH6IY6M4UhOK3weGkCMwZ2oF40GbZI/xDIAdq+wj0KgUvong8Yg2DvBo5EGYMM6D7k4wGErRWJPSXSx2FzPL+gJz4ohmNCgui30F3oP/qQnmAq/n5KPV0+Wse9S4R3jGHjrjuTazUJYtGpzcJfs76zicrIkIBHfLTNE+NSWE8mA20ixddBDpWjTLca/gsjHa+yIDlWJNptjcctchPFxTmO/0iS50kyE2glQ/BGEluZuiScI0oXfVLaBECy30pECBKbmkR7DV1vSmsLsUODoen+9xjnfQCOowJ1/8Dg6mfHQw3S9sWLGpYw4UByA3oCvYLyJeXOdJAAcwGA16BccF0yytW7OCp7UTXnif/mYyi3j59Qle9ZMkWgneRAyG0b3DjBIflJAPWOnyCaAHCcPydNVKxsIkHWAeDPpeYogCxAtCc1l8sSbQnRjSWaayO1BbBfiP85iOtPQ7sfJDKOwfcDCBIDk8zvfqgC7lSwdwGJOkh+NWSHGtcWuXUodwWVW80lLRAfFFVobyXfSbYLELeLNjnW3pEskym41MZkycFfIrB5ksHnH/TaxheyQfaqWAgQ54xbSm7ekEqEWNa4bbnYSQkAIl7i5l0JgBaFXDulfpM8iniy2fWtPXE980RLTrqYhBjB2ncAISfk3oxrWn0A+dbeubLmwbez8w1uJZMga6H6hisr+xh01XFb4JETy1z7UidxMzB/4TCd9LO1AJ0ZIE3/ZZAtumeCnFEf7Z835AVQ72paM/edbd5xgVjPHO0jOHssD8+h8HJcVU8sYEV2zBn36bvhgN55rzbeRP4q3Jgz7jPsA/M41bmU9gJt8kEVVpU9ckDJZWVargQCFWNbJfYEbfaLJEfMGihrY3mfq2mNo7oH1Q/pmIy3UB4JvJHq7ZQ3VNqMMWdvqnBbhUfz/W72KOCmNoKW7tqAZIW15CDXEKp3BJhO7j8wnUaUcy1wFvg1wfX2DfpblDZjzBGTXXvIrXZgOsBl246BPVuWe6n6aGA851Z2ZC01MFv8H99VWXvCXd88AAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 18px 18px;
    cursor: pointer
}

.content {
    height: 100%;
    /* margin: 0 auto; */
    /* max-width: 1180px */
}

.docs {
    padding-top: 10px;
    display: none;
    width: calc(100% - 282px);
    position: fixed;
    background-color: transparent;
    top: 60px;
    left: 271px
}

.docs:hover {
    display: block
}

.docs .docs-wrapper {
    padding: 0 20px 20px 20px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .4);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .4);
    width: 100%;
    max-height: 500px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.docs .J-docs {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.catalog {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    font-size: 14px;
    color: #666 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px
}

.catalog .catalog-title {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #000 !important;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer
}

.catalog .catalog-items {
    margin: 0 auto
}

.catalog .catalog-items .item {
    cursor: pointer;
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #ebedf0;
    background: #fff;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    text-decoration: none
}

.catalog .catalog-items .item:hover {
    color: #174eed
}

.content .left {
    position: fixed;
    width: 260px;
    height: calc(100% - 210px);
    top: 150px;
    left: 9% !important;
    /* display: flex; */
    /* display: none; */
    overflow: hidden;
    flex-direction: column
}

.content .left .title {
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 17px 0 17px 20px;
    font-size: 18px;
    color: #373d41;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #ccc;
    background-color: #f8f8f8;
    font-weight: 600
}

.content .left .J-navs {
    flex: auto;
    overflow: hidden
}

.content .left .J-navs>.list {
    padding-top: 6px;
    padding-bottom: 8px;
    max-height: 100% !important;
    overflow-y: scroll;
    display: block !important
}

.content .left .list {
    padding-left: 24px;
    height: auto;
    background-color: #f8f8f8;
    display: none
}

.content .left .list .item {
    position: relative;
    display: block;
    cursor: pointer
}

.content .left .list .item .name {
    cursor: pointer;
    height: auto;
    line-height: 20px;
    padding: 4px 16px 4px 0;
    vertical-align: middle;
    font-size: 14px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #373d41;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
    width: 100%;
    white-space: nowrap
}

.content .left .list .item .name.active,
.content .left .list .item .name:hover {
    color: #096dd9 !important
}

.content .left .list .item .name img {
    width: 12px;
    position: absolute;
    left: -20px;
    top: 8px
}

.content .left .list .item .name.open img {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    transform: rotateZ(90deg)
}

.content .left .list .item .name.open+.list {
    display: block
}

.content .middle {
    width: calc(100% - 470px);
    margin-left: 260px;
    overflow: hidden;
    padding: 20px 0 40px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.content .middle .doc-title {
    display: none;
    font-size: 16px;
    font-weight: 600;
    padding: 0 20px;
    margin-bottom: 10px
}

.content .middle .article {
    padding: 0 20px
}

.content .right {
    position: fixed;
    width: 260px;
    display: none;
    top: 180px;
    height: calc(100% - 310px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.content .right .list {
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 100%;
    overflow-y: scroll;
    position: relative
}

.content .right .list .item.title {
    font-weight: 600;
    font-size: 16px
}

.content .right .list .item {
    display: block;
    color: #373d41;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none;
    padding: 4px 0 4px 15px;
    position: relative;
    border-left: 4px solid #ebecec;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer
}

.content .right .list .item .text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%
}

.content .right .list .item.h1 {
    padding-left: 15px;
    font-weight: 500;
    color: #373d41
}

.content .right .list .item.h2 {
    padding-left: 30px
}

.content .right .list .item.h3 {
    padding-left: 45px
}

.content .right .list .item.active {
    color: #096dd9;
    padding-top: 10px;
    padding-bottom: 10px
}

.content .right .list .item.active::before {
    content: " ";
    position: absolute;
    top: 0;
    left: -4px;
    display: block;
    width: 4px;
    height: 100%;
    background-color: #096dd9
}

pre {
    border: 1px solid #e8e8e8;
    padding: 16px;
    background-color: #f9f9f9;
    overflow-x: scroll !important
}

[data-lake-card=codeblock] pre {
    border: none
}

pre[data-lang] code {
    border: none
}

.table-wrapper {
    width: 100%;
    overflow-x: scroll
}

.lake-list-task {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #262626;
    margin-left: 0 !important
}

.lake-list-task .task-box {
    width: 16px;
    height: 16px;
    min-height: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    border-radius: 2px;
    overflow: hidden;
    margin-right: 3px;
    position: relative
}

.lake-list-task .task-box.checked {
    background-color: #25b864;
    border-color: #25b864
}

.lake-list-task .task-box:hover {
    border-color: #25b864
}

.lake-list-task .task-box .box-inner {
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    position: absolute;
    left: 4.57142857px;
    top: 1.14285714px;
    display: table;
    width: 5.71428571px;
    height: 9.14285714px;
    border: 2px solid #fff;
    content: " ";
    border-top: 0;
    border-left: 0;
    -webkit-transition: all .2s cubic-bezier(0.12, 0.4, 0.29, 1.46) .1s;
    -o-transition: all .2s cubic-bezier(0.12, 0.4, 0.29, 1.46) .1s;
    transition: all .2s cubic-bezier(0.12, 0.4, 0.29, 1.46) .1s;
    opacity: 1
}

@media(max-width: 800px) {
    .top {
        height: auto;
        padding: 10px 0
    }

    .top .catalog-trigger {
        width: 80px;
        height: 36px
    }

    .top .left {
        width: 96%;
        margin: 0 auto 10px auto;
        justify-content: space-between
    }

    .top .left .back {
        padding-left: 0
    }

    .top .left .docs {
        z-index: 1;
        left: 2%;
        width: 96%;
        top: 42px
    }

    .top .left .docs .docs-wrapper {
        min-height: auto;
        max-height: calc(100vh - 130px)
    }

    .top .left .docs .J-docs {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2
    }

    .iapIframe{
        border: none;
    }
    
    .iapIframe::-webkit-scrollbar{
        display: none;
    }

    .help-body-box-header-search {
        width: 96%;
        margin: 0 auto
    }

    .body {
        padding-top: 180px
    }

    .body .content .left,
    .body .content .right {
        display: none;
        width: 0;
        height: 0;
        overflow: hidden
    }

    .body .content .middle {
        padding-top: 6px;
        width: 100%;
        margin-left: 0
    }

    .body .content .middle .doc-title {
        display: block
    }
}

/*# sourceMappingURL=docContent.css.map */

/*在视觉上将iframe的滚动条隐藏*/
/*主要是将width置为0px*/ 
::-webkit-scrollbar { 
    width: 0px; height: 5px; 
} 
/*下面的css定义可以不写，如果width不是0px的时候，通过下面的css定义可以自定义其他样式的滚动条*/ 
::-webkit-scrollbar-thumb{ 
    background-color: transparent; 
    -webkit-border-radius: 5px; 
    border-radius: 5px; 
} 
::-webkit-scrollbar-thumb:vertical:hover{ 
    background-color: transparent; 
} 
::-webkit-scrollbar-thumb:vertical:active{ 
    background-color: transparent; 
} 
::-webkit-scrollbar-button{ 
    display: none; 
} 
::-webkit-scrollbar-track{ 
    background-color: transparent; 
}