
  body.cz-page-6{
    background: #fff!important;
  }
  @font-face {
    font-family: 'star';
    src: url('https://en.akkogear.com/wp-content/plugins/woocommerce/assets/fonts/star.eot');
    src: url('https://en.akkogear.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix') format('embedded-opentype'),
        url('https://en.akkogear.com/wp-content/plugins/woocommerce/assets/fonts/star.woff') format('woff'),
        url('https://en.akkogear.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf') format('truetype'),
        url('https://en.akkogear.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star') format('svg');
    font-weight: normal;
    font-style: normal;
  }

    @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* 初始隐藏状态 */
        .fadeInUp {
            opacity: 0;
            transform: translateY(30px);
            transition: none;
        }

        /* 动画触发状态 */
        .fadeInUp.animate {
            animation: fadeInUp 0.6s ease-out forwards;
        }



.index_row{
display: flex;
justify-content: space-between;
}
.index_row_wrap img {
position: relative;
display: block;
width: 100%;
transition: all .3s ;
transform-origin: 50% 50%;
}

.index_row_wrap:hover img{
transform: scale(1.1,1.1);
}

.index_row_wrap:hover .ak_index_thumb_text{
background: rgba(0,0,0,0.8);
} 

.akko_title{
text-align: center;
font-size: 28px;
padding:60px 0 15px ;
font-weight: normal;
font-family: 'Poppins-Medium';
}

.index_cat_grid {

padding: 50px 0;
display: grid;
grid-template-columns: 1fr 1fr 1.2fr;
grid-template-rows: repeat(6, 1fr);
gap: 15px;
}

.index_cat_grid .grid-item {
background: #f5f6fa;
border-radius: 0;
padding: 0 15px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.3);
transition: transform 0.3s ease, box-shadow 0.3s ease;
position: relative;
overflow: hidden;
}

.index_cat_grid  .grid-item-row {
flex-direction: row;
}

.index_cat_grid .grid-item::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
transition: left 0.5s ease;
}

.index_cat_grid .grid-item:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.index_cat_grid .grid-item:hover::before {
left: 100%;
}

.index_cat_grid .grid_switch_thumb {
max-width: 100px;
padding-left: 15px;
}

.index_cat_grid .grid_switch_thumb img, .index_cat_grid .grid_thumb img{
width:100%;

}


.index_cat_grid .mouse {
grid-row: span 2 / span 2;
grid-column-start: 3;
grid-row-start: 1;


}
.index_cat_grid  .mouse_bg{
background-image:url('../img/index/Mouse-Pulse01.png') ;
background-repeat: no-repeat; 
  background-size: 75%;
justify-content: flex-start;
background-position: center 10px;

}

.index_cat_grid .diy-kit {
grid-row: span 4 / span 4;
grid-column-start: 3;
grid-row-start: 3;
padding:10px 0;
}


.index_cat_grid  .keyboards  .grid_thumb{
    width:52%!important;
    padding-bottom: 15px;
}

.index_cat_grid  .diy-kit .grid_thumb{
    width:60%!important;
}
.index_cat_grid  .diy-kit .title{
    margin-top: 0px;
    margin-bottom: 30px;
}
.index_cat_grid .keyboards {
grid-column: span 2 / span 2;
grid-row: span 4 / span 4;
grid-column-start: 1;
grid-row-start: 1;
padding:35px 0;


}

/* SWITCH - 第1列第5-6行 */
.index_cat_grid .switch {
grid-row: span 2 / span 2;
grid-row-start: 5;
grid-column-start: 1;


}

/* KEYCAPS - 第2列第5-6行 */
.index_cat_grid  .keycaps {
grid-row: span 2 / span 2;
grid-row-start: 5;
grid-column-start: 2;
flex-direction: row;

}

.index_cat_grid .title {
font-size: 22px;
font-family: 'Poppins-Regular';
margin-top: 15px;
margin-bottom: 10px;
letter-spacing: 1px;
text-transform: uppercase;
}

.index_cat_grid .component-title {
font-size: 22px;
font-weight: bold;
color: #333;
text-transform: uppercase;
letter-spacing: 1px;
}

.index_cat_grid .product-image {
width: 80%;
max-width: 300px;
height: auto;
object-fit: contain;
}

