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


    
 /* 移动端 CSS 初始化 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; /* 去除移动端点击高亮 */
  font-family: "Source Han Sans SC", "Noto Sans SC", "PingFang SC", sans-serif;
}

/* 基础样式重置 */
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%; /* 禁止横屏幕旋转时文字大小调整 */
  text-size-adjust: 100%;
  font-family: "Source Han Sans SC", "Noto Sans SC", "PingFang SC", sans-serif;
}

body {
  font-family: "Source Han Sans SC", "Noto Sans SC", "PingFang SC", sans-serif;
  line-height: 1.5; /* 移动端舒适行高 */
  color: #333;
  background-color: #fff;
  overflow-x: hidden; /* 防止横向滚动 */
}

/* 移除默认样式 */
ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit; /* 继承父元素颜色 */
  font-family: "Source Han Sans SC", "Noto Sans SC", "PingFang SC", sans-serif;
}

img {
  display: block; /* 去除图片底部间隙 */
  max-width: 100%; /* 图片自适应容器 */
  height: auto; /* 保持图片比例 */
}

button, input, textarea, select {
  font-family: inherit; /* 继承父元素字体 */
  font-size: inherit;
  outline: none; /* 去除默认焦点样式 */
  border: none;
  background: transparent;
}

textarea {
  resize: none; /* 禁止拉伸文本框 */
  overflow: auto;
}

/* 表单元素优化 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none; /* 去除数字输入框默认箭头 */
  appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; /* 去除搜索框默认装饰 */
}

/* 清除浮动 */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* 响应式基础类 */
.hidden-xs {
  display: none !important; /* 移动端隐藏 */
}

/* 触摸反馈优化 */
.touchable {
  -webkit-user-select: none;
  user-select: none; /* 禁止文本选中 */
  cursor: pointer;
}

.touchable:active {
  opacity: 0.8; /* 点击时透明度变化 */
}   
    









.w-header, .w-admin-header, .body-login .w-admin-header{
background-color: #000000;
    color: #141414;  
    height: 133px;
}
.w-main .row, .w-header .row, .w-footer-in, .topLogBox .topLogBox-in {
max-width: 100%;
    padding-top: 20px;
    width: 100%;
    display: block;
  }
  
  
  
  
.mobile-nav-toggle{
position: absolute;
    top: 25px;
    left: 20px;
    z-index: 3;
    cursor: pointer;
}
.carousel-prev-btn, .carousel-next-btn{
background: unset;
    width: 30px !important;
    height: 30px !important; 
}
.wapheader{
 width: 100%;
  height: auto;   
}

.mobile-nav-toggle .fa{
font-size: 1.2rem;
    color: #fff;  
}
.mlogo{ 
display: block;
    width: 33%;
    margin: auto;
    margin-top: auto;
    margin-top: 6px;
} 
.mheaderbj{
display: grid;
    justify-content: center;
    align-items: center;
}
.menu-pc {
position: unset;
    z-index: 999;
    border-bottom: 0;
    background: #000;
    width: 100%;
    height: 80px;
    margin: auto;
    margin-top: auto;
    margin-top: auto;
    margin-top: auto;
    margin-top: auto;
    top: 18px;
    left: 0px;
    right: 0px;
    -webkit-transition: all 1.5s cubic-bezier(0.83, 0, 0.17, 1);
    transition: all 1.5s cubic-bezier(0.83, 0, 0.17, 1);
    border-radius: 0;
    display: block;
    margin-top: 5px;
}
.wapmullu, .wapmulucaidan{
display: none;
}
.containerheadright {
  width: 100%;
  float: left;
  margin-right: 0;
  margin-top: 20px;
}
.search-box {
  display: flex;
  align-items: center;
  background-color: #2B2B2B;
  padding: 0.2rem 0.3rem;
  border-radius: 5px;
  float: unset;
  width: 92%;
  height: 38px;
  margin-right: 0;
  margin: auto;
}
.lang-switch2{
    display: none;
}





.mshouye{ 
display: block;
    position: absolute;
    right: 20px;
    top: 25px;
}  
.icon-zhuye{
 font-size: 24px;   
}
.w-nav li a, .w-nav .submenu li a {
display: block;
    color: #6a6a6a;
    text-align: left;
    border-bottom: none;
    font-size: 18px;
    font-weight: 550;
  }
.w-nav .nav_inner > li > a, .w-nav .nav_inner > li > .li-parent-div > a{
 line-height: 2.3;
    color: #A5A5A5;   
} 
.w-nav .nav_inner > li > a, .w-nav .nav_inner > li > .open > a
{
 color: #E4022E;   
}  
.w-nav .submenu li a {
padding: 0;
    text-align: left;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
  }

 .col-right {
position: fixed;
    right: -70%;
    width: 55%;
    background: #191919;
    top: 0;
    bottom: 0;
    padding: 0;
    padding-bottom: 0px;
    padding-bottom: 9em;
    margin-top: 0px;
    z-index: 9999;
    padding: 8%;
  }

.mb-20{
 margin-bottom: 0;   
}




.w-heade{
height: 2.5rem;
  color: #333;
  font-size: 15px;    
}    
.container{
margin-top: 2.5rem;
    height: 190px;
    box-shadow: unset;
}    
 
.carousel {
position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    cursor: grab;
    min-height: 100%;
    height: 210px;
    margin: auto;
} 
.carousel-control{
    display: none;
} 
 
 .w-main1 {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 5rem;
  background: #fff;
}
.w-main1 .title {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.5;
} 
.w-main1 .desc {
font-size: 0.6rem;
    color: #666;
    line-height: 1.8;
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-weight: 500;
} 






