.tab_list li .txt::before, .innerPro_btn .submit{
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

/* innerPro_box */
.innerPro_box{background: #FAFAFA;}
.product-summary{width: 49.5%; padding-top: 3%;}
.product-intro{}
/* pro_div */
.pro_div .brief{line-height: 1.75; color: #777;}

.pro_btn{margin-top: 8%;}
.pro_btn .pubMoreBg{text-transform: uppercase; border-radius: 10px; font-size: 20px; padding: 10px 30px; height: auto; line-height: 36px;}

.pro_share{margin-top: 8%;}
.pro_share .txt{font-size: 24px; margin-right: 8px;}


@media only screen and (max-width: 1450px) {
	.pro_div .title{font-size: 42px;}
}
@media only screen and (max-width: 1350px) {
	.pro_div .title{font-size: 36px;}
	.pro_share .txt{font-size: 22px;}
}
@media only screen and (max-width: 1200px) {
	.pro_div .title{font-size: 30px;}
	.pro_share .txt{font-size: 20px;}
}
@media only screen and (max-width: 950px) {
	.product-intro{flex-direction: column;}
	.product-summary{width: 100%; padding-top: 20px;}
	.pro_div .title{font-size: 24px; margin-bottom: 8px;}
}

/*product photos*/
.product-view {width: 46.5%; 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: #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 .product-image {max-width: 540px; margin: 0 auto; overflow: hidden; border: 1px solid #ddd; border-radius: 56px;}
.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; margin: 6% auto 0;}
.image-additional-wrap .image-additional { position: relative; overflow: hidden; padding: 0; margin: 0 auto;}
.image-additional-wrap .image-additional li { position: relative; float: left; display: -webkit-box; display: -webkit-flex; display: flex; overflow: visible; width: 33%; height: auto; border: 1px solid #D9D9D9; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; overflow: hidden; border-radius: 20px;}
.image-additional-wrap .image-additional li:before { position: absolute; bottom: -5px; left: 40%; z-index: 1; display: block; width: 33%; 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(--commonColor);}
.image-additional-wrap .image-additional li.current img { opacity: 1; filter: alpha(opacity=100); }
.image-additional-wrap .image-additional img.popup { display: none; }
.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-prev{left: 0;}
.innerPro-next{right: 0;}
.innerPro-next, .innerPro-prev{width: 22px; height: 36px; margin-top: -18px; background: #333; border-radius: 2px;}
.innerPro-next:before, .innerPro-prev:before{font-size: 26px; display: block; height: 36px; line-height: 36px;}
.innerPro-prev:before{content: '\f104';}
.innerPro-next:before{content: '\f105';}
.innerPro-next:hover, .innerPro-prev:hover{background-color: var(--commonColor);}

.innerPro-pagination{display: none;}

@media only screen and (max-width: 950px) {
	.product-view{width: 100%;}
	.pro_param, .pro_btn{margin-top: 15px;}
	.product-view .product-image{display: none;}
	.product-view .image-additional-wrap{margin-top: 0; padding: 0 14px;}
	.image-additional-wrap .image-additional li{border-radius: 24px; border: none !important;}
	.product-view .image-additional li img{opacity: 1;}
	.image-additional-wrap .image-additional li{padding: 0;}
	.innerPro-next, .innerPro-prev{background: var(--commonColor);}
	.innerPro-next{right: -10px;}
	.innerPro-prev{left: -10px;}
	.pro_btn .pubMore{width: 160px;}
	.pro_share{margin-top: 20px;}
}

/* innerPro_tab */
.innerPro_tab{margin-top: 6%;}
.tab_th{overflow-x: auto; position: relative; border-bottom: 2px solid #333;}
.tab_list{margin: 0 0 18px;}
.tab_list li{margin-right: 5%; font-size: 22px; white-space: nowrap; cursor: pointer;}
.tab_list li:last-child{margin-right: 0;}
.tab_list li .txt{position: relative; padding-bottom: 12px;}
.tab_list li .txt::before{position: absolute; left: 50%; bottom: 0; width: 0; height: 5px; border-radius: 6px; background: #333; content: '';}
.tab_list li .txt:hover::before,
.tab_list li.tab-current .txt::before{width: 28px; margin-left: -14px;}

.tab_con{padding: 30px 0 0; display: none;}

.pro_desc_div{color: #666; line-height: 28px;}
.pro_desc_imgs{overflow: hidden; clear: both; padding: 3% 0;}
.pro_desc_imgs li{width: 32%; float: left; margin-right: 2%;}
.pro_desc_imgs li:last-child{margin-right: 0;}
.pro_desc_imgs li .pic{padding-bottom: 75%; border-radius: 40px;}

@media only screen and (max-width: 1450px) {
	.pro_desc_imgs li .pic{border-radius: 32px;}
}
@media only screen and (max-width: 980px) {
	.tab_list{margin-bottom: 14px;}
	.tab_con{padding: 20px 0 0;}
	.tab_con .innerContent{padding-top: 0;}

	.pro_desc_imgs li{width: 100%; margin-right: 0;}
	.pro_desc_imgs li:nth-child(n+2){margin-top: 20px;}
	.pro_desc_imgs li .pic{border-radius: 24px;}
}

/* pro_table */
.pro_table{border-spacing: 0; border-collapse: collapse; width: 100%; font-family: 'MyriadPro-Regular'; word-break: break-word;}
.pro_table tr td, .pro_table tr th{border: 1px solid #999; line-height: 1.25; padding: 14px 30px; text-align: left; font-size: 18px;}

@media only screen and (max-width: 980px) {
	.pro_table{max-width: 100%;}
	.pro_table tr td, .pro_table tr th{padding: 10px 8px;}
}

/* innerPro_form */
.pro_form .web_th .title{text-transform: capitalize; line-height: 1.25;}
.pro_form .web_th .brief{font-size: 20px; margin-top: 3%;}

.pro_form{width: 47.5%;}
.pro_form_pic{width: 48.5%;}
.pro_form_pic .pic{padding-bottom: 100%; border-radius: 56px;}

.form_div{margin-top: 4%;}
.form_div .input_item input, .form_div .input_item textarea{border: 2px solid #333; font-size: 18px; background: none; width: 100%; border-radius: 50px; padding: 14px 4.5%;}
.form_div .input_item input{margin-bottom: 3%; line-height: 40px; background: url(../img/icon_star.png) no-repeat 3% center; background-size: 6px auto; height: auto;}
.form_div .input_item textarea{line-height: 30px; max-width: 100%; min-width: 100%; max-height: 200px; min-height: 200px;}
.innerPro_btn{text-align: center; margin-top: 3%;}
.innerPro_btn .submit{width: auto; padding: 0 30px; height: 48px; background: #333; border-radius: 40px; color: #fff; border: 0; text-transform: uppercase; font-size: 16px; margin: 0;}
.innerPro_btn .submit:hover{background: var(--commonColor);}

@media only screen and (max-width: 1500px) {
	.pro_form_pic .pic{border-radius: 50px;}
}
@media only screen and (max-width: 1300px) {
	.pro_form_pic .pic{border-radius: 40px;}
	.form_div .input_item input, .form_div .input_item textarea{padding: 8px 30px; background-position: 20px center; border-radius: 40px;}
	.pro_form .web_th .brief{font-size: 18px;}
	.form_div .input_item textarea{max-height: 180px; min-height: 180px;}
}
@media only screen and (max-width: 980px) {
	.pro_form_inner{flex-direction: column;}
	.pro_form_pic{width: 100%; order: 1;}
	.pro_form_pic .pic{border-radius: 24px; padding-bottom: 80%;}
	.pro_form{width: 100%; order: 2; margin-top: 20px; padding: 0;}
	.pro_form .web_th .brief{font-size: 16px;}
	.form_div .input_item input, .form_div .input_item textarea{border-width: 1px; border-radius: 26px;}
	.form_div .input_item input{padding: 3px 15px 3px 26px; margin-bottom: 15px; background-position: 15px center;}
	.form_div .input_item textarea{padding: 10px 15px 10px 26px;}
	.innerPro_btn{margin-top: 15px;}
}

/* innerPro_customer */
.customer_inner{position: relative; margin-top: 3%;}
.swiper_customer .swiper-slide{width: calc((100% - 90px) / 3); margin-right: 45px; height: auto;}
.customer_item{height: 100%; background: var(--lightColor); border-radius: 30px; padding: 10% 8%;}

.evel_star .star{display: inline-block; width: 32px; height: 32px; background: url(../img/start.png) no-repeat center; background-size: 100% auto;}
.customer_item .brief{color: #666; line-height: 28px; margin-top: 3%;}

.customer_bottom{margin-top: 20px;}
.customer_bottom .row .th{font-family: 'Arial-Bold'; font-size: 24px; margin-right: 5px;}
.customer_bottom .row .date{color: #666; font-size: 20px;}
.customer_bottom .row .txt{font-size: 20px;}

@media only screen and (max-width: 1300px) {
	.customer_inner{padding: 0 0 35px;}
	.customer_item{padding: 30px 20px;}
	.evel_star .star{width: 28px; height: 28px;}
	.customer_bottom .row .th{font-size: 22px;}
	.customer_bottom .row .date{font-size: 18px;}
	.customer_bottom .row .txt{font-size: 18px;}
}
@media only screen and (max-width: 980px) {
	.swiper_customer .swiper-slide{width: 100%; margin-right: 15px;}
	.customer_item{padding: 26px 20px;}
	.customer_bottom .row .th{font-size: 20px;}
	.customer_bottom{margin-top: 15px;}
}


