.product-d *{
	box-sizing: border-box;
}
.layout-twocolumn,.layout-twocolumn .content-column{
	background-color: transparent;
}
.product-d .box1{
	padding: 26px 17px 33px;
	border: 1px solid rgba(237, 237, 237, 1);
}
.product-d .box1 .product-title{
	font-size: 16px;
	font-family: Tahoma;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.contents-div{
	margin-bottom: 0;
	background-color: transparent;
}
.product-d .box1{
	background-color: #fff;
}
.product-d .box1 .box-c{
	margin-top: 23px;
	display: flex;
	justify-content: space-between;
}
.product-d .box1 .box-c .l{
	border: 1px solid #E4E4E4;
	width: 59.89%;
	padding: 11px 19px 36px;
	display: flex;
}
.product-d .box1 .box-c .l .pic{
	width: 292px;
	height: 281px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-d .box1 .box-c .l .pic img{
	max-width: 100%;
	max-height: 100%;
}
.product-d .box1 .box-c .l .socials{
	display: flex;
	align-items: center;
	margin-top: 24px;
	justify-content: center;
}
.product-d .box1 .box-c .l .socials a:not(:last-child){
	margin-right: 5px;
}
.product-d .box1 .box-c .l .socials img{
	display: block;
}
.product-d .box1 .box-c .l .l-r{
	margin-left: 22px;
	flex: 1;
}
.product-d .box1 .box-c .l .attr-list li{
	display: flex;
	font-size: 13px;
	font-family: Tahoma;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
}
.product-d .box1 .box-c .l .attr-list .li-l{
	width: 180px;
}
.product-d .box1 .box-c .l .attr-list .li-r{
	color: rgba(122, 122, 122, 1);
}
.product-d .box1 .box-c .l .attr-list .li-r a{
	/* color: rgba(239, 63, 10, 1);
	text-decoration: underline; */
}
.product-d .box1 .box-c .l .attr-list .li-r img{
	vertical-align: middle;
	margin-right: 5px;
}
.product-d .box1 .box-c .l .attr-list .li-r img + span{
	color: #333;
}
.product-d .box1 .box-c .r{
	width: 39.44%;
	border: 1px solid #EEEEEE;
	background: #F5F5F5;
}
.product-d .box1 .box-c .r .r-title{
	height: 32px;
	background: #4C4D4E;
	line-height: 32px;
	font-size: 13px;
	font-family: Tahoma;
	font-weight: 400;
	color: #FFFFFF;
	padding: 0 13px;
}
.product-d .box1 .box-c .r-c{
	padding: 11px 10px 10px 8px;
}
.product-d .box1 .box-c .pricebg{
	font-size: 13px;
	font-family: Tahoma;
	font-weight: 400;
	color: #333333;
	line-height: 1;	
}
.product-d .box1 .box-c .pricebg span{
	font-size: 15px;
	color: rgba(239, 63, 10, 1);
	font-weight: bold;
	padding-left: 5px;
}
.product-d .box1 .box-c table{
	margin-top: 13px;
	width:100%;
}
.product-d .box1 .box-c table td{
	border:1px solid #eee;
	padding:6px 8px;
	font-size: 13px;
	font-family: Tahoma;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.product-d .box1 .box-c table th{
	background:#F2F2F2;
	text-align: left;
	border:1px solid #eee;
	padding:5px 8px;
}
.product-d .box1 .box-c .total{
	font-size: 17px;
	font-family: Tahoma;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	margin-top: 30px;
}
.product-d .box1 .box-c .total span{
	font-size: 20px;
	color: rgba(239, 63, 10, 1);
}
.product-d .box1 .box-c .r-action{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.product-d .box1 .box-c .r-action-l{
	display: flex;
	align-items: center;
}
.product-d .box1 .box-c .stock{
	display: flex;
}
.product-d .box1 .box-c .stock .btn{
	width: 32px;
	height: 32px;
	line-height: 1;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #C8C8C8;
	border-radius: 4px 0 0 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-d .box1 .box-c .stock .btn.reduce{
	border-right: none;
}
.product-d .box1 .box-c .stock .btn.add{
	border-radius:  0 4px 4px 0;
	border-left: none;
}
.product-d .box1 .box-c .stock input{
	outline: none;
	border: 1px solid #C8C8C8;
	width: 64px !important;
	text-align: center;
	font-size: 13px;
	font-family: Tahoma;
	font-weight: 400;
	color: #000000;
	line-height: 1;
	height: 32px !important;
}
.product-d .box1 .box-c .min-quantity{
	margin-left: 18px;
	font-size: 13px;
	font-family: Tahoma;
	font-weight: 400;
	color: #7A7A7A;
	line-height: 1;
}
.product-d .box1 .box-c .min-quantity .number{
	color: #333;
}
.product-d .box1 .box-c .min-quantity>span:not(:last-child){
	margin-right: 28px;
}
.product-d .box1 .box-c .btn-buy{
	display: block;
	width: 150px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #EF3F0A;
	font-size: 16px;
	font-family: Tahoma;
	font-weight: bold;
	color: #FFFFFF;
	border-radius: 16px;
}
.product-d .box1 .box-c .tips{
	background: #FFFFFF;
	border: 1px solid #D1D1D1;
	border-radius: 7px;
	font-size: 13px;
	font-family: Tahoma;
	font-weight: 400;
	color: #606060;
	line-height: 17px;
	padding: 9px 11px;
	margin-top: 30px;
}
.product-d .box2{
	padding: 25px 0 0;
	background-color: #fff;
	margin-top: 14px;
}
.product-d .box2 .box-title{
	font-size: 16px;
	font-family: Tahoma;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	padding: 0 18px;
}
.product-d .box2 .box-t,
.brand-page .box1 .box-t{
	margin-top: 35px;
	display: flex;
	padding: 0 17px 14px;
	border-bottom: 2px solid rgba(238, 238, 238, 1);
}
.product-d .box2 .box-t li,
.brand-page .box1 .box-t li{
	position: relative;
	font-size: 16px;
	font-family: Tahoma;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	cursor: pointer;
}
.product-d .box2 .box-t li::before,
.brand-page .box1 .box-t li::before{
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	bottom: -17px;
	width: 0;
	height: 4px;
	background: #EF3F0A;
	background-color: rgba(239, 63, 10, 1);
	transition: all 1s;
}
.product-d .box2 .box-t li.active::before,
.brand-page .box1 .box-t li.active::before{
	width: 60px;
}
.product-d .box2 .box-t li:not(:last-child),
.brand-page .box1 .box-t li:not(:last-child){
	margin-right: 116px;
}
.brand-page .box1 .box-t li.active{
	font-weight: bold;
}
.product-d .box2 .box-c .items1{
	padding: 29px 16px 0;
}
.product-d .box2 .box-c .items1 .text-box{
	font-size: 13px;
	font-family: Tahoma;
	color: rgba(122, 122, 122, 1);
	line-height: 26px;
	padding-bottom: 38px;
}
.product-d .box2 .box-c .items1 .text-title{
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.product-d .box2 .box-c .items2{
	padding: 37px 50px 37px 50px;
}
.product-d .box2 .box-c .items2 .list{
	display: flex;
	justify-content: space-between;
}
.product-d .box2 .box-c .items2 .li-title{
	font-size: 15px;
	font-family: Tahoma;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	text-align: center;
}
.product-d .box2 .box-c .items2 .list .img{
	margin-top: 17px;
	display: flex;
	min-height: 52px;
	align-items: center;
}
.product-d .box2 .box-c .items2 .text{
	font-size: 13px;
	font-family: Tahoma;
	font-weight: 400;
	color: #7A7A7A;
	line-height: 20px;
	margin-top: 44px;
}
.product-d .box2 .box-c .items2 .text .text-item{
	display: none;
}
.product-d .box2 .box-c .items2 .text .text-item.active{
	display: block;
}
.product-d .box2 .box-c .items3{
	padding: 45px 17px 14px;
}
.product-d .box2 .box-c .items3 .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product-d .box2 .box-c .items3 .list li{
	width: 49.56%;
	display: flex;
	align-items: center;
	margin-bottom: 36px;
}
.product-d .box2 .box-c .items3 .list li .pic img{
	width: 146px;
	height: 47px;
	display: block;
}
.product-d .box2 .box-c .items3 .list li .text-box{
	font-size: 13px;
	font-family: Tahoma;
	font-weight: 400;
	color: rgba(122, 122, 122, 1);
	line-height: 20px;
	margin-left: 12px;
}
.product-d .box2 .box-c .items3 .list li .text-title{
	color: #5AB779;
}
.product-d .box2 .box-c .items4{
	padding: 29px 17px 27px;
}
.product-d .box2 .box-c .des{
	font-size: 13px;
	font-family: Tahoma;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
}
.product-d .box2 .box-c .des .bold{
	font-weight: bold;
}
.product-d .box2 .box-c .items4 .checkBoxes{
	display: flex;
	margin-top: 27px;
	justify-content: space-between;
}
.product-d .box2 .box-c .items4 .checkBoxes .l,
.product-d .box2 .box-c .items4 .checkBoxes .r{
	width: 49.26%;
}
.product-d .box2 .box-c .items4 .checkBoxes .list li{
	position: relative;
	display: flex;
	padding: 15px 14px 15px 11px;
}
.product-d .box2 .box-c .items4 .checkBoxes .list li:nth-child(2n){
	background-color: rgba(243, 244, 246, 1);
}
.product-d .box2 .box-c .items4 .checkBoxes .list li.li-header{
	font-size: 14px;
	font-family: Tahoma;
	font-weight: 400;
	color: #000000;
	line-height: 1;
}
.product-d .box2 .box-c .items4 .checkBoxes .list li .type{
	width: 252px;
	padding-right: 30px;
}
.product-d .box2 .box-c .items4 .checkBoxes .list li .parameter{
	flex: 1;
	margin-right: 30px;
}
.product-d .box2 .box-c .items4 .checkBoxes .list li .checkBox{
	position: relative;
	width: 19px;
	height: 19px;
}
.product-d .box2 .box-c .items4 .checkBoxes .list li .checkBox input{
	position: relative;
	width: 19px;
	height: 19px;
	visibility: hidden;
} 
.product-d .box2 .box-c .items4 .checkBoxes .list li .checkBox input::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 19px;
	height: 19px;
	visibility: visible;
	box-sizing: border-box;
	border: 1px solid #C9C9C9;
	border-radius: 3px;
	cursor: pointer;
}
.product-d .box2 .box-c .items4 .checkBoxes .list li .checkBox input::after{
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	height: 14px;
	width: 14px;
	transform: translate(-50%,-50%);
	background-color: rgba(239, 63, 10, 1);
	border-radius: 4px;
}
.product-d .box2 .box-c .items4 .checkBoxes .list li .checkBox input:checked::after{
	visibility: visible;
}
.product-d .box2 .box-c .items4 .checkBoxes .list li.li-content .type{
	font-size: 13px;
	font-family: Tahoma;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	display: flex;
}
.product-d .box2 .box-c .items4 .checkBoxes .list li.li-content .type .icon-info-circle-fill{
	position: relative;
	color: #333;
	margin-left: 5px;
	cursor: pointer;
}
.product-d .box2 .box-c .items4 .checkBoxes .list li.li-content .type .icon-info-circle-fill:hover .faq,
.product-d .box2 .box-c .items4 .checkBoxes .list li.li-content .type .icon-info-circle-fill:hover .trangle{
	display: block;
}
.product-d .box2 .box-c .items4 .checkBoxes .list li.li-content .type .faq{
	background-color: #333;
	border-radius: 4px;
	box-shadow: 0 0 15px -7px #ccc;
	color: #fff;
	display: none;
	font-size: 12px;
	left: -400%;
	padding: 10px;
	position: absolute;
	top: 24px;
	/* transform: translate(-50%); */
	width: 300px;
	z-index: 10;
}
.product-d .box2 .box-c .items4 .checkBoxes .list li.li-content .type .trangle{
	border: 5px solid transparent;
	border-bottom-color: #333;
	bottom: -5px;
	box-shadow: 0 0 15px -7px #ccc;
	display: none;
	height: 0;
	left: 50%;
	position: absolute;
	transform: translate(-50%);
	width: 0;
	z-index: 11;
}
.product-d .box2 .box-c .items4 .checkBoxes .list li.li-content .parameter{
	font-size: 13px;
	font-family: Tahoma;
	font-weight: 400;
	color: #7A7A7A;
	line-height: 1;
}
.product-d .box2 .box-c .items4 .submit{
	margin-top: 15px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.product-d .box2 .box-c .items4 .submit .text{
	font-size: 14px;
	font-family: Tahoma;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 1;
}
.product-d .box2 .box-c .items4 .submit .text span{
	color: #EF3F0A;
}
.product-d .box2 .box-c .items4 .submit .search-btn{
	margin-left: 58px;
	width: 165px;
	height: 38px;
	background: #EF3F0A;
	border-radius: 5px 5px 5px 5px;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	font-family: Tahoma;
	font-weight: bold;
	color: #FFFFFF;
}
.product-d .box2 .box-c .items5{
	padding: 29px 17px 37px;
}
.product-d .box2 .box-c .items5 .selectBox,
.product-d .box2 .box-c .items6 .selectBox{
	display: flex;
	align-items: center;
	margin-top: 17px;
}
.product-d .box2 .box-c .items5 .selectBox .select-text,
.product-d .box2 .box-c .items6 .selectBox .select-text{
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.products-pages .products-pages-a a.active{
	color: #fff;
	background-color: rgba(236, 78, 0, 1);
	border-color: rgba(236, 78, 0, 1);
}
.product-d .box2 .box-c .items5 .selectBox select,
.product-d .box2 .box-c .items6 .selectBox select{
	font-size: 13px;
	font-family: Tahoma;
	font-weight: 400;
	color: #959595;
	line-height: 32px;
	padding: 0 13px;
	width: 449px;
	height: 32px;
	background: #FFFFFF;
	border: 1px solid #E4E4E4;
	border-radius: 4px 4px 4px 4px;
	margin-left: 12px;
	outline: none;
}
.product-d .box2 .box-c .items5 .pdfBoxes{
	margin-top: 58px;
	display: flex;
	justify-content: space-between;
}
.product-d .box2 .box-c .items5 .pad-title{
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.product-d .box2 .box-c .items5 .pdfBox .list{
	margin-top: 19px;
}
.product-d .box2 .box-c .items5 .pdfBox .list li:not(:last-child){
	margin-bottom: 15px;
}
.product-d .box2 .box-c .items5 .pdfBox .list li a{
	display: flex;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: 400;
	color: #7A7A7A;
	line-height: 21px;
}
.product-d .box2 .box-c .items5 .pdfBox .list li a:hover{
	color: rgba(239, 63, 10, 1);
}
.product-d .box2 .box-c .items5 .pdfBox .list li img{
	width: 16px;
	height: 21px;
}
.product-d .box2 .box-c .items5 .pdfBox .list li span{
	margin-left: 8px;
	flex: 1;
}
.product-d .box2 .box-c .items5 .l .pdfBox:not(:last-child){
	margin-bottom: 35px;
}
.product-d .box2 .box-c .items5 .r .pdfBox:not(:last-child){
	margin-bottom: 64px;
}
.product-d .box2 .box-c .items5 .l,
.product-d .box2 .box-c .items5 .r{
	width: 100%;
}
.product-d .box2 .box-c .items6{
	padding: 23px 18px 27px;
}
.product-d .box2 .box-c .items6 .text-box{
	font-size: 14px;
	font-family: Tahoma;
	font-weight: 400;
	color: #7A7A7A;
	line-height: 21px;
	margin-top: 34px;
}
.product-d .box2 .box-c .items6 .text-title{
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
	margin-bottom: 8px;
        margin-top:10px;
}
.product-d .box2 .box-c .items6 .text-box .text:not(:last-child){
	margin-bottom: 32px;
}
.product-d .box2 .box-c .items7{
	padding: 30px 17px;
}
.product-d .box2 .box-c .items7 .des{
	font-size: 18px;
	font-family: Tahoma;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.product-d .box2 .box-c .items7 .des span{
	font-size: 13px;
	color: #7A7A7A;
	padding-left: 12px;
}
.product-d .box2 .box-c .items7 .reviews-list{
	margin-top: 44px;
}
.product-d .box2 .box-c .items7 .reviews-list li{
	padding-bottom: 15px;
	border-bottom: 1px dashed #e0e4e9;
}
.product-d .box2 .box-c .items7 .reviews-list li:not(:last-child){
	margin-bottom: 14px;
}
.product-d .box2 .box-c .items7 .reviews-list li .li-t{
	display: flex;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
	color: #4066B8;
	line-height: 1;
	align-items: center;
}
.product-d .box2 .box-c .items7 .reviews-list li .star{
	display: flex;
	margin-left: 26px;
}
.product-d .box2 .box-c .items7 .reviews-list li .star img:not(:last-child){
	margin-right: 4px;
}
.product-d .box2 .box-c .items7 .reviews-list li .li-c{
	font-size: 14px;
	font-family: Tahoma;
	font-weight: 400;
	color: #7A7A7A;
	line-height: 20px;
	margin-top: 13px;
}
.product-d .box2 .box-c .items7 .reviews-list .li-b{
	font-size: 14px;
	font-family: Tahoma;
	font-weight: 400;
	color: #7A7A7A;
	line-height: 20px;
	margin-top: 23px;
}
.product-d .box2 .box-c .items7 .reviews-list .li-b>span:not(:last-child){
	padding-right: 52px;
}
.product-d .box2 .box-c .items7 .reviews-list .li-b .bold{
	color: rgba(51, 51, 51, 1);
}
.product-d .box2 .box-c .items7 .products-pages{
	text-align: center;
	margin-top: 20px;
}
.product-d .box2 .box-c .items7 .form{
	margin-top: 26px;
}
.product-d .box2 .box-c .items7 .form form{
	margin-top: 15px;
}
.product-d .box2 .box-c .items7 .form .inputs{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product-d .box2 .box-c .items7 .form .input{
	/* width: 49.41%; */
	height: 37px;
	display: flex;
	justify-content: space-between;
}
.product-d .box2 .box-c .items7 .form .input .input-r{
	display: flex;
	align-items: center;
	width: 49.41%;
	justify-content: space-between;
}
.product-d .box2 .box-c .items7 .form .input:not(:last-child){
	margin-bottom: 13px;
}
.product-d .box2 .box-c .items7 .form .input .score{
	display: flex;
	align-items: center;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: 400;
	color: #6F6F6F;
	line-height: 1;
}
.product-d .box2 .box-c .items7 .form .input .grade{
	margin-left: 44px;
}
.product-d .box2 .box-c .items7 .form .input .grade .iconfont{
	font-size: 28px;
	color: rgba(185, 185, 185, 1);
	cursor: pointer;
}
.product-d .box2 .box-c .items7 .form .input .grade .iconfont.icon-shiwujiaoxing{
	color: rgba(236, 78, 0, 1);
}
.product-d .box2 .box-c .items7 .form .input .grade .iconfont:not(:last-child){
	margin-right: 11px;
}
.product-d .box2 .box-c .items7 .form .inputs .l,
.product-d .box2 .box-c .items7 .form .inputs .r{
	width: 49.41%;
} 
.product-d .box2 .box-c .items7 .form .input.textarea{
	height: 87px;
}
.product-d .box2 .box-c .items7 .form .input input,
.product-d .box2 .box-c .items7 .form .input textarea{
	flex: 1;
	width: 100%;
	border: 1px solid #E4E4E4;
	border-radius: 4px 4px 4px 4px;
	padding: 13px;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: 400;
	color: #333;
	line-height: 20px;
	resize: none;
	outline: none;
}
.product-d .box2 .box-c .items7 .form .input input{
	width: 49.41%;
	flex: none;
}
.product-d .box2 .box-c .items7 .form .input input::placeholder,
.product-d .box2 .box-c .items7 .form .input textarea::placeholder{
	font-size: 14px;
	font-family: Tahoma;
	font-weight: 400;
	color: #6F6F6F;
	line-height: 20px;
}
.product-d .box2 .box-c .items7 .form .input .ewm{
	width: 109px;
	height: 37px;
	background: #FFFFFF;
	border-radius: 4px;
	/* flex: 1; */
	margin-left: ;
	/* margin: 0 8px; */
}
.product-d .box2 .box-c .items7 .form .input .submit-btn{
	width: 179px;
	height: 37px;
	background: #EF3F0A;
	border-radius: 4px 4px 4px 4px;
	font-size: 16px;
	font-family: Tahoma;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 37px;
	text-align: center;
	flex: none;
	border: none;
	padding: 0;
	cursor: pointer;
}
.product-d .box2 .box-c .items8{
	padding: 20px 17px 35px;
}
.product-d .box2 .box-c .items8 .table{
	margin-top: 28px;
	overflow: auto;
}
.product-d .box2 .box-c .items8 .table tr{
	border-bottom: 1px dashed #e0e4e9;
}
.product-d .box2 .box-c .items8 .table thead tr th{
	background: #F3F4F6;
	padding: 10px 11px;
	border-bottom: 1px solid #e0e4e9;
	text-align: left;
}
.product-d .box2 .box-c .items8 .table td{
	min-width: 120px;
	font-size: 13px;
	font-family: Tahoma;
	font-weight: 400;
	color: #333333;
	line-height: 18px;
	padding: 7px 11px;
	max-width: 146px;
}
.product-d .box2 .box-c .items8 .table .product-img{
	max-width: 84px;
	display: block;
}
.product-d .box2 .box-c .items8 .table td a{
	font-size: 13px;
	font-family: Tahoma;
	font-weight: 400;
	color: #7A7A7A;
	line-height: 1;
}
.product-d .box2 .box-c .items9{
	padding: 23px 17px 38px;
}
.product-d .box2 .box-c .items9 .listBox{
	overflow: auto;
}
.product-d .box2 .box-c .items9 .list{
	margin-top: 26px;
	border: 1px solid rgba(228, 228, 229, 1);
	display: flex;
	min-width: 1080px;
}
.product-d .box2 .box-c .items9 .list li{
	flex: 1;
	width: 100%;
	max-width: 232px;
}
.product-d .box2 .box-c .items9 .list li>div:not(:last-child){
	border-bottom: 1px solid #e4e4e5;
}
.product-d .box2 .box-c .items9 .list li.li-l{
	flex: none;
	width: 206px;
	font-size: 13px;
	font-family: Tahoma;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	line-height: 35px;
	background-color: #f3f4f6;
}
.product-d .box2 .box-c .items9 .list li>div{
	padding-right: 11px;
	padding-left: 11px;
}
.product-d .box2 .box-c .items9 .list li .image{
	height: 128px;
	display: flex;
	align-items: center;
}
.product-d .box2 .box-c .items9 .list li .compare{
	height: 90px;
	display: flex;
	align-items: center;
	line-height: 21px;
	color: rgba(51, 51, 51, 1);
}
.product-d .box2 .box-c .items9 .list li .image img{
	max-width: 100%;
	max-height: 90%;
}
.product-d .box2 .box-c .items9 .list li.li-r{
	font-size: 13px;
	font-family: Tahoma;
	font-weight: 400;
	color: rgba(122, 122, 122, 1);
	line-height: 35px;
	border-left: 1px solid rgba(228, 228, 229, 1);
}
.product-d .box2 .box-c .items9 .list li.li-r .number{
	color: #333;
}
.product-d .box2 .box-c .items9 .list li.li-r a{
	color: rgba(64, 102, 184, 1);
}
.product-d .box2 .box-c .items10{
	padding: 30px 19px 19px;
}
.product-d .box2 .box-c .items10 .items-t{
	display: flex;
	justify-content: space-between;
}
.product-d .box2 .box-c .items10 .a-text{
	display: block;
	font-size: 13px;
	font-family: Tahoma;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin: 30px 0 20px;
}
.product-d .box2 .box-c .items10 .a-text a{
	color: #333;
}
.product-d .box2 .box-c .items10 .a-text a:hover{
	color: #EF3F0A;
}
.product-d .box2 .box-c .items10 .list{
	margin-top: 38px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 13px;
	font-family: Tahoma;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.product-d .box2 .box-c .items10 .list li,
.product-d .box2 .box-c .items10 .list i{
	width: 15%;
}
.product-d .box2 .box-c .items10 .list li{
	margin-bottom: 20px;
	font-size: 13px;
}
.product-d .box2 .box-c .items11{
	padding: 43px 19px 3px;
}
.product-d .box2 .box-c .items11 .list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}
.product-d .box2 .box-c .items11 li,
.product-d .box2 .box-c .items11 i{
	width: 18.5%;
}
.product-d .box2 .box-c .items11 li{
	margin-bottom: 44px;
}
.product-d .box2 .box-c .items11 li .pic{
	height: 96px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-d .box2 .box-c .items11 li .pic img{
	max-width: 100%;
	max-height: 100%;
}
.product-d .box2 .box-c .items11 li .text-box{
	font-size: 13px;
	font-family: Tahoma;
	font-weight: bold;
	color: #333333;
	line-height: 19px;
}
.product-d .box2 .box-c .items11 li .text-des{
	color: rgba(122, 122, 122, 1);
}
.product-d .box2 .box-c .items12{
	background-color: #fff;
	padding: 20px 0 ;
}
.product-d .box2 .box-c .items12 .box-c{
	padding: 16px 19px 45px;
	overflow: auto;
}
.product-d .box2 .box-c .items12 .box-c .list{
	border: 1px solid #dfe4e8;
	min-width: 1080px;
}
.product-d .box2 .box-c .items12 li{
	display: flex;
	justify-content: space-between;
	padding: 0 5px;
}
.product-d .box2 .box-c .items12 li.li-header{
	background-color: #F3F4F6;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: 400;
	color: #000000;
	line-height: 35px;
	text-align: center;
}
.product-d .box2 .box-c .items12 li .number,
.product-d .box2 .box-c .items12 li .manufacturers{
	width: 202px;
}
.product-d .box2 .box-c .items12 li .description{
	width: 260px;
}
.product-d .box2 .box-c .items12 li .stock{
	width: 110px;
}
.product-d .box2 .box-c .items12 li .price{
	width: 150px;
}
.product-d .box2 .box-c .items12 li .name{
	font-size: 12px;
	font-family: Tahoma;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
	font-weight: bold;
}
.product-d .box2 .box-c .items12 li label{
	color: #cdd1dc;
	line-height: 20px;
}
.product-d .box2 .box-c .items12 li .text{
	color: #9c9a9b;
	line-height: 20px;
}
.product-d .box2 .box-c .items12 li.li-content{
	border-top: 1px solid #dfe4e8;;
}
.product-d .box2 .box-c .items12 li.li-content>div{
	padding: 10px 0;
}
.product-d .box2 .box-c .items12 li .manufacturers,
.product-d .box2 .box-c .items12 li .stock{
	text-align: center;
}
.product-d .box2 .box-c .items12 li .manufacturers a,
.product-d .box2 .box-c .items12 li.li-content .description,
.product-d .box2 .box-c .items12 li.li-content .price{
	font-size: 13px;
	font-family: Tahoma;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
	text-align: center;
} 
.product-d .box2 .box-c .items12 li.li-content .description{
	text-align: left;
}
.product-d .box2 .box-c .items12 li.li-content .description .tips{
	color: rgba(239, 63, 10, 1);
}
.product-d .box2 .box-c .items12 li.li-content .price>div{
	display: inline-block;
	text-align: left;
}
.product-d .box2 .box-c .items{
	display: none;
}
.product-d .box2 .box-c .items.active{
	display: block;
}
.product-d .box3{
	padding: 32px 17px 27px;
	box-sizing: border-box;
	background-color: #fff;
	margin-top: 15px;
}
.product-d .box3 .box-title{
	font-size: 16px;
	font-family: Tahoma;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.product-d .box3 .list{
	margin-top: 29px;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: 400;
	color: #7A7A7A;
	line-height: 21px;
}
.product-d .box3 .list li{
	display: flex;
}
.product-d .box3 .list li:not(:last-child){
	margin-bottom: 22px;
}
.product-d .box3 .list .li-l{
	font-weight: bold;
	color: #333333;
}
.product-d .box3 .list .li-r{
	flex: 1;
	margin-left: 4px;
}
.brand-page{
	margin-top: 0px;
}
.brand-page .box1{
	padding-top: 23px;
	background-color: #fff;
}
.brand-page .box1 .box-t{
	margin-top: 0;
}
.brand-page .box1 .box-c .items2 .items-t{
	display: flex;
	justify-content: center;
}
.brand-page .box1 .box-c .items2 .items-t.active{
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: 999;
	background-color: #fff;
}
.brand-page .box1 .box-c .items2 .items-t li{
	position: relative;
	font-size: 15px;
	font-family: Tahoma;
	font-weight: bold;
	color: #7A7A7A;
	line-height: 1;
	cursor: pointer;
	padding: 39px 0 41px;
}
.brand-page .box1 .box-c .items2 .items-t li.active{
	color: rgba(239, 63, 10, 1);
}
.brand-page .box1 .box-c .items2 .items-t li::before{
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	width: 14px;
	height: 7px;
	background-image: url(../picture/brand-1.png);
	background-size: cover;
	bottom: 25px;
	opacity: 0;
}
.brand-page .box1 .box-c .items2 .items-t li:not(:last-child){
	margin-right: 100px;
}
.brand-page .box1 .box-c .items2 .items-t li.active::before{
	opacity: 1;
}
.brand-page .box1 .box-c .items2 .items-c{
	border-top: 5px solid #efefef;
}
.brand-page .box1 .box-c .items-c .item1 .box-c{
	display: flex;
	padding: 43px 22px 33px 31px;
}
.brand-page .box1 .box-c .items-c .item1 .l{
	width: 192px;
	padding-top: 21px;
}
.brand-page .box1 .box-c .items-c .item1 .l img{
	display: block;
	max-width: 100%;
}
.brand-page .box1 .box-c .items-c .item1 .r{
	flex: 1;
	font-size: 16px;
	font-family: Tahoma;
	color: rgba(122, 122, 122, 1);
	line-height: 28px;
	margin-left: 30px;
}
.brand-page .box1 .box-c .items-c .item1 .r .text-title{
	color: #333;
	font-weight: bold;
}
.brand-page .box1 .box-c .items-c .item1 .r  .text{
	margin-top: 15px;
}
.brand-page .box1 .box-c .items-c .item1 .r  .text a{
	color: rgba(51, 51, 51, 1);
}
.brand-page .box1 .box-c .items-c .item2 .item-title{
	font-size: 18px;
	font-family: Tahoma;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	margin-bottom: 30px;
}
.brand-page .box1 .box-c .items-c .item2{
	padding: 29px 18px 35px;
}
.brand-page .box1 .box-c .items-c .item2 .list-title{
	font-size: 18px;
	font-family: Tahoma;
	font-weight: 400;
	color: #333333;
	line-height: 42px;
	padding: 0 7px;
	background-color: rgba(243, 243, 243, 1);
}
.brand-page .box1 .box-c .items-c .item2 .list-title a{
	color: #333;
}
.brand-page .box1 .box-c .items-c .item2 .list{
}
.brand-page .box1 .box-c .items-c .item2 .list a:hover{
	text-decoration: underline;
}
.brand-page .box1 .box-c .items-c .item2 .list ul{
	padding: 9px 0 22px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 13px;
	font-family: Tahoma;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
}
.brand-page .box1 .box-c .items-c .item2 .list li,
.brand-page .box1 .box-c .items-c .item2 .list i{
	width: 32%;
}
.brand-page .box1 .box-c .items-c .item2 .list li a{
	color: #333;
}
.brand-page .box1 .box-c .items-c .item2 .list li span{
	color: rgba(122, 122, 122, 1);
}
.brand-page .box1 .box-c .items-c .item3{
	padding: 29px 17px 37px;
}
.brand-page .box1 .box-c .items-c .item3 .item-title{
	font-size: 18px;
	font-family: Tahoma;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.brand-page .box1 .box-c .items-c .item3 .list{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.brand-page .box1 .box-c .items-c .item3 .list li{
	width: 32%;
}
.brand-page .box1 .box-c .items-c .item3 .li-title{
	font-size: 18px;
	font-family: Tahoma;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-bottom: 4px;
}
.brand-page .box1 .box-c .items-c .item3 .list{
	font-size: 13px;
	font-family: Tahoma;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
}
.brand-page .box1 .box-c .items-c .item{
	display: none;
}
.brand-page .box1 .box-c .items-c .item.active{
	display: block;
}
.zoomMask {
    position: absolute;
    background: url(../picture/mask.png) repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}
.zoomDiv{
	z-index:99;
	position:absolute;
	top:0px;
	left:0px;
	width:400px;
	height:400px;
	background:#ffffff;
	border:1px solid #CCCCCC;
	display:none;
	text-align:center;
	overflow:hidden;
}
.inline-box-div{
	display: none;
}
.brand-page .box1 .box-c .items-c .item2,
.brand-page .box1 .box-c .items-c .item3{
	border-top: 5px solid #efefef;
}
@media (max-width:1300px) {
	.product-d .box1 .box-c .r-action-l{
		flex-direction: column;
		align-items: flex-start;
	}
	.product-d .box1 .box-c .min-quantity{
		margin-left: 0;
		margin-top: 10px;
	}
}
@media (max-width:1300px) {
	.product-d .box1 .box-c .l .pic{
		width: 250px;
	}
	.product-d .box1 .box-c .l .attr-list .li-l{
		width: 150px;
		padding-right: 15px;
	}
}
@media (max-width:1200px) {
	.product-d .box1 .box-c .l .attr-list .li-l{
		width: 90px;
	}
	.product-d .box2 .box-c .items10 .list li, .product-d .box2 .box-c .items10 .list i{
		width: 24%;
	}
	.product-d .box2 .box-c .items7 .form .input .submit-btn{
		width: 120px;
	}
	.product-d .box2 .box-c .items7 .form .inputs .l, .product-d .box2 .box-c .items7 .form .inputs .r{
		width: 100%;
	}
	.product-d .box2 .box-c .items7 .form .inputs .r{
		margin-top: 13px;
	}
	.product-d .box2 .box-c .items7 .form .inputs .r .input:first-child{
		display: none;
	}
}
@media (max-width:1024px) {
	.product-d .box1 .box-c{
		flex-direction: column;
	}
	.product-d .box1 .box-c .l{
		width: 100%;
	}
	.product-d .box1 .box-c .r{
		width: 100%;
	}
	/* .inline-box-div{
		display: block;
	} */
	.product-d .box2 .box-c .items11 li, .product-d .box2 .box-c .items11 i{
		width: 32%;
	}
	.product-d .box2 .box-t li:not(:last-child), .brand-page .box1 .box-t li:not(:last-child){
		margin-right: 40px;
	}
	.layout-twocolumn .content-column{
		top: 0;
		padding-top: 20px;
	}
	
}
@media (max-width:786px) {
	.product-d .box2 .box-c .items7 .form .input input{
		width: 100%;
		height: 37px;
	}
	.product-d .box2 .box-c .items7 .form .input{
		flex-wrap: wrap;
		height: auto;
	}
	.product-d .box2 .box-c .items7 .form .input input[name="email"]{
		margin-bottom: 13px;
	}
	.product-d .box2 .box-c .items7 .form .input input[name="captcha"]{
		flex: 1;
	}
	.product-d .box2 .box-c .items7 .form .input .input-r{
		flex: none;
		width: auto;
	}
	.product-d .box2 .box-c .items7 .form .input .ewm{
		margin: 0 8px;
	}
	.product-d .box2 .box-c .items4 .checkBoxes{
		flex-wrap: wrap;
	}
	.product-d .box2 .box-c .items4 .checkBoxes .l, .product-d .box2 .box-c .items4 .checkBoxes .r{
		width: 100%;
	}
	.product-d .box2 .box-c .items5 .selectBox select, .product-d .box2 .box-c .items6 .selectBox select{
		flex: 1;
		width: 100%;
	}
	.product-d .box2 .box-c .items10 .list li, .product-d .box2 .box-c .items10 .list i{
		width: 31%;
	}
	.product-d .box2 .box-c .items2{
		padding: 37px 20px;
	}
	.layout-twocolumn .content-column{
		top: 0;
		padding-top: 0;
	}
	.product-d .box2 .box-c .items3 .list li{
		width: 100%;
	}
	.product-d .box2 .box-t li:not(:last-child), .brand-page .box1 .box-t li:not(:last-child){
		margin-right: 20px;
	}
	.zoomMask,.zoomDiv{
	   display: none !important;
	}
	.brand-page .box1 .box-c .items2 .items-t li:not(:last-child){
		margin-right: 40px;
	}
	.brand-page .box1 .box-c .items-c .item3 .list{
		flex-wrap: wrap;
		margin-top: 15px;
	}
	.brand-page .box1 .box-c .items-c .item3 .list li{
		width: 100%;
	}
	.brand-page .box1 .box-c .items-c .item3 .list li:not(:last-child){
		margin-bottom: 20px;
	}
	.brand-page .box1 .box-c .items-c .item1 .box-c{
		flex-direction: column;
	}
	.brand-page .box1 .box-c .items-c .item1 .l{
		padding-top: 0;
		width: 100%;
	}
	.brand-page .box1 .box-c .items-c .item1 .r{
		margin-left: 0;
		width: 100%;
	}
}
@media (max-width:700px) {
	.product-d .box1 .box-c .l{
		flex-direction: column;
	}
	.product-d .box1 .box-c .l .pic{
		width: 100%;
	}
	.product-d .box1 .box-c .l .l-r{
		margin-left: 0;
		margin-top: 20px;
	}
}
@media (max-width:600px) {
	.product-d .box2 .box-c .items2 .list{
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.product-d .box2 .box-c .items2 .list li{
		width: 33.33%;
		padding: 0 10px;
		margin-bottom: 25px;
	}
	.product-d .box2 .box-c .items2 .list .img{
		justify-content: center;
	}
	.product-d .box2 .box-c .items2 .text{
		margin-top: 0;
	}
}
@media (max-width:500px) {
	.product-d .box1 .box-c .btn-buy{
		width: 140px;
	}
	.product-d .box1 .box-c .min-quantity>span:not(:last-child){
		margin-right: 15px;
	}
	.product-d .box2 .box-c .items4 .checkBoxes .list li .type{
		width: 100px;
	}
	.product-d .box2 .box-t li, .brand-page .box1 .box-t li{
		font-size: 14px;
	}
	.product-d .box2 .box-c .items10 .list li, .product-d .box2 .box-c .items10 .list i{
		width: 48.5%;
	}
	.product-d .box2 .box-c .items11 li, .product-d .box2 .box-c .items11 i{
		width: 48.5%;
	}
	.brand-page .box1 .box-c .items-c .item2 .list li, .brand-page .box1 .box-c .items-c .item2 .list i{
		width: 48.5%;
	}
	.brand-page .box1 .box-c .items2 .items-t li:not(:last-child){
		margin-right: 20px;
	}
	.brand-page .box1 .box-c .items2 .items-t li{
		font-size: 13px;
	}
	.product-d .box2 .box-c .items7 .form .input .submit-btn{
		width: 100px;
	}
}