.pdbanner {
  position: relative;
  overflow: hidden;
  cursor: grab;
  min-height: 100%;
  height: auto;
  margin: auto;
  margin-top: 133px;
}
.overflow-x-auto{
overflow-x: scroll;    
}
.max-w-7xl {
  max-width: 94%;
  padding-bottom: 1rem;
  position: relative;
}
.category-all-products-btn{
    display: none;
}
.category-all-products-btn3{
 border: 1px solid #868282;
  background: transparent;
    background-color: transparent;
  background-color: transparent;
  background-color: transparent;
  color: #e6e1e1;
  padding: 8px 20px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s;
  border-radius: 6px;
  position: absolute;
  bottom: 1rem;
  left: 37%;   
}
.category-all-products-btn2{
    
 background: #EDAF32;
    border: none;
    border-radius: 3px;
    font-weight: 500;
    font-size: 12px;   
}
.cpbody {
  background-color: #000;
  min-height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
    padding-top: 20px;
  padding-top: 20px;
  padding-top: 23px;
}
.category-btn {
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-size: 2rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.cplst{
    grid-template-columns: repeat(1, minmax(0, 1fr));gap: 0.6rem;display: grid;
}
.chanpinxinxibd {
  width: 100%;
  position: relative;
}

.chanpinxinxilunbo {
  width: 100%;
  background: #ffffff;
  padding-top: 3rem;
}
.chanpinxinxilunbokz {
  width: 98%;
  float: unset;
  padding-left: unset;
  margin: auto;
}
.cplunbogao{
 height: 330px;   
}

.lunboslt{
width: 70%;
    margin-left: 3rem;
    overflow-x: scroll;
}
.lunbosltcd{
  width: 200%;  
}
.chanpinxinxi {
  float: left;
  width: 100%;
  padding-right: 0;
  background: #ffffff;
  padding-bottom: 5rem;
}
.chanpinxinxikz {
  width: 90%;
  float: left;
  margin-left: 5%;
}
.cpxinxilan {
  padding-top: 2rem;
}
.conlianxi{
width: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
}
.products-list {
display: flex;
    gap: 6px;
    max-width: 100%;
    width: 100%;
}
.product-card {
  width: 100%;
  background-color: #F4F4F4;
  padding: 14px;
  cursor: pointer;
  position: relative;
}
.product-img {
width: 100%;
    max-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    height: 100px;
}
.product-img img {
max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    min-height: auto;
    width: 100%;
    height: 100%;
}
.product-arrow{
  display: none;  
}
.product-info {
position: relative;
    bottom: 1rem;
    width: 90%;
    margin: auto;
}
.product-model {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.product-name {
  color: #666666;
  font-size: 10px;
  font-weight: 550;
}
.cpbody2 {
min-height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
    padding-top: 0px;
  padding-top: 20px;
  padding-top: 20px;
  padding-top: 0;

}
.anliindex{
width: 94% !important;
    margin-top: 0;
    height: auto;
    padding: 0;
}
.anliindexfl{
 margin-bottom: 10px;
  overflow: scroll;
  width: 100%;
  height: 4rem;   
}
.scrollbar-hide{
text-align: left !important;
    width: 200%; 
}
.anliindexkd{
margin-bottom: 20px;
    width: 100%;
    padding-top: 0.5rem;
    overflow-x: scroll;
}
.anlitunum{
 grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.2rem;   
}
.anlibt {
position: relative;
    background: unset;
    color: #fff;
    font-size: 10px;
    height: 30px;
    line-height: 30px;
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
    overflow: hidden;
}
.anlibt .font-medium {

}
.anlilunbokzq{
width: 60%;
  margin: auto;
    margin-top: auto;
  margin-top: 4.5rem;
  padding-bottom: 2rem;   
}
.category-all-products-btn4{
 border: 1px solid #868282;
  background: transparent;
    background-color: transparent;
  background-color: transparent;
  background-color: transparent;
  background-color: transparent;
  background-color: transparent;
  color: #343333;
  padding: 8px 20px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s;
  border-radius: 6px;
  bottom: 1rem;
  left: 39%;   
}

.service1{
 margin-top: 0px;
    height: auto;
    box-shadow: unset;
    width: 80%;
    padding: 0;   
}
.service2{
padding-top: 2rem;
    margin-bottom: 2rem;
    margin-top: 0;
}
.service3{
padding-top: 0;
  margin-bottom: 0;
}
.service4{
padding-top: 0;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.service5{
width: 100%;
    height: auto;
    max-width: 98%;
    padding: 0;
}
.service6{
width: 100%;
  margin: auto;
    margin-top: auto;
    margin-bottom: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.service7 {
gap: 0.01rem;
    width: 90%;
    margin: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service8{
display: block;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    padding-left: 0.1rem;
}


.service9{
overflow-x: scroll;
    display: block;
    font-size: 10px;
    width: 96%;
    text-align: center;
    min-width: 96%;
    margin: auto;
    border: 1px #e4e4e4 solid;
}

.wapbg1{ width: 10%;
    padding: 0;}
.wapbg2{ width: auto; }
.wapbg3, .wapbg4, .wapbg5{
   width: 15%; padding: 0;
}
.fjtccss{
margin-left: 0.5rem;
    width: 100%;
    margin-right: 0.3rem;
    text-align: center;
    display: inline-flex;
}
.wapfwlt{
 padding: 0;   
}
.wapfwlt2{
padding-left: 0.1rem;
    padding-right: 0.8rem; 
}
.ds-play-circle {
width: 13px;
    margin-right: 0.1rem;
}
.ds-file-text-o {
  width: 12px;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
}
.fuwulistsearch{
width: 85%;
  margin: auto;
    margin-bottom: auto;
  border: 1px #e6e6e6 solid;
  border-radius: 100px;
  margin-bottom: 2rem;
}
#searchInput{
 padding-top: 0.5rem;
  padding-bottom: 0.5rem;   
}
.fuwulistxinxi{
margin-top: 133px;
    background: #000;
    padding-bottom: 40px;  
}
.fuwuweiuxiubt{
 font-weight: bold;   
}
.fuwuchuxin{
color: #fff;
    font-weight: bold;
    font-size: 20px;
    width: 45% !important;
}
.fuwuxinxiwz{
 color: #999;
  font-size: 14px;   
  line-height: 2;
}
.section-divider{
 display: none;   
}

.fuwutbdt2{
background: url(/template/mckm/skin/pic/huangsejiantou.png) right no-repeat;
    width: 125px;
    height: 22px;
    line-height: 22px;
    padding-left: 6px;
    font-size: 14px;
    color: #333;
    margin: 0;
    font-weight: bold;
}    
.fuwuyehx1{
 display: none;   
}

.fuwuxinxiwzt{
 border-bottom: 1px #2f2f2f solid;padding-bottom: 20px;   
}
.fuwuyehx2{
 float: right;
  width: 22px;   
}

.aboutym{
 background: #000;
  width: 100%;
  margin: auto;   
}
.aboutpptt{
margin-top: 60px !important;
  border-color: #272727;
  padding: 16px;
  border-top-width: 1px;
}
.about1, .about2{
    display: none;
}

.nav_right_mask {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background: #191919;
  opacity: 1;
  *filter: alpha(opacity=30);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  width: 68%;
}

.caidanicon-item{
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 8px;
  font-style: normal;
}
.mcaidanico1 {
  background-image: url("/template/mckm/skin/pic/mcaidanico1.png");
}
.mcaidanico2 {
  background-image: url("/template/mckm/skin/pic/mcaidanico2.png");
}
.mcaidanico3 {
  background-image: url("/template/mckm/skin/pic/mcaidanico3.png");
}
.mcaidanico4 {
  background-image: url("/template/mckm/skin/pic/mcaidanico4.png");
}
.mcaidanico5 {
  background-image: url("/template/mckm/skin/pic/mcaidanico5.png");
}
.mcdxhico{
    background-image: url("/template/mckm/skin/pic/mcdxhico.png"); 
    opacity: 0.8;
}
.mcdxxxxh {
width: 14px;
    height: 14px;
    position: absolute;
    right: 15px;
    top: 15px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;  
}
.w-nav .submenu li{
 width: auto;
    line-height: 40px;
    white-space: nowrap;
    height: 40px;
    display: flex;
    align-items: center;

}
.w-nav .nav_inner > li > a, .w-nav .nav_inner > li > .li-parent-div > a{
  padding: 0 25px;  
}


.pcpzhcplist{
    display: none;
}









.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
#listContainer{
width: auto;    
}
.lanmuslt {
  position: absolute;
  bottom: 8%;
  right: 8%;
  font-size: 3rem;
  width: 80px;
}
.fuwub1 p.text-gray-600{
 float: left;   
}
.lianxixinxilan{
width: 92%;
    margin-top: 0;
    margin: auto; 
}
.mmmb{
margin: auto;
    margin-bottom: auto;
    margin-bottom: auto;
    margin-bottom: auto;
    text-align: left;
    float: left;
    margin-bottom: 1rem;
    height: 80px;
    width: 100%;
}
.mmmb h2, .mmmb h3{
 font-size: 22px;
  font-weight: bold;
  padding: 0;
  margin-bottom: 0rem;   
}
.lianxiwomxx span.text-lg{
font-size: 11px;
    margin-right: 10px; 
}
.lianxiwomxx2{
    display: none;
}
.lxmmxxh > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.99rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.pclxwmrwm{
    display: none !important;
}
.lxfsditu{
background: url(/template/mckm/skin/pic/huangsejiantou.png) right no-repeat;
    width: 88px;
    height: 22px;
    line-height: 22px;
    padding-left: 6px;
    font-size: 15px;
    color: #333;
    font-weight: bold;
}


.tttb{
 width: 100%;
  text-align: center;
  display: flex;   
}
.waprwm{
 margin: auto;   
}

.tab-navov{
  display: none;  
}
.pdbanner_txt {
position: relative;
    width: 100%;
    text-align: center;
    font-size: unset;
    left: unset;
    display: block;
    margin-top: 15px;
    margin-bottom: 30px;
}
.pdbanner_txt h2 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
.pdbanner_txt p {
  font-size: 1.1rem;
  height: 2rem;
  line-height: 2rem;
  width: 100%;
  display: block;
  margin-top: 0;
  color: #fff;
  font-weight: bold;
}
.wapcplist{
    padding-top: 30px;
}

.h-\[320px\] {
  height: 100px;
  padding: 0;
}
.cplistbbtt{
 width: 100%;
  border-radius: 3px;
  padding: 0.4rem;   
}
.cplistbbttbt{
font-size: 12px;
    line-height: 1rem;
    margin: 0;
}
.cplistbbttbtmc{
font-size: 8px;
    color: #484848;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    height: 12px;
}
.carousel-item img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  display: block;
  margin: 0;
}
.wapcplistbt{
 display: none;   
}
 .w-nav .li-parent-div .fa {
    position: absolute;
    top: 57%;
    margin-top: -1em;
    right: -8px;
    width: 1.5em;
    height: 1.5em;
    line-height: 2em;
    text-align: center;
    font-size: 150%;
  }

.cpguigexinxi{
 width: 80%;
  margin: auto;
    margin-bottom: auto;
  margin-bottom: 30px;   
  margin-top: 50px;
}
.cpxinxixian {
  border-bottom: 1px #bebebe solid;
  font-size: 14px;
  color: #0a0a0a;
  font-weight: 500;
  padding-top: 0;
}
.chicunzhongliang{
 font-size: 12px;
  color: #666;
  font-weight: 500;   
}
.guigemincheng{
 border: none;
  font-weight: 500;
  margin-bottom: 20px;   
}
.cplianxiwomen{
    
}
.cpanzhuangvideo{
    
}
.gap-3 {
  gap: 0.25rem;
}
.newslist{
 width: 100%;
  margin-top: 133px;
  background: #000;   
}
.newslistbtbt{
    display: none;
}
.aboutymtb{
background: url(/template/mckm/skin/pic/huangsejiantou.png) right no-repeat;
    width: 88px;
    height: 22px;
    line-height: 22px;
    padding-left: 6px;
    font-size: 15px;
    color: #333;
    font-weight: bold;  
}
.aboutpp p{
 line-height: 2;
  font-size: 13px;
  color: #999;   
}
.soushuoye{
  width: 100%;
  margin: auto;
  display: block;
}
.carousel-itemsss{
 float: left;
  width: 33.333%;
  min-width: 33.333%;
  cursor: pointer;
  padding: 3px;
  display: grid;   
}
.carousel-itemssstt{
 padding: 10px;   
}
.carousel-itemssstt h3{
font-size: 11px;
    line-height: 1rem;
    margin: 0;
    height: 18px;
    overflow: hidden;
}
.carousel-itemssstt p{
 font-size: 8px;
  font-weight: 500;   
}
.soushuojgimg a img{
width: 100%;
  height: 100%;    
}
.soushuoanniu{
    display: none;
}





.txtcolor {
  --tw-text-opacity: 1;
  color: rgb(23, 23, 23);
}
.form-overlay {
margin-top: 0 !important;
    margin-left: 0;
    width: 100%;
    margin-right: 0%;
    background: #191919;
    padding: 3rem;
}
.form-input {
  transition: all 0.3s ease;
  background: #191919;
  border-bottom: 1px #3c3b3b solid;
  border-top: none;
  border-left: none;
  border-right: none;
}

.wapditupic{
min-height: 280px;    
}

.bg-submitBtn{
position: relative;
    left: 0;
    --tw-bg-opacity: 1;
    background-color: rgb(25, 25, 25);
}
.lianxitel{
 width: 80%;   
}
.lianxitel span{
 display: block;
  float: left;
  text-align: left;
  margin-left: 0;   
}
.conerweima{
 grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
  text-align: center;
  margin-top: 0px;
  font-size: 18px;   
}
.qr-item{
display: initial;    
}
.txtconby{
 width: 90%;
  margin: auto;
  text-indent: 20px;
  font-size: 14px;   
}
.containers {
    margin-top: 2.5rem;
    height: auto;
    box-shadow: unset;
  }
.dierurl{
 margin-left: 2.25rem;   
}

.containera{
margin-bottom: 0;
  padding-bottom: 0;    
  width: 92%;
  margin: auto;
}
.containerat{
height: auto;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 30px;
    padding-bottom: 40px; 
}
 .abxckj {
display: none;
  }
.abxiangce{
width: 100%;    
}
.abkapian{
width: 100%;
  padding: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.space-y-2 {
  margin-top: 0;
  width: 100%;
  display: block;
  height: 50%;
  position: absolute;
  top: 0;
}
.jiazhi {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 1rem;
  margin-left: 5%;
}
.jiazhiguan {
  font-size: 0.8rem;
  display: block;
  margin-bottom: 1rem;
  margin-left: 6%;
}
.abzizhi{
width: 100%;
  max-width: 100%;
  height: auto;
  padding-bottom: 3rem;  
  margin-top: 0.5rem;
}
.abzizhiwz{
 text-align: center;
 margin-bottom: 2rem;
}
.abzizhiwztb{
 margin: auto;   
}
.zizhikp{
 width: 20%;
  padding: 0.2rem; 
  height: 100px;
}
.zizhikpwz{
font-size: 0.35rem;
    height: 2rem;
    width: 100%;
    overflow: hidden;
    line-height: 1.5;
}
.zizhizhanshi{
display: block;    
}
.cert-slide {
gap: 0.2rem;
}
.zizhikpp{
 width: 100%;
  height: 100%;   
  margin-bottom: 0.2rem;
}
.zizhilunboqi{
 margin-top: 0.5rem;   
}
.cert-carousel-wrapper{
height: 110px;    
}

.containerwz{
margin-top: 0;
    height: auto;
    box-shadow: unset;
    padding-top: 10px;
    width: 92%;
}
.newslistbt{
 min-height: 150px;   
}
.newslistbt h2 a{
 font-size: 20px;
  color: #fff;   
}
.newslistbt p{
 margin-bottom: 0.8rem;   
}
.newslistlist{
 border-color: rgb(0, 0, 0);   
}

.newslistbt p span.text-primary{
  line-height: 1;  
}
.newslistbt p a{
color: #939393;
line-height: 1;
}
.newslistbt p span a{
 color: #939393;
  font-size: 13px;   
}
.newslistpage{
  background: #000;  
}
.newslistpagess{
    text-align: center;background: #000;display: flex;align-items: center;justify-content: center;cursor: pointer;gap: 0.3rem;
}
.newslistpagess a.page-num-current{
 color: #fff;
  background: #fff;   
}
.newsnycon{
margin-top: 133px;    
}
.anilist{
background: #000;    
}
.anilistlanmu{
  display: none;  
}
.pdbanner_txt2{
 position: relative;
  width: 100%;
  text-align: center;
  font-size: unset;
  left: unset;
  display: block;
  padding-top: 40px;
  margin-bottom: 0px;   
}
.pdbanner_txt2 p{
 font-size: 1.1rem;
    height: 2rem;
    line-height: 2rem;
    width: 100%;
    display: block;
    margin-top: 0;
    color: #fff;
    font-weight: bold;   
}
.anlistem{
float: left;
    width: 50%;
    min-width: 50%;
    cursor: pointer;
    padding: 4px;
    display: grid;
    position: unset !important;
    margin-bottom: 0px;
}
.anlilistlist{
width: 100%;
  display: block;    
}
.aboutzzpp{
 display: none;   
}
.aboutwapzzpp{
width: 100%;
    margin: auto;
    display: flex;
}






.pro-page{
height: 4rem;
  padding-top: 2rem;

  padding-bottom: 5rem; 
}
.newsDetail .newsST {
  text-align: center;
  font-size: 12px;
}

.cplist{
 /*grid-template-columns: repeat(1, minmax(0, 1fr));*/
 /* display: grid;   */
}
.btcss{
border: 1px #666 solid;    
}


.footer-column2 h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 8px;
}


.pcerweima{
    display:none;
}
.mwapfoot{
grid-template-columns: repeat(3, minmax(0, 2fr));
    gap: 1.5rem;
    display: grid;
    width: 88%;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 25px;
}
.footer-left-block {
width: 100%;
    height: 110px;
    display: block;
    min-height: 100px;
    position: relative;
    text-align: center;
    padding-top: 25px;
}

.slogan-zh, .slogan-en{
position: relative;
    text-align: center;
    left: unset;
    bottom: unset;
    width: 100%;
    margin: auto;
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}
.footer-bottom{
 max-width: 1200px;
  margin: 30px auto 0;
  text-align: center;   
}

.text-content2 h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #fbfbfb;
}
.text-content2 p {
  font-size: 1rem;
  color: #faf7f7;
  margin-bottom: 0;
  max-width: 500px;
}
.main-title {
font-size: 1.1rem;
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 0px;
}
.indexhbb{
display: none;
}
.main-image {
  width: auto;
  height: 100%;
  display: block;
  border-radius: 6px;
}
.main-image-section{
 width: 40%;   
}
.containerindexzy{
 flex-direction: row;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  margin: auto;
  flex-direction: row;
  padding-bottom: 30px;
  position: relative;
  width: 100% !important;
  max-width: 100%;   
}
.content-section {
width: 59%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}
.small-img {
  border-radius: 4px;
  display: block;
  height: auto;
  width: 100%;
}
.small-images {
  display: flex;
  gap: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
height: auto;
  right: 0;
}
.title-area {
padding: 10px 0;
    padding-top: 10px;
    padding-right: 0px;
    padding-top: 10px;
    padding-top: 10px;
    height: auto;
    padding-top: 6px;
    text-align: center;
    position: relative;
    padding-right: 1rem;
}
.flame-icon {
  color: #e53e3e;
  font-size: 2rem;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  float: left;
  margin-left: 8rem;
}
.series-title {
font-size: 1.3rem;
  float: right;
  margin-right: 0.2rem;
  width: 70%;
  text-align: right;
}
.iconhuoyan{
 width: 19px;
  text-align: right;
  float: right;
  margin-left: 10px;   
}
.series-desc {
color: #333;
    line-height: 3.5;
    margin-left: 0;
    font-size: 0.7rem;
    float: right;
    margin-top: 0rem;
    margin-right: 0.3rem;
}
.product-banner {
padding: 0;
    width: 100%;
    background: #e2e2e2;
}
.banner-container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 3rem;
  padding-bottom: 2rem;
  width: 90%;
}
.indexcplunbo {
display: none;

}
.w-main3, .w-main2, .w-main1{
 display: none;   
}
.indexllunbottt{
 display: none;   
}



