@media (min-width: 992px) {
    .header_bar {
        /* display: flex!important; */
    }
}


/* .container-fluid .row{*/


/*    display: -ms-flexbox;*/


/*    display: inline-block;*/


/*    -ms-flex-wrap: wrap;*/


/*    flex-wrap: wrap;*/


/*    margin-right: -15px;*/


/*    margin-left: -15px;*/


/*     margin-right: 0px;*/


/*     margin-left: 0px;*/


/*} */
.head_wrap{
    background-color: white;
    box-shadow: 0 2px 8px 0 #dee2e6;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}

body {
    min-width: 0px;
    overflow-y: scroll;
}

.nav-group {}

.head_wrap {
    width: 100%;
}

.header_bar {
    /* display: flex!important; */
    /* display: none!important; */
    /* justify-content: space-between; */
    padding:4px 0px;
}

.stride {
    margin-top: 20px;
}

.book-fitting {
    color: white !important;
    font-weight: 400;
    line-height: 1.75;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    letter-spacing: 0.02857em;
    /*text-transform: uppercase;*/
    border: 1px solid black;
    text-align: center;
    cursor: pointer;
    transition: background 0.1s ease-out 0s, border 0.1s ease-out 0s;
    min-width: 64px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    background-color: black;
    font-size: 10px;
    padding: 4px 16px;
}

.step-plan {
    margin-bottom: 60px;
}

.step-activation span {
    border-color: #b59c5c;
    border-style: solid;
    color: #b59c5c;
    transform: scale(1);
}

.step-activation b {
    color: black;
}

.step-num {
    position: relative;
    border: 1px dashed rgb(153, 158, 179);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    margin: 0px auto;
    color: rgb(153, 158, 179);
    background-color: rgb(255, 255, 255);
    transition: border 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0.2s;
}

.step-activation {
    position: relative;
}

.step-activation span {
    border-color: #b59c5c;
    border-style: solid;
    color: #b59c5c;
    transform: scale(1);
}

.step-progress-bar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.step-wrap {
    height: 55px;
    width: 800px;
    margin: 0px auto;
    position: relative;
}

.step-progress-bar::after {
    background-color: black;
    transition: width 0.3s ease-in 0s;
    /* width: 50%; */
    width: var(--schedule);
}

.step-progress-bar::before {
    width: 100%;
    background-color: rgb(229, 230, 236);
}

.step-progress-bar::before,
.step-progress-bar::after {
    position: absolute;
    content: "";
    height: 1px;
    top: 21px;
    left: 0px;
}


/* .step-item{
 width: auto; 
} */

.step-item {
    position: relative;
    width: auto;
}

.step-item svg {
    display: none;
}


/* .step-num > svg{
    display: none;
} */

.step-complete {
    position: relative;
    cursor: pointer;
}

.step-complete span {
    font-size: 0px;
    border-color: #b59c5c;
    border-style: solid;
    background-color: #b59c5c;
}

.step-complete b {
    color: black;
}

.step-complete span svg {
    display: block;
}

.footer_wrap {
    background-color:black;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 700;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    transition: transform 0.4s ease-out 0s;
    transform: translate3d(0px, 0px, 0px);
}

.step_m_schedule {
    text-align: center;
    font-size: 12px;
    padding: 1rem 0px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.6)!important;
    display: flex;
    margin: 0px 0px 1rem;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.step_m_schedule span{
    color: rgba(255, 255, 255, 0.6)!important;
}

.but-stride {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    padding: 10px 40px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    letter-spacing: 0.02857em;
    /*text-transform: uppercase;*/
    border: 1px solid rgb(255, 255, 255);
    text-align: center;
    cursor: pointer;
    transition: background 0.1s ease-out 0s, border 0.1s ease-out 0s;
    min-width: 64px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    /* background-color: transparent; */
    background-color: black;
}

.step-text {
    font-size: 12px;
    /*text-transform: uppercase;*/
    /* color:","; */
    font-weight: 600;
    letter-spacing: 1px;
    /* position:absolute; */
    top: 100%;
    left: 50%;
    transform: translate(-50%, 8px);
    text-align: center;
}

.step-bar {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}


/* &:before,&:after{position:absolute;content:'';height:1px;top:21px;left:0;}&:before{width:100%;background-color: */

h4,
input {
    text-align: left;
}

.toast-center-center {
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -150px;
}

#toast-container>div {
    display: block;
}

