/*产品详情页 组图展示*/
.mask-layer-imgbox .layer-img-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70% !important;
}
/*导航图标展示*/
.leadong22014 .header_nav2 .hh .textBox {
    top: 50%!important;
    right: -37px!important;
 }
.leadong22014 .header_nav2 .hh{
    display: flex !important;
    flex-direction: row-reverse !important;
    flex-wrap: unset !important;
    align-content: unset !important;
    justify-content: unset !important;
    align-items: unset !important;
    width: calc(100% + 1px)!important;
}
.leadong22014 .header_nav2 .ulSub .subli .text2_a {
    display: flex !important;
    flex-direction: unset !important;
    flex-wrap: unset !important;
    align-content: unset !important;
    justify-content: unset !important;
    align-items: center !important;
}
.leadong22014 .header_nav2 .nav03-ulSub .nav03-liSub{
    display: flex !important;
    flex-direction: unset !important;
    flex-wrap: nowrap !important;
    align-content: unset !important;
    justify-content: unset !important;
    align-items: unset !important;
    padding: 2px 0 2px 20px!important;
}
.leadong22014 .header_nav2 .nav03-ulSub .nav03-liSub img{
  width:30px !important;
  height:30px !important; 
  margin-right: 10px !important;
}
.leadong22014 .header_nav2 .nav03-liSub .text3_a {
    display: flex !important;
    flex-direction: unset !important;
    flex-wrap: unset !important;
    align-content: unset !important;
    justify-content: unset !important;
    align-items: center !important;
}
.leadong22014 .header_nav2 .hh .textBox {
    top: 59% !important;
    right: -37px!important;
}
/*产品列表页排序*/
#prod_list_filter_12 {
	background:rgb(255,255,255) !important;
}
/*首页热门商品*/
.qiaoxin21744 .cpap_ul .cpap_ul_li::before {
    content: '';
    width: calc(100% - 20px);
  background-image: linear-gradient(180deg, transparent, #ff000000)!important;
}
/*产品列表页-产品描述*/
.sitewidget-bd img{text-align: center!important;}

/*手机端 导航图标大小*/
.nav03-imgBox img { 
  width:60px !important;
  height:60px !important; 
}

/*手机端 top背景*/
#siteblocks-setting-wrap-LmUjoeEgJRct .leadong22014 .copy_img {
    background-color: #000 !important;
}

/*增加移动端下拉点击区域*/
@media screen and (max-width: 800px) {
    .leadong22014 .header_nav .textflex .down, .leadong22014 .header_nav .textflex .up {
        padding-left: 100%!important;
    }
    .leadong22014 .header_nav .subli .textBox .down, .leadong22014 .header_nav .subli .textBox .up {
        padding-left: 100%!important;
    }
}
/*底部tk图标隐藏*/
#siteblocks-setting-wrap-yTUkfIycshMt > DIV > DIV > DIV:nth-child(1) > DIV:nth-child(1) > UL > LI:nth-child(3) {
	display:none !important;
}
/*首页2个图片分类间距*/
@media screen and (max-width: 510px) {
    .qiaoxin21464 {
        padding: 0px 0px !important;
    }
}
/*产品列表页描述 图片居中*/
.sitewidget-prodDesc .fix img {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto !important;
}