.index_cat_grid .keyboard-image {
width: 90%;
max-width: 400px;
height: auto;
filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
}




    .index_tabs{
        text-align: center;
    }
      .index_tabs ul{
        min-width: 500px;
        margin:0 auto;
        display: inline-block;
        position: relative;

    }
    .index_tabs ul:after{
        bottom: 1px;
        position: absolute;
        content: '';
        width: 100%;
        left:0;
        height:2px;
        background: #cdcdcd;
        z-index: -1;
      transform:  scale(1,0.75);
    }

    .index_tabs li{
        list-style-type: none;
        margin-left: 20px;
        font-weight: 400;
        display: inline-block;
        padding:10px 15px;
        cursor: pointer;
        font-weight: 400;
        font-size: 14px;
        color:#333;
    }
     .index_tabs li.active{
        border-bottom: 4px solid #000;
        font-weight: bolder;

     }
    .index_tabs li:first-child{
         margin:0px 0px;
    }
    .index_tabs_single{
      
        width: calc(20% - 20px);
        margin: 0 10px;
        box-sizing: border-box;
        background: #F4F6F9;
        border-radius: 8px;
        box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        
    }
    .index_tabs_single a{
        cursor: pointer;
    }

    .index_tabs_single_wrap{
        position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 10;

    }
        .index_tabs_single:hover .index_tabs_single_wrap{
       display: block;
    }

    .quick_btn {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-image: url('../img/new/cart_icon.png');
    background-size: 60px;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-color: #fff;
    cursor: pointer;
}

    .index_tabs_single_thumb{
      
        height: 0;
        padding-bottom: 70%;
        overflow: hidden;
        margin: 0 10px;
      
        position: relative;
    }
    .index_tabs_single img{
        width: 100%;
        position: absolute;
        margin-top: -15px;
        left: 0;
     /*   border:1px solid #f2f2f2;*/
  
    }
    .index_tabs_content{
        padding-top:50px;
        padding-bottom: 50px;
        display: flex;
    }

  .index_tabs_textinfo{
        margin-top:2px;
    }
    .index_tabs_title{
        height: 1.2em;
        padding:0 5px;
        text-align: center;
        overflow: hidden;
        margin: 35px 0 0 0;
    }
    .index_tabs_title h5{
        padding: 0 10px;
        line-height: 1.4em;
        font-size: 18px;
        text-align: center;
        font-family: 'Poppins-regular';
        font-weight: 400;
        text-overflow: ellipsis; 
        white-space: nowrap;
        overflow: hidden;
        color: #333;
    }
    .index_tabs_rate{
        font-size: 12px;
         color:#000;
         height:22px;
         overflow: hidden;
    }

 .index_tabs_rate{
    text-align: center;
 }

.index_tabs_rate .star-rating{
    font-family: 'star' !important;
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    width: 5.4em;
}
 .index_tabs_price{
    text-align: center;
    font-weight: 400;
    font-size: 1.1em;
    height: 80px;
    font-family: 'Poppins-regular';
 }

.index_tabs_rate .star-rating::before {
    content: "sssss";
    color: #ffbf0c;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.index_tabs_rate .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.index_tabs_rate .star-rating span::before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0;
     color: #ffbf0c;
}
.index_tabs_rate .count{
    height: 12px!important;
    line-height: 12px;
    font-size: 12px;
}

.index_tabs_current_price{
    font-weight: bold;
    font-size: 1em;
    color:#000;
}


.index_section_title{
color: #fff;
text-align: center;
margin: 30px auto;
}

.index_section_title h4{
font-size: 28px;
margin-bottom: 0;
font-family: 'Poppins-Medium';
line-height: 1em;
}
.index_section_title a{
color: #fff;
}
.index_section_title p{
margin: 15px;
}

.index_section_title .more_btn{
border: 1px solid #fff;
border-radius: 6px;
font-size: 14px;
color:#fff;
height: 36px;
line-height: 36px;
width: 120px;
display: inline-block;
transition: all 0.3s;

}
.index_section_title .more_btn:hover{
background: rgba(255,255,255,0.9);
color: #333;
font-weight: bold;
}

.section_white{
color: #333; 
}
.section_white a{
color: #333;
}
.section_white .more_btn{
border: 1px solid #333;
color: #333;
}
.section_white .more_btn:hover{
background: #333;
color: #fff;
}


.gaming-carousel-container {
margin: 60px 0 0px;
background: url('../img/index/cz_bg.jpg');
background: url('../img/index/cz.webp');
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
min-height: 500px;
padding: 20px;
box-sizing: border-box;
}

.gaming-carousel-container * {
box-sizing: border-box;
}

