/* pc */
#products-content .title span {
	display: inline-block;
	padding: 10px 15px;
	color: #000000;
	border: solid 1px #e5e5e5;
	font-size: 16px;
}
#products-content .title span i {
	margin-left: 100px;
}
#products-content .title span:last-child i {
	margin-left: 8px;
}
#products-content .title span.view-toggle {
	padding: 8px 30px;
	/*line-height: 48px;*/
	border: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
#products-content .title span.view-toggle a {
	display: inline-block;
}
#products-content .title span.view-toggle a.active i::before {
	color: #dc2529;
}
#products-content .tabs {
	overflow: hidden;
	padding: 30px 0 80px 0;
}
#products-content .tabs .tabs-title {
	width: 20%;
}
#products-content .tabs .tabs-title li {
	padding: 0 30px;
	color: #333333;
	font-size: 14px;
	margin-bottom: 30px;
	cursor: pointer;
	word-break: normal;
}
#products-content .tabs .tabs-title li.active,
#products-content .tabs .tabs-title li:hover {
	color: #e22324;
}
#products-content .tabs .tabs-content {
	width: 80%;
	/*padding-bottom: 50px;*/
}
#products-content .tabs .tabs-content > div {
	display: none;
}
#products-content .tabs .tabs-content > div.active {
	display: block;
}
.block-products {
	display: block;
}
.block-products ul li {
	margin-bottom: 30px;
}
.block-products li a {
	display: block;
}
.block-products li a .image {
	/*background-color: #f0f5fb;*/
	display: flex;
	justify-content: center;
	align-items: center;
	/*height: 420px;*/
	position: relative;
	overflow: hidden;
	/*height: 360px;*/
	padding: 20px;
}
.block-products ul {
	overflow: hidden;
	min-height: 500px;
	position: relative;
}
.block-products li a:hover .text {
	/*box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);*/
	color: #dc2529 !important;
}
.block-products li a:hover .image img, .block-products li a:hover .image div
{transform:scale(1.1, 1.1);-webkit-transform:scale(1.1, 1.1);-o-transform:scale(1.1, 1.1);-moz-transform:scale(1.1, 1.1);} 
.block-products li a .image .mask {
	position: absolute;
	right: 0;
	left: 0;
	bottom: -50px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s;
}
.block-products li a:hover .image .mask {
	transform: translateY(-50px);
}
.block-products li a .image .mask span {
	/*display: inline-block;*/
	flex: 1;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	text-align: center;
}
.block-products li a .image .mask span:first-child {
	background-color: #de2a29;
}
.block-products li a .image .mask span:last-child {
	background-color: #26234c;
}
.block-products li a .image img,
.block-products li a .image div {
	width: 220px;
	height: 220px;
}
.block-products li a .text {
	padding: 20px 10px;
}
.block-products li a .text h5 {
	line-height: 28px;
	color: #333333;
	font-size: 14px;
	height: 56px;
}
.block-products li a .text .price {
	color: #de2a29;
	font-size: 22px;
	height: 40px;
	line-height: 40px;
	word-break: normal;
}
.block-products li a .text .price .original {
	margin-left: 10px;
  font-size: 16px;
  color: #333;
  display: inline-block;
  padding: 0 4px;
  position: relative;
}
.block-products li a .text .price .original::before {
	content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #333;
  top: 50%;
  margin-top: -1px;
}
.block-products li a .text .colors {
	color: #666666;
	font-size: 14px;
}
.list-products {
	display: none;
}
.list-products li {
	margin-bottom: 20px;
	padding: 15px;
}
.list-products li a {
	display: flex;
}
.list-products li a .image {
	width: 20%;
	/*background-color: #f0f5fb;*/
	display: flex;
	justify-content: center;
	align-items: center;
}
.list-products li a .image div {
	width: 160px;
	height: 160px;
}
.list-products li a .text {
	flex: 1;
	padding: 20px 30px;
}
.list-products li a .text h5 {
	line-height: 32px;
	color: #333333;
	font-size: 16px;
}
.list-products li a:hover .text h5 {
	color: #de2a29;
}
.list-products li a .text .price {
	color: #de2a29;
	font-size: 26px;
	/*height: 60px;*/
	line-height: 30px;
}
.list-products li a .text .price .original {
	margin-left: 10px;
  font-size: 16px;
  color: #333;
  display: inline-block;
  padding: 0 4px;
  position: relative;
}
.list-products li a .text .price .original::before {
	content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #333;
  top: 50%;
  margin-top: -1px;
}
.list-products li a .text .colors {
	color: #666666;
	font-size: 14px;
}


/* mobile */
@media (max-width: 768px) {
	#products-content{padding:1rem 0;border-top:.08rem solid #e5e5e5}
	#products-content .title {
		padding: 0 15px;
	}
	#products-content .title span {
		height: 2.4rem;line-height: 2.4rem;font-size: .8rem;padding: 0 .5rem;
	}
	#products-content .title span:first-child i {
		margin-left: 2rem;
	}
	#products-content .title span.view-toggle {
		padding: 0.1rem 0.2rem;
	}
	#products-content .tabs {
		padding: 1rem 0 2rem;
	}
	#products-content .tabs .tabs-content {
		width: 100%;
		float: none;
	}
	.block-products li a .image {
		height: auto;
		padding: 0.8rem;
	}
	.block-products li a .image img, .block-products li a .image div {
		height: 10rem;
	}
	.block-products li a .text {
		padding: 0.6rem 0;
		overflow: hidden
	}
	.block-products li a .image .mask span{/*display: inline-block;*/
		flex: 1;
		height: 2rem;
		line-height: 2rem;
		font-size: .6rem;
		text-align: center;}
	.block-products li a .text h5 {
		font-size: 0.8rem;
		line-height: 1rem;
		height: 2rem;
	}
	.block-products li a .text .colors {
		color: #666666;
		font-size: .8rem;
	}
	.block-products li a .text .price {
		color: #de2a29;
		font-size: 1rem;
		text-align: left;
		height: auto;
		line-height: 1rem;
		height: 2rem;
		margin: 0.6rem 0 0;
	}
	.block-products ul li{margin-bottom:1rem}
	.block-products li a .image img {
		width: 8rem;
		height: 9rem;
	}
	.list-products li a .image {
		width: 40%;
		padding: 0.345rem 0;
	}
	.list-products li a .image img {
		width: 5rem;
		height: 5rem;
	}
	.list-products li a .text {
		padding: 0.345rem 1rem;
	}
	.list-products li a .text h5 {
		font-size: 0.75rem;
		line-height: 1rem;
	}
	.list-products li a .text .price {
		font-size: 1.2rem;
		line-height: 2rem;
		height: 2rem;
	}
}