.containerindexlunbo {
  width: 100%;

}
.indexhbtt3{
    display: none;
}
.indexhaibaopintu{
padding: 0;    
}
.indexhbtt1{
min-height: 120px;
  height: auto;    
}
.indexhbtt2{
 min-height: auto;   
}
.indexhbtt4{
 min-height: 170px;
  height: 170px;   
}

.wapindexkj {
  display: block;
  margin-top: 133px;
}
.wapindexhbt{
width: 100%;
  height: auto;
  margin: auto;
}
.wapindexhbt img{
 width: 100%;
  height: auto;   
}
.wapindexkj2{
 background: #000;
  padding-top: 5rem;
  padding-bottom: 4rem;
  width: 100%;
  margin: auto;
  padding-left: 3.5rem;
  padding-right: 3.5rem;   
}
.wapindext{
 margin-bottom: 1.5rem;   
}
.search-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  opacity: 0.5;
  padding: 4px;
  font-weight: 300;
  color: #fff;
}
.pdbanner{
    display: none;
}
.pdbanner2{
display: block;
    height: auto;
    position: relative;
    overflow: hidden;
    cursor: grab;
    min-height: 100%;
    height: auto;
    margin: auto;
    margin-top: auto;
    margin-top: auto;
    margin-top: 133px;
}
.cpzxxx1{
    width: 40%;
}
.cpzxxx2{
 width: 60%;   
}
.conlianxi p.cpzxxx1{
 padding: 8px 10px;
  border: 1px #666 solid;
  text-align: center;
  color: #000;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;   
}
.conlianxi p.cpzxxx2{
   padding: 8px 10px;
  border: 1px #666 solid;
  text-align: center;
  color: #000;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;   
}
/* 基础样式：确保两个按钮布局一致 */
.conlianxi p {
  margin: 0; /* 清除默认段落边距 */
  display: inline-block; /* 避免父元素宽度撑开 */
}
 .conlianxi p a {
    transition: opacity 2.8s ease;
    font-size: 14px;
  }
/* 第一个按钮默认显示 */
.conlianxi p a:nth-child(1) {
  /*display: flex; */
  /* 保持原有flex布局 */
}

/* 第二个按钮默认隐藏 */
.conlianxi p a:nth-child(2) {
  display: none; /* 覆盖原inline-style的display:none，统一用CSS控制 */
}

.cpxinxilan{
 display: none;   
}
.cpxinxilan2{
 display: none;   
}
.cpny {
  width: 100%;
  margin-top: 133px;
}
.cpnyxxt{
background: #fff;
  width: 100%;
  padding: 10%;
  display: flex; 
}
.cpnyxxtft{
 width: 75%;
  margin-top: 20px;   
}
.cpnyxxtri{
    width: 25%;
}
.cpnyxxtft h2{
 font-size: 35px;
  font-weight: bold;   
}
.cpnyxxtft p{
 font-size: 14px;
  font-weight: 550;   
}
.contlms{
  background: url(/template/mckm/skin/pic/wapbjtbjt.png) left no-repeat;
  width: 95px;
  height: 30px;
  line-height: 30px;
  padding-left: 24px;
  font-size: 16px;
  color: #fff;
  display: block;
  font-weight: 500;  
}
.recommend-container {
  width: 94%;
  margin: 0px auto;
    margin-top: 0px;
  margin-top: 0px;
}
.recommend-containercss {
  background: #000;
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.recommend-title {
display: inline-block;
    color: #f3f3f3;
    padding: 4px 10px;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 25px;
}

.zhoutzzbtbt p{
 font-size: 22px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;   
}









.indexcplunbokd {
  width: 92%;
  margin: auto;
  overflow: hidden;
  box-shadow: unset;
  height: auto;
}
.carousel-indicatort {
width: 30px;
    height: 3px;
    background-color: #999;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 38px;
}
.cert-controls {
  opacity: 0.7;
  transition: opacity 0.3s ease, transform 0.3s ease;
  top: 62%;
}
.cert-carousel-track {
display: block;
    margin: auto;
    text-align: center;
    min-width: 80%;
    max-width: 90%;
    width: 290px;
}
.cert-cardli{
width: 33.333%;
    min-width: 33.333%;
    cursor: pointer;
    padding: 3px;
    float: left;
    height: auto;
}
 .cert-carousel-wrapper {
    height: auto;
  }
.product-card{
height: auto;
    min-width: auto !important;
}
.badge {
  position: relative;
  top: 0;
  left: 0;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 62 62 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .product-image-container {
    height: 18rem;
    background: none;
    position: relative;
    overflow: hidden;
  }
.idnexcpbtan{
position: absolute;
  right: 0;
  bottom: 0;
  border: 1px #666 solid;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 8px;    
}
.carousel-items{
 float: left;
    width: 33.333%;
    min-width: 33.333%;
    cursor: pointer;
    padding: 3px;
    display: grid;   
}
.carousel-itemtt{
  width: 100%;  
}
.stat-number{
 position: relative;   
}
.lg\:w-2\/5 {
    width: 40%;
  }
.lg\:w-3\/5 {
    width: 60%;
  }
.champion-tag {
position: absolute;
    top: 40%;
    left: 30%;
    transform: translateX(-50%);
    color: #EDAF32;
    font-size: 6vw;
    font-weight: 500;
    z-index: 9;
}
.english-title {
position: absolute;
    top: 53%;
    left: 59%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 4vw;
    font-weight: 900;
    letter-spacing: 0.2vw;
    z-index: 2;
    width: 100%;
}
.desc-container {
position: absolute;
    top: 64%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    z-index: 2;
    text-align: left;
    float: left;
    width: 80%;
}
.desc-container p {
margin-bottom: 1vw;
    font-size: 2.1vw;
    line-height: 1.6;
    text-align: left;
}
.daohanganniu {
  width: auto;
  margin: auto;
  display: grid;
}
#indicators{
display: flex;
  align-items: center;
  justify-content: center;    
}
.kongzhitiao{
 display: initial;   
}
.abjrr{
width: 100%;
    position: relative;
    flex-direction: inherit;
    min-height: auto;

}


.abkapian{
width: 100%;
    position: relative;
    max-width: 100%;
    margin: auto;
}
.abkapian1{
width: 58%;
    position: relative;
    float: left;
    height: 300px;
}
.abkapian2{
width: 41.1%;
    float: right;
    height: 300px;
}
.max-w-xs {
max-width: 100%;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 999;
    bottom: 0;
    max-height: unset;
}
.ablunbopic img{
 max-width: 100%;
  height: auto;
  width: 100%;
  display: block;   
}














.footer-middle{
    display: none;
/*width: 100%;*/
/*    gap: 2rem;*/
/*    margin-right: 0;*/
/*    border-right: 0;*/
/*    border-bottom: 1px #2a2a2a solid;*/
/*    border-top: 1px #2a2a2a solid;*/
/*    margin-top: 10px;*/
/*    padding-top: 20px;*/
/*    margin-bottom: 15px;*/
} 
.footer-column{
 width: 33.3333%;   
} 
.copyright {
  font-size: 10px;
  color: #666;
  font-family: Times New Roman;
  line-height: 20px;
} 
.footer-right{
 display: none;   
} 
 
.footer-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border-top: 2px #2f2f2f solid;
  border-bottom: 2px #060606 solid;
}    
    
