


.table-wrapper,
.tm-breadcrumb {
    width: 1256px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.my-table-header {
    font-size: 14px;
    line-height: 23px;
    border: none !important;
}

.tm-breadcrumb {
    margin-bottom: 0;
    font-size: 14px;
}

.tm-breadcrumb .el-breadcrumb {
    /*height: 20px;*/
    /*line-height: 20px;*/
    margin: 10px 0;
    line-height: 1.5;
    word-break: break-all;
}

.el-breadcrumb__separator {
    margin: 0 6px;
    font-weight: 400;
}

.shopping-btn {
    background: #d01126;
    font-size: 14px;
    padding: 7px 15px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    border: 1px solid #d01126;
    box-sizing: border-box;
    outline: none !important;
    font-weight: 500;
    text-align: center;
}
.btn:hover{
    color:#fff;
}
.disabled-btn,.consult-btn{
    background: #6c757d;
    font-size: 14px;
    padding: 7px 15px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    border: 1px solid #6c757d;
    box-sizing: border-box;
    outline: none !important;
    font-weight: 500;
    text-align: center;
    opacity: .65;
}
.table-wrapper .table em{
    color: #d01126;
    font-style: normal
}

.el-breadcrumb__item{
    color:#606266;
}
/*搜索标签*/
.tm-search-label{
    width: 100%;
    margin: 10px 0;
}
.tm-search-label .search-label-container{
    width: 1256px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.tm-search-label .search-label-container ul{
    background:#FFFFFF;
    padding:0 10px;
}
.tm-search-label .search-label-container ul .label-list-li{
     line-height: 20px;
     padding: 7px 0;
     display: flex;
     flex-direction: row;
}
.tm-search-label .search-label-container .search-label-title{
     /*display: inline-block;*/
     color: #666666;
     width: 90px;
     text-align: right;
     font-size:14px;
}
.tm-search-label .search-label-container .search-label-right{
     /*display: inline-block;*/
     width: 1105px;
}
.tm-search-label .search-label-container .search-label-right a{
    display: inline-block;
    text-align: left;
    margin-right: 18px;
    font-size:14px;
    color: #333333;
}
.tm-search-label .search-label-container .search-label-right a:hover{
    color: #fd2a2a;
}
.tm-search-label .search-label-container .search-label-right a.activity{
    color: #fd2a2a;
    font-weight:600;
}