.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 {
    margin: 10px 0;
    line-height: 1.5;
    word-break: break-all;
}

.el-breadcrumb__separator {
    margin: 0 6px;
    font-weight: 400;
}

.shopping-btn {
    background: #00c0ed;
    font-size: 14px;
    padding: 7px 15px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    border: 1px solid #00c0ed;
    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{
    color: #666666;
    width: 90px;
    text-align: right;
    font-size:14px;
}
.tm-search-label .search-label-container .search-label-right{
    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: #00c0ed;
}
.tm-search-label .search-label-container .search-label-right a.activity{
    color: #00c0ed;
    font-weight:600;
}

@media (max-width: 1280px) {
    .table-wrapper,
    .tm-breadcrumb,
    .tm-search-label .search-label-container {
        width: 100% !important;
    }
    .tm-search-label .search-label-container .search-label-right {
        width: auto !important;
        flex: 1;
    }
}

@media (min-width: 1600px) {
    .table-wrapper,
    .tm-breadcrumb,
    .tm-search-label .search-label-container {
        width: 100%;
    }
    .tm-search-label .search-label-container .search-label-right {
        width: 1399px;
    }
}

@media screen and (max-width: 768px) {
    .tm-search-label .search-label-container {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .tm-search-label .search-label-container .search-label-title {
        width: auto;
        min-width: 60px;
        text-align: left;
        margin-right: 5px;
    }
    .tm-search-label .search-label-container .search-label-right {
        width: auto;
        flex: 1;
    }
    .tm-search-label .search-label-container .search-label-right a {
        margin-right: 10px;
        margin-bottom: 5px;
    }

    .table-wrapper,
    .tm-breadcrumb {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .table-wrapper {
        overflow-x: auto;
    }

    .product_table th,
    .product_table td {
        min-width: 100px; 
    }

    .product_table th:nth-last-child(2),
    .product_table td:nth-last-child(2) {
        min-width: 150px;
    }

    .product_table th:last-child,
    .product_table td:last-child {
        position: sticky;
        right: 0;
        background-color: #fff; 
        z-index: 1;
        box-shadow: -2px 0 5px rgba(0,0,0,0.05); 
        min-width: 80px;
    }
}