.footer {
  background-color: #1a1a1a;
  color: #999;
  padding: 0px 0 40px;
    padding-bottom: 40px;
  padding-bottom: 4rem;
}    
.brand-logo{
 display: none;   
}



    
.footer-left{
width: 100%;
    margin-bottom: 2%;
    margin-top: 0.5rem;
    background: none;
    text-align: center;
} 
.menuFootFixed {
    font-size: 0.35rem;
    z-index: 999999;
  }
.menuFootFixed .menuFootFixed_in {
  padding: 2em 3px;
  position: relative;
  z-index: 1;
}  
.menuFootFixed li {
float: left;
    text-align: center;
    font-size: 84%;
    line-height: 1.3;
    width: 25%;
}



.menuFootFixed li .item {
    padding: 0 0.3em;
    font-size: 0.6rem;
  }  
.bg_main {
  background-color: #000;
}   
.menuFootFixed li h3 {
  margin: 0;
  font-size: 0.8rem;
  font-weight: normal;
  padding: 0.2rem;
}    
   
.brand-name{
 display: none;   
}   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
    
    
}

/* 仅手机端自适应样式 - 屏幕宽度≤767px */
@media (max-width: 767px) {
  /* 外层容器内边距调整 */
  .bg-black.font-certSans {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  /* 主容器宽度调整 */
  .containerddd.abzizhi {
    width: 95% !important;
  }

  /* 左侧资质文字区域 - 手机端全屏+居中 */
  .lg\\:w-1\\/5.abzizhiwz {
    width: 100% !important;
    align-items: center !important;
    text-align: center !important;
    margin-bottom: 2rem !important;
    padding-top: 0 !important;
  }

  /* 左侧标题字体调整 */
  .abzizhiwz h3 {
    font-size: 1.5rem !important;
  }

  /* 左侧图标容器居中 */
  .abzizhiwztb {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* 轮播容器 - 手机端宽度调整 */
  .cert-carousel-wrapper {
    width: 90% !important;
    margin-left: 5% !important;
  }

  /* 轮播卡片 - 手机端尺寸缩小 */
  .cert-card {
height: 86px;
    float: left;
    width: 86px;
    cursor: pointer;
    padding: 12px;
    margin: 1.5%;
    border-radius: 10px;
    border: 1px #bebebe solid;
  }

  /* 卡片内图片尺寸调整 */
  .cert-card-img {
width: 88%;
    height: 88%;
    margin-bottom: 0.1rem !important;
    margin: auto;
    margin-bottom: auto;
  }

  /* 卡片文字大小调整 */
  .cert-card-text {
    font-size: 0.32rem !important;
    line-height: 1.3 !important;
  }

  /* 左右控制按钮 - 手机端尺寸+位置调整 */
  .cert-controls {
    width: 8px !important;
    height: 8px !important;
  }
  #certPrevBtn {
    left: -10px !important;
  }
  #certNextBtn {
    right: -10px !important;
  }
  .cert-controls i {
    font-size: 1rem !important;
  }

  /* 右侧轮播区域 - 手机端全屏 */
  .lg\\:w-4\\/5 {
    width: 100% !important;
  }
}

@media screen and (min-width:960px){
.mlogo{ display:none;}    
.mshouye{ display:none;}    
.category-all-products-btn4{
 display: none;   
}    
.pro-page{
height: 4rem;
    padding-top: 3rem;
    padding-bottom: 10rem;
}    
.h-\[320px\] {
  height: 320px;
  overflow: hidden;
  margin: 15px;
}
.indexcplunbokd {
  width: 92%;
  margin: auto;
  overflow: hidden;
  box-shadow: unset;
  height: auto;
}

.product-card{
 padding: 25px;   
 height: auto;
}
.badge {
  position: relative;
  top: 0;
  left: 0;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 62 62 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}




.slide-btn {
            /* 基础按钮样式 */
 
        
            cursor: pointer;
            overflow: hidden; /* 隐藏超出按钮的伪元素 */
            transition: color 0.3s ease; /* 文字颜色过渡 */
        }

        /* 滑动的黑色背景层（伪元素） */
        .slide-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 0; /* 初始宽度为0（不显示） */
            height: 100%;
            background: #000; /* 黑色背景 */
            transition: width 0.5s ease; /* 宽度过渡动画（控制滑动速度） */
            z-index: -1; /* 放在文字下方 */
        }

        /* 鼠标滑过效果 */
        .slide-btn:hover {
            color: #fff; /* 文字变为白色（与黑色背景对比） */
        }

        .slide-btn:hover::before {
            width: 100%; /* 宽度变为100%（从左到右覆盖） */
        }



  .slide-btn2 {
            /* 基础按钮样式 */
color: #cacaca;
  background: transparent;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.3s ease;
        }

        /* 滑动的黑色背景层（伪元素） */
        .slide-btn2::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 0; /* 初始宽度为0（不显示） */
            height: 100%;
            background: #ffffff; /* 黑色背景 */
            transition: width 0.5s ease; /* 宽度过渡动画（控制滑动速度） */
            z-index: -1; /* 放在文字下方 */
        }

        /* 鼠标滑过效果 */
        .slide-btn2:hover {
            color: #333; /* 文字变为白色（与黑色背景对比） */
        }

        .slide-btn2:hover::before {
            width: 100%; /* 宽度变为100%（从左到右覆盖） */
        }

.cpcontainer .slide-btn2:hover::before {
            width: 100% !important; /* 宽度变为100%（从左到右覆盖） */
        }




 .footer-column2 h4 {
color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 0;
        }

        .footer-column2 ul {
            list-style: none;
        }
        .footer-column2 li {
            margin-bottom: 18px;
        }
        .footer-column2 a {
            color: #999;
            text-decoration: none;
            font-size: 14px;
            transition: color 0.3s;
        }
        .footer-column2 a:hover {
            color: #edaf33;
        }

.category-all-products-btn22{
 display: none;
 
 
}

.abkapian{
width: 100%;
    position: relative;
    max-width: 1800px;
    margin: auto;
}
.abkapian1{
width: 58%;
    position: relative;
    float: left;
    height: 1000px;
}
.abkapian2{
width: 41.1%;
    float: right;
    height: 1000px;
}
.max-w-xs {
max-width: 100%;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 999;
    bottom: 0;
    max-height: unset;
}
.ablunbopic img{
 max-width: 100%;
  height: auto;
  width: 100%;
  display: block;   
}
.cplianxiwomen{
width: 222px;
  height: auto;
  text-align: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #d01a1a;
  justify-content: center;
  align-items: center;
  color: #fff;
    
}
.cplianxiwomen2{
width: 70%;
  height: auto;
  text-align: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #333;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.cpanzhuangvideo{
width: 222px;
  height: auto;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #fff;
  border-color: #fff;
}

/* 基础样式：确保两个按钮布局一致 */
.conlianxi p {
  margin: 0; /* 清除默认段落边距 */
  display: inline-block; /* 避免父元素宽度撑开 */
}

/* 第一个按钮默认显示 */
.conlianxi p a:nth-child(1) {
  display: flex; /* 保持原有flex布局 */
}

/* 第二个按钮默认隐藏 */
.conlianxi p a:nth-child(2) {
  display: none; /* 覆盖原inline-style的display:none，统一用CSS控制 */
}

/* 鼠标滑过父元素时切换显示状态 */
.conlianxi p:hover a:nth-child(1) {
  display: none; /* 隐藏第一个按钮 */
}

.conlianxi p:hover a:nth-child(2) {
  display: flex; /* 显示第二个按钮（保持flex布局） */
  background: #333;
}

/* 可选：添加过渡动画让切换更平滑 */
.conlianxi p a {
  transition: opacity 2.8s ease;
}

.conlianxi p:hover a:nth-child(1) {
  opacity: 0;
}

.conlianxi p:hover a:nth-child(2) {
  opacity: 1;
}
.lunboslt{width: 82%;margin-left: 4rem;overflow: hidden;}
.cpnyxxt{
 display: none;   
}

.fuwutbdt{
  background: url(/template/mckm/skin/pic/btbjt.png) left no-repeat;width: 145px;height: 36px;line-height: 35px;padding-left: 6px;font-size: 15px;color: #fff;margin: 0;  
}    
.fuwuyehx2{
  display: none;  
}
.fuwuxinxiwzt{
 border-bottom: 1px #dbdbdb solid;padding-bottom: 20px;   
}
.lianxiwomxx1{
    display: none;
}
.waplxwmrwm{
    display: none;
}
.lxfsditu{
 background: url(/template/mckm/skin/pic/btbjt.png) left;width: 146px;height: 36px;line-height: 35px;padding-left: 12px;font-size: 21px;color: #fff;   
}
.newslistpage{
  background: #fff;  
}
.newslistpagess{
    text-align: center;background: #fff;display: flex;align-items: center;justify-content: center;cursor: pointer;gap: 0.3rem;
}
.anilist{
background: #fff;    
}
.pdbanner_txt2{
    display: none;
}