.page-box{
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(229, 230, 236);
}

.page-box h4{
    margin: 0px;
    padding: 0.8rem 1.6rem;
    background-color: rgb(249, 250, 252);
    border-bottom: 1px solid rgb(229, 230, 236);
}

.fabric-page-box{
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(229, 230, 236);
}
.search-header{
    padding: 1rem 2rem;
}

.search-header input{
    background-color: #f7f7f7;
    padding-left: 1rem;
    margin-left: 1rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    border-radius: 5px;
}
.search-header button{
    margin-left: 1rem;
}
.search-header span{
    font-weight: 600;
}

/*.fabric-group input[type="ra.head_wrapdio"] + label::before {*/
/*    content: "\a0"; !*不换行空格*!*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    font-size: 1.1rem;*/
/*    width: 1.1em;*/
/*    height: 1.1em;*/
/*    margin-right: .5em;*/
/*    border-radius: 50%;*/
/*    border: 1px solid black;*/
/*    text-indent: .15em;*/
/*    line-height: 1.1;*/
/*    margin-left: 2rem;*/
/*}*/

/*.fabric-group input[type="radio"]:checked + label::before {*/
/*    background-color: black;*/
/*    background-clip: content-box;*/
/*    padding: .2em;*/
/*}*/
.fabric-group  label {
  
    bottom: 0;
    position: relative;
    top: 13px;
    margin: 0 0.8rem;
    padding: 6px 20px;
}
.fabric-group input[type="radio"]:checked + label {
    background-color: #e1e7ee;
    border-radius: 10px 10px 0px 0px;
    color: black;
}
.fabric-group input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}


.fabric-page-box label{
    color: #999999;
}

.fabric-page-box h4{
    font-weight: bold;
}

.fabric-page-box #fabric-title{
    margin: 0;
    padding: 0.8rem 1.6rem;
    background-color: rgb(249, 250, 252);
    border-bottom: 1px solid rgb(229, 230, 236);
    padding-top: 0;
}

.fabric-page-box .content {
    padding: 1rem;
    background-color: rgb(255, 255, 255);
}

.page-box .content {
    padding: 0.6rem;
    background-color: rgb(255, 255, 255);
}
.filter-box div{
    padding-left: 5px;
    padding-right: 5px;
}
.cvovrs {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(229, 230, 236);
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    width: 100%;
    border-radius: 0px;
    appearance: none;
    transition: border 0.2s ease-out 0s;
    padding: 8px !important;
    background-image: none !important;
    border-radius: 22px;
}


/* 面料列表 */
.fabroc-wrap{
    padding-left: 5px;
    padding-right: 5px;
    
}


.fabric-box {
    margin-bottom: .7rem;
    cursor: pointer;
    background-color: rgb(249, 250, 252);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 400px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}



