/*产品详情页 组图展示*/
.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;
}
/*手机端 图标大小*/
.nav03-imgBox img { 
  width:80px !important;
  height:80px !important; 
}
/*国家子栏目居中*/
#cateTranstyle1 > UL {
	display:flex !important;
	flex-direction:row !important;
	flex-wrap:nowrap !important;
	align-content:unset !important;
	justify-content:center !important;
	align-items:unset !important;
}
@media (min-width: 1200px) {
.leadong22014 .header_nav2 .nav03-ulSub {
    min-height: calc(100% - 30px);
}
}