.product-view {width: 46%; 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;}
.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; padding: 0 60px; max-width: 500px;}
.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 #aaa; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; overflow: hidden; border-radius: 8px; padding: 12px;}
.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 #0D44A8; }
.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: 30px; height: 30px; margin-top: 0; background-repeat: no-repeat; background-position: center; background-size: 60% auto; border-radius: 0; margin-top: -19px; border: 2px solid #666; background: none; border-radius: 50%; color: #666;}
.innerPro-next:before, .innerPro-prev:before{font-size: 26px; display: block; height: 30px; line-height: 27px;text-align: center;}
.innerPro-prev:before{content: '\f104';}
.innerPro-next:before{content: '\f105';}
.innerPro-next:hover, .innerPro-prev:hover{background-color: #0D44A8; border-color: #0D44A8; color: #fff;}
.innerPro-pagination{display: none;}

.product-summary{width: 49.5%;padding-top: 25px;}
.pro_div .title{font-size: clamp(28px, 4.2vw, 36px);font-family: 'Work_Sans_B';color: #333;margin-bottom: 3%;}
.brief{font-size: clamp(16px, 2vw, 24px);color: #666;}
.pro_btn{margin-top: 4%;}
.pro_btn .btn{border: 1px solid #0D44A8;padding: 10px 20px;display: block;line-height: 24px;position: relative;background: #0D44A8;color: #fff;font-size: 20px;}
.pro_btn .btn_send{margin-right: 20px;}

.innerPro_desc{padding-top: 30px; overflow: hidden;}
.pro_table,.innerPro_desc table{border-spacing: 0; border-collapse: collapse; width: 100%; margin-top: 2.6%; font-family: 'MyriadPro-Regular'; word-break: break-word;}
.pro_table tr td, .pro_table tr th,.innerPro_desc table tr td,.innerPro_desc table tr th{border: 1px solid #999; line-height: 1.25; padding: 14px 30px; text-align: left; font-size: 18px;}
.pro_table tr td.th,.innerPro_desc table tr td:nth-child(odd){background: #F5F5F5;}



@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-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 0;}
	.image-additional-wrap .image-additional li{border-radius: 2px;}
	.product-view .image-additional li.current{border-color: #dcdcdc;}
	.product-view .image-additional li img{opacity: 1;}
	.image-additional-wrap .image-additional li{padding: 0;}
	.innerPro-next{right: -20px;}
	.innerPro-prev{left: -20px;}

    .pro_table,.innerPro_desc table{margin-top: 20px; max-width: 100%;}
	.pro_table tr td, .pro_table tr th,.innerPro_desc table tr td,.innerPro_desc table tr th{padding: 10px 8px;}
	
}