/*产品详情页 组图展示*/
.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;
}

/*导航 购物车按钮右对齐*/
#column_1767948460622 {
	display:flex !important;
	flex-direction:unset !important;
	flex-wrap:unset !important;
	align-content:unset !important;
	justify-content:flex-end !important;
	align-items:center !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;
}
/*产品选型详情页 sku*/
.block_25624 .sku_25624 .universalization .module-box>ul li>span:nth-child(1) {
    width: 100%;
    height: 60px !important;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}


.block_25624 .sku_25624 .universalization .module-box>ul li {
    width: 60px !important;
    margin: 0 10px 10px 0;
    cursor: pointer;
}

/*产品选型详情页 定制输入框高度*/
.block_25624 .sku_25624 #prodRemarks .remarks-textarea textarea {
    width: 100%;
    max-width: 100%;
    height: 100px !important;
    border-radius: 6px;
    background: #FFFFFF;
    border: 2px solid #E5E5E5;
}