.sidebar-toggle span{
    width:0px;
    height:0px;
}
.markdown-section pre>code{
    word-break: break-all;
    white-space: normal;
}
.search input{
    height:36px;
}
/* 去掉ie中input框的默认按钮 */
input::-ms-clear {
    width : 0;
    height: 0;
  }
.search .clear-button.show svg{
    cursor: pointer;
}
.markdown-section a,.sidebar ul li.active>a{
    color: var(--theme-color,#2196f3);
 } 
/* .markdown-section>p img{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
} */
@media screen and (max-width:768px){
    body.sticky .sidebar-toggle{
        width:46px;
        /* height:31px; */
        bottom:auto;

        top:0px;
        padding:0px;
        margin-top: 10px;
        
    }
    .close .sidebar-toggle{
        background: #fff;
    }
    .sidebar-toggle .sidebar-toggle-button:hover{
        opacity: 1;
    }
    .close .search{
        width:100%;
        position: fixed;
        left:0px;
        top: 0px; 
        background: #fff;
        margin-bottom:0px; 
        padding-left:46px;
    }
    .content{
        padding-top:40px;
    }
    .close .search .results-panel.show{
        background: #fff;
        height: calc(100% - 46px);
        overflow-y: auto;
        padding:0px 0px 0px 6px;
    }
    .sidebar .phone-search{
        height:100%;
        padding-left:0px;
        padding-top:0px;
    }
    .phone-search .input-wrap{
        padding:6px;
        border-bottom:1px solid #eee;
        padding-left:46px;
        
    }
    .sidebar .sidebar-nav{
        margin-top:60px;
    }
    
    body.sticky .iconsearch, body.sticky .iconback{
        width:28px;
        height:28px;
        margin-left:13px;
    }
    body.sticky .iconback{
        display: none;
    }
    body.sticky .iconsearch{
        color:#ff7300;
    }
    body.sticky .iconback{
        color:#b2b2b2;
    }
}
@media screen and (min-width:769px){
    .iconsearch,.iconback{
        display: none;
    }
}