.list-section-wrapper {
	padding-bottom: var(--section-space);
}

.view-more-box {
	text-align: center;
}

.view-more {
	margin: 20px auto 0;
	min-width: 200px;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.swiper.j-newswiper, .products-box {
		padding-bottom: 15px;
	}
	
	.view-more {
		margin-top: 15px;
		min-width: 120px;
	}
}

/* 轮播图 Start */
@media screen and (max-width: 767px) {
	.home-image-slide.image-slide {
		padding-bottom: 0;
	}
}
/* 轮播图 End */

/* 图标文本 Start */
.imgtxt-icon-wrapper {
	display: flex;
	border: 1px solid var(--theme-border-color);
}

.imgtxt-icon-item {
	flex: 1;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 20px;
	margin: 0;
	max-width: 50%;
	align-items: center;
	background-color: var(--theme-back-gray);
}

.imgtxt-icon-title {
	margin: 0;
	line-height: 1.4375;
	white-space: wrap;
	font-weight: 700;
	font-size: 18px;
}

.imgtxt-icon-image {
	margin-right: 32px;
	margin-bottom: 0;
	height: 40px;
	width: auto;
	flex-shrink: 0;
}

.imgtxt-icon-image>img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left;
}

.imgtxt-icon-text {
	margin: 0;
	padding: 0;
	width: auto;
	color: var(--theme-font-color);
	line-height: 1.2;
	text-align: left;
}

.imgtxt-icon-desc {
	width: 100%;
	white-space: wrap;
	font-size: 16px;
}

@media screen and (min-width: 768px) {
	.imgtxt-icon-item:not(:last-child) {
		border-right: 1px solid var(--theme-border-color);
	}
}
@media screen and (max-width: 1200px){
.imgtxt-icon-image {
		margin-right: 10px;
		height: 30px;
	}
.imgtxt-icon-item{
		padding: 10px;
}
}
@media screen and (max-width: 767px) {
	.imgtxt-icon-wrapper {
		flex-wrap: wrap;
		border-right: 0;
		border-bottom: 0;
	}

	.imgtxt-icon-item {
		flex: none;
		justify-content: flex-start;
		width: 50%;
		max-width: 50%;
		border-right: 1px solid var(--theme-border-color);
		border-bottom: 1px solid var(--theme-border-color);
	}

	
	.imgtxt-icon-item .imgtxt-icon-title {
		font-size: 14px;
		line-height: 20px;
	}

	.imgtxt-icon-item .imgtxt-icon-desc {
		font-size: 12px;
		line-height: 14px;
	}
}

/* 图标文本 End */

/* 单个图文 Start */
.imgtxt-single {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	--imgtxt-single-img-ratio: 0.5;
}

.imgtxt-single-image {
	display: block;
	position: relative;
	width: 54.23611111111111%;
	overflow: hidden;
	background-color: var(--theme-border-color);
	transition: .5s all ease;
	-moz-transition: .5s all ease;
	-webkit-transition: .5s all ease;
}

.imgtxt-single-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.imgtxt-single-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 40px;
	height: auto;
	line-height: 1.2;
	border: 1px solid var(--theme-border-color);
	background-color: var(--theme-back-gray);
}

.imgtxt-single-text .content-title {
	margin-bottom: 25px;
	width: calc(100% - 80px);
	font-size: 40px;
	font-weight: bold;
	text-align: left;
}

.imgtxt-single-text .rich-text {
	display: block;
	margin-bottom: 0;
	font-size: 14px;
	text-align: left;
	white-space: pre-wrap;
	line-height: 2;
}
@media screen and (max-width: 1200px) and (min-width: 767px){
	.imgtxt-single-text .rich-text{
			overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 5;
				-webkit-box-orient: vertical;
	}
}
@media screen and (max-width: 1200px){
	.imgtxt-single-text {
		padding: 12px 18px;
	}
	.imgtxt-single-text .content-title {
	margin-bottom: 1px;
	width: 100%;
	font-size: 24px;
	line-height: 1.33333333;
	}
	.imgtxt-single-text .rich-text {
		width: 100%;
		font-size: 12px;
		line-height: 1.66666666;
	
	}
}
@media screen and (max-width: 767px) {
	.imgtxt-single {
		flex-direction: column;
	}

	.imgtxt-single:not(:last-child) {
		margin-bottom: 32px;
	}

	.imgtxt-single-image {
		width: 100%;
	}

	.imgtxt-single-text {
		width: 100%;
	}
	
}

