/*!
Theme Name: Xingdingnuo
Author: Hunk
Author URI: https://www.imhunk.com/
Version: 1.1
Requires PHP: 7.0
*/



*{

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", sans-serif;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;

    font-size: 62.5%;
}



body {
  font-size: 1.6rem; /* 等于 16px */
  line-height: 1.6;
  color: #333;

  font-weight: 400;
  overflow-x: hidden;
  margin: 0;
}

@media (max-width: 768px) {
  html {
    font-size: 56.25%; /* 1rem = 9px */
  }
}

@media (max-width: 480px) {
  html {
    font-size: 50%; /* 1rem = 8px */
  }
}


/*------------------------- header menu -------------------------*/

.Hunk-subtitle{font-size: 1.4rem;}

.last-menu-item{align-items: center;}

.Hunk-header ul{list-style: none;}

        .Hunk-header {
            position: sticky;
            top: 0;
            left: 0;
            z-index: 100;
            width: 100%;
            height: auto;
           
            
        }


        .Hunk-header {
  transition: background-color 0.3s ease;
}

.Hunk-header.with-bg {
  background-color: rgb(196, 194, 137); /* 自己改颜色 */
}

.single .Hunk-header, .headerbg, .error404 .Hunk-header, .search .Hunk-header{

    background-color: rgb(196, 194, 137);
}

        .Hunk-logo {
           width: 137px;
           height: 42px;
        }

        .Hunk-logo-link{margin-right: 1rem;}

        .Hunk-navbar {
            width: 100%;
            height: 6rem;
            margin-inline: auto;
        }
        .Hunk-navbar-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            max-width: 100%;
            height: 100%;
        }

        @media (max-width: 500px){


            .Hunk-navbar-inner p{display: none;}



        }

        @media screen and (max-width: 992px){

            .Hunk-navbar-block{padding-bottom: 30px;box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }



        }
        .Hunk-navbar-block {
            position: absolute;
            left: 0;
            width: 100%;
            height: auto;
            opacity: 0;
            overflow: hidden;
            pointer-events: none;
            background-color: rgb(196, 194, 137);
            transition: opacity 0.4s ease;

        }
        .Hunk-navbar-block.menu-active {
            opacity: 1;
            pointer-events: initial;
        }

        @media screen and (max-width: 1201px){

            .Hunk-header{

                padding: 0 1rem;
            }



        }




        @media screen and (max-width: 992px) {

            .Hunk-single-column a{font-size: 14px;padding: 7px;}

            .Hunk-logo{


                width: 114px;
                height: 35px;
            }

            .Hunk-header{

                padding: 0rem 1rem;
            }
          


            .Hunk-single-column {
                height: 0;
                padding: 0;
                padding-left: 24px;
            }
        }



        .Hunk-single-column  .Hunk-dropdown-icon img{width: 50px;}

        .Hunk-single-column a{display:flex;align-items: center;}

        .Hunk-single-column a:hover{color: #C4C289!important;}

        .Hunk-dropdown-icon{display: flex;margin-right: 0.5rem;}

        @media screen and (min-width: 992px) {
            .Hunk-single-column {
                top: 150%;
                left:auto!important;
                right: auto!important;
                position: absolute;
                opacity: 0;
                width: 250px;
                padding: 20px;
                background-color: #f6f6f6;
                transition: top 0.4s, opacity 0.3s ease;
            }

            .Hunk-menu-item:hover .Hunk-single-column {
                top: 100% !important;
                opacity: 1;
                transition: top 0.4s, opacity 0.3s ease;
                left: auto !important;
                right: auto !important;
            }

            .Hunk-menu-item:hover>a, .Hunk-menu-item:hover>a span{color:#fff; font-weight: 900;}

            .Hunk-navbar {
              width: 130rem;
                display: flex;
                justify-content: space-between;
                gap: 20px;
                max-width: 100%;
            }
            .Hunk-navbar-block {
                position: initial;
                height: initial;
                opacity: 1;
                overflow: hidden;
                pointer-events: visible;
                background: none;
                transition: none;
            }
        }
        .Hunk-menu {
            padding-block: 1rem;
            padding-inline: auto;
            list-style: none;

            margin: 0;
        }
        .Hunk-menu-link {
            font-size: 16px;
            font-weight: 400;
            line-height: inherit;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-block: 0.5rem;
            padding-inline: 1.5rem;
            color: #fff;
            transition: color 0.3s ease;
        }

        @media screen and (min-width: 992px) {
            .Hunk-menu {
                display: flex;
                flex-direction: row;
                justify-content: flex-end;
                -moz-column-gap: 1rem;
                column-gap: 1rem;
                height: 100%;
                padding: unset;
                align-items: center;
            }
            .Hunk-menu-item {
                display: flex;
                cursor: pointer;
                padding-inline: 2rem;
                margin-bottom: 0;
                height: 100%;
            }

            .Hunk-menu-item > a {
                display: flex;

            }

            .Hunk-menu-item a:hover{

                font-weight: 900;
                color: #fff;
            }
            .Hunk-menu-link {
                padding: unset;
            }
        }
        
        /* 添加自定义箭头图标 - 使用CSS三角形 */
        .Hunk-dropdown-toggle {
            position: relative;
        }







        .Hunk-dropdown-container {
            height: 0;
            overflow: hidden;
            background-color: hsl(0, 0%, 100%);
            transition: height 0.5s ease;
        }

        .Hunk-dropdown-container a{color: #333;}



        .dropdown-show .Hunk-dropdown-container{


            max-height: 80vh;
    overflow-y: auto;
        }
        .Hunk-dropdown-container img:hover{transform: scale(1.2);transition: all .5s;}
        .Hunk-dropdown-container img{transition: all .5s;width: 100px;}


        .Hunk-dropdown-columns, .Hunk-dropdown-column, .Hunk-dropdown-items {
            display: grid;
        }
        .Hunk-dropdown-column {
            padding-bottom: 1rem;
            padding-inline: 0rem;
        }
        .Hunk-dropdown-title {
            display: flex;
            -moz-column-gap: 1rem;
            column-gap: 1rem;
            align-items: center;
            padding-inline: 1rem;
            font-size: 1.8rem;
            overflow: hidden;
        }

        .Hunk-dropdown-title span{color:#333;font-size: 2rem;}

        .Hunk-dropdown-title span:hover{color:#C4C289;}

        .Hunk-dropdown-icon i.bx {
            font-size: 1.5rem;
            line-height: 1.5;
            color: hsl(217, 91%, 50%);
        }
        .Hunk-dropdown-items {
     
            padding-inline: 2.5rem;
            padding-top: 0.35rem;
        }
        .Hunk-dropdown-items a {
            font-size: 1.5rem;
            font-weight: 400;
            line-height: inherit;
            color: hsl(210, 15%, 4%);
            transition: color 0.3s ease;
        }

        .custom-arrow{

            background: none;
    border: none;
    padding: 0;
    margin-right: -8px;
    cursor: pointer;
    height: 100%;
    color: #5c5e62;

    display: flex;
    align-items: center;



        }

        .current-menu-item .dropdown-arrow, .Hunk-menu-item:hover>a .dropdown-arrow{fill:#C4C289;}

        .current-menu-item >a, .current-menu-item >a span {font-weight: 900;}


        @media (min-width: 1201px) {
    .dropdown-arrow {
        transform: rotate(90deg);
        display: block;
    }
}


       .expanded .dropdown-arrow {
    transform: rotate(90deg);
}
.dropdown-arrow {
    width: 20px;
    height: 20px;
    fill: #fff;
    transition: transform 0.3s 
ease;
    
}
     
        .Hunk-dropdown-block {
            display: flex;
            align-items: flex-start;
            -moz-column-gap: 1rem;
            column-gap: 1rem;
            padding-top: 1rem;
            padding-inline: 1rem;
        }



        @media (max-width: 992px){


            .current-menu-item .dropdown-arrow, .Hunk-menu-item:hover>a .dropdown-arrow{fill: #fff;}

            .custom-arrow{padding:0 10px 0 30px;}




        }

        @media screen and (min-width: 992px) {
            .Hunk-dropdown-toggle {
                -moz-column-gap: 0.35rem;
                column-gap: 0.35rem;
                pointer-events: none;
            }
            .Hunk-dropdown-container {
                        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        opacity: 0;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        pointer-events: none;
        background-color: hsl(0, 0%, 100%);
        border-top: 2px solid hsl(0, 0%, 95%);
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        transform: scaleY(0.95);
        transform-origin: top;
        transition: opacity 0.3s ease, transform 0.3s ease;
            }
            .Hunk-dropdown-columns {
                grid-template-columns: repeat(4, minmax(0, 1fr));
                -moz-column-gap: 2rem;
                column-gap: 2rem;
                max-width: 120rem;
                margin-inline: auto;
            }

            .Hunk-dropdown-img{margin-bottom: 2rem;}
            .Hunk-dropdown-column {
                align-content: baseline;
                row-gap: 1.25rem;
                padding-block: 4rem;
            }
            .Hunk-dropdown-column:first-child, .Hunk-dropdown-column:last-child {
                margin: unset;
            }
            .Hunk-dropdown-items {
                padding-top: unset;
            }
            .Hunk-dropdown-block {
                padding-top: unset;
                padding-inline: unset;
            }
            .dropdown:hover > .Hunk-dropdown-container {
                cursor: initial;
        top: 100%;
        opacity: 1;
        pointer-events: initial;
        transform: scaleY(1);
        transition: opacity 0.5s ease, transform 0.5s ease;
            }



       

        }
        .Hunk-mobile-burger {
            cursor: pointer;
            position: relative;
            display: block;
            z-index: 10;
            width: 24px;
            height: 16px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            visibility: visible;
        }
        .burger-line {
            position: absolute;
            display: block;
            right: 0;
            width: 100%;
            height: 2px;
            opacity: 1;
            background-color: #fff;
            transition: all 0.3s ease;
        }
        .burger-line:nth-child(1) {
            top: 0px;
        }
        .burger-line:nth-child(2) {
            top: 8px;
            width: 70%;
        }
        .burger-line:nth-child(3) {
            top: 16px;
        }
        .Hunk-mobile-burger.menu-active > .burger-line:nth-child(1) {
            top: 0.5rem;
            rotate: 135deg;
        }
        .Hunk-mobile-burger.menu-active > .burger-line:nth-child(2) {
            opacity: 0;
        }
        .Hunk-mobile-burger.menu-active > .burger-line:nth-child(3) {
            top: 0.5rem;
            rotate: -135deg;
        }

        @media screen and (max-width: 991px) {
            .show-on-desk {
                display: none !important;
            }
        }

        @media screen and (min-width: 992px) {
            .show-on-mobile {
                display: none !important;
            }
            .Hunk-mobile-burger {
                display: none;
                visibility: hidden;
            }
        }

        /* 搜索框样式 */
        .Hunk-search {
            display: flex;
            align-items: center;
            position: relative;
            z-index: 20;
            height: 100%;
            padding: 0 20px;
        }

        .show-on-desk .search-field{

            width: 270px!important;
        }

        .show-on-mobile .search-field{

            width: 230px!important;
        }

        .search-icon {
            cursor: pointer;
            transition: transform 0.3s ease;
            border-radius: 50%;
        }

        .Hunk-search:hover .search-icon {
            transform: scale(1.1);
            background-color: rgba(0, 0, 0, 0.05);
        }

        /* 桌面端搜索下拉框 */
        .search-dropdown {
            position: absolute;
            top: 90%;
            right: 0;
            width: 400px;
            background: white;
            border-radius: 4px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            padding: 15px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
        }

        .Hunk-search:hover .search-dropdown {
            opacity: 1;
            visibility: visible;
            transform: translateY(5px);
        }

        .search-input {
            width: 100%;
            padding: 10px 15px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 16px;
            transition: border-color 0.3s;
        }

        .search-input:focus {
            outline: none;
            border-color: hsl(217, 91%, 50%);
            box-shadow: 0 0 0 2px rgba(33, 150, 243, 0.2);
        }

        /* 移动端搜索下拉框 */
        .mobile-search-dropdown {
            position: absolute;
            top: 120%;
            left: 10%;
            transform: translateX(-50%);
            background: white;
            padding: 15px;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            display: none;
            z-index: 30;
            width: 320px;
        }

        .mobile-search-dropdown.active {
            display: block;
        }

        /* 移动端搜索框样式 */
        .mobile-search-input {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 16px;
        }


@media (min-width: 992px){



#menu-item-7{background-color: #C4C289;transition: all .5s;}

#menu-item-7 a span{color: #fff;transition: all .5s;}

#menu-item-7:hover{background-color: #C4C289;opacity:0.7;transition: all .5s;}

}


#menu-item-132 {
    height: 40px !important;
    border-radius: 5px;
 
    display: flex;
    border:1px solid #fff;
    align-items: center; /* 垂直居中 */
}

#menu-item-132:hover{margin-top: -20px;transition: all .5s;}


@media (max-width: 992px){

#menu-item-132{margin-left: 10px;width: 100px;}

}

/*------------------------ css grid -----------------------*/


 :root {
            --max-width: 135rem;   /* 1200px -> 120rem */
            --gutter: 4rem;        /* 20px -> 2rem */
        }

.section {
            width: 100%;
            position: relative;
            padding: 3rem 0; /* 默认垂直内边距 */
        }

        /* 全屏控制工具类 */
        .Hunk-full-width {
           
            display: grid;
            place-items: center; /* 垂直水平完美居中 Hunk-content-grid */
            padding: 0;
        }

        /* --- 结构层 2: Hunk-content-grid (合并了 Container 和 Row) --- */
        .Hunk-content-grid {
            /* 容器功能：居中 + 最大宽度限制 */
            max-width: var(--max-width);
            margin: 0 auto;
            padding: 0 calc(var(--gutter) / 2);

            /* 网格功能：定义 12 列网格 */
            display: grid;
            grid-template-columns: repeat(12, 1fr);
            gap: var(--gutter);
            width: 100%;
            margin-bottom: 5rem;
        }
        
        /* --- 结构层 3: 列 (Col) - 响应式定义 --- */

     [class*="col-"] {
    grid-column: span 12; /* 默认移动端堆叠 */

  
}


@media (max-width: 575px){

 .Hunk-content-grid-5{

        grid-template-columns: repeat(1, 1fr)!important; /* 5 等分 */


    }


}

/* sm ≥576px */
@media (min-width: 576px) {
    .col-1 { grid-column: span 6; }
    .col-2 { grid-column: span 6; }
    .col-3 { grid-column: span 6; }
    .col-4 { grid-column: span 6; }
    .col-5 { grid-column: span 6; }
    .col-6 { grid-column: span 6; }
    .col-7 { grid-column: span 6; }
    .col-8 { grid-column: span 12; }
    .col-9 { grid-column: span 12; }
    .col-10 { grid-column: span 12; }
    .col-11 { grid-column: span 12; }
    .col-12 { grid-column: span 12; }

     .Hunk-content-grid-5{

        grid-template-columns: repeat(2, 1fr)!important; /* 5 等分 */


    }
}

/* md ≥768px */
@media (min-width: 768px) {
    .col-1 { grid-column: span 4; }
    .col-2 { grid-column: span 4; }
    .col-3 { grid-column: span 6; }
    .col-4 { grid-column: span 4; }
    .col-5 { grid-column: span 6; }
    .col-6 { grid-column: span 6; }
    .col-7 { grid-column: span 12; }
    .col-8 { grid-column: span 12; }
    .col-9 { grid-column: span 12; }
    .col-10 { grid-column: span 12; }
    .col-11 { grid-column: span 12; }
    .col-12 { grid-column: span 12; }

     .Hunk-content-grid-5{

        grid-template-columns: repeat(2, 1fr)!important; /* 5 等分 */


    }
}

/* lg ≥992px */
@media (min-width: 992px) {
    .col-1 { grid-column: span 3; }
    .col-2 { grid-column: span 3; }
    .col-3 { grid-column: span 3; }
    .col-4 { grid-column: span 4; }
    .col-5 { grid-column: span 4; }
    .col-6 { grid-column: span 6; }
    .col-7 { grid-column: span 6; }
    .col-8 { grid-column: span 6; }
    .col-9 { grid-column: span 9; }
    .col-10 { grid-column: span 12; }
    .col-11 { grid-column: span 12; }
    .col-12 { grid-column: span 12; }
    .Hunk-content-grid-5{

        grid-template-columns: repeat(3, 1fr)!important; /* 5 等分 */


    }
}

/* xl ≥1200px */
@media (min-width: 1200px) {
    .col-1 { grid-column: span 1; }
    .col-2 { grid-column: span 2; }
    .col-3 { grid-column: span 3; }
    .col-4 { grid-column: span 4; }
    .col-5 { grid-column: span 5; }
    .col-6 { grid-column: span 6; }
    .col-7 { grid-column: span 7; }
    .col-8 { grid-column: span 8; }
    .col-9 { grid-column: span 9; }
    .col-10 { grid-column: span 10; }
    .col-11 { grid-column: span 11; }
    .col-12 { grid-column: span 12; }

       .Hunk-content-grid-5{

        grid-template-columns: repeat(5, 1fr)!important; /* 5 等分 */


    }
}


        /* --- 排序 (Order) 工具类 --- */
        .order-1 { order: 1; } .order-2 { order: 2; }
        .order-first { order: -1; } .order-last { order: 99; }


         @media (max-width:992px ){


            .order-sm-1{order:1;}

            .order-sm-2{order:2;}

        }


        /* --- 桌面端/平板 (断点 > 768px -> 76.8rem) --- */
        @media (min-width: 768px) {
      
            .offset-1 { grid-column-start: 2; } .offset-3 { grid-column-start: 4; } .offset-6 { grid-column-start: 7; }

            /* 桌面端排序覆盖 (.order-md-N) */
            .order-md-1 { order: 1; }
            .order-md-2 { order: 2; }
            .order-md-first { order: -1; } 
            .order-md-last { order: 99; }  
        }


        .Hunk-content-grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5 等分 */
    gap: var(--gutter);
    max-width: 135rem;
    margin: 0 auto;
    padding: 0 calc(var(--gutter) / 2);
}


.col-5-1 { grid-column: span 1; }


/*------------------- banner ---------------------------------------------*/

.nohome{height: 60vh!important;}

 .Hunk-hero-banner {
            position: relative;
            width: 100%;
            height: 90vh;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden;
            margin-top:-60px;
        }
        
        .Hunk-hero-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
        }
        
        .Hunk-hero-bg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            animation: zoomIn 15s ease-in-out infinite alternate;
        }
        
        .Hunk-hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1;
        }
        
        .Hunk-hero-content {
            position: relative;
            z-index: 2;
            text-align: center;
            color: white;
            padding: 0 20px;
            max-width: 1200px;
        }
        
    .Hunk-hero-banner    h1 {
            font-size: 4.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
            line-height: 1.5;
            color: #fff;
        }
        
       .Hunk-hero-banner p {
       
            margin-bottom: 35px;
            line-height: 1.6;
        }
        
        .cta-button {
            display: inline-block;
            padding: 15px 40px;
            background-color: #C4C289;
            color: white;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1.6rem;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(37,125,255,0.4);
        }
        
        .cta-button:hover {
            background-color:rgba(37,125,255,0.8);
            transform: translateY(-3px);
            color: #fff;
            
        }
             


         .slideInDown h1, .slideInDown p, .slideInDown .banner-highlights, .slideInDown .cta-button {
            opacity: 0;
            transform: translateY(-100px);
            animation: slideInDown 0.8s ease-out forwards;
        }
        
        .slideInDown h1 { animation-delay: 0.3s; }
        .slideInDown p { animation-delay: 0.5s; }

         { animation-delay: 0.7s; }
        .slideInDown .cta-button { animation-delay: 1s; }
        

        @keyframes slideInDown { to { opacity: 1; transform: translateY(0); } }


.banner-highlights{display: flex;flex-direction: row;gap: 2rem;justify-content: center;}

.banner-highlights li{position: relative;}

.banner-highlights li:before{

    content: '\2713';

    color: #C4C289;

    position: absolute;

    top: 0px;

    left: -17px;
}
    
/*------------------------------- homepage ------------------------------*/



    .Hunk-carousel {
      width: 80%;
      max-width: 900px;
      margin: 20px auto;
      position: relative;
      overflow: hidden;
     
      border-radius: 8px;
      padding: 10px 0;
    }

    .Hunk-carousel-track {
      display: flex;
      transition: transform 0.4s ease-in-out;
      will-change: transform;
      align-items: center;
    }

    .Hunk-carousel-slide {
      flex-shrink: 0;
      height: 150px; /* 图片高度固定 */
      margin: 0 8px; /* 左右各8px的边距 */
      border-radius: 8px;
      overflow: hidden;
      cursor: pointer;
      user-select: none;
   
      background: white;
      display: flex;
      align-items: center; /* Vertically center the image */
      justify-content: center; /* Horizontally center the image */
    }

    .Hunk-carousel-slide img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      display: block;
      object-fit: contain; /* Scales image down to fit while maintaining aspect ratio */
    }

    .Hunk-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 36px;
      height: 36px;
      background: rgba(0,0,0,0.4);
      color: white;
      border-radius: 50%;
      text-align: center;
      line-height: 36px;
      font-size: 20px;
      cursor: pointer;
      user-select: none;
      z-index: 10;
      transition: background 0.3s ease;
    }

    .Hunk-nav:hover {
      background: rgba(0,0,0,0.7);
    }

    .Hunk-nav-left { left: 12px; }
    .Hunk-nav-right { right: 12px; }

