.wp-block-create-block-liugong-block-banner .banner-image {
    background-color: rgb(185, 185, 186);
    height: 500px;
    background-position: 50% center;
}

.wp-block-create-block-liugong-block-banner .banner-image::before {
    background-color: unset;
}

.banner_productlist_box, .myself_breadcrumb{
    position: absolute;
    top: 37px;
    left: 50%;
    width: 1170px;
    margin-left: -585px;
}

.wp-block-create-block-liugong-block-banner .caption_area_show {
    left: 0;
    width: 50%;
    position: relative;
    top: 0!important;
}

.banner_productlist_box .title-display {
    font-size: 34px !important;
    color: rgb(0, 0, 0) !important;
    font-family: HCBold, "Microsoft Yahei", "sans-serif" !important;
    padding: 40px 0px 25px;
    font-weight: normal !important;
    line-height: 1.2 !important;
    max-width: 585px;
}

.banner_productlist_box .description_display {
    color: rgb(97, 95, 95) !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    padding: 0 !important;
    height: auto !important;
    max-width: 585px;
}

.banner_productlist_box .caption_area_show a {
    height: 40px;
    line-height: 40px;
    background-color: rgb(7, 70, 139);
    font-size: 14px;
    padding: 0px;
    border-color: rgb(12, 85, 165);
    border-radius: 0px;
    transition: all 0.5s ease 0s;
    width: 200px;
    margin-top: 45px;
    color: rgb(255, 255, 255);
    display: inline-block;
    text-align: center;
}

.banner_productlist_box .caption_area_show a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(40, 96, 144);
    border-color: rgb(32, 77, 116);
}

.filterTool {
    position: relative;
    width: 100%;
    z-index: 11;
    height: 70px;
    box-shadow: rgb(230, 230, 230) 0px 2px 10px;
    background: rgb(255, 255, 255);
}

