﻿.innerPro_video .video_pic img,
.proImg_item .pro_pic img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.innerPro_video .video_pic:hover img,
.proImg_item:hover .pro_pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

/* innerPro */
.c_related_news {
	padding-bottom: 4.5%;
}

.c_share {
	padding: 2% 0 0;
}

@media only screen and (max-width: 950px) {
	.c_related_news {
		padding-bottom: 28px;
	}

	.c_share {
		padding: 10px 0 0;
	}
}

/* innerPro_box */

/*product photos*/
.product-view {
	width: 100%;
	position: relative;
	align-items: center;
}

.cloud-zoom-lens {
	border: 1px solid #eee;
	cursor: move;
}

.cloud-zoom-title {
	position: absolute !important;
	top: 0px;
	padding: 3px;
	width: 100%;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
}

.cloud-zoom-big {
	overflow: hidden;
	padding: 0px;
	background-color: #f7f7f7;
}

.cloud-zoom-loading {
	padding: 3px;
	border: 1px solid #000;
	background: #222;
	color: white;
}

.product-view .product-image.zoom_remove:after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	content: "";
}

.product-view .product-bg {
	flex: 1;
	overflow: hidden;
	border: 1px solid #E5E5E5;
	background: #f7f7f7;
	height: 600px;
}

.product-view .product-image {
	max-width: 600px;
	margin: 0 auto;
}

.product-view .product-image a {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	display: block;
}

.product-view .product-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
}

.image-additional-wrap {
	position: relative;
	z-index: 999;
	padding: 0;
	width: 146px;
	margin-left: 24px;
}

.image-additional-wrap .image-additional {
	position: relative;
	overflow: hidden;
	padding: 0;
	height: 600px;
}

.image-additional-wrap .image-additional li {
	position: relative;
	float: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	overflow: visible;
	width: 100%;
	height: auto;
	border: 1px solid #E5E5E5;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	overflow: hidden;
}

