.marginTop20 {
	margin-top: 20px;
}

/* 列表页 */
#product-index-div .productUL {
	flex-wrap: wrap;
	color: #333;
}

#product-index-div .productUL li {
	width: 24%;
	background: #f5f5f5;
	margin-bottom: 14px;
	align-items: normal;
}

#product-index-div .productImg {
	width: 100%;
	background: #f7f7f7;
}

#product-index-div .productImg img {
	/* 	max-width:100%;
	max-height:100%; */
	width: 90%;
	height: 90%;
	position: relative;
}

#product-index-div .productContent {
	background: #fff;
	padding: 10px;
	border: 1px solid #f7f7f7;
}

#product-index-div .productContent .productNameClass {
	height: 26px;
	margin-bottom: 7px !important;
	line-height: 24px;
	color: #333;
	font-family: '微软雅黑';
	font-size: 20px;
}

#product-index-div .productContent .companyNameClass {
	height: 29px;
	line-height: 24px;
	color: #9ca2a8;
	font-family: '微软雅黑';
	font-size: 16px;
	margin-bottom: 10px !important;
	margin-top: 10px !important;
}

#product-index-div .productContent .collectCountClass {
	height: 29px;
	line-height: 24px;
	color: #9ca2a8;
	font-family: '微软雅黑';
	font-size: 16px;
}

#product-index-div .productPriceClass {
	height: 43px;
	line-height: 40px;
	color: #e23a3a;
	font-family: '微软雅黑';
	font-size: 28px;
}

#product-index-div .icondiv {}

#product-index-div .icondiv span {
	color: #9ca2a8;
	margin-right: 14px;
}

#product-index-div .icondiv img {
	margin-right: 6px;
}

#product-index-div .pagetitlediv {
	margin-top: 20px;
	border-bottom: 2px solid #0d1c28;
	padding-bottom: 8px;
}

/* 详情 */
.leftContent {
	background: #F6F5F5;
	padding: 0;
}

.product-img-div {
	width: 425px;
	height: 425px;
	/* border: 1px solid #e5e5e5; */
	overflow: hidden;
	margin: 0 auto;
	background-color: #F4F8FB;
}

.product-img-div img {
	width: 96%;
}

#product-detail-div .title-div {
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 8px;
}

.param-div {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}

.param-div>div {
	width: calc(50% - 10px);
	margin-right: 10px;
	margin-bottom: 8px;
	word-break: break-all;
}

.param-div>div span:first-of-type {
	font-weight: 600;
	color: #333;
}

.param-div>div span:last-of-type {
	color: #999;
}

.detail-div {
	line-height: 24px;
	word-break: break-all;
}

.product-img-choose {
	border: 1px solid #e23235 !important;
}

.topright-div {
	margin-left: 30px;
	width: 100%;
}

.product-name-div {
	margin-bottom: 10px;
	margin-top: 8px;
	font-size: 23px;
}

.price-div,
.type-div {
	/* padding-bottom:14px; */
	/* border-bottom:1px solid #e5e5e5; */
}

.type-div {
	margin-top: 15px;
	/* padding-bottom:15px; */
}

.type-item-div span {
	font-size: 16px;
	color: black;
}

.collect-div {
	background: #4795f1;
	width: 125px;
	color: #fff;
	padding: 6px 0;
	margin-top: 30px;
	border-radius: 4px;
}

.collect-div img {
	margin-left: 10px;
	margin-right: 7px;
	margin-top: 3px;
}

.company-info-div {
	margin-top: 18px;
	font-size: 14px;
}

.company-info-div span {
	color: #999;
}

.company-info-div>div {
	margin-bottom: 8px;
	align-items: flex-start !important;
}

.company-info-div>div>span:first-of-type {
	white-space: nowrap;
}

.company-product-ul .pimg-div {
	border: 1px solid #e5e5e5;
	width: 117px;
	height: 117px;
	text-align: center;
}

.company-product-ul .pimg-div img {
	height: 100%;
	width: 100%;
}

.pinfo-div {
	margin-left: 15px;
	width: calc(100% - 130px)
}

.pinfo-div p:first-of-type {
	height: 44px;
}

.pinfo-div p:nth-of-type(2) {
	padding: 10px 0 14px 0;
}

.pinfo-div p:last-of-type img {
	margin-right: 6px;
}

.subNY li:last-of-type {
	border-bottom: 0;
}

.nowrap {
	white-space: nowrap;
}

.attentionClass {
	position: absolute;
	margin-top: 291px;
	margin-left: 232px;
	background: rgba(0, 0, 0, 0.6);
	width: 84px;
	height: 26px;
	line-height: 26px;
}

.attentionClass img {
	width: 16px !important;
	height: 16px !important;
	margin-left: 15px;
}

.attentionClass span {
	margin-left: 15px;
	color: white;
}

.item-title-div {
	width: 68px;
	color: #9ca2a8;
}

.numberCount {
	color: #706fb0;
}

.lightGray {
	color: #9ca2a8;
}

.product-info-div {
	margin-bottom: 10px;
	padding-bottom: 22px;
	margin-top: 8px;
	border-bottom: 1px solid #e5e5e5;
}

.product-info-div span {
	font-size: 16px;
}

.show-phone-div {
	background: #4795f1;
	width: 93px;
	color: #fff;
	padding: 0px 0;
	margin-left: 10px;
	border-radius: 4px
}

.show-phone-div img {
	margin-left: 10px;
	margin-right: 10px;
}

.show-phone-div span {
	font-size: 12px;

}

.redInfoDiv {
	color: #e23a3a;
	font-family: '微软雅黑';
	font-size: 33px;
}

.mn-wrap {
	width: 409px !important;
	height: 44px;
	margin-top: 16px;
	overflow: hidden;
	position: relative;
}

.tab-content {
	margin-top: 30px;
}

.tab-title li {
	padding: 10px;
	width: 100px;
	cursor: pointer;
	margin-bottom: 20px;
}

.tab-title {
	height: 40px;
	border-bottom: 1px solid #e5e5e5;
	background-color: #FFFFFF;
}

.tab-title .active {
	border-top: 3px solid #5594D0;

	box-shadow: 0px 6px 6px #F2F2F2;
}

#product-detail-div img {
	max-width: 863px;
}

/* 放大镜效果 */
.smDiv {		
	/* width: 300px;
	height: 225px;
	border: 1px solid #000;
	position: relative; */
}

.bigDiv {
	position: absolute;			
	top: 8px;
	left: 460px;
	width: 460px;
	height: 460px;
	overflow: hidden;
	border: 1px solid #000;

}

.zoom {
	width: 110px;
	height: 111px;
	z-index: 99;			
	background-color: #8484847b;
	position: absolute;	top: 0;
	left: 0;
	cursor: move;
	pointer-events: none;
}

.bigDiv>img {	position: absolute;			
	top: 0;
	left: 0;
	
}
.bigDiv img {
	width: 1275px !important;
	height: 1275px !important;
	max-width: 1275px !important;
	background-color: white;
}
.bigIconDiv img{
	width: 26px;
	height: 26px;
}
.bigIconDiv {
	position: absolute;
	margin-left: 383px;
	margin-top: -37px;
}
.setBanner{
	width: 1320px;
	position: relative;
	height: 100%;
}
.setBanner img{
	position: absolute;
	top: 50%;
	left: 25%;
	margin-left: 0;
	transform: translateY(-50%);
}


