.f_container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
@media (max-width: 980px) {
    .f_container {
        grid-template-columns: 1fr;
    }
}
.f_card {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.f_card-header {
    background-color: #177eed;
    color: white;
    padding: 15px;
    position: relative;
}
.f_card-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ccc;
    float: left;
    margin-right: 15px;
}
.f_card-title {
    font-size: 18px;
    font-weight: bold;
    margin:0px;
}
.f_card-desc {
    font-size: 12px;
    opacity: 0.9;
    margin:4px 0px;
}
.f_card-tags {
    display: flex;
    margin-top: 0px;
    flex-direction: row;
    justify-content: space-between;
}
.f_card-tag {
    font-size: 12px;
    padding: 4px;
    background: #ffb777;
    border-radius: 2px;
    color: #7f3c13;
}
.f_card-actions {
    position: absolute;
    right: 15px;
    top: 15px;
}
.f_card-action {
    color: white;
    background: rgba(0,0,0,0.2);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}
.f_card-contact {
    display: inline-block;
    background-color: rgba(0,0,0,0.75);
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 12px;
}
.f_card-contact a{color:#fff;}
.f_card-list {
    padding: 15px;
}
.f_card-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}
.f_card-list .action{color:#f22;}
.f_card-item:last-child {
    border-bottom: none;
}
.f_card-item-title {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;
}
.f_card-item-arrow {
    color: #ccc;
}
.f_card-footer {
    padding: 15px;
    display: flex;
    align-items: baseline;
    flex-direction: column;
}
.f_card-price {
    color: #ff4d4f;
    font-weight: bold;
    font-size: 1em;
}
.f_card-price-start {
    color: #ff4d4f;
    font-weight: bold;
    font-size: 1em;
    margin-left: 10px;
}
.f_card-btn {
    margin-left: auto;
    background-color: #07c160;
    color: white;
    width:7em;
    border: none;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
}
.f_card-header{display:flex;}
.f_card-right{margin-top:-4px;}
.f_card-left{width:30%;}
.f_card-right{width:70%;}

.bottom_nav {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 98999;
}

.bottom_ul1 .item {
	line-height: 1em;
	background-color: #f75855;
	padding: 0.13rem 0;
	flex: 1;
	border-left: 1px solid #fff;
	font-size:1.8rem !important;
}
.bottom_ul1 img {
    width: 2rem;
}
.bottom_ul1 a{color:#fff;}
.flex-center {
    display: flex
;
    align-items: center;
    justify-content: center;
}
.bottom_ul1 a.item:hover, .bottom_ul1 a.item:focus{
    opacity:1 !important; color:#ff9207;
}
.bottom_ul1 .item:first-child {
	border-left: none;
}
.img_box {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.bottom_ul2 .item .t1 {
    display: flex;
    font-size: 1.5rem;
    align-items: center;
    justify-content: center;
    line-height: 1em;
}
.t1 .mulu1 {width:0.9rem;}
.img_box1 img, .img_box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.bottom_ul2 .img_box img {
    width: 2.19rem;
    margin-bottom: 0.02rem;
}
.d-flex {
    display: flex;
}
.bottom_ul2 .item {
	text-align: center;
	background-color: #fff;
	flex: 1;
	color: #999;
	padding: 0.08rem;
}


.menu-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    background-color: #3391fe;
    z-index: 100;
}
.menu-item {
    width: 25%;
    text-align: center;
    padding: 10px 0;
    color: white;
    cursor: pointer;
    position: relative;
}
.menu-icon {
    margin-bottom: 5px;
}
.sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    transform: translatey(100%);
    transition: transform 0.3s ease;
    z-index: -1;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}
.focus {
    transform: translatey(-100%);
    z-index: 9999;
}
.sub-menu-item {
    padding: 10px;
    border-bottom: 1px solid #eee;
    color: #333;
    cursor: pointer;
}
.sub-menu-item:last-child {
    border-bottom: none;
}

.search{width:100%; padding-bottom:10px; border-bottom:1px solid #eee;box-shadow:0px 0px 10px rgb(153 147 147 / 20%) inset;}
.search-list{width:1200px;margin:0 auto;padding:10px 10px;margin-top:90px;}
.search-list .search-line{display:flex; color:#333;margin-bottom:10px;}
.search-list .search-line a{color:#333;}
.search-list .search-line a.active{display:block;color:#2c6ee7;}
.search-list .search-line .search-right{overflow:hidden;line-height:1.8em;}
.search-list .search-line .search-right a{margin:0px 10px; float:left; background-color:#eee; border-radius:8px;box-sizing: border-box;padding:3px 6px;margin-bottom:6px;}
.search-left{width:5.5em;display: flex;flex-direction: row;align-items: center;}
.search-right{width:calc(100% - 4em)}
.no-data{text-align:center; padding:35px 0px; width:100%;font-size:1.5em;font-weight:bold;}
@media (max-width: 980px) {
    
    .search-list{width:100%;}
    .search-list .search-line .search-right a{margin:0px 5px; width:30%;padding:2px; float:left; background-color:#eee; border-radius:8px;box-sizing: border-box;text-align:center; margin-bottom:6px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
    .search-list .search-line{display:block;}
    .search-right{width:100%;}
    .f_container{display:flex;flex-wrap: wrap;gap:10px;}
    .f_card{flex: 1 1 48%;max-width: 48%;}
    .f_card-price{display:none !important;}
    .f_card-header{padding: 10px 3px 40px;}
    .f_card-tags{position: absolute;left: 0px;bottom: 0px;width: 98%;margin-left:1%;}
    .f_card-desc{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
}
/* 窗体大于980像素 */
@media (min-width: 980px) {
    .bottom_nav {
        display: none;
    }
}