.Hunk-small-title{background-color: #C4C289;border-radius: 30px;color: #fff;display: inline-block;padding:2px 10px;font-size: 1.4rem;margin-bottom: 2rem;}







/* 外层方案卡片样式 */
.Hunk-plan-card {
    position: relative;
    border: 1px solid #e0e0e0;
    padding: 40px 25px 25px 25px;
    margin: 10px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
}

.Hunk-plan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* 大号数字样式 */
.Hunk-plan-number {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 60px;
    font-weight: bold;
    color: rgba(0,123,255,0.15); /* 蓝色半透明 */
    z-index: 0;
}

/* 方案标题 */
.Hunk-plan-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #222;
    position: relative;
    z-index: 1;
}

/* 内容文字 */
.Hunk-plan-card p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #555;
    position: relative;
    z-index: 1;
}

/* 按钮容器 */
.Hunk-plan-buttons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

/* 公共按钮样式 */
.Hunk-btn {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
}

/* 了解详情按钮 */
.Hunk-btn-details {
    background-color: #f5f5f5;
    color: #333;
    border: 1px solid #ccc;
}

.Hunk-btn-details:hover {
    background-color: #e0e0e0;
}

/* 立即咨询按钮 */
.Hunk-btn-contact {
    background-color: #C4C289;
    color: #fff;
    border: 1px solid #C4C289;
}

.Hunk-btn-contact:hover {
   
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 102, 255, 0.3);

    color: #fff;
}


/* 响应式处理（手机端） */
@media (max-width: 768px) {
    .Hunk-plan-buttons {
        flex-direction: column;
    }
    .Hunk-btn {
       
        text-align: center;
    }
    .Hunk-plan-number {
        font-size: 50px;
        top: 10px;
        left: 10px;
    }
}



/*----------------------------产品分类 ----------------------*/



/* 主容器 */
.Hunk-image-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  font-family: sans-serif;
}

/* 图片 */
.Hunk-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  z-index: 1;
}

/* hover 图片微放大 */
.Hunk-image-box:hover img {
  transform: scale(1.08);
}

/* 渐变遮罩 */
.Hunk-image-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.1));
  z-index: 2;
 
}



/* 内容层 */
.Hunk-image-box-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 18px;
  color: #fff;
  box-sizing: border-box;
  z-index: 3;
}

/* 标题 */
.Hunk-image-box h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  transition: transform 0.4s ease;
  color: #fff;
}

/* 隐藏内容（核心动画） */
.Hunk-image-box-hidden {
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.5s ease, opacity 0.4s ease, max-height 0.5s ease;
  max-height: 0;
  opacity: 0;
}

/* hover 激活 */
.Hunk-image-box:hover .Hunk-image-box-hidden {
  transform: scaleY(1);
  max-height: 200px;
  opacity: 1;
}

/* 标题上移 */
.Hunk-image-box:hover .title {
  transform: translateY(-8px);
}

/* 描述 */
.Hunk-image-box-hidden p {
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.4s ease;
  transition-delay: 0.15s;
}

/* 按钮 */
.btn {
  display: inline-block;
  padding: 8px 14px;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-size: 13px;
  border-radius: 20px;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.4s ease;
  transition-delay: 0.3s;
}

/* stagger 动画触发 */
.Hunk-image-box:hover p {
  opacity: 1;
  transform: translateY(0);
}

.Hunk-image-box:hover .btn {
  opacity: 1;
  transform: translateY(0);
}

/* 按钮 hover */
.btn:hover {
  background: #000;
  color: #fff;
}


/*--------------- featured items --------------------*/

.Hunk-feature-wrapper {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
        }

        .Hunk-feature-item {
            text-align: center;
            padding: 20px;
        }

        .Hunk-feature-number {
            width: 70px;
            height: 70px;
            margin: 0 auto 25px;
            border-radius: 50%;
            background: #C4C289;
            color: #fff;
            font-size: 20px;
           
            display: flex;
            align-items: center;
            justify-content: center;
                z-index: 2;
    position: relative;
        }

        .Hunk-feature-title {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 18px;
            color: #111;
        }

        .Hunk-feature-description {
            font-size: 16px;
            line-height: 1.8;
            color: #666;
        }


@media (max-width: 768px){

.Hunk-dashline{display: none;}

}
     


        .Hunk-dashline{
    width: 900px;
    border-top: 1px dashed #cccccc;
    margin: 0 auto;

    margin-bottom: -50px!important;
}




/* 主容器 */
.Hunk-comparison-wrapper{
  max-width:1200px;
  margin:auto;

  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
}

/* 通用卡片 */
.Hunk-compare-box{
  border:1px solid rgba(0,0,0,0.08);
  border-radius:18px;
  padding:40px;
  transition:0.3s ease;
  background:#fff;
}

/* OLD WAY */
.Hunk-old-way{
  opacity:0.55;

  box-shadow:2px 2px 5px 0px rgba(0, 0, 0, 0.05);
}

/* hover */


/* 标题 */
.Hunk-compare-title{
  font-size:34px;
  margin-bottom:35px;
  font-weight:700;
  letter-spacing:-0.5px;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}

/* item */
.Hunk-compare-item{
  margin-bottom:28px;
  padding-bottom:24px;
  border-bottom:1px solid rgba(0,0,0,0.06);
}

.Hunk-compare-item:last-child{
  margin-bottom:0;
  padding-bottom:0;
  border-bottom:none;
}

/* 小标题 */
.Hunk-compare-item h3{
  font-size:22px;
  margin-bottom:12px;
  font-weight:600;

  display:flex;
  align-items:center;
  gap:10px;
}

/* 文本 */
.Hunk-compare-item p{
  color:#555;
  line-height:1.7;
  font-size:16px;
}

/* OLD WAY X 图标 */
.Hunk-old-way h3::before{
  content:"✕";
  color:#d33;
  font-size:18px;
  font-weight:700;
}

/* NEW WAY ✓ 图标 */
.Hunk-new-way h3::before{
  content:"✓";
  color:#17a34a;
  font-size:18px;
  font-weight:700;
}

.Hunk-new-way{

  border-color:#C4C289;
}

/* 响应式 */
@media(max-width:768px){

  .Hunk-comparison-wrapper{
    grid-template-columns:1fr;
  }

}


.Hunk-new-way{
  position: relative;
  overflow: hidden;
}

/* 右上角圆点 */
.Hunk-new-way::before{
  content:"";

  position:absolute;
  top:-80px;
  right:-80px;

  width:200px;
  height:200px;

  background:rgba(196, 194, 137, 0.5);
  border-radius:50%;
  z-index: 0;
}




/*-------------- video slider ---------------------*/


/* ========================= VIDEO SLIDER ========================= */
.Hunk-video-slider-wrap {
  width: 80%;
  max-width: 1100px;
  margin: 80px auto;
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 14px;
  padding: 16px 0; /* 上下内边距 */
}

.Hunk-video-slider-track {
  display: flex;
  align-items: center;
  transition: transform 0.4s ease-in-out;
  will-change: transform;
}

.Hunk-video-slide-item {
  flex-shrink: 0;
  height: 200px;
  margin: 0 10px; /* 左右间距共 20px */
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  position: relative;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,0.18);
}

.Hunk-video-slide-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.Hunk-video-play-btn {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 64px; height: 64px;
  border-radius: 50%;
  background: rgba(255,255,255,0.88);
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; color: #000;
  transition: .2s ease;
}

.Hunk-video-slide-item:hover .Hunk-video-play-btn {
  transform: translate(-50%, -50%) scale(1.08);
}

/* ========================= NAV BUTTON ========================= */
.Hunk-video-nav {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  width: 42px; height: 42px;
  border-radius: 50%;
  background: rgba(0,0,0,0.5);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 20;
  user-select: none; font-size: 20px;
  transition: .2s ease;
}
.Hunk-video-nav:hover { background: rgba(0,0,0,0.85); }
.Hunk-video-nav-prev { left: 12px; }
.Hunk-video-nav-next { right: 12px; }

/* ========================= VIDEO MODAL ========================= */
.Hunk-video-modal {
    padding-top: 80px;
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.92);
  display: flex; align-items: center; justify-content: center;
  z-index: 999999; opacity: 0; pointer-events: none;
  transition: .3s ease;
  z-index: 100;
}
.Hunk-video-modal.active { opacity: 1; pointer-events: auto; }
.Hunk-video-modal-box { width: 90%; max-width: 1100px; position: relative; }
.Hunk-video-modal-player { width: 100%; max-height: 85vh; border-radius: 10px; background: #000; }
.Hunk-video-modal-close {
  position: absolute; top: -55px; right: 0;
  width: 42px; height: 42px; border-radius: 50%;
  background: #fff; color: #000;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: 22px; font-weight: bold;
}

@media(max-width:768px){ .Hunk-video-slide-item { height: 160px; } }


/* === 服务板块整体布局 === */
.Hunk-services-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 40px;
}

.Hunk-service-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    transition: all .3s ease;
    height: 100%;
}

.Hunk-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.1);
}

/* === 图标 === */
.Hunk-service-icon img {
    width: 50px;
    margin-bottom: 20px;
}

/* === 标题与描述（直接使用 h3 / p） === */
.Hunk-service-card h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
}

.Hunk-service-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 28px;
}

/* === 按钮组 === */
.Hunk-service-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
}

/* 了解详情 */
.Hunk-btn-detail {
    padding: 10px 20px;
    border: 1px solid #0073ff;
    color: #0073ff;
    border-radius: 6px;
    font-size: 15px;
    transition: 0.3s;
}

.Hunk-btn-detail:hover {
    background: #0073ff;
    color: #fff;
}



/* 手机端布局 */
@media (max-width: 768px) {
    .Hunk-services-wrapper {
        grid-template-columns: 1fr;
    }
}



.Hunk-section-title{display:flex;align-items: center;}



.Hunk-featured-card {
    display: block;
    padding: 24px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    text-decoration: none;
    color: #333;
    transition: all .25s;
    position: relative;
    overflow: hidden;
}

.Hunk-featured-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.Hunk-icon-wrap img {
    width: auto;
    max-width: 100%;
    height: 48px;
    margin-bottom: 1rem;
}

.Hunk-card-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #222;
    font-weight: 600;
}

.Hunk-card-desc {
    font-size: 1.4rem;
    color: #555;
    line-height: 1.6;
}

