@charset "utf-8";

#quan_left{
	overflow: visible;
}
#quandi_cate_tbody{
	border-bottom: 1px solid #000;
	flex-wrap: nowrap;
	overflow: visible;
}
@media (max-width:1000px){
	#cate{display: block;}
	#quandi_cate_tbody{
		display: none;
	}
}
a.cate_path{
	display: flex;
	display: -webkit-flex;
	background-color:#000;
	color: #fff;
	font-size:1.5rem;
	padding-left: 20px;
	padding-right: 20px;
}
.cate_tfoot{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	width: auto;
	height: auto;
	border-top: 1px dotted #ddd;
}
.cate_left{
	position: relative;
}
.cate_left:hover>#quandi_cate_tbody{
	display: block;
}
.cate_left:hover>#cate_thead{
	display: flex;
	display: -webkit-flex;
    width: auto;
    height: auto;
    overflow: hidden;
    background-color: #f5f5f5;
}

.cate_tb{
	position: relative;
}
.cate_tb:hover>.cate_tbody{
	display: block;
}
a.cate_name,a.cate_name_0{
	background-color: transparent;
}
.cate_thead{
	display: flex;
	display: -webkit-flex;
	column-gap: 10px;
    width: auto;
    height:100%;
    overflow: hidden;
    background-color: #fff;
	border-bottom: none;
	font-weight: bold;
	font-size: 1.2rem;
	text-transform:uppercase;
	border: 1px solid transparent;
	border-bottom: unset;
	box-sizing: border-box;
	padding: unset;
	padding-left: 10px;
	padding-right: 10px;
}
.cate_tb:hover>.cate_thead{
	border: 1px solid #000;
	border-bottom: unset;
}
.cate_thead_hover_0{
	border: 1px solid #000;
	height: calc(100% + 1px);
	border-bottom: unset;
}
.cate_tbody{
	display: none;
	position: absolute;
	width:100%;
	height: auto;
	left: 0px;
	height: auto;
	background-color: #fff;
	border: 1px solid #000;
	border-top: none;
	z-index: 200;
	box-sizing: border-box;
}

a.cate_name_0{
	display: flex;
	display: -webkit-flex;
	column-gap: 20px;
    width: auto;
    height: auto;
    overflow: hidden;
	border-bottom: none;
	font-weight: bold;
	font-size: 1.2rem;
	text-transform:uppercase;
}
a.cate_hover_0{
	display: flex;
	display: -webkit-flex;
	column-gap: 20px;
    width: auto;
    height: auto;
    overflow: hidden;
	border-bottom: none;
	font-weight: bold;
	font-size: 1.2rem;
	text-transform:uppercase;
}
#tb{
	display:grid;
	grid-template-columns:calc(25% - 90px/4) calc(25% - 90px/4) calc(25% - 90px/4) calc(25% - 90px/4);
	column-gap:30px;
	row-gap:30px;
	width:auto;
	height:auto;
	margin:auto;
}
@media (max-width:767px){
	#tb{
		grid-template-columns:calc(50% - 10px/2) calc(50% - 10px/2);
		column-gap:10px;
		row-gap:10px;
		margin-top: 20px;
	}
}
.tb_item{
	width:auto;
	height:auto;
	overflow:hidden;
	overflow:hidden;
	display:block;
	transition:all 0.4s;
}

.tb_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	background-color:#fff;
	position: relative;
	transition: all 0.4s;
	border: 1px solid #333;
}
.tb_tb:hover{
	border: 5px dashed var(--hover_color);
	padding: 10px;
}

a.tb_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	position:relative;
	padding-bottom:100%;
	background-color: #fff;
}
.tb_right{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	padding: 10px;
	position: relative;
	z-index: 1;
}
a.tb_name{
	width:auto;
	height:auto;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	text-overflow:ellispsis;
	margin:auto;
	overflow:hidden;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 500;
	
}