







/*css for markdown*/
.itemBody div.itemFullText{
    font-size: 16px;
    line-height: 150%;
    position: relative;
}

.itemBody div.itemFullText p:first-child img{
    width: 845px;
}

.itemBody div.itemFullText p img{
    max-width: 845px;
    overflow: hidden;
    width: auto;
}

.itemBody div.itemFullText ul {
    font-size: 16px;
}
.itemBody div.itemFullText ul {
    margin-left: 15px;
}
.itemBody div.itemFullText a {
    /*text-decoration: underline !important;*/
}
.itemBody div.itemFullText table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0;
    border: 1px solid #333333;
}
.itemBody div.itemFullText table td, .itemBody div.itemFullText table th {
    padding: 0;               /* 对应 HTML cellpadding="0" */
    border: 1px solid #333333; /* 对应 HTML border="1" 和 bordercolor="#333333"，
                                     应用于单元格内部边框，因为 border-collapse: collapse; */
}
.itemBody div.itemFullText table thead th{
    color: #195fa6;
    font-weight: bold;
    padding: 7px 15px;
    background-color: #00B0F0;
    text-align: left;
}
.itemBody div.itemFullText table tbody td{
    padding: 7px 15px;
    text-align: left;
}

.itemBody div.itemFullText h2 {
    color: #3990BD;
    margin-top: 25px;
    font-size: 22px;
    font-weight: normal;
}
.itemBody div.itemFullText h2 {
    font-size: 20px;
}

.itemBody div.itemFullText h3 {
    color: #3990BD;
    margin-top: 0px;
    font-weight: bold;
    font-size: 18px;
}
.itemBody div.itemFullText pre{
    /*background-color: #1e1e22;*/
    background: #1e1e22;
    padding: 13px;
    position: relative;
    border-radius: 10px;
}
.copy-code-button {
    position: absolute;
    top: 13px;
    right: 13px;
    z-index: 100;
    /* background-color: #f8f9fa; */
    border-radius: 20px;
    cursor: pointer;
    width: fit-content;
    height: 16px;
    padding: 6px 27px 6px 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: unset;
    border: none;
    background: url("/https/www.e-iceblue.cn/plugins/highlight/copy.png") no-repeat center right 8px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: center;
}
.itemBody div.itemFullText pre code{
    padding-top: 60px;
    border-radius: 10px;
    margin-bottom: 0px;
}
.itemBody div.itemFullText pre code.language-sh{
    padding-top: 1em;
}
.copied-success{
    background: url("/https/www.e-iceblue.cn/plugins/highlight/copied.png") no-repeat center right 8px;
}
.itemBody div.itemFullText pre ul.tabs-nav {
    list-style: none;
    margin: 0;
    display: flex
;
    flex-direction: row;
    justify-content: flex-start;
    /* width: 132px; */
    height: 23px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.2);
    padding: 3px 6px;
    flex-wrap: wrap;
    align-content: center;
    margin-bottom: 20px;
    position: absolute;
    top: 13px;
    left: 1em;
}
.itemBody div.itemFullText pre .tabs-nav .active {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.3);
    border-top: none;
    width: fit-content;
    height: 13px;
    display: flex
;
    flex-direction: row;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: center;
    padding: 4px 8px;
}
.itemBody div.itemFullText .example pre code {
    padding-top: 0px;
    border-radius: unset;
}

.itemBody div.itemFullText .tabs_blue_k2 ul.tabs-nav{
    margin-left:0px;
    padding: 3px 6px;
}
.itemBody div.itemFullText table.Program-Guide-Content{
    border:none;
}
.itemBody div.itemFullText table.Program-Guide-Content ul{
    margin-left: 0px;
}
.itemBody div.itemFullText ul li{
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAI1JREFUeNpi/P//PwMxgAVE/PjHMHPZo98Mq578Yfj9j4HBV5KFIVmRhYGXhTEdReFSoKLeW7/humfd/83w9e9/hmoNNrgYE4hY8fgPhlXbX/xF4YMVgqxDB+hOByv0l2LBUGgtwozpmRSgw38A3bTr1V+Gf0CTLISYGYrVWFEUMhIbPEwMRAKiFQIEGACulS7kZbJDPgAAAABJRU5ErkJggg==);
}
.itemBody div.itemFullText ul{
    padding-left: 15px;
}
.m955 .itemFullText .tabs_blue_k2 .line-numbers{
    background: #1e1e22;
    border-radius: 10px;
    margin-bottom: 5px;
}
.m955 .itemFullText .tabs_blue_k2 .line-numbers code {
    background: #1e1e22 !important;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;

}




