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


html,body {
    height: 100%;
    scroll-behavior: smooth;
}

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.content-body {
    padding-top: 40px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.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: #0082FF;
    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 {
    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;
    margin-left: auto;
    /* margin-right: 10px; */
    border-radius: 4px;
    padding: 13px 16px 13px 17px;
    background-color: #F4F7F9;
    margin-top: -6px;
}

.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;
    border: none;
    outline: none;
    font-size: 16px;
    color: #000000;
    opacity: 0.4;
    background-color: #F4F7F9;
}

.help-body-box-header-search .tip {
    display: none;
    position: absolute;
    top: 43px;
    left: 0;
    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);
    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%;
    background-color: #F4F7F9;
    display: flex;
    /* min-width: 1180px; */
    margin-top: 50px;
    justify-content: center;
    align-items: start;
    position: relative;
}

.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; */
    min-height: calc(100vh - 90px);
    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;
    font-weight: 600;
    
}
.catalog-trigger > span:hover{
    color: #0082FF !important;
}

.content .left .J-navs {
    flex: auto;
    overflow: hidden;
    width:270px;
    /* margin-top: 166px; */
    padding-left: 20px;
    z-index: 10;
}
.content .left .J-navs::-webkit-scrollbar {
    display:none;
}
.J-doc-catalog::-webkit-scrollbar{
    display: none;
}
.content .right .list::-webkit-scrollbar{
    display: none;
}
.J-doc-line::-webkit-scrollbar{
    display: none;
}

.content .left .J-navs>.list {
    padding-top: 6px;
    padding-bottom: 8px;
    max-height: 100% !important;
    overflow-y: auto;
    display: block !important
}
/* .content .left .J-navs>.list::-webkit-scrollbar{
    display: none;
} */
.content .left .J-left-header-fixed{
    padding-left: 20px;
    position: sticky;
    top: 0px;
    background: #f4f7f9;
    width: 270px;
    opacity: 1;
    z-index: 100;
}

.content .left .list {
    padding-left: 24px;
    height: auto;
    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: 8px 16px 8px 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: #0082FF !important;
}

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

.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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex: 1;
    padding-right: 10px;
    background: #fff;
    min-height: 800px;
}

.content .middle .doc-title {
    display: none;
    font-size: 16px;
    font-weight: 600;
    padding: 0 20px;
    margin-bottom: 10px
}
.J-doc-content{
    margin-bottom: 60px;
}
.J-doc-content.active{
    display: flex;
}
.J-doc-content.close{
    display: none;
}
.J-doc-main.active{
    display: block;
}
.J-doc-main.close{
    display: none;
}

.J-article::-webkit-scrollbar {
    display:none;
}
.J-right::-webkit-scrollbar {
    display:none;
}
.J-left::-webkit-scrollbar {
    display:none;
}
.J-left .J-fixed-left::-webkit-scrollbar {
    display:none;
}
.J-fixed-left{
    overflow-y: auto;
}
.controlContent{
    margin-top: 52px;
    display: inline-block;
}
.arrow-left{
    width: 7px;
    border-right: 1.5px solid #373d41;
    height: 7px;
    border-top: 1.5px solid #373d41;
    background: transparent;
    cursor: pointer;
    transform: rotate(-135deg);
    margin: 0 0px 1px 0px;
    display: inline-block;
}
.controlContent:hover > .arrow-left{
    border-right: 1.5px solid #0082FF;
    border-top: 1.5px solid #0082FF;
}

.controlContent > span:hover{
    color:#0082FF !important;
    cursor: pointer;
}

.left.J-left{
    position: sticky;
    width: 270px;
    height: 100%;
    display: flex;
    background: rgb(244, 247, 249);
    top: 90px;
}

@media screen and (min-width: 769px) and (max-width: 1299px) {
    .content .middle{
        width: calc(100% - 270px);
    }
    .content{
        width:100%;
    }
    .content .J-doc-main{
        width:969px;
    }
    
}
@media screen and (min-width: 1350px) {
    .content .middle{
        width: 1069px;
    }
    .content .J-content-middle{
        width: 810px ;
    }
    .content .J-doc-main{
        width:1029px;
    }

}
@media screen and (min-width: 1300px) and (max-width:1349px) {
    .content .middle{
        width: 1029px;
    }
    .content .J-doc-main{
        width:989px;
    }
}



.content .right {
    position: fixed;
    width: 219px;
    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: 14px;
    cursor: pointer;
    padding-top: 0;
    padding-bottom: 10px;
}
.content .right .list .item.title:hover{
    color: #0082FF;
}


.content .right .list .item {
    display: block;
    color: #373d41;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none;
    padding: 8px 0 8px 20px;
    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: 20px;
    font-weight: 500;
    color: #373d41;
}

.content .right .list .item.h2{
    padding-left: 20px;
}
.content .right .list .item.h3 {
    padding-left: 35px;
}

