/* 移动端适配 */

@media screen and (min-width: 765px) {
    .page-layout {
        flex-direction: row;
    }
}

@media screen and (max-width: 765px) {
    .page-layout {
        flex-direction: column;
    }
}


@media screen and (max-width: 600px) {
    .page01 {
        padding: 20px 0px 20px;
    }
}

@media screen and (max-width: 765px) {
    .page-layout .page-layout-main {
        margin-right: 0;
    }
}


@media screen and (max-width: 765px) {

    .header-container {
        height: auto;
    }

    .logo-link img {
        width: 249px;
        height: 70px;
    }

    .header-extra-item{
        padding-left: 20px ;
        padding-right: 20px ;
    }

   .responsive-menu-btn {
       display: block;
       margin: 0 auto; 
   }

   .responsive-menu-wrapper {
       display: block;
   }

   .header-extra {
    text-align: center;
   }
   .owl-item {
    margin-right: 0px;
   }

   .owl-item .slide-item {
    width: 350px;
    height: 250px;
   }

  main{
    padding:0px 20px;
  }


   .home-page{
    height: 250px;
   }


   .graceful-info{
    padding: 30px;
   }

   .graceful-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 12px;
}

.graceful-zen-category-title{
    margin-top: 10px;
}

.read-more a {
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    padding: 2px 15px;
}

.owl-nav{
    height: 60px;
}

 .owl-prev {
    margin-top: 0px;
}
.owl-next{
    margin-top: 0px;
}
.page02 {
    display: block;
    padding: 0px 0px;
}


.content-wrap{
    margin: 0;
    width: 100%;
}
    
.content-wrap::after {
    display: none;
}

.content-wrap::before {
    display: none;
}

.content-column article{
    flex-direction: column;
    height: auto;
}

.content-column li {
    border-bottom: 1px solid #eee;
}

 .post-image-col .site-images {
    height: 220px;
}
.post-title {
    font-size: 23px;
}

.ellipsis_2 {
    display: block; /* 取消多行截断 */
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    text-overflow: unset;
}
.post-content-col{
    flex: 1;
    padding: 15px;
    border-bottom: 1px solid rgba(24, 24, 24, .05);
}

.sidebar-right-wrap{
    width: 100% ;
    float: none;
    padding-left: 0px;
}

.sidebar-right {
    padding: 0;
    width: 100%;
}

.site-footer-wrap {
    padding-left: 20px;
    padding-right: 20px;
}

.footer-widgets .graceful-widget {
    width: 100%;
    float: none;
    margin-left: auto ;
    margin-right: auto;
}

.scrolltop {
    bottom: 60px;
    right: 30px;
}

/*========header==========*/
#site-header .entry-header {
    height: auto;
    padding: 30px;
}

#main-navigation {
    text-align: center;
}
#main-navigation > div {
    padding-left: 20px;
    padding-right: 20px;
}
.site-menu-wrapper {
    display: none;
}

.graceful-search {
    width: 305px;
}

.sidebar-right {
    padding: 0;
    width: 100%;
}

.header-title {
    line-height: 30px;
    margin-bottom: 40px;
    margin-top: 30px;
}

.nav-search{
    top: 10px;
 }

}

/*=============detail============*/
@media screen and (max-width: 768px) {
    .header-container {
        display: flex;
        height: auto;
    }

    .layout-logo {
        font-size: 21px;
        line-height: 1;
        font-weight: 700;
        font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    }

    .detail-layout .header {
        height: 36px;
        justify-content: center;
        padding: 0 20px;

    }


    .search-input {
        display: none;
    }

    .detail-header {
        height: 36px;
    }

    .detail-header .pc-header-extra {
        display: none;
    }

    .detail-header .header-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .detail-main {
        padding: 10px 20px;
    }

    .detail-box {
        display: block;
    }

    .detail-box .left .autor {
        display: flex;
    }

    .detail-box .left {
        width: 100%;
        margin: 0;
    }

    .detail-box .detail-page-title {
        font-size: 21px;
        line-height: 1.2;
        position: relative;
        -webkit-line-clamp: 4;
        font-weight: 800;
        color: #333;
        margin-bottom: 4px;
        font-family: "exo", Sans-Serif !important;
    }

    .detail-box .left h2 {
        font-size: 16px;
        font-weight: 700;
        line-height: 28px;
    }

    .detail-box .left h3 {
        font-size: 16px;
        font-weight: 700;

    }

    .detail-box .left p {
        font-size: 16px;
        font-weight: 400;
        color: #333;
        line-height: 24px;
        margin-bottom: 16px;
        font-family: "exo", Sans-Serif !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-all;
    }

    .detail-box .left .des {
        line-height: 22px;

    }

    .header_height {
        height: 36px;
    }

    .author hr {
        display: none;
    }

    footer.mdl-mini-footer {
        padding: 15px 10px;
    }

    footer .links {
        display: none;
        text-align: center;
        flex-direction: column;
    }

    footer .privacy {
        width: auto;
        font-size: 13px;
    }

    .footer-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;

    }

    footer .layout-logo {
        font-size: 15px;
    }

    .links.tablet {
        display: none;
    }

    .links.mobile-only {
        display: flex;
    }

}

@media screen and (max-width: 768px) {
    .news-content table {
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
        font-size: 16px;
        margin-bottom: 15px;
        line-height: 26px;
    }
   
}

