.swiper-wrapper {
    justify-content: space-between !important;
}

.onspace {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.span2{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .lazy{
    width: auto !important;
    height: auto !important;
}

.thum .lazy{
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
} */

.thum{
    display: flex;
}

main {
    width: 100%;
    max-width: 1390px;
    margin: auto;
    /* border: 1px solid; */
}


.grd {
    margin-bottom: 20px;
}


.swiper_box {
    width: 100%;
    overflow: hidden;
    height: 240px;
}


#searchText::placeholder {
    color: #666666;
}


header .container .search_pat .searchBox input {
    width: 400px;
    height: 40px;
    background: #fff;
    border-radius: 21px;
    border: none;
    outline: none;
    text-indent: 46px;
}


header .container .search_pat .searchBox button {
    width: 40px;
    height: 40px;
    background-color: transparent;
    position: absolute;
    left: 7px;
    top: 0;
    cursor: pointer;
}


header .container .branch_nav .category .sub_nav {
    position: absolute;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
    border-radius: 10px;
    display: none;
    transition: all .3s;
    align-items: stretch;
    flex-direction: column;
    padding: 15px 0;
    left: 0;
    top: 58px;
    z-index: 9999999999999999;
}


.search_close_icon {
    display: none;
}

.menu_icon,
.search_icon {
    display: none;
}

.searchBox {
    width: 100%;
}

.headerLogoBox{
    display: flex;
    align-items: center;
}

.searchBg{
    width: 100%;
}

@media screen and (max-width: 768px) {

    header .container .mobile_memu_btn,
    header .container .mobile_search_btn {
        display: none;
    }

    header .container .branch_nav .top_nav a {
        display: none;
    }

    header .container .search_pat {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        background-color: #1887fc;
        z-index: 9999999999999;
        left: 0;
        padding-top: 100px;
        display: none;
    }

    header .container .search_pat .searchBox input {
        width: 100%;

    }
    .search_close_icon {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .headerLogoBox {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center
    }

    .menu_icon,
    .search_icon {
        display: block;
    }

    header .container .branch_nav {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    header .container .branch_nav .top_nav {
        margin-right: 0;
    }

    header .container .branch_nav .category .sub_nav {
        position: fixed;
        background: #fff;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
        border-radius: 0px;
        display: flex;
        transition: all .3s;
        align-items: stretch;
        flex-direction: column;
        padding: 15px 0;
        left: 0;
        top: 48px;
        z-index: 9999999999999999;
        background-color: #1887fc;
        left: 0;
        color: #fff;
        width: 100%;
        height: 100vh;
        display: none;
    }

    header .container .branch_nav .category .sub_nav a .category_icon{
        color: #fff;
    }

    header .container .branch_nav .category .sub_nav a span{
        color: #fff;
    }


    .searchBox {
        width: 100%;
        position: relative;
    }

    .icon-Search{
        color: #333;
    }
}