.aboutymtb{
 background: url(/template/mckm/skin/pic/btbjt.png) left no-repeat;width: 145px;height: 36px;line-height: 35px;padding-left: 10px;font-size: 22px;color: #fff;margin: 0;   
}

.aboutpptt{
    margin-top: 80px;
}
.aboutym1, .aboutym2, .aboutym3{
    display: none;
}
.aboutwapzzpp{
  display: none;   
}
.zhoutzzbtbt p{
 font-size: 20px;
  color: #fff;
  line-height: 1.3;   
}

.carousel-itemsss{
width: 425px;
    height: 490px;
}
.soushuoye{
grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    display: grid;
    max-width: 1300px;
    margin: auto;
    width: 100%;
}
.soushuojgimg a img{
 width: 100%;
  height: auto;   
}

.wapzhcplist{
    display: none;
}











    
    
}





@media screen and (min-width: 751px) and (max-width: 960px) {
    

.w-header, .w-admin-header, .body-login .w-admin-header{
background-color: #000000;
    color: #141414;  
    height: 133px;
}
.mheaderbj{
 display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-nav-toggle{
position: absolute;
  top: 0.6rem;
  right: 0.35rem;
  z-index: 3;
  cursor: pointer;
  left: auto; 
}
.carousel-prev-btn, .carousel-next-btn{
 background: unset;   
}
.mobile-nav-toggle .fa{
font-size: 2.75rem;    
}
.mlogo{ 
display: block;
    width: 33%;
}    
.mshouye{ 
display: block;
    position: absolute;
    left: 0.5rem;
    width: 10%;
    top: 0.2rem;
}  
.icon-zhuye{
 font-size: 38px;   
}
.w-nav li a, .w-nav .submenu li a {
    display: block;
    color: #6a6a6a;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
    font-size: 16px;
    font-weight: 500;
  }
.w-nav .submenu li a {
    padding: 0.6em 0.6em 0.6em 2.2em;
    text-align: left;
    font-size: 15px;
    color: #666;
  }

 .col-right {
    position: fixed;
    right: -70%;
    width: 70%;
    background: #fff;
    top: 0;
    bottom: 0;
    padding: 0;
    padding-bottom: 0px;
    padding-bottom: 9em;
    margin-top: 0px;
    z-index: 3;
  }

.text-content2 h2 {
  font-size: 1.4rem;
  margin-bottom: 20px;
  color: #fbfbfb;
}
.text-content2 p {
  font-size: 1rem;
  color: #faf7f7;
  margin-bottom: 6rem;
  max-width: 500px;
}
.brand-logos img {
  height: 16px;
  width: auto;
}
 .btn-container {
    justify-content: flex-end;
    border: 1px #666 solid;
    border-radius: 8px;
    margin-right: 0;
  }

 .footer {
    background-color: #1a1a1a;
    color: #999;
    padding: 0px 0 40px;
    padding-bottom: 40px;
    padding-bottom: 40px;
    padding-bottom: 4rem;
  }
  
  .footer-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border-top: 2px #2f2f2f solid;
    border-bottom: 2px #060606 solid;
  }
 .footer-left {
    width: 100%;
    margin-bottom: 2%;
    margin-top: 0.5rem;
    background: none;
    text-align: center;
  }
  
 .footer-left-block {
    width: 100%;
    height: 110px;
    display: block;
    min-height: 100px;
    position: relative;
    text-align: center;
    padding-top: 25px;
  }

 .brand-logo {
    display: none;
  }
  
   .slogan-zh, .slogan-en {
    position: relative;
    text-align: center;
    left: unset;
    bottom: unset;
    width: 100%;
    margin: auto;
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  } 
 .footer-middle {
    display: none;
    width: 100%;
    gap: 2rem;
    margin-right: 0;
    border-right: 0;
    border-bottom: 1px #2a2a2a solid;
    border-top: 1px #2a2a2a solid;
    margin-top: 10px;
    padding-top: 20px;
    margin-bottom: 15px;
  }  
 .footer-right {
    display: none;
  }  
  
 .menuFootFixed li {
    float: left;
    text-align: center;
    font-size: 84%;
    line-height: 1.3;
    width: 25%;
  }  
 .w-header, .w-admin-header, .body-login .w-admin-header {
    background-color: #000000;
    color: #141414;
    height: 133px;
  }
  
  .w-main .row, .w-header .row, .w-footer-in, .topLogBox .topLogBox-in {
    max-width: 100%;
    padding-top: 20px;
    display: block;
  }
  .wapheader {
 width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
 .mobile-nav-toggle {
    position: absolute;
    top: 25px;
    left: 20px;
    z-index: 3;
    cursor: pointer;
  }
  .mobile-nav-toggle .fa {
    font-size: 1.2rem;
    color: #fff;
  }
.mlogo {
    display: block;
    width: 33%;
    margin: auto;
    margin-top: auto;
    margin-top: auto;
    margin-top: 6px;
  }
 .mshouye {
    display: block;
    position: absolute;
    right: 20px;
    top: 25px;
  }
 .nav_right_mask {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background: #191919;
    opacity: 1;
    *filter: alpha(opacity=30);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    width: 68%;
  }
 .col-right {
    position: fixed;
    right: -70%;
    width: 36%;
    background: #191919;
    top: 0;
    bottom: 0;
    padding: 0;
    padding-bottom: 0px;
    padding-bottom: 9em;
    margin-top: 0px;
    z-index: 9999;
    padding: 8%;
    padding-bottom: 8%;
  }
 .menu-pc {
    position: unset;
    z-index: 999;
    border-bottom: 0;
    background: #000;
    width: 100%;
    height: 80px;
    margin: auto;
    margin-top: auto;
    margin-top: auto;
    margin-top: auto;
    margin-top: auto;
    margin-top: auto;
    top: 18px;
    left: 0px;
    right: 0px;
    -webkit-transition: all 1.5s cubic-bezier(0.83, 0, 0.17, 1);
    transition: all 1.5s cubic-bezier(0.83, 0, 0.17, 1);
    border-radius: 0;
    display: block;
    margin-top: 5px;
  }  
  
 .containerheadright {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-top: 20px;
  }  
 .wapmullu, .wapmulucaidan {
    display: none;
  }
  .search-box {
    display: flex;
    align-items: center;
    background-color: #2B2B2B;
    padding: 0.2rem 0.3rem;
    border-radius: 5px;
    float: unset;
    width: 92%;
    height: 38px;
    margin-right: 0;
    margin: auto;
  }
  
 .mobile-nav-toggle {
    position: absolute;
    top: 25px;
    left: 20px;
    z-index: 3;
    cursor: pointer;
  }  
  
 .mlogo {
display: block;
    width: 22%;
    margin: auto;
    margin-top: auto;
    margin-top: auto;
    margin-top: auto;
    margin-top: 38px;
    display: grid;
    position: absolute;
  }
 .mshouye {
    display: block;
    position: absolute;
    right: 20px;
    top: 25px;
    left: unset;
  }
  
 .containerheadright {
width: 100%;
    float: left;
    margin-right: 0;
    margin-top: 50px;
  }
  
 .lang-switch2 {
    display: none;
  } 
 
 
 .w-nav .submenu li {
    width: auto;
    line-height: 40px;
    white-space: nowrap;
    height: 40px;
    display: flex;
    align-items: center;
  }
  
 
.nav_right_mask {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background: #191919;
  opacity: 1;
  *filter: alpha(opacity=30);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  width: 45%;
}

.caidanicon-item{
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 8px;
  font-style: normal;
}
.mcaidanico1 {
  background-image: url("/template/mckm/skin/pic/mcaidanico1.png");
}
.mcaidanico2 {
  background-image: url("/template/mckm/skin/pic/mcaidanico2.png");
}
.mcaidanico3 {
  background-image: url("/template/mckm/skin/pic/mcaidanico3.png");
}
.mcaidanico4 {
  background-image: url("/template/mckm/skin/pic/mcaidanico4.png");
}
.mcaidanico5 {
  background-image: url("/template/mckm/skin/pic/mcaidanico5.png");
}
.mcdxhico{
    background-image: url("/template/mckm/skin/pic/mcdxhico.png"); 
    opacity: 0.8;
}
.mcdxxxxh {
width: 14px;
    height: 14px;
    position: absolute;
    right: 15px;
    top: 15px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;  
}
.w-nav .submenu li{
 width: auto;
    line-height: 40px;
    white-space: nowrap;
    height: 40px;
    display: flex;
    align-items: center;

}
 .w-nav .nav_inner > li > a, .w-nav .nav_inner > li > .open > a {
    color: #E4022E;
  } 
.w-nav .nav_inner > li > a, .w-nav .nav_inner > li > .li-parent-div > a{
 line-height: 2.5;
    color: #e2e2e2;  
    border: none;
    padding: 4px 20px;
} 
 .w-nav .submenu li a {
    padding: 0;
    text-align: left;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
     border: none;
    vertical-align: middle;
  } 
 

 
 /* 移动端 CSS 初始化 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; /* 去除移动端点击高亮 */
  font-family: "Source Han Sans SC", "Noto Sans SC", "PingFang SC", sans-serif;
}

/* 基础样式重置 */
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%; /* 禁止横屏幕旋转时文字大小调整 */
  text-size-adjust: 100%;
  font-family: "Source Han Sans SC", "Noto Sans SC", "PingFang SC", sans-serif;
}

body {
  font-family: "Source Han Sans SC", "Noto Sans SC", "PingFang SC", sans-serif;
  line-height: 1.5; /* 移动端舒适行高 */
  color: #333;
  background-color: #fff;
  overflow-x: hidden; /* 防止横向滚动 */
}

/* 移除默认样式 */
ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit; /* 继承父元素颜色 */
  font-family: "Source Han Sans SC", "Noto Sans SC", "PingFang SC", sans-serif;
}

img {
  display: block; /* 去除图片底部间隙 */
  max-width: 100%; /* 图片自适应容器 */
  height: auto; /* 保持图片比例 */
}

button, input, textarea, select {
  font-family: inherit; /* 继承父元素字体 */
  font-size: inherit;
  outline: none; /* 去除默认焦点样式 */
  border: none;
  background: transparent;
}