.gaming-carousel-container .index_cz_intro {
max-width: 1200px;
margin: 0 auto;
padding: 0px 20px 40px;
}

.gaming-carousel-container .index_section_title {
text-align: center;
margin-bottom: 50px;
color: white;
}

.gaming-carousel-container .index_section_title h4 {
font-family: 'Poppins-Medium';
font-size: 30px;
letter-spacing: 1px;
color: #fff;
margin-bottom: 10px;
text-transform: uppercase;
margin: 0 0 10px 0;
}

.gaming-carousel-container .index_section_title p {
font-size: 16px;

margin-bottom: 20px;
color: #fff;
margin: 0 0 20px 0;
}

.gaming-carousel-container .more_btn {

margin: 0 auto;
width: 120px;
color: white;
text-decoration: none;
border-radius: 6px;
transition: all 0.3s ease;
cursor: pointer;
border: 1px solid #fff;
}

.gaming-carousel-container .more_btn:hover {
transform: translateY(-2px);
background: #fff;
color: #333;

}

/* Swiper容器 */
.gaming-carousel-container .swiper {
width: 100%;
padding: 20px 0 60px 0;
}

.gaming-carousel-container .swiper-slide {
background: rgba(0, 0, 0, 0.4);
backdrop-filter: blur(2px);
border-radius: 20px;
padding: 30px;
text-align: center;
color: white;
border: 1px solid rgba(255, 255, 255, 0.2);
transition: all 0.3s ease;
height: auto;
flex-direction: column!important;
}

.gaming-carousel-container .swiper-slide:hover {
transform: translateY(-10px);

box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.gaming-carousel-container .swiper-slide h3 {
font-size: 20px;
font-weight: bold;
margin: 0 0 0px 0;
}

.gaming-carousel-container .cz_thumb {
margin: 5px 0;
width:100%;
display: flex;
align-items: center;
justify-content: center;
height: 120px;
position: relative;
overflow: hidden;
}



.gaming-carousel-container .cz_thumb img {
max-width: 80%;
max-height: 80%;
object-fit: contain;
border-radius: 10px;

}

.gaming-carousel-container .swiper-slide p {
font-size: 16px;
line-height: 1.6;
color: rgba(255, 255, 255, 0.9);
margin-top: 20px;
margin: 20px 0 0 0;
}

/* 分页器样式 */
.gaming-carousel-container .swiper-pagination-bullet {
background: #ddd;
opacity: 0.5;
width: 10px;
height: 4px;

border-radius: 0px;
}

.gaming-carousel-container .swiper-pagination-bullet-active {
background: #ffffff;


width: 20px;
height: 4px;
}




.index_cz_intro2{
background: url('../img/index/cz_bg2.jpg');
height: 80vh;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
display: flex;
flex-direction: column;
justify-content: flex-start;
}


.index_cz_intro2 .index_section_title{
    padding-top:60px;
}

.section_socail{
max-width: 1440px;
display: flex;
margin: 50px auto;
justify-content:space-around;
}


.section_socail_li{
position: relative;
width: 45%;

}
.section_socail_li img{
width: 100%;
}

.section_socail_info{
position: absolute;
text-align: center;
width: 100%;
top: 52%;
left: 0;
color: #fff;

}
.section_socail_info h4{
font-family: 'Poppins-Medium';
margin-bottom: 10px;

}

.section_socail_info .more_btn{
border: 1px solid #fff;
border-radius: 6px;

color:#fff;
height: 36px;
line-height: 36px;
width: 100px;
display: inline-block;
transition: all 0.3s;

}
.section_socail_info .more_btn:hover{
background: rgba(255,255,255,0.9);
color: #333;
font-weight: bold;
}



.section_ip{
overflow: hidden;
margin-top:50px;
}
.section_ip .index_section_title {
margin-bottom: 15px;
}

.ip_thumb{
width: 100%;
height: 100%;
background-size: cover;
}

.ip_grid_wrap{
width: 100%;
}

.ip_grid {
display: grid;
grid-template-columns: 0fr repeat(14, 1fr);
grid-template-rows: repeat(6, 1fr);
grid-column-gap: 15px;
grid-row-gap: 15px;
width: 100%;
max-width: 1400px;
aspect-ratio: 16/6; /* 保持15:6的整体比例，确保格子为正方形 */
margin: 0 auto;
padding: 20px;
box-sizing: border-box;
}

.ip_grid > div {
border-radius: 12px;
position: relative;
overflow: hidden;
background-size: cover;

background-repeat: no-repeat;
transition: all 0.3s ease;
cursor: pointer;
}

.ip_grid > div a{
    height:100%;
    width:100%;
    display: block;
}
/* 添加遮罩层增强视觉效果 */
/*   .ip_grid > div::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(45deg, rgba(0,0,0,0.2), rgba(0,0,0,0.4));
z-index: 1;
transition: opacity 0.3s ease;
}*/

.ip_grid > div:hover::before {
opacity: 0.6;
}

.ip_grid > div:hover {
transform: scale(1.02);

box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Grid区域定义 */
.ip_grid_1 { 

grid-area: 1 / 1 / 7 / 7; 
background-image: url('../img/index/Cinnamoroll-600x720-1.jpg');
background-position: center 70%;
}
.ip_grid_2 { 
grid-area: 1 / 7 / 4 / 13; 
background-image: url('../img/index/pompompurin-815x348-1.jpg');
background-position: center;
}
.ip_grid_3 { 
grid-area: 4 / 7 / 7 / 10; 
background-image: url('../img/index/Kuromi-395x348-1.jpg');
background-position: center;
}

.ip_grid_4 { 
grid-area: 4 / 10 / 7 / 13; 
background-image: url('../img/index/Piano-395x348-1.jpg');
background-position: center;
}
.ip_grid_5 { 
grid-area: 1 / 13 / 3 / 16; 
background-image: url('../img/index/The-Kings-Avatar-320x246-1.jpg');
background-position: top;

}
.ip_grid_6 { 
grid-area: 3 / 13 / 7 / 16; 
background-image: url('../img/index/Joy-of-life-320x450-1.jpg');
background-position: center;
}

.ip_grid_wrap .swiper-container {
display: none;
width: 100%;

margin: 20px auto;

overflow: hidden;
}

.ip_grid_wrap .swiper-slide {
display: flex;
align-items: center;
justify-content: center;
background-size: cover;
background-position: center;
color: white;
font-size: 1.5rem;
font-weight: bold;
text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
position: relative;
}

.ip_grid_wrap .swiper-slide img{
width: 100%;
}


.ip_grid_wrap .swiper-pagination-bullets{
bottom: -20px!important;
}
.ip_grid_wrap .swiper-pagination-bullet {

width: 10px;
height: 4px;
background: #ccc;

border-radius: 0;


}

.ip_grid_wrap .swiper-pagination-bullet-active {
width: 21px;

height: 4px;
background: #6F5CAE;



}

.ip_grid_wrap .swiper-button-next,
.ip_grid_wrap .swiper-button-prev {
color: white;
}




#press{

padding-bottom: 50px;
}
.press_wrapper{
padding:50px 0;

}
#press h4{
font-family: 'Poppins-regular';
font-size: 16px;
}
.inpress{
opacity: 0.5;
}
.press_active{
opacity: 0.9;
}

