

/* innerPro_box */
.product-summary{width: 47%;}
/* pro_div */
.pro_div .title{font-family: 'Archivo Black-Regular'; font-size: 42px; line-height: 1.25;}
.pro_div .brief{line-height: 1.75; color: #777; margin-top: 10px;}

.pro_btn{margin-top: 5%;}
.pro_btn .pubMore{text-transform: uppercase; border-radius: 50px; font-size: 24px; font-weight: bold; padding: 12px 35px; height: auto; line-height: 36px;}
.pro_btn .pubMore::before{border-radius: 50px;}

.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: 38px;}
	.pro_btn .pubMore{font-size: 22px; padding: 10px 30px;}
}
@media only screen and (max-width: 1300px) {
	.pro_div .title{font-size: 32px;}
	.pro_btn .pubMore{font-size: 20px; padding: 6px 30px;}
}
@media only screen and (max-width: 980px) {
	.product-intro{flex-direction: column;}
	.product-summary{width: 100%; padding-top: 20px;}
	.pro_div .title{font-size: 24px; margin-bottom: 8px;}
	.pro_btn .pubMore{font-size: 18px; padding: 5px 20px;}
}

/*product photos*/
.product-view {width: 50%; 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 {margin: 0 auto; overflow: hidden; border: 1px solid #F3F3F3; border-radius: 20px;}
.product-view .product-image a{position: relative; width: 100%; height: 0; padding-bottom: 100%; display: block; background: #F5F5F5;}
.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: 99; margin: 3% auto 0;}
.image-additional-wrap .image-additional { position: relative; overflow: hidden; padding: 0 1px; margin: 0 auto;}
.image-additional-wrap .image-additional li { position: relative; float: left; display: -webkit-box; display: -webkit-flex; display: flex; overflow: visible; width: calc((100% - 64px) / 5); margin-right: 16px; 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: 8px; cursor: pointer;}
.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 .4s 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 12px;}
	.image-additional-wrap .image-additional{border-radius: 12px; background: #F5F5F5;}
	.image-additional-wrap .image-additional li{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); display: block !important;}
	.innerPro-next{right: -10px;}
	.innerPro-prev{left: -10px;}
	.pro_share{margin-top: 20px;}
}

/* innerPro_tab */
.innerPro_tab{margin-top: 6%;}
.tab_th{overflow-x: auto; position: relative; border-bottom: 2px solid #999;}
.tab_list li{margin-right: 3%; 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; font-size: 20px; font-weight: bold; text-transform: capitalize;}
.tab_list li .txt:hover,
.tab_list li.tab_current .txt{color: var(--commonColor);}

.tab_con{padding: 30px 0 0; display: none;}
.tab_con .innerContent{padding-top: 0;}

@media only screen and (max-width: 980px) {
	.tab_con{padding: 20px 0 0;}
	.tab_list li{margin-right: 20px;}
}

/* innerPro_desc */
/* 详情表格 */
.table_wrap{overflow-x: auto; width: 100%;}
.pro_desc_div table,
.pro_table{border-spacing: 0; border-collapse: collapse; width: 100%; margin-bottom: 10px;}
.pro_desc_div tr td, .pro_desc_div tr th,
.pro_table tr td, .pro_table tr th{border: 1px solid #999; line-height: 1.25; padding: 15px 15px; text-align: center; font-size: 18px; color: #666;}
.pro_desc_div tr:first-child td, .pro_desc_div tr th,
.pro_table tr:first-child td, .pro_table tr th{background: #F5F5F5; color: #333; font-weight: bold;}

.sub_th{font-family: 'Archivo Black-Regular'; font-size: 32px; margin: 5px 0 20px; color: #333;}
.pro_desc_div{color: #666; line-height: 28px;}
.pro_desc_imgs{overflow: hidden; clear: both; padding: 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: 68%; border-radius: 12px;}

@media only screen and (max-width: 1450px) {
	.sub_th{font-size: 30px;}
}
@media only screen and (max-width: 980px) {
	.pro_desc_imgs li{width: 100%; margin-right: 0;}
	.pro_desc_imgs li:nth-child(n+2){margin-top: 20px;}
	.pro_table{max-width: 100%; padding-bottom: 5px;}
	.pro_table tr td, .pro_table tr th{padding: 10px 8px;}
}

/* pro_application */
.pro_application{margin-top: 6%; align-items: center;}
.pro_app_item{width: 49%;}
.pro_app_item:nth-child(n+3){margin-top: 2%;}
.pro_app_item .sub_th{margin-top: 0;}
.pro_app_item .brief{color: #777; line-height: 28px;}
.pro_app_item .pic{padding-bottom: 58%; border-radius: 12px;}

@media only screen and (max-width: 1350px) {
	.pro_application{zoom: 0.88;}
}
@media only screen and (max-width: 980px) {
	.pro_application{zoom: 1; margin-top: 30px;}
	.pro_app_item{width: 100%;}
	.pro_app_item:nth-child(n+2){margin-top: 20px;}
	.pro_app_item .sub_th{margin-bottom: 12px;}
}

/* pro_customer */
.pro_customer{background: #FAFAFA;}
.customer_list{margin-top: 2.2%;}
.customer_item{width: calc((100% - 30px) / 3); margin-right: 15px; border: 2px solid #D9D9D9; border-radius: 8px; padding: 2% 2.2%;}
.customer_item:nth-child(3n){margin-right: 0;}
.customer_item:nth-child(n+4){margin-top: 20px;}
.customer_item .customer_user img{display: block; width: 60px; height: 60px; object-fit: cover; border-radius: 50%; margin-right: 12px;}
.customer_item .customer_user .user_div{flex: 1;}
.customer_item .customer_user .country{font-size: 16px;}
.customer_item .customer_user .name,
.customer_item .customer_user .country b{font-size: 18px; font-weight: bold;}
.customer_item .brief{color: #666; line-height: 28px; margin: 15px 0; flex: 1;}
.customer_item .star_div .star{width: 30px; height: 30px; background: url(../img/star.png) no-repeat center; background-size: 30px auto; margin-right: 4px;}
.customer_item:hover .customer_user img{animation: bounceInA 0.5s;}
.customer_item:hover{background: #fff; box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.12);}

@media only screen and (max-width: 1300px) {
	.customer_list{zoom: 0.9;}
}
@media only screen and (max-width: 980px) {
	.customer_list{zoom: 1; margin-top: 15px;}
	.customer_item{width: 100%; margin-right: 0; padding: 20px 16px;}
	.customer_item:nth-child(n+2){margin-top: 15px;}
}