textarea {
  resize: none; /* 禁止拉伸文本框 */
  overflow: auto;
}

/* 表单元素优化 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none; /* 去除数字输入框默认箭头 */
  appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; /* 去除搜索框默认装饰 */
}

/* 清除浮动 */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* 响应式基础类 */
.hidden-xs {
  display: none !important; /* 移动端隐藏 */
}

/* 触摸反馈优化 */
.touchable {
  -webkit-user-select: none;
  user-select: none; /* 禁止文本选中 */
  cursor: pointer;
}

.touchable:active {
  opacity: 0.8; /* 点击时透明度变化 */
}   
    








  
  
  
.mobile-nav-toggle{
position: absolute;
    top: 25px;
    left: 20px;
    z-index: 3;
    cursor: pointer;
}
.carousel-prev-btn, .carousel-next-btn{
background: unset;
    width: 30px !important;
    height: 30px !important; 
}
.wapheader{
 width: 100%;
  height: auto;   
}

.mobile-nav-toggle .fa{
font-size: 1.2rem;
    color: #fff;  
}





.mb-20{
 margin-bottom: 0;   
}




.w-heade{
height: 2.5rem;
  color: #333;
  font-size: 15px;    
}    
.container{
margin-top: 2.5rem;
    height: 190px;
    box-shadow: unset;
}    
 
.carousel {
position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    cursor: grab;
    min-height: 100%;
    height: 210px;
    margin: auto;
} 
.carousel-control{
    display: none;
} 
 
 .w-main1 {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 5rem;
  background: #fff;
}
.w-main1 .title {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.5;
} 
.w-main1 .desc {
font-size: 0.6rem;
    color: #666;
    line-height: 1.8;
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-weight: 500;
} 






