/* Responsive CSS Style */
@media only screen and (min-width: 960px) and (max-width: 1179px) {
  .container {
    width: 940px;
  }

  #primary {
    width: 620px;
  }

  .sf-menu li a {
    margin: 0 10px;
  }

  .site-header .search-icon {
    display: none;
  }

  .site-branding img {
    max-height: 65px;
    margin-top: 5px;
  }

  .header-buttons {
    /* margin-right: 0 !important; */
  }

  /* 导航广告位 */
  .ad {
    max-height: 75px;
    overflow: hidden;
  }

  .ad img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding: 10px;
  }

}

@media only screen and (max-width: 1179px) {
  .site-desc {
    display: none;
  }

  /* 导航广告位 */
  .ad {
    max-height: 75px;
    overflow: hidden;
  }

  .ad img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding: 10px;
  }
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  .site-header .search-icon {
    top: 14px;
    right: 64px;
  }

  .container {
    width: 100%;
  }

  /* .site-content .container:first-child{
    width: 100%;
  } */

  #primary-nav,
  .products-menu {
    display: none;
  }

  .header-toggles {
    display: block;
    right: 0;
  }

  .site-header {
    height: 60px;
  }

  .site-branding #logo {
    height: 60px;
    line-height: 60px;
  }

  .site-branding img {
    max-height: 48px;
  }

  .site-title h1 {
    line-height: 59px;
  }

  .bottom-right {
    display: none !important;
  }

  .header-buttons {
    margin-right: 60px !important;
  }

  .header-button {
    margin-top: 14px;
  }

  #primary {
    float: none !important;
    width: 100% !important;
    clear: both;
  }

  #secondary {
    float: none;
    width: 100% !important;
    margin-top: 25px;
  }

  .section-mobile-hide {
    display: none;
  }

  .section-mobile-show {
    display: block;
  }

  .section-text-image-alt .link-setion-text h3 {
    font-size: 1.3em;
  }

  .section-text-image-alt .link-setion-text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
  }

  .section-text-image-bg .section-wrap {
    width: 100%;
  }

  .section-mbdh .grid-wrap,
  .section-mbdh .ht_grid_container {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;

    justify-content: center;
    margin: 0;
    border-radius: 10px;
  }

  .section-mbdh .ht_grid_container {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 20px;
  }
  .grid-wrap {
  margin-left: 0;
  margin-right: 0;
}
 .grid-wrap-mo {
    margin-left: 0;
    margin-right: 0;
  }
  /* 每行第1个元素：左上角圆角 */
  .ht_grid_container .ht_grid:nth-child(1) {
    border-top-left-radius: 5px;
  }

  .ht_grid_container .ht_grid:nth-child(5) {
    border-top-right-radius: 5px;
  }

  /* 最后一行第1个元素：左下角圆角 */
  .ht_grid_container .ht_grid:nth-last-child(5) {
    border-bottom-left-radius: 5px;
  }

  /* 最后一行第5个元素：右下角圆角 */
  .ht_grid_container .ht_grid:nth-last-child(1) {
    border-bottom-right-radius: 5px;
  }

  .section-mbdh .ht_grid {
    text-align: center;
    flex: 0 0 calc(20% - 5px);
    /* 每行5个（100%/5 - gap） */
    color: #656464;
  }

  .section-mbdh .ht_grid a {
    color: #656464;
    font-weight: 200;
  }

  .section-mbdh .ht_grid img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #f0f0f0;
    padding: 5px
  }

  #text-4 {
    width: 49%;
  }

  .custom-section .container,
  .section-count .container {
    width: 100%;
    padding: 0 10px;
  }

  .section-count .container {
    width: 100%;
    padding: 0;
  }

  .home .footer-columns {
    border-bottom-color: #e3e3e3;
    margin: 0;
  }

  .site-footer {
    width: 100%;
  }

  .mobile_foot_menu {
    z-index: 9999;
  }

  /* 导航广告位 */
  .ad {
    display: none;
    max-height: 75px;
    overflow: hidden;
  }

  .ad img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding: 10px;
  }

  .ad img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding: 10px;
  }

  .header-button {
    display: none;
  }

  .content-product-loop .hentry {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    float: left;
    width: calc(50% - 20px);
    background-color: #fff;
  }

  .section-count .grid-wrap {
    padding: 10px;
  }

  .footer-qrcode {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100% !important;
  }

  .footer-qrcode img {

    padding: 10px;
    /* border-radius: 50%; */
    background-color: #ffffff;
    margin: 10px;
    width: 110px;
    height: 110px;
  }
  #douyin_qr{
    margin-left: 10px;
  }
  .home .comment-section{
    flex: 0 0 100%;
  }
  .home-comment{
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .home-blog-loop .hentry {
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    margin: 10px;
    width: calc(100% - 20px);
  }
  .friend-section{
    display: none;
  }
  #colophon{
    margin-bottom: 40px;
  }
  .home .section-tuijian .section-header{
      margin-bottom: 0 !important;
  }
  .home .section-tuijian .ht_grid{
      margin:0;
  }
  .fhjl{
      border-bottom: 1px solid #cccccc;
  }
  #masthead{
      padding-right:10px;
      border-bottom:1px solid #8a8585; ;
  }
  .home .section-header h2{
      margin-bottom: 0;
  }
  .home .custom-section{
      padding-left: 0;
      padding-right: 0;
  }
  
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

  .featured-content .owl-carousel,
  .featured-content .featured-slide {
    height: 400px !important;
  }

  .ad {
    display: none;
  }
  .home #text-4{
    display: block;
  } 
    .site-footer .widget {
    max-width:1000px;
  }
  #footer-qrcode{
    width: 100% !important;
  }
  .footer-1-1{
  display: block !important;
}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .site-branding img {
    height: 45px;
  }
   .footer-1-1{
  display: block !important;
}
#text-4{
    display: block;
  }
  .site-footer .widget {
  max-width:1000px;
}
  .error-404 .page-content .search-form input.search-field {
    width: 200px;
  }

  #site-bottom {
    text-align: center;
  }

  #site-bottom .site-info {
    float: none;
    margin-bottom: 10px;
  }

  #site-bottom .footer-nav li {
    margin: 0 5px;
  }

  .ad {
    display: none;
  }
  
  .entry-author{
      display: none !important ;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

  .featured-content .owl-carousel,
  .featured-content .featured-slide {
    height: 300px !important;
  }

  .featured-content .featured-slide h2 {
    font-size: 1.6em;
  }

  .featured-content .featured-slide h3 {
    font-size: 1.1em;
  }

  .ad {
    display: none;
  }

  .header-button {
    display: none;
  }

    .menu-modal.active{
        margin-bottom: 40px;
    }
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

  body {
    background-color: transparent;

      
  }

  .site-title {
    font-size: 24px;
  }

  .header-buttons {
    display: none;
  }

  .featured-content .featured-slide h2 {
    font-size: 1.2em;
  }

  .featured-content .featured-slide h3 {
    font-size: 0.95em;
    font-weight: normal;
  }

  .featured-content .featured-slide .banner-wrap {
    text-align: center;
    width: 100%;
  }

  .featured-content .featured-slide h3 {
    margin-top: 10px;
  }

  .featured-content .featured-slide .banner-button {
    margin-top: 15px;
    padding: 7px 15px;
  }

  .featured-content .owl-theme .owl-dots {
    bottom: -5px;
  }

  .home-section {
    padding: 10px 0;
  }

  .section-header {
    margin-bottom: 30px;
  }

  .section-header h2 {
    font-size: 1.2em;
    margin-bottom: 0;
  }

  .section-more {
    margin-top: 20px;
  }

  .section-text-image .section-column {
    margin-bottom: 10px;
  }

  .section-text-image h2.title {
    font-size: 1.4em;
    margin-bottom: 20px;
  }

  .section-feature-bg .home-section {
    padding: 20px 0 0 0;
  }

  .section-feature-bg .icon-box {
    padding: 15px;
    margin-bottom: 10px;
  }

  .section-feature-bg .icon-box h6 {
    font-size: 1.1em;
  }

  .section-service .single-item {
    margin-bottom: 10px;
  }

  .section-service .single-item .image-wrap {
    height: 100px;
  }

  .section-text-image-alt .link-section {
    float: none;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
  }

  .home-product-loop .hentry {
    margin-bottom: 20px;
  }

  .home-product-loop .hentry:last-child {
    margin-bottom: 0;
  }

  .home-product-loop .thumbnail-link {
    height: auto !important;
  }

  .home-blog-loop .hentry {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .home-blog-loop .hentry:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .home-blog-loop .thumbnail-link {
    width: 70px;
    margin-right: 15px;
  }

  .home-blog-loop .entry-title {
    font-size: 1em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .section-text-image-bg .link-name-default h3 {
    font-size: 1.4em;
  }

  .section-member .single-item {
    margin-bottom: 10px;
  }

  .section-slogan .link-section {
    padding: 0 20px;
  }

  .section-count {
    padding: 10px 0 0 0;
  }

  .section-count .section-column {
    margin-bottom: 10px;
  }

  .section-count .countup-text {
    padding-left: 5px;
    padding-right: 5px;
  }

  .section-count .countup-text .counter {
    font-size: 1.4em;
  }

  .section-count .countup-text h4 {
    font-size: 1em;
  }

  .section-service .text-holder {
    padding: 6px 10px 8px;
  }

  .section-service .text-holder h5 {
    font-size: 1em;
  }

  .section-member .text-holder {
    padding: 6px 10px 8px;
  }

  .section-member .text-holder h5 {
    font-size: 1em;
  }

  .client-logo {
    margin-bottom: 10px;
  }

  .custom-page-header .header-image {
    height: 100% !important;
  }

  .custom-page-header .page-banner {
    padding: 20px 20px;
  }

  .custom-page-header h1 {
    font-size: 1.2em;
  }

  .custom-page-header p {
    display: none;
  }

  #primary {
    margin: 10px 0;
    padding: 10px;
  }
  .section-text-image-alt{
      padding-top: 10px !important;
      padding-bottom: 10px !important;
  }
.category #primary.grid-no-sidebar{
    padding: 10px 0;
}
  .archive .content-post-loop .hentry .entry-date {
    width: 70px;
    font-size: 90%;
    margin-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .archive .content-post-loop .hentry .entry-title {
    font-size: 1em;
  }

  .archive .content-post-loop .hentry .thumbnail-link {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }

  .search .content-post-loop .hentry .entry-title {
    font-size: 1em;
  }

  .search .content-post-loop .hentry .thumbnail-link {
    margin-right: 15px;
  }

  .footer-columns {
    padding: 20px 0 0 0;
  }

  .site-footer .widget .widget-title {
    font-size: 1.2em;
  }

  .error404 h1.entry-title,
  .single h1.entry-title,
  .page h1.entry-title {
    font-size: 1.6em;
  }

  .site-breadcrumbs .post-title {
    display: none;
  }

  .entry-related li.hentry.type-product {
    margin-bottom: 20px;
  }

  .sidebar .widget {
    margin-bottom: 10px;
    padding: 15px 10px;
  }

  #comments .comment-metadata,
  .comment-respond .comment-metadata {
    display: none;
  }

  .comment-form .comment-form-author,
  .comment-form .comment-form-email,
  .comment-form .comment-form-url {
    width: 100%;
  }

  .mobile_foot li:nth-child(3) img {
    /*width: 60px;*/
    /*height: 50px;*/

    /*border-radius: 50%;*/
    /*background-color: #f0f0f0;*/
    /*padding: 10px;*/
    /*padding-bottom: 0;*/
  }

  .mobile_foot li:nth-child(3) {
    /*margin-top: -22px;*/
  }
   .mobile_foot li{
       line-height: 1.6em;
       font-size: 13px;
   }

  .ad {
    display: none;
  }

  .header-button {
    display: none;
  }

  .content-product-loop .hentry {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    float: left;
    width: calc(50% - 20px);
    background-color: #fff;
  }
  /* 固定后的样式 */
#masthead.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: white; /* 避免透明 */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

#masthead.fixed_login {
  position: fixed;
  top: -30px;
  width: 100%;
  z-index: 1000;
  background: white; /* 避免透明 */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

}

/*# sourceMappingURL=responsive.css.map */