@media screen and (min-width: 768px) {
	.imgtxt-single-text {
		flex: 1;
	}
}

/* 单个图文 End */

/* 商品轮播 Start */
.product-slide-wrapper {
	position: relative;
	--prev-btn-left: -18px;
	--next-btn-right: -18px;
}

.prev-btn,
.next-btn {
	opacity: 1;
}
@media screen and (max-width: 1200px){
	.product-slide-wrapper {
		--prev-btn-left: 0;
		--next-btn-right: 0;
	}

}
/* 商品轮播 End */

/* 图片列表 Start */
.section-wrapper.pure-images {
	padding-bottom: calc(var(--section-space) - var(--h-space));
}
/* 图片列表 End */

/* 图文列表 step Start */
.imgtxt-list-body {
	justify-content: flex-start;
	padding: 40px 20px 20px;
	background-color: var(--theme-back-gray);
}

.imgtxt-list-item {
	padding: 20px 10px 25px;
	background-color: #fff;
	align-items: center;
}

.imgtxt-list-top {
	max-width: 135px;
}

.imgtxt-list-image {
	position: relative;
	--imgtxt-list-image-margin-bottom: 25px;
}

.imgtxt-list-content {
	flex: 1;
	text-align: center;
}
.imgtxt-step-text{
	font-size: 20px;
	font-weight: 700;
}
.imgtxt-list-desc {
	font-size: 14px;
	line-height: 22px;
}
.imgtxt-list-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 768px) {
	.imgtxt-list-body {
		padding: 10px;
	}

	.imgtxt-list-item {
		flex: initial;
		flex-direction: row;
		padding: 15px 10px 8px;
	}

	.imgtxt-list-item:not(:last-child) {
		margin-bottom: 10px;
	}

	.imgtxt-list-item:last-child {
		margin-bottom: 0;
	}

	.imgtxt-list-top {
		max-width: 96px;
	}

	.imgtxt-list-image {
		margin-bottom: 0;
		width: 96px;
	}

	.imgtxt-list-image img {
		object-fit: contain;
	}

	.imgtxt-list .imgtxt-list-item .imgtxt-list-content {
		flex: 1;
		margin-left: 12px;
		text-align: left;
	}

	.imgtxt-step-text {
		font-size: 16px;
	}

	.imgtxt-step-title {
		margin-bottom: 8px;
		font-size: 14px;
	}

	.imgtxt-list-desc {
		font-size: 12px;
		line-height: 20px;
	}

	.imgtxt-list-btn {
		width: 100%;
		padding: 2px 5px 0;
		max-width: 250px;
	}

	.imgtxt-list-desc {
		padding-bottom: 0px;
	}
}

/* 图文列表 End */

/* 商品评价 Start */
.choicereview .section-title {
	color: var(--main-color);
}

.choicereview .section-sub-title {
	margin: -2px auto 24px;
	width: 60%;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

.choicereview-list {
  display: flex;
  flex-wrap: wrap;
}

.choicereview-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: var(--h-space);
}
.choicereview-item-top{
	flex: 1;
	background-color: var(--theme-back-gray);
}
.choicereview-image {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  
}

.choicereview-image.no-img {
  background-position: center;
}

.choicereview-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.choicereview-image.no-img img{
  height: unset;
  top: 50%;
  transform: translateY(-50%);
}

.choicereview-info{
  display: flex;
  justify-content: flex-start;
	margin: 0;
	padding: 0;
	background-color: var(--theme-back-gray);
}

.choicereview-info-right {
	flex-direction: row-reverse;
}

.choicereview-origin {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}