.pdbanner {
  position: relative;
  overflow: hidden;
  cursor: grab;
  min-height: 100%;
  height: auto;
  margin: auto;
  margin-top: 133px;
}
.overflow-x-auto{
overflow-x: scroll;    
}
.max-w-7xl {
  max-width: 94%;
  padding-bottom: 1rem;
  position: relative;
}
.category-all-products-btn{
    display: none;
}
.category-all-products-btn3{
 border: 1px solid #868282;
  background: transparent;
    background-color: transparent;
  background-color: transparent;
  background-color: transparent;
  color: #e6e1e1;
  padding: 8px 20px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s;
  border-radius: 6px;
  position: absolute;
  bottom: 1rem;
  left: 37%;   
}
.category-all-products-btn2{
    
 background: #EDAF32;
    border: none;
    border-radius: 3px;
    font-weight: 500;
    font-size: 12px;   
}
.cpbody {
  background-color: #000;
  min-height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
    padding-top: 20px;
  padding-top: 20px;
  padding-top: 23px;
}
.category-btn {
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-size: 2rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.cplst{
    grid-template-columns: repeat(1, minmax(0, 1fr));gap: 0.6rem;display: grid;
}
.chanpinxinxibd {
  width: 100%;
  position: relative;
}

.chanpinxinxilunbo {
  width: 100%;
  background: #ffffff;
  padding-top: 3rem;
}
.chanpinxinxilunbokz {
  width: 98%;
  float: unset;
  padding-left: unset;
  margin: auto;
}
.cplunbogao{
 height: 330px;   
}

.lunboslt{
width: 70%;
    margin-left: 3rem;
    overflow-x: scroll;
}
.lunbosltcd{
  width: 200%;  
}
.chanpinxinxi {
  float: left;
  width: 100%;
  padding-right: 0;
  background: #ffffff;
  padding-bottom: 5rem;
}
.chanpinxinxikz {
  width: 90%;
  float: left;
  margin-left: 5%;
}
.cpxinxilan {
  padding-top: 2rem;
}
.conlianxi{
width: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
}
.products-list {
display: flex;
    gap: 6px;
    max-width: 100%;
    width: 100%;
}
.product-card {
  width: 100%;
  background-color: #F4F4F4;
  padding: 14px;
  cursor: pointer;
  position: relative;
}
.product-img {
width: 100%;
    max-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    height: 230px;
}
.product-img img {
max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    min-height: auto;
    width: 100%;
    height: 100%;
}
.product-arrow{
  display: none;  
}
.product-info {
position: relative;
    bottom: 1rem;
    width: 90%;
    margin: auto;
}
.product-model {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.product-name {
  color: #666666;
  font-size: 10px;
  font-weight: 550;
}
.cpbody2 {
min-height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
    padding-top: 0px;
  padding-top: 20px;
  padding-top: 20px;
  padding-top: 0;

}
.anliindex{
width: 94% !important;
    margin-top: 0;
    height: auto;
    padding: 0;
}
.anliindexfl{
 margin-bottom: 10px;
  overflow: scroll;
  width: 100%;
  height: 4rem;   
}
.scrollbar-hide{
text-align: left !important;
    width: 200%; 
}
.anliindexkd{
margin-bottom: 20px;
    width: 100%;
    padding-top: 0.5rem;
    overflow-x: scroll;
}
.anlitunum{
 grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.2rem;   
}
.anlibt {
position: relative;
    background: unset;
    color: #fff;
    font-size: 10px;
    height: 30px;
    line-height: 30px;
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
    overflow: hidden;
}
.anlibt .font-medium {

}
.anlilunbokzq{
width: 60%;
  margin: auto;
    margin-top: auto;
  margin-top: 4.5rem;
  padding-bottom: 2rem;   
}
.category-all-products-btn4{
 border: 1px solid #868282;
  background: transparent;
    background-color: transparent;
  background-color: transparent;
  background-color: transparent;
  background-color: transparent;
  background-color: transparent;
  color: #343333;
  padding: 8px 20px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s;
  border-radius: 6px;
  bottom: 1rem;
  left: 39%;   
}

.service1{
 margin-top: 0px;
    height: auto;
    box-shadow: unset;
    width: 80%;
    padding: 0;   
}
.service2{
padding-top: 2rem;
    margin-bottom: 2rem;
    margin-top: 0;
}
.service3{
padding-top: 0;
  margin-bottom: 0;
}
.service4{
padding-top: 0;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.service5{
width: 100%;
    height: auto;
    max-width: 98%;
    padding: 0;
}
.service6{
width: 100%;
  margin: auto;
    margin-top: auto;
    margin-bottom: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.service7 {
gap: 0.01rem;
    width: 90%;
    margin: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service8{
display: block;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    padding-left: 0.1rem;
}


.service9{
overflow-x: scroll;
    display: block;
    font-size: 10px;
    width: 96%;
    text-align: center;
    min-width: 96%;
    margin: auto;
    border: 1px #e4e4e4 solid;
}

.wapbg1{ width: 10%;
    padding: 0;}
.wapbg2{ width: auto; }
.wapbg3, .wapbg4, .wapbg5{
   width: 15%; padding: 0;
}
.fjtccss{
margin-left: 0.5rem;
    width: 100%;
    margin-right: 0.3rem;
    text-align: center;
    display: inline-flex;
}
.wapfwlt{
 padding: 0;   
}
.wapfwlt2{
padding-left: 0.1rem;
    padding-right: 0.8rem; 
}
.ds-play-circle {
width: 13px;
    margin-right: 0.1rem;
}
.ds-file-text-o {
  width: 12px;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
}
.fuwulistsearch{
width: 85%;
  margin: auto;
    margin-bottom: auto;
  border: 1px #e6e6e6 solid;
  border-radius: 100px;
  margin-bottom: 2rem;
}
#searchInput{
 padding-top: 0.5rem;
  padding-bottom: 0.5rem;   
}
.fuwulistxinxi{
margin-top: 133px;
    background: #000;
    padding-bottom: 40px;  
}
.fuwuweiuxiubt{
 font-weight: bold;   
}
.fuwuchuxin{
color: #fff;
    font-weight: bold;
    font-size: 20px;
    width: 45% !important;
}
.fuwuxinxiwz{
 color: #999;
  font-size: 14px;   
  line-height: 2;
}
.section-divider{
 display: none;   
}

.fuwutbdt2{
background: url(/template/mckm/skin/pic/huangsejiantou.png) right no-repeat;
    width: 125px;
    height: 22px;
    line-height: 22px;
    padding-left: 6px;
    font-size: 14px;
    color: #333;
    margin: 0;
    font-weight: bold;
}    
.fuwuyehx1{
 display: none;   
}

.fuwuxinxiwzt{
 border-bottom: 1px #2f2f2f solid;padding-bottom: 20px;   
}
.fuwuyehx2{
 float: right;
  width: 22px;   
}

.aboutym{
 background: #000;
  width: 100%;
  margin: auto;   
}
.aboutpptt{
margin-top: 60px !important;
  border-color: #272727;
  padding: 16px;
  border-top-width: 1px;
}
.about1, .about2{
    display: none;
}

.nav_right_mask {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background: #191919;
  opacity: 1;
  *filter: alpha(opacity=30);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  width: 68%;
}

.caidanicon-item{
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 8px;
  font-style: normal;
}
.mcaidanico1 {
  background-image: url("/template/mckm/skin/pic/mcaidanico1.png");
}
.mcaidanico2 {
  background-image: url("/template/mckm/skin/pic/mcaidanico2.png");
}
.mcaidanico3 {
  background-image: url("/template/mckm/skin/pic/mcaidanico3.png");
}
.mcaidanico4 {
  background-image: url("/template/mckm/skin/pic/mcaidanico4.png");
}
.mcaidanico5 {
  background-image: url("/template/mckm/skin/pic/mcaidanico5.png");
}
.mcdxhico{
    background-image: url("/template/mckm/skin/pic/mcdxhico.png"); 
    opacity: 0.8;
}
.mcdxxxxh {
width: 14px;
    height: 14px;
    position: absolute;
    right: 15px;
    top: 15px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;  
}
.w-nav .submenu li{
 width: auto;
    line-height: 40px;
    white-space: nowrap;
    height: 40px;
    display: flex;
    align-items: center;

}
.w-nav .nav_inner > li > a, .w-nav .nav_inner > li > .li-parent-div > a{
  padding: 0 25px;  
}


.pcpzhcplist{
    display: none;
}









.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
#listContainer{
width: auto;    
}
.lanmuslt {
  position: absolute;
  bottom: 8%;
  right: 8%;
  font-size: 3rem;
  width: 80px;
}
.fuwub1 p.text-gray-600{
 float: left;   
}
.lianxixinxilan{
width: 92%;
    margin-top: 0;
    margin: auto; 
}
.mmmb{
margin: auto;
    margin-bottom: auto;
    margin-bottom: auto;
    margin-bottom: auto;
    text-align: left;
    float: left;
    margin-bottom: 1rem;
    height: 80px;
    width: 100%;
}
.mmmb h2, .mmmb h3{
 font-size: 22px;
  font-weight: bold;
  padding: 0;
  margin-bottom: 0rem;   
}
.lianxiwomxx span.text-lg{
font-size: 11px;
    margin-right: 10px; 
}
.lianxiwomxx2{
    display: none;
}
.lxmmxxh > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.99rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.pclxwmrwm{
    display: none !important;
}
.lxfsditu{
background: url(/template/mckm/skin/pic/huangsejiantou.png) right no-repeat;
    width: 88px;
    height: 22px;
    line-height: 22px;
    padding-left: 6px;
    font-size: 15px;
    color: #333;
    font-weight: bold;
}


.tttb{
 width: 100%;
  text-align: center;
  display: flex;   
}
.waprwm{
 margin: auto;   
}

.tab-navov{
  display: none;  
}
.pdbanner_txt {
position: relative;
    width: 100%;
    text-align: center;
    font-size: unset;
    left: unset;
    display: block;
    margin-top: 15px;
    margin-bottom: 30px;
}
.pdbanner_txt h2 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
.pdbanner_txt p {
  font-size: 1.1rem;
  height: 2rem;
  line-height: 2rem;
  width: 100%;
  display: block;
  margin-top: 0;
  color: #fff;
  font-weight: bold;
}
.wapcplist{
    padding-top: 30px;
}

.h-\[320px\] {
  height: 275px;
  padding: 0;
}
.cplistbbtt{
 width: 100%;
  border-radius: 3px;
  padding: 0.4rem;   
}
.cplistbbttbt{
font-size: 12px;
    line-height: 1rem;
    margin: 0;
}
.cplistbbttbtmc{
font-size: 8px;
    color: #484848;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    height: 12px;
}
.carousel-item img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  display: block;
  margin: 0;
}
.wapcplistbt{
 display: none;   
}
 .w-nav .li-parent-div .fa {
    position: absolute;
    top: 57%;
    margin-top: -1em;
    right: -8px;
    width: 1.5em;
    height: 1.5em;
    line-height: 2em;
    text-align: center;
    font-size: 150%;
  }

.cpguigexinxi{
 width: 80%;
  margin: auto;
    margin-bottom: auto;
  margin-bottom: 30px;   
  margin-top: 50px;
}
.cpxinxixian {
  border-bottom: 1px #bebebe solid;
  font-size: 14px;
  color: #0a0a0a;
  font-weight: 500;
  padding-top: 0;
}
.chicunzhongliang{
 font-size: 12px;
  color: #666;
  font-weight: 500;   
}
.guigemincheng{
 border: none;
  font-weight: 500;
  margin-bottom: 20px;   
}
.cplianxiwomen{
    
}
.cpanzhuangvideo{
    
}
.gap-3 {
  gap: 0.25rem;
}
.newslist{
 width: 100%;
  margin-top: 133px;
  background: #000;   
}
.newslistbtbt{
    display: none;
}
.aboutymtb{
background: url(/template/mckm/skin/pic/huangsejiantou.png) right no-repeat;
    width: 88px;
    height: 22px;
    line-height: 22px;
    padding-left: 6px;
    font-size: 15px;
    color: #333;
    font-weight: bold;  
}
.aboutpp p{
 line-height: 2;
  font-size: 13px;
  color: #999;   
}
.soushuoye{
  width: 100%;
  margin: auto;
  display: block;
}
.carousel-itemsss{
 float: left;
  width: 33.333%;
  min-width: 33.333%;
  cursor: pointer;
  padding: 3px;
  display: grid;   
}
.carousel-itemssstt{
 padding: 10px;   
}
.carousel-itemssstt h3{
font-size: 11px;
    line-height: 1rem;
    margin: 0;
    height: 18px;
    overflow: hidden;
}
.carousel-itemssstt p{
 font-size: 8px;
  font-weight: 500;   
}
.soushuojgimg a img{
width: 100%;
  height: 100%;    
}
.soushuoanniu{
    display: none;
}





.txtcolor {
  --tw-text-opacity: 1;
  color: rgb(23, 23, 23);
}
.form-overlay {
margin-top: 0 !important;
    margin-left: 0;
    width: 100%;
    margin-right: 0%;
    background: #191919;
    padding: 3rem;
}
.form-input {
  transition: all 0.3s ease;
  background: #191919;
  border-bottom: 1px #3c3b3b solid;
  border-top: none;
  border-left: none;
  border-right: none;
}

.wapditupic{
min-height: 280px;    
}

.bg-submitBtn{
position: relative;
    left: 0;
    --tw-bg-opacity: 1;
    background-color: rgb(25, 25, 25);
}
.lianxitel{
 width: 80%;   
}
.lianxitel span{
 display: block;
  float: left;
  text-align: left;
  margin-left: 0;   
}
.conerweima{
 grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
  text-align: center;
  margin-top: 0px;
  font-size: 18px;   
}
.qr-item{
display: initial;    
}
.txtconby{
 width: 90%;
  margin: auto;
  text-indent: 20px;
  font-size: 14px;   
}
.containers {
    margin-top: 2.5rem;
    height: auto;
    box-shadow: unset;
  }
.dierurl{
 margin-left: 2.25rem;   
}

.containera{
margin-bottom: 0;
  padding-bottom: 0;    
  width: 92%;
  margin: auto;
}
.containerat{
height: auto;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 30px;
    padding-bottom: 40px; 
}
 .abxckj {
display: none;
  }
.abxiangce{
width: 100%;    
}
.abkapian{
width: 100%;
  padding: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.space-y-2 {
  margin-top: 0;
  width: 100%;
  display: block;
  height: 50%;
  position: absolute;
  top: 0;
}
.jiazhi {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 1rem;
  margin-left: 5%;
}
.jiazhiguan {
  font-size: 0.8rem;
  display: block;
  margin-bottom: 1rem;
  margin-left: 6%;
}
.abzizhi{
width: 100%;
  max-width: 100%;
  height: auto;
  padding-bottom: 3rem;  
  margin-top: 0.5rem;
}
.abzizhiwz{
 text-align: center;
 margin-bottom: 2rem;
}
.abzizhiwztb{
 margin: auto;   
}
.zizhikp{
 width: 20%;
  padding: 0.2rem; 
  height: 100px;
}
.zizhikpwz{
font-size: 0.35rem;
    height: 2rem;
    width: 100%;
    overflow: hidden;
    line-height: 1.5;
}
.zizhizhanshi{
display: block;    
}
.cert-slide {
gap: 0.2rem;
}
.zizhikpp{
 width: 100%;
  height: 100%;   
  margin-bottom: 0.2rem;
}
.zizhilunboqi{
 margin-top: 0.5rem;   
}
.cert-carousel-wrapper{
height: 110px;    
}

.containerwz{
margin-top: 0;
    height: auto;
    box-shadow: unset;
    padding-top: 10px;
    width: 92%;
}
.newslistbt{
 min-height: 150px;   
}
.newslistbt h2 a{
 font-size: 20px;
  color: #fff;   
}
.newslistbt p{
 margin-bottom: 0.8rem;   
}
.newslistlist{
 border-color: rgb(0, 0, 0);   
}

.newslistbt p span.text-primary{
  line-height: 1;  
}
.newslistbt p a{
color: #939393;
line-height: 1;
}
.newslistbt p span a{
 color: #939393;
  font-size: 13px;   
}
.newslistpage{
  background: #000;  
}
.newslistpagess{
    text-align: center;background: #000;display: flex;align-items: center;justify-content: center;cursor: pointer;gap: 0.3rem;
}
.newslistpagess a.page-num-current{
 color: #fff;
  background: #fff;   
}
.newsnycon{
margin-top: 133px;    
}
.anilist{
background: #000;    
}
.anilistlanmu{
  display: none;  
}
.pdbanner_txt2{
 position: relative;
  width: 100%;
  text-align: center;
  font-size: unset;
  left: unset;
  display: block;
  padding-top: 40px;
  margin-bottom: 0px;   
}
.pdbanner_txt2 p{
 font-size: 1.1rem;
    height: 2rem;
    line-height: 2rem;
    width: 100%;
    display: block;
    margin-top: 0;
    color: #fff;
    font-weight: bold;   
}
.anlistem{
float: left;
    width: 50%;
    min-width: 50%;
    cursor: pointer;
    padding: 4px;
    display: grid;
    position: unset !important;
    margin-bottom: 0px;
}
.anlilistlist{
width: 100%;
  display: block;    
}
.aboutzzpp{
 display: none;   
}
.aboutwapzzpp{
width: 100%;
    margin: auto;
    display: flex;
}






.pro-page{
height: 4rem;
  padding-top: 2rem;

  padding-bottom: 5rem; 
}
.newsDetail .newsST {
  text-align: center;
  font-size: 12px;
}

.cplist{
 /*grid-template-columns: repeat(1, minmax(0, 1fr));*/
 /* display: grid;   */
}
.btcss{
border: 1px #666 solid;    
}


.footer-column2 h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 8px;
}


.pcerweima{
    display:none;
}
.mwapfoot{
grid-template-columns: repeat(3, minmax(0, 2fr));
    gap: 1.5rem;
    display: grid;
    width: 88%;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 25px;
}
.footer-left-block {
width: 100%;
    height: 110px;
    display: block;
    min-height: 100px;
    position: relative;
    text-align: center;
    padding-top: 25px;
}

.slogan-zh, .slogan-en{
position: relative;
    text-align: center;
    left: unset;
    bottom: unset;
    width: 100%;
    margin: auto;
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}
.footer-bottom{
 max-width: 1200px;
  margin: 30px auto 0;
  text-align: center;   
}

.text-content2 h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #fbfbfb;
}
.text-content2 p {
  font-size: 1rem;
  color: #faf7f7;
  margin-bottom: 0;
  max-width: 500px;
}
.main-title {
font-size: 1.1rem;
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 0px;
}
.indexhbb{
display: none;
}
.main-image {
  width: auto;
  height: 100%;
  display: block;
  border-radius: 6px;
}
.main-image-section{
 width: 40%;   
}
.containerindexzy{
 flex-direction: row;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  margin: auto;
  flex-direction: row;
  padding-bottom: 30px;
  position: relative;
  width: 100% !important;
  max-width: 100%;   
}
.content-section {
width: 59%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}
.small-img {
  border-radius: 4px;
  display: block;
  height: auto;
  width: 100%;
}
.small-images {
  display: flex;
  gap: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
height: auto;
  right: 0;
}
.title-area {
padding: 10px 0;
    padding-top: 10px;
    padding-right: 0px;
    padding-top: 10px;
    padding-top: 10px;
    height: auto;
    padding-top: 6px;
    text-align: center;
    position: relative;
    padding-right: 1rem;
}
.flame-icon {
  color: #e53e3e;
  font-size: 2rem;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  float: left;
  margin-left: 8rem;
}
.series-title {
font-size: 1.3rem;
  float: right;
  margin-right: 0.2rem;
  width: 70%;
  text-align: right;
}
.iconhuoyan{
 width: 19px;
  text-align: right;
  float: right;
  margin-left: 10px;   
}
.series-desc {
color: #333;
    line-height: 3.5;
    margin-left: 0;
    font-size: 0.7rem;
    float: right;
    margin-top: 0rem;
    margin-right: 0.3rem;
}
.product-banner {
padding: 0;
    width: 100%;
    background: #e2e2e2;
}
.banner-container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 3rem;
  padding-bottom: 2rem;
  width: 90%;
}
.indexcplunbo {
display: none;

}
.w-main3, .w-main2, .w-main1{
 display: none;   
}
.indexllunbottt{
 display: none;   
}



