.category-selected{ background: #479E76 !important; color: white; }
.lt_bk{margin: 20px 0; display: flex; flex-direction: row; justify-content: space-between; align-items: center}
.lt_bk .lt_bk_lx{display: flex; flex-direction: row; align-items: center; gap: 18px;}
.lt_bk .lt_bk_lx .mokuai{padding: 5px 5px; border-radius: 20px; display: flex; flex-direction: row; align-items: center; gap: 9px; font-size: 13px; color: #A3A3A3; background: #E4E4E4}
.lt_bk .lt_bk_lx .mokuai div{padding: 3px 16px; border-radius: 20px; background: #F3F3F3; cursor:pointer;}
.lt_bk .lt_bk_lx .hangye{display: flex; flex-direction: row; gap: 20px; color: black; font-size: 12px;}
.lt_bk .lt_bk_lx .hangye div{cursor: pointer;  display: flex; flex-direction: row; align-items: center; gap: 5px}
.apply_single:hover{
-webkit-transform: translateY(-10px); -moz-transform:
translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px);
transform: translateY(-10px); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.apply_single a:hover { color: black; }
.apply_single {background: white; box-shadow: 1.5px 3.7px 7.75px 0.25px rgba(0, 0, 0, 0.03);
		border-radius: 5px;
		cursor: pointer;
		border: solid 0.5px #dcdcdc;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-ms-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;}
.neirong {display: grid;grid-template-columns: repeat(auto-fill, minmax(max(150px, calc(16.666% - 15px)), 1fr));gap: 15px;}
.neirong .fabu {height: 142px; padding: 9px 21px; position: relative; cursor: pointer; background: #464850; border-radius: 5px; display: flex; flex-direction: column; justify-content: space-around; align-items: center}
.neirong .fabu .xing{margin-top: 8px; z-index: 100; height: 46px; width: 100%; cursor: pointer; border-radius: 4px; background: #1F9670; color: white; justify-content: center; display: flex;flex-direction: row; align-items: center; gap: 8px;}