body {
	background: url('/template/default/html/images/480420c7f4064871bee2484e3e0f35e6.gif') no-repeat;
	background-size: 100%;
}
.page-introduce {
	margin: 150px auto 20px;
	width: 85vw;
	max-width: 1440px;
	color: #fff;
}
.page-introduce div:nth-child(1) {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4em;
}
.page-introduce div:nth-child(2) {
	margin-top: 10px;
	line-height: 1.7em;
	font-size: 16px;
	font-weight: 400;
}
.page-introduce>div:nth-child(3) {
	padding: 10px 0;
}
.page-introduce>div:nth-child(3) .layui-breadcrumb a {
	color: #fff !important;
}
.page-introduce>div:nth-child(3) .layui-breadcrumb a:last-child {
	color: rgba(255,255,255,0.64) !important;
}
.page-container {
	display: flex;
	padding: 0 7.5vw 65px;
	background: #fff;
}
.container-box {
	margin: 0 auto;
	width: 85vw;
	max-width: 1440px;
}
.product-info {
	display: flex;
	margin: 65px 10px 0;
	width: 100%;
}
.product-media {
	width: 45%;
	margin-right: 10px;
}
@media screen and (max-width: 768px) {
.product-info {
	flex-direction: column;
}
.product-media {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
.product-right {
	margin-left: 0;
}
}
.product-slider {
	position: relative;
}
.product-slider-main {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	overflow: hidden;
}
.product-slider-main img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: opacity 0.3s ease;
}
.product-slider-main img.hidden {
	opacity: 0;
	position: absolute;
	pointer-events: none;
}
.product-slider-thumbnails {
	display: flex;
	flex-wrap: nowrap;
	gap: 6px;
	margin-top: 12px;
	padding: 8px;
	border: 1px solid #e0e0e0;
	overflow-x: auto;
}
.product-slider-thumbnails::-webkit-scrollbar {
	height: 6px;
}
.product-slider-thumbnails::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 3px;
}
.product-slider-thumbnails::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 3px;
}
.product-slider-thumbnails::-webkit-scrollbar-thumb:hover {
	background: #999;
}
.product-slider-thumb {
	flex-shrink: 0;
	width: 70px;
	height: 70px;
	border: 2px solid transparent;
	cursor: pointer;
	transition: border-color 0.2s ease, transform 0.2s ease;
}
.product-slider-thumb:hover {
	border-color: #0089f5;
	transform: scale(1.05);
}
.product-slider-thumb.active {
	border-color: #D20104;
}
.product-slider-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-slider-play {
	position: absolute;
  top: 85%;
  left: 85%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s ease, transform 0.2s ease;
}
.product-slider-play:hover {
	background: rgba(0, 0, 0, 0.8);
	transform: translate(-50%, -50%) scale(1.1);
}
.product-slider-play i {
	color: #fff;
	font-size: 68px;
	margin-left: 3px;
}
.video-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
	z-index: 9999;
	justify-content: center;
	align-items: center;
}
.video-modal.show {
	display: flex;
}
.video-modal-content {
	position: relative;
	width: 90%;
	max-width: 800px;
	padding-bottom: 50.25%;
	height: 0;
}
.video-modal-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.video-modal-close {
	position: absolute;
	top: -40px;
	right: 0;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.video-modal-close:hover {
	color: #f00;
}
.product-tag {
	position: absolute;
	width: 50px;
	height: 50px;
}
@media screen and (max-width: 475px) {
.product-tag {
	position: absolute;
	width: 30px;
	height: 30px;
}
}
.product-tag img {
	width: 100%;
	height: 100%;
}
.product-tag.location1 {
	top: 0;
	left: 0;
}
.product-tag.location2 {
	top: 0;
	right: 0;
}
.product-tag.location3 {
	bottom: 0;
	right: 0;
}
.product-tag.location4 {
	bottom: 0;
	left: 0;
}
.product-right {
	flex: 1;
	margin: 10px 10px 20px;
}
.product-title {
	line-height: 45px;
	font-size: 26px;
	color: #666;
}
.product-num-box {
	display: flex;
	margin-top: 10px;
	align-items: center;
}
.product-stepper {
	display: flex;
	align-items: center;
}
.product-stepper .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	border: 1px solid #ccc;
}
.product-stepper .icon i {
	font-size: 18px;
}
.product-stepper input {
	margin-right: 5px;
	height: 25px;
	width: 40px;
	text-align: center;
	border: 1px solid #ccc;
}
.product-right .btn-group {
	margin-top: 20px;
}
.product-right .btn-group .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	width: 100%;
	max-width: 280px;
	min-width: 130px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #D20104;
	border-radius: 45px;
	color: #D20104;
	cursor: pointer;
}
.product-right .btn-group .btn:hover {
	background-color: #D20104;
	color: #fff;
}
.product-right .btn-group .btn i {
	margin-left: 5px;
	font-size: 20px;
	font-weight: bold;
}
.product-info2 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	padding: 15px;
	border-top: 1px solid #dfdfdf;
}
.product-info-item {
	width: calc(33.33% - 25px);
	line-height: 26px;
	padding-right: 25px;
	word-break: break-all;
	font-size: 16px;
	color: #666;
}
@media screen and (max-width: 475px) {
.product-info-item {
	width: 100%;
}
}
.product-info3 {
	margin-top: 10px;
}
.product-info-box {
	border: 1px solid #ddd;
	border-top: 0;
}
.product-info-box:first-child {
	border-top: 1px solid #ddd;
}
.product-info-title {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	background: #f1f1f1;
	padding: 8px 15px;
}
.product-info-container {
	padding: 10px 15px;
	line-height: 1.8em;
	font-size: 16px;
	color: #666;
}
.product-info-container img {
	width: unset;
	max-width: 100%;
}
.product-info-container table {
	word-break: break-all;
}
.icon-cart {
	position: fixed;
	left: 100%;
	bottom: 120px;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background: #7a8599;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	transition: all .5s;
	z-index: 99;
}
.icon-cart.active {
	transform: translateX(-60px);
}
.icon-cart i {
	font-size: 25px;
	color: #fff;
}
.icon-cart .cart-num {
	display: none;
	position: absolute;
	top: 0;
	right: -5px;
	width: 20px;
	height: 20px;
	font-size: 16px;
	background: red;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	line-height: 20px;
}
.icon-cart .cart-num.active {
	display: block;
}
.cart-box {
	position: fixed;
	right: 0;
	top: 105%;
	width: 230px;
	background-color: #fff;
	border: 1px solid #aaa;
	box-shadow: 0 0 8px #999;
	transition: all .5s;
	z-index: 999;
}
.cart-box.active {
	transform: translateY(-330px);
}
.cart-title {
	position: relative;
	font-weight: bold;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	background-color: #7a8599;
}
.cart-title i {
	position: absolute;
	left: 6px;
	top: 5px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	cursor: pointer;
}
.cart-list {
	padding: 2px 1px;
	height: 190px;
	overflow-y: auto;
}
.cart-item {
	display: flex;
	padding: 8px 0;
	height: 40px;
	border-bottom: 1px solid #e8e8e8;
}
.cart-item-img {
	margin-left: 10px;
	width: 40px;
	max-height: 40px;
}
.cart-item-title {
	margin-left: 10px;
	width: 140px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #246bb3;
	text-decoration: none;
	font-size: 12px;
}
.cart-item-del {
	display: none;
	margin-top: 8px;
	margin-left: 10px;
	line-height: 16px;
	font-size: 12px;
	color: #888;
	cursor: pointer;
}
.cart-item:hover .cart-item-del {
	display: block;
}
.cart-btn-group {
	display: flex;
	justify-content: space-between;
	padding: 10px;
	font-size: 12px;
}
.cart-btn-group .btn {
	padding: 4px 10px;
	line-height: 16px;
	font-size: 12px;
	border-radius: 3px;
	cursor: pointer;
}
.cart-btn-group .btn-clear {
	color: #e64545;
	background-color: #f1f1f1;
}
.cart-btn-group .btn-inquire {
	font-size: 12px;
	color: #fff;
	background-color: #e64545;
}
.btn-group {
	margin-top: 50px;
	overflow: auto;
}
.btn-group .btn {
	padding: 5px 14px;
	max-width: 40%;
	border-radius: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border: 1px solid #ddd;
}
.btn-pre {
	float: left;
}
.btn-next {
	float: right;
}
@media screen and (max-width: 768px) {
.btn-group {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 20px;
}
.btn-group .btn {
	max-width: none;
	width: auto;
	min-width: 140px;
	text-align: left;
	padding: 10px 14px;
	font-size: 16px;
	margin: 0;
	margin-bottom: 10px;
}
.btn-pre, .btn-next {
	float: none;
}
}