.containerindexlunbo {
  width: 100%;

}
.indexhbtt3{
    display: none;
}
.indexhaibaopintu{
padding: 0;    
}
.indexhbtt1{
min-height: 120px;
  height: auto;    
}
.indexhbtt2{
 min-height: auto;   
}
.indexhbtt4{
 min-height: 170px;
  height: 170px;   
}

.wapindexkj {
  display: block;
  margin-top: 133px;
}
.wapindexhbt{
width: 100%;
  height: auto;
  margin: auto;
}
.wapindexhbt img{
 width: 100%;
  height: auto;   
}
.wapindexkj2{
 background: #000;
  padding-top: 5rem;
  padding-bottom: 4rem;
  width: 100%;
  margin: auto;
  padding-left: 3.5rem;
  padding-right: 3.5rem;   
}
.wapindext{
 margin-bottom: 1.5rem;   
}
.search-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  opacity: 0.5;
  padding: 4px;
  font-weight: 300;
  color: #fff;
}
.pdbanner{
    display: none;
}
.pdbanner2{
display: block;
    height: auto;
    position: relative;
    overflow: hidden;
    cursor: grab;
    min-height: 100%;
    height: auto;
    margin: auto;
    margin-top: auto;
    margin-top: auto;
    margin-top: 133px;
}
.cpzxxx1{
    width: 40%;
}
.cpzxxx2{
 width: 60%;   
}
.conlianxi p.cpzxxx1{
 padding: 8px 10px;
  border: 1px #666 solid;
  text-align: center;
  color: #000;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;   
}
.conlianxi p.cpzxxx2{
   padding: 8px 10px;
  border: 1px #666 solid;
  text-align: center;
  color: #000;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;   
}
/* 基础样式：确保两个按钮布局一致 */
.conlianxi p {
  margin: 0; /* 清除默认段落边距 */
  display: inline-block; /* 避免父元素宽度撑开 */
}
 .conlianxi p a {
    transition: opacity 2.8s ease;
    font-size: 14px;
  }
/* 第一个按钮默认显示 */
.conlianxi p a:nth-child(1) {
  /*display: flex; */
  /* 保持原有flex布局 */
}

/* 第二个按钮默认隐藏 */
.conlianxi p a:nth-child(2) {
  display: none; /* 覆盖原inline-style的display:none，统一用CSS控制 */
}

.cpxinxilan{
 display: none;   
}
.cpxinxilan2{
 display: none;   
}
.cpny {
  width: 100%;
  margin-top: 133px;
}
.cpnyxxt{
background: #fff;
  width: 100%;
  padding: 10%;
  display: flex; 
}
.cpnyxxtft{
 width: 75%;
  margin-top: 20px;   
}
.cpnyxxtri{
    width: 25%;
}
.cpnyxxtft h2{
 font-size: 35px;
  font-weight: bold;   
}
.cpnyxxtft p{
 font-size: 14px;
  font-weight: 550;   
}
.contlms{
  background: url(/template/mckm/skin/pic/wapbjtbjt.png) left no-repeat;
  width: 95px;
  height: 30px;
  line-height: 30px;
  padding-left: 24px;
  font-size: 16px;
  color: #fff;
  display: block;
  font-weight: 500;  
}
.recommend-container {
  width: 94%;
  margin: 0px auto;
    margin-top: 0px;
  margin-top: 0px;
}
.recommend-containercss {
  background: #000;
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.recommend-title {
display: inline-block;
    color: #f3f3f3;
    padding: 4px 10px;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 25px;
}

.zhoutzzbtbt p{
 font-size: 22px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;   
}









.indexcplunbokd {
  width: 92%;
  margin: auto;
  overflow: hidden;
  box-shadow: unset;
  height: auto;
}
.carousel-indicatort {
width: 30px;
    height: 3px;
    background-color: #999;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 38px;
}
.cert-controls {
  opacity: 0.7;
  transition: opacity 0.3s ease, transform 0.3s ease;
  top: 62%;
}
.cert-carousel-track {
display: block;
    margin: auto;
    text-align: center;
    min-width: 80%;
    max-width: 90%;
    width: 290px;
}
.cert-cardli{
width: 33.333%;
    min-width: 33.333%;
    cursor: pointer;
    padding: 3px;
    float: left;
    height: auto;
}
 .cert-carousel-wrapper {
    height: auto;
  }
.product-card{
height: auto;
    min-width: auto !important;
}
.badge {
  position: relative;
  top: 0;
  left: 0;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 62 62 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
 .product-image-container {
    height: 18rem;
    background: none;
    position: relative;
    overflow: hidden;
  }
.idnexcpbtan{
position: absolute;
  right: 0;
  bottom: 0;
  border: 1px #666 solid;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 8px;    
}
.carousel-items{
 float: left;
    width: 33.333%;
    min-width: 33.333%;
    cursor: pointer;
    padding: 3px;
    display: grid;   
}
.carousel-itemtt{
  width: 100%;  
}
.stat-number{
 position: relative;   
}
.lg\:w-2\/5 {
    width: 40%;
  }
.lg\:w-3\/5 {
    width: 60%;
  }
.champion-tag {
position: absolute;
    top: 40%;
    left: 30%;
    transform: translateX(-50%);
    color: #EDAF32;
    font-size: 6vw;
    font-weight: 500;
    z-index: 9;
}
.english-title {
position: absolute;
    top: 53%;
    left: 59%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 4vw;
    font-weight: 900;
    letter-spacing: 0.2vw;
    z-index: 2;
    width: 100%;
}
.desc-container {
position: absolute;
    top: 64%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    z-index: 2;
    text-align: left;
    float: left;
    width: 80%;
}
.desc-container p {
margin-bottom: 1vw;
    font-size: 2.1vw;
    line-height: 1.6;
    text-align: left;
}
.daohanganniu {
  width: auto;
  margin: auto;
  display: grid;
}
#indicators{
display: flex;
  align-items: center;
  justify-content: center;    
}
.kongzhitiao{
 display: initial;   
}
.abjrr{
width: 100%;
    position: relative;
    flex-direction: inherit;
    min-height: auto;

}


.abkapian{
width: 100%;
    position: relative;
    max-width: 100%;
    margin: auto;
}
.abkapian1{
width: 58%;
    position: relative;
    float: left;
    height: 300px;
}
.abkapian2{
width: 41.1%;
    float: right;
    height: 300px;
}
.max-w-xs {
max-width: 100%;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 999;
    bottom: 0;
    max-height: unset;
}
.ablunbopic img{
 max-width: 100%;
  height: auto;
  width: 100%;
  display: block;   
}














.footer-middle{
    display: none;
/*width: 100%;*/
/*    gap: 2rem;*/
/*    margin-right: 0;*/
/*    border-right: 0;*/
/*    border-bottom: 1px #2a2a2a solid;*/
/*    border-top: 1px #2a2a2a solid;*/
/*    margin-top: 10px;*/
/*    padding-top: 20px;*/
/*    margin-bottom: 15px;*/
} 
.footer-column{
 width: 33.3333%;   
} 
.copyright {
  font-size: 10px;
  color: #666;
  font-family: Times New Roman;
  line-height: 20px;
} 
.footer-right{
 display: none;   
} 
 
.footer-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border-top: 2px #2f2f2f solid;
  border-bottom: 2px #060606 solid;
}    
    
.footer {
  background-color: #1a1a1a;
  color: #999;
  padding: 0px 0 40px;
    padding-bottom: 40px;
  padding-bottom: 4rem;
}    
.brand-logo{
 display: none;   
}



    
.footer-left{
width: 100%;
    margin-bottom: 2%;
    margin-top: 0.5rem;
    background: none;
    text-align: center;
} 
.menuFootFixed {
    font-size: 0.35rem;
    z-index: 999999;
  }
.menuFootFixed .menuFootFixed_in {
  padding: 2em 3px;
  position: relative;
  z-index: 1;
}  
.menuFootFixed li {
float: left;
    text-align: center;
    font-size: 84%;
    line-height: 1.3;
    width: 25%;
}



.menuFootFixed li .item {
    padding: 0 0.3em;
    font-size: 0.6rem;
  }  
.bg_main {
  background-color: #000;
}   
.menuFootFixed li h3 {
  margin: 0;
  font-size: 0.8rem;
  font-weight: normal;
  padding: 0.2rem;
}    
   
.brand-name{
 display: none;   
}   












    
    
}









@media screen and (min-width: 961px) and (max-width: 1100px) {


.footer-column li {
  margin-bottom: 18px;
  min-width: 84px;
}   
.footer-middle {
  width: 34%;
  margin-right: 4%;
  border-right: 2px #2f2f2f solid;
  display: flex;
  gap: 40px;
  float: left;
  padding-bottom: 6%;
  padding-top: 4%;
}    
.footer-left {
  background: #2C2C2C;
  width: 32%;
  float: left;
  margin-right: 4%;
  margin-top: 1%;
  border-radius: 10px;
}  
.footer-middle {
  width: 37%;
  margin-right: 4%;
  border-right: 2px #2f2f2f solid;
  display: flex;
  gap: 40px;
  float: left;
  padding-bottom: 6%;
  padding-top: 4%;
}  
  
  
  
  