.content .right .list .item.active {
    color: #0082ff;
    /* border-left: 4px solid #0082ff; */
}
.J-doc-line{
    width:4px;
    height:100%;
    border-radius: 2px;
    background-color:#F4F7F9;
    float: left;
}
.J-doc-line .active{
    border-radius: 2px;
    background-color:#0082FF;
}

.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
    }

    .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
    }
}
.banner-tip{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.banner-container{
    background: #FFFFFF;
    box-shadow: 0 0 17px 0 #e9eef1;
    border-radius: 8px;
    padding: 48px;
    /* display: flex; */
    align-items: flex-start;
    margin-bottom: 50px;
    margin-top: 25px;
    position: relative;
}

.banner-left-view{
    display: flex;
    flex-direction: column;
    margin-right: 32px;
    flex:1;
}



.banner-left-title{
    font-family: PingFangSC-Medium;
    font-size: 36px;
    color: #000000;
    letter-spacing: 0;
    line-height: 48px;
}

.banner-left-view > .banner-left-desc{
    opacity: 0.6;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 18px;
    flex: 1;
}

.default-button{
    height: 40px;
    width: 120px;
    border: 1px solid #0082FF;
    border-radius: 4px;
    background-color: #ffffff;
    outline: none;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #0074E0;
    text-align: center;
    line-height: 36px;
    margin-right: 18px;
    cursor: pointer;
}

.primary-button{
    cursor: pointer;
    height: 40px;
    width: 120px;
    border-radius: 4px;
    background-color: #0082FF;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
    margin-right: 18px;
    border: 0;
}
.main-content{
    margin-top: 10px;
}
.main-content-title{
    font-family: PingFangSC-Medium;
    font-size: 36px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 48px;
}

.main-content > .main-content-sub{
    opacity: 0.6;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 40px;
}

.main-content-listItem{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 24px 0;
}

.main-content-listTitle{
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #0082FF;
    letter-spacing: 0;
    line-height: 36px;
}

.main-content > ul{
    list-style: none;
    margin:0;
}
.lake-engine-view li, .lake-engine li{
    margin:0;
}
.main-content-listContent-all{
    background-image: url('https://img.alicdn.com/imgextra/i4/O1CN01uXsWKh1NTYuHIjqqp_!!6000000001571-2-tps-120-420.png');
    background-size: 2px 7px;
    background-repeat: repeat-y;
    margin-left: 9px;

}
.main-content-listContent{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-left: 40px;
}

.main-content-listContent-left{
    margin-left: 9px;
    height: 191px;
    width: 0px;
    border: 0.5px dashed #0082FF;
    margin-right: 40px;
}

.main-content-listContent-right{
    flex:1;
    border: 2px solid #EDF2F5;
    border-radius: 4px;
}

.main-content-listContent-right-title{
    background: #F4F7F9;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px 40px
}

.main-content-listContent-right-title-text{
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 32px;
}

.main-content-listContent-right-content{
    display: grid;
    grid-template-columns: repeat(2, 50%);
    padding-top: 30px;
    padding-bottom: 12px;
}

.main-content-listContent-right-content-item{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 40px;
    padding-bottom: 18px;
}

.main-content-listContent-right-content-text{
    opacity: 0.8;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    margin-left: 18px;
}

.main-content-listContent-right-content-text:hover{
    color: #0082FF;
    cursor: default;
}

.hot-video > .hot-video-title{
    font-family: PingFangSC-Medium;
    font-size: 36px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 48px; 
    margin-top: 50px;
    margin-bottom: 30px;
}

.hot-video-list{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 66px;
    margin-left: 12px;
}

.hot-video-list-item{
    display: flex;
    flex-direction: column;
    margin-right: 29px;
}

.hot-video-list-item-view{
    height: 60px;
    width: 261px;
    background: #F4F7F9;
    border-radius: 0 0 4px 4px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.hot-video-list-item-view > .hot-video-list-item-text{
    opacity: 0.8;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
}

.main-content-listContent-right-title .right-arrow{
    width: 10px;
    border-left: 1.5px solid #333;
    height: 10px;
    border-top: 1.5px solid #333;
    background: transparent;
    cursor: pointer;
    transform: rotate(45deg);
}
.main-content-listContent-right-title .close{
    transform: rotate(225deg);
}

.video-modal{
    height: 177px;
    width: 261px;
    border: 1px solid;
}
.video-container{
    position: relative;
}
.video-content{
    position: relative;
    border-radius: 4px 4px 0 0;
}
.video-content-img{
    width:261px;
    height:177px;
    position: relative;
}
.video-img{
    width: 261px;
}
.video-img-icon{
    position: absolute;
    top:0;
    right: 0;
    margin:auto;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    z-index: 100;
    cursor: pointer;
}
.video-content-overlay{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.1;
    width:261px;
    height:177px;
    border-radius: 4px 4px 0 0;
    
}
/* dialog */
.ui-widget-content{
    background-color: #fff !important;
    height: 60% !important;
    width: 60% !important;
    position: fixed !important;
}
.ui-widget-content::-webkit-scrollbar{
    display: none;
}
.ui-widget-overlay{
    position: fixed !important;
}
.ui-dialog .ui-dialog-content{
    overflow: hidden;
}
.ui-dialog .ui-dialog-content::-webkit-scrollbar{
    display: none;
}
div#dialog{
    position: relative;
}
.video-close-icon{
    position: absolute;
    right: 3px;
    top: 2px;
}
.cross {
    width: 20px;
    height: 20px;
    z-index: 1;
}

.cross::before,
.cross::after {
    content: '';
    width: 1px;
    height: 20px;
    background: #000000;
    position: absolute;
    right: 10px;
}

.cross::before {
    transform: rotate(45deg);
}

.cross::after {
    transform: rotate(-45deg);
}
.cross-overlay{
    cursor: pointer;
    opacity: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top:0;
    z-index: 10;
}
.content .right .list .item:hover{
    cursor: pointer;
    color: #0082ff;
}
.doc-content-container{
    margin-left:30px;
}
.breakcrumbs-container {
    display: flex;
    flex-wrap: wrap;
}
.crumbs {
    align-items: center;
    display: flex;
    justify-content: center;
}
.crumbs > span{
    font-family: "PingFangSC-Regular";
    font-size: 14px;
    color: #373d41;
    letter-spacing: 0.5px;
    line-height: 24px;
}
.crumbs.active > span{
    color: #0082FF;
}
.crumbs > span:hover{
    color: #0082FF !important;
    cursor: pointer;
}
.crumbs > span:nth-last-child(1):hover{
    color: #0082FF;
    cursor: text;
}
.crumbs-arrow {
    width: 7px;
    border-right: 1px solid #373d41;
    height: 7px;
    border-top: 1px solid #373d41;
    background: transparent;
    cursor: pointer;
    transform: rotate(45deg);
    margin: 0 12px -1px 5px;
}

.catalog-item{
    padding: 5px 0;
}
.catalog-item > span{
    color: #0082ff;
    font-size: 16px;
}
.catalog-item > span:hover{
    text-decoration: underline;
    cursor: pointer;
}

.switch-platform-img{
    width:52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.switch-platform-div{
    display: none;
    position: absolute;
    top: 123px;
    left: 270px;
    background: #fff;
    /* border-radius: 5px; */
    list-style: none;
    width: 180px;
    padding: 24px;
    padding-left: 30px;
    z-index: 1;
    animation-duration: 0.2s;
    animation-name: zoom;    
    transform-origin: left top;
    box-shadow: 0 0 17px 0 #e9eef1;
    padding-bottom: 10px;
}
.switch-platform-open{
    display: block !important;
}
.switch-platform-item{
    margin: 0 0 13px !important;
}
.switch-platform-item:hover{
    color: #0082FF;
    cursor: pointer;
}

.image-out-overlay{
    transition-duration: 366ms;
    backface-visibility: hidden;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
    display: none;
}
.image-out-open{
    display: block;
}
.image-out-open .image-out-bg{
    opacity: .87;
    transition-timing-function: cubic-bezier(.22,.61,.36,1);
}
.image-out-bg{
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    height: 100%;
    transition-timing-function: cubic-bezier(.47,0,.74,.71);
}
.image-out-content, .image-out-bg{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.image-out-content{
    animation-timing-function: cubic-bezier(.5,0,.14,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform,opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
    cursor: zoom-in;
    
}
@keyframes zoom {
    from {transform: scale(0.1)}
    to {transform: scale(1)}
}
.image-out-img{
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    cursor: grab;
    animation-name: zoom;
	animation-duration: 0.6s;
}


.image-out-stage{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform,opacity;
    white-space: normal;
    z-index: 99994;
    display: block;
    overflow: visible;
    padding: 44px 0;

    width: 100%;
    height: 70%;
    margin: auto;
    right: 0;
    bottom: 0;
}
.image-tools{
    opacity: 0.6;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100000;
    background: #000;
}
.image-icon-close {
    width: 30px;
    height: 30px;
    z-index: 100001;
    position: absolute;
    top: 9px;
    right: 9px;
    opacity: 1;
}

.image-icon-close::before,
.image-icon-close::after {
    content: '';
    width: 3px;
    height: 30px;
    background: #fff;
    position: absolute;
    right: 14px;
    color: #fff;
}

.image-icon-close::before {
    transform: rotate(45deg);
}

.image-icon-close::after {
    transform: rotate(-45deg);
}

.cooperation.showDiv {
    visibility: visible;
    display: flex;
    opacity: 1;
}

.cooperation.hideDiv {
    display: none;
    opacity: 1;
}

.cooperation {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(209,213,217,1);
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

.cooperation .box {
    display: flex;
    position: relative;
    z-index: 1;
    width: 576px;
    height: 444px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    background-color: #fff;
    align-items: center;
    justify-content: center;
}

.cooperation .box .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 11px;
    height: 11px;
    cursor: pointer;
}

.cooperation .box .cap {
    position: absolute;
    top: 14px;
    left: 22px;
    color: #333;
    font-size: 14px;
    line-height: 17px;
}


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