.press-col{
width: 16%;
float:left;
margin:0 2%;
}
.index_support{
text-align: center;
margin-bottom: 20px;
}
.index_support img{
width: auto!important;
display: inline-block!important;

}

.support_title h4{
text-align: center;
font-size: 1.3em;
font-weight: bold;
font-family: 'Poppins-regular';
color:#c2c1bc;
margin:0;
}
.support_title p{
text-align: center;
color:#333;
font-size: 0.9em
}
.index_support:hover  h4{
color:#333;
}

.press-swiper .swiper-pagination {
position: relative;
bottom: auto;
margin-top: 20px;
}

.press-swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
transform: scale(.8);
}

.press-swiper  .swiper-pagination-bullet {
width: 12px;
height: 12px;
background: #ddd;
opacity: 0.7;
margin: 0 8px !important;
transition: all 0.3s ease;
border-radius: 6px;
transform: scale(0.8);
}

.press-swiper  .swiper-pagination-bullet-active {
background: #6F5CAE;
opacity: 1;
transform: scale(1);
}

.thumb-swiper .swiper-slide-thumb-active .inpress  {
opacity: 1;


}
.thumb-swiper .swiper-slide{
margin:0 15px;
cursor: pointer;
}


.swiper-thumbs{
justify-content: space-between;
}





/* 响应式设计 */
@media (max-width: 1200px) {
.ip_grid {
padding: 20px;
grid-gap: 15px;
}
}


