.mx-auto {
    width: 1200px;
    margin: 0 auto;
}

.mx-cn-body {
    padding-top: 36px;
    padding-bottom: 36px;
}

.mx-bg {
    background: url(../images/t-bg.png) center top no-repeat #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.mx-table-fl {
    padding-top: 20px;
    padding-bottom: 10px;
}

.mx-table-fl ul {
    display: flex;
    justify-content: center;
}

.mx-table-fl ul li {
    margin: 0 20px;
    font-size: 16px;
    color: #333333;
    transition: all 0.3s ease 0s;
    position: relative;
    cursor: pointer;
    padding: 0 15px 15px;
}

.mx-table-fl ul li.active {
    color: #0075FF;
}

.mx-table-fl ul li:hover::after,
.mx-table-fl ul li.active::after {
    bottom: 6px;
    width: 100%;
    height: 2px;
    left: 50%;
    margin-left: -50%;
}

.mx-table-fl ul li::after {
    content: "";
    height: 0;
    width: 0;
    left: 50%;
    background: #0075FF;
    position: absolute;
    bottom: 0px;
    transition: all 0.3s ease 0s;
}

.mx-cus-table {
    position: relative;
    margin-bottom: 50px;
    
}
.mx-cus-table::before{
    height: 100%;
    width: 1px;
    background-color: #DFE2E6;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}

.mx-table-table {
    width: 100%;
}

.mx-table-table table {
    background-color: #fff; 
    font-size: 15px;
    color: #333;
    table-layout: fixed;
}

.mx-table-table table td,
.mx-table-table table th {
    height: 50px;
    text-align: center;
    padding: 10px;
    border: 1px solid #DFE2E6;
}

.mx-table-table table td {
    width: 315px;
}

.mx-table-table table th {
    font-weight: normal;
}

.mx-table-table table .mx-td-imp {
    color: #348EF8;
}
.mx-table-table.default table td.mx-td-imp {
    min-width: 315px;
}
.mx-table-table.default{
    overflow: auto;
    scrollbar-width:thin;
    scrollbar-color:#D7D9DE #F5F5F5
}
.mx-table-table.default table th {
    min-width: 395px;
}
.mx-table-table.bottom table{
    width: 100%;
}
.mx-table-table.bottom table th,
.mx-table-table.bottom table td {
    background-color: #FFF6EF;
    color: #FB6213;
}

.mx-table-table.right {
    position: absolute;
    right: 0;
    top: 0;
    width: 315px;
}

.mx-table-table.right table{
    width: 100%;
}
.mx-table-table.right table th {
    font-size: 0;
}

.mx-table-form {
    background-color: #fff;
    padding: 8px 0;
    box-shadow: 0 3px 8px rgba(184, 184, 184, 0.21);

}

.mx-table-form .el-select {
    margin-right: 8px;
}

.mx-column {
    color: #348EF8;
}

.mx-update-time {
    display: inline-block;
    color: #fff;
    margin-right: 30px;
}