.code_for_page{
    background-color: #1e1e22;
    padding: 13px;
    position: relative;
    border-radius: 10px;
}
.code_for_page ul.tabs-nav {
    /*display: inline-block;*/
    /* justify-content: space-between; */
    width: fit-content;
    height: 41px;
    margin: 0 auto;
    border-radius: 26.5px;
    background: rgb(255, 255, 255);
    padding: 6px;
    margin-bottom: 36px;
}
.code_for_page ul.tabs-nav {
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;

    /*width: 132px;*/
    height: 23px;
    border-radius: 26px;

    background: rgba(255, 255, 255, 0.2);
    padding: 3px 6px;
    flex-wrap: wrap;
    align-content: center;
    margin-bottom: 20px;
}
.code_for_page .tabs-nav li{
    /* VB.NET */
    width: fit-content;
    height: 13px;
    display: flex;
    flex-direction: row;
    align-items: center;

    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: center;
    padding: 4px 8px;
    /*margin-right: 8px;*/
}
.code_for_page .tabs-nav li:last-child{
    margin-right: 0px;
}
.code_for_page .tabs-nav .active{
    border-radius: 20px;

    background: rgba(255, 255, 255, 0.3);
    border-top: none;

}
.code_for_page .tabs-contents-all .example .source-code2 pre code.hljs{
    padding: 0px;
    min-height: 28px;
}

.itemFullText .code_for_page .tabs-nav .active {
     /*background-color: unset;*/
     /*border-top: none;*/
}
.itemFullText .code_for_page .tabs-nav li {
     float: unset;
     list-style: none;
     display: unset;
     padding: 0px 0px;
    font-size: 13px;
    line-height: 15px;
}
.tabs_blue_k2 ul.tabs-nav-all {
    /*display: inline-block;*/
    /* justify-content: space-between; */
    width: fit-content;
    height: 41px;
    margin: 0 auto;
    border-radius: 26.5px;
    background: rgb(255, 255, 255);
    padding: 6px;
    margin-bottom: 36px;
}
.tabs_blue_k2 ul.tabs-nav-all {
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;

    /*width: 132px;*/
    height: 23px;
    border-radius: 26px;

    background: rgba(255, 255, 255, 0.2);
    padding: 3px 6px;
    flex-wrap: wrap;
    align-content: center;
    margin-bottom: 20px;
}
.tabs_blue_k2 .tabs-nav-all li{
    /* VB.NET */
    width: fit-content;
    height: 13px;
    display: flex;
    flex-direction: row;
    align-items: center;

    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: center;
    padding: 4px 8px;
    /*margin-right: 8px;*/
}
.tabs_blue_k2 .tabs-nav-all li:last-child{
    margin-right: 0px;
}
.tabs_blue_k2 .tabs-nav-all .active{
    border-radius: 20px;

    background: rgba(255, 255, 255, 0.3);
    border-top: none;

}

.itemBody div.itemFullText pre ul.tabs-nav-all {
    list-style: none;
    margin: 0;
    display: flex
;
    flex-direction: row;
    justify-content: flex-start;
    /* width: 132px; */
    height: 23px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.2);
    padding: 3px 6px;
    flex-wrap: wrap;
    align-content: center;
    margin-bottom: 20px;
    position: absolute;
    top: 13px;
    left: 1em;
    margin-left: 14px;
}
.itemBody div.itemFullText pre .tabs-nav-all .active {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.3);
    border-top: none;
    width: fit-content;
    height: 13px;
    display: flex
;
    flex-direction: row;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: center;
    padding: 4px 8px;
}
.itemFullText div.code_for_page .tabs-nav{
    padding: 3px 6px;
    margin-left: 14px !important;
}
.itemFullText .code_for_page .tabs-nav li{
    padding: 4px 8px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.3);
    border-top: none;
}
.m955 .itemFullText .code_for_page .tabs-contents .line-numbers{
padding: 0px;
    position: unset;
}
.m955 .itemFullText .code_for_page .tabs-contents .copy-code-button{
    top: 13px;
}
.m955 .itemFullText pre.pre_old_style{
    background-color: #1e1e22;
}
.m955 .itemFullText pre.pre_old_style code{
    background-color: #1e1e22 !important;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.m955 .itemFullText .line-numbers{background-color: #1e1e22;}
div.code_for_page{margin-bottom:15px;}