.fabric-header {
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    padding: 1rem;
    background-color: black;
    text-align: center;
    /*text-transform: uppercase;*/
    line-height: 1.2;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.fabric-header>div {
    flex-basis: 0px;
    -webkit-box-flex: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.fabric-header>div b {
    font-size: 16px;
    font-weight: 400;
}
.fabric-header>div b span {
    color:white;
}
.fabric-header>div>span {
    font-size: 11px;
    color:white;
}

.fabric-select {
    color: rgb(255, 255, 255);
    /*text-transform: uppercase;*/
    font-size: 12px;
    padding: 8px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    letter-spacing: 1px;
}

.fabric-select {
    background-color: rgb(76, 175, 80);
}

.fabric-name {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    color: rgb(255, 255, 255);
    text-align: left;
}

.fabric-meters {
    position: absolute;
    left: 0;
    top: 60%;
    width: 100%;
    text-align: center;
}

.fabric-select-check{
    position: absolute;
    bottom: 0;
    /*right: -2px;*/
    right: 0;
    text-align: end;
}

.part-select-check{
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: end;
}

.part-close{
    position: absolute;
    top: 0.4em;
    left: 0.6em;
    text-align: start;
}

.fabric-icon {
    /*position: relative;*/
    position:absolute;
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    transition: background-color 0.2s ease-out 0s;
}

.fabric-icon:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.fabric-mask{
    background-color: rgba(0, 0, 0, 0.4)!important;
}
.fabric-icon svg {
    opacity: 0;
    visibility: hidden;
    width: 40px;
    height: 40px;
    display: block;
    transition: opacity 0.2s ease-out 0s, visibility 0.2s ease-out 0s, transform 0.2s ease-out 0s;
}

.fabric-icon:hover svg {
    opacity: 1;
    visibility: visible;
    transform: scale(1.4);
}

.fabric-icon svg path {
    fill: rgb(255, 255, 255);
}


/* 模态框 */

.fabric-modal {
    position: fixed;
    inset: 0px;
    overflow-y: scroll;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 1200;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    transition: opacity 0.2s ease-out 0s, visibility 0.2s ease-out 0s, transform 0.2s ease-out 0s;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    align-items: center;
}

.fabric-detail {
    /*background-color: rgb(255, 255, 255);*/
    width: 100%;
    /*height: 100%;*/
}

.fabric-detail-preview {
    background-color: rgb(229, 229, 229);
    max-height: 375px;
    min-height: 320px;
}

.fabric-detail-textbox {
    display: flex;
    flex-direction: column;
    flex-basis: 0px;
    -webkit-box-flex: 1;
    flex-grow: 1;
    background: white;
}

.fabric-detail-header {
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(229, 230, 236);
    padding: 1.5rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.fabric-detail-title {
    font-weight: 400;
    line-height: 1.75;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    letter-spacing: 0.02857em;
    /*text-transform: uppercase;*/
    border: 1px solid black;
    text-align: center;
    background-color: rgb(255, 255, 255);
    color: black;
    cursor: pointer;
    transition: background 0.1s ease-out 0s, border 0.1s ease-out 0s;
    min-width: 64px;
    box-sizing: border-box;
    font-size: 10px;
    padding: 4px 16px;
}

.fabric-detail-preview img {
    max-height: 400px;
    width: 100%;
}

.fabric-detail-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.fabric-detail-infos {
    padding: 1.5rem;
    font-size: 14px;
    text-align: left;
    background-color: rgb(255, 255, 255);
    flex: 1;
}

.fabric-detail-infos>ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

.fabric-detail-infos>ul li {
    padding: 8px 0px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: rgb(153, 158, 179);
}

.fabric-detail-close svg {
    width: 40px;
    height: 40px;
}

.fabric-detail-close svg path {
    fill: rgb(255, 255, 255);
}


/* 通用 */

.category-title {
    border-bottom: 1px solid;
    padding: 0px 0px 1rem;
    display: inline-block;
    margin: 0px 0px 0rem;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.006em;
    font-family: graphik, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgb(74, 83, 121);
}

.category-title-wrap{
    align-items: center;
}

.item-box {
    border: 1px solid rgb(229, 230, 236);
    border-radius: 6px;
    /* height: 100%; */
    padding: .6rem;
    margin-top: .5rem;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    background-color: rgb(255, 255, 255);
}

.item-box:hover {
    border-color: rgb(255, 142, 170);
}

.part-item-box:hover {
    border-color: #b59c5c;
    color: #999999;
}

.item-box-image {
    /* height: 72px; */
    height: auto;
    width: 40%;
   
}

.item-box-name {
    line-height: 1.4;
    font-size: 14px;
}

.item-box-amount {
    position: absolute;
    top: 3px;
    left: 2px;
    line-height: 1;
    display: inline-block;
    color: #b59c5c;
    font-size: 12px;
    font-weight: 600;
   
    padding: 2px 4px;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
}

.item-box-unclickable{
    pointer-events: none;
}

.item-box-detail {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 2px 4px;
    line-height: 1;
    color: black;
    font-size: 16px;
    z-index: 100;
}

.item-box-detail .ant-popover {
    z-index: 100;
}

.item-box-detail>span {
    display: flex;
}

.item-box-detail svg {
    cursor: pointer;
}

.page-container {
    background-color: rgb(255, 255, 255);
    padding: 1rem;
    border: 1px solid rgb(229, 230, 236);
    text-align: center;
}

@media (min-width: 1024px) {
    .fabric-detail {
        display: flex;
        flex-direction: row;
        height: 640px;
        width: 1080px;
    }

    .fabric-detail-preview {
        flex-basis: 640px;
        max-height: 100%;
    }
    .fabric-detail-preview img {
        max-height: 100%;
    }
    .fabric-detail-infos {
        overflow-y: auto;
    }
    /* 通用 */
    .category-title {
        font-size: 22px;
        padding: .5rem 0px;
    }
    .item-box {
        /*margin: 0px 0px 2rem;*/
    }
 
    .page-container {
        padding: .1rem;
    }
}

@media (min-width: 768px) {
    .box-filters {
        display: block/*!important*/;
        left: 0px;
    }
    #but-filter {
        display: none;
    }
}

.part-box-select {
    border-color: #b59c5c;
}

.box-select {
    border-color: #b59c5c;
}

.ja-hide:lang(ja){
    display: none!important;
}
.en-hide:lang(en){
    display: none!important;
}

.box-disabled {
    position: absolute;
}

.box-disabled>span {
    display: flex;
}

.box-disabled svg {
    cursor: pointer;
}
.step-activation .step-text{
    color: #b59c5c;
}

/* 折叠面板 */


/**箭头图标合起来的样式*/


/** .parent-nav表示父标签 after表示在此后加入字体图标  */
.tab-content{
    padding-top: .5rem;
}
.part-tab-content{
    padding: 0;
}

.nav-link:hover,a:hover{
   
    color: #b59c5c;
}
.parent-nav[data-toggle="collapse"]:after {
    content: "\e65d";
    /** 箭头向上图标*/
    font-family: FontLuthai;
    font-size: 12px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    align-self: center;
}

@media (max-width:1200px) {
    .navbar.navbar-expand-xl{
        padding: 8px!important;
    }
}
@media (min-width:1200px) {
    .fabroc-wrap-8{
        flex:0 0 14.28%;
        max-width: 14.28%;
    }
}

/**箭头图标展开式时的样式*/


/** collapsed是bootstrap的属性，表示父标签展开的时候加入的图标 after表示在此后加入字体图标  */

.parent-nav[data-toggle="collapse"].collapsed:after {
    content: "\e682";
    /** 箭头向下图标*/
    font-family: FontLuthai;
    font-size: 12px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); */
    cursor: pointer;
}


/* 过滤bar 响应式 */

.shield-filters {
    display: contents;
}

.box-filters {
    z-index: 0;
}


/* filters-items-bar */

.filters-items-bar {
    text-align: left;
    margin-top: 5px;
}

.filters-item {
    /*background-color: rgb(178, 179, 181);*/
    background-color: rgb(220 220 220);
    border-radius: 12px;
    padding: 2px 12px;
    margin: 4px 5px;
    cursor: pointer;
}

.filters-item-checked {
    background-color: black;
    color: white;
    border: 2px solid black!important ;
}
.filters-item-color{
    border-radius: 0px;
    width: 4rem;
    border: 1px solid rgb(128, 130, 138) ;
}

/*.filters-item:hover {*/


/*    background-color: black;*/


/*    color: white;*/


/*}*/

.but-common {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.75;
    padding: 10px 40px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    letter-spacing: 0.02857em;
    /*text-transform: uppercase;*/
    border: 1px solid black;
    text-align: center;
    cursor: pointer;
    transition: background 0.1s ease-out 0s, border 0.1s ease-out 0s;
    min-width: 64px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    background-color: black;
}

.fast-filter-group {
    width: auto;
    position: initial;
    background-color: #ffff;
    margin: 0px 5px;
    border-radius: 12px;
    padding: 0px 12px;
    line-height: 32px;
}

.fast-filter-bar {
    padding: 10px 0px;
    background-color: #efefef;
    text-align: left;
}

.fast-filters-items-bar {
    position: absolute;
    z-index: 105;
    width: 100%;
    left: 0px;
    background-color: white;
    /*background-color: #798fd4;*/
    margin-top: 12px;
    padding: 20px;
}

.fastdiy_box .zzltxz_left {
    float: none;
    width: 100%;
}

.zzltxz_left {
    width: 100%;
    overflow: hidden;
}

.fastdiy_box h1 {
    font-size: 16px;
    color: #333;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: left;
}

.zzltxz_left .xflb {
    margin-top: 20px;
    width: 106%;
}

.clearfix {
    zoom: 1;
}

.zzltxz_left .xflb li {
    width: 33.33%;
    float: left;
    height: 32px;
    margin-bottom: 12px;
}

.zzltxz_left .xflb li .p1 {
    width: 80px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
}


/*li {*/


/*    text-align: -webkit-match-parent;*/


/*}*/


/*li {*/


/*    display: list-item;*/


/*    text-align: -webkit-match-parent!important;*/


/*}*/

.fl {
    float: left;
}

.zzltxz_left .xflb li .p1 b {
    font-weight: normal;
}

zzltxz_left .xflb li .p1 em {
    color: #000;
    padding-left: 2px;
    position: relative;
    top: 3px;
}

.fastdiy_box .group_select_ul>li {
    margin-bottom: 12px;
}

.fast_div .zzltxz_left .xflb li .p2 input,
.fast_div .group_select_ul>li .p2 select {
    border-color: #aeaeae;
    border-radius: 5px !important;
}

.group_select_ul {
    width: 105%;
    margin: 20px 0 10px 0;
}

.clearfix {
    zoom: 1;
}


.zzltxz_left .xflb li .p2 input {
    width: 72px;
    height: 30px;
    border: 1px solid #dfdfdf;
    text-align: center;
    float: left;
    background: #fff;
}

.zzltxz_left .xflb li .p2 span {
    float: left;
    padding: 2px 0 0 10px;
    color: #8c8c8c;
}

.zzltxz_left .xflb li .p2 em {
    float: left;
    padding: 6px 0 0 3px;
    font-size: 13px;
    color: #8c8c8c;
}

.group_select_ul>li {
    width: 33.333%;
    float: left;
    margin-bottom: 15px;
}

.fastdiy_box .group_select_ul>li .p1 {
    width: 86px;
    text-align: right;
    padding-right: 12px;
}

.group_select_ul>li .p1 {
    font-size: 14px;
    color: #666;
    height: 36px;
    line-height: 36px;
    width: 82px;
    overflow: hidden;
}

.fast_div .zzltxz_left .xflb li .p2 input,
.fast_div .group_select_ul>li .p2 select {
    border-color: #aeaeae;
    border-radius: 5px !important;
}

.group_select_ul>li .p2 select {
    width: 178px;
    height: 36px;
    border: 1px solid #e8e8e8;
}

.size_div ul.bzh li {
    height: auto !important;
}

.fast_div .size_div li {
    border-color: #aeaeae;
    border-radius: 5px;
}

.size_div li {
    width: 114px;
    cursor: pointer;
    border: 1px solid #e8e8e8;
    position: relative;
    height: 36px;
    line-height: 36px;
    text-align: center;
    float: left;
    margin: 0 10px 10px 0;
    transition: .3s;
    color: #8c8c8c;
}

.size_type_list select {
    border: 1px solid #aeaeae;
    height: 34px;
    padding: 0 10px;
    width: 160px;
    border-radius: 4px !important;
    text-align: left;
}

.size_div ul.bzh li span {
    display: block;
    border-top: 1px solid #eee;
    margin: -5px 10px 4px 10px;
    line-height: 28px;
}

.size_type_list {
    text-align: left;
    margin-bottom: 15px;
}

.size_div li.on {
    border-color: #000;
    color: #000;
}

/*.clearfix li span {*/
/*    color: #8c8c8c;*/
/*}*/
.size_div span {
    border-color: #000;
    color: #8c8c8c;
}
.size_div li.on span {
    border-color: #000;
    color: #000;
}
@media (max-width: 1024px) {
    .zzltxz_left .xflb li {
        width: 50%;
        height: auto;
    }
    

    .fabroc-wrap-8{

    }
    
    /*.group_select_ul>li {*/
    /*    width: 50%;*/
    /*}*/
}


/* 小于766屏幕的手机屏 */

@media (max-width: 766px) {
    .search-header input{
        margin-left: 0;
    }
    .nav.navbar-expand-xl{
        padding: 8px;
    }
    .search-header button{
        margin-left: 0;
    }
    .shield-filters {
        background-color: black;
        position: fixed;
        inset: 0px;
        overflow-y: scroll;
        -webkit-box-pack: center;
        justify-content: center;
        z-index: 1200;
        background-color: rgba(0, 0, 0, 0.8);
        display: flex;
        transition: opacity 0.2s ease-out 0s, visibility 0.2s ease-out 0s, transform 0.2s ease-out 0s;
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        align-items: center;
    }
    .box-filters {
        position: fixed;
        top: 0;
        padding: 0px;
        height: 100%;
        background-color: white;
        z-index: 1300;
        /*left: 500px;*/
    }
    #but-filter {
        display: inline;
    }
    .step-plan,
    .container-fluid {
        padding: 0px;
    }
    .step-plan{
        margin-bottom: 140px;
    }
    .special-rule-button{
        width: 100%!important;
        max-width:none;
    }
}