/* Arrow */
.Hunk-card-arrow {
    margin-top: 16px;
    font-size: 20px;
    color: var(--theme-blue, #0066FF); /* 跟主题色自动同步 */
    transition: transform .25s ease;
}






.Hunk-featured-card:hover .Hunk-card-arrow, .Hunk-blog-post:hover .Hunk-card-arrow{
    transform: translateX(4px);
}




/*---------------------- home about ----------------------------------*/



        .Hunk-custom-timeline {
            position: relative;
            max-width: 1000px;
            margin: 50px auto;
            padding: 40px 20px;
            font-family: "Segoe UI", Roboto, sans-serif;
            overflow: hidden; 
        }

        /* 中间垂直线 - 直接颜色值 #d1d5db */
        .Hunk-custom-timeline::before {
            content: '';
            position: absolute;
            left: 50%;
            width: 2px;
            top: 0;
            bottom: 0;
            background: #d1d5db;
            transform: translateX(-50%);
        }

        .Hunk-tl-item {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 80px;
            position: relative;
            width: 100%;
            opacity: 0;
            transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            box-sizing: border-box;
        }

        /* 桌面端左右滑入动画 */
        .Hunk-tl-item:nth-child(odd) { transform: translateX(-50px); }
        .Hunk-tl-item:nth-child(even) { transform: translateX(50px); }
        .Hunk-tl-item.Hunk-is-visible {
            opacity: 1;
            transform: translateX(0);
        }

        .Hunk-tl-left, .Hunk-tl-right { width: 45%; flex-shrink: 0; }

        /* 图标圆圈 - 直接颜色值 #cbd3b6 */
        .Hunk-tl-icon {
            position: absolute;
            left: 50%;
            top: 0;
            width: 40px;
            height: 40px;
            background-color: #cbd3b6;
            border-radius: 50%;
            transform: translateX(-50%);
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .Hunk-tl-icon::after {
            content: '';
            width: 18px;
            height: 18px;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="white" viewBox="0 0 24 24"><path d="M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11z"/></svg>');
            background-repeat: no-repeat;
        }

        /* 年份颜色 - 直接颜色值 #99a389 */
        .Hunk-tl-year {
            font-size: 26px;
            font-weight: bold;
            color: #99a389;
            margin-top: 5px;
        }

        /* 卡片背景 - 直接颜色值 #eff1e7 */
        .Hunk-tl-card {
            background: #eff1e7;
            padding: 25px;
            border-radius: 15px;
            position: relative;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            width: 100%;
            box-sizing: border-box;
        }

        /* 标题颜色 #3d4a3e */
        .Hunk-tl-card h3 { margin: 0 0 10px 0; color: #3d4a3e; font-size: 20px; }
        /* 正文颜色 #666666 */
        .Hunk-tl-card p { margin: 0; line-height: 1.6; color: #666666; font-size: 14px; }

        /* 桌面端布局逻辑 - 箭头颜色 #eff1e7 */
        .Hunk-tl-item:nth-child(odd) .Hunk-tl-left { order: 1; }
        .Hunk-tl-item:nth-child(odd) .Hunk-tl-right { order: 2; text-align: left; padding-left: 30px; }
        .Hunk-tl-item:nth-child(odd) .Hunk-tl-card::before {
            content: ''; position: absolute; top: 11px; right: -15px;
            border-style: solid; border-width: 10px 0 10px 15px;
            border-color: transparent transparent transparent #eff1e7;
        }

        .Hunk-tl-item:nth-child(even) .Hunk-tl-left { order: 1; text-align: right; padding-right: 30px; }
        .Hunk-tl-item:nth-child(even) .Hunk-tl-right { order: 2; }
        .Hunk-tl-item:nth-child(even) .Hunk-tl-card::before {
            content: ''; position: absolute; top: 15px; left: -15px;
            border-style: solid; border-width: 10px 15px 10px 0;
            border-color: transparent #eff1e7 transparent transparent;
        }

        /* 手机端核心修复方案 */
        @media (max-width: 768px) {
            .Hunk-custom-timeline { padding: 60px 15px; }
            .Hunk-custom-timeline::before { left: 20px; transform: none; }
            
            .Hunk-tl-item { 
                flex-direction: column !important; 
                padding-left: 60px; 
                margin-bottom: 60px;
                transform: translateX(-14px) !important; 
            }

            .Hunk-tl-left, .Hunk-tl-right { 
                width: 100% !important; 
                text-align: left !important; 
                padding: 0 !important; 
            }

            .Hunk-tl-year { 
                order: 1 !important; 
                margin-bottom: 10px;
                margin-top:-40px;
                font-size: 22px;
                display: block;
            }

            .Hunk-tl-card-container {
                order: 2 !important;
                width: 100%;
            }

            .Hunk-tl-icon { left: 20px; transform: translateX(-50%); }

            .Hunk-tl-card::before {
                left: -12px !important;
                right: auto !important;
                border-width: 8px 12px 8px 0 !important;
                border-color: transparent #eff1e7 transparent transparent !important;
            }
        }




        .Hunk-steps-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.Hunk-step-item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.Hunk-step-number {
    font-size: 48px;
    font-weight: bold;
    color: #d9d9d9;
    min-width: 80px;
    line-height: 1;
}

.Hunk-step-content h3 {
    margin: 0 0 10px;
    font-size: 24px;
    color: #222;
}

.Hunk-step-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}


        /* ===== About Us 高级模块 ===== */


        .Hunk-review img{width: 80px;height: 80px;margin:0 auto;}

        .client-info{display: flex;align-items: center;justify-content: center;flex-direction: column;}

        .Hunk-review{

                border-radius: 12px 12px 12px 12px;
    box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.06);

    padding: 20px;
    height: 100%;
        }

        .client-name{font-weight: 700;}

        .client-review{background-color: #F8F7F0;padding: 20px;margin-top: 20px;min-height: 168px;border-radius: 10px;}



                /* 基础重置 */
        .Hunk-gallery-wrapper {
            display: flex;
            width: 100%;
            height: 600px;
            gap: 15px;
            background: #f8f7f0;
            padding: 15px;
            border-radius: 12px;
     
        }

        /* 左侧大图显示区 */
        .Hunk-main-display {
            flex: 3.5;
            overflow: hidden;
            border-radius: 8px;
            position: relative;
            background: #000;
        }

        .Hunk-main-display img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
            /* 快速转场：0.2s */
            transition: opacity 0.2s ease-in-out; 
        }

        #Hunk-img-layer-top { z-index: 2; opacity: 1; }
        #Hunk-img-layer-bottom { z-index: 1; opacity: 1; }

        /* 右侧缩略图列表 */
        .Hunk-thumb-container {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .Hunk-thumb-unit {
            flex: 1;
            cursor: pointer;
            overflow: hidden;
            border-radius: 6px;
            /* 适度放大的过渡 */
            transition: flex 0.4s cubic-bezier(0.25, 1, 0.5, 1);
            filter: brightness(0.8) ;
            border: 2px solid transparent;
        }

        .Hunk-thumb-unit img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            pointer-events: none;
        }

        /* 鼠标悬停列表时，非悬浮项轻微缩小 */
        .Hunk-thumb-container:hover .Hunk-thumb-unit:not(:hover) {
            flex: 0.8;
            filter: brightness(0.3) grayscale(100%);
        }

        /* 重点修改：独特的激活类名 Hunk-state-focus */
        .Hunk-thumb-unit.Hunk-state-focus, 
        .Hunk-thumb-container .Hunk-thumb-unit:hover {
            flex: 1.5; /* 适度放大 */
            filter: brightness(1) grayscale(0%);
            border-color: #4a90e2;
        }




               /* 容器样式 */
        .Hunk-slider-container {
            position: relative;
            width: 100%;
            max-width: 800px;
            margin: 50px auto;
            overflow: hidden;
            border-radius: 8px;
            background: #eee;
        }

        /* 轨道样式 */
        .Hunk-slider-track {
            display: flex;
            transform: translateX(-100%);
        }

        /* 图片样式 */
        .Hunk-slider-track img {
            width: 100%;
            flex-shrink: 0;
            display: block;
            object-fit: cover;
        }

        /* 导航按钮 */
        .Hunk-nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0, 0, 0, 0.3);
            color: white;
            border: none;
            padding: 15px 10px;
            cursor: pointer;
            font-size: 20px;
            z-index: 10;
            outline: none;
        }

        .Hunk-nav-btn:hover { background: rgba(0, 0, 0, 0.6); }
        .Hunk-prev-btn { left: 0; }
        .Hunk-next-btn { right: 0; }

        /* 动画切换类 */
        .Hunk-transition {
            transition: transform 0.5s ease-in-out;
        }

        
        .Hunk-about-pro {
            display: grid;
            grid-template-columns: 1fr 1.2fr;
            align-items: center;
            gap: 60px;
            padding: 40px 80px;
            position: relative;
            overflow: hidden;
        }

        /* 左侧文字 */
        .Hunk-about-pro-small {
            color: #4ba3ff;
            font-size: 15px;
            letter-spacing: 1px;
            margin-bottom: 12px;
            font-weight: 600;
        }

        .Hunk-about-pro-title {
            font-size: 36px;
            font-weight: 700;
            color: #111;
            margin: 0 0 25px;
        }

        .Hunk-about-pro-desc {
            font-size: 17px;
            line-height: 1.85;
            color: #444;
            margin-bottom: 25px;
        }

        .Hunk-about-pro-list {
            list-style: none;
            padding: 0;
        }

        .Hunk-about-pro-list li {
            font-size: 16px;
            margin-bottom: 12px;
            color: #333;
        }

        /* 右侧视觉区域 */
        .Hunk-about-pro-visual {
            position: relative;
            width: 100%;
        }

        /* SVG 背景 - 波纹渐变 */
        .Hunk-about-pro-bg-svg {
            position: absolute;
            top: -60px;
            left: -80px;
            width: 110%;
            height: 110%;
            z-index: 0;
            transform: rotate(2deg);
        }

        /* 电脑 mockup */
        .Hunk-about-pro-pc {
            position: relative;
            z-index: 2;
            width: 90%;
            margin-left: auto;
            animation: floatUp 4s ease-in-out infinite alternate;
        }

        .Hunk-about-pro-pc img {
            width: 100%;
            border-radius: 16px;
            box-shadow: 0 25px 55px rgba(0,0,0,0.25);
            transition: 0.5s ease;
        }

        .Hunk-about-pro-pc img:hover {
            transform: translateY(-8px);
            box-shadow: 0 35px 70px rgba(0,0,0,0.35);
        }

        /* 手机 mockup */
        .Hunk-about-pro-mobile {
            position: absolute;
            bottom: -40px;
            right: -10px;
            width: 160px;
            z-index: 3;
            animation: floatSide 3s ease-in-out infinite alternate;
        }

        .Hunk-about-pro-mobile img {
            width: 100%;
            border-radius: 5px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.25);
            transform: rotate(3deg);
            transition: 0.4s ease;
        }

        .Hunk-about-pro-mobile img:hover {
            transform: rotate(0) translateY(-6px);
        }

        /* 浮动动画 */
        @keyframes floatUp {
            0% { transform: translateY(0); }
            100% { transform: translateY(-10px); }
        }

        @keyframes floatSide {
            0% { transform: translateY(0) translateX(0); }
            100% { transform: translateY(-6px) translateX(-4px); }
        }

        /* 手机端适配 */
        @media (max-width: 900px) {
            .Hunk-about-pro {
                grid-template-columns: 1fr;
                text-align: center;
                padding: 60px 20px;
            }

            .Hunk-about-pro-pc {
                margin: 0 auto;
                animation: none;
            }

            .Hunk-about-pro-mobile {
                position: relative;
                bottom: 0;
                right: 0;
                margin: 20px auto 0;
                animation: none;
            }

            .Hunk-about-pro-bg-svg {
                display: none;
            }
        }


/*---------------home case ---------------------*/




/* 案例容器 */
.Hunk-case-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* 整体可点击 */
.Hunk-case-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

/* 案例卡片 */
.Hunk-case-card {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.Hunk-case-link:hover .Hunk-case-card {
    transform: translateY(-5px);
    box-shadow: 0 30px 50px rgba(0,0,0,0.25);
}

/* 图片容器 */
.Hunk-case-card-img-wrapper {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.Hunk-case-card-img-wrapper img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: Hunk-scroll 80s linear infinite;
    animation-play-state: paused;
}

.Hunk-case-card-img-wrapper:hover img {
    animation-play-state: running;
}

@keyframes Hunk-scroll {
    0% { transform: translateY(0); }
    50% { transform: translateY(calc(-1 * (100% - 200px))); }
    100% { transform: translateY(0); }
}

/* 内容块 */
.Hunk-case-card-content {
    padding: 2rem;
}

/* h3 默认样式（无 class） */
.Hunk-case-card-content h3 {
  
    font-weight: 700;
    margin:1.5rem 0;
}

/* p 默认样式（无 class） */
.Hunk-case-card-content p {
    font-size: 1.5rem;
    color: #555;
    line-height: 1.5;
    margin-bottom: 2rem;
}

/* 按钮 */
.Hunk-case-card-btn {
    display: inline-block;
    padding: 8px 16px;
    background: #4ba3ff;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.Hunk-case-card-btn:hover {
    background: #3a85e0;
    transform: translateY(-2px);
}


/*------------- home testimonial ------------------------*/


 #Hunk-waterfall {
        position: relative;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .Hunk-item {
        position: absolute;
        width: 240px;
        margin-bottom: 15px;
        border-radius: 6px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 2px 6px rgba(0,0,0,0.15);
        cursor: pointer;
        transition: transform 0.3s ease;
    }

    .Hunk-item:hover {
        transform: scale(1.05);
        z-index: 10;
    }

    .Hunk-item img {
        width: 100%;
        display: block;
    }

    /* Lightbox */
    #Hunk-lightbox {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.9);
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        overflow: hidden;
    }

    #Hunk-lightbox img {
        max-width: 90%;
        max-height: 80%;
        border-radius: 6px;
        box-shadow: 0 2px 20px rgba(0,0,0,0.5);
    }

    .Hunk-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 50px;
        color: #fff;
        cursor: pointer;
        user-select: none;
        padding: 10px;
        background: rgba(0,0,0,0.3);
        border-radius: 50%;
        transition: background 0.2s;
    }

    .Hunk-arrow:hover {
        background: rgba(0,0,0,0.6);
    }

    .Hunk-arrow-left { left: 20px; }
    .Hunk-arrow-right { right: 20px; }

    /* 右上角关闭按钮 */
    .Hunk-close {
        position: absolute;
        top: 60px;
        right: 35px;
        font-size: 45px;
        font-weight: bold;
        color: #fff;
        cursor: pointer;
        user-select: none;
        padding: 5px 10px;
        line-height: 1;
        background: rgba(0,0,0,0.4);
        border-radius: 8px;
    }

    .Hunk-close:hover {
        background: rgba(0,0,0,0.7);
    }

    /* 响应式列宽 */
    @media (max-width: 992px) { .Hunk-item { width: 180px; } }
    @media (max-width: 768px) { .Hunk-item { width: 45%; } }
    @media (max-width: 480px) { .Hunk-item { width: 90%; } }



/**--------------------------- home whyus -------------------------*/




.Hunk-whyus-point {
    background: #fff;
    border-radius: 12px;
    padding: 25px 20px;
   
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    height: 100%;
}

.Hunk-whyus-point:hover, .Hunk-process-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 40px rgba(0,0,0,0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.Hunk-whyus-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    font-size: 5rem;
    color: #C4C289;
}

.Hunk-whyus-icon img {
    width: 100%;
    height: 100%;
}

.Hunk-whyus-point h3 {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}

.Hunk-whyus-point p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}





/*---------------- home process --------------------------*/

.Hunk-flowchart {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    text-align: center;
}

.Hunk-process-step {
    width: 240px;
    background: #fff;
    padding: 25px 20px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.Hunk-process-num {
    font-size: 32px;
    font-weight: 700;
    color: #4ba3ff;
    margin-bottom: 10px;
}



.Hunk-process-step p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.Hunk-process-arrow {
    font-size: 32px;
    font-weight: bold;
    color: #ccc;
}


    @media (max-width: 768px) {
      .Hunk-flowchart {
        flex-direction: column;
        gap: 5px;
      }
      .Hunk-process-arrow {
        transform: rotate(90deg);
      }
    }


/*----------home faq--------  */


        .Hunk-accordion-title {
            font-size: 18px;
            margin: 0;
            font-weight: 400;
            width: 90%;
        }

        .Hunk-accordions {
            list-style: none;
            padding: 0;
            margin: 0;

            max-width: 135rem;
            width: 100%;
            margin:0 auto;
 
            padding: 2rem;

        }

         .Hunk-accordion:last-child{border-bottom: 1px dotted #dce7eb;}

        .Hunk-accordion {
            position: relative;
            padding-bottom: 4px;
            padding-top: 18px;
            border-top: 1px solid #dce7eb;
            margin-bottom: 0;
        }

        .Hunk-accordion input[type="checkbox"] {
            position: absolute;
            cursor: pointer;
            width: 100%;
            height: 100%;
            z-index: 1;
            opacity: 0;
        }

        .Hunk-accordion i {
            position: absolute;
            transform: translate(-6px, 0);
            margin-top: 16px;
            right: 0;
        }

        .Hunk-accordion input[type="checkbox"]:checked ~ .Hunk-accordion-content {
            margin-top: 0;
            max-height: 0;
            opacity: 0;
            transform: translateX(-50%);
        }

        .Hunk-accordion input[type="checkbox"]:checked ~ i::before {
            transform: translate(2px, 0) rotate(45deg);
        }

        .Hunk-accordion input[type="checkbox"]:checked ~ i::after {
            transform: translate(-2px, 0) rotate(-45deg);
        }

        .Hunk-accordion i::before, .Hunk-accordion i::after {
            content: "";
            position: absolute;
            background: #333;
            width: 3px;
            height: 9px;
        }

        .Hunk-accordion i::before {
            transform: translate(-2px, 0) rotate(45deg);
        }

        .Hunk-accordion i::after {
            transform: translate(2px, 0) rotate(-45deg);
        }

        .Hunk-accordion-content {
            font-size: 14px;
            color: #555;
            line-height: 26px;
            letter-spacing: 1px;
            position: relative;
            padding: 0;
            max-height: 800px;
            margin: 14px 0;
            opacity: 1;
            transform: translate(0, 0);
            overflow: hidden;
        }


        /* 默认标题颜色 (已展开状态，深蓝色) */
.Hunk-accordion input[type="checkbox"]:checked ~ .Hunk-accordion-title {
    color: #000; /* 深蓝色 */
    text-decoration: none; /* 去掉下划线 */
}

/* 鼠标悬停时标题变为浅蓝色 */
.Hunk-accordion:hover .Hunk-accordion-title {
    color: #C4C289!important; /* 浅蓝色 */
}

/* 未展开状态标题为黑色 */
.Hunk-accordion input[type="checkbox"]:not(:checked) ~ .Hunk-accordion-title {
    color: #C4C289; /* 黑色 */
}




        .transition, .Hunk-accordion-content, .Hunk-accordion i::before, .Hunk-accordion i::after {
            transition: all 0.25s ease-in-out;
        }

        .flipIn, h1, .Hunk-accordion {
            animation: flipdown 0.5s ease both;
        }

        .Hunk-accordion:nth-of-type(1) {
            animation-delay: 0.5s;
        }

        .Hunk-accordion:nth-of-type(2) {
            animation-delay: 0.75s;
        }

        .Hunk-accordion:nth-of-type(3) {
            animation-delay: 1s;
        }

        .Hunk-accordion:last-of-type {
            padding-bottom: 0;
        }

        @keyframes flipdown {
            0% {
                opacity: 0;
                transform-origin: top center;
                transform: rotateX(-90deg);
            }
            5% {
                opacity: 1;
            }
            80% {
                transform: rotateX(8deg);
            }
            83% {
                transform: rotateX(6deg);
            }
            92% {
                transform: rotateX(-3deg);
            }
            100% {
                transform-origin: top center;
                transform: rotateX(0deg);
            }
        }




.Hunk-accordion-content ul{display: grid;grid-template-columns: repeat(4, 1fr);margin: 1rem 0;}

.Hunk-accordion-content li:before{

    content: "✓";
    margin-right: 5px;
}

@media (max-width: 992px){

    .Hunk-accordion-content ul{display: grid;grid-template-columns: repeat(3, 1fr);}



}

@media (max-width: 700px){

    .Hunk-accordion-content ul{display: grid;grid-template-columns: repeat(2, 1fr);}



}

@media (max-width: 500px){

    .Hunk-accordion-content ul{display: grid;grid-template-columns: repeat(1, 1fr);}



}

/*----------------------home CTA -----------------------*/


        
        .Hunk-cta-banner {
            width: 100%;
            max-width: 130rem;
            background: linear-gradient(135deg, #C4C289 0%, #0d5bb8 100%);
            border-radius: 16px;
            padding: 50px 40px;
            color: white;
            box-shadow: 0 10px 30px rgba(24, 119, 242, 0.25);
            position: relative;
            overflow: hidden;
        }
        
        /* 装饰元素 */
        .Hunk-cta-banner::before {
            content: '';
            position: absolute;
            top: -50px;
            right: -50px;
            width: 200px;
            height: 200px;
            background-color: rgba(255, 255, 255, 0.05);
            border-radius: 50%;
        }
        
        .Hunk-cta-banner::after {
            content: '';
            position: absolute;
            bottom: -80px;
            left: -80px;
            width: 300px;
            height: 300px;
            background-color: rgba(255, 255, 255, 0.03);
            border-radius: 50%;
        }
        
        .Hunk-banner-content {
            position: relative;
            z-index: 2;
            text-align: center;
        }
        
      
        
        .Hunk-banner-content h2 {
        
            color: #fff;
         
            line-height: 1.5;
        }
        
        .Hunk-banner-content p {
            font-size: 1.6rem;
            line-height: 1.6;
            margin-bottom: 35px;
            color: rgba(255, 255, 255, 0.9);
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }
        
       
        
        .Hunk-cta-button {
            display: inline-block;
            background-color: white;
            color: #C4C289;
            font-size: 14px;
            font-weight: 700;
            padding: 18px 45px;
            border-radius: 50px;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            position: relative;
            overflow: hidden;
            cursor: pointer;
        }
        
        .Hunk-cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
            color: #0d5bb8;
        }
        
        .Hunk-cta-button:active {
            transform: translateY(0);
        }
        
        .Hunk-cta-button::after {
            content: '\2192';
            margin-left: 8px;
            transition: transform 0.3s ease;
        }
        
        .Hunk-cta-button:hover::after {
            transform: translateX(5px);
        }

        /* 响应式调整 */
        @media (max-width: 768px) {
            .Hunk-cta-banner {
                padding: 40px 25px;
            }
            
            .Hunk-banner-content h2 {
                font-size: 2.2rem;
            }
            
            .Hunk-banner-content p {
                font-size: 1.1rem;
            }
            
            .Hunk-cta-button {
                padding: 16px 35px;
                
            }
        }
        
        @media (max-width: 480px) {
            .Hunk-cta-banner {
                padding: 30px 20px;
            }
            
            .Hunk-banner-content h2 {
                font-size: 1.8rem;
            }
            
            .Hunk-banner-content p {
                font-size: 1rem;
            }
            
           
        }


/*-------------- Plan A 页面----------------------------*/


.Hunk-wrap {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
}

.Hunk-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 22px;
}

@media(max-width:1000px){ .Hunk-grid { grid-template-columns: repeat(2,1fr); } }
@media(max-width:600px){ .Hunk-grid { grid-template-columns: 1fr; } }

.Hunk-card {
    background: #fff;
    border-radius: 12px;
    padding: 22px;
    border-top: 4px solid #C4C289;
    box-shadow: 0 10px 30px rgba(16,24,40,0.06);
    transition: .25s;
    height: 100%;
}

.Hunk-core-card{


border-left: 4px solid #C4C289;
border-top:none;


}

.Hunk-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 50px rgba(16,24,40,0.10);
}

