/*  布局  */
.row-content-layout {
	position: relative;
	z-index: 2;
}
.col-content-layout .container-cms-page {
	padding-right: 0;
  padding-left: 0;
}
.col-bg-green .cms-item {
	width: auto;
}
.row-content-layout .publication-gallery {
	margin: 0;
}
@media (max-width: 767px) {
	.goods-detail.theme-green {
		background-color: #88cbd2;
	}
	.non-float-xs {
		float: none !important;
	}
	.col-content-layout.non-float-xs {
		margin-bottom: 40px;
	}
}
@media (min-width: 767px) {
	.col-bg-green:after {
		content:'';
		position: absolute;
		right: 15px;
		top: 0;
		bottom: 0;
		width: 300%;
		background-color: #88cbd2;
		z-index: -1;
	}
	.p-l-5-sm {
		padding-left: 5px;
	}
}
@media (min-width: 992px) {
	.goods-detail .container,
	.container-main {
		width: auto;
	}
}
@media (min-width: 768px) {
	.goods-detail .container,
	.container-main {
		width: auto;
	}
}
/* 内容头部 */
.title-box-fluid {
	position: relative;
	padding-top: 80px;
	background: #f2f2f2;
}
@media (max-width: 768px) {
	.title-box-fluid {
		padding-bottom: 60px;
	}
}
.swiper-container-goods-big {
	position: relative;
	padding-bottom: 100%;
}
.swiper-container-goods-big .swiper-slide{
	font-size: 0;
	padding: 10%;
	text-align: center;
}
.swiper-container-goods-big .swiper-slide:after{
	content: '';
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.swiper-container-goods-big>.swiper-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.swiper-container-goods-big img {
	display: inline-block;
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
	margin: auto;
}

.swiper-prev-goods,
.swiper-next-goods {
	position: absolute;
	top: 50%;
	width: 56px;
	height: 56px;
	font-size: 20px !important;
	line-height: 56px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.swiper-prev-goods {
	right: 100%;
}
.swiper-next-goods {
	left: 100%;
}
.swiper-pagination-bullet-active {
	background-color: #88cbd2 !important;
}
@media (min-width: 767px) {
	.has-overlap-b-80>div:first-child {
		position: relative;
		padding-bottom: 80px;
		margin-bottom: -80px;
	}
	.has-overlap-b-80 .container-main>.row-content-layout>.col-sm-4:nth-child(2) {
		margin-top: 100px;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.title-box-fluid .row-content-layout {
		display: flex;
		align-content: center;
		align-items: center;
	}
}
@media (min-width: 1024px) {
	.goods-info {
		padding-top: 80px;
	}
}
.goods-info-type {
  font-size: 14px;
  color: #88cbd2;
}
.goods-info-type a:hover {
	color: #000;
}
.goods-info-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}
.goods-info-price {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 28px;
}
.goods-info-table {
	line-height: 1.6;
}
.goods-info-table {
	margin-bottom: 25px;
}
.goods-info-table tr{
	display: block;
	margin-bottom: 6px;
}
.goods-info-table th {
  line-height: 1.2;
  padding-right: 15px;
  vertical-align: top;
  max-width: 85px;
  min-width: 85px;
}
.goods-info-table tr > td{
	line-height: 1.2;
	vertical-align: top;
}
.btn-link {
  display: inline-block;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  background: #89ccd3;
  color: #000;
	text-decoration: none !important;
  -moz-transition: background .2s ease, color .2s ease;
  -webkit-transition: background .2s ease, color .2s ease;
  -ms-transition: background .2s ease, color .2s ease;
  transition: background .2s ease, color .2s ease;
}
.btn-link:hover {
	background: #000;
  color: #89ccd3;
}
/*相关艺术家*/
.relative-list-artist {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
}
.relative-list-artist .link-has-hover:hover,
.relative-list-artist .link-has-hover:hover .inline {
	color: #fff;
}
@media (min-width: 768px) {
	.relative-list-artist {
		font-size: 16px;
	}
}
/*分享*/
.share-toggle {
	position: absolute;
	z-index: 99;
  bottom: 20px;
  right: 20px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #fff;
  font-size: 22px;
	-moz-transition: background .2s ease, color .2s ease;
  -webkit-transition: background .2s ease, color .2s ease;
  -ms-transition: background .2s ease, color .2s ease;
  transition: background .2s ease, color .2s ease;
}
.share-toggle:hover {
	color: #fff;
	background: #000;
}
#share-box .bdsharebuttonbox a {
	position: relative;
	padding: 0;
}
#share-box .inner {
  position: absolute;
  width: calc(100vw - 30px);
  height: auto;
  top: 50%;
  left: 15px;
  margin-top: auto;
  padding: 90px 20px 20px;
  background: #fff;
  box-sizing: border-box;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (min-width: 768px) {
	#share-box .inner {
		left: 50%;
		width: 350px;
		margin-left: -175px;
	}
	#share-box .weixin {
		cursor: default;
	}
	.share-code {
		position: absolute;
		top: 50%;
		left: -170px;
		width: 140px;
		height: 140px;
		margin-top: -70px;
		visibility: hidden;
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
		opacity: 0;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}
	#share-box .wechat:hover .share-code {
		visibility: visible;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		opacity: 1;
	}
	.share-code:after {
		content: '';
		position: absolute;
		top: 50%;
		right: -14px;
		margin-top: -7px;
		border: transparent 7px solid;
		border-left-color: #fff;

	}
	.share-code img {
		display: block;
		width: 100%;
		height: 100%
	}
	#share-box .bdsharebuttonbox a:after {
		width: 0;
		border-left: 1px solid;
		background-color: transparent;
	}
}
@media (min-width: 992px) {
	#share-box .bdsharebuttonbox a {
		-moz-transition: background .2s ease, color .2s ease;
	  -webkit-transition: background .2s ease, color .2s ease;
	  -ms-transition: background .2s ease, color .2s ease;
	  transition: background .2s ease, color .2s ease;
	}
	#share-box .bdsharebuttonbox a:hover {
		color: #fff;
		background-color: #000;
	}
	#share-box .inner {
		width: 605px;
		margin-left: -302px;
	}
	#share-box .bdsharebuttonbox {
		margin-right: -5px;
	}
	#share-box .bdsharebuttonbox .i {
		float: left;
		width: 280px;
		margin-right: 5px;
	}
}

html body .hover-color-buff:hover {
	color: #d8b577 !important;
}
html body .hover-color-white:hover {
	color: #fff;
}
html body .hover-color-black:hover {
	color: #000;
}