.nav {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.filterTool .nav-tabs.pull-left {
    margin-left: -15px;
}

.filterTool .pull-right .filter-item {
    padding-top: 24px;
    float: left;
    cursor: pointer;
}

.dropdown {
    position: relative;
}

.filterTool .pull-right .filter-item a {
    color: rgb(0, 0, 0);
    font-size: 16px;
}

.filterTool .pull-right .icon-line {
    font-size: 16px;
    color: rgb(204, 204, 204);
    display: inline-block;
    padding: 0px 15px;
}

.filterTool .pull-right .filter-item .unit {
    color: rgb(0, 0, 0);
    font-size: 16px;
}

.filterTool .pull-right .unit span {
    float: left;
}

.filterTool .pull-right .unit ul {
    margin-left: 3px;
    margin-top: -3px;
    padding: 2px;
    background: rgb(237, 237, 237);
}

.filterTool .pull-right .unit ul li {
    font-size: 14px;
    color: rgb(172, 173, 173);
    cursor: pointer;
    padding: 3px 5px;
    transition: all 0.5s ease 0s;
}

.filterTool .pull-right .unit ul li.active {
    color: rgb(255, 255, 255);
    background: rgb(245, 132, 38);
}

.mobile_show {
    display: none;
}

.attrSelect {
    margin-top: 70px;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

.attrSelect .selectItem {
    height: 70px;
    background: #ededed;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
}

.dropdown,
.dropup {
    position: relative;
}

.select-dropdown {
    color: #615f5f;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.select-dropdown .btn {
    width: 100%;
    height: 70px;
    background: #ededed;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    transition: none !important;
}

.select-dropdown .btn .selectName {
    position: absolute;
    top: 12px;
    left: 15px;
    font-size: 14px;
    color: #615f5f;
}

.select-dropdown .btn .selectIcon {
    width: 40px;
    height: 40px;
    background: #d1d1d2;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 12px;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: Glyphicons Halflings;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.select-dropdown .btn .selectIcon i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #fff;
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.dropdown-menu {
    min-width: auto;
}

.select-dropdown .dropdown-menu {
    width: 100%;
    border-top: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    margin-top: -1px;
    border-color: #d5d6d6;
    max-height: 134px;
    overflow-y: auto;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.productlist_box .select-dropdown .dropdown-menu>li {
    border-bottom: none;
}

.select-dropdown .dropdown-menu>li>a {
    color: #acadad;
    padding: 3px 15px;
    line-height: 20px;
}

.select-dropdown .dropdown-menu>li>a:focus,
.select-dropdown .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #00448d;
}

.select-dropdown .btn font {
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    left: 15px;
    bottom: 12px;
    color: #615f5f;
}

.productlist_box .dropdown-toggle::after {
    display: none;
}

.select-dropdown.show .btn {
    background: #fff;
    border-top: 1px solid #d5d6d6;
    border-right: 1px solid #d5d6d6;
    border-left: 1px solid #d5d6d6;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.productlist_box {
    min-height: 600px;
}

.attr-list {
    clear: both;
    margin-top: 20px;
    padding: 15px 0;
    background: #f8f8f8;
}

.attr-list li {
    cursor: pointer;
    display: inline-block;
    margin: 0 10px 5px;
    font-size: 16px;
    background: #ededed;
    padding: 0 10px;
}

.attr-list li.active,
.attr-list li:hover {
    color: #fff;
    background: #f58426;
}

.product-tab-content {
    margin-top: 40px;
    overflow: hidden;
    margin-right: -15px;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.product-tab-content .thumbnail {
    padding: 20px;
    border-radius: 0;
    margin-bottom: 15px;
    border-color: #e5e5e5;
    background: transparent;
}

.product-tab-content.js-pro-tab-content .thumbnail {
    max-height: 393px;
}

.product-tab-content .thumbnail a {
    display: block;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.product-tab-content .thumbnail .caption {
    padding: 20px;
    margin: -20px;
    margin-top: 0;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden;
}

.product-tab-content .thumbnail .caption h4 {
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #333;
    margin-top: 0;
}

.product-tab-content .thumbnail .caption p {
    position: relative;
    font-size: 14px;
    color: #acadad;
    margin-bottom: 10px;
}

.product-tab-content .thumbnail .caption p span {
    display: block;
    vertical-align: middle;
    width: 100%;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
}

.product-tab-content .thumbnail:hover .caption {
    background: #00448d;
}

.product-tab-content .thumbnail:hover .caption h4,
.product-tab-content .thumbnail:hover .caption p {
    color: #fff;
}

.product-tab-content .thumbnail:hover .caption p {
    opacity: .7;
}

.product-tab-content .thumbnail:hover .caption h4 {
    border-bottom: 1px solid hsla(0, 0%, 100%, .7);
}

.product-tab-content .set-col {
    padding-left: 0;
    padding-right: 15px;
}

.productlist_box .row {
    display: block;
}
.block-banner-breadcrumbs{
    display: none;
}
.myself_breadcrumb{
    display: flex;
    z-index: 1;
    top: 19px;
}

.myself_breadcrumb>li+li:before{
    content: "|";
    color: #615f5f;
    padding: 0 10px;
}
.myself_breadcrumb a{
    color: #615f5f;
}
.myself_breadcrumb a:hover{
    color: #f58426;
}
.post-inner{
    position: relative;
}
.wp-block-create-block-liugong-block-banner .caption_area_show .title-display{
    font-family: HCBold,Microsoft Yahei,"sans-serif"!important;
}
@media (max-width: 1199px) {
    .banner_productlist_box ,.myself_breadcrumb{
        width: 970px;
        margin-left: -485px;
    }
}

@media (max-width: 992px) {
    .banner_productlist_box ,.myself_breadcrumb{
        width: 750px;
        margin-left: -375px;
    }
}

@media (max-width: 787px) {
    .banner_productlist_box ,.myself_breadcrumb{
        width: 100%;
        margin-left: 0;
        left: 0;
    }
    .myself_breadcrumb{
        padding-right: 15px;
        padding-left: 15px;
    }

    .wp-block-create-block-liugong-block-banner .caption_area_show {
        left: 0;
        width: 100%;
        position: relative;
        top: 0;
    }

    .pc_show {
        display: none;
    }

    .mobile_show {
        display: block;
    }

    .banner_productlist_box .description_display {
        font-size: 13px !important;
    }
    .wp-block-create-block-liugong-block-banner .caption_area_show .title-display{
        font-size: 35px!important;
        padding: 15px 0!important;
    }
    .attrSelect {
        margin-top: 30px;
    }

    .attr-list li {
        font-size: 12px;
    }
    .wp-block-create-block-liugong-block-banner .caption_area_show .description_display{
        font-size: 13px!important;
    }
}
@media (max-width: 768px){
    .product-tab-content.js-pro-tab-content .thumbnail{
        max-height: 326px!important;
    }
}