.Hunk-title {
    font-size: 18px;
    color: #C4C289;
    margin-bottom: 12px;
    font-weight: 700;
}

.Hunk-list, .Hunk-sublist {
    padding-left: 18px;
    margin: 0;
    list-style: disc;
}

 .Hunk-sublist{


    margin-top: 1rem;
 }

.Hunk-item {
    color: #596174;
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.65;
}

.Hunk-sublist li {
    font-size: 14px;
    margin-bottom: 6px;
    color:#6b7385;
}


/*--------------- plan a compare --------------*/


    .Hunk-compare {
        background: white;
        border-radius: 14px;
        padding: 25px;
        box-shadow: 0 6px 18px rgba(0,0,0,0.08);
        text-align: left;
        transition: 0.3s;
    }

    .Hunk-compare:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    }

    .Hunk-compare h3 {
        font-size: 20px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        font-weight: bold;
    }

    .Hunk-compare h3 span.icon {
        font-size: 24px;
        margin-right: 8px;
    }

    .Hunk-compare ul {
        padding-left: 18px;
    }

    .Hunk-compare ul li {
        margin-bottom: 8px;
        line-height: 1.5;
        font-size: 15px;
    }


/*----------------- floating bar -----------------*/

  /* floating Bar 样式 */
             /* floating Bar 样式 */
        .Hunk-floating-bar {
            position: fixed;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 999;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .Hunk-floating-bar-item {
            position: relative;
            display: flex;
            align-items: center;
            cursor: pointer;
        }

        /* 图标容器 - 限制hover触发区域 */
        .Hunk-floating-bar-item-icon {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background: white;
            border-radius: 50%;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            transition: all 0.3s ease;
            z-index: 2;
        }

        .Hunk-floating-bar-item-icon img {
            width: 25px;
            height: 25px;
            transition: all 0.3s ease;
        }

        .Hunk-floating-bar-item-text {
            opacity: 0;
            transform: translateX(-20px);
            transition: all 0.3s ease;
            font-size: 14px;
            white-space: nowrap;
            color: #333;
            position: absolute;
            left: 100%;
            top: 50%;
            transform: translateY(-50%) translateX(-20px);
            pointer-events: none;
            background: white;
            padding: 6px 12px;
            border-radius: 4px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            z-index: 1;
        }

        .Hunk-floating-bar-item-tips,
        .Hunk-floating-bar-item-img {
            position: absolute;
            right: 70px;
            top: 50%;
            transform: translateY(-50%);
            width: 0;
            opacity: 0;
            transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            background: white;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
            padding: 0;
            border-radius: 8px;
            font-size: 12px;
            color: #333;
            overflow: hidden;
            pointer-events: none;
            z-index: 3;
        }

        /* 微信和关注图片样式 */
        .Hunk-floating-bar-item-img {
            width: 0;
            padding: 0;
        }

        .Hunk-floating-bar-item-img img {
            width: 100%;
            border-radius: 5px;
            display: block;
        }

        .Hunk-floating-bar-item-tips {
            width: 0;
            padding: 0;
        }

        .Hunk-floating-bar-item-tips p {

            font-size: 1.4rem;
            margin: 0;
            padding: 8px 12px;
            line-height: 1.5;
            border-bottom: 1px solid #eee;
        }

        .Hunk-floating-bar-item-tips p:last-child {
            border-bottom: none;
        }

        /* Hover 效果 - 仅在图标上触发 */
        .Hunk-floating-bar-item:hover .Hunk-floating-bar-item-icon {
            background: #C4C289;
            transform: scale(1.1);
        }

        .Hunk-floating-bar-item:hover .Hunk-floating-bar-item-icon img {
            filter: brightness(0) invert(1);
        }

        .Hunk-floating-bar-item:hover .Hunk-floating-bar-item-text {
            opacity: 1;
            transform: translateY(-50%) translateX(10px);
        }

        .Hunk-floating-bar-item:hover .Hunk-floating-bar-item-tips,
        .Hunk-floating-bar-item:hover .Hunk-floating-bar-item-img {
            opacity: 1;
            width: 200px;
            padding: 15px;
        }

        /* 响应式设计 */
        @media (max-width: 768px) {
            .Hunk-floating-bar {
                right: 10px;
                gap: 15px;
            }
            
            .Hunk-floating-bar-item-icon {
                width: 45px;
                height: 45px;
            }
            
            .Hunk-floating-bar-item:hover .Hunk-floating-bar-item-tips,
            .Hunk-floating-bar-item:hover .Hunk-floating-bar-item-img {
                width: 180px;
                padding: 12px;
            }
        }

.Hunk-blog-post:hover h3{

    color: #C4C289;
}




.Hunk-featured-img img{width: 100%;}

.Hunk-blog-text{padding: 1rem;}



.Hunk-blog-post {
      display: flex;          /* 改为 flex 布局 */
      flex-direction: column; /* 垂直排列 */
     
      background: #fff;
      border-radius: 8px;
      overflow: hidden;
      text-decoration: none;
      color: inherit;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      height: 100%;
    }

.Hunk-blog-post:hover{transform:translateY(-6px);box-shadow:0 12px 30px rgba(0,0,0,0.12);}
.Hunk-blog-post img{
    width:100%;
    height:220px;
    object-fit:cover;
    transition:transform 0.5s ease;
}
.Hunk-blog-post:hover img{transform:scale(1.05);}

 .Hunk-blog-post__content {
      padding: 16px;
      flex: 1; /* 让内容撑满剩余空间 */
      display: flex;
      flex-direction: column;
    }

.Hunk-blog-post__meta{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:12px;
}
.Hunk-blog-category{display:flex;flex-wrap:wrap;gap:6px;}
.category-tag{
    font-size:12px;
    text-transform:uppercase;
    color:#555;
    padding:4px 10px;
    border-radius:20px;
    font-weight:600;
    letter-spacing:0.5px;
    white-space:nowrap;
}
.category-tag{background:#f6f6f6;}

.meta-stats{display:flex;gap:12px;}
.meta-stat{display:flex;align-items:center;font-size:12px;color:#7f8c8d;}
.stat-icon{width:14px;height:14px;margin-right:4px;fill:#7f8c8d;}


.Hunk-blog-post-content{padding:20px;}


.Hunk-blog-post-btn{
    display:inline-block;
    padding:12px 22px;
    border-radius:6px;
    background:rgb(196, 194, 137);
    color:#fff;
    transition:all .3s ease;
}

 .Hunk-blog-post__content h3 {
      font-size: 20px;
      margin-bottom: 15px;
      line-height: 1.4;
      flex-grow: 1; /* 标题占满剩余空间，使 footer 始终在底部 */
    }

.Hunk-blog-post__description{color:#555;font-size:15px;line-height:1.6;margin-bottom:20px;}
.Hunk-blog-post__footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px 20px;
    position:relative;
    overflow:hidden;
    border-top:1px solid #eee;
}
.Hunk-blog-post__footer span{
    opacity:0;
    transform:translateX(-10px);
    transition:opacity 0.4s, transform 0.4s;
    font-weight:600;
    color:#C4C289;
    font-size:14px;
    white-space:nowrap;
}
.Hunk-blog-post__footer svg{
    width:20px;height:20px;
    fill:none;
    stroke:#C4C289;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
    flex-shrink:0;
    transition:all 0.3s ease;
}
.Hunk-blog-post__footer::after{
    content:'';
    position:absolute;
    left:0;bottom:0;
    height:2px;
    background:#C4C289;
    width:100%;
    transform:scaleX(0);
    transform-origin:left;
    transition:transform 0.4s;
}
.Hunk-blog-post:hover .Hunk-blog-post__footer span{opacity:1;transform:translateX(0);}
.Hunk-blog-post:hover .Hunk-blog-post__footer::after{transform:scaleX(1);}
.Hunk-blog-post:hover .Hunk-blog-post__footer svg{stroke:#C4C289;transform:translateX(4px);}
@media(max-width:768px){
    .blog-card-container{grid-template-columns:1fr;}
    .Hunk-blog-post__meta{flex-direction:column;align-items:flex-start;}
    .meta-stats{margin-top:8px;}
}


  .Hunk-countups {
    display: flex;
    justify-content: space-around;
    text-align: center;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 3rem;
  }

  .Hunk-countups .Hunk-countup {
   
    padding: 20px;
    border-radius: 10px;
  
    flex: 1;
  }

  .Hunk-countups .Hunk-countup .count {
    display: block;
    font-size: 3rem;
    font-weight: bold;
    color: #2a2a2a;
  }

  .Hunk-countups .Hunk-countup p {
    margin:1rem 0;
 
    color: #555;
  }

  .numbers {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .count {
    margin-right: 1rem;
  }



  /*-----------sidebar ---------------------------------------------*/

  .Hunk-section-title img{margin-right: 0.5rem;}


  .Hunk-sidebar{background-color: #f8fafc;padding:3rem 2rem;position: relative;}

  .Hunk-sidebar a{color: #555;}

  .Hunk-sidebar h3{font-size: 1.8rem;}

  .Hunk-sidebar p{font-size: 1.4rem;}

  .Hunk-sidebar-part{margin-bottom: 1.5rem;}

  .Hunk-sidebar-part .sidebar-img{width: 100%;}

  .Hunk-sidebar-part li a, .Hunk-sidebar-part li{font-size: 1.4rem;}

  .sidebar-comment{display: flex;flex-direction: row;}

  .comment-ul{list-style: none;padding-left: 0;}

  .Hunk-friendly-links a{color: #555;}




/*----------------------------- websites plan  页面--------------------------*/


 .Hunk-plan-tag {
            font-size: 13px;
            font-weight: 600;
            letter-spacing: .5px;
            color: #fff;
            display: inline-block;
            padding: 6px 12px;
            border-radius: 20px;
            margin-bottom: 16px;
        }

        .plan-a { background: #6c757d; }
        .plan-b { background: #2563eb; }
        .plan-c { background: #0f172a; }

        .Hunk-plan-card h3 {
            font-size: 22px;
            margin-bottom: 16px;
            color: #111;
        }

        .Hunk-plan-card h4 {
            font-size: 15px;
            margin: 22px 0 10px;
            color: #2563eb;
        }

        .Hunk-plan-card ul {
            padding-left: 18px;
            margin: 0;
        }

        .Hunk-plan-card ul li {
            font-size: 14px;
            color: #444;
            line-height: 1.7;
            margin-bottom: 8px;
        }


/* ===== 外贸建站业务介绍 ===== */
.Hunk-services {
    padding: 100px 20px;
    background: #f7f9fc;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.Hunk-services .container {
    max-width: 1200px;
    margin: 0 auto;
}

.Hunk-services-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
}

.Hunk-services h2 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 24px;
    color: #111;
}

.Hunk-services-desc {
    font-size: 16px;
    line-height: 1.9;
    color: #444;
}

.Hunk-services-desc p {
    margin-bottom: 16px;
}

.Hunk-services-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.Hunk-point {
    background: #fff;
    padding: 28px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,.04);
}

.Hunk-point img{width: 50px;height: 50px;}

.Hunk-point span {
    font-size: 28px;
    display: block;
    margin-bottom: 10px;
}

.Hunk-point h4 {
    font-size: 18px;
    margin-bottom:10px;
    color: #111;
}

.Hunk-point p {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

/* 响应式 */
@media (max-width: 992px) {
    .Hunk-services-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .Hunk-services h2 {
        font-size: 30px;
    }


    } 





        .Hunk-suitable-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }

        .Hunk-suitable-card {
            background: #fff;
            border-radius: 14px;
            padding: 36px 28px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.06);
            transition: transform .3s ease, box-shadow .3s ease;
        }

        .Hunk-suitable-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 18px 40px rgba(0,0,0,0.1);
        }

        .Hunk-icon {
            font-size: 36px;
            margin-bottom: 16px;
        }

        .Hunk-suitable-card h3 {
            font-size: 20px;
            margin-bottom: 16px;
            line-height: 1.4;
        }

        .Hunk-suitable-card ul {
            padding-left: 18px;
            margin: 0;
        }

        .Hunk-suitable-card li {
            font-size: 15px;
            line-height: 1.8;
            margin-bottom: 8px;
            color: #444;
        }

        @media (max-width: 992px) {
            .Hunk-suitable-grid {
                grid-template-columns: 1fr;
            }

            .Hunk-section-header h2 {
                font-size: 26px;
            }
        }

.Hunk-plan-btn{margin-top: 3rem;}




        .Hunk-plan-compare {
            padding: 80px 16px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .Hunk-plan-compare h2 {
            text-align: center;
            font-size: 32px;
            margin-bottom: 12px;
        }

        .Hunk-plan-compare .desc {
            text-align: center;
            max-width: 860px;
            margin: 0 auto 40px;
            color: #666;
            font-size: 15px;
            line-height: 1.7;
        }

        .table-wrap {
            overflow-x: auto;
        }

        table {
            width: 100%;
            min-width: 980px;
            border-collapse: collapse;
            background: #fff;
        }

        th, td {
            border: 1px solid #eaeaea;
            padding: 16px;
            vertical-align: top;
            font-size: 14px;
            line-height: 1.7;
        }

        th {
            background: #f6f8fb;
            font-weight: 600;
            text-align: center;
        }

        td:first-child {
            background: #fafafa;
            font-weight: 500;
            width: 180px;
        }

        .highlight {
            background: #f2f7ff;
        }

        @media (max-width: 768px) {
            .Hunk-plan-compare {
                padding: 60px 12px;
            }

            .Hunk-plan-compare h2 {
                font-size: 24px;
            }
        }



                .Hunk-advantages {
            display: flex;
            flex-wrap: wrap;
            gap: 4rem;
            justify-content: center;
        }

        .Hunk-advantage {
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.05);
            padding: 30px 20px;
            flex: 1 1 300px;

            height: 100%;
         
            position: relative;
            transition: transform 0.4s ease, box-shadow 0.4s ease;
        }

        .Hunk-advantage:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 24px rgba(0,0,0,0.15);
        }

     
         .Hunk-advantage-icon{font-size: 60px;color: #C4C289;}

        .Hunk-advantage h3 {
            font-size: 20px;
            margin-bottom: 15px;
        }

     
        .Hunk-benefit {
            font-size: 14px;
            color: #C4C289;
            font-weight: bold;
        }

        @media (max-width: 768px) {
            .Hunk-advantages {
                flex-direction: column;
                align-items: center;
            }
        }




/*------------------ wp 技术支持 --------------------------------*/



  .wp-pain-section {
      background: #f7f9fc;
      padding: 80px 20px;
    }

    .wp-pain-container {
      max-width: 1100px;
      margin: 0 auto;
    }

    .wp-pain-header {
      text-align: center;
      margin-bottom: 56px;
    }

    .wp-pain-header h2 {
      font-size: 32px;
      color: #0a2540;
      margin-bottom: 16px;
    }

    .wp-pain-intro {
      font-size: 16px;
      color: #555;
      line-height: 1.6;
      max-width: 760px;
      margin: 0 auto;
    }

    .wp-pain-content {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 28px;
      margin-bottom: 60px;
    }

    .wp-pain-item {
      display: flex;
      gap: 18px;
      background: #ffffff;
      padding: 26px;
      border-radius: 12px;
      box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
      transition: all .5s;
    }

    .wp-pain-icon {
      font-size: 26px;
      flex-shrink: 0;
      margin-top: 4px;
    }

    .wp-pain-item h3 {
      font-size: 18px;
      color: #0a2540;
      margin: 0 0 8px;
    }

    .wp-pain-item p {
      font-size: 14px;
      color: #555;
      line-height: 1.6;
      margin: 0;
    }

    .wp-pain-summary {
      text-align: center;
    }

    .wp-pain-summary p {
      font-size: 18px;
      color: #0a2540;
      margin-bottom: 28px;
      line-height: 1.6;
    }

    .wp-pain-btn {
      display: inline-block;
      background: #2563eb;
      color: #fff;
      padding: 14px 38px;
      border-radius: 8px;
      text-decoration: none;
      font-size: 16px;
      font-weight: 600;
    }

    .wp-pain-note {
      display: block;
      margin-top: 14px;
      font-size: 13px;
      color: #777;
    }

    @media (max-width: 768px) {
      .wp-pain-content {
        grid-template-columns: 1fr;
      }

      .wp-pain-header h2 {
        font-size: 26px;
      }
    }




    /*-----------------------------------------*/


        .wp-service-section {
      padding: 90px 20px;
      background: #ffffff;
    }

    .wp-service-container {
      max-width: 1100px;
      margin: 0 auto;
    }

    .wp-service-header {
      text-align: center;
      margin-bottom: 60px;
    }

    .wp-service-header h2 {
      font-size: 32px;
      color: #0a2540;
      margin-bottom: 16px;
    }

    .wp-service-header p {
      font-size: 16px;
      color: #555;
      max-width: 780px;
      margin: 0 auto;
      line-height: 1.7;
    }

    .wp-service-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
    }

    .wp-service-item {
      background: #f9fafb;
      border-radius: 14px;
      padding: 28px 26px;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .wp-service-item:hover {
      transform: translateY(-4px);
      box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
      background: #ffffff;
    }

    .wp-service-item h3 {
      font-size: 18px;
      color: #0a2540;
      margin-bottom: 10px;
    }

    .wp-service-item p {
      font-size: 14px;
      color: #555;
      line-height: 1.7;
      margin: 0;
    }

    .wp-service-footer {
      margin-top: 70px;
      text-align: center;
    }

    .wp-service-footer p {
      font-size: 18px;
      color: #0a2540;
      margin-bottom: 26px;
    }

    .wp-service-btn {
      display: inline-block;
      background: #2563eb;
      color: #ffffff;
      padding: 14px 38px;
      border-radius: 8px;
      text-decoration: none;
      font-size: 16px;
      font-weight: 600;
    }

    .wp-service-note {
      display: block;
      margin-top: 12px;
      font-size: 13px;
      color: #777;
    }

    @media (max-width: 1024px) {
      .wp-service-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 768px) {
      .wp-service-grid {
        grid-template-columns: 1fr;
      }

      .wp-service-header h2 {
        font-size: 26px;
      }
    }





/*---------------------------- b2b website themes ---------------------------*/


.Hunk-theme-part{margin-bottom: 3rem;}
    

    /* ===== Banner ===== */
    .Hunk-category-hero {
      padding: 90px 0 70px;
      background: radial-gradient(1200px 400px at 20% 0%, rgba(63,81,255,0.25), transparent 60%),
                  radial-gradient(800px 300px at 80% 10%, rgba(0,200,255,0.18), transparent 60%),
                  linear-gradient(180deg, #0f172a 0%, #111827 100%);
    }
    .Hunk-category-hero h1 { font-size: 42px; margin-bottom: 18px; letter-spacing: -0.5px; color: #ffffff; }
    .Hunk-category-hero p { max-width: 760px; font-size: 18px; color: #cbd5f5; }

    /* ===== Intro ===== */
    .Hunk-category-intro { padding: 60px 0; }
    .Hunk-category-intro h2 { font-size: 28px; margin-bottom: 16px; }
    .Hunk-category-intro p { max-width: 860px; color: #666; }

    /* ===== Filters ===== */
    .Hunk-filters { background: #f7f9fc; padding: 30px 0; border-top: 1px solid #e5e7eb; border-bottom: 1px solid #e5e7eb; }
    .Hunk-filter-group { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 16px; }
    .Hunk-filter-btn { padding: 8px 16px; border-radius: 999px; border: 1px solid #e5e7eb; background: #fff; font-size: 14px; cursor: pointer; transition: all .2s ease; }
    .Hunk-filter-btn:hover, .Hunk-filter-btn.Hunk-active { background: #1f3cff; color: #fff; border-color: #1f3cff; }

    /* ===== Theme Grid ===== */
    .Hunk-themes { padding: 60px 0; }
    .Hunk-theme-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
    .Hunk-theme-card { border: 1px solid #e5e7eb; border-radius: 12px; overflow: hidden; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
    .Hunk-theme-card:hover { transform: translateY(-4px); box-shadow: 0 10px 30px rgba(0,0,0,.06); }
    .Hunk-theme-thumb { background: #eef1f8; height: 200px; }
    .Hunk-theme-content { padding: 20px; }
    .Hunk-theme-content h3 {  margin: 0 0 1.5rem; }
    .Hunk-theme-content p { font-size: 14px; color: #666; margin-bottom: 12px; }
    .Hunk-theme-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 2rem;}
    .Hunk-theme-tags span { font-size: 12px; background: #f7f9fc; padding: 4px 10px; border-radius: 999px; color: #444; }

    /* ===== FAQ ===== */
    .Hunk-faq { padding: 80px 0; background: #f7f9fc; }
    .Hunk-faq h2 { font-size: 28px; margin-bottom: 30px; }
    .Hunk-faq-item { margin-bottom: 20px; }
    .Hunk-faq-item h3 { font-size: 18px; margin-bottom: 6px; }
    .Hunk-faq-item p { color: #666; }

    /* ===== Responsive ===== */
    @media (max-width: 992px) { .Hunk-theme-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 600px) { .Hunk-theme-grid { grid-template-columns: 1fr; } .Hunk-category-hero h1 { font-size: 30px; } }

.Hunk-theme-btn{margin-top: 2rem;}

.Hunk-theme-section ul, .Hunk-theme-section ol{padding-left: 2rem;}

.Hunk-theme-section li{position: relative;}

.Hunk-theme-section ul li:before{content: '\2713';position: absolute;left:-20px;color: #C4C289;}


.Hunk-theme-section .Hunk-content-grid{padding: 0;gap:4rem;margin-bottom: 3rem;}

/**--------------------------------- cta style ----------------------------*/


.cta{background-color: #C4C289 !important;
    color: #fff;
    padding: 13px 10px;
    margin: 0 5px;
    height: 0;
    line-height: 0;
    display: inline-block;

    transition: all .5s;

}

.cta:after {
    content: "\279C";
}

.cta:hover{font-style: italic;transition: all .5s;}

.Hunk-video-bg {
  position: relative;
  width: 100%;
  height: 600px; /* 可以改成 400px 或其他高度 */
  overflow: hidden;
  
}



/* 视频本身 */
.Hunk-video-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -2;
}

/* 遮罩层可选 */
.Hunk-video-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

/* 文字居中叠加 */
.video-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding:3%;
}

.video-overlay h1 {


  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 700;
  text-align: center;
  color:#fff;
}

.video-overlay p{color: #fff;text-align: center;margin-bottom: 4.6rem;}






/*-------------------- aboutpage ----------------------*/

    .Hunk-gallery{
      width:100%;
      height:400px;
      display:flex;
      gap:16px;
    }

    .Hunk-gallery-item{
      position:relative;
      overflow:hidden;
      border-radius:24px;
      transition:flex .5s ease;
      cursor:pointer;
    }

    /* 默认 */
    .Hunk-left{
      flex:8;
    }

    .Hunk-right{
      flex:2;
    }

    /* hover 左边 */
    .Hunk-gallery .Hunk-left:hover{
      flex:9;
    }

    .Hunk-gallery .Hunk-left:hover + .Hunk-right{
      flex:1;
    }

    /* hover 右边 */
    .Hunk-gallery .Hunk-right:hover{
      flex:9;
    }

    .Hunk-gallery:has(.Hunk-right:hover) .Hunk-left{
      flex:1;
    }

    /* 图片 */
    .Hunk-gallery-item img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }

    /* 遮罩 */
    .Hunk-gallery-item::after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(
        to top,
        rgba(0,0,0,.55),
        rgba(0,0,0,.1)
      );
    }

  .Hunk-activities {
    display: flex;
    max-width: 1200px;
    margin: 20px auto;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    min-height: 500px;
  }

  .slider-tab {
    flex: 0 0 130px;
    background-color: #eee;
    color: #333;
    display: flex;
    flex-direction: column;
  }
  .tab-btn {
    background-color: inherit;
    color: #333;
    padding: 20px 16px;
    width: 100%;
    border: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 16px;
    border-bottom: 1px solid #f6f6f6;
    text-align: center;
  }

  .tab-btn.active, .tab-btn:hover  { background-color: #C4C289; color:#fff; }

  .slider-content { flex: 1; position: relative; padding: 0; overflow: hidden; }

  .tab-content { display: none; height: 100%; width: 100%; }

  .Hunk-slider {
    width: 100%; height: 100%; position: relative; background: #000;
    display: flex; align-items: center;
  }

  .Hunk-slide {
    display: none; width: 100%; height: 100%; text-align: center; position: relative;
  }

  .Hunk-slide img {
    max-width: 100%; max-height: 100%; object-fit: contain;
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  }

  .active-slide { display: block !important; }

  .slider-prev, .slider-next {
    cursor: pointer; position: absolute; top: 50%; transform: translateY(-50%);
    padding: 16px; color: white; font-weight: bold; font-size: 24px;
    background-color: rgba(0,0,0,0.3); z-index: 10;
  }
  .slider-prev { left: 0; }
  .slider-next { right: 0; }
  .slider-prev:hover, .slider-next:hover { background-color: rgba(0,0,0,0.8); }

  .slider-dots {
    position: absolute; bottom: 15px; left: 50%; transform: translateX(-50%);
    z-index: 10;
  }
  .dot {
    cursor: pointer; height: 12px; width: 12px; margin: 0 4px; background-color: #bbb;
    border-radius: 50%; display: inline-block; transition: 0.6s ease;
  }
  .dot-active { background-color: #fff !important; }

  @media screen and (max-width: 768px) {
    .Hunk-activities { flex-direction: column; height: auto; min-height: 80vh; }
    .slider-tab { width: 100%; flex-direction: row; overflow-x: auto; flex:0 0 50px; }
    .tab-btn { padding: 15px; text-align: center; white-space: nowrap; border-bottom: none; }
    .Hunk-slide { height: 400px; }
  }


      




    .Hunk-service{box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);padding:1rem 2rem 2rem;}

.Hunk-contact img{width: 100%;}



   


/*-------------------- button -------------------------*/




/*----------------- row section --------------------------------*/

@media (max-width: 992px) {

  .cta-style-1{

   flex-direction: column;

   align-items: center;


  }

  .cta-style-1 .cta-text{margin-bottom: 3rem;}



  .cta-style-1 .cta-text, .cta-style-1 .cta-btn{

    width: 100%;

    text-align: center;
  }

.sectionB{  


 



}}

.sectionB{  

    background-image: url("")!important;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}

.sectionF{z-index: 100!important;}



.sectionG {
    /* 关键属性：设置背景图片 */
    background-image: url('https://www.xingdingnuo.com/wp-content/themes/Xingdingnuo/images/Banner-scaled.webp'); 
    
    /* 核心：使背景图片固定，不随滚动条滚动 */
    background-attachment: fixed; 
    
    /* 辅助：确保图片覆盖整个容器 */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    /* 布局：上下内边距，增加空间感 */
    padding: 100px 0!important;
    position: relative;
    
    /* 遮罩：为了让文字更清晰，建议加一层半透明蒙版 */
    background-color: rgba(0, 0, 0, 0.4); 
    background-blend-mode: multiply;

}

.sectionG h2, .sectionG{color: #fff;}

/* 针对移动端优化 */
@media (max-width: 768px) {
    .sectionG {
        /* 很多手机端浏览器对 fixed 支持不好，建议切换为 scroll */
        background-attachment: scroll; 
        padding: 60px 0;
    }
}


.sectionB::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8); /* 黑色蒙版，40% 透明度 */
  z-index: -1; /* 放在背景图片上，但在内容下 */
}



.step h4, .impact h4{margin-top: 2rem;margin-bottom: 1rem;}

.impact{text-align: center;}

.impact-text{    background: #f6f6f6;
    padding: 2rem;
    min-height: 225px;border-radius: 5px;}

    .impact img{width: 200px!important;}


.section-life{background-color: #4CAF50;}

.Hunk-full-width{width: 100%;padding-top: 8rem;padding-bottom: 0rem;position: relative;z-index: 6;}
.nospace .section-inner{max-width:100%!important;width:100%!important;}

.nospace .havespace{width: 120rem;margin: 0 auto;}

.Hunk-text{padding: 20px;}

.section-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 120rem;
    width: calc(100% - 4rem);
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


/*-------------- category page ----------------------------------------*/


/*----------------product filter ------------------*/


       /* 布局容器 */
        .Hunk-archive-container {
            display: grid;
            grid-template-columns: 320px 1fr; /* 略微加宽侧边栏，容纳多列 */
            gap: 40px;
            max-width: 1300px;
            margin: 0 auto;
        }

        /* ================= 左侧紧凑型过滤器样式 ================= */
        .Hunk-filter-sidebar {
            background-color: #fff;
            border-right: 1px solid var(--border-color);
            padding-right: 4px;
        }

        .Hunk-filter-group {
            margin-bottom: 20px;
            padding-bottom: 16px;
            border-bottom: 1px solid var(--border-color);
        }

        .Hunk-filter-group:last-child {
            border-bottom: none;
        }

        .Hunk-filter-title {
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 10px;
            color: #111827;
        }

        .Hunk-filter-options {
            display: grid;
            grid-template-columns: repeat(3, 1fr); /* 默认一行三列 */
            gap: 6px; /* 紧凑间距 */
        }

        /* 筛选项标签（隐藏原生 checkbox，做成按钮质感） */
        .Hunk-filter-item {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-size: 13px;
            padding: 6px 4px;
            background-color: var(--bg-light);
            border: 1px solid transparent;
            border-radius: 4px;
            color: #4b5563;
            text-align: center;
            user-select: none;
            transition: all 0.2s ease;
        }

        /* 隐藏真正的原生的 checkbox */
        .Hunk-filter-item input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

        .Hunk-filter-item:hover {
            background-color: #e5e7eb;
            color: #111827;
        }

        /* 当 Checkbox 被选中时的样式（高亮） */
        .Hunk-filter-item:has(input:checked) {
            background-color: #eff6ff;
            border-color: var(--primary-color);
            color: var(--primary-color);
            font-weight: 500;
        }

        /* ================= 右侧产品网格样式 ================= */
        .Hunk-products-section {
            flex: 1;
        }

        .Hunk-products-grid {
             display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
        }

        /* 修改：把 product-card 改为 a 标签，并移除默认链接下划线 */
        .Hunk-product-card {
            display: block;
            text-decoration: none;
            border: 1px solid var(--border-color);
            border-radius: 6px;
            overflow: hidden;
            background: #fff;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .Hunk-product-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        }

        .Hunk-product-image {
            width: 100%;
            height: auto;
            background-color: #f9fafb;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #9ca3af;
            font-size: 13px;
        }

        .Hunk-product-image img{width: 100%;}

        .Hunk-product-info {
            padding: 12px;
        }

        .Hunk-product-name {
            font-size: 16px;
            font-weight: 600;      
         
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
          
        }

        .Hunk-no-products {
            grid-column: 1 / -1;
            text-align: center;
            padding: 60px 0;
            color: #9ca3af;
            font-size: 14px;
            display: none;
        }

        @media (max-width: 768px) {
            .Hunk-archive-container {
                grid-template-columns: 1fr;
            }
            .Hunk-filter-sidebar {
                border-right: none;
                border-bottom: 1px solid var(--border-color);
                padding-right: 0;
                padding-bottom: 16px;
            }
        }



 /*----------------------------------------------*/       

.Hunk-product-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:32px;
    margin:60px auto;
}

.Hunk-products-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    transition:transform 0.3s ease;
}

.Hunk-products-card:hover{
    transform:translateY(-6px);
}

.Hunk-product-card-image{
    position:relative;
    overflow:hidden;
    height:280px;
}

.Hunk-product-card-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform 1s ease, filter 1s ease;
}

.Hunk-products-card:hover .Hunk-products-card-image img{
    transform:scale(1.1);
    filter:brightness(0.72);
}

.Hunk-product-content{
    padding:30px 24px 36px;
}

.Hunk-product-content h3{
    font-size:24px;
    font-weight:700;
    margin-bottom:16px;
    color:#222;
}

.Hunk-product-content p{
    font-size:16px;
    line-height:1.8;
    color:#666;
}
        



        .history-list {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.history-item {
    width: 25%; /* 4个产品平分 */
    text-align: center;
}
.history-item a {
    text-decoration: none;
    color: #333;
}
.history-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}
.history-title {
    margin-top: 8px;
    font-size: 14px;
    /* 超出两行隐藏 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
      
/*------------------------ blog page ---------------------------------*/

.Hunk-main-content img{max-width: 100%;}

.Hunk-wechat-mp img{width: 100%;max-width: 300px;}

.Hunk-author{display: flex;align-items: center;}

.Hunk-author img{border-radius: 100%;width: 4rem;height: 4rem;margin-right: 1rem;}
       
.Hunk-post-meta{display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.4rem;  
    flex-wrap: wrap;
}


.Hunk-post-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 992px){


    .Hunk-post-header{

        align-items: flex-start;


    }




}


/* ------------------------blog post --------------------------*/

.Hunk-blog-post-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin:3rem 0;
}

.Hunk-meta {
    display: flex;
    gap: 30px;
}


.Hunk-blog-sidebar {
    width: 20%;
    padding: 3rem 2rem;
    border-right: 1px solid #eee;
    position: sticky;

    top:3rem;
    left: 0;
    max-height: 400px;
}


/*-------------- toc ---------------------*/

              .Hunk-blog-wrapper {
            display: flex;
           
            margin: 0;
            min-height: 100vh;
            position: relative;
            flex-direction: column;
            width: 135rem;
            margin: 0 auto;
            max-width: 100%;
            padding-bottom: 3rem;
        }
        
        .Hunk-mobile-toc-btn {
            display: none;
            position: fixed;
            top: 50px;
          
            z-index: 1001;
            background: #C4C289;
            color: white;
            border: none;
            padding: 10px 15px;
            border-radius: 4px;
            cursor: pointer;
            font-size: 16px;
            width: 140px;
            justify-content: center;
            align-items: center;
            margin-left: auto;
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        }
        
        .Hunk-blog-container {
            display: flex;
            width: 100%;
            max-width: 1300px;
            margin: 0 auto;
            position: relative;
            flex-direction: row;
            justify-content: space-between;
            margin: 0 auto;
            gap: 20px;
        }


        
        .Hunk_toc_sidebar {
            width: 23%;
            position: sticky;
            top: 0;
            height: 80vh;
            overflow-y: auto;
            background-color: #f8f9fa;
            padding: 20px;
            transition: transform 0.3s ease;
            order: 2;
        }

        .Hunk_toc_sidebar h2{font-size: 2rem;}
        
        .Hunk-blog-content {
            flex: 1;
            padding: 3rem 2rem;
            max-width: 80%;
            order: 1;
        }
        
        .Hunk-toc a {
            text-decoration: none;
            color: #555;
            display: block;
            padding: 5px 0;
            transition: color 0.2s;
        }
        
        .Hunk-toc a:hover {
            color: #C4C289;
        }
        
        .Hunk-toc a.active {
            font-weight: bold;
            color: #C4C289;
            background-color: rgba(0, 123, 255, 0.1);
            padding-left: 8px;
            border-left: 3px solid #C4C289;
            margin-left: -8px;
        }
        
        .Hunk-toc ul {
            list-style-type: none;
            padding-left: 15px;
        }
        
        .Hunk-toc li {
            margin: 5px 0;
            line-height: 1.4;
            list-style: none;
        }
        
        .Hunk-toc > ul {
            padding-left: 0;
        }
        

        
        h2 {
           
            
        }
        
        h2:first-child {
            border-top: none;
            padding-top: 0;
        }
        
        p {
            margin-bottom: 1em;
            line-height: 1.6;
        }

.Hunk-related-section .Hunk-content-grid{
  
}


.Hunk-meta-item{display: flex;flex-direction: row;justify-content: center;align-items: center;}

.Hunk-meta-item svg{width: 20px;height: 20px;margin-right: 5px;display: block;}
        
        
        @media (max-width: 768px) {
            .Hunk-mobile-toc-btn {
                display: flex;
                align-items: center;
                left: 50%;
                transform: translateX(-50%);
             
                justify-content: center;
            }
            
            .Hunk-blog-container {
                flex-direction: column-reverse;
            }

            .Hunk-blog-sidebar{width: 100%;}
            
            .Hunk_toc_sidebar {
                width: 100%;
                height: auto;
                max-height: 50vh;
                position: fixed;
                top: 0;
                right: 0;
                z-index: 1000;
                transform: translateY(-100%);
                box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            }
            
            .Hunk_toc_sidebar.active {
                transform: translateY(0);
            }
            
            .Hunk-blog-content {
                width: 100%;
                max-width: 100%;
                padding-top:3rem 20px;
                order: 2;
            }


    
            .Hunk_toc_sidebar {
                order: 1;
            }
            
            h2, h3, h4 {
                scroll-margin-top: 60px;
            }
        }
        
        html {
            scroll-behavior: smooth;
        }

/*-------------------- blog post footer -----------------------*/

.Hunk-donate img{margin: 0 auto;max-width: 400px;}

.Hunk-post-footer{margin-top: 4rem;}

.Hunk-payment-code{text-align: center;}

@media (max-width: 400px){


    .followhunk{flex-direction: column;}



}



.post-separator {
    border-top: 1px dashed #bbb;
    display: block;
    margin: 4rem 0 2rem 0;
}

.sharetowechat{flex:2;}

.followwechat{flex:8;text-align: right;}

.followhunk{display: flex;gap:2rem;justify-content: space-between;}

.followhunk h3{font-size: 1.5rem;}

.followwechat img{max-height: 168px;max-width: 100%;}

.sharetowechat img{width: 100%;max-width: 170px;}


.Hunk-post-footer{width: 100%;}

 .buymecoffee {
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            padding: 12px 24px;
            background: linear-gradient(135deg, #C4C289, #ff5e62);
            color: white;
            border: none;
            border-radius: 10px;
            font-size: 1.4rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(255, 94, 98, 0.3);
        }
        
        .buymecoffee:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(255, 94, 98, 0.4);
        }
        
        .buymecoffee:active {
            transform: translateY(0);
        }
        
        .buymecoffee svg {
            margin-right: 10px;
            fill: white;
        }




 .Hunk-entry-intro{display: flex;flex-direction: row;align-items: center;margin-top: 3rem;gap:2rem;}
 .Hunk-entry-intro img{width: 100px;}

 .Hunk-entry-share img{width: 35px;}

 .Hunk-entry-share{margin-top: 1rem;}

 .Hunk-statement{display: flex;align-items: center;margin-top: 2rem;}

 .Hunk-statement img{margin-right: 1rem;}

 .Hunk-statement span{font-size: 1.4rem;color: #555;}
/*------------------------------------- footer -------------------------------*/

.Hunk-footer-title{color: #fff;}

.footer-img{width: 100%;max-width: 200px;}


.current-cat a{color:#C4C289!important;}

.Hunk-site-footer p{font-size: 1.4rem;}

.Hunk-site-footer .current-menu-item a{color: #fff!important;font-weight: 700;}


.Hunk-footer-sns img{width: 25px;}

.Hunk-footer-sns span:hover{transform: translateY(-4px);}


.Hunk-footer-sns span {
    display: inline-block;
    transition: transform 0.2s ease;
}

.Hunk-site-footer a{font-size: 1.4rem;}

.recent-product a:before {
    content: "\2713";
    margin-right: 5px;
}


 .footer-copyright{margin-bottom: 0;color: #eee;font-size: 1.4rem;}

.footer-part-2 li::before {
    content: "\2713"; /* 使用勾符号 */
    font-size: 16px; /* 设置勾的大小 */

    margin-right: 10px; /* 给勾和文字之间添加一些间距 */
    

  }

  .footer-part-2 ul{padding:0;}

  .footer-part-2 li{list-style: none;margin-bottom: 0;}

.Hunk-site-footer{width: 100%;overflow: hidden;padding-top: 4rem;padding-bottom:2rem;position: relative;z-index: 6;background-color: rgb(196, 194, 137);color: #f5f5f5;}



.Hunk-site-footer h3{margin-bottom: 2rem;margin-top: 0;color: #fff;}

.Hunk-site-footer a, .Hunk-footer-bottom a{color:#f5f5f5;}

.Hunk-site-footer a:hover{color:#fff;font-weight: 700;}
.site-footer-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 120rem;
    width: calc(100% - 4rem);
}

.footer-part-1 img{margin-bottom: 2rem;}
.footer-part-1>img{width: 260px;}

.Hunk-footer-bottom .col{padding:2rem 0;margin:0;}
.Hunk-footer-bottom{background-color: rgb(196, 194, 137);border-top: 1px solid #eee;width: 100%;}





        /* 返回顶部按钮样式 */
        #Hunk-back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #C4C289 0%, #0d5bb8 100%);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            box-shadow: 0 4px 20px rgba(24, 119, 242, 0.4);
            border: none;
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            z-index: 1000;
        }
        
        #Hunk-back-to-top.visible {
            opacity: 1;
            visibility: visible;
        }
        
        #Hunk-back-to-top:hover {
            transform: translateY(-5px) scale(1.1);
            box-shadow: 0 8px 25px rgba(24, 119, 242, 0.6);
            background: linear-gradient(135deg, #0d5bb8 0%, #C4C289 100%);
        }
        
        #Hunk-back-to-top:active {
            transform: translateY(0) scale(0.95);
        }
        
        .arrow-icon {
            width: 24px;
            height: 24px;
            fill: white;
            transition: transform 0.3s;
        }
        
        #Hunk-back-to-top:hover .arrow-icon {
            transform: translateY(-3px);
        }
        
        /* 响应式设计 */
        @media (max-width: 768px) {
            #Hunk-back-to-top {
                width: 50px;
                height: 50px;
                bottom: 20px;
                right: 20px;
            }
        }


/*------------------------ page ---------------------------------------*/

.section-page h3, .section-page h2{margin-bottom: 2rem;}
.section-page .row{margin-bottom: 3rem;}

.Hunk-bio{display: flex;flex-direction: row; align-items: center;gap: 2rem;}

.Hunk-bio img{width:150px;}


/*--------------------------------- archive --------------------------*/


/*--------- page title bar-------------*/

   main.Hunk-container{margin-top: -2rem;}
        
        /* 主容器 - 限制宽度为1200px并居中 */
        .Hunk-container {
            max-width: 135rem;
            width: 100%;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        /* 全屏标题栏容器 */
        .Hunk-titlebar-wrapper {
            width: 100%;
            background: #ffffff;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            margin: 20px 0 40px 0;
        }
        
        /* 标题栏内部容器，限制为1200px并居中 */
        .Hunk-titlebar-inner {
           
            width: 100%;
            margin: 0 auto;
            padding: 20px 0;
        }
        
        .Hunk-breadcrumb {
            display: inline-flex;
            align-items: center;
        
            padding: 8px 15px 8px 0;
            border-radius: 20px;
            font-size: 1.4rem;
            color: #6c757d;
            flex-wrap: wrap;
           
        }
        
        .Hunk-breadcrumb a {
            color: #555;
            text-decoration: none;
          
            display: flex;
            align-items: center;
        }
        
        .Hunk-breadcrumb a:hover {
            color: #C4C289;
        }
        
        .Hunk-breadcrumb span {
            color: #555;
        }

        .Hunk-post-meta{color: #555;}
        
        .Hunk-category-title {
 
            font-weight: 700;

            font-size: 4.5rem;
        
            margin-bottom: 3rem;
        }
        
        .Hunk-description {
            font-size: 1.6rem;
            color: #495057;
            line-height: 1.7;
            padding: 15px 0 10px 0;
            
        }
        
        .Hunk-svg-icon {
            width: 16px;
            height: 16px;
            margin-right: 6px;
            vertical-align: middle;
        }
        
        .Hunk-chevron-icon {
            width: 12px;
            height: 12px;
            margin: 0 5px;
            color: #adb5bd;
        }
        
        @media (max-width: 768px) {
            .Hunk-titlebar-inner {
                padding: 25px 10px;
            }
          
        }





        .Hunk-wrapper{
      max-width:800px;
      margin:0 auto;
      display:flex;
      flex-direction:column;
      gap:36px;
    }

    .Hunk-whyus-item{
      
     
      
      
    }

    .Hunk-whyus-title{
      display:flex;
      align-items:center;
      font-size:18px;
      font-weight:700;
      margin-bottom:14px;
      line-height:1.4;
    }

    .Hunk-dot{
      width:7px;
      height:7px;
      border-radius:50%;
      background:#111;
      margin-right:14px;
      flex-shrink:0;
    }

    .Hunk-desc{
      font-size:16px;
      line-height:1.9;
      color:#555;
      padding-left:26px;
    }

    @media (max-width:768px){

      .Hunk-whyus-item{
        padding:22px;
      }

      .Hunk-whyus-title{
        font-size:20px;
      }

      .Hunk-desc{
        font-size:15px;
      }

    }



/*----------------------------whyus -------------------*/


     /* ==================== 最外层主容器（增加 CSS Grid 免疫防线） ==================== */
  .Hunk-slider-containers {
    display: block !important;       /* 💥 强行声明为传统块级，切断任何外部 Grid 布局的直接内部干预 */
    position: relative !important;
    width: 100% !important;
    min-width: 0 !important;         /* 💥 关键一击：在 Grid 容器中，必须显式限制 min-width: 0 才能防止被内部长轨道撑爆 */
    max-width: 1140px !important;    /* 严格控制桌面端最大宽度线 */
    height: 450px !important;
    margin: 40px auto !important;
    overflow: hidden !important;     /* 确保多余轨道绝对不可见 */
    box-sizing: border-box !important;
  }

  /* ==================== 内部滑动轨道 ==================== */
  .Hunk-slider-tracks {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;    /* 强制单行，决不允许折行 */
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* ==================== 单页物理死锁 ==================== */
  .Hunk-slide-item {
    width: 100% !important;          /* 完美等于主容器的 100% (即1140px) */
    min-width: 100% !important;      /* 锁死下限 */
    max-width: 100% !important;      /* 锁死上限，即便图片再大也撑不破这一层 */
    height: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    flex-shrink: 0 !important;       /* 绝不允许被强行挤压缩水 */
    overflow: hidden !important;     /* 安全剪裁内部可能溢出的图文 */
    box-sizing: border-box !important;
  }

  /* 左右分栏严格 50% 控制 */
  .Hunk-slide-content-left,
  .Hunk-slide-media-right {
    flex: 1 !important;
    width: 50% !important;
    max-width: 50% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .Hunk-slide-content-left {
    background: transparent; 
    padding-right:20px!important;
  }

  /* 防止左侧文本在一行内无限延伸撑宽单页 */
  .Hunk-slide-content-left div {
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;  /* 强行允许换行 */
    word-break: break-word !important;
  }

  /* 降服右侧可能很大的 WordPress 图片 */
  .Hunk-slide-media-right img {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  /* 导航按钮外包 */
  .Hunk-arrow-wrapper {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    z-index: 10;
  }

  /* 按钮样式 */
  .Hunk-arrow-trigger {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  }

  .Hunk-arrow-trigger:hover {
    background: #333;
    color: #fff;
    border-color: #333;
  }

  /* ================= 移动端适配强力保护 ================= */
  @media (max-width: 768px) {
    .Hunk-slider-containers {
      width: auto !important;          
      height: 480px !important;        
      margin: 20px 10px !important;    
    }
    
    .Hunk-slide-item {
      flex-direction: column !important;
      width: 100% !important;
      min-width: 100% !important;
      max-width: 100% !important;
    }

    .Hunk-slide-content-left,
    .Hunk-slide-media-right {
      width: 100% !important;
      max-width: 100% !important;
    }

    .Hunk-slide-content-left {
      flex: 1 !important;              
      height: auto !important;         
      text-align: center !important;   
      padding: 0 20px !important;      
    }
    
    .Hunk-slide-media-right {
      height: 240px !important;        
      flex: none !important;
    }

    .Hunk-arrow-wrapper {
        top:0;
      left: 50% !important;
      transform: translateX(-50%) !important;
      right: auto !important;
    }
  }




      /* 轮播外层主容器 */
    .Hunk-matrix-wrapper {
      width: 100%;
      max-width: 1310px;
      margin: 0;
      position: relative;
      overflow: hidden;
      background: #fff;
      border-radius: 8px;
      padding: 10px 0;
      cursor: grab;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      touch-action: pan-y;
    }

    .Hunk-matrix-wrapper.Hunk-state-grabbing {
      cursor: grabbing;
    }

    /* 轮播内部走马灯轨道 */
    .Hunk-stage-belt {
      display: flex;
      transition: transform 0.4s ease-in-out;
      will-change: transform;
      align-items: center;
    }

    .Hunk-stage-belt.Hunk-effect-static {
      transition: none !important;
    }

    /* 单个卡片样式 */
    .Hunk-panel-cell {
      flex-shrink: 0;
     
      margin: 0 8px;
      border-radius: 8px;
      overflow: hidden;
      cursor: pointer;
      user-select: none;

      background: white;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }

    .Hunk-panel-cell img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      display: block;
      object-fit: contain;
      pointer-events: none;
    }

    /* 左右切换按钮 */
    .Hunk-arrow-trigger {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 36px;
      height: 36px;
      background: rgba(0,0,0,0.4);
      color: white;
      border-radius: 50%;
      text-align: center;
      line-height: 36px;
      font-size: 20px;
      cursor: pointer;
      user-select: none;
      z-index: 10;
      transition: background 0.3s ease;
    }

    .Hunk-arrow-trigger:hover {
      background: rgba(0,0,0,0.7);
    }

    .Hunk-edge-backward { left: 12px; }
    .Hunk-edge-forward { right: 12px; }



    .Hunk-value-card{

        padding:30px;

        border-radius: 10px;

        box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.12);



    }

    .Hunk-value-card img{width: 100%;}
/*------------------product page ---------------------*/



   .Hunk-product-details-container {
            background-color: #ffffff;
            border-radius: 12px;
       
            padding: 10px 0;
            max-width: 500px;
            width: 100%;
            box-sizing: border-box;
        }
        .Hunk-product-details-section {
            margin-bottom: 28px;
        }
        .Hunk-product-details-section:last-child {
            margin-bottom: 0;
        }
        .Hunk-product-details-title {
            font-size: 17px;
            font-weight: 700;
            color: #1d2939;
            display: flex;
            align-items: center;
            margin-bottom: 18px;
            border-bottom: 1px solid #f2f4f7;
            padding-bottom: 10px;
        }
        .Hunk-product-details-title-icon {
            width: 20px;
            height: 20px;
            margin-right: 8px;
            color: #0066cc; /* 主题蓝色 */
            display: flex;
            align-items: center;
        }
        .Hunk-product-details-badge {
            background-color: #fef3f2;
            color: #b42318;
            border: 1px solid #fda29b;
            font-size: 12px;
            padding: 2px 8px;
            border-radius: 4px;
            margin-left: auto;
            font-weight: 600;
        }
        .Hunk-product-details-list-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 14px;
            line-height: 1.5;
            font-size: 14px;
        }
        .Hunk-product-details-list-item:last-child {
            margin-bottom: 0;
        }
        .Hunk-product-details-item-icon {
            width: 18px;
            height: 18px;
            margin-right: 12px;
            color: #667085; /* 优雅深灰 */
            flex-shrink: 0;
            margin-top: 2px;
            display: flex;
            align-items: center;
        }
        .Hunk-product-details-label {
            font-weight: 600;
            color: #344054;
        }
        .Hunk-product-details-content {
            color: #475467;
        }
        .Hunk-product-details-highlight {
            color: #0066cc;
            font-weight: 600;
        }



          .Hunkzoom {
      position: relative;
      width: 710px;
      cursor: crosshair;
      overflow: hidden; /* 确保不会溢出 */
    }
    .Hunkzoom-cover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      pointer-events: none; /* 避免与鼠标事件冲突 */
      z-index: 10; /* 覆盖原图 */
    }
    .Hunkzoom img {
      display: block;
      max-width: 100%;
    }
    .Hunkzoom-cover img {
      position: absolute;
      width: auto;
      height: auto;
      max-width: none;
      max-height: none;
      transform: translate(0, 0);
    }
        
        .Hunk-product-header {
            padding-top: 30px;
            max-width: 135rem;
            margin: 0 auto;
            display: flex;
            gap: 3.5rem;
            margin-bottom: 5rem;
        }
        .Hunk-product-slider {
            position: relative;
            width: 60%;
            display: flex;
            flex-direction: row-reverse;

}
        .Hunk-product-info {
            width: 100%;
           
        }
        .product-thumbmails {
            display: flex;
            flex-direction: column;
            padding-left: 0px;
            margin-top: 0;
           
        }
        .product-thumbmails li {
            float: left;
            list-style: none;
            position: relative;
            margin-right: 5px;
        }
        .product-thumbmails li img {border: 1px #999 solid;}
        .product-thumbmails .current-thumbmail img {border: 1px solid rgb(196, 194, 137);}
        
        .Hunkzoom img {
            width: 100%;
            height: auto;
        }
        
        @media screen and (max-width: 800px) {
            .Hunk-product-slider, .Hunk-product-info {width: 100% !important;flex-direction: column;}
            .Hunk-product-header {flex-direction: column;overflow-x: hidden;}
            .product-thumbmails {width: 100% !important;flex-direction: row;margin-top: 5px;}
            .Hunk-product-info{margin: 0!important;}

            .Hunkzoom{width: 100%;}
        }



/* 粘性导航 */
        .Hunk-sticky-nav {
            background-color: #fff;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            position: sticky;
            top: 60px;
            z-index: 99;
            transition: all 0.3s;
        }
        
        .Hunk-sticky-nav.Hunk-hidden {
            transform: translateY(-100%);
            opacity: 0;
        }
        
        .Hunk-sticky-nav-container {
            display: flex;
            justify-content: center;
            overflow-x: auto;
            padding: 10px 0;
        }
        
        .Hunk-sticky-nav-links {
            display: flex;
            list-style: none;
            gap: 10px;
            margin: 0;
        }
        
        .Hunk-sticky-nav-links li {
            white-space: nowrap;
            margin-bottom: 0;
        }
        
        .Hunk-sticky-nav-links a {
            text-decoration: none;
            color: #555;
            font-weight: 500;
            padding: 8px 15px;
            border-radius: 4px;
            transition: all 0.3s;
            display: block;
        }
        
        .Hunk-sticky-nav-links a:hover,
        .Hunk-sticky-nav-links a.Hunk-active {
            background-color: rgb(196, 194, 137);
            color: white;
        }

        .Hunk-nav-container {
    max-width: 135rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
        
        /* 产品标题和概览 */
      
        
        .Hunk-product-excert {
            flex: 1;
            padding:0 30px;
            min-width: 300px;
        }
        
        .Hunk-product-excert h1 {
            font-size: 32px;
            margin-bottom: 10px;
            color: #2c3e50;
        }
        
        .Hunk-product-subtitle {
            font-size: 18px;
            color: #7f8c8d;
            margin-bottom: 20px;
        }
        
        .Hunk-price {
            font-size: 28px;
            font-weight: bold;
            color: #e74c3c;
            margin-bottom: 20px;
        }
        
        .Hunk-cta-buttons {
            display: flex;
            gap: 15px;
        }
        
   

        
 section#product-videos {
    margin-bottom: 3rem;
}

   .Hunk-product-section > h2 {
   
    padding-top: 80px; /* 添加内边距防止遮挡 */
    margin-top: -80px!important; /* 使用负边距抵消内边距，保持布局不变 */
}

        
        /* 产品图片展示区 */
        .Hunk-product-imgs {
            flex: 1;
            min-width: 300px;
            position: relative;
        }
        
        .Hunk-main-image {
            width: 100%;
            height: auto;
           
            display: flex;
            align-items: center;
            justify-content: flex-start;
            overflow: hidden;
        }
        
        .Hunk-main-image img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }
        
        .Hunk-image-thumbnails {
            display: flex;
            padding: 10px 0;
           
            
        }
        
        .Hunk-thumbnail {
            max-width: 80px;
            height: auto;
            margin-right: 10px;
            border: 2px solid transparent;
            cursor: pointer;
            overflow: hidden;
             flex: 1 1 20%; 
        }
        
        .Hunk-thumbnail.Hunk-active {
            border-color: #4a6ee0;
        }
        
        .Hunk-thumbnail img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
     
        
      
     
     
        
        /* 响应式设计 */
        @media (max-width: 768px) {
            .Hunk-product-header {
                flex-direction: column;
            }
            
            .Hunk-product-title, .Hunk-product-imgs {
                max-width: 100%;
            }
            
            
            
           
            .Hunk-nav-links {
                display: none;
            }
            
            .Hunk-sticky-nav {
                top: 60px;
            }
            
            .Hunk-sticky-nav-container {
                justify-content: flex-start;
            }
        }


     /* 品质网格样式 */
        .Hunk-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 40px;
            margin-top: 60px;
        }
        
        .Hunk-item {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: transform 0.4s ease, box-shadow 0.4s ease;
        }
        
        .Hunk-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
        }
        
        .Hunk-image {
            height: 220px;
            overflow: hidden;
        }
        
        .Hunk-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .Hunk-item:hover .Hunk-image img {
            transform: scale(1.05);
        }
        
        .Hunk-content {
            padding: 30px;
        }
        
        .Hunk-icon {
            font-size: 2.5rem;
            color: #2c5530;
            margin-bottom: 15px;
        }
        
        .Hunk-item h4 {
            font-size: 1.6rem;
            margin-bottom: 15px;
            color: #2c5530;
        }
        
        .Hunk-item p {
            color: #555;
            line-height: 1.7;
            margin-bottom: 20px;
        }


.section-product-2{background-color: #f0f6fb;}

.entry-content h3{font-size: 2.5rem;}


.btn-subcat {
    display: inline-block;
    padding: 8px 15px;
    margin: 5px;
    background-color: #fff;
    color: #C4C289;
    border:2px solid #C4C289;
    border-radius: 50px;
    text-decoration: none;
}
.btn-subcat:hover {
    background-color: #C4C289;
    color: #fff;
}

.sub-category-buttons{display: flex;justify-content: center;}



.product-page .page-header{

    background: linear-gradient(45deg, #C4C289, #f6f6f6);

  color: #fff;



}



.Hunk-theme-section img{max-width: 100%;}




/*-------------------- video -----------------------------------------*/


lite-youtube {
    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    max-width: 100%;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

lite-youtube::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
    background-position: top;
    background-repeat: repeat-x;
    height: 0px;
    padding-bottom: 0px;
    width: 100%;
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

lite-youtube::after {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
}

lite-youtube>iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

lite-youtube>.lty-playbtn {
    width: 68px;
    height: 48px;
    position: absolute;
    cursor: pointer;
    transform: translate3d(-50%, -50%, 0);
    top: 50%;
    left: 50%;
    z-index: 1;
    background-color: transparent;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 68 48"><path fill="%23f00" fill-opacity="0.8" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>');
    filter: none;
    transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
    border: none;
}

lite-youtube:hover>.lty-playbtn,
lite-youtube .lty-playbtn:focus {
    filter: none;
}

lite-youtube.lyt-activated {
    cursor: unset;
}

lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated>.lty-playbtn {
    opacity: 0;
    pointer-events: none;
}


lite-youtube{max-width: 1200px!important;}

        .Hunk-video-gallery {
            display: flex;
            justify-content: space-around;
            width: 80%;
        }

        .video-item {
            position: relative;
            width: 100%;
            cursor: pointer;
        }

        .video-item img {
            width: 100%;
            border-radius: 10px;
        }

        .play-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 50px;
            color: white;
            opacity: 0.8;
        }

        .video-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            justify-content: center;
            align-items: center;
        }

        .modal-content {
            position: relative;
            width: 100%;
            max-width: 800px;
            
            border-radius: 10px;
            
        }

        .video-close {
            position: absolute;
            top: -40px;
            right: -30px;
            font-size: 30px;
            cursor: pointer;
            color: #fff;
        }

        @media screen and (max-width: 820px) {

            .video-close{right:10px;}



        }



/*----------------------------------Social sharing------------------------------------------------------*/



  /*------------------------related posts -------------------------------------------*/

  .Hunk-related-posts, .Hunk-related-posts img{width: 100%;}

  .Hunk-related-text{padding: 1rem;font-size: 1.4rem;color: #555;}


.move-up:hover .Hunk-related-text{color: #C4C289;}


.Hunk-related-posts li{list-style: none;}

.related-title{margin: 10px 0;padding:10px;}
.related-pro{margin-bottom: 20px;transition: all .5s;border-radius: 3px;}





/*---------------------modal css ---------------*/

form.fluent_form_3 .ff-btn-submit:not(.ff_btn_no_style){background-color: #096f79;}

/* -- Needed CSS -- */
.modal-wrapper {
  display: none;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}

.modal-wrapper.is-open {
  display: block;
  position: fixed;
  z-index: 99999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-y: scroll;
}

.modal-body {
  -webkit-animation: pop 0.5s ease;
          animation: pop 0.5s ease;
  width: 90%;
  max-width: 590px;
  margin: 0 auto;
}

header {
  position: relative;
}

.close {
  position: absolute;
  top: -20px;
  right: -20px;
}

@-webkit-keyframes pop {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pop {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* -- CSS from here on is not needed -- */
* {
  box-sizing: border-box;
}





.modal-body {
  margin: 100px auto;
 
  border-radius: 5px;
  box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.35);
  background-color: #fff;

  z-index: 99999;
}
.modal-body header {
  background-color: #FFC107;
  margin: 0;
  padding: 10px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #FFECB3;
}
.modal-body img {
  max-width: 100%;
}
.modal-body .modal-main {
  padding: 20px;
  width: 100%;
  position: relative;
  text-align: center;

}

.modal-body .close {

  border: 0;
  outline: 0;
  font-size: 1.5rem;
  background-color: transparent;
  padding:0;

  position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
}
.modal-body p {
  color: #727272;
}
.modal-body .cta {
  background-color: #FFC107;
  transition: background-color 0.3s ease;
  color: #FFECB3;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  display: block;
  width: 200px;
  text-align: center;
  margin: 20px auto;
}
.modal-body .cta:hover, .modal-body .cta:active {
  background-color: #FFA000;
}


.transparent{background: transparent!important;}

.txtcenter{text-align: center;}

.post-image img{margin-bottom:2rem;}
.post-title{margin-top: 0;}

.badge-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #C4C289;
    line-height: 1;
    color: #fff;
    font-weight: bolder;
    padding: 1px;
    white-space: nowrap;
    -webkit-transition: background-color .3s, color .3s, border .3s;
    -o-transition: background-color .3s,color .3s,border .3s;
    transition: background-color .3s, color .3s, border .3s;
    border-radius: 100%;
    font-size: 1.2rem;
    line-height: 1.3;
}

.move-up {
    transition: all .5s;
}
.move-up:hover, .wp-pain-item:hover{transform: translateY(-6px); box-shadow: 0 30px 40px 0 rgba(0, 0, 0, .2);transition: all .5s;}

.Hunk-posts {
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    position: relative;
    padding-bottom: 2rem;
    transition: all .5s;
    height: 100%;
}

.Hunk-posts button{margin-top: 2rem;}

.post-title {
    color: #555;
    padding: 0 10px;
}

.post-des {
    color: #777;
    padding: 0 15px;

  }


.badge.top {
    left: 0;
}
.badge.top {
    left: 0;
}
.badge.post-date {
    top: 3%;
}
.badge-outline, .badge-circle {
    margin-left: -.8em;
}
.badge {
    display: table;
    z-index: 20;
    pointer-events: none;
    height: 3.5em;
    width: 3.5em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.absolute {
    position: absolute !important;
}

#Hunk-breadcrumbs a, #Hunk-breadcrumbs{color:#555;}

.blog-page #Hunk-breadcrumbs a, .blog-page #Hunk-breadcrumbs{color: #555;}

#Hunk-breadcrumbs{margin-top:10px;}

.Hunk-Contact{background:#C4C289;padding:60px; color:#eee;}
.Hunk-Contact h2{color:#fff;}
 .Hunk-Contact a{color:#eee;}




    .Hunk-contact-section{
      max-width:1200px;
      margin:60px auto;
      background:#fff;
      border-radius:18px;
      padding:60px;
      display:flex;
      gap:60px;
      box-shadow:0 4px 20px rgba(0,0,0,0.04);
      flex-wrap:wrap;
    }

    .Hunk-left-box{
      flex:1;
      min-width:320px;
    }

    .Hunk-right-box{
      width:360px;
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
    }

    .Hunk-title{
      font-size:36px;
      font-weight:700;
      margin-bottom:18px;
      color:#111;
    }

    .Hunk-contact-desc{
      font-size:15px;
      line-height:1.8;
      color:#888;
      margin-bottom:40px;
    }

    .Hunk-contact-list{
      display:flex;
      flex-direction:column;
      gap:24px;
    }

    .Hunk-contact-item{
      display:flex;
      align-items:flex-start;
      gap:16px;
      padding-bottom:24px;
      border-bottom:1px solid #f0f0f0;
    }

    .Hunk-contact-icon{
      width:46px;
      height:46px;
      border-radius:12px;
      background:#f5f5f5;
      display:flex;
      align-items:center;
      justify-content:center;
      flex-shrink:0;
    }

    .Hunk-contact-icon svg{
      width:22px;
      height:22px;
      stroke:#666;
    }

    .Hunk-info h3{
      font-size:17px;
      margin-bottom:6px;

      margin-top: 0;
  

    }

    .Hunk-info p{
      font-size:15px;
      color:#777;
      line-height:1.8;
    }

    .Hunk-right-title{
      font-size:28px;
      font-weight:700;
      margin-bottom:12px;
      color:#111;
    }

    .Hunk-right-desc{
      font-size:14px;
      color:#888;
      margin-bottom:35px;
    }

    .Hunk-qr-wrapper{
      display:flex;
      gap:24px;
      flex-wrap:wrap;
      justify-content:center;
    }

    .Hunk-qr-card{
      text-align:center;
    }

    .Hunk-qr-card img{
      width:170px;
      height:170px;
      border-radius:14px;
      border:1px solid #eee;
      padding:12px;
      background:#fff;
      transition:0.3s;
    }

    .Hunk-qr-card img:hover{
      transform:translateY(-4px);
      box-shadow:0 8px 20px rgba(0,0,0,0.06);
    }

    .Hunk-qr-card h4{
      margin-top:14px;
      font-size:16px;
      color:#333;
      font-weight:500;
    }

    @media(max-width:900px){

      .Hunk-contact-section{
        padding:35px 25px;
        gap:40px;
      }

      .Hunk-right-box{
        width:100%;
      }

      .Hunk-title{
        font-size:30px;
      }
    }




    input.search-field{width: 300px;height: 30px;padding:0 10px;}

    input.search-submit{height: 30px;}


/*----------------------------------Gallery ----------------------------------------*/

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.10.0
 * @url https://github.com/feimosi/baguetteBox.js
 */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}


.gallery-block.grid-gallery{
  padding-bottom: 0px;
  padding-top: 0px;
}

.gallery-block.grid-gallery .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block.grid-gallery .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.grid-gallery a:hover{
  opacity: 0.8;
}

.gallery-block.grid-gallery .item img{
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.gallery-block.grid-gallery .item{
  margin-bottom: 0px;
}

@media (min-width: 576px) {

  .gallery-block.grid-gallery .scale-on-hover:hover{
    transform: scale(1.05);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
  }
}


/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;

}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, .mpa-employees-list-shortcode .entry-link,
.wp-block-getwid-post-carousel .entry-link,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, .mpa-employees-list-shortcode .entry-link,
.wp-block-getwid-post-carousel .entry-link,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, .mpa-employees-list-shortcode .entry-link,
.wp-block-getwid-post-carousel .entry-link,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, .mpa-employees-list-shortcode .entry-link,
.wp-block-getwid-post-carousel .entry-link,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, .mpa-employees-list-shortcode .entry-link::-moz-focus-inner,
.wp-block-getwid-post-carousel .entry-link::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, .mpa-employees-list-shortcode .entry-link:-moz-focusring,
.wp-block-getwid-post-carousel .entry-link:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {

}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none!important;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;

  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */

h1, h2, h3, h4, h5, h6{color: #000;}

.single h2{font-size: 2.5rem;position: relative; display: inline-block; } 



h3{font-size: 2rem;}

h2{margin-bottom: 3rem;}
h3, h4{margin-bottom: 2rem;}



h1 {

	font-weight: 700;
	line-height: 1.25;
}

.single h1{font-size: 2.8rem;margin-top: 0;}

h2 {
	font-size: 3.5rem;
	font-weight: 500;
	line-height: 1.25;
}




h5 {
	font-size: 18px;
	font-weight: 400;
}

h6 {
	font-size: 15px;
	font-weight: 400;
}

p {
	margin-top: 0;
	margin-bottom: 1.5rem;
    font-size:1.6rem;
}



dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #fff;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	overflow: auto;
	padding: 1.6em;
	border: 1px solid #BEC0B9;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	cursor: help;
	
}

mark,
ins {
	text-decoration: none;
	background: #fff9c0;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */


hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	padding: 0 0 0 0em;
}

li {
	margin-bottom: 0.5em;
}

li:last-child {
	margin-bottom: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-top: 1em;
	margin-bottom: 0;
	margin-left: 1em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	
	vertical-align: top;
}

figure {
	margin: 0 0 1em;
}

table {
	width: 100%;
	margin: 0;
	color: #333;
	border-collapse: collapse;
	
}

table th,
table td {
	padding: 10px;
	border-bottom: 1px solid #eee;
}

@media (min-width: 992px) {
	table th,
	table td {
		padding: 18px 20px;
	}
}

table th {
	font-weight: 500;
	text-align: left;
}

table tbody:last-child tr:last-child th,
table tbody:last-child tr:last-child td,
table tfoot:last-child tr:last-child th,
table tfoot:last-child tr:last-child td {
	border-bottom: 0;
}

/* Links
--------------------------------------------- */
a {
	color: #C4C289;
	text-decoration: none;
	transition: 0.3s;
}

a:hover, a:active {
	text-decoration: none;
    color: #C4C289;
}






/* Forms
--------------------------------------------- */
button, 
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	position: relative;

	
	line-height: 1.5;
	font-weight: 500;
	
	text-decoration: none;
	cursor: pointer;
	border: 0;
	transition: 0.3s;

	z-index: 1;
	letter-spacing: .5px;

	
}




input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
	outline: auto;
}

select {
	height: 55px;
	padding-right: 35px;
	background-image: url("images/icon-angle-down.svg");
	background-repeat: no-repeat;
	background-position: calc(100% - 18px) center;
	appearance: none;
}

label {
	display: inline-block;

}

[type="checkbox"],
[type="radio"] {
	display: inline;
	margin: 2px 10px 0 0;
}

[type="checkbox"] + label, [type="radio"] + label {
	display: inline;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-main.template-canvas, .site-main.template-canvas-header {
	padding-bottom: 0;
}

.site-main.template-canvas .page-header, .site-main.template-canvas-header .page-header {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */


.comment-avatar img{width: 5rem;height: 5rem; border-radius: 100%;margin-right: 10px;}


.comment-navigation,
.posts-navigation,
.post-navigation {
	max-width: 920px;
	margin: 50px auto;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
	flex: 1 1 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
}

.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
	justify-content: flex-end;
}

.navigation.post-navigation {
	margin-bottom: 80px;
}

.navigation.post-navigation .nav-links {
	flex-direction: column;
	gap: 40px;
}

@media (min-width: 768px) {
	.navigation.post-navigation .nav-links {
		flex-direction: row;
	}
}

.navigation.post-navigation .nav-previous a,
.navigation.post-navigation .nav-next a {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	padding: 20px;
	height: 100%;
	width: 100%;
	background-color: #252525;
}

.navigation.post-navigation .nav-title {
	max-width: calc(100% - 70px);
	color: #F0F0F0;
	word-break: break-word;
}

.navigation.post-navigation .nav-title:hover {
	color: #C4C289;
}

.navigation.post-navigation .nav-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	background-color: #C4C289;
}

.navigation.post-navigation .nav-icon svg {
	fill: #fff;
}

.navigation.post-navigation .nav-previous .nav-icon {
	margin-right: 20px;
}

.navigation.post-navigation .nav-next .nav-icon {
	margin-left: 20px;
}

.navigation.pagination {
	max-width: 920px;
	margin: 100px auto 0;
}

.navigation.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.navigation.pagination .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 1px solid currentColor;
	text-decoration: none;
    font-size: 14px;
}

.navigation.pagination .page-numbers.current, .navigation.pagination .page-numbers:focus, .navigation.pagination .page-numbers:hover {
	color: #F0F0F0;
	text-decoration: none;
	background-color: #C4C289;
	border-color: #C4C289;
}

.navigation.pagination .page-numbers.dots, .navigation.pagination .page-numbers.next, .navigation.pagination .page-numbers.prev {
	color: #252525;
	background-color: transparent;
	border: 0;
}

.navigation.pagination .page-numbers.next svg, .navigation.pagination .page-numbers.prev svg {
	fill: #252525;
}

.navigation.pagination .page-numbers.next:hover svg, .navigation.pagination .page-numbers.prev:hover svg {
	fill: #C4C289;
}

.page-links .post-page-numbers {
	display: inline-block;
	width: 30px;
	height: 30px;
	font-weight: 700;
	margin: 0 3px 5px;
	line-height: 30px;
	text-align: center;
	color: #252525;
	border: 1px solid #252525;
	text-decoration: none;
}

.page-links .post-page-numbers:last-child {
	margin-bottom: 5px;
}

.page-links .post-page-numbers.current, .page-links .post-page-numbers:focus, .page-links .post-page-numbers:hover {
	text-decoration: none;
	color: #fff;
	background-color: #252525;
}


/* Posts and pages
--------------------------------------------- */
.site-header {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
}

.home .site-header-inner{border-bottom: none;}

.site-header-inner {
	display: flex;
	justify-content: space-between;
	padding: 5px 20px;
	border-bottom: 1px solid #eee;
}

@media (min-width: 768px) {
	.site-header-inner {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

@media (min-width: 1470px) {
	.site-header-inner {
		padding-left: 0;
		padding-right: 0;
	}
}

.site-header .site-branding {
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	padding-right: 20px;
}

.site-header .site-branding .site-title {
	margin: 0;
	font-size: 32px;
	font-weight: 700;
	line-height: 30px;
	word-wrap: break-word;
}

.site-header .site-branding .site-title a {
	color: #252525;
	text-decoration: none;
}

.site-header .custom-logo-link {
	margin-right: 10px;
}

.site-header .custom-logo-link img {
	display: block;
}

.site-header .menu-toggle {
	position: relative;
	z-index: 10;
	display: block;
	padding: 0;
	color: #252525;
	background: none;
	border-radius: 0;
}

@media (min-width: 992px) {
	.site-header .menu-toggle {
		display: none;
	}
}

.site-header .menu-toggle .bar1,
.site-header .menu-toggle .bar2,
.site-header .menu-toggle .bar3 {
	display: block;
	height: 3px;
	margin: 10px auto;
	text-align: center;
	background-color: #252525;
	transition: 0.25s;
}

.site-header .menu-toggle .bar1,
.site-header .menu-toggle .bar3 {
	width: 40px;
}

.site-header .menu-toggle .bar2 {
	width: 20px;
}

.site-header .menu-toggle.active .bar1 {
	transform: rotate(-45deg) translate(-8px, 8px);
}

.site-header .menu-toggle.active .bar2 {
	width: 0;
}

.site-header .menu-toggle.active .bar3 {
	transform: rotate(45deg) translate(-10px, -10px);
}

.site-header .menu-toggle:hover, .site-header .menu-toggle:focus {
	background-color: transparent;
}

.main-sidebar-toggle-button {
	padding: 0.8125em 1.75em;
	margin: 0 0 40px 20px;
	color: #252525;
	background: linear-gradient(#BEC0B9, #BEC0B9) no-repeat;
	background-size: 55% 100%;
}

@media (min-width: 992px) {
	.main-sidebar-toggle-button {
		margin-left: 30px;
		margin-bottom: 0;
	}
}

.site-footer {
	padding: 0 20px;
	color: #8F908A;
	background-color: #252525;
}

.site-footer-inner {
	max-width: 1400px;
	margin: 0 auto;
}

.site-footer .site-info {
	padding: 50px 0;
	font-size: 0.9375em;
	font-weight: 700;
	color: #8F908A;
	text-align: center;
}

.site-main {
	padding: 0 20px 50px;
}

@media (min-width: 992px) {
	.site-main {
		padding: 0 50px 115px;
	}
}

.updated:not(.published) {
	display: none;
}

.page-links {
	margin: 0 0 1.5em;
	clear: both;
}

.entry-content::after {
	display: table;
	clear: both;
	content: "";
}

.entry-title,
.page-title {
	word-wrap: break-word;
}

.page-header {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 178px;
	margin: 0;
	text-align: center;
	color: #eee;
	background-color: #f6f6f6;
	z-index: 5;
}


.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eee; /* 黑色半透明蒙板 */
  z-index: 4;
}

.single .page-header::before {


  background: none;


}

@media (min-width: 992px) {
	.page-header {
		margin: 0;
	}
}

.page-header .page-title,
.page-header .entry-title {
	position: relative;
	z-index: 5;
	margin: 0;
	color: #333;
	max-width: 100%;
}

.page-header-info {
	position: relative;
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 1200px;
	min-height: 178px;
	padding: 10px 20px;
	text-align: center;
}

.page-header .post-thumbnail,
.page-header .header-images {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.page-header .post-thumbnail img,
.page-header .header-images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-header .entry-meta {
	justify-content: center;
	color: #555;
}

.page-header .archive-description {
	max-width: 920px;
	margin-top: 30px;
}

.page-header .breadcrumbs-wrapper {
	position: relative;
	z-index: 4;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	padding: 10px 20px;
	font-size: 15px;
	color: #8F908A;
	background-color: #434343;
}

.page-header .breadcrumbs-wrapper > span {
	display: inline-block;
	margin: 0 10px;
}

.page-header .breadcrumbs-wrapper a {
	color: #F0F0F0;
	text-decoration: none;
}

.page-header .breadcrumbs-wrapper a:hover {
	text-decoration: underline;
}

.page-header .header-image {
	position: absolute;
	top: 0;
	left: 0;
}

.page-header .header-image img {
	width: 100%;
	max-width: none;
	height: 100%;
	object-fit: cover;
}

.page-header + .posts-wrapper {
	padding-top: 0;
}

.cat-links a {
	display: inline-block;
	text-decoration: none;
	margin-right: 10px;
}

.cat-links a:hover {
	text-decoration: underline;
}

.entry-meta {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	gap: 15px 32px;
	color: #434343;
}

.entry-meta > span {
	position: relative;
	display: inline-block;
	line-height: 1;
}

.entry-meta > span:not(:last-child)::after {
	position: absolute;
	top: 0;
	right: -16px;
	bottom: 0;
	width: 1px;
	height: 15px;
	margin: auto;
	content: '';
	background-color: #555;
}

.entry-meta a {
	color: inherit;
	text-decoration: none;
}

.entry-meta a:hover {
	color: #fff;
}

.entry-footer {
	max-width: 1400px;
	margin: 50px auto;
}

.entry-footer .edit-link {
	display: block;
	padding: 30px 0;
}

.single-post .single-header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 68px;
	text-align: center;
}

.single-post .single-header img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-post .entry-title {
	position: relative;
	z-index: 5;
	margin: 20px 0;
	
	font-weight: 700;
	line-height: 1.25;
	color: #333;
}

.single-post .single-info {
	text-align: center;
}

.single-post .entry-footer {
	max-width: 920px;
}

.posts-wrapper {
	padding-top: 40px;
}

@media (min-width: 768px) {
	.posts-wrapper {
		padding-top: 85px;
	}
}

.posts-wrapper .grid-posts {
	display: grid;
	gap: 40px;
	max-width: 1400px;
	margin: 0 auto;
	grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 768px) {
	.posts-wrapper .grid-posts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 992px) {


	.posts-wrapper .grid-posts {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}



.tags-links {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0;
	color: #252525;
	border: solid #252525;
	border-width: 1px 0;
}

.tags-links a {
	margin-right: 35px;
	color: inherit;
	text-decoration: none;
}

.tags-links a::before {
	content: '#';
}

.tags-links a:focus, .tags-links a:hover {
	color: #C4C289;
	text-decoration: none;
}

.not-found .page-content {
	max-width: 920px;
	padding: 100px 20px;
	margin: 0 auto;
	text-align: center;
}

@media (min-width: 992px) {
	.not-found .page-content {
		padding: 100px 50px;
	}
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.comment-content p{font-size: 1.4rem;}

.bypostauthor {
	display: block;
}

.comments-area {
	max-width:100%;
	margin: 0 auto;
}

.comments-area .comments-title {
	margin-bottom: 40px;
}

.comments-area .no-comments {
	padding: 30px;
	margin-top: 20px;
	background: #8F908A;
	color: #F0F0F0;
}

.comments-area .comment-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.comments-area .comment-list li {
	margin-bottom: 30px;
     
}

.comments-area .comment-list li article{

    box-shadow: 0 4px 12px rgba(0,0,0,0.08); /* 阴影 */
}

.comments-area ol.children {
	padding-left: 5%;
	margin-top: 20px;
	list-style: none;
}

@media (max-width: 991px) {
	.comments-area ol.children {
		margin-left: 0;
	}
}

@media (min-width: 992px) {
	.comments-area ol.children {
		padding-left: 5%;
	}
}

.comments-area .comment-body {
	position: relative;
	padding: 25px;
	background-color: #fff;
}

.comments-area .comment-body + .comment-respond {
	margin-top: 30px;
}

@media (min-width: 992px) {
	.comments-area .comment-body + .comment-respond {
		margin-top: 60px;
	}
}

.comments-area .comment-meta {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 66px;
	margin-bottom: 15px;
}

@media (min-width: 992px) {
	.comments-area .comment-meta {
		padding-left: 90px;
	}
}

.comments-area .comment-meta .says {
	display: none;
}

.comments-area .comment-metadata {
	font-size: 15px;
}

.comments-area .comment-metadata a {
	color: #8F908A;
}

.comments-area .comment-metadata .edit-link {
	display: inline;
	margin-left: 15px;
}

.comments-area .comment-author {
	margin-bottom: 6px;
}

.comments-area .comment-author .avatar {
	display: block;
	margin-bottom: 15px;
	border-radius: 50%;
}

@media (min-width: 992px) {
	.comments-area .comment-author .avatar {
		position: absolute;
		top: 0;
		left: 0;
		margin-bottom: 0;
	}
}

.comments-area .comment-author .fn {
	font-weight: 500;
	color: #252525;
}

.comments-area .comment-author .fn a {
	color: inherit;
}

.comments-area .comment-author .fn a:focus, .comments-area .comment-author .fn a:hover {
	color: #C4C289;
	text-decoration: none;
}

.comments-area .reply {
	position: relative;
	margin-top: 20px;
}

@media (min-width: 992px) {
	.comments-area .reply {
		position: absolute;
		top: 30px;
		right: 28px;
		margin-top: 0;
	}
}

.comments-area .comment-form {
	display: flex;
	flex-wrap: wrap;
	padding: 30px;
	column-gap: 30px;
	color: #333;
	background-color: #f6f6f6;
}

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

@media (min-width: 992px) {
	.comments-area .comment-form-email,
	.comments-area .comment-form-author {
		width: calc((100% - 30px) / 2);
	}
}

.comments-area .comment-form-comment,
.comments-area .comment-form-cookies-consent {
	width: 100%;
}

.comments-area .comment-respond {
	margin-top: 100px;
}

.comments-area .form-submit {
	margin-bottom: 0;
}



.form-submit input[type="submit"]{

    font-size: 1.6rem;

    padding: 1rem 1.5rem;
    color: #fff;
    background-color: #C4C289;
}

.comment-notes{width: 100%;}

.comments-area .form-submit input[type="submit"]:hover {
	background-color: rgba(0, 123, 255, 0.8);
}

.comments-area .comment-reply-title small {
	margin-left: 15px;
}



/* Blocks
--------------------------------------------- */



/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;

}

