main{
    min-height: calc(100vh - 332px);
}
.header_box{
    min-height: 45vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url(../images/bg.webp?v=1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.header_content{
    padding: 15px;
    background-color: var(--filiter-bg);
    border-radius: 10px;
    backdrop-filter: blur(10px);
}
.category_list{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 0;
}
.category_item{
    margin: 0 8px;
}
.category_item a{
    padding: 10px;
    font-size: 15px;
    color: var(--text-color);
    display: block;
}
.category_item a:hover{
    text-decoration: underline;
    color: blueviolet;
}
.p_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 35px 0;
}
.p_right,.p_left{
    width: 48%;
}
.p_i_img{
    width: 100%;
    height: 150px;
    object-fit: cover;
    margin-bottom: 5px;
}
.p_item a p{
    font-size: 16px;
    line-height: 1.6;
    margin: 8px 0;
    color: var(--text-color);
}
.p_item a p strong{
    font-size: 23px;
    font-weight: 700;
}
.df_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.df_item img{
    object-fit: cover;
}
.pi_left{
    width: calc(100% - 135px);
}
.pi_title{
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--text-color);
}
.pi_des{
    color:var(--des-color);
    font-size: 85%;
    font-weight: 400;
    margin-bottom: 10px;
}
.p_left .p_item{
    margin-bottom: 20px;
}
.text-center{
    padding: 30px 0;
    text-align: center;
    font-size: 20px;
}
.features_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.f_b_item{
    margin: 10px 0;
    width: 32%;
    border: var(--item-border);
    align-self: stretch;
}
.f_b_item a{
    display: block;
    width: 100%;
    height: 100%;
}
.fb_i_c{
    padding: 10px 10px 20px 10px;
    height: calc(100% - 180px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: var(--text-color);
}
.f_b_item a img{
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.fb_i_s{
    font-size: 12px;
    padding: 8px 0 5px;
}
.fb_i_t{
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 8px;
}
.fb_i_p{
    font-size: 16px;
    margin: 0 0 16px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
}
.fb_i_user{
    display: flex;
}
.f_b_item a .fb_i_user img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.small_sal small{
    display: block;
    margin:2px 0;
}
.color_4{
    color:var(--text-color4);
}
.search-box{
    position: relative;
}
.__search_sug_box {
    background: #fff;
    border-radius: 7px;
    color: #333;
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999;
}
.__search_sug_item {
    border-bottom: 1px solid #ebebeb;
    cursor: pointer;
    font-size: 13px;
    padding: 8px 14px;
}
.bft {
    margin: 20px 0;
    font-size: 28px;
    font-weight: 700;
}
.cat_list {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}
.catl_item {
    width: 16%;
    margin: 0 1%;
}
.catl_item a {
    display: block;
    width: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 16px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    padding: 45px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
.cat_item_1 {
    background: url(../images/cat1.jpg);
}
.catl_item a::before {
    background-color: #0a5127;
    height: 100%;
    content: "";
    width: 100%;
    opacity: .8;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    border-radius: 16px;
}
.auto_box:hover svg{
    filter: brightness(1.5);
    transform: scale(1.05);
    transition: all .25s ease-in-out;
}
.auto_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catl_item a span {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    margin-left: 5px;
    display: block;
}
.cat_item_2 {
    background: url(../images/cat2.jpg);
}
.cat_item_3 {
    background: url(../images/cat3.jpg);
}
.cat_item_4 {
    background: url(../images/cat4.jpg);
}
.cat_item_5 {
    background: url(../images/cat5.jpg);
}
.cat_item_6 {
    background: url(../images/cat6.jpg);
}
.flex_start{
    justify-content: start;
}
.flex_start .f_b_item{
    margin: 0.65%;
}
.category_title{
    font-weight: 700;
    text-align: left;
    font-size: 26px;
}
.header_t{
    border-bottom: 1px solid #e4e4e4;
}
@media (max-width:750px) {
    .p_right, .p_left{
        width: 100%;
    }
    .f_b_item{
        width: 49%;
    }
    .catl_item {
        width: 46%;
        margin: 0 1%;
    }
}
@media (max-width:500px) {
    .f_b_item{
        width: 100%;
    }
    .p_item a p strong{
        font-size: 21px;
        line-height: 1;
    }
    .text-center{
        padding: 10px 0;
    }
}