.image-additional-wrap .image-additional li:before {
	position: absolute;
	bottom: -5px;
	left: 40%;
	z-index: 1;
	display: block;
	width: 100%;
	height: 4px;
	border-radius: 6px;
	content: '';
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.image-additional-wrap .image-additional li.single {
	display: none;
}

.image-additional-wrap .image-additional li img {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
	opacity: .5;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	filter: alpha(opacity=40);
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.image-additional-wrap .image-additional li a {
	position: relative;
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 0;
	padding-bottom: 100%;
}

.image-additional-wrap .image-additional li.current {
	-bottom: 0;
	border: 1px solid var(--color-main);
}

.image-additional-wrap .image-additional li.current img {
	opacity: 1;
	filter: alpha(opacity=100);
}

.image-additional-wrap .image-additional img.popup {
	display: none;
}

/* .ad_prompt { position: absolute; top: 50%; left: 0; display: block; display: none; margin: -20px 0 0; width: 100%; color: var(--color-main); text-align: center; font-size: 20px; line-height: 40px; -webkit-animation: twinkling 1s infinite ease-in-out; animation: twinkling 1s infinite ease-in-out; } */
.image-additional-wrap .image-additional.swiper-container-horizontal>.swiper-pagination-bullets {
	display: none;
}

.image-additional-wrap:hover .swiper-button-disabled {
	opacity: .3;
	filter: alpha(opacity=30);
}

.innerPro-next,
.innerPro-prev {
	width: 48px;
	height: 28px;
	margin-top: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60% auto;
	border-radius: 0;
	margin-top: 0;
	top: 0;
	left: 50%;
	right: unset;
	margin-left: -24px;
}

.innerPro-prev {
	top: 0;
}

.innerPro-next {
	bottom: 0;
	top: unset;
}

.innerPro-next:before,
.innerPro-prev:before {
	font-size: 26px;
	display: block;
	line-height: 28px;
	padding-right: 0;
}

.innerPro-next:before {
	content: '\f0d7';
}

.innerPro-prev:before {
	content: '\f0d8';
	line-height: 27px;
}

.innerPro-next:hover,
.innerPro-prev:hover {
	background-color: var(--color-main);
}

.innerPro-pagination {
	display: none;
}

@media only screen and (max-width: 950px) {
	.image-additional-wrap {
		width: 100%;
	}

	.product-view .product-bg {
		display: none;
	}

	.image-additional-wrap .image-additional {
		height: auto;
	}

	.product-view .image-additional-wrap {
		margin: 0;
		padding: 0 0 34px;
	}

	.innerPro-next:before,
	.innerPro-prev:before {
		line-height: 48px;
	}

	.product-view .image-additional li.current {
		border-color: #dcdcdc;
	}

	.product-view .image-additional li img {
		opacity: 1;
	}

	.innerPro-next,
	.innerPro-prev {
		display: none;
	}

	.innerPro-pagination {
		display: block;
		bottom: 0;
	}
}

/* innerPro_tab */
.innerPro_tab {
	padding: 3% 0 0;
}

.innerPro_btn {
	display: none !important;
}

.innerPro_tab img {
	transition: all .3s ease;
}

.innerPro_tab img:hover {
	transform: scale(1.02);
}

.tab_th_div .tab_th {
	border: 1px solid #15161C;
	font-family: 'Roboto-Bold';
	font-size: 18px;
	margin-right: 10px;
	padding: 14px 0;
	width: 23.5%;
	max-width: 230px;
	text-align: center;
	cursor: pointer;
}

.tab_th_div .tab_active,
.tab_th_div .tab_th:hover {
	background: var(--color-main);
	color: #fff;
	border-color: var(--color-main);
}

.tab_con {
	display: none;
}

.pro_content {
	padding: 2.5% 0 0;
	color: #999;
}

.pro_content p {
	padding-bottom: 2%;
}

.pro_desclist {
	max-width: 1150px;
}

.pro_desclist li {
	margin-top: -1px;
}

.pro_desclist li .th {
	position: relative;
	padding: 15px 55px 15px 24px;
	border: 1px solid #E5E5E5;
	cursor: pointer;
	line-height: 1.3;
}

.pro_desclist li .th .title {
	font-size: 18px;
}

.pro_desclist li .right_icon {
	position: absolute;
	right: 14px;
	top: 50%;
	width: 36px;
	height: 36px;
	cursor: pointer;
	margin-top: -18px;
}

.pro_desclist li .right_icon::before {
	position: absolute;
	right: 0;
	top: 0;
	font-family: fontawesome;
	font-size: 28px;
	line-height: 36px;
	height: 100%;
	width: 100%;
	text-align: center;
	transition: all 0.3s ease;
	content: '+';
	color: #999;
	display: block;
}

.pro_desclist li .desc_cont {
	padding: 20px 30px 30px 24px;
	line-height: 1.75;
	display: none;
	color: #999;
}

.pro_desclist li.sel_item .th {
	background: #E9E9E9;
}

.pro_desclist li.sel_item .right_icon::before {
	content: '-';
	font-size: 32px;
}

.pro_desclist li.sel_item .desc_cont {
	display: block;
}

@media only screen and (max-width: 950px) {
	.innerPro_tab {
		padding-top: 26px;
	}

	.tab_th_div .tab_th {
		width: 100%;
		max-width: unset;
		margin-right: 0;
		padding: 8px 0;
		margin-bottom: 10px;
	}

	.pro_desclist {
		padding-top: 10px;
	}

	.pro_desclist li .th {
		padding: 12px 40px 12px 16px;
	}

	.pro_desclist li .right_icon {
		right: 6px;
	}

	.pro_desclist li .th .title {
		font-size: 18px;
	}

	.pro_desclist li .desc_cont {
		padding: 12px 16px;
	}
}

/* innerPro_media */
.innerPro_media {}

.innerPro_video {
	width: calc(50% - 10px);
}

.innerPro_video .video_pic {
	padding-bottom: 60.7%;
	padding-bottom: 0;
	height: 100%;
}

.innerPro_video .video_pic lite-youtube {
	height: 100%;
}

.innerPro_video .video_icon {
	position: absolute;
	width: 82px;
	height: 82px;
	background: url(../image/play_o.png) no-repeat center/20px auto;
	left: 50%;
	top: 50%;
	margin: -41px 0 0 -41px;
	background-color: rgba(230, 88, 25, 0.8);
	border-radius: 50%;
}

.innerPro_swiper {
	width: calc(50% - 10px);
	position: relative;
}

.proImg_item .pro_pic {
	padding-bottom: 60.7%;
}

.proImg-prev,
.proImg-next {
	display: none;
}

.innerPro_swiper .proImg-pagination {
	bottom: 20px;
}

.innerPro_btn {
	margin-top: 5%;
	text-align: center;
}

.innerPro_btn .btn {
	border: 1px solid #333;
	padding: 16px 0;
	display: inline-block;
	line-height: 24px;
	position: relative;
	font-size: 18px;
	font-family: 'Roboto-Bold';
	width: 230px;
}

.btn_down::before {
	content: '';
	display: inline-block;
	background: url(../image/icon_down1.png) no-repeat center/100%;
	height: 21px;
	width: 24px;
	vertical-align: text-top;
	margin-right: 5px;
}

.innerPro_btn .btn:hover {
	background: var(--color-main);
	border-color: var(--color-main);
	color: #fff;
}

.innerPro_btn .btn_down:hover::before {
	background-image: url(../image/icon_down1_1.png);
}

@media only screen and (max-width: 950px) {
	.innerPro_media {
		flex-direction: column;
	}

	.innerPro_video {
		width: 100%;
	}

	.innerPro_swiper {
		width: 100%;
		margin-top: 20px;
		padding-bottom: 32px;
	}

	.innerPro_swiper .proImg-pagination {
		bottom: 0;
	}

	.innerPro_btn {
		margin-top: 20px;
	}

	.innerPro_btn .btn {
		padding: 12px 0;
	}

	.innerPro_video .video_icon {
		width: 60px;
		height: 60px;
		margin: -30px 0 0 -30px;
		background-size: 15px auto;
	}
}