.sss{
    position: absolute;
    right: 25px;
    top: 25px;
    color: rgba(126, 125, 125, 0.99);
    font-size: 14px;

}

.blog-style1 {
    border-radius:0px;
    margin-bottom: 10px;
}
.blog-style1 .blog-content {
    padding: 15px;
    position: relative;
}
.collection_juzhong{
    display: flex;
    justify-content: center;
}

.nav-link {
    padding: 0 0;
}
.loadMoreBtn{
    background: white;
    border: 1px solid #c3c1bb;
    border-radius: 5px;
    padding: 8px 20px;
    font-size: 12px;
    line-height: 16px;
    color: #575757;
}
.gengduo{
    padding: 0.5rem 0rem;
    position: absolute;
    right: 0;
}
.gengduo select{
    border:none;
    color: #5d5d5d;
    margin: 5.5px;
}
.navtab-style1 .nav-link{
    border: 1px solid transparent;
    border-bottom: none !important;
    color: #5d5d5d;
}
.nav-dh-conllection {
    width: 75%;
    white-space: nowrap;
    overflow-y: hidden;
    /*设置边距改变效果为内缩*/
    box-sizing: border-box;
}
.navtab-style1 .nav-tabs{
    border-bottom: none !important;
}
.nav-tabs .nav-link {
    margin-bottom: 10px;
}
.nav {

    flex-wrap:unset;

}
.dropdown-menu{
    max-height: 270px !important;
}
.bselect-style1 .bootstrap-select .dropdown-menu {
    margin-top:0 !important;
    padding-bottom: 0;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn, .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn-light {
    border: none;
}
.bselect-style1{
    position: absolute;
    top:5px;
    right: 0;
    padding-left: 15px;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn{
    color: #5d5d5d;
    background: white;
}
.btn:active, .btn:focus, .btn:hover, .btn:visited {
    /*border-bottom: 1px solid #5d5d5d !important;*/
    color: #5d5d5d !important;
}
.bselect-style1 .bootstrap-select .dropdown-toggle{
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 20px;
    color: #5d5d5d !important;
}
.bootstrap-select>.dropdown-toggle:after {
    margin-top: -8px !important;
}
.bselect-style1 .bootstrap-select .dropdown-item{
    font-size: 14px;
}

/*
电脑端 延长底部线条
 */

@media (min-width: 768px) {
    .bselect-style1 {
        padding-left: 270px;
    }

    .listings_category_nav_list_menu a {
        width: 7%;
        margin-right: 60px;
    }
    .listings_category_nav_list_menu a:before{
        height: 0.5px;
    }
}
.listing-style1 .listing-fav {
    right: 5px !important;
    top: 5px !important;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 30px;
}

.listings_category_nav_list_menu a {
    /*width: 50%;*/
    margin-right: 30px;
    font-family:none !important;
   text-align: left;
   font-weight: 300 !important;
    width: unset;
}
.listings_category_nav_list_menu a:before{
bottom: -1px;
font-weight: 300 !important;
}






/*
下拉框
*/

.dropdown-toggle{

    justify-content: center !important
}
.xialadibutiao .dropdown-toggle:before {
    /* background-color: var(--headings-color); */
    background: linear-gradient(to right, #121212 0%, #121212 33%, #e60013 33%, #e60013 66%, #f4ee06 66%, #f4ee06 100%);
    bottom: 3px;
    content: "";
    height: 1.5px;
    position: absolute;
    width: 90%;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}




/**
    新导航条
 */

.categories_list_section_two{
    padding: 7px 0 7px;
}

/*                二 级导航                     */

/* 手机端样式 */
@media (max-width: 767.98px) {
    .duogedaohang_juzhong_kaozuo {
        display: flex;

    }
}/*pc端样式 */
@media (min-width: 767.98px) {
    .duogedaohang_juzhong_kaozuo {
        display: flex;
        justify-content: center;
    }
}
.listings_category_nav_list_menu_two{
    position: relative;
    overflow-x: auto;
}
.listings_category_nav_list_menu_two ul {
    width: 1265px;
}
.listings_category_nav_list_menu_two li {
    padding: 0 25px 0 0;
}
.listings_category_nav_list_menu_two.at-home4 a:before{
    bottom: 0;
}
.listings_category_nav_list_menu_two a.active {
    font-weight: 500;
}
.listings_category_nav_list_menu_two a {
    display: block;
    color: var(--headings-color);
    font-family: var(--title-font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 50px;
    position: relative;
}
.listings_category_nav_list_menu_two a:before{
    background: linear-gradient(to right, #121212 0%, #121212 33%, #e60013 33%, #e60013 66%, #f4ee06 66%, #f4ee06 100%);
    bottom: -3px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    width: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.listings_category_nav_list_menu_two a.active:before{
    left: 0;
    right: 0;
    /*width: 100%;*/
}