.c_category_box {
	padding-bottom: 0;
}

.c_banner_title {
	font-size: 0.5rem;
}

/*product photos*/
.innerPro_right {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product-intro {
	position: relative;
	margin-bottom: 80px;
}

.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: #fff;
}

.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 { position: relative; float: left; width: 48.39%; } */
.product-view {
	width: 52%;
	margin: 0 0.4rem 20px 0;
	position: relative;
}

.product-view .product-image {
	overflow: hidden;
	border: 1px solid #ddd;
}

/* #wrap{height: 0; padding-bottom: 100%; position: relative; top: 0; z-index: 1; width: 100%;} */

.product-view .product-image a {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 70%;
	display: block;
}

.product-view .product-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
}

.product-view .image-additional-wrap {
	position: relative;
	z-index: 999;
	margin-top: 34px;
	padding: 0 40px;
}

.product-view .image-additional {
	position: relative;
	overflow: hidden;
	padding: 0 2px;
}

.product-view .image-additional li {
	position: relative;
	float: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	overflow: visible;
	width: 100%;
	width: 20%;
	height: auto;
	border: 1px solid #ddd;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	overflow: hidden;
}

.product-view .image-additional li:before {
	position: absolute;
	bottom: -5px;
	left: 40%;
	z-index: 1;
	display: block;
	width: 20%;
	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;
}

.product-view .image-additional li.single {
	display: none;
}

.product-view .image-additional li img {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
	opacity: .4;
	-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;
}

.product-view .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: 70%;
}

.product-view .image-additional li.current {
	-bottom: 0;
	border: 1px solid #3965DA;
}

.product-view .image-additional li.current img {
	opacity: 1;
	filter: alpha(opacity=100);
}

.product-view .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: #408858;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	-webkit-animation: twinkling 1s infinite ease-in-out;
	animation: twinkling 1s infinite ease-in-out;
}

.product-view .image-additional.swiper-container-horizontal>.swiper-pagination-bullets {
	display: none;
}

.product-view:hover .swiper-button-disabled {
	opacity: .3;
	filter: alpha(opacity=30);
}

.innerPro_left {
	gap: 0;
	column-gap: 30px;
}

.innerPro_swiper {
	width: 45%;
	margin: 60px 0 20px;
	position: relative;
}

.innerPro_swiper .pro_pic {
	padding-bottom: 100%;
	border-radius: 50%;
	overflow: hidden;
}

.swiper_pro_pic .swiper-slide {
	padding: 30px;
}

.swiper_pro_thumb {
	padding: 0 30px;
	position: relative;
}

/* .swiper_pro_thumb .swiper-wrapper{margin: 0 30px;} */
.innerPro-next,
.innerPro-prev {
	width: 26px;
	height: 46px;
	background: #999;
	opacity: 1;
	margin-top: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60% auto;
	border-radius: 0;
	margin-top: -23px;
}

.innerPro-next {
	right: 0;
	background-image: url(../img/icon_right_w.png);
}

.innerPro-prev {
	left: 0;
	background-image: url(../img/icon_left_w.png);
}

.innerPro-next:before,
.innerPro-prev:before {
	content: '';
}

.innerPro-next:hover,
.innerPro-prev:hover {
	background-color: #3965DA;
}



.innerPro_info {
	width: calc(48% - 0.4rem);
}

.innerPro_info .pro_title {
	font-size: 26px;
	font-size: max(20px, 0.26rem);
	line-height: 1.25;
	font-weight: bold;
	margin-bottom: 0.06rem;
}


.innerPro_info .innerContent {
	padding: 10px 0;
	color: #666;
}

.innerPro_share {
	align-items: flex-start;
	line-height: 32px;
}

.share_bar {
	flex-wrap: wrap;
}



.innerPro_share a:hover {
	transform: rotate(15deg);
}

.innerPro_info .more {
	margin: 20px 0 0;
}

.innerPro_info .more .more_btn {
	display: block;
	width: auto;
	max-width: 200px;
	line-height: 20px;
	color: #fff;
	background: #040E27;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 14px 20px;
	margin-top: 20px;
}

.innerPro_info .more .more_btn:first-child {
	margin-right: 4%;
}

.innerPro_info .more .more_btn img {
	width: 22px;
	display: block;
	margin-right: 8px;
}

.innerPro_info .more a:hover {
	background: #3965DA;
}


@media screen and (max-width:1024px) {
	.product-view {
		width: 42%;
	}

	.innerPro_info {
		width: calc(58% - 0.4rem);
	}

	.innerPro_info .more .more_btn {
		padding: 8px 15px;
	}
}

@media only screen and (max-width: 950px) {
	.c_banner_title {
		font-size: 22px;
	}

	.product-view {
		width: 100%;
	}

	.product-view .product-image {
		display: none;
	}

	.product-view .image-additional-wrap {
		margin-top: 10px;
		padding: 0 0;
	}

	.product-view .image-additional li.current {
		border-color: #ccc;
	}

	.product-view .image-additional li img {
		opacity: 1;
	}

	.innerPro_info {
		width: 100%;
	}

	.innerPro_info .more {
		margin-top: 15px;
	}

	.product-view .image-additional li{width: 100%;}

}

/* innerPro_detail */
.innerPro_detail {
	padding: 0.4rem 0 0;
}

.innerPro_th {
	font-size: 30px;
	font-size: max(20px, 0.3rem);
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	line-height: 1.5;
}

.innerPro_detail .innerContent {
	color: #666;
	padding-top: 0.3rem;
}

/* pro_table */
.pro_table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

.pro_table tr td,
.pro_table tr th {
	border: 1px solid #ccc;
	line-height: 26px;
	padding: 0 10px;
	color: #333;
	text-align: left;
}

.pro_table tr th {
	padding: 8px 10px;
	color: #fff;
	background: rgba(237, 39, 54, 0.7);
	background: rgba(57, 101, 218, 0.75);
	font-weight: bold;
}

.pro_table tr .t_c {
	text-align: center;
}

.pro_table tbody:nth-child(odd) {
	background: rgba(57, 101, 218, 0.06);
}

/* innerPro_form */
.innerPro_form {
	width: 100%;
	padding: 0.4rem 0 0;
}

.innerPro_form .brief {
	line-height: 26px;
	padding: 8px 0;
}

.innerPro_input {
	flex-wrap: wrap;
	justify-content: space-between;
}

.input_item {
	width: 31%;
	margin-bottom: 0.4rem;
}

.innerPro_input .input_item:last-child {
	width: 100%;
	margin-bottom: 0;
}


.input_item p span {
	color: #ED2736;
	padding-right: 5px;
	margin-left: -11px;
}

.input_item input,
.input_item textarea {
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #aaa;
	width: 100%;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	margin-top: 4px;
}

.input_item textarea {
	line-height: 28px;
	height: 112px;
	margin-top: 10px;
}

.innerPro_btn .submit_btn {
	background: #040E27;
	color: #fff;
	line-height: 28px;
	padding: 8px 0.6rem;
	height: 44px;
	width: auto;
	border: none;
	font-size: 16px;
	margin: 0.4rem 0 0;
	transition: all 0.3s ease;
}

.innerPro_btn .submit_btn:hover {
	background: #3965DA;
}

@media only screen and (max-width: 950px) {
	.innerPro_th {
		padding-bottom: 6px;
		font-size: 20px;
	}

	.innerPro_form {
		padding-bottom: 30px;
	}

	.input_item {
		width: 100%;
		margin-bottom: 15px;
	}

	.innerPro_form .brief {
		padding-bottom: 15px;
	}

	.innerPro_btn .submit_btn {
		margin-top: 15px;
	}
}