/* 添加一些装饰性内容到每个区域 */
/*    .ip_grid > div::after {
content: attr(data-label);
position: absolute;
bottom: 10px;
left: 15px;
color: white;
font-weight: bold;
font-size: 14px;
text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
z-index: 2;
opacity: 0;
transform: translateY(20px);
transition: all 0.3s ease;
}*/

.ip_grid > div:hover::after {
opacity: 1;
transform: translateY(0);
}




@media (min-width: 769px) {




.gaming-carousel-container .swiper {
overflow: visible;
}

.gaming-carousel-container .swiper-wrapper {
display: flex !important;
transform: none !important;
}

.gaming-carousel-container .swiper-slide {
width: calc(33.333% - 20px) !important;
margin-right: 30px;
flex-shrink: 0;
}

.gaming-carousel-container .swiper-slide:last-child {
margin-right: 0;
}

.gaming-carousel-container .swiper-pagination {
display: none;
}
}



@media (max-width: 1200px) {

.keycaps .title , .switch .title {
font-size: 20px;
}



@media (max-width: 768px) {

.index_row{
display: block;
}

.index_cat_grid {
padding: 30px 0;
}
.index_cat_grid .grid-item {
padding: 0 10px;
}

.index_cat_grid  .mouse_bg{
    background-size: 100%;
    background-position: center 20px;
}
.index_cat_grid .switch , .index_cat_grid .keycaps  {
flex-direction: column;
}


 
.index_cat_grid  .keyboards  .grid_thumb{
    width:90%!important;
    padding-bottom:0px;
}


.index_cat_grid  .diy-kit .grid_thumb{
   width:90%!important;
}

.index_cat_grid .grid_switch_thumb{
width: 50px;
padding: 0;
}

.index_cat_grid .title {
font-size: 14px;
font-weight: bold;
margin-bottom: 6px;
margin-top:8px;

}

.gaming-carousel-container {
  margin: 50px 0 0;     
background: url('../img/index/cz_xs.jpg');
background-repeat: no-repeat;
background-size: cover;
}




.gaming-carousel-container .swiper-slide {
padding: 20px;
}

.gaming-carousel-container .swiper-slide h3 {
font-size: 18px;
margin-top:10px;
}

.gaming-carousel-container .cz_thumb {
height: 130px;
}

.gaming-carousel-container .cz_thumb img {
max-width: 85%;
max-height: 85%;
}

.gaming-carousel-container .swiper-slide p {
font-size: 14px;
}

.index_cz_intro2{
height: 70vh;
background: url('../img/index/cz_bg2_xs.jpg');

background-size: cover;
}
.section_socail{
width: 100%;
display: flex;
flex-direction: column;
margin: 20px 0;
}

.section_ip{
margin-top:30px;
}

.ip_grid {
padding: 0 15px;
grid-gap: 10px;

}


.ip_grid_wrap {
padding: 10px;
width: auto;
position: relative;
}

.ip_grid {
display: none;
}

.ip_grid_wrap .swiper-container {
display: block;
width: auto;
margin: 10px auto;

}

.ip_grid_wrap .swiper-slide {
font-size: 1.2rem;
}


.index_tabs_content{
padding-top:15px;
padding-bottom:30px;
flex-wrap: wrap;
}

.index_tabs_single{
width: calc(50% - 20px);
margin-top: 10px;
}
.index_tabs_single:last-child{
    display: none;
}
.index_tabs{
overflow-x:scroll;
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}

.index_tabs::-webkit-scrollbar {
display: none;
}

.index_tabs li{
list-style-type: none;
margin-left: 10px;
font-weight: 400;
display: inline-block;
padding:5px 5px;
cursor: pointer;
font-weight: 400;
font-size: 16px;
color:#333;
}

    .index_tabs_single_wrap {
        background: none;
        display: block;
    }
.quick_btn {
background-color: #6F5CAE;
background-position: top left;
}

.index_tabs_title h5{
font-size: 1em;
}


.index_tabs_price{
font-size: 1em;

}




.section_socail_li{
width: 100%;
padding: 15px;
box-sizing: border-box;
}

#press{
padding-bottom: 0px;
}

.press_wrapper{
overflow: hidden;
padding:30px 0;
}
.thumb-swiper .swiper-slide{
margin:0px;
cursor: pointer;
}

.press_active{
opacity: 1;
display: block;
}

.inpress{
width: 100%;
text-align: center;
}
.inpress img{
max-width: 70%;
display: inline-block;
}
.press-col{
width: 100%;
padding-bottom: 20px;
}



}