.choicereview-time {
	padding-top: 0;
	margin-right: 9px;
	color: var(--theme-font-color-sub);
	font-size: 12px;
	line-height: 20px;
}

.choicereview-stars {
  display: flex;
  justify-content: start;
}

.choicereview-stars li {
	margin-right: 4px;
	font-size: 12px;
	line-height: 20px;
	color: var(--highlight-bg-color);
	zoom: 0.83333333;
}

.choicereview-content {
	padding: 0;
	margin-bottom: 0;
	font-size: 14px;
  line-height: 22px;
	background-color: var(--theme-back-gray);
}

.choicereview-bottom {
  display: flex;
  align-items: center;
  margin-top: 4px;
  padding: 5px 6px;
  height: 60px;
  color: var(--theme-color-font);
  border: 1px solid var(--theme-border-color);
  border-radius: var(--theme-border-radius);
  transition: .3s border-color ease;
}

.choicereview-product-image {
  margin-right: 20px;
  height: 50px;
  width: 50px;
	font-size: 0;
	
}

.choicereview-product-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.choicereview-product-name {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
	line-height: 24px;
}

.choicereview-middle {
	padding: 10px 20px;
	
}

.choicereview-middle .learn-more {
	display: inline-block;
	margin-top: 4px;
	color: var(--main-color);
	font-size: 12px;
	line-height: 20px;
	text-decoration: underline;
}

.choicereview-middle .learn-more:hover {
	color: var(--highlight-bg-color);
}

.choicereview-item:hover .choicereview-bottom {
	border-color: var(--theme-border-color);
}

@media screen and (max-width: 767px) {
	.choicereview {
		overflow: hidden;
	}

  .choicereview .section-sub-title {
		margin-bottom: 10px;
		width: 100%;
		font-size: 12px;
		line-height: 20px;
	}
	.choicereview-list {
		flex-wrap: nowrap;
	}
	.choicereview-item {
		width: 100%;
	}
	.choicereview-content {
		line-height: 21px;
	}
	.choicereview-middle {
		padding: 10px 35px;
	}
	.choicereview-bottom {
		height: 50px;
	}
	.choicereview-product-image {
		height: 40px;
		width: 40px;
	}
	.choicereview-product-name {
		font-size: 14px;
		line-height: 22px;
	}
	.choicereview .swiper {
		padding-bottom: 5px;
	}
}

@media screen and (min-width: 768px) {
  .choicereview-item {
    margin-right: var(--v-space);
  }
}
/* 商品评价 End */

/* 博客专辑 Start */
.content-blog-list {
	display: flex;
	flex-wrap: wrap;
}

.content-blog-item {
	margin-bottom: var(--h-space);
	margin-right: var(--v-space);
	background-color: var(--theme-back-gray);
}

.content-blog-cover {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 66.66666666%;
	background-color: var(--main-bg-color);
}

.content-blog-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.content-blog-image.no-img {
	height: unset;
	top: 50%;
	transform: translateY(-50%);
}

.content-blog-body {
	padding: 10px 20px;
}

.content-blog-title {
	margin-bottom: 7px;
	color: var(--theme-color-font);
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}

.content-blog-info {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 6px;
}

.content-blog-author {
	font-weight: 600;
	line-height: 20px;
}

.content-blog-time {
	font-size: 12px;
	line-height: 20px;
}

.content-blog-content {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 14px;
	line-height: 20px
}

.content-blog-read {
	display: inline-block;
	margin-top: 3px;
	color: var(--main-color);
	font-size: 14px;
	line-height: 20px;
	text-decoration: underline;
}

.list-more-button {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.content-blog-read:hover {
		color: var(--highlight-bg-color);
	}
}

@media screen and (max-width:767px) {
	.content-blog-list {
		flex-wrap: nowrap;
	}

	.content-blog-item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
	}

	.content-blog-title {
		width: auto;
		font-size: 16px
	}

	.content-blog-content {
		font-size: 15px;
		line-height: 21px;
	}

	.content-blog-bottom {
		padding: 10px 35px;
	}

	.content-blog .swiper {
		padding-bottom: 15px;
	}
}
/* 博客专辑 End */