.xz-factory-price-table {
    /* position: relative;
    height: 316px; */
    overflow: hidden;
    margin-bottom: 60px;
}


.xz-factory-price-table>.factory-price-table {
    /* 高度写死 */
    /* height: 282px; */
    overflow: hidden;
}

.xz-factory-price-table>.factory-price-table>.xz-common-table .factory-price-table-mouth {
    width: 23.3%;
}

.xz-factory-price-table>.factory-price-table>.xz-common-table .factory-price-table-other {
    width: 38.3%;
}

.xz-factory-price-table>.factory-price-table-show {
    /* position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); */
    height: 22px;
    width: 106px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    cursor: pointer;
    vertical-align: middle;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
}

.xz-factory-price-table>.factory-price-table-show:active {
    color: #114EB8;
}

.xz-factory-price-table>.hover {
    color: #468EEB;
}

.xz-factory-price-table>.factory-price-table-show i {
    margin-left: 4px;
    font-size: 14px;
}









@media screen and (min-width: 1280px) {}

@media screen and (min-width: 1024px) and (max-width: 1279px) {}

@media screen and (min-width: 768px) and (max-width: 1023px) {}

@media screen and (min-width: 576px) and (max-width: 767px) {

    /* 厂房价格页表格 */
    .xz-factory-price-table>.factory-price-table>.xz-common-table .xz-common-thead-th {
        height: 54px;
        font-size: 12px;
        font-weight: 600;
        color: #333333;
        line-height: 20px;
    }

    .xz-factory-price-table>.factory-price-table>.xz-common-table .xz-common-tbody-th {
        height: 36px;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
    }

    .xz-factory-price-table>.factory-price-table-show {
        margin-top: 8px;
    }

}

@media screen and (max-width: 575px) {

    /* 厂房价格页表格 */
    .xz-factory-price-table>.factory-price-table>.xz-common-table .xz-common-thead-th {
        height: 54px;
        font-size: 12px;
        font-weight: 600;
        color: #333333;
        line-height: 20px;
    }

    .xz-factory-price-table>.factory-price-table>.xz-common-table .xz-common-tbody-th {
        height: 36px;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
    }
    .xz-factory-price-table>.factory-price-table-show {
        margin-top: 8px;
    }
}