.breadcrumb {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	top: 0px;
	width: 100%;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	background: #fff;
	z-index: 10;
  }
  .location-wrp2 {
	margin: 0 auto;
	max-width: 1680px;
  }
  .location-wrp2 .home {
	display: block;
	position: relative;
	float: left;
	width: 46px;
	height: 73px;
  }
  .location-wrp2 .home:before {
	content: '';
	position: absolute;
	left: 0;
	top: 25px;
	background-image: url(/css//img/icon_home.png);
	background-position: center;
	width: 15px;
	height: 24px;
	background-repeat: no-repeat;
  }
  .location-wrp2 .home:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 19px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: #ddd;
  }
  .hide-txt {
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	font-size: 1px;
	line-height: 0;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	margin: -1px;
	padding: 0;
	border: 0;
  }
  .location-wrp2 > ul {
	float: left;
  }
  .location-wrp2 > ul > li {
	float: left;
	position: relative;
  }
  .location-wrp2 > ul > li > a {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 0 24px;
	min-width: 250px;
	height: 73px;
	font-size: 16px;
	line-height: 73px;
	color: #666;
  }
  .location-wrp2 > ul > li > a.dangqian {
	color: #1079c5;
  }

  .location-wrp2 > ul > li > a:after {
	content: '';
	display: inline-block;
	background-image: url(/css//img/sprite_pc.png);
	background-position: -338px -206px;
	width: 9px;
	height: 5px;
	background-size: 351px 325px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	margin-left: 10px;
  } 
  .location-wrp2 > ul > li:first-child > a:after {
	background-image: none
  }


  .location-wrp2 > ul > li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 73px;
	padding: 0px 0 0px 0;
	width: 100%;
	z-index: 5;
	background: #fff;
	border: 1px solid #dedede;
  }
  .location-wrp2 > ul > li ul li {
	padding: 13px 30px;
  }
  .location-wrp2 > ul > li ul li:hover {
	background: #0C5CAF;
  }
  .location-wrp2 > ul > li ul li a {
	display: block;
	font-size: 16px;
	line-height: 1.5;
  }
  .location-wrp2 > ul > li ul li:hover a {
	color: #fff;
  }
  
  .location-wrp2 > ul > li:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 19px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: #ddd;
}
.page_main {
	padding: 50px 0px 0px;
    position: relative;
    max-width: 1680px;
    margin: 0 auto;
}
.page_main .product_list {
	display: flex;
	flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.page_main .product_list li {
	padding-left: 20px;
    padding-right: 20px;
    width: 25%;
    margin-bottom: 85px;
	position: relative;
}
.page_main .product_list li a {
	background: #fff;
    display: block;
}
.page_main .product_list li a:hover {
    background: #0660a1
}

.page_main .product_list li .pic {
	width: 100%;
    position: relative;
    /* padding-top: 87.5%; */
    overflow: hidden;
}
.page_main .product_list li .pic>img {
	width: 100%;
    margin: 0 auto;
    display: block;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.page_main .product_list li a:hover img {
    transform: scale(1.08);
}
.page_main .product_list li .name {
    margin: 0 auto;
}
.page_main .product_list li .name a {
	padding: 30px 20px;
	background: url(/css//img/right-circle2.png) no-repeat right 26px #fff;
    background-size: 38px;
}
.page_main .product_list li:hover .name a {
    background: url(/css//img/right-circle3.png) no-repeat right 26px #0660a1;
    background-size: 38px;
	color: #fff;
}
.page_main .product_list li .link {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	left: 0%;
	bottom: -54px;
	width: 100%;
	justify-content: center;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
	opacity: 1;
}
.page_main .product_list li .link .button{
	display: none;
}
.page_main .product_list li  .link {
	/* opacity: 0; */
}
.page_main .product_list .Premium.Mop .link,
.page_main .product_list .Premium.Cloth  .link,
.page_main .product_list .Ultrafine.Cloth  .link,
.page_main .product_list .Glass.Cloth  .link,
.page_main .product_list .Antimicrobial.Mop  .link,
.page_main .product_list .Antimicrobial.Cloth  .link,
.page_main .product_list .Recycle.Cloth  .link,
.page_main .product_list .Recycle.Mop .link,
.page_main .product_list .Elite.Cloth  .link,
.page_main .product_list .Elite.Mop  .link {opacity: 1;}


.page_main .product_list .Premium.Mop .link a,
.page_main .product_list .Premium.Cloth  .link a,
.page_main .product_list .Ultrafine.Cloth  .link a,
.page_main .product_list .Glass.Cloth  .link a,
.page_main .product_list .Antimicrobial.Mop  .link a,
.page_main .product_list .Antimicrobial.Cloth  .link a,
.page_main .product_list .Recycle.Cloth  .link a,
.page_main .product_list .Recycle.Mop .link a,
.page_main .product_list .Elite.Cloth  .link a,
.page_main .product_list .Elite.Mop  .link a {width: 43%;display: block;}


.page_main .product_list li .pic::after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0; -webkit-transition:all 0.4s ease;
    transition:all 0.4s ease; 
}

/*
.page_main .product_list li:hover .pic::after
{
opacity: 0.7;
}
*/
.page_main .product_list li .link a{
	display: block;
	width: 90%;
	margin: 0 2%;
	padding: 10px 0;
	font-size: 14px;
	line-height: 2;
	text-align: center;
	background-color: #1079c5;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.page_main .product_list li .link a:nth-child(2){background-color: hsl(205.24deg 90.45% 71.62% / 30%);color: #222;}
.page_main .product_list li:hover .name h2 {color: #fff;}


.page_main .product_list li .name h2 {
    font-size: 16px;
    /* font-weight: normal; */
    color: #555;
    text-transform: capitalize;
}
.page_main .product_list li a:hover h2 {
    color: #fff;
}


.pp-canshu {
	background: #fff;
	padding: 0px 0px 70px;
}
.pp-canshu .page_main {padding-top: 40px;}
.pp-canshu .canshu-title {
	font-size: 36px;
    font-size: 2.25rem;
    text-transform: none;
    font-family: "MANROPE-EXTRABOLD";
}
.pp-canshu hr {
    margin: 20px 0;
}
.pp-canshu .biaoge {margin-top: 30px;}
.pp-canshu .biaoge table {
    border-collapse: collapse;
    border-spacing: 0;
	width: 100% !important;
	height: auto !important;
}
.pp-canshu .biaoge table tr:nth-child(even) {
	background-color: #eeefef;
}
.pp-canshu .biaoge table tr {
	background-color: #fff;
}
.pp-canshu .biaoge table tr td {
    vertical-align: middle;
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.5;
	font-size: 16px;
}
.pp-canshu .biaoge table tr:nth-child(even) td {
	
	color: #000;
}

.pp-canshu .biaoge table tr:first-child td{
	color: #fff !important;
	font-size: 13px;
    padding: 5px 10px;
	height: auto !important;
}

.pp-canshu .biaoge table tbody tr td {
	font-size: 14px;
    border-color: rgb(213 213 213 / 22%) !important;
}

.pp-canshu .biaoge table thead tr td,
.pp-canshu .biaoge table tr:first-child {
    background: #192c59;
    color: #fff;
	font-family: "MANROPE-EXTRABOLD";
	height: auto !important;
}


.other_cp {
	padding: 70px 0px 50px;
}
.other_cp h2 {
	font-size: 2.25rem;
    text-transform: none;
    font-family: "MANROPE-EXTRABOLD";
}
.other_cp .swiper {
    width: 100%;
    padding-bottom: 50px;
	margin-top: 30px;
  }

.other_cp .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
}
.other_cp .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.other_cp .swiper-slide a {
    background: #fff;
    display: block;
}
.other_cp .swiper-slide a .pic {
    width: 100%;
    position: relative;
    /* padding-top: 87.5%; */
    overflow: hidden;
}
.other_cp .swiper-slide a .pic>img {
    width: 100%;
    margin: 0 auto;
    display: block;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.other_cp .swiper-slide a:hover img {
    transform: scale(1.08);
}
.other_cp .swiper-slide a .name {
    margin: 0 auto;
    padding: 30px 20px;
    background: url(/css/img/right-circle2.png) no-repeat right 26px;
    background-size: 38px;
}
.other_cp .swiper-slide a .name h2 {
    font-size: 16px;
    /* font-weight: normal; */
    color: #555;
    text-transform: capitalize;
	font-family: 'MANROPE-BOLD';
}
.overflow-scroll {
	overflow:auto;
}
.product-name .bbb img {
    width: 200px;
    display: block;
    margin-bottom: 8px;
}

.no-display {display: none;}
#cp-shipin .litebox-overlay .litebox-inline-html {
	height: 600px;
	width: 1000px;
	left: 50%;
    transform: translateX(-50%);
}
#cp-shipin #inline-html-1 {
	height: 100%;
}
#cp-shipin .inline-html {
	height: 100%;
}
#cp-shipin #inline-html-1 p,
#cp-shipin .inline-html p {
	height: 100%;
}
#cp-shipin #inline-html-1 .litebox-overlay iframe {height: 100%;}
#cp-shipin .litebox-overlay .litebox-container {
	top: 0;
    bottom: 0;
}
.selling-slot .thumbs li {
	position: relative;
}
.selling-slot .thumbs li.shipin-li {
	display: none;
}
.selling-slot .thumbs li.Antimicrobial.Mop,
.selling-slot .thumbs li.Elite.Mop,
.selling-slot .thumbs li.Elite.Cloth,
.selling-slot .thumbs li.Antimicrobial.Cloth,
.selling-slot .thumbs li.Premium.Cloth,
.selling-slot .thumbs li.Premium.Mop,
.selling-slot .thumbs li.Glass.Cloth,
.selling-slot .thumbs li.Ultrafine.Cloth {display: block;}


.selling-slot .thumbs li .icon_play {
	left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    opacity: 0.9;
}


@media (max-width: 1500px) {
	.location-wrp2 {padding: 0 2%;}
	.pp-canshu .biaoge table {margin-left: -5px;}
	.pp-canshu .biaoge table tbody tr td {font-size: 13px;padding: 10px 7px;width: 10%;}
	.pp-canshu .biaoge table tr td:nth-child(3n){
		width:20%
	}
	
}