.slider_column_6 .swiper-wrapper .swiper-slide{
    background: #f6f3ef !important;
    text-align: left !important;
}
.slider_column_6 .swiper-wrapper .swiper-slide p{
    color: #685943 !important;
}
.slider_column_6 .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 135px
}


.slider_column_4 .swiper-wrapper .swiper-slide{
    background: #f6f3ef !important;
    text-align: left !important;
}
.slider_column_4 .swiper-wrapper .swiper-slide p{
    color: #685943 !important;
    display: block !important;
    border-bottom: none !important;
    font-size: 16px;
    font-weight: 600;
}
.slider_column_4 .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 400px
}
.slider_column_4 .swiper-wrapper .swiper-slide .slider_column_4_a{
    font-size: 18px;
    line-height: 30px;
}


.section_index_b{
    width: 100%;
    height: 200px;
    background: #beaf93;
}
.section_index_b .index_B{
    width: 1400px;
    height: 200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section_index_b .index_B h2{
    font-size: 28px;
    color: #000;
    line-height: 50px;
}
.section_index_b .index_B h6{
    font-size: 22px;
    color: #000;
}
.section_index_b .index_B input{
    width: 400px;
    height: 44px;
    border: 2px #333 solid;
    text-indent: 15px;
    border-radius: 6px;
}
.section_index_b .index_B input:focus {
    outline: none;
}
.section_index_b .index_B .btn{
    height: 42px;
    margin-left: 5px;
}

.section{
	color: #101010;
	/* font: 1.2rem / 135% Sandvik Sans Regular, Tahoma, Verdana, sans-serif; */
}
.bigTitle{
	font: 3.5rem / 100% Sandvik Sans Headline, Tahoma, Verdana, sans-serif;
}
.title3{
	font: 1.3rem / 100% Sandvik Sans Headline, Tahoma, Verdana, sans-serif;
	font-weight: 500;
}
.classify{
	margin-top: 30px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.classify .item{
	background-color: #f7f5f1;
	border-radius: 5px;
	overflow: hidden;
	font-size: 1rem;
	width: 32%;
	height: 80px;
	margin: 0 1% 20px 0;
	cursor: pointer;
	padding: 8px;
	display: flex;
	align-items: center;
	color: #73644b;
}
.classify .item:hover{
	text-decoration: underline;
}
.classify .item img{
	width: 64px;
	height: 64px;
	margin-right: 20px;
}
.tableWrap{
	width: 100%;
	display: flex;
	justify-content: center;
}
.tableWrap .tableItem{
	padding: 16px;
	height: 112px;
	display: flex;
	align-items:flex-end
}
.tableWrap .tableItem .goodsPhoto{
	position: relative;
	width: 80px;
	height: 80px;
	margin-right: 20px;
}
.tableWrap .tableItem .goodsPhoto .tab{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 64px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #fffa55;
	color: #73644b !important;
	font-weight: 600;
	border-radius: 0 0 5px 0;
}
.tableWrap .tableItem .goodsPhoto img{
	object-fit: cover;
	width: 80px;
	height: 80px;
}
.tableWrap .tableItem .goodsInfo{
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.tableWrap .tableItem .goodsInfo .link{
	color: #73644b !important;
	text-decoration: underline;
}
.tableWrap .tableItem .goodsInfo .link:hover{
	text-decoration: none;
}
.tableWrap .tableItem .goodsInfo .have{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-right: 10px;
	background-color: #7fcc5b;
}
.tableWrap .tableItem .goodsInfo .unhave{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-right: 10px;
	background-color: #e2001a;
}
.tableWrap .tableItem .TMC1ISO{
	display: flex;
}
.tableWrap .tableItem .TMC1ISO div{
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	border-radius: 50%;
	margin-right: 10px;
}
.tableWrap .tableItem .TMC1ISO .p{
	background-color: #00b8f1;
}
.tableWrap .tableItem .TMC1ISO .k{
	background-color: #ff2d16;
	color: #fff;
}
.tableWrap .tableItem .TMC1ISO .m{
	background-color: #ffea3d;
}
.tableWrap .tableItem .TMC1ISO .s{
	background-color: #ffbb86;
}
.tableWrap .tableItem .iconWrap{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 42px;
	margin-right: 10px;
	cursor: pointer;
}

