
.autoc-wrap-js::-webkit-scrollbar {
    width:5px;
    }
   
.autoc-wrap-js::-webkit-scrollbar-track {
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
    border-radius:10px;
    }
  
.autoc-wrap-js::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:rgba(0,0,0,0.1);
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
    }
.autoc-wrap-js::-webkit-scrollbar-thumb:window-inactive {
    background:rgba(255,0,0,0.5);
}


.autoc-wrap-js {
    left: 0;
    z-index: 4;
    position: fixed;
    top: 0;
    padding-top: 100px;
    word-break: break-word;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    display: none;
    max-width: 500px;
    /* opacity: 0.8; */
}

 .autoc-wrap-js.fixed-active{
     display:
     flex!important;
     flex-direction: column;
     max-width: 15%;
 }

 .autoc-wrap-js .fixed-menu-title{
  text-align:center;
  padding:10px;
  background: #ededed;
  font-size: 15px;
 }
 .autoc-wrap-js .fixed-menu-title:hover{
  cursor:pointer;
 }

@media only screen and (max-width : 768px) {
 .autoc-wrap-js.fixed-active{
     display:none!important;
 }
}

.autoc-wrap-js ul {
    width: 100%;
    list-style: none;
    padding: 15px;
    margin: 0;
    background: #f9f9f9;
    justify-items: initial;
    align-items: initial;
}

.autoc-wrap-js li {
    display: flex;
    width: 100%;
    flex-direction: column;
    text-align: left;
    margin-bottom: 6px;
    padding: 0 10px;
    margin: 8px 0;
}

.autoc-wrap-js li[is-tag-name="is-tag-h3"]{
    padding-left: 15px;
}
.autoc-wrap-js li[is-tag-name="is-tag-h4"]{
    padding-left:20px;
}

.autoc-wrap-js li:hover {
    cursor: pointer;
    background: #eff1ee;
}

.autoc-wrap-js li>div {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #000;
}

.autoc-wrap-js li>div:hover {
    color: #1c7add!important;
    font-weight:normal!important;
}
.autoc-wrap-js li:hover{
    
}

.autoc-wrap-js li.cur {
     background: #eff1ee;
}


.autoc-wrap-js li.cur div{
    color: #1c7add;
}
.autoc-wrap-js li>div>div {flex: 1;text-align: left;font-size: 12px;}

.autoc-wrap-js li span {
    text-align: center;
    display: block;
    width: 30px;

    font-size: 1em;
    font-style: italic;
}




.catalogue {
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
    border-radius: 50%;
    background: url(../img/outline.png) no-repeat 0 0 #000000;
    background-size: 28px;
    background-position: center;
    display: block;
}

.catalogue:hover {
    cursor: pointer;
}

.outline {
    position: fixed;
    left: -100%;
    top: 0;
    height: 100%;
    background: #f7f7f7;
    transition: all .8s;
    width: 100%;
    z-index: 9999;
    height: 100%;
}

.outline h3 {
    background: #DBB866;
    line-height: 1.5;
    color: #fff;
    padding: 15px 60px 15px 15px;
    font-size: 19px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.outline ul li{
    font-size: 14px;
}
.outline h3 .iconfont {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 15px;
    top: 9px;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 44px;
}
.outline.open {
    left: 0;
}

.outline ul {
    padding: 15px;
    margin: 0;
    height: 100%;
    overflow-y: scroll;
}

.outline ul li {list-style: none;border-bottom: .5px solid #e7e7e7;padding: .5em 0;}

.outline ul li:hover {

    cursor: pointer;
}

.autoc-wrap-js ul li[is-tag-name="is-tag-h1"]{
    margin-left:0!important;;
}
.autoc-wrap-js ul li[is-tag-name="is-tag-h2"]{
    margin-left:10px!important;
    background: #efefef;
    border-left: 1px solid #a2a2a2;
}
.autoc-wrap-js ul li[is-tag-name="is-tag-h3"]{
    margin-left:15px!important;;
}
.autoc-wrap-js ul li[is-tag-name="is-tag-h4"]{
    margin-left:20px!important;;
}
.autoc-wrap-js ul li[is-tag-name="is-tag-h5"]{
    margin-left:22px!important;;
}
.autoc-wrap-js ul li[is-tag-name="is-tag-h6"]{
     margin-left:25px!important;;
}


.outline li.active {

}



.single-post  .ct-inner-content table{
   border: 1px solid #7a7a7a;
   padding: 5px;
   border-collapse: collapse;
}

.single-post  .ct-inner-content table tr{
   border: 1px solid #efefef;
   text-align: left;
}

.single-post  .ct-inner-content table td
{
   
}
.single-post  .ct-inner-content table thead tr{ }
.single-post  .ct-inner-content table thead tr th{border: 1px solid #7a7a7a;}

.single-post  .ct-inner-content table tbody td{
    border: 1px solid #7a7a7a;
    border-collapse: collapse;
    padding: 3px;
    font-size: 12px;
}
