 /* 此处修改了bootstrap的最大宽度 */
 @media (min-width: 1600px) {
     .container {
         min-width: 1440px;
     }
 }

 /* .header-warp * {
     margin: 0;
     padding: 0
 } */

 .menu i {
     display: block;
 }

 .navbar-nav li {
     list-style: none;
 }

 #toc-content a {
     text-decoration: underline !important;
     color: purple;
 }

 #toc-content dl,
 #toc-content ol,
 #toc-content ul {
     margin-left: 20px;
 }


 .footer-warp ul,
 .footer-warp li {
     list-style: none;
     list-style-type: none;
     margin: 0;
     padding: 0;

 }

 .footer-warp a {
     margin: 0;
     padding: 0;
 }

 button {
     border: 0;
 }

 /* 宽度小于768 */
 @media screen and (max-width:768px) {

     .main-box {
         margin-top: -60px;
     }

     .blog-box {
         padding: 0 16px;
     }

     .blog-detail-cover-image {
         width: 100%;
     }

     .title-font-big {
         font-size: 24px;
         font-weight: bold;
         color: black;
     }

     #toc-content h1 {
         font-size: 24px;
         font-weight: 700;
         line-height: 1.6;
         margin-bottom: 16px;
     }

     #toc-content h2 {
         font-size: 20px;
         font-weight: 700;
         line-height: 1.6;
         margin-bottom: 16px;
     }

     #toc-content h3 {
         font-size: 18px;
         font-weight: 700;
         line-height: 1.6;
         margin-bottom: 16px;
     }

     #toc-content h4 {
         font-size: 16px;
         font-weight: 700;
         line-height: 1.6;
         margin-bottom: 16px;
     }

     #toc-content h5 {
         font-size: 14px;
         font-weight: 700;
         line-height: 1.6;
         margin-bottom: 24px;
     }

     #toc-content p {
         font-size: 14px;
         font-weight: 300;
         line-height: 1.6;
         margin-bottom: 8px;
     }

     #toc-content a {
         font-size: 16px;
         font-weight: 700;
         line-height: 1.6;
         margin-bottom: 16px;
         color: rgb(13, 139, 205);
     }

     #toc-content img {
         margin-top: 16px;
         margin-bottom: 16px;
     }
 
     .title-font {
         font-size: 16px;
         font-weight: bold;
         color: black;
     }

     .title-font-small {
         font-size: 14px;
         font-weight: bold;
     }

     .desc-font {
         font-size: 14px;
         color: #646464;
         margin: 16px 0;
     }

     .desc-font-small {
         font-size: 12px;
         color: #B4B4B4;
     }

     .blog-detail-info {
         margin-top: 14px;
         margin-bottom: 26px;
     }

     .blog-detail-info span {
         margin-right: 16px;
     }

     .comment-button {
         margin-top: 16px;
         color: white;
         padding: 12px 40px;
         background-color: #FF6C00;
     }

     .slide {
         padding: 0;
         position: relative;
         max-width: 640px;
         height: 760px;
         overflow: hidden;
         margin: 20px auto;
         background-color: #ECEFF2;
     }

     .slide:after {
         content: '';
         display: block;
         width: 100%;
         padding-top: 50%;
     }

     .slide-ul {
         padding: 0;
         position: absolute;
         left: 0;
         top: 0;
         width: 100%;
         height: 100%;
     }

     .slide-li {
         padding: 0;
         list-style: none;
         position: absolute;
         left: 5%;
         top: 40px;
         bottom: 60px;
         width: 90%;
         background-color: white;
     }

     /* 解决js阻塞页面显示首屏 */
     .slide-li:first-child {
         z-index: 1;
     }

     .slide .dot {
         position: absolute;
         bottom: 30px;
         z-index: 5;
         left: 0;
         right: 0;
         text-align: center;
         margin: auto;
     }

     .slide .dot span {
         display: inline-block;
         width: 8px;
         height: 8px;
         margin-left: 8px;
         background-color: #fff;
         border-radius: 50%;
     }

     .slide .dot .cur {
         background-color: red;
     }

     .recommend-goods-img {
         display: block;
         margin: auto;
         margin-top: 50px;
         width: 300px;
         height: 225px;
         background-color: #F7F7F7;
     }

     .recommend-goods-title {
         margin-top: 16px;
         text-align: center;
     }

     .blog-subscrib-content-button {
        width: 100%;
         margin-top: 16px;
         background-color: black;
         margin-bottom: 24px;
     }

     #toc {
         right: 0;
         background-color: white;
     }

     .close-style {
         width: 44px;
         border-top-left-radius: 6px;
         border-bottom-left-radius: 6px;
         box-shadow: 0 1px 4px #444;
     }

     #mobileBread {
         display: flex;
     }

     #mobileBread .nav-bread {
         display: flex;
     }

     #mobileBread .nav-bread div {
         margin: 8px 4px;
     }

     .blog-subscrib-content-right {
         margin-top: 24px;
         padding: 32px 18px;
         background-color: black;
         margin-bottom: 24px;
     }

     .blog-detail-title {
         margin-top: 32px;
         margin-bottom: 24px;
         line-height: 1.6;
     }

     .table-container {
        width: auto;
        padding: 4px 0;
        overflow-x: scroll;
        width: 100%;
        margin-bottom: 8px;
    }

    ::-webkit-scrollbar {
        display: none !important;
        width: 0;
        height: 0 !important;
      }
   
     .scroll-base {
        margin-bottom: 10px;
        margin-left: 10%;
        width: 80%;
        height: 8px;
        background-color: #BDCADA;
        border: 2px solid white;
        border-radius: 6px;
    }

    .scroll-progress {
        position: relative;
        width: 80px;
        height: 100%;
        background-color: #646464;
        border-radius: 6px;
    }
 
      
 }

 /* 宽度大于768 */
 @media screen and (min-width:768px) {

     .main-box {
         margin-top: 70px;
     }

     .blog-box {
         padding: 0 32px;
     }

     .blog-detail-cover-image {
         width: 100%;
     }

     .title-font-big {
         font-size: 32px;
         font-weight: bold;
         color: black;
     }

     #toc-content h1 {
         font-size: 32px;
         font-weight: 700;
         line-height: 1.6;
         margin-bottom: 24px;
     }

     #toc-content h2 {

         font-size: 30px;
         font-weight: 700;
         line-height: 1.6;
         margin-bottom: 24px;
     }

     #toc-content h3 {

         font-size: 24px;
         font-weight: 700;
         line-height: 1.6;
         margin-bottom: 24px;
     }

     #toc-content h4 {
         font-size: 20px;
         font-weight: 700;
         line-height: 1.6;
         margin-bottom: 24px;
     }

     #toc-content h5 {
         font-size: 16px;
         font-weight: 700;
         line-height: 1.6;
         margin-bottom: 24px;
     }

     #toc-content p {
         font-size: 16px;
         font-weight: 300;
         line-height: 1.6;
         margin-bottom: 16px;
     }

     #toc-content a {
         font-size: 16px;
         font-weight: 700;
         line-height: 1.6;
         margin-bottom: 16px;
         color: rgb(13, 139, 205);
     }

     #toc-content img {
         margin-top: 24px;
         margin-bottom: 24px;
     }

     .title-font {
         font-size: 24px;
         font-weight: bold;
         color: black;
     }

     .title-font-small {
         font-size: 16px;
         font-weight: bold;
     }

     .desc-font {
         font-size: 16px;
         color: #646464;
         margin: 16px 0;
     }

     .desc-font-small {
         font-size: 14px;
         color: #B4B4B4;
     }

     .blog-detail-info {
         margin-top: 26px;
         margin-bottom: 32px;
     }

     .blog-detail-info span {
         margin-right: 32px;
     }

     .comment-button {
         margin-top: 16px;
         color: white;
         padding: 16px 40px;
         background-color: #FF6C00;
     }

     .slide {
         margin-top: 36px;
         margin-bottom: 36px;
         padding: 24px 0;
         width: 100%;
         white-space: nowrap;
         overflow-x: scroll;
     }

     .slide::-webkit-scrollbar {
         height: 8px;
     }

     .slide-ul {
         display: inline-block;
         width: 294px;
         margin-right: 10px;
         margin-bottom: 12px;
         font-size: 14px;
         padding: 24px 16px;
         background-color: white;
     }

     .slide-li {
         padding: 0;
         list-style: none;
     }

     .recommend-goods-img {
         display: block;
         margin: auto;
         width: 238px;
         height: 178.5px;
         background-color: #F7F7F7;
     }

     .recommend-goods-title {
         margin-top: 24px;
         text-align: center;
         white-space: normal;
     }

     .blog-subscrib-content-button {
        width: 100%;
         margin-top: 32px;
         background-color: black;
     }

     .blog-subscrib-content-right {
         margin-top: 48px;
         padding: 32px 18px;
         background-color: black;
         margin-bottom: 48px;
     }

     .blog-detail-title {
         margin-top: 32px;
         margin-bottom: 24px;
         line-height: 1.6;
     }

     .table-container {
        width: auto;
        padding: 6px 0;
        overflow-x: scroll;
        margin-bottom: 12px;
    }
   
     .table-container::-webkit-scrollbar-track-piece {
         background-color: rgba(0, 0, 0, 0);
         border-left: 1px solid rgba(0, 0, 0, 0);
     }

     .table-container::-webkit-scrollbar {
         display: block;
         width: 5px;
         height: 10px;
         -webkit-margin-bottom-collapse: 12px;
         -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
         border-radius: 5px;
     }

     .table-container::-webkit-scrollbar-thumb:hover {
         background-color: #444;
         -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
         border-radius: 5px;
     }
     ::-webkit-scrollbar {
        width: 10px;
        height: 6px !important;
      }

 }

 /* ----------分割线---------------- */

 #toc-content img {
     max-width: 100%;
     height: auto !important;
 }

 #toc-content td,
 #toc-content th {
     align-items: center;
     text-align: center;
     border: none;
     border: 1px solid gray;
 }

 .all-tags-title {
     margin-top: 48px;
     margin-bottom: 16px;
 }

 .blog-tag-label {
     display: inline;
     color: #FF6C00;
     font-size: 14px;
     font-weight: 800;
 }

 .title-active {
     color: red;
 }

 .reply-box-title {
     margin-top: 56px;
     margin-bottom: 24px;
 }

 .textarea-style {
     position: relative;
     resize: none;
     padding-top: 16px;
     border: 1px solid #EDEDED;
     border-radius: 5pt;
     height: 160pt;
     margin-bottom: 2vh;
     width: 100%;
     color: #000001;
     overflow-x: hidden;
     text-indent: 20px;
     padding: 8px;
 }

 .textarea-length {
     position: absolute;
     right: 24px;
     font-size: 12px;
     color: #BDCADA;
     bottom: 32px;
 }

 .comment-item {
     margin-top: 32px;
     font-size: 16px;
 }

 .subcomment-item {
     margin-left: 42px;
     font-size: 16px;
 }

 .comment-line {
     background-color: #EDEDED;
     height: 1px;
     margin-bottom: 32px;
 }

 .comment_top {
     margin-top: 24px;
 }

 .comment_avatar {
     width: 32px;
     height: 32px;
     border-radius: 16px;
 }

 .comment_reply {
     position: absolute;
     margin-top: 5px;
     right: 12px;
     color: #0082FF;
     background-color: #F7F7F7;
 }

 .comment-nickname {
     margin-left: 8px;
     margin-right: 8px;
 }

 .more-subcomment {
     margin-left: 42px;
     margin-top: 26px;
     background-color: #F7F7F7;
     color: #FF6C00;
 }

 .more-comment {
     margin-top: 26px;
     background-color: #F7F7F7;
     color: #FF6C00;
 }

 .nologin-input-base {
     display: flex;
 }

 .space {
     width: 24px;
 }

 .nologin-div {
     margin-top: 10px;
     flex: 1;
     height: 44px;
 }

 .nologin-input {
     width: 100%;
     height: 44px;
     padding-left: 8px;
     border: 1px solid #EDEDED;
     border-radius: 4px;
 }

 .share_box {
     display: flex;
     margin-top: 48px;
     margin-bottom: 56px;
 }

 .share_left {
     margin-top: 8px;
     margin-right: 16px;
 }

 .trun-page {
     display: flex;
     justify-content: space-between;
     margin-bottom: 48px;
     font-weight: bold;
 }

 .recommend-goods-text {
     margin-top: 8px;
 }

 .recommend-goods-toptitle {
     margin-top: 48px;
     margin-bottom: 32px;
 }

 .recommend-goods-des {
     margin-top: 8px;
     white-space: normal;
     height: 16px;
 }

 .blog-text-desc {
     margin: 16px 0;
     font-size: 16px;
     color: #646464;
 }

 .blog-about-more {
     margin-top: 6px;
 }

 .blog-popule-post {
     margin-top: 48px;
     padding: 32px 16px;
     background-color: #F7F7F7;
 }

 .blog-popule-post-tag {
     font-size: 12px;
     color: #FF6C00;
     font-weight: 800;
 }

 .blog-popule-post-title {
     margin-top: 8px;
     margin-bottom: 24px;
     font-size: 16px;
     font-weight: bold;
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     color: #646464;
 }

 .recommend-goods-button {
     margin: auto;
     margin-top: 24px;
     width: 200px;
     line-height: 40px;
     text-align: center;
     color: white;
     background-image: linear-gradient(to right, #F46401, #D53BBD);
 }

 .blog-subscrib-content-input-right {
     margin-top: 20px;
     padding-left: 8px;
     height: 50px;
     width: 100%;
     font-size: 14px;
     background-color: white;
     color: black;
 }

 .recommend-goods-desc {
     height: 240px;
     margin: 16px 8px;
     padding: 8px;
     white-space: normal;
     overflow: hidden;
     background-color: #F7F7F7;
 }

 .background-color-gray {
     background-color: #F7F7F7;
 }

 .recommend-goods-desc ul {
     list-style: auto;
     margin-left: 6px;
     width: 100%;
 }

 .recommend-goods-desc li {
     list-style-type: disc;
 }

 .activity-div {
     margin-top: 24px;
 }

 .video-container {
     position: relative;
     width: 100%;
     padding-bottom: 56.25%;
     /* 16:9 aspect ratio (divide 9 by 16 = 0.5625) */
 }

 .video-container iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }

 .dividing-line {
     background-color: #F7F7F7;
     height: 1px;
     margin-bottom: 20px;
 }

 .blockquote {
     background-color: #F0F2F5;
     padding: 15px;
     border-radius: 5px;
     margin-top: 20px;
     margin-bottom: 20px;
 }

 #toc-content em {
     font-weight: 500;
     font-style: italic;
 }

.table-container table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
}   

.table-container table th,td{